video { 
	max-width: 100%;
}
body {
	position: relative;
	background-color: #f2f2f2;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 320px;
	color: #1A202B;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	min-width: 345px;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: auto;
	background-image:url(../images/bg-main-header.jpg);
}

.post p {
    line-height: 1.5 !important;
    font-size: 2rem !important;
}
td {padding: 5px;}
@media (min-width: 1080px) {
	body { 	background-size: 100% 700px; }
}
.\39 40D0AC7-C6FE-43AA-B77D-B43C6AAC3231 {
    display: none !important;
}
/* body.seed-1 { background-image:url(../images/bg-main-header.jpg); }
body.seed-2 { background-image:url(../images/bg-header-02.jpg); }
body.seed-3 { background-image:url(../images/bg-header-03.jpg); }
body.seed-4 { background-image:url(../images/bg-header-04.jpg); }
body.seed-5 { background-image:url(../images/bg-header-05.jpg); } */

h1, h2, h3, h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	border: 0;
	color: #1A202B;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 48px;
	font-weight: 900;
	line-height: 54px;
	text-align: center;
}
h2 {
	font-size: 36px;
	font-weight: 900;
	line-height: 42px;
}
h3 {
	font-size: 30px;
	font-weight: 900;
	line-height: 25px;
}
h4 {
	font-size: 24px;
	font-weight: 900;
	line-height: 28px;
}

p {
	font-family: 'Roboto', sans-serif;
	color: #1A202B;
	font-size: 20px;
}

a {
	color: #006cc7;
	font-family: 'Roboto', sans-serif;
	transition: .2s ease;
}
a:link, a:visited {
	color: #006cc7;
}
a:hover, a:active, a:focus {
	color: #006cc7;
	text-decoration: underline;
}

.btn {
	border-radius: 0;
	border-width: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
}
a.btn:link, a.btn:visited {
	color: white;
}
.is-subpage .btn-primary {color: #fff; background-color: #0E2555; font-size: 20px; font-family: 'Roboto Condensed'; font-weight: bold; z-index: 10;}

.is-subpage .btn-primary:hover {
	text-decoration: none;
	background-color: #0c1f48;
}

/* laptop */
@media (min-width: 1080px) {
	.container {
		max-width: 1040px;
	}
}
/* desktop */
@media (min-width: 1255px) {
	.container {
		max-width: 1240px;
	}
}

@media (min-width: 1750px) {
	.container {
		max-width: 1680px;
		padding: 0;
	}
}
/* bootstrap overrides */
@media (min-width: 768px) {
	.container {
		width: auto;
	}
}
@media (min-width: 992px) {
	.container {
		width: auto;
	}
}

/* MAIN */
main {
	position: relative;
    z-index: unset;
	min-height: 700px;
}
@media (min-width: 1080px) {
	.is-subpage main {
		padding-right: 60px;
		padding-left: 60px;
	}
}
.main-inner {
	max-width: 1600px;
    margin: 0 auto;
}

/* FOOTER */
footer.page-footer {
	font-family: 'Roboto Condensed';
	font-size: 18px;
	background-color: transparent;
    position: relative;
	padding: 20px;
}
.is-subpage footer {
	background-color: #102F56;
}
.is-subpage .footer-inner {
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer-inner {
	display: flex;
    flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.footer-links {	display: flex; width: 100%;}
footer.page-footer a {
	display: inline-block;
	font-family: inherit;
	padding: 0 10px;
}
.footer-links a + a {
    border-left: 1px solid #ffffff80;
}
footer.page-footer a, footer.page-footer a:link, footer.page-footer a:visited {
	color: #fff;
	opacity: .85;
}
footer a:hover, footer a:active, footer a:focus {
	color: #fff;
	opacity: 1;
	text-decoration: none;
}
footer .back-to-top {
	position: relative;
	display: none;
}
footer .back-to-top::after {
	content: ' ';
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 20px;
	display: block;
	background-color: #fff;
	width: 1px;
}
footer .social-items {
	align-items: end;
	justify-content: end;
	display: flex;
	width: 100%;
}
footer .social-item {
	background-repeat: no-repeat;
	background-position: center;
	min-width: 35px;
	text-indent: -9999px;
}
footer .social-item-facebook {
	background-image: url('../images/social_facebook.png');
}
footer .social-item-flickr {
	background-image: url('../images/social_flickr.png');
}
footer .social-item-instagram {
	background-image: url('../images/social_instagram.png');
}
footer .social-item-twitter {
	background-image: url('../images/social_twitter.png');
	background-size: 23px;
}
footer .social-item-youtube {
	background-image: url('../images/social_youtube.png');
}
footer .social-item-bsky {
	background-image: url('../images/bluesky-brands-solid.svg');
}
.social-item-bsky {
	background-image: url('../images/bluesky-brands-dark.svg');
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
    margin-right: 10px;
}
/* tablet-ish */
@media (min-width: 768px) {
	.footer-inner {
		display: flex;
		flex-flow: row nowrap;
	}
	footer.page-footer a {
		padding-right: 10px;
	}
	footer.page-footer .back-to-top {
		display: block;
	}
	footer.page-footer .back-to-top a {
		background-image: url('../images/template/icon_page_up.png');
		background-repeat: no-repeat;
		background-position: 10px center;
		display: block;
		padding-right: 20px;
		padding-left: 45px;
	}
	footer.page-footer .footer-links a:first-child {
		padding-left: 0px;
	}
	footer.page-footer .social-item {
		min-width: 40px;
	}
}
/* laptop */
@media (min-width: 1080px) {
	footer.page-footer { padding: 20px 40px;}
	.footer-inner {
		max-width: 1480px;
		margin: 0 auto;
	}
	.is-home .footer-inner {
		max-width: 1600px;
	}
	footer.page-footer a {
		padding: 0 20px;
	}
	footer.page-footer .back-to-top a {
		padding-right: 40px;
	}
	.foote.page-footerr-links {
		padding-left: 60px;
	}
	footer.page-footer .footer-links a:first-child {
		padding-left: 0px;
	}
	footer.page-footer .social-item {
		min-width: 60px;
	}
}


/* SUBPAGE */
.subpage {
	background: white;
}
.subpage .content-wrapper {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: #f2f2f2;
	max-width: unset;
    padding-left: 0;
    padding-right: 0;
	/* overflow: hidden; - removed for pagination dropdown to show */
}
/* tablet */
@media (min-width: 600px) {
	.subpage .content-wrapper {
		min-height: 380px;
	}
}

.page-head {
	display: flex;
	flex-flow: column nowrap;;
	align-items: center;
	justify-content: center;
	min-height: 140px;
}
.subpage, .subpage-content, .subpage-content-inner {
	background: transparent;
}
.page-head h1 {
	border: 0;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-size: 50px;
	font-weight: 900;
	line-height: 50px;
	margin: 0;
	padding: 20px 20px 0px 20px;
	text-align: center;
	text-transform: uppercase;
}
.page-head .page-info {
	display: block;
	color: #fff;
	margin: 5px 0 0;
}
.page-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.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: #fff;
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-size: 20px;
	padding: 11px 0;
}
.page-info ul>li a:hover, .page-info ul>li a:active, .page-info ul>li a:focus {
	cursor: pointer;
	text-decoration: none;
}


/* SIDEBAR */
.subpage .subpage-sidebar {
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-bottom: 65px;
}
.subpage-sidebar .section>h3 {
	border-bottom: 1px solid #b4b4b4;
	color: #202545;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 36px;
	margin: 0;
	margin-bottom: 10px;
	padding: 50px 0 24px;
	text-transform: uppercase;
}
.subpage-sidebar .section>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subpage-sidebar .section>ul>li>a {
	display: block;
	
	border-bottom: 1px dashed #b4b4b4;
	padding: 10px 0;
}

.subpage-sidebar .section ul.related-links-items>li a {
	background-image: url('../images/carat_nav_right.png');
	background-repeat: no-repeat;
	background-position: 99% center;
	color: #202545;
}
.subpage-sidebar .section ul.updates-items>li a {
	font-weight: bold;
}


/* tablet */
@media (min-width: 600px) {
	.subpage .subpage-sidebar {
		/* background-image: url('../images/related_links_bg.jpg'); */
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.subpage-sidebar-inner {
		display: flex;
		flex-flow: row nowrap;
	}
	.subpage-sidebar-inner>.section {
		flex-grow: 1;
		width: 50%;
	}
	.subpage-sidebar-inner .section:first-child {
		margin-right: 20px;
	}
	.subpage-sidebar-inner .section:last-child {
		margin-left: 20px;
	}
}


/* RELATED LINKS UPDATE */
aside#sidebar {
	background: #f2f2f2;
	padding-bottom: 75px;
	padding-top: 30px;
}
#sidebar-inner {
	padding: 0;
}
#sidebar-inner {
    position: relative;
    max-width: 1600px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 1080px){
	#sidebar-inner { padding-left: 40px; padding-right: 40px; }
}
@media(min-width: 1400px){
	#sidebar-inner { padding-left: 60px; padding-right: 60px; }
}
#related-links li {
	list-style: none;
}
#related-links li a {
	padding: 15px 0;
	border-bottom-style: none;
	border-top: 1px solid #c4c4c4;
	padding: 15px 0;
	font-weight: bold;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	color: #202545;
	position: relative;
	display: block;
	padding: 25px 15px
}
#related-links li a:hover, #related-links li a:focus {
	background: transparent;
}
#related-links li:last-child a {
	border-bottom: 0;
}

/* RELATED LINKS */
.container {
	width: unset;
}
#sidebar::before { right: 0; left: 0;}
#sidebar-inner::before {
	content: 'Related';
	display: block;
	text-align: center;
	content: 'Related Links'; 
	font-family: 'Roboto Condensed', sans-serif; 
	font-weight: bold;
	color: #202545;
	margin-bottom: 0;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-size: 36px;
}
#related-links::before {
	display: none;
}
#related-links::after {
	display: none;
}
#related-links li:after {
	content: "";
    position: absolute;
    top: 40%;
    right: 10px;
    background: url(../images/arrow-read-more.svg);
    height: 30px;
    width: 15px;
    background-repeat: no-repeat;
    background-size: contain;
	filter: brightness(0.5);
}

#related-links li a:hover {
	background: #c4c4c444;
	transition: .2s ease;
}

.element .header.pagegroup-title h2 { 
  border-bottom: 1px solid #c4c4c4; 
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 36px;
  text-align: center;
  padding-bottom: 25px;
}

@media(min-width:768px){
	ul#related-links {
		display: flex;
		flex-wrap: wrap;
		column-gap: 30px;
	}
	#related-links li {
		flex-basis: calc(50% - 15px);
	}
}
@media(min-width:1080px){
	ul#related-links {
		column-gap: 60px;
		justify-content: space-between;
	}
	#related-links li {
		flex-basis: calc(50% - 30px);
	}
}

/* END RELATED LINKS */


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


.share-this-btn-group {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-bottom: 10px;
}
.share-this-title {
	background-color: #980000;
	color: white;
	height: 40px;
	line-height: 40px;
	margin-top: 1px;
	padding: 0 10px;
}
.share-this-btn {
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 40px;
	margin: 1px 0 0 1px;
	text-indent: -9999px;
	width: 40px;
}
.share-this-btn-facebook {
	background-color: #5d82d1;
	background-image: url('../images/template/icon_facebook.png');
}
.share-this-btn-facebook:hover {
	opacity: .8;
}
.share-this-btn-twitter {
	background-color: #40bff5;
	background-image: url('../images/template/icon_twitter.png');
}
.share-this-btn-twitter:hover {
	opacity: .8;
}
.share-this-btn-email {
	background-color: #69c086;
	background-image: url('../images/template/icon_email.png');
}
.share-this-btn-email:hover {
	opacity: .8;
}
.share-this-btn-print {
	background-color: #595959;
	background-image: url('../images/template/icon_print.png');
}
.share-this-btn-print:hover {
	opacity: .8;
}

@media (min-width: 1080px) {
	.share-this-btn-group {
		position: absolute;
		top: 120px;
		left: 0px;
		
		display: block;
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
	}
}
/* @media (min-width: 1455px) {
	.share-this-btn-group {
		right: 120px;
	}
} */

@media print {
	.share-this-btn-group, .share-this-btn-group * { display: none !important; }
}


/* 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;
}

/* bootstrap overrides/fixes */
/* force dropdown-menu links to function (bootstrap issue on mobile, dd menus close, don't follow links) */
.dropdown-backdrop {
	position: static;
}

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

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

.actionsList h2 { margin-bottom: 0; margin-top: 30px; }
.crstop { display: none; }
.element_posttypes article {
	margin-bottom: 40px;
	padding: 40px 10px;
	padding-top: 0;
}
@media(min-width: 768px) {
	.element_posttypes article {
		padding: 40px;
	}
}
.element_posttypes article .tag-list {
	margin-top: 40px;
}
.tag-list a .label-default {
	display: inline-block;
    margin-bottom: 10px;
}
.tag-list a:hover .label-default, .tag-list a:focus .label-default {
	background-color: #0c1f48;;
	text-decoration: none;
}
.navbar.tagfilterbar .navbar-inner {
	position: relative;
	color: #75797c;
	font-size: 16px;
	line-height: 48px;
	padding: 0 20px;
}
.navbar.tagfilterbar .reset-tag-filter {
	position: absolute;
	top: 7px;
	right: 8px;
}
.navbar.tagfilterbar .label-default {
	font-size: 15px;
	line-height: 18px;
}

.pagegroup_textblocks img {
	height: auto;
	max-width: 100%;
}
.pagegroup_textblocks .issue-page-title {
	padding-bottom: 20px;
}


.text-blocks-contact {
	margin-top: 20px;
}
.text-blocks-contact>div {
	background-color: #f2f2f2;
	border-left: 2px solid #980000;
	padding: 30px;
	width: 100%;
}
.text-blocks-contact>div+div {
	margin-top: 1px;
}
.text-blocks-contact .icon {
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 64px;
	margin: 0 auto 20px;
	width: 64px;
}
.text-blocks-contact .contact-assistance-request .icon {
	background-image: url('../images/icon_assistance_request.png');
}
.text-blocks-contact .contact-comments .icon {
	background-image: url('../images/icon_comments.png');
}
.text-blocks-contact .contact-letter-request .icon {
	background-image: url('../images/icon_letter_request.png');
}
.text-blocks-contact .contact-scheduling-request .icon {
	background-image: url('../images/icon_scheduling_request.png');
}
.text-blocks-contact h3 {
	color: #333;
	margin-bottom: 20px;
	text-align: center;
}
.text-blocks-contact a {
	font-weight: 600;
}

@media (min-width: 1080px) {
	.text-blocks-contact {
		display: flex;
		flex-flow: row nowrap;
	}
	.text-blocks-contact>div {
		display: flex;
		flex-flow: column nowrap;
		border-left: 0;
		border-top: 2px solid #980000;
		text-align: center;
	}
	.text-blocks-contact>div+div {
		margin-top: 0px;
		margin-left: 1px;
	}
}

/* subscirbe 3rd party form overrides (?) */
.element_developeractions form table td label {
	font-weight: 400;
}
.element_developeractions form table td label input[type=checkbox] {
	margin-right: 10px;
}

/* STICKY BANNER :( */
#newsletter-banner {display: none;}
@media(min-width: 1080px){
	#newsletter-banner {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		box-shadow: 5px 5px 20px #00000059;
	}
	.banner-inner {
		display: flex;
		background: #E6BB4F;
		align-items: center;
	}
	.banner-title {
		background: #E6BB4F;
		color: #102F56;
		padding: 10px;
		text-align: left;
		padding-left: 20px;
	}
	span.banner-text-light {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 5px;
    	display: block;
	}
	span.banner-text-bold {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 36px;
	}
	.border-arrow-right{
		display: block;
		width: 0;
		height: 0;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-left: 40px solid #E6BB4F;
		padding-right: 20px;
		background: white;
	}
	.banner-inputs {
	    display: flex;
    	align-items: center;
		background: white;
		flex-grow: 1;
		position: relative;
		padding-right: 40px;
	}
	.banner-button input {
		background: #102F56;
		color: #fff;
		text-transform: uppercase;
		padding: 10px 20px;
		margin: 15px 0;
		border-radius: 3px;
		height: 50px;
	}
	.banner-input .form-control {
		height: 50px;
	}
	.banner-input:nth-of-type(1) {	margin-right: 10px;	}
	.banner-input:nth-of-type(2) {	display: none;	}
	.close-banner {
		position: absolute;
		height: 20px;
		width: 20px;
		right: 20px;
		background: transparent;
    	border: none;
		transition: .2s ease;
		font-size: 36px;
		line-height: .5;
	}
	.close-banner:hover{
		cursor: pointer;
		color: #C1272D;
	} 
}
@media(min-width: 1350px){
	.banner-input:nth-of-type(2) {	display: block; margin-right: 10px;	}
	.banner-input {
		flex-grow: 1;
		max-width: 410px;
	}
	.banner-inputs { padding-right: 50px;}
}
