@charset "UTF-8";

img {
	max-width: 100%;
}
.is-img-max img {
	max-width: 400px;
}
object, embed, video {
	max-width: 100%;
	width:100%;
	height:auto;
}
#amazon img  {
	max-width: auto !important;
	width: auto !important;
}
.max-400-px {
	max-width: 400px;
    margin: 0 auto !important;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background-color: #045ba9;
	color:#040303;
}
.program-area-descrip p{
	font-size:22px;
	line-height:36px;
}
.publish-date{
	color:#9c772c;
	font-style:italic;
	margin-top:0;
}
.primary-bgrnd img.alignright {margin-left: auto; margin-right: auto; margin-bottom:20px; width:100%; height:auto; display: table;}
.primary-bgrnd img.alignleft {margin-left: auto; margin-right: auto; margin-bottom:20px; width:100%; height:auto; display: table;}
.primary-bgrnd img.aligncenter { margin-left: auto; margin-right: auto; margin-bottom:20px; width:100%; height:auto; display: table;}
.primary-bgrnd img.alignnone {margin-left: auto; margin-right: auto; margin-bottom:20px; width:100%; height:auto; display: table;}
.primary-bgrnd .alignright {margin-left: auto; margin-right: auto; margin-bottom:20px; width:100%; height:auto; display: table;}
.primary-bgrnd .alignleft {margin-left: auto; margin-right: auto; margin-bottom:20px; width:100%; height:auto; display: table;}
.primary-bgrnd .aligncenter {margin-left: auto; margin-right: auto; margin-bottom:20px; width:100%; height:auto; display: table;}
.primary-bgrnd .alignnone { margin-left: auto; margin-right: auto; margin-bottom:20px; width:100%; height:auto; display: table;}

.wp-block-image.aligncenter>figcaption, .wp-block-image .aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image.alignright>figcaption, .wp-block-image .alignright>figcaption {
    font-size: 14px;
    color: #045ba9;
}

.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
    max-width: 100%;
}
.wp-block-image .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
    max-width: 100%;
}

.wp-block-image img {
    width: inherit;
}

.special-callout img.alignright {display: block; margin-left: auto; margin-right: auto; margin-bottom:10px; margin-top:10px; width:100%; height:auto;}
.special-callout img.alignleft {display: block; margin-left: auto; margin-right: auto; margin-bottom:10px; margin-top:10px; width:100%; height:auto;}
.special-callout img.aligncenter {display: block; margin-left: auto; margin-right: auto; margin-bottom:10px; margin-top:10px; width:100%; height:auto;}
.special-callout img.alignnone {display: block; margin-left: auto; margin-right: auto; margin-bottom:10px; margin-top:10px; width:100%; height:auto;}
.special-callout .alignright {display: block; margin-left: auto; margin-right: auto; margin-bottom:10px; margin-top:10px; width:100%; height:auto; }
.special-callout .alignleft {display: block; margin-left: auto; margin-right: auto; margin-bottom:10px; margin-top:10px; width:100%; height:auto;}
.special-callout .aligncenter {display: block; margin-left: auto; margin-right: auto; margin-bottom:10px; margin-top:10px; width:100%; height:auto;}
.special-callout .alignnone {display: block; margin-left: auto; margin-right: auto; margin-bottom:10px; margin-top:10px; width:100%; height:auto;}

.special-callout iframe {
    width: 100%;
    margin: 0 auto;
    height: 300px;
}
.wp-caption { width:inherit; }
.wp-caption img { min-width: 100% !important; height: auto; }

.wp-caption-text, .wp-caption-text p{
    font-size: 13px;
    text-transform: none;
    font-style: italic;
    letter-spacing: 0;
    text-align: left;
    font-weight: 500;
    color: #728699;
    line-height: 20px;
    padding-top: 6px;
    margin-bottom: 0;
}

div.alignleft{
width: 40% !important;
}
div.alignright{
width: 40% !important;
}
div.aligncenter{
width: 100% !important;
}

img.medium {width:30% !important;}
img.clear {
    margin-right: 70% !important;
}
img.no-btm-margin {
    margin-bottom: 0 !important;
}
a:link,
a:visited,
a:active { 
	color: #075eab;
	-o-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	transition: color 0.3s linear;
	text-decoration:underline;
	font-weight:700;
}
a:hover {
	text-decoration:underline;
	color: #5ad2af;
	margin-bottom: 0;
}
.blue-bgrnd a:link,
.blue-bgrnd a:visited,
.blue-bgrnd a:active { 
	color: #ffffff;
}
.blue-bgrnd a:hover {
	color: rgba(255,255,255,.5);
}
.fb-page a{
	color: #ffffff !important;
}
#left-button a:hover {
	text-decoration:none !important;
}
#left-button {
	margin:0 0 10px 0;
}
.special-callout a:link,
.special-callout a:visited,
.special-callout a:active { 
	color: #ffee93;
}
.special-callout a:hover {
	color: #c5cfdc;
}

.first-col a, .second-col a, .third-col a, .first-col-two a, .second-col-two a  {
	font-size:18px;
	-webkit-margin-after: 10px;
}
.first-col p, .second-col p, .third-col p, .first-col-two p, .second-col-two p  {
	-webkit-margin-after: 20px;
}
.has-black-background-color {
	background: #000000 !important;
		-o-transition: background .3s linear !important;
    -moz-transition: background .3s linear !important;
    -webkit-transition: background .3s linear !important;
    -ms-transition: background .3s linear !important;
    transition: background .3s linear !important;
}
.has-blue-background-color {
	background: #045ba9 !important;
		-o-transition: background .3s linear !important;
    -moz-transition: background .3s linear !important;
    -webkit-transition: background .3s linear !important;
    -ms-transition: background .3s linear !important;
    transition: background .3s linear !important;
}
.has-green-background-color {
	background: #5ad2af !important;
	-o-transition: background .3s linear !important;
    -moz-transition: background .3s linear !important;
    -webkit-transition: background .3s linear !important;
    -ms-transition: background .3s linear !important;
    transition: background .3s linear !important;
}
.has-yellow-background-color {
	background: #ffee93 !important;	-o-transition: background .3s linear !important;
    -moz-transition: background .3s linear !important;
    -webkit-transition: background .3s linear !important;
    -ms-transition: background .3s linear !important;
    transition: background .3s linear !important;
}
.has-white-background-color {
	background: #ffffff !important;
		-o-transition: background .3s linear !important;
    -moz-transition: background .3s linear !important;
    -webkit-transition: background .3s linear !important;
    -ms-transition: background .3s linear !important;
    transition: background .3s linear !important;
}

.yellow-bgrnd a:link,
.yellow-bgrnd a:visited,
.yellow-bgrnd a:active { 
	color: #045ba9;
}
.yellow-bgrnd a:hover {
	color: rgba(4,91,169,.5);
}
.white-text a:link,
.white-text a:visited,
.white-text a:active,
.white-text a:hover { 
	color: #ffffff;
	text-decoration:none;
}
.soliloquy-caption a:link,
.soliloquy-caption a:visited,
.soliloquy-caption a:active { 
	color: #a91400 !important;
}
.soliloquy-caption a:hover {
	color: #045ba9 !important;
}
a img {
    filter: opacity(100%);
    -webkit-filter: opacity(100%);
    -webkit-transition: all .7s ease;
}
a img:hover {
    filter: opacity(60%);
    -webkit-filter: opacity(60%);
    -webkit-transition: all .7s ease;
}
a.no-fade img:hover {
    filter: opacity(100%);
    -webkit-filter: opacity(100%);
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.blue-bgrnd{
	background-color:#045ba9;
	color:#ffffff;
	border-bottom:solid;
	border-bottom-color:#5ad2af;
	border-bottom-width:4px;
}
.yellow-bgrnd{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffef87+0,fcf4bf+100 */
	background: #ffee93;
	border-top:solid;
	border-top-color:#5ad2af;
	border-top-width:4px;
}
.footer-bgrnd{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#045ba9+38,043058+100 */
background: #045ba9; /* Old browsers */
background: -moz-linear-gradient(top, #045ba9 38%, #045ba9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #045ba9 38%,#045ba9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #045ba9 38%,#045ba9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ba9', endColorstr='#045ba9',GradientType=0 ); /* IE6-9 */
color:#ffffff;
}
.footer-bgrnd-overall{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#045ba9+0,043058+100 */
background: #045ba9; /* Old browsers */
background: -moz-linear-gradient(top, #045ba9 0%, #045ba9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #045ba9 0%,#045ba9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #045ba9 0%,#045ba9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ba9', endColorstr='#045ba9',GradientType=0 ); /* IE6-9 */
border-top:solid;
	border-top-color:#5ad2af;
	border-top-width:4px;
}
.primary-bgrnd{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+32,d9e8e8+100 */
background: #ffffff;
min-height:400px;
}
.logo-home strong {
width: 100%;
font-size:130%;
}
h1, h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
-webkit-margin-before: 0;
    -webkit-margin-after: 18px;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
-webkit-margin-before: 20px;
-webkit-margin-after: 1em;
}
h5, h6{
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
-webkit-margin-before: 0;
    -webkit-margin-after: 6px;
}
h1{
	font-size: 28px;
}
h2{
	font-size: 24px;
}
.blue-bgrnd h1, .blue-bgrnd h2, .blue-bgrnd h3, .blue-bgrnd h4, .blue-bgrnd h5, .blue-bgrnd h6{
	color: #ffffff;
}
.special-callout h2{
	color:#ffffff;
	font-size: 32px;
}

.special-callout h3 {
    font-size: 28px;
    color: #5ad2af;
}
h3{
	font-size: 20px;
    color: #045ba9;
}
h4{
	font-size: 18px;
    color: #52c9a5;
    text-transform: uppercase;
    letter-spacing: .1em;
	font-weight:900;
	-webkit-margin-before: 0;
    -webkit-margin-after: 6px;
}
.main-content h1, .main-content h2 {
	color:#045ba9;
}

.icon-social{
	display:inline;
	padding:0 12px 0 0;
}
.icon-social-footer{
	padding:10px 6px !important;
}
.icon-social img{
	max-height:26px;
	width:auto;
}
.icon-fade img{
	opacity:.5;
}
.screen-reader-text{
	display:none;
}
.searchform {
    margin: 0 0 0 10px;
    width: 100%;
}
.footer-button .searchform {
    margin: 0;
    width: 100%;
}
#searchsubmit .search-social{
	
}
form {
    margin: 0 auto;
    width: 80%;
}
.featured-img img{
max-width: 100px;
    float: left;
    margin: 0 20px 10px 0;
    height: auto;
}
.featured-img hr{
	color:#ffee93 !important;
}
.tribe-events-widget-events-list__event-header h3 {
	    font-size: 18px;
}
.tribe-events-meta-group {
    min-width: 300px;
}
.tribe-events-event-image img {
    float: left;
    width: 100px;
    height: auto;
    margin: 0 20px 20px 0;
}
.tribe-events-event-image {
    width: inherit !important;
    float: left;
}
.tribe-events-single-event-description {
	width: 87% !important;
}
hr.divider-thin {
border: 1px solid #c5cfdc;
}
.feed ul, .feed ol {
    margin: 1em 0;
    padding: 0;
	list-style-type: none;
}
.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
    text-align: center;
}
.wp-block-embed iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
}
.wp-block-columns {
    margin: 30px 0;
}
.wp-block-latest-posts__featured-image {
	float: left;
    width: 70px;
    margin: 0 10px 0 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    margin: 0 0 20px 0;
}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: inherit;
}

/* BEGIN NAV CSS */

#no-dd-nav ul ul{
	display:none;
}

.navigation {
	text-align:right;
	padding:0 0 20px 0;
	font-size:14px;
	line-height: 20px;
}
.footer-navigation{
	text-align:center;
	width: 100% !important;
}
.navigation-overall{
	text-align:right;
	padding:0px 0 6px 0;
}
	
.navigation a:link,
.navigation a:visited,
.navigation a:active { 
	color: #ffffff;
	font-weight:500;
	margin-bottom: 4px;
	padding-bottom: 0;
    padding-top: 0;
    letter-spacing: 0;
} 

.navigation a:hover {
	text-decoration: none;
	color: rgba(255,255,255,.4);
	margin-bottom: 4px;
}

.navigation .current-menu-item a {
	color:rgba(255,255,255,.4);
	font-weight:700;
}

.navigation .current-menu-item a:hover {
	color:rgba(255,255,255,.4);
}

.navigation .current_page_parent a {
	color:rgba(255,255,255,.4);
	font-weight:700;

}
.sub-menu .current-menu-item a {
	color:rgba(255,255,255,.3) !important;
}

.sub-menu .current-menu-item a:hover {
	color:#045ba9;
}


.sub-menu a:link,
.sub-menu a:visited,
.sub-menu a:active { 
	color: #fff;
	font-weight:300;
	padding-bottom: 4px;
	padding-top: 4px;
	letter-spacing:.06em;
} 

.sub-menu a:hover {
	text-decoration: none;
	color: #9ddff8 !important;
	border-bottom: 4px solid #5ad2af;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-top: 4px;
}

.footer-nav a{
	font-weight:300 !important;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}


.navigation ul{
        margin: 8px auto 0 auto;
    padding: 0;
}

.navigation ul li {
    display:inline;
	line-height: 18px; 
}

.navigation ul li a{
	text-decoration: none;
	display: inline-block;
	list-style-type: none;
	white-space: wrap;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #5ad2af;
}
.first-link a {
    padding-left: 24px !important;
}

.last-link a{
	border-right-width: 0 !important;
}


.navigation ul li
{
	position:relative;
	margin:0;
	padding:0
}


.navigation ul ul
{
	display:none;
	position:absolute;
	z-index:999;
	top:100%;
	left:0;
	background:rgba(0,74,140,.95);
	padding:0;
	margin-top:0;
	border-right:none;
	text-align:left;
	width: 70%;
	min-width:120px;
}

.navigation ul ul a {
    border-right: none;
}

.navigation ul ul li
{
	float: none;
    max-width: 120px;
    display: block;
    clear: both;
}

.navigation ul ul a
{
	line-height:120%;
	padding: 12px 10px 8px 10px;
    font-size: 90%;
}

.navigation ul ul ul
{
	top:0;
	left:100%
}

.navigation ul li:hover > ul
{
	display:block
}


/* END NAV CSS */


/* Mobile Layout: 530px and below. */
.soliloquy-container .soliloquy-caption {
    background: rgba(255, 238, 147, 0.8) !important;
	font-family: 'Montserrat', sans-serif;
}
.soliloquy-container .soliloquy-caption-inside {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #045ba9 !important;
    text-shadow: none !important;
    padding: 18px 0 0 0 !important;
    font-weight: 700 !important;
}
.three-col {
    /* display: inline-block; */
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
.three-col p{
	    line-height: 22px !important;
}
.navigation-home {
	width: 100%
}
body p{
	font-size:16px;
	line-height:160%;
	-webkit-margin-before: 0;
    -webkit-margin-after: 1em;
}
.primary-bgrnd ul, .primary-bgrnd ol{
	font-size:16px;
	line-height:22px;
}
.primary-bgrnd li{
	padding:0 0 8px 0;
}
.program-areas p{
	font-size: 18px;
    line-height: 32px;
}
.list-excerpt p{
	-webkit-margin-after: 0 !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	line-height: 24px;
}
.get-involved-head{
	text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 700;
    color: #045ba9;
    font-size: 120%;
    padding: 0 0 10px 0;
    display: block;
}
.fullContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height:auto;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
	min-width:100%;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.navigation {
width: 100%;
}
.search-social-header {
    width: 100%;
    margin-left: 0;
    clear: both;
	text-align: left;
}
.logo-home {
width: 100%;
text-align:center;
padding: 0;
}
.intro-home {
width: 100%;
margin-left: 0;
clear: both;
}
.intro-home-mobile {
}
.intro-home-mobile img {
    margin: -20px auto 20px auto;
    display: block;
    max-width: 200px;
    width: 100%;
    height: auto;
    clear: none;
}
.intro-home-mobile button {
    margin: 0 auto 30px auto !important;
	float:none !important;
}
.program-block-first {
width: 80%;
clear: none;
margin-left: 10%;
padding:10px 0;
text-align:center;
}
.program-block {
width: 80%;
clear: none;
margin-left: 10%;
padding:10px 0;
text-align:center;
}
.program-area-descrip {
width: 100%;
margin-left: 0;
text-align:center;
}
.updates-area-home {
}
.blog-feed {
width: 100%;
}
.news-feed {
width: 100%;
margin-left: 0;
clear: both;
}
.facebook-feed {
width: 100%;
}
.button-area {
width: 100%;
margin-left: 0;
clear: both;
}
.image-slider-home {
width: 100%;
margin-left: 0;
clear: both;
}
.slider-heading p{
color: #045ba9;
    font-weight: 700;
    background-color: #ffee93;
    text-align: center;
    -webkit-margin-after: 0;
    padding: 16px;
    font-size: 24px;
	    margin-top: -1em;
}
.facebook-slider-area {
}
.footer-callout {
	background-color:#045ba9;
	color:#ffffff;
	padding:2% 5% 2% 5%;
	width:90%;
	margin:30px 0;
	border-bottom:solid;
	border-bottom-color:#5ad2af;
	border-bottom-width:4px;
}
.footer-callout p{
	font-size:130%;
	line-height:160%;
	text-align:center;
    margin: 0 auto;
	max-width:296px
}
.footer-links {
	text-align:center;
}
.hide-desktop {
display: block;
}
.hide-mobile {
display: none;
}
.hide-tablet {
display: none;
}
.show-tablet {
display: block;
}
.top-bottom-spacing{
	padding:20px 0 40px 0;
}
.nav-spacing{
	padding:20px 0 8px 0;
}

.header-image{
	overflow:hidden;
max-height: 130px;
}
.header-image img{
	width:100%;
	height:auto;
	margin:0 auto;
	display:block;
	max-width:1680px;
}

.logo-overall{
width: 100%;
}
.logo-overall img {
width: 26%;
margin:-70px 37% 20px 37%;
position:relative;
}

.search-social{
width: 100%;
margin-left: 0;
clear: both;
text-align: left;
}

.main-content{
width: 100%;
margin-left: 0;
padding: 30px 0 0 0;
}

.zeroMargin_mobile{
margin-left: 0;
}

.hide_mobile{
display: none;
}
.hide-nav {display:none;}
.show-nav {display:block;}
/* Colors for form validity */
.wpcf7-form-control-wrap input:valid, .wpcf7-form-control-wrap textarea:valid {
    width: 100%;
}
input:valid, textarea:valid {
        font-weight: 300;
    width: 100%;
    margin-left: -4px;
}
.footer-button {
    max-width: 160px;
    margin: 0 auto !important;
    padding: 4px 0;
    text-align: center;
    float: none !important;
    min-width: 70px;
}
.footer-button a:link, 
.footer-button a:visited, 
.footer-button a:active{
    font-weight: 700 !important;
}
.footer-button a:hover{
    font-weight: 700 !important;
	color:#ffffff !important;
}
.wp-block-button__link {
	text-decoration: none !important;
}
.wp-block-button__link.has-black-color, .has-black-color {
    color: #000000 !important;
}
.wp-block-button__link.has-green-color, .has-green-color {
    color: #5ad2af !important;
}
.wp-block-button__link.has-blue-color, .has-blue-color {
    color: #045ba9 !important;
}
.wp-block-button__link.has-yellow-color, .has-yellow-color {
    color: #ffee93 !important;
}
.wp-block-button__link.has-white-color, .has-white-color {
    color: #ffffff !important;
}
input:invalid, textarea:invalid { background-color: #f0dddd; }
.primary-bgrnd button,
.primary-bgrnd input[type=button],
.primary-bgrnd input[type=reset],
.primary-bgrnd input[type=submit] {
    padding: 4px 10px;
    font-size: 18px;
    min-width:47px;
	text-decoration: none;
} 
.special-callout {
    width: 84%;
    padding: 7% 16%;
    background: url('<?php echo get_template_directory_uri(); ?>/images/grant-funding-callout-bground.jpg') no-repeat top center;
    background-color: #045ba9;
    color: #ffffff;
    background-size: cover;
    margin: 20px 0 30px -8%;
}
.special-callout p{
    font-size: 16px;
    line-height: 24px;
}
.column-text p{
	font-size: 16px !important;
    line-height: 24px !important;
}
.first-col, .first-col-two{
	width:100%;
	margin-right:0;
	display:block;
	vertical-align: top;
}
.second-col, .second-col-two{
	width:100%;
	margin-right:0;
	display:block;
	vertical-align: top;
}
.third-col{
	width:100%;
	margin-right:0;
	display:block;
	vertical-align: top;
}
.wp-block-image {
    margin: 20px 0 1em 0;
}

/* Tablet Layout: 531px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {
.primary-bgrnd img.alignright {float:right; margin:0 0 20px 20px; width:inherit; height:auto;}
.primary-bgrnd img.alignleft {float:left; margin:0 20px 20px 0; width:inherit; height:auto;}
.primary-bgrnd img.aligncenter {display: block; margin-left: auto; margin-right: auto; margin-bottom:20px; width:fit-content; height:auto;}
.primary-bgrnd img.alignnone {display: block; margin-left: auto; margin-right: auto; margin-bottom:20px; width:100%; height:auto; max-width:600px;}
.primary-bgrnd .alignright {float:right; margin:0 0 20px 20px; width:inherit; height:auto; }
.primary-bgrnd .alignleft {float:left; margin:0 20px 20px 0; width:inherit; height:auto;}
.primary-bgrnd .aligncenter {display: block; margin-left: auto; margin-right: auto; margin-bottom:20px; width:fit-content; height:auto;}
.primary-bgrnd .alignnone {display: block; margin-left: auto; margin-right: auto; margin-bottom:20px; width:100%; height:auto;}

.special-callout img.alignright {float:right; margin:0 0 50px 50px; width:30%; height:auto; max-width: 180px;}
.special-callout img.alignleft {float:left; margin:0 50px 50px 0; width:30%; height:auto; max-width: 180px;}
.special-callout {
	width:90%;
	padding:2% 5%;
	margin:0 0 12px 0;
	background-size: 100%;
}
.special-callout p{
		font-size:24px;
	line-height:36px;
}
.soliloquy-container .soliloquy-caption-inside {
    font-size: 20px !important;
    line-height: 18px !important;
}
.three-col {
    /* display: inline-block; */
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
}	
.nav-spacing{
	padding:30px 0 20px 0;
}
input:valid, textarea:valid {
    width: 120px;
}
.primary-bgrnd button,
.primary-bgrnd input[type=button],
.primary-bgrnd input[type=reset],
.primary-bgrnd input[type=submit] {
    padding: 4px 28px;
    min-width: 120px;
	margin: 0 0 0 6px !important;
} 
body p{
	font-size:18px;
	line-height:180%;
	-webkit-margin-before: 0;
    -webkit-margin-after: 1em;
}
.primary-bgrnd ul{
	font-size:18px;
	line-height:22px;
}
.primary-bgrnd li{
	padding:0 0 10px 0;
}
.program-areas p{
	font-size: 14px;
    line-height: 28px;
}
.list-excerpt p {
    -webkit-margin-after: 0 !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
    line-height: 28px;
}
.footer-callout p{
	max-width:400px
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.navigation {
width: 55%;
    float: right;
    clear: inherit;
}
.search-social-header {
width: 84.1%;
    clear: both;
    margin-left: 5%;
    margin-top: 10px;
    float: right;
}
.logo-home {
width: 45%;
text-align:left;
}
.intro-home {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
margin-bottom:50px;
}
.intro-home img {
    margin-top: -20px;
margin-bottom:50px;
max-width:500px;
width:100%;
height:auto;
float:right;
clear:none;
}
.program-areas {
}
.program-block-first {
width: 40%;
clear: none;
margin-left: 5%;
margin-right:5%;
}
.program-block {
width: 40%;
clear: none;
margin-left: 5%;
margin-right:5%;
}
.program-area-descrip {
width: 100%;
margin-left: 0;
}
.updates-area-home {
}
.blog-feed {
width: 48.7179%;
}
.news-feed {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}
.facebook-feed {
width: 48.7179%;
}
.button-area {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}
.image-slider-home {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}
.facebook-slider-area {
}
.footer-callout {
	padding:2% 5% 2% 5%;
	width:90%
}
.footer-links {
}
.hide-desktop {
display: none;
}
.hide-mobile {
display: block;
}
.header-image{
max-height: 320px;
}
.logo-overall {
    width: 15.8974%;
}
.logo-overall img {
width: 100%;
    max-width: 140px;
    margin: -90px 0 0 0;
    position: relative;
}
.search-social {
width: 81.5384%;
clear: none;
margin-left: 2.5641%;
text-align:right;
}
.main-content {
width: 100%;
margin-left: 0;
}
.footer-button{
	max-width: 260px;
    margin: 0 auto;
    padding: 0;
}
.first-col{
	width:30%;
	margin-right:5%;
	display:inline-block;
}
.second-col{
	width:30%;
	margin-right:5%;
	display:inline-block;
}
.first-col-two{
    width: 37.5%;
    margin-right: 5%;
    display: inline-block;
    margin-left: 10%;
}
.second-col-two{
    width: 37.5%;
    margin-right: 0;
    display: inline-block;
}
.third-col{
	width:30%;
	margin-right:0;
	display:inline-block;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 834px) {
.first-link a{
	padding-left: 0 !important;
}
.navigation-home {
	width: 62% !important;
}
.soliloquy-container .soliloquy-caption-inside {
        font-size: 22px !important;
    line-height: 26px !important;
}
.three-col {
    /* display: inline-block; */
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
}	
.special-callout img.alignright {max-width: 220px;}
.special-callout img.alignleft {max-width: 220px;}
.special-callout img.aligncenter {display: block; margin-left: auto; margin-right: auto; margin-bottom:10px; width:100%; height:auto;}
.special-callout img.alignnone {display: block; margin-left: auto; margin-right: auto; margin-bottom:10px; width:100%; height:auto;}
.special-callout alignright {float:right; margin:0 0 20px 20px; width:30%; height:auto; }
.special-callout .alignleft {float:left; margin:0 20px 20px 0; width:30%; height:auto;}
.special-callout .aligncenter {display: block; margin-left: auto; margin-right: auto; margin-bottom:10px; width:100%; height:auto;}
.special-callout .alignnone {display: block; margin-left: auto; margin-right: auto; margin-bottom:10px; width:100%; height:auto;}

.primary-bgrnd button,
.primary-bgrnd input[type=button],
.primary-bgrnd input[type=reset],
.primary-bgrnd input[type=submit] {
    padding: 4px 26px;
    font-size: 22px;
	margin: 0 0 0 6px !important;
}
.overall-search-btn button, 
.overall-search-btn input[type=button], 
.overall-search-btn input[type=reset], 
.overall-search-btn input[type=submit] {
    font-size: 16px !important;
    min-width: 120px !important;
}
.blue-button button,
.blue-button input[type=button],
.blue-button input[type=reset],
.blue-button input[type=submit] {
    padding: 4px 8px !important;
    font-size: 16px !important;
	min-width:70px !important;
	    margin: 0 0 0 6px;
}
.red-footer-button button,
.red-footer-button input[type=button],
.red-footer-button input[type=reset],
.red-footer-button input[type=submit] {
    padding: 4px 8px !important;
    font-size: 16px !important;
	min-width:70px !important;
	    margin: 0 0 0 6px;
}
.fullContainer {
	min-width:835px;
}
.gridContainer {
	width: 88.5%;
	max-width: 1400px;
	padding-left: 5.75%;
	padding-right: 5.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.program-areas p{
	font-size: 18px;
    line-height: 32px;
}
.footer-callout p{
	font-size:180%;
	line-height:150%;
    max-width: 800px;
}
#div1 {
}
.navigation {
    width: 84%;
    float: right;
    clear: inherit;
}
.search-social-header {
    width: 100%;
    clear: none;
    margin-left: 1.6949%;
    float: right;
    text-align: right;
}
.logo-home {
width: 24.1525%;
    padding: 0;
    float: left;
}
.intro-home {
width: 63.1525%;
    clear: none;
    margin-left: 2.6949%;
    padding: 20px 0 0 0;
}
.intro-home-mobile {
}
.program-areas {
}
.program-block-first {
width: 23.7288%;
clear: both;
margin-left:0;
margin-right:0;
}
.program-block {
width: 23.7288%;
clear: none;
margin-left: 1.6949%;
margin-right:0;
}
.program-area-descrip {
width: 83.0508%;
margin-left: 8.4745%;
max-width: 83.0508%;
}
.updates-area-home {
}
.blog-feed {
width: 49.1525%;
}
.news-feed {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
.facebook-feed {
width: 49.1525%;
}
.button-area {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
.image-slider-home {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
.facebook-slider-area {
	padding:40px 0 0 0;
}
.footer-callout {
	padding:2% 5% 2% 5%;
	width:90%
}
.footer-links {
}
.header-image {
}
.logo-overall {
width: 49.1525%;
}
.search-social {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
float:right;
text-align:right;
}
.main-content {
width: 80.0508%;
    margin-left: 10.4745%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.hide-tablet {
display: block;
}
.show-tablet {
display: none;
}
.footer-button{
	max-width: 260px;
    padding: 0;
}
.hide-nav {display:block;}
}
