
body {
	position: relative;
	background: #fff url(../images/2021/bg-subpage-header.png) no-repeat top center;
	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 (min-width: 1600px) {
	body {
		background-size:100% auto;
	}
}

/* body.seed_1 { background-image: url(../images/headers/bg_1.jpg); }
body.seed_2 { background-image: url(../images/headers/bg_2.jpg); }
body.seed_3 { background-image: url(../images/headers/bg_3.jpg); }
body.seed_4 { background-image: url(../images/headers/bg_4.jpg); } */
body.page_home { background-image: url(../images/bg-home-header.png);  }
.subpage h1, .subpage h2, .subpage h3, .subpage h4 {
	border: 0;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}
.subpage h1 {
	color: #222C36;
	font-size: 28px;
	font-weight: 400;
	line-height: 36px;
}
.subpage h1 a {
	color: #222C36;
	font-size: 28px;
	font-weight: 400;
}
.subpage h1 a:hover {
	color: #0072B6;
}
.subpage h2 {
	color: #162b40;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
}
.subpage h3 {
	color: #222C36;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}
.subpage h4 {
	color: #222C36;
	font-size: 14px;
	font-weight: 900;
	line-height: 18px;
	/*text-transform: uppercase;*/
	padding-bottom: 10px;
}
legend { border-bottom: 1px solid #c4c4c4; padding-bottom: 10px;}
.btn-primary { background-color: #0072B6; font-size: 20px; border-radius: 0; min-width: 150px; font-weight: bold; }
@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: #0072B6;
	text-decoration: none;
}
a:hover {
	color: #ce0505;
}
a {
	transition: background-color .2s, color .2s;
}

.subpage-sidebar {
	color:#222C36;
}

/* RELATED LINKS */
.related-links {
	padding: 40px 0;
}
.related-links h3 {
	color: #222C36;
	border-bottom: 2px solid rgb(0,0,0);
	font-size: 36px;
	font-weight: 900;
	margin: 0;
	padding-bottom: 20px;
	text-transform: capitalize;
	line-height: 32px;
}

.related-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.related-links ul li:last-child {
	border-bottom-width: 0px;
}

.related-links ul li a {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	color: inherit;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	padding: 20px 0;
}
.related-links ul li a:hover, .related-links ul li a:active, .related-links ul li a:focus {
	color: #0072B6;
	text-decoration: none;
}
@media(min-width: 1080px){
	.subpage-sidebar { padding: 0;}
}

/* MAIN */
main {
	position: relative;
	margin: 0 auto;
}
.not-home-page main { background-color: #fff; }
@media only screen and (min-width : 1200px) {
	.is-home-page .header-section-services {
		padding: 0 60px;
	}
}
@media only screen and (min-width : 1420px) {
	.is-home-page .header-section-services {
		padding: 0;
	}
}


/* FOOTER */
.foot-wrap {
	background-color: #262626;
}
footer {
	position: relative;
	color: white;
	font-size: 16px;
	margin: 0;
	padding: 35px 20px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-family: Helvetica, sans-serif;
	max-width: 1300px;
	margin: 0 auto;
}

footer a, footer a:link, footer a:visited {
	color: inherit;
}
footer a:hover, footer a:active, footer a:focus {
	filter: brightness(.6);
	text-decoration: none;
}
footer .footer-links {
	display: none;
}
ul.footer-links-items {
	display: block;
	/*border-top: 1px solid #a0a0a0;*/
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	/*padding-top: 20px;*/
	text-align: center;
	text-transform: uppercase;
}
ul.footer-links-items li {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
ul.footer-links-items li+li::before {
	content: ' | ';
	color: inherit;
	display: inline-block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 2em;
}
footer ul.footer-links-items li a.footer-link {
	display: inline-block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
}
@media (min-width: 768px) {
	footer .footer-links {
		display: block;
	}
	footer {
		justify-content: space-between;
		padding: 25px 20px;
	}
}
@media (min-width: 1200px) {
	footer {
		padding: 25px 60px;
	}
}
@media (min-width: 1400px) {
	footer {
		padding: 25px 0;
	}
}

footer .footer-contact {
	text-align: center;
}
footer .footer-contact .seperator {
	display: none;
}
@media (min-width: 768px) {
	footer .footer-contact div {
		display: inline;
	}
	footer .footer-contact .seperator {
		display: inline;
		padding:0 15px;
	}
}
/* FOOTER SOCIALs */

footer .social-link {
	display: inline-block;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 22px;
	text-indent: -9999px;
	width: 21px;
}

.social-link-facebook {
	background-image: url('../images/icons/icon-facebook.svg');
}
.social-link-instagram {
	background-image: url('../images/icons/icon-instagram.svg');
}
.social-link-twitter {
	background-image: url('../images/icons/icon-twitter.svg');
}
.social-link-youtube {
	background-image: url('../images/icons/icon-youtube.svg');
}
.social-link + .social-link { margin-left: 15px; }

footer .social-link:hover { color: #0072B6; background-color: transparent; transition: .2s ease;}


/* SUBPAGE */
.page-head {
	background-color: #004781;
	padding: 20px;
	width: 100%;
}

.page-head h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.page-info {
	padding: 0;
	margin-top: 5px;
	text-align: center;
}

.page-info ul {
	color: #fff;
	font-size: 20px;
	font-style: italic;
	line-height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
.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:  inherit;
}
.page-info ul>li a:hover, .page-info ul>li a:active, .page-info ul>li a:focus {
	color:  #6DBDD2;
	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;
	}
}*/

@media (min-width: 1300px) {
	.container {
		width: 1340px;
		padding: 0;
	}
}
.subpage {
	padding-bottom: 30px;
}
.subpage-content {
	background: white;
}

@media (min-width:1200px) {
	.subpage {
		padding-bottom: 60px;
	}
	.subpage:before, .subpage:after {
		content: "";
		display: table;
	}
	.subpage:after { clear:both; }
	/* .subpage .subpage-content {
		float: left;
	} */
	.subpage .content-wrapper {
		min-height: 400px;
	}
}
.row-same-height { max-width: 1340px; } 
.pagegroup {
	padding: 20px;
	/*overflow: hidden;*/
}
@media screen and (min-width : 768px) {
	.pagegroup {
		padding: 40px 20px;
	}
}
.pagegroup .pagegroup-title {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	margin: 0;
}
.pagegroup .pagegroup-title h2 {
	color: #333;
	margin: 0;
}

.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 {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.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;
}

.subpage-content img {
	max-width: 100%;
    height: auto !important;
}
