html{ scroll-behavior: smooth; }
video, iframe, img { 
	max-width: 100%;
}
body {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 320px;
	color: #1B1B1B;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5 !important;
	font-weight: 400;
	line-height: 1.5 !important;
	min-width: 345px;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: auto;
}
@media (min-width: 1080px) {
	body { 
		background-size: 100% 500px;
	}
}
@media (min-width: 1200px) {
	body { 
		background-size: 100% 575px;
	}
}
@media (min-width: 1400px) {
	body { 
		background-size: 100% 750px;
	}
}
body.is-subpage { background-color: #f2f2f2; }

h1, h2, h3, h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	border: 0;
	color: #1B1B1B;
	margin: 0;
	padding: 0;
}
.is-subpage h1, h2, h3, h4  {
	padding-bottom: 10px;
	padding-top: 10px;
}
h1 {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.15;
	text-align: center;
}
h2 {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.1;
}
h3 {
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
}
h4 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

p {
	font-family: 'Roboto', sans-serif;
	color: #05142C;
	font-size: 1.5;
	line-height: 1.5;
	margin: 0 0 15px;
}

a {
	color: #1E4485;
	font-family: 'Roboto Condensed', sans-serif;
	transition: .2s ease;
}
a:link, a:visited {
	color: #1E4485;
}
a:hover, a:active, a:focus {
	color: #0D213C;
	text-decoration: underline;
}
.is-subpage a {
	font-weight: bold;
}
.btn {
	border-radius: 5px;
	border-width: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
}
a.btn:link, a.btn:visited {
	color: white;
	background-color:#104091;
}
a.btn:hover {
	background-color: #104091;
}
.is-subpage .btn-primary {border-radius: 3px; color: #fff; background-color: #1E4485; font-size: 20px; font-family: 'Roboto Condensed'; font-weight: bold; z-index: 10;}

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

ul li, ol li {
	padding-top: 5px;
	padding-bottom: 5px;
}

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


/* FOOTER */
footer.page-footer {
	font-family: 'Roboto Condensed';
	font-size: 24px;
	background-color: transparent;
    position: relative;
	padding: 20px;
	background: url(../images/bg-pattern-header-footerblue.png);
	padding-top: 60px;
	border-top: 5px solid #9E7D4C;
}
.footer-inner {
	display: flex;
    flex-flow: column;
	justify-content: center;
	align-items: center;
	max-width: 1600px;
	margin: auto;
}

h2.forms-header {
    background: #E6BB4F;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
	top: 0;
    text-align: center;
	padding: 15px 0;
}
.quick-icon.file {
	background: url(../images/icon-form.svg);
	max-width: 30px;
	margin-right: 15px;
}
a.footer-quick-link.form{ justify-content: flex-start; min-height: 90px;}
a.footer-quick-link.form:hover { opacity: .7; text-decoration: none;}
.footer-office {
    text-align: center;
	width: 100%;
}
.office-top {
    display: flex;
    align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
span.office-seal {
    display: inline-block;
	background: url(../images/logo-footer.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	min-height: 65px;
	min-width: 65px;
	margin: 0 15px;
}
span.office-divider{
	padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff80;
	height: 1px;
	width: 120px;
	display: inline-block;
}
span.office-divider.full{
	width: 100%;
}
.office-address-top p.attention {
    color: #fff;
    font-weight: bold;
}
.office-box p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
}
.office-address-top p:last-of-type {
    margin-bottom: 0;
}
.footer-lower {
    width: 100%;
	max-width: 1500px;
}
.fa-brands {
    color: white !important;
    font-weight: 100 !important;
    text-decoration: none !important;
    margin-right: 5px;
}
.footer-links {
    width: 100%;
	margin-top: 40px;
    border-top: 1px solid #ffffff80;
}
.footer-quick-links {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
ul.footer-quick-links li {
    border-bottom: 1px dashed #ffffff80;
	position: relative;
}
ul.footer-quick-links.forms li {
    border-bottom: 1px solid #ffffff80;
}
ul.footer-quick-links li.last {
    border: none;
}
a.footer-quick-link { 
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	display: flex;
    min-height: 60px;
    align-items: center;
	justify-content: space-between;
}
a.footer-quick-link:hover { text-decoration: none; opacity: .7; }
.quick-icon {
	width: 30px;
	height: 30px;
	display: block;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	margin-right: 20px;
}
.quick-icon.arrow {
	background: url(../images/arrow-white.svg);
	max-width: 20px;
	margin-right: 15px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
span.footer-stars {
    display: inline-block;
	background: url(../images/header-stars.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	min-height: 90px;
	min-width: 90px;
	margin: 0 15px;
}

@media(min-width: 991px){
	footer.page-footer { padding-top: 60px;}
	.form-library-inner { 
		display: flex; 
		padding: 0;
	}
	h2.forms-header { 
		position: relative; 
		display: flex;
		align-items: center;
		min-width: 80px;
	}
	.forms-header span {
		transform: rotate(270deg);
		display: block;
		white-space: nowrap;
		position: absolute;
		left: -80px;
	}
	.form-library-outer .footer-quick-links {
		display: flex;
		flex-wrap: wrap;
		padding: 40px 30px;
	}
	ul.footer-quick-links.forms li { flex-basis: calc(33.33% - 40px); margin: 0 20px;}
	ul.footer-quick-links li.bottom-row { border: none; }
	.footer-lower {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.office-top { flex-basis: 100%; margin-bottom: 50px;}
	span.office-seal {
		min-width: 120px;
		min-height: 120px;
	}
	.footer-office {
		flex-basis: 28%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-right: 1px solid #ffffff40;
		max-width: 500px;
	}
	.footer-links {
		flex-basis: 72%;
		margin-top: 0;
		border-top: 0;
	}
	.footer-links .footer-quick-links{
		display: flex;
		flex-wrap: wrap;
		padding-left: 20px;
		flex-direction: column;
    	max-height: 360px;
	}
	.footer-links .footer-quick-links li {
		width: calc(50% - 40px);
		margin: 0 20px;
		padding: 5px 20px;
	}
	.office-address-top p.attention { font-size: 38px; margin-bottom: 20px; }
	.office-address-top p { font-size: 20px; }
	.footer-bottom { margin: 60px 0; margin-bottom: 50px; }
	.footer-links ul.footer-quick-links li.last { border-bottom: none; }
} 
@media(min-width: 1500px){
	.footer-links .footer-quick-links{
    	max-height: 350px;
	}
}
ul.footer-quick-links li.bold-blue {
    border-bottom: none;
	position: relative;
	padding: 5px 0;
}
li.bold-blue a {
    border-radius: 3px;
    background-color: #005EA2;
	display: flex;
	min-height: 56px;
	padding: 10px 15px;
}

/* footer socials */
.office-address-bot {
    margin-top: 20px;
}
footer .social-links {
	align-items: end;
	justify-content: end;
	display: flex;
	width: 100%;
}
footer .social-link {
	background-repeat: no-repeat;
	background-position: center;
	min-width: 40px;
	text-indent: -9999px;
	height: 40px;
    display: inline-block;
	background-size: contain;
	margin: 0 5px;
}
footer .social-link-facebook {
	background-image: url('../images/social_facebook.png');
}
footer .social-link-instagram {
	background-image: url('../images/social_instagram.png');
}
footer .social-link-twitter {
	background-image: url('../images/social_twitter.png');
}
footer .social-link-youtube {
	background-image: url('../images/social_youtube.png');
}

.footer-office p { line-height: 1.5 !important; font-size: 1.5rem !important; }



/* SUBPAGE */
.subpage {
	background: white;
}
.subpage .content-wrapper {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: #fff;
	max-width: unset;
    padding-left: 20px;
    padding-right: 20px;
	border-top: 5px solid #9E7D4C;
	border-radius: 4px 4px 0 0;
}
/* tablet */
@media (min-width: 600px) {
	.subpage .content-wrapper {
		padding-top: 50px;
	}
}

.page-head {
	display: flex;
	flex-flow: column-reverse nowrap;
	align-items: center;
	justify-content: center;
	position: relative;
    z-index: 1;
    padding: 10px;
	min-height: 270px;
	background: url(../images/bg-subpage-header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media(min-width: 1080px){
	.page-head {
		padding: 20px;
	}
	.subpage .content-wrapper {
		max-width: 1400px;
		padding-left: 40px;
		padding-right: 40px;
		margin: 0 40px;
		margin-top: -70px;
		position: relative;
		z-index: 1;
		min-height: 300px;
		box-shadow: 0px 15px 40px -15px rgba(0, 0, 0, 0.20);
	}
}
@media(min-width: 1350px){
	.subpage .content-wrapper {
		margin: 0 60px;
		margin-top: -70px;
	}
}
@media(min-width: 1550px){
	.subpage .content-wrapper {
		margin: auto;
		margin-top: -70px;
	}
}
.subpage, .subpage-content {
	background: transparent;
}
.subpage-content-inner {
	background-image: url(../images/bg-body.png);
	padding-bottom: 80px;
}
.page-head h1 {
	border: 0;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
	margin: 0;
	padding: 0px 20px;
	text-align: center;
	text-transform: uppercase;
}
@media (max-width: 990px) {
	.page-head h1 {
		font-size: 34px;
	}
}
@media (min-width: 1300px) {
	.page-head h1 {
		font-size: 48px;
	}
}
.page-head .page-info {
	display: block;
	color: #fff;
	margin: 5px 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 a {
	font-weight: normal;
}
.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: 17px;
}
.page-info ul>li a:hover, .page-info ul>li a:active, .page-info ul>li a:focus {
	cursor: pointer;
	text-decoration: none;
}
@media (min-width: 768px) {
	.page-info ul>li a, .page-info ul>li a:link, .page-info ul>li a:visited {
		font-size: 18px;
	}
}
@media (min-width: 1080px) {
	.page-info ul>li a, .page-info ul>li a:link, .page-info ul>li a:visited {
		font-size: 20px;
	}
}


/* 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: 0;
	padding-top: 70px;
}
#sidebar-inner {
	padding: 0;
    position: relative;
    max-width: 1620px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 40px;
}
@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 {
	display: block;
	text-align: center;
	content: 'Related Pages'; 
	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: 0;
    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 { 
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  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 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;
	padding-top: 0;
	/* background-color: #f2f2f2;
	border: 1px solid #ccc; */
}
.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;
}
.two-col .section {
    display: flex;
    flex-wrap: wrap;
	column-gap: 10px;
}
.two-col .header.pagegroup-title {
    flex-basis: 100%;
}
.two-col .article {
    flex-basis: calc(50% - 5px);
}

/* Content Conversion Styles */
.text-align-center {
    text-align: center;
}

/* MOBILE tel: LINK COLOR */
a[href^="tel:"] {
	color:#1E4485;
}
.faqs dd.answer.first {
    margin-top: 110px;
}
.btn-group>.btn:focus, .btn-group-vertical>.btn:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: 5px;}

/* ADA Stuff */
.dropdown-toggle:focus, .dropdown-toggle:focus-within { outline: 1px solid; }
.isSubpage a:link { font-weight: bold !important; }
.post p { line-height: 1.5 !important; font-size: 1.5rem !important; }
.element .article p { font-size: 2rem; line-height: 1.5 !important; }
