/* ------------ FONTS -------------
font-family: 'Oswald', sans-serif;

*/

/* YUI 3.5.0 reset.css (https://developer.yahoo.com/yui/3/cssreset/) - https://cssreset.com */

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* ------------ BASE -------------------- */
img {
	height: auto;
	max-width: 100%;
}

/* ------------ BASIC LAYOUT -------------*/

html {
	background: #042751;
}

body {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	line-height: 1.3125em;
	}

header {
	height: 470px;
	width: 100%;
	background: #ccc;
	position: relative;
}

body.sub header {
	height: 180px;
}

#header-wrap {
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 0;
}

#header-content {
	width: 90%;
	padding: 30px 5% 0;
	max-width: 980px;
	margin: 0 auto;
	height: 126px;
	position: relative;
}

body.sub #header-content {
	height: auto;
}

img.logo {
	float: left;
}

nav {
	border-radius: 5px;
	border: 2px solid #4676B0;
	background: url(images/nav-bg.png) no-repeat #4676B0;
	background-size: auto 100%;
	width: auto;
	max-width: 760px;
	height: 38px;
	float: right;
	margin-top: 47px;
}

nav ul {
	height: 100%;
	padding: 0;
}

nav ul li {
	float: left;
	font-family:'Oswald', sans-serif;
	font-size: .9375em;
	text-transform: uppercase;
	height: 100%;
	width: 144px;
	border-right: 1px solid #3F699D;
	border-left: 1px solid #6687BB;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

nav ul li ul {
	display: none;
}

nav ul li:hover ul {
	display: block;
	position: absolute;
	left: -2px;
	top: 98%;
	border: 2px solid #4676B0;
	border-top: none;
	background: #4676B0;
	width: 100%;
	height: auto;
	border-radius: 0 0 5px 5px;
}

nav ul li ul li {
	border: none;
	border-top: 1px solid #3F699D;
	border-bottom: 1px solid #6687BB;
	float: none;
	width: 100%;
	text-transform: none;
	font-size: .8em;
}

nav ul li ul li:first-of-type {
	border-top: none;
}

nav ul li ul li:last-of-type {
	border-bottom: none;
}

nav ul li:first-of-type {
	border-left: none;
}

nav ul li:last-of-type {
	border-right: none;
}

nav ul li a {
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
	padding: 5.5% 0 6%;
	text-shadow: 0px 2px 0px #3F699D;
    filter: dropshadow(color=#3F699D, offx=0, offy=2);
}

nav ul li ul li a {
	font-family:'HelveticaNeueW01-55Roma';
}

#content #main {
	width: 73%;
	margin-right: 3%;
	float: left;
}

/* ------------ SLIDER -------------*/

#slider .slide {
	width: 100%;
	min-width: 705px;
	height: 470px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}

.slide a {
	height: 215px;
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 999999;
	display: block;
}

body.sub #slider .slide {
	height: 180px;
	display: block;
}

#slider .slide img {
	width: 100%;
	position: absolute;
	top: central;
}

body.sub #slider .slide img {
	min-height: 180px;
	min-width: 1080px;
}

#slider #slide-quote {
	height: auto;
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: -100%;
	z-index: 99999999999;
}

#slide-quote .quote-heading {
	width: 90%;
	padding: 25px 5%;
	max-width: 980px;
	position: relative;
	margin: 0 auto;
}

#slide-quote div.quote {
	height: 128px;
	padding: 0 5%;
	max-width: 980px;
	margin: 0 auto;
}

#slide-quote div.quote div.quote-content {
	width: 80%;
	padding: 20px 5% 30px;
	position: relative;
	border-radius: 10px;
	background: #A81E35;
}

#slide-quote div.quote div.quote-content p {
	font-family:'HelveticaNeueW01-55Roma';
	color: #fff;
}

.prev, .next {
	position: absolute;
	top: 45%;
	z-index: 9999999;
}

.prev {
	left: 2%;
}

.next {
	right: 2%;
}

/* ------------ HOME PAGE -------------*/

#logo-wrap {
	height: 100%;
	width: 100%;
	border-bottom: 1px #EDEDED solid;
	background: #fff;

}

#logos {
	height: 100%;
	width: 90%;
	padding: 5px 5% 15px;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

#logos a img {
	width: 	21%;
	margin-right: 4%;
	vertical-align: central;
}

#logos a:last-of-type img {
	margin: 0;
}

.logo-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 80px;
}

.logo-bar .logo {
	float: none;
	margin-right: 0;
	width: auto;
}

.logo-bar .logo img {
	height: initial;
}

article {
	width: 100%;
	background:url(images/gradient.png) top repeat-x #fff;
	border-top: 1px #fff solid;
}

#mission {
	width: 90%;
	max-width: 980px;
	background-color: #D6D6D6;
	opacity: 50%;
	overflow: hidden;
	padding: 30px 5%;
	margin: 0 auto;
	font-family:'HelveticaNeueW01-85Heav';
	font-size: .8em;
	font-style:inherit;
	line-height: 120%;
	text-align: center;
}

#content {
	width: 90%;
	padding: 30px 5%;
	max-width: 980px;
	margin: 0 auto;
	border-style: solid;
	border-width:medium;
	border-color: #f2f2f2;
}

.home-main-content__inner {
	margin: 0 -15px;
	width: 100%;
	overflow: hidden;
}

.home-main-content .main-column {
	float: left;
	width: 73%;
	margin-right: 3%;
}

.home-main-content .main-column h1 {
	margin-bottom: 40px;
	font-weight: 300;
	letter-spacing: -0.5px;
	line-height: 53px;
}

.home-main-content .cards {
	margin-bottom: 90px;
}

#content #sidebar {
	width: 24%;
	position: relative;
	float: right;
}

/* ------------ SIDEBAR STYLES -------------*/

#content #sidebar div {
	width: 100%;
	margin: 0;
}

#content #sidebar h5 {
	font-size: 14px;
	font-family:'HelveticaNeueW01-75Bold';
	letter-spacing: -0.18px;
	line-height: 17px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#content #sidebar h2 {
	font-size: 1.2em;
	line-height: 1.3;
}

#content #sidebar div {
	padding: 15% 10%;
	width: 80%;
	background-color: #f2f2f2;
	margin-bottom: 3px;
}

#content #sidebar .widget {
	border-top: 7px solid #000;
	min-height: 120px;
}

#content #sidebar .widget + .widget {
	margin-top: 30px;
}

#content #sidebar div div {
	width: 100%;
	background: none;
	padding: 0;
}

#cse div.gsc-results-wrapper-visible {
	background: #fff;
	padding: 30px;
}

#cse div.gsc-modal-background-image-visible {
	background: #666;
}

#cse .cse .gsc-control-cse, .gsc-control-cse {
	background: none !important;
	border: none !important;
	padding-top: 0 !important;
}

#cse div.gsc-results-close-btn-visible {
background-image: url("//www.google.com/images/nav_logo114.png");
    background-position: -140px -230px;
    background-repeat: no-repeat;
    float: right;
    height: 12px;
    position: absolute !important;
    right: 20px;
    top: 20px;
    width: 12px;
}

#cse {
	padding: 0;
	width: 35% !important;
	float: right;
}

#cse div.gsc-results-wrapper-overlay {
	width:70%;
}

#content #sidebar #mailing-list {
	background: url(images/sidebar-gradient.png) top center no-repeat #F0F0F0;
	background-size: 100% auto;
	border-radius: 10px;
	border: 1px solid #E6E6E6;
	width: 76%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 30px 7%;
	position: relative;
}

#mailing-list h1.banner {
	width: auto;
	position: absolute;
	left: -5%;
	right: -5%;
	top: 30px;
}

#mailing-list p {
	margin: 125px 0 0;
}

#sidebar p.grant {
	color: #B3B3B3;
	padding: 0 6%;
	margin: 20px 0;
}

#sidebar p.grant strong {
	color: #808080;
}

#subnav ul {
	padding: 0;
	margin: 0 0 20px;
}

#subnav ul li {
	list-style-type: none;
	padding: 0;
}

#subnav ul li a {
	border-radius: 5px;
	border: 2px solid #4676B0;
	background: url(images/nav-bg.png) no-repeat #4676B0;
	display: block;
	background-size: auto 100%;
	padding: 5.5% 0 6%;
	text-shadow: 0px 2px 0px #3F699D;
    filter: dropshadow(color=#3F699D, offx=0, offy=2);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

#subnav ul li a.active {
	border: 2px solid #ccc;
	background: #ccc;
	text-shadow: none;
    filter: none;

}

.date {
	font-size: .75em;
}

.title a {
	font-family:'HelveticaNeueW01-66Medi';
}

/* ------------ FOOTER STYLES -------------*/

footer {
	background: url(images/footer-gradient.png) top repeat-x;
	height: 200px;
	width: 100%;
}

#footer-content {
	background: url(images/footer-bg.png) top center no-repeat;
	width: 90%;
	padding: 30px 5% 0;
	max-width: 980px;
	margin: 0 auto;
	height: 170px;
}

#footer-content div {
	padding: 2px 0 0;
}

#footer-content p {
	color: #838099;
	font-family:'HelveticaNeueW01-65Medi';
    font-size: 16px;
    line-height: 18px;
}

#footer-content div.sponsored {
	float: left;
	background: url(images/sloan.png) no-repeat top left;
}

#footer-content div.sponsored p {
	margin-bottom: 0;
}

#footer-content div.copyright {
	float: none;
	clear: both;
}

#footer-content div.copyright p {
	margin-top: 4px;
}

#footer-content div.donation {
	float: left;
}

div.donation a {
	background: #838099;
	display: inline-block;
	padding: 10px 40px;
	color: #042751;
}

/* ------------ TEXT STYLES -------------*/

h1 {
	font-family:'HelveticaNeueW01-45Ligh';
	font-size: 2.75em;
	line-height: 100%;
	margin: 5px 0;
	color: #004677;
}

#slide-quote h1 {
	font-family:'HelveticaNeueW01-77BdCn 692722';
	color: #fff;
	font-size: 3.1875em;
	line-height: .8em;
	text-shadow: 2px 2px 10px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
	margin: 0;
}

h1.banner {
	font-size: 2.125em;
	color: #fff;
	background: url(images/header-gradient.png) top center no-repeat #A81E35;
	background-size: 100% auto;
	padding: 9% 12%;
}

body.sub h1 {
	margin: 0 0 25px 0;
}

h2 {
	font-family:'HelveticaNeueW01-85Heav';
	font-size: 1.5625em;
	line-height: 100%;
	color: #A81E35;
}

h3 {
	font-family:'HelveticaNeueW01-75Bold';
	font-size: 1em;
	line-height: 150%;
	text-transform: uppercase;
	color: #004677;
	margin: 15px 0;
}

h4 {
	font-family:'HelveticaNeueW01-45Ligh';
	font-size: 18px;

}

h5 {
	font-family:'HelveticaNeueW01-95Blac';
	text-transform: uppercase;
	font-size: .75em;
}
h6 {
	font-family:'HelveticaNeueW01-85Heav';
	font-size: 1.25em;
	line-height: 100%;
	color: #A81E35;
}

p {
	font-family:'HelveticaNeueW01-55Roma';
	font-size: 1em;
	line-height: 138.4615%;
	margin: 10px 0;
}

div.quote p {
	font-size: 1em;
	line-height: 130%;
	margin-bottom: 0;
}

div.quote p.quote-by {
	text-align: right;
	font-family:'HelveticaNeueW01-75Bold';
	margin: 5px 0 0;
	font-size: 1em;
}

a {
	text-decoration: none;
	font-family:'HelveticaNeueW01-75Bold';
	color: #A81E35;
}

a.btn {
	display: block;
	width: 80%;
	padding: 10px 10%;
	background: #A81E35;
	color: #fff;
	text-align: center;
}

strong {
	font-family:'HelveticaNeueW01-75Bold';
}

em {
	font-family:'HelveticaNeueW01-56It';
}

strong em, em strong {
	font-family:'HelveticaNeueW01-76Bold';
}

ul, ol {
	padding-left: 14px;
}

ul li, ol li {
	font-family:'HelveticaNeueW01-55Roma';
	font-size: 1em;
	line-height: 138.4615%;
	margin: 8px 0;
	list-style-type: disc;
	padding-left: 5px;
}

ol li {
	list-style-type: decimal;
}

/* ------------ FORM STYLES -------------*/

form {
	margin: 10px 0 0;
}

form label {
	font-family:'HelveticaNeueW01-75Bold';
	font-size: .8125em;
	line-height: 138.4615%;
	margin: 10px 0 5px;
}

form input[type=email] {
	border: 1px solid #E6E6E6;
	background: #fff;
	font-family:'HelveticaNeueW01-55Roma';
	font-size: .8125em;
	line-height: 138.4615%;
	width: 90%;
	padding: 4% 5%;
	margin: 5px 0 10px;
	border-radius: 5px;
}

form input[type=submit] {
	background: url(images/header-gradient.png) top center no-repeat #A81E35;
	background-size: 200% 150%;
	font-size: .6875em;
	color: #fff;
	font-family:'HelveticaNeueW01-95Blac';
	border: 0;
	width: 100%;
	height: 30px;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 0 0 3px;
	border: 1px solid #96002A;
}

/* ------------ MISC STYLES -------------*/

hr.hidden {
	margin: 0;
	clear: both;
	visibility: hidden;
}

hr.line {
	border: none;
	background: url(images/line.png) center center no-repeat;
	background-size: 100% auto;
	height: 20px;
	clear: both;
	margin: 20px 0;
	width: 100%;
}

.mobile-only {
	display: none;
}

div.half-col {
	width: 47%;
	margin-right: 6%;
	margin-bottom: 10px;
	float: left;
}

div.people img, div.people div {
	float: left;
}
.float-right {
	padding: 5px;
	float: right;
}


#main div.people img {
	margin: 0 5% 0 0;
	width: 30%;
}

div.people div {
	width: 65%;
}

div.even {
	margin-right: 0;
}

div.news-sum {
	margin: 30px 0 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

#content div.news-sum {
	width: 100%;
}

#content.home div.news-sum {
	margin: 10px 0 0;
	padding: 0;
}

#content.home img {
	max-width: 100%;
	height: auto;
	float: none;
}

div.news-sum:last-of-type {
	border: none;
}

#main img {
	margin: 15px 3% 15px 0;
}

.card {
	margin: 0;
}

.card__title {}

.card__title a {}

.card__container {
	overflow: hidden;
	margin-top: 30px;
}

.card__image-container {
	float: left;
	margin-right: 30px;
	width: 230px;
}

.card__image {}

.card__content {
	overflow: hidden;
}

.card__teaser {
	margin: 0;
}

.card__action {
	margin-top: 18px;
}

/* ------------ MEDIA QUERIES -------------*/

@media all and (max-width: 1130px) {
	nav ul li {
		font-size: .8em;
	}

	nav ul li ul li {
		font-size: .9em;
	}

	nav ul li a {
		padding: 7% 0 6%;
	}

	div.quote p {
		font-size: .8em;
	}
}

@media all and (max-width: 920px) {

	#slide-quote .quote-heading {
		padding: 30px 5% 0;
	}
	#slide-quote h1 {
		font-size: 2.9em;
	}

}

@media all and (max-width: 987px) {
	#mailing-list p {
		margin: 160px 0 0;
	}
}

@media all and (max-width: 903px) {

	#header-content a img {
		width: 22%;
	}


	nav {
		margin-top: 37px;
		height: 30px;
	}

	nav ul li {
		font-size: .7em;
	}
}


@media all and (max-width: 840px) {
	#slide-quote h1 {
		font-size: 2.5em;
		line-height: 120%;
	}
}

@media all and (max-width: 805px) {

	img.logo {
		float: none;
	}

	#header-content a img {
		width: auto;
	}

	nav {
		float: none;
		width: 100%;
		height: 38px;
		margin-top: 0;
	}

	nav ul li {
	font-size: .9em;
	}

	nav ul li a {
		padding: 7% 0 6%;
	}

	#content #main, #sidebar, #content.home div {
		width: 48%;
		margin-right: 4%;
		float: left;
	}

	#content.home div:nth-child(2) {
		margin-right: 0;
		float: right;
	}

	#content #sidebar {
		width: 260px;
		margin: 0 auto;
		float: none;
	}

	h1.banner {
		font-size: 2.6em;
	}

	.mobile-only {
		display: block;
	}

	body.sub header {
		height: 230px;
	}

	body.sub #slider .slide {
		height: 230px;
	}

	body.sub header #slider .slide img {
		min-height: 230px;
		min-width: 1343px;
	}

	#content #main {
		width: 100%;
		margin: 0;
		float: none;
	}

	#content div.even {
		margin-right: 0;
	}

}

@media all and (max-width: 726px) {
	#slide-quote h1 {
		font-size: 2.1em;
		line-height: 200%;
	}
}

@media all and (max-width: 703px) {
	#header-content a img {
		width: 24%;
	}

	nav {
		height: 30px;
	}

	nav ul li {
		font-size: .7em;
	}
	div.quote p {
		width: 90%;
	}

	div.quote p.quote-by {
		font-size: .9em;
	}

	body.sub header {
		height: 190px;
	}

	body.sub #slider .slide {
		height: 190px;
	}

	body.sub #slider .slide img {
		min-height: 190px;
		min-width: 1110px;
	}

}

@media all and (max-width: 640px) {


	div.quote p.quote-by {
		font-size: .85em;
	}

	#logos a img {
		width: 	35%;
		margin: 0;
	}

}

@media all and (max-width: 603px) {
	#header-content a img {
		width: 38%;
		float: none;
	}
	nav {
		height: auto;
		background: #4676B0;
	}

	nav ul li {
		float: none;
		font-size: .9375em;
		height: auto;
		width: 100%;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #3F699D;
		border-top: 1px solid #6687BB;
	}

	nav ul li:first-of-type {
		border-top: none;
	}

	nav ul li:last-of-type {
		border-bottom: none;
	}

	nav ul li a {
		padding: 10px 0;
	}

	nav ul li:hover ul {
		display: none;
	}

	header {
		height: auto;
		background: url(images/phone-header-bg.png) top center no-repeat;
		background-size: auto 110%;
	}

	#header-content {
		padding-bottom: 20px;
		height: auto;
	}

	#header-wrap {
		position: relative;
	}

	#slider {
		display: none;
	}

	#content div, #content.home div {
		float: none;
		width: 100%;
		margin: 15px 0 0;
	}

	#sidebar {
		margin-top: 0;
	}

	div.copyright {
		clear: both;
	}

	body.sub header {
		height: 100%;
	}

	div.half-col {
		width: 100%;
		margin-right: 0;
		float: none;
	}

}

@media all and (max-width: 400px) {
	#content #sidebar {
		width: 100%;
	}

	#footer-content div.sponsored {
		width: 70%;
	}

	#footer-content div.copyright {
		width: 100%;
		text-align: right;
}

@media all and (max-width: 301px) {
	h1.banner {
		font-size: 2.3em;
	}
	#mailing-list p {
		margin: 135px 0 0;
	}

}

@media all and (max-width: 267px) {
	h1.banner {
		font-size: 2em;
	}
	#mailing-list p {
		margin: 135px 0 0;
	}

}
}