/*Typography */
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,900,);

html {
	font-size: 100%;
	min-width: 20rem;

}
body { 
	font-size: 100%;
	line-height: 1.4;
}
body, h1, h2, h3, h4, select, input, textarea {
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, article h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.125em;
}
h3 {
	font-size: 1em;
	color: 	#001f5b;
	margin-bottom: .35em;
}
p {
	margin: 0 0 1em 0;
}
ul, ol {
	margin-bottom: 1.4em;
	padding-left: 15px;
}
ul li ul {
	list-style: none;
}
ul li > ul li {
	list-style-image: url(../img/sub_list.png);
}

hr {
	border-top: 1px solid #808080;
}

img {
	max-width: 100%;
	height: auto;
}
.img-left {
	margin-bottom: 20px;
}
/* End Typgraphy */

/*Header Styling */ 
header {
	
}

.header-container {
	padding: 1.4em 0;

background: url(../img/header_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: 450px;

}
.header-container .logo {
	width: 328px;
	height: 67px;
	display: inline-block;
	float: left;

}
.header-container .logo img {
	height: auto !important;
}
.header-right {
	margin-top: -100px;
	float: right;;
}
ul.header-links {
	list-style: none;
	padding: 0;
}
ul.header-links li {
	display: block;
	float: left;
	margin-right: 1.4em;
}
ul.header-links li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 900;
}
ul.header-links li a:hover {
	text-decoration: underline;
}
.mobile_search {
	display: none;
}
.search-box table td {
	border: none;
	padding: 0;

}
.search-box table {
	margin: 0;
}
.search-box td.gsc-input {
	padding-right: 0;
}
.search-box .gsc-search-box {
	
}
.search-box {
	min-width: 200px;
}
table.gssb_c {
	margin-top: 0px;
}
div.gsc-input-box  {
	border: 2px solid #00a98e;
	height: 2em;
	padding: 2px 31px 2px 2px;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	-moz-border-radius-bottomright: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	background-image: none !important;
}
.gsst_b a {
	padding: 0;
	vertical-align: middle;

}
td.gsc-clear-button {
	display: none !important;
}
button.gsc-search-button  {
	width: 0;
	position: absolute;
	background-image: url("../img/mobile_search_icon.svg") !important;
	top: 0px;
	right: -2px;
	background-repeat: no-repeat;
	background-color: transparent !important;
	text-indent: -999999px;
	border: none !important;
	background-size: auto 28px !important;
	min-width: 0 !important;
	width: 31px;
	padding: 0;
	height: 31px;
	margin: 0;
}
td.gsc-search-button {
	position: relative;
	width: 0 !important;
}
.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
	padding: 0 !important;
}
.gsc-resultsHeader *, .gsc-above-wrapper-area-container * {
	border-bottom: none;
}
.gsc-selected-option-container {
	box-sizing: content-box;
}
.gsc-table-result * {
	border: 0;
}
.gsc-results > .gsc-webResult, .gsc-expansionArea > .gsc-webResult  {
	border-bottom: 1px solid #e9e9e9 !important;
}
.header-right .search-input {
	border: 2px solid #00a98e;
	height: 2em;
	padding-left: .7em;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	-moz-border-radius-bottomright: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	background-image: url("../img/search_icon.png");
	background-repeat: no-repeat;
	background-position: right 1px center;
	background-size: 26px 26px;
}

.header-right .search-form placeholder {
	font-weight: 900;
	color: #595959;


}
.search-form ::-webkit-input-placeholder {
   font-weight: 900;
	color: #595959;
}

.search-form :-moz-placeholder { /* Firefox 18- */
   font-weight: 900;
   color: #595959;  
}

.search-form ::-moz-placeholder {  /* Firefox 19+ */
   font-weight: 900;
	color: #595959; 
}

:-ms-input-placeholder {  
   font-weight: 900;
	color: #595959; 
}

.landing_header {
	background-repeat: no-repeat;
	padding: .17em 1em;
	margin-bottom: 1.4em;
	background-size: cover;

}
.landing_header * {
	color: #fff !important;
	margin-bottom: 0 !important;
	font-size: 1.5em !important;
	font-weight: bold !important;
}
.content .landing_header h1 {
	color: #fff;
	margin-bottom: 0;
	font-size: 1.5em;
}
/* End Header Styling */

/* Nav Styling */
.mobile_toggle {
	display: none;
}

.navigation li > ul {
   max-height: 0px;
	overflow: hidden;
	-webkit-transition: max-height 0.01s ease-out;
	-moz-transition: max-height 0.01s ease-out;
	transition: max-height 0.01s ease-out;
}

.navigation:hover ul > li ul {
      max-height: 500px;
      -webkit-transition: max-height 0.01s ease-out;
	-moz-transition: max-height 0.01s ease-out;
	transition: max-height 0.01s ease-out;
	transition-delay: .2s;

}


 #menu * {
 	display: block;
 	margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    list-style: none;
    width: 100%;

}

ul.menu > li > a {
	font-size: 18px;
	line-height: 2em;
	font-weight: 700;
}
#menu ul > li {
	float: left;
}
#menu a {
	color: #001f5b;
}
#menu a:hover {
	color: #e03c31;
}
#menu .nav-child a {
	padding-bottom: .35em;
}

#menu ul.menu > li  {
	width: 14%;
}
#menu ul.menu > li.item-264 {
	width: 24%;
}
#menu ul.menu > li.item-252 {
	width: 18%;
}
#menu .parent-1 {

}
#menu .parent-2 {

}
#menu .parent-3 {

}
#menu .parent-4 {

}
#menu .parent-5 {
	width: 26%

} 

/*#menu li > ul {
    display: none;
}

#menu ul:hover > li ul {
    display: block;
}*/
/*#menu { 
	overflow: hidden;
}
#menu * {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#menu ul>li{ 
	width: 20%;
} */


/* End Nav Styling */
/* Hero Styling */
.hero-container {
	background: url("../img/hero_img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 1.05em;

	
}
.hero-container h1 {
	font-size: 2em;
}
.hero-section {
	margin: 2.1em 0;
	padding: 0 1em;
}
.hero-container, .features > div {
	-webkit-border-radius: 1rem;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 1rem;
	-moz-border-radius-topleft: 0;
	border-radius: 1rem;
	border-top-left-radius: 0;

}
.hero-container p {
	max-width: 42em;
	margin: 0 0 .35em 0;

}
/* Update and Rss Styling */
.update {
	margin-bottom: 1.4em;
}
/*.update p, .rss p {
	margin: 0 0 .35em 0;
}*/
.content h1, .rss h1 {
	color: #00a98e;
	margin-bottom: .35em;
}
/*.rss h1, .update h1 {
	margin-bottom: 0;
}*/
.content h2, .rss h2 {
	color:#0047bb;
	line-height: 1.25em;
	margin-bottom: .75em;
}
.rss {
	background-color: #d8d8d8;
	padding: 1.4em 2.1em;

}
.rss h3 {
	color: #001f5b;
}
.job-post {
	margin-bottom: 1.4em;
}
.read-more {
	color:#e03c31;
}
a.read-more {
	text-decoration: none;
}
.read-more:after {
	content: " >>";
}
.more-jobs {
	font-size: 1.25em;
	display: block;
	text-align: center;
}
.read-more:hover {
	text-decoration: underline;
}
/*Button */
.button {
	font-weight: 700;
	border: 2px solid #e03c31;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
	background: #e03c31;
	color: #fff;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-webkit-transition: all 0.18s;
	-moz-transition: all 0.18s;
	transition: all 0.18s;
}
.content .button {
	margin-bottom: 1.4em;
}
.button:hover {
	color: #e03c31;
}
/* End Button Styling */

/*Feature Box Styling */
.feature-one {
	background: url(../img/feature_img1.jpg);
}

.feature-two {
	background: url(../img/feature_img2.jpg);
}
.feature-section {
	padding: 0 1em;
}
.features {
	padding: 0;
}

.features > div { 
	margin-bottom: 2.45em;
	color: #FFFFFF;
	background-color: #353c53;
	width: 48%;
	padding: .7em 1.05em;
	float: left;
	background-size: cover;
	background-repeat: repeat;
}
.features div:first-child { margin-right: 4%; }

/*End Feature Box Styling */

/*Interior Content */
.interior-content {
	padding: 1.75em 1em !important;
}
.callout p {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
}
.staff-grid > div {
	width: 30%;
	margin-right: 1%;
	float: left;
}

.book {
	width: 48%;
	margin-right: 2%;
	float: left;

	}
.book img {
	width: 128px; 
	height: auto;
	float: left;
	margin: 0 1.04em .35em 0; 
}
.supporters img {
	display: inline-block;
	margin-bottom: 2em;
}
.programs .bannergroup {
	float: right;
	margin: 10px 0 25px 10px;
}
.bannergroup .banneritem:after {
	content: "Advertisement";

}
@media only screen and (max-width: 580px) { 
.programs .bannergroup {
	float: none;
	display: block;
	margin: 10px 0 10px 10px;
}
}

/* Interior Content End  */

/* Footer */
footer {
	margin-top: 3.15em;
	padding: 1.4em;
	background: #001f5b;
	color: #fff;

}
footer ul.contact-list {
	margin: 0;
	padding: 0; 
	list-style:  none;
}
footer ul.contact-list li {
	margin-bottom: 0;
}
footer a {
	color: #ffffff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline !important;
}
footer li.twitter a::after {
    background-image: url("../img/twitter_logo.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    float: right;
    height: 23px;
    margin-left: 0.4em;
    width: 30px;
}
footer li.twitter a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
}
.footer-cr {
	text-align: center;
	padding: 0;
}
/* End Footer Styling */




/* ======== Media Queries ====== */

@media only screen and (max-width: 900px) {
	.navigation { display: none;}
.mobile_toggle { 
	display: block;
    float: left;
    height: 40px;
    margin: 1em 1em 0 0;
    width: 45px;}

}


@media only screen and (max-width: 740px) { 
.mobile-no-padding {
	padding: 0 !important;
}
.content {
	padding: 0 1em;
}
footer {
	margin: 0;
}
.footer-cr {
	text-align: left;
	margin-top: .35em;
}
.staff-grid > div {
	width: 48%;
	margin-right: 1%;
}
.book img {
	float: none;
}

}

@media only screen and (max-width: 650px) { 
	.features > div {
	width: 100%;
	float: none;
}
.features div:first-child {
    margin-right: 0%;
}

.hero-section {
	padding: 0;
}
.hero-container {
	border-radius: 0;
}

}
@media only screen and (max-width: 500px) {
		.staff-grid > div {
			float: none;
			width: auto;
}
.book {
	width: auto;
	margin-right: 2%;
	float: none;

	}
}

@media only screen and (max-width: 670px) { 

	.mobile_search {
    display: block;
    float: right;
    width: 3.2em;
    margin-top: .7em;
}

	.header-right {
		float: none;
		margin-top: 0;
	}
	.header-right .header-links li {
		margin-right: 0;
	}
	.header-right .header-links li a{
		display: none;
	}
	.header-right .header-links {
		position: absolute;
		right: 30px;
		top: 25px;
			}
	.header-right .header-links li a.login {
		background-image: url(../img/lock.png);
	}
	.header-right .header-links li a.login, .header-right .header-links li a.logout {
		display: inline-block;
		background-size: auto 2.8em;
		background-position: left top;
		background-repeat: no-repeat;
		height: 2.8em;
		width: 2.8em;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.header-right .header-links li a.logout {
		background-image: url(../img/unlock.png);
	}
	.search-form {
		display: none;
		text-align: center;
		padding-top: .7em;
	}
	.search-form .search-input {
		width: 100%;
	}
	.search-box {
		
	}
	.search-box #gsc-i-id1 {
		border-color: #00a98e !important;
	}
	

}
@media only screen and (min-width: 670px) {
	img.img-left {
		width: 350px !important;
	}

}
@media only screen and (max-width: 400px) {
	.mobile_toggle {
		margin: 0.35em 0.7em 0 0;
		width: 30px; 
	}
	.mobile_search {
		margin-top: 0.35em;
		width: 35px;
}
	.header-container .logo {
		width: 180px;
		height: 37px;

	}
	.header-right .header-links{
	    right: 20px;
	    top: 15px;
	}
}
@media only screen and (min-width: 401px) and (max-width: 487px) {
	.mobile_toggle {
		width: 10%; 
	}
	.mobile_search {
		width: 10%;
		margin-bottom: 1%;
}
	 .header-container .logo {
		width: 250px;
		height: 51px;


	}
	/* 
	.header-container .logo img {
		width: 250px;
		height: 52px;

	} */

}
@media only screen and (max-width: 450px) { 
	.header-right .header-links li a.login, .header-right .header-links li a.logout {
	height: 2em;
	width: 2em;
	background-size: auto 2em;
}
}

.none {
	display: none !important;
}