/* COLORS */
/*
#f2f2f2
#262626
#2ca3ff
#5278ab
#6db960
#162c41

*/

body {
	position: relative;
	background-color: #f2f2f2;
	color: #262626;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	min-height: 100vh;
	min-width: 320px;
	/*overflow: -moz-scrollbars-vertical;*/
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: auto;
}
@media only screen and (min-width : 1200px) {
	body {
		/*padding-top: 140px;*/
		padding-right: 360px;
		padding-left: 81px;
	}
}

h1, h2, h3, h4 {
	border: 0;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}
h1 {
	color: #162b40;
	font-family: "Paytone One";
	font-size: 28px;
	font-weight: 400;
	line-height: 36px;
}
h2 {
	color: #162b40;
	font-family: "Paytone One";
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
}
h3 {
	color: #162b40;
	font-family: "Paytone One";
	font-size: 20px;
	font-weight: 400;
	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;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100%;
	min-width: 320px;
	/*z-index: -3;*/
}
body.seed-0 .body-backdrop { background-image: url('../images/bg_00.jpg'); }
body.seed-1 .body-backdrop { background-image: url('../images/bg_01.jpg'); }
body.seed-2 .body-backdrop { background-image: url('../images/bg_02.jpg'); }
body.seed-3 .body-backdrop { background-image: url('../images/bg_03.jpg'); }
body.seed-4 .body-backdrop { background-image: url('../images/bg_04.jpg'); }
body.seed-5 .body-backdrop { background-image: url('../images/bg_05.jpg'); }
body.seed-6 .body-backdrop { background-image: url('../images/bg_06.jpg'); }
body.seed-7 .body-backdrop { background-image: url('../images/bg_07.jpg'); }
body.seed-8 .body-backdrop { background-image: url('../images/bg_08.jpg'); }
body.seed-9 .body-backdrop { background-image: url('../images/bg_09.jpg'); }

@media only screen and (min-width : 1200px) {
	.menu-backdrop {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;

		background-image: url('../images/nav_bg_gradient.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 200px;
		/*z-index: -2;*/
	}
}

a {
	color: #5278ab;
	transition: background-color .2s, color .2s;
}
/* T2 - 2016-11-23 (Overrides a.btn color) */
/*
a:link, a:visited {
	color: #5278ab;
}
*/
a:hover, a:active, a:focus {
	color: #da0000;
	text-decoration: underline;
}

.btn {
	border-radius: 0;
	border-width: 0;
}

/* RELATED LINKS */
.header-section-related-links {
	display: none;
}
.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 {
	color: #999;
	border-bottom: 1px solid #a0a0a0;
	height: 55px;
	font-family: 'Paytone One';
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 55px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.related-links h3 span {
	font-weight: 500;
	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 {
	border-bottom: 1px dashed #a0a0a0;
	color: #999;
	display: block;
	font-size: 20px;
	font-style: italic;
	/*height: 40px;*/
	line-height: 20px;
	padding: 10px 0;
}
.related-links ul li:first-child a {
	padding-top: 20px;
}
.related-links ul li:last-child a {
	border-width: 0;
}
.related-links ul li a:link, .related-links ul li a:visited {
	color: #999;
}
.related-links ul li a:hover, .related-links ul li a:active, .related-links ul li a:focus {
	color: #da0000;
	text-decoration: none;
}


/* MAIN */
main {
	position: relative;
	/*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;
	}
}

/* FOOTER */
footer {
	position: relative;
	background-color: rgba(255, 255, 255, .9);
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .5);
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
	margin: 0;
	padding: 50px 0;
}
footer>* {
	margin: 0 auto;
	max-width: 970px;
	padding: 0 20px;
}
@media only screen and (min-width : 1200px) {
	footer {
		background-color: transparent;
		box-shadow: none;
		/*max-width: 1030px;*/
		padding: 20px 30px 50px;
	}
}
footer a, footer a:link, footer a:visited {
	color: #999;
}
footer a:hover, footer a:active, footer a:focus {
	color: #da0000;
	text-decoration: none;
}
footer .footer-links {}
ul.footer-links-items {
	border-top: 1px solid #a0a0a0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	/*padding-top: 20px;*/
}
ul.footer-links-items li {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
ul.footer-links-items li+li::before {
	content: ' | ';
	color: #999;
	display: inline-block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 1em;
}
footer ul.footer-links-items li a.footer-link {
	display: inline-block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
}


/* SUBPAGE */
.page-head {
	/*background-color: rgba(0, 0, 0, 0.65);*/
	background-color: rgba(22, 43, 64, .65);
	border-radius: 3px 3px 0 0;

	display: flex;
	justify-content: center;
	align-items: flex-start;

	margin-bottom: 0;
	padding: 15px 20px 0px;
}
@media (min-width: 768px) {
	.page-head {
		padding: 15px 40px 0;
	}
}
.page-head h1 {
	color: #fff;
	font-family: 'Paytone One';
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 24px;
	/*height: 24px;*/
	margin: 0 1em 5px;
	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 {
	background-color: rgba(22, 43, 64, .65);
	border-radius: 0 0 3px 3px;
	margin-bottom: 1em;
	padding: 0px 20px 15px;
	text-align: center;
}
@media (min-width: 768px) {
	.page-info {
		padding: 0px 40px 15px;
	}
}
.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: 2px 2px 5px rgba(0, 0, 0, .25);
	margin-bottom: 15px;
	padding: 20px;
	overflow: hidden;
}
@media only screen and (min-width : 768px) {
	.subpage .content-wrapper {
		padding: 40px;
	}
}*/

/*@media only screen and (min-width : 768px) {
	article.post>.content {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}*/

.pagegroup {
	background-color: #fff;
	/*border-radius: 3px;*/
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
	margin-bottom: 15px;
	padding: 20px;
	overflow: hidden;
}
@media only screen and (min-width : 768px) {
	.pagegroup {
		padding: 40px;
	}
}
.pagegroup .pagegroup-title {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	margin: 0;
}
.pagegroup .pagegroup-title h2 {
	color: #333;
	margin: 0;
}

/*.pagegroup:first-of-type .pagegroup-title {
	margin-bottom: 20px;
	padding-bottom: 25px;
}*/

.pagegroup .pagegroup-title {
	display: flex;
	justify-content: center;
	align-items: center;

	background-color: #fafafa;
	height: 60px;
	/*line-height: 60px;*/
	margin: -20px;
	margin-bottom: 20px;
	padding: 0 20px;
	padding-bottom: 0px;
}
.pagegroup .pagegroup-title h2 {
	/*height: 60px;*/
	/*line-height: 60px;*/
	padding: 0 20px;
	/*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);*/
}
.pagegroup .pagegroup-title::before, .pagegroup .pagegroup-title::after {
	content: " ";

	border-bottom: 1px solid #d6d6d6;
	flex-grow: 1;
	height: 1px;
}

@media (min-width: 768px) {
	.pagegroup .pagegroup-title {
		height: 80px;
		/*line-height: 80px;*/
		margin: -40px;
		margin-bottom: 20px;
		padding: 0 40px;
	}
	.pagegroup .pagegroup-title h2 {
		/*height: 80px;*/
		/*line-height: 80px;*/
	}
}

.post .embed-responsive {
	margin-bottom: 20px;
}
.recordList .media .embed-responsive {
	margin: 20px;
}

/* bootstrap updates */
p {
	margin: 0 0 25px;
}
.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;
}

/* Google Translate Widget */
#google_translate_element {
	float: left;
	margin-top: 15px;
	margin-right: 5px;
}

/* ADA Compliance */
.cookie-crumbs-ada li a {color: white !important;}
.cookie-crumbs-ada li a:hover {color: rgba(255, 255, 255, .65) !important;}
.page-info .cookie-crumbs-ada li:before {
	content: " / ";
	display: inline;
}
.page-info .cookie-crumbs-ada li:first-child:before {
	display: none;
}

#footer-link-home {
	color: #000;
}
#footer-link-privacy {
	color: #000;
}
#footer-link-terms {
	color: #000;
}

a.skip-to-content {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
    display: block;
    padding: 5px;
    background: white;
    color: black;
}