body { font-family:'Roboto Condensed', sans-serif; -webkit-font-smoothing:antialiased; font-size: 20px; line-height: 1.25;}
a {
    color: #4171AA;
    transition: .2s ease;
}
.element a {font-weight: bold; text-decoration: underline;}
a:hover, a:focus {
    color: #104b94;
    text-decoration: none;
}
.skip-to.sr-only:focus {
    height: 50px;
    width: 175px;
    overflow: visible;
    margin: 0;
    clip: auto;
    background: #f2f2f2;
    border: 1px solid black;
    outline: black;
    opacity: 1;
    z-index: 99999;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
	top: 10px;
	left: 10px;
}
div#site-wrapper { position: relative; }
.lay-copy {  font-size: 18px; }
.lay-copy img {  max-width: 100%; }
@media(min-width: 1080px) {
	.lay-copy {  font-size: 24px; }
}
.post-body p { margin-bottom: 1.6rem; line-height: 1.5;}
p { line-height: 1.5;}

/* Header */
#header { background: transparent;	position:absolute; top:0; right:0; left:0; z-index: 9999;}
.is-homepage .header-bg { display: none;}
.is-homepage #page-header { display: none;}
.is-subpage .seed_1 .header-bg {
    background: url(../images/feature-01.jpg);
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
.is-subpage .seed_2 .header-bg {
    background: url(../images/feature-02.jpg);
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
.is-subpage .seed_3 .header-bg {
    background: url(../images/feature-03.jpg);
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
.is-subpage .seed_4 .header-bg {
    background: url(../images/feature-04.jpg);
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
.is-subpage .header-bg{
    position: relative;
    z-index: 0;
    height: 400px;
}
.is-subpage .header-bg::before{
    position: absolute;
    content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(0deg, #172B57e6 1%, #172B5780 30%, #172B5780 70%, #172B57e6 99% );
}
#navigation #mainnav {
	z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
}

.logo { 
	position:absolute; 
	z-index:2; 
	background: url(../images/logo-white.png);
	background-size: contain;
    height: 70px;
    width: 410px;
    background-repeat: no-repeat;
	left: 20px;
    top: 10px;
}
.logo a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (min-width: 550px) {
	.logo { height: 85px; }
}
@media (min-width: 1080px) {
	.logo { height: 105px; }
}
@media (min-width: 1200px) {
	.logo { height: 115px; }
}

@media (min-width: 1400px) {
	.logo { height: 120px; }
}

#header-social-media-links { float:right; }
#header-social-media-links .link { float:left; }
#header-social-media-links .link a { display:block; width:50px; height:50px; background-repeat:no-repeat; background-position:center center; text-indent:-9999px; margin:15px 0 15px 1px; opacity:1; transition:opacity 0.2s; }
#header-social-media-links .link a:hover { opacity:0.9; }
#header-social-media-links .link.facebook a { background-image:url(../images/icon_facebook_white.png); }
#header-social-media-links .link.twitter a { background-image:url(../images/icon_twitter_white.png); }
#header-social-media-links .link.youtube a { background-image:url(../images/icon_youtube_white.png); }
#header-social-media-links .link.instagram a { background-image:url(../images/icon_instagram_white.png); }

@media (max-width: 991px) {
	#mainmenu-search .dropdown-toggle { display:none; }
	#mainmenu-search .dropdown-menu { display: block; position: static; top: auto; left: auto; bottom: auto; right: auto; float: none; border: 0; box-shadow: none; }
}

@media (min-width:992px) {
	#navigation { color:white; }
	
	#mainnav #nav-home a { display:block; background-image:url(../images/icon_home.png); background-repeat:no-repeat; background-position:center center; text-indent:-9999px; width:60px; height:80px; }
	
	#mainmenu-search { display:block; float:left; position:relative;}
	#mainmenu-search .dropdown-toggle { margin-left: 10px; display:block; width:50px; height:50px; padding:30px 20px 30px; text-indent:-9999px; background:url(../images/icon-search.svg) center center no-repeat; border-left: 1px solid #ffffff40; }
	#mainmenu-search .dropdown-toggle:hover { background-color:rgba(255,255,255,0.15); }
	#mainmenu-search .dropdown-menu { left:auto; right:0; padding:15px; min-width:300px; border-radius:0; }

	#header-social-media-links .link a { width:40px; }
}

@media (min-width:1200px) {
	#header-social-media-links .link a { width:50px; }
	#mainmenu-search .dropdown-toggle { margin-left: 10px; }
}

#page-header { color:white; text-align:center; margin-top: -72px; position: relative;}
#page-header h1 { margin:0; padding-bottom:0; font-size:40px; font-weight:400; text-transform:uppercase; }
#page-header h1 a { color: #fff;  font-family: 'Teko', sans-serif;  font-size: 48px; font-weight: 400; line-height: 1; }
#page-header h1 a:hover { color: #ffffffe6;}
#page-header h2 { margin:0; padding-bottom:0; font-size:40px; font-weight:400; text-transform:uppercase; }
#page-header h2 a { color: #fff;  font-family: 'Teko', sans-serif;  font-size: 48px; font-weight: 400; line-height: 1; }
#page-header h2 a:hover { color: #ffffffe6;}
#breadcrumbs { background:#f2f2f200; text-align:center; }
#breadcrumbs .breadcrumb { background:#f2f2f200; margin:0; padding:0 20px; line-height:20px; font-weight:300; font-style:italic; }
#breadcrumbs .breadcrumb a { color:inherit; font-size: 20px; }
#breadcrumbs .breadcrumb a:hover { color: #ffffffe6;}
#breadcrumbs .breadcrumb>li+li:before { color:inherit; }

#copy { padding: 5px 0; max-width: 1600px; margin: auto; min-height: 250px; }

#sidebar {  padding: 30px 30px; max-width: 1300px; margin: auto;}

.sidebar-nav { padding:0; margin-bottom:30px; }
.sidebar-nav:before { display:block; font-size:30px; line-height:30px; font-weight:500; border-bottom:1px solid #ccc; padding-bottom:20px; margin-bottom:10px; }
#sidebar-inner:before { 
	content: 'Related Links';
    font-family: 'Roboto', serif;
    font-weight: 900;
    color: #343D47;
    margin-bottom: 0;
    padding-bottom: 30px;
	text-transform: uppercase;
	font-size: 36px;
	display: block;
	width: 100%;
	text-align: center;
}
.sidebar-nav li { padding:0; margin:0; }
.sidebar-nav li a { display:block; color:inherit; padding-right:20px; }
.sidebar-nav li a:hover { color:#104b94; }
.sidebar-nav li a i { display:inline-block; width:25px; height:20px; background-repeat:no-repeat; background-position:center center; vertical-align:middle; margin-right:5px; }

.sidebar-nav#stay-connected li.signup a i { background-image:url(../images/stay_connected_newsletter.png); }
.sidebar-nav#stay-connected li.facebook a i { background-image:url(../images/stay_connected_facebook.png); }
.sidebar-nav#stay-connected li.twitter a i { background-image:url(../images/stay_connected_twitter.png); }
.sidebar-nav#stay-connected li.youtube a i { background-image:url(../images/stay_connected_youtube.png); }
.sidebar-nav#stay-connected li.instagram a i { background-image:url(../images/stay_connected_instagram.png); }
#related-links li a {
    border-bottom-style: none;
    border-top: 1px solid #c4c4c4;
    padding: 15px 0;
    font-weight: 900;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
}
#related-links li { border: 0; position: relative; }
#related-links li:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    background: url(../images/arrow-more.svg);
    height: 30px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
	filter: brightness(.6);
}
@media (min-width:768px) {
	#sidebar {  position:relative; overflow:hidden; padding:20px 0; padding-bottom: 60px;}
	.sidebar-nav { margin-bottom:0; }
	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); }
}



@media (min-width:992px) {
	#page_home #logo { padding:30px; }
}

@media (min-width:1230px) {
	#navigation .container { border-bottom:1px solid rgba(255,255,255,0.35); padding:0; }
}

/* Page Body Styles */
.is-subpage div#site-wrapper { background: #EBEBEB; }
#page_ div#content { background: #fff; padding: 40px; min-height: 500px;}
.is-subpage #body { margin:auto; position: relative;  } 
@media(min-width: 768px){
	.is-subpage #body {	margin: 0 20px; position: relative;  } 
}
.is-subpage #copy > div { background: white; padding: 40px 20px; box-shadow: 5px 5px 5px #00000015;}
@media (min-width:1080px) {
	.is-subpage .header-bg{
		height: 540px;
	}
	#page-header { margin-top: -173px;}
	.is-subpage #body {	margin: 0 40px; } 
}

@media (min-width:1200px) {
	#navigation .container { border-bottom:1px solid rgba(255,255,255,0.35); padding:0; }
	.is-subpage #copy > div { background: white; padding: 60px;  }
}
/* FOOTER */
#page-footer {
	position: relative;
	background: url(../images/bg-footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 20px;
	padding-bottom: 60px;
}
.footer-inner {
	display: flex;
	flex-direction: column;
	max-width: 1500px;
	margin: auto;
	align-items: center;
}
.footer-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff80;
	font-size: 18px;
	width: 100%;
}
@media(max-width: 768px){
	.footer-top { flex-direction: column; }
	.footer-right-links { margin-bottom: 15px; }
}
.footer-right-links { color: #fff; }
.footer-right-links a { color: #fff; }
.footer-right-links a:hover { color: #ffffff80; }
.social-last { margin-right: 0 !important; }
.footer-social-btns .social-link:hover {
	filter: unset;
}
.footer-bottom{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20px;
}
.footer-office  { text-align: center; }

.footer-office p {
	color: #fff;
	line-height: 1.5;
	font-size: 1em;
}
.social-link-facebook {
	background-image: url('../images/icon-social-facebook.svg');
	width: 15px !important;
}
.social-link-instagram {
	background-image: url('../images/icon-social-instagram.svg');
}
.social-link-twitter {
	background-image: url('../images/icon-social-twitter.svg');
}
.social-link-youtube {
	background-image: url('../images/icon-social-youtube.svg');
	width: 26px !important;
	margin-top: 2px;
}
.social-link-medium {
	background-image: url('../images/icon-social-medium.svg');
}
.footer-social-btns .social-link {
	height: 22px;
	width: 22px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 15px;
}
.footer-social-btns .social-last {
	margin-right: 0;
}
@media(min-width: 991px) {
	#page-footer {	padding: 30px 40px; }
	.footer-bottom { flex-direction: row; align-items: flex-start;}
	.footer-office { flex-basis: 25%; text-align: left; }
	.footer-office + .footer-office { margin-left: 20px; }
}

@media(min-width: 1200px) {
	#page-footer { padding: 40px 60px}
}
div#announcements-wrapper {
    padding: 10px 5px;
}
div#announcements-wrapper .list-unstyled { margin-bottom: 0; }