/* COLORS */
/*
#ee9800 (orange)
#162b40 (navy)
#3d9dff  (blue)
#6db960  (green)
*/

body {
	position: relative;
	background-color: #264a6e;
	color: #162b40;
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.5em;
	min-width: 320px;
	/*overflow: -moz-scrollbars-vertical;*/
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: auto;
}
p {
	font-size: 1.5em;
	line-height: 1.5em;
}
@media only screen and (min-width : 1200px) {
	body {
		padding-left: 430px;
	}
}

h1, h2, h3, h4 {
	border: 0;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}
h1 {
	color: #162b40;
	font-size: 28px;
	font-weight: 900;
	line-height: 36px;
}
h2 {
	color: #162b40;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
}
h3 {
	color: #162b40;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}
h4 {
	border-bottom: 1px dashed #ccc;
	color: #162b40;
	font-size: 14px;
	font-weight: 900;
	line-height: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

body>.backdrop {
	position: fixed;
	left: 0;
	top: 0;
	
	/*background-image: url('../images/bg_home_page.jpg');*/
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 200%;
	height: 100%;
	height: 100vh;
	min-height: 900px;
	min-width: 320px;
	opacity: 0.8;
	width: 100%;
	width: 100vw;
	z-index: -2;
}
.backdrop:before {
	content: " ";
	
	position: absolute;
	bottom: 0;
	z-index: 10;
	
	display: block;
	height: 300px;
	width: 100%;
	
	background-image: -webkit-linear-gradient(top,rgba(38,74,110,.0001) 0,rgba(38,74,110,1) 100%);
	background-image: -o-linear-gradient(top,rgba(38,74,110,.0001) 0,rgba(38,74,110,1) 100%);
	background-image: -webkit-gradient(linear,right top,right bottom,from(rgba(38,74,110,.0001)),to(rgba(38,74,110,1)));
	background-image: linear-gradient(to bottom,rgba(38,74,110,.0001) 0,rgba(38,74,110,1) 100%);
}

body.seed-1>.backdrop { background-image: url('../images/bg_01.jpg'); }
body.seed-2>.backdrop { background-image: url('../images/bg_02.jpg'); }
body.seed-3>.backdrop { background-image: url('../images/bg_03.jpg'); }
body.seed-4>.backdrop { background-image: url('../images/bg_04.jpg'); }

@media only screen and (min-width : 480px) {
	body>.backdrop {
		background-size: 150%;
	}
}
@media only screen and (min-width : 768px) {
	body>.backdrop {
		background-size: contain;
	}
}
@media only screen and (min-width : 1200px) {
	body>.backdrop {
		background-size: cover;
	}
	body>.backdrop .backdrop-inner {
		overflow: hidden;
		width: 430px;
		-webkit-filter: blur(4px);
		filter: blur(4px);
	}
	body>.backdrop .backdrop-inner::after {
		content: ' ';
		
		/*background-image: url('../images/bg_home_page.jpg');*/
		background-repeat: no-repeat;
		background-position: 50% 0;
		background-size: cover;
		display: block;
		/*height: 100%;*/
		height: 100vh;
		min-height: 900px;
		min-width: 320px;
		opacity: 0.8;
		/*width: 100%;*/
		width: 100vw;
		z-index: -1;
	}
	body.seed-1>.backdrop .backdrop-inner::after { background-image: url('../images/bg_01.jpg'); }
	body.seed-2>.backdrop .backdrop-inner::after { background-image: url('../images/bg_02.jpg'); }
	body.seed-3>.backdrop .backdrop-inner::after { background-image: url('../images/bg_03.jpg'); }
}

a {
	color: #2778cc;
	font-family: 'Lato', sans-serif;
	/*font-weight: 700;*/
	transition: background-color .2s, color .2s;
}
a:link, a:visited {
	color: #2778cc;
}
a:hover, a:active, a:focus {
	color: #6db960;
	text-decoration: underline;
}

.btn {
	border-radius: 0;
	border-width: 0;
}


/* RELATED LINKS */
.header-section-related-links {
	display: none;
}
@media only screen and (min-width : 1200px) {
	.header-section-related-links {
		display: block;
	}
}
.footer-section-related-links {
	display: block;
	margin-bottom: 30px;
}
@media only screen and (min-width : 1200px) {
	.footer-section-related-links {
		display: none;
	}
}
.related-links h3 {
	border-bottom: 1px solid rgba(255,255,255,.5);
	color: #fff;
	font-size: 30px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	text-transform: lowercase;
}
.related-links h3 span {
	font-weight: 900;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.related-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.related-links ul li {
	border-bottom: 1px dashed rgba(255, 255, 255, .35);
}
.related-links ul li:last-child {
	border-bottom-width: 0px;
}

.related-links ul li a {
	color: #fff;
	display: block;
	font-size: 20px;
	font-style: italic;
	line-height: 20px;
	padding: 13px 0;
}
.related-links ul li:first-child a {
	padding-top: 20px;
}
.related-links ul li a:link, .related-links ul li a:visited {
	color: #fff;
}
.related-links ul li a:hover, .related-links ul li a:active, .related-links ul li a:focus {
	color: #8dc9f8;
	text-decoration: none;
}


/* MAIN */
main {
	/*background-color: rgba(0, 255, 0, 0.5);*/
	margin: 0 auto;
	max-width: 970px;
	padding: 20px;
}
@media only screen and (min-width : 1200px) {
	main {
		max-width: 1030px;
		padding: 30px 50px;
	}
}



.how-can-i-help {
	display: none;
	
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 25px;
	padding-top: 25px;
}
@media (min-width: 1200px) {
	.how-can-i-help {
		display: block;
	}
}

.how-can-i-help .help-title {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	
	margin-bottom: 1em;
}
	
.how-can-i-help .help-title h2 {
	color: #fff;
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 24px;
	/*height: 24px;*/
	margin: 0 1em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.how-can-i-help .help-title::before, .how-can-i-help .help-title::after {
	content: " ";
	
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	flex-grow: 1;
	height: 12px;
}

.how-can-i-help .help-items {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.how-can-i-help .help-items .help-item {
	position: relative;
	
	margin-bottom: 3px;
}
.how-can-i-help .help-items .help-item a {
	display: block;
	
	background-color: #1C6FF6;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 48px;
	border-width: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	overflow: hidden;
	padding: 20px;
	padding-left: 60px;
}
.how-can-i-help .help-items .help-item a, .how-can-i-help .help-items .help-item a:link, .how-can-i-help .help-items .help-item a:visited {
	color: #fff;
}
.how-can-i-help .help-items .help-item a:hover, .how-can-i-help .help-items .help-item a:active, .how-can-i-help .help-items .help-item a:focus {
	background-color: rgba(255, 255, 255, .15);
	color: #fff;
	text-decoration: none;
}
.contact-help-item a { background-image: url('../images/service_contact.png'); }
.fifth-district-help-item a { background-image: url('../images/service_5th_district.png'); }
.services-help-item a { background-image: url('../images/service_serving_you.png'); }
.federal-grants-help-item a { background-image: url('../images/service_federal_grants.png'); }
.visiting-dc-help-item a { background-image: url('../images/service_visiting_dc.png'); }
.students-help-item a { background-image: url('../images/service_students.png'); }
.how-can-i-help .help-items .help-item.privacy-help-item a { background-image: url('../images/service_privacy1.png'); background-size: auto 50%; background-position: 24px 55%; }

@media only screen and (max-width : 991px) {
	.how-can-i-help .help-items .help-item a .abbrev { display: none; }
}


/* FOOTER */
footer {
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
	margin: 0 auto;
	max-width: 970px;
	padding: 0px 20px;
}
@media only screen and (min-width : 1200px) {
	footer {
		max-width: 1030px;
		padding: 0px 50px;
	}
}
footer .footer-links {
	border-top: 1px solid rgba(255, 255, 255, .35);
	padding: 20px 0;
}
footer a, footer a:link, footer a:visited {
	color: inherit;
	color: rgba(255, 255, 255, .5);
}
footer a:hover, footer a:active, footer a:focus {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}


/* SUBPAGE */
.page-head {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	
	margin-bottom: 10px;
}
.page-head h1 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 24px;
	/*height: 24px;*/
	margin: 0 1em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.page-head::before, .page-head::after {
	content: " ";
	
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	flex-grow: 1;
	height: 12px;
}

/*
Cookie Crumb:   16px,   color: rgba(255,255,255,.65),   text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
Cookie Crumb a:hover:  color: rgba(255,255,255,1),
*/
.page-info {
	margin-bottom: 1em;
	text-align: center;
}
.page-info ul {
	color: rgba(255, 255, 255, .65);
	font-size: 16px;
	line-height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.page-info ul>li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.page-info .cookie-crumbs li:before {
	content: " / ";
	display: inline;
}
.page-info .cookie-crumbs li:first-child:before {
	display: none;
}
.page-info ul>li a, .page-info ul>li a:link, .page-info ul>li a:visited {
	color: rgba(255, 255, 255, .65);
}
.page-info ul>li a:hover, .page-info ul>li a:active, .page-info ul>li a:focus {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}


.subpage .content-wrapper {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
	margin-bottom: 15px;
	padding: 20px;
	overflow: hidden;
}
@media only screen and (min-width : 768px) {
	.subpage .content-wrapper {
		padding: 40px;
	}
}

/* "column-count" changed from 2 to 1 */
@media only screen and (min-width : 768px) {
	article.post>.content {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}


.post .embed-responsive {
	margin-bottom: 20px;
}
.recordList .media .embed-responsive {
	margin: 20px;
}

/* bootstrap updates */
.embed-responsive {
	background-color: #f8f8f8;
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
/* home-featured image size: 460h / 650w = 0.70769 */
.embed-responsive-feature {
	padding-bottom: 70.75%;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.embed-responsive-1by1 {
	padding-bottom: 100%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive .video-play-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	background-image: url(../images/trans-1by1-play.png);
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

/* plyr overrides */
.plyr .plyr__play-large {
	opacity: 0;
}

.content img {
	max-width: 100%;
    height: auto;
}

@media print{
	.cookie-crumbs{
	}
		.cookie-crumbs a[href]:after{
			display: none;
		}
}
.main-inner .subpage-content .element_posttypes p {
	line-height: 1.5 !important;
}