/* SOCIAL */
.header-section-social {
	display: flex;
	align-items: center;
	position: absolute;
	top: 110px;
	right: 0;
	left: 0;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px 10px 20px;
	background: linear-gradient(180deg, #172B57e6 40%, transparent);
	z-index: -1;
}

.call-me strong { font-weight: bold;}
.social-links-header { display: flex;}
.header-section-social .social-link {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 22px;
	text-indent: -9999px;
	width: 22px;
	margin-right: 8px;
}
.header-section-social .social-link, .header-section-social .social-link:link, .header-section-social .social-link:visited {
	background-color: transparent;
}
.social-links-header a.social-link:hover {
    filter: brightness(0.7);
}
@media(min-width: 768px) {
	.header-section-social .social-link { margin-right: 15px;	}
	.call-me {font-size: 22px; }
}
@media only screen and (min-width : 1200px) {
	.header-section-social {
		position: fixed;
		top: 0;
		right: 0;
		left: unset;
		height: 110px;
		width: unset;
		padding: 10px 20px;
		background: #ffffff00;
		z-index: 101;
	}
	.call-me { margin-right: 40px; }
	.header-section-social .social-link { margin-right: 15px;  height: 24px; width: 24px;}
}

/* CUSTOM IMAGES */
.header-background {
	position: relative;
	z-index: 0;
	background: url(../images/subpage-header-2.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 300px;
}

.site-title a {
	background: url('../images/logo-blue.svg') no-repeat  left;
	background-size: contain;
	display: block;
	text-indent: -9999px;
    height: 90px;
    margin-top: 10px;
	margin-left: 10px;
	width: 90%;
}

.header-section-nav .nav_about>a .menu-icon {
	background-image: url('../images/icon-nav-about.svg');
}
.header-section-nav .nav_contact>a .menu-icon {
	background-image: url('../images/icon-nav-contact.svg');
}
.header-section-nav .nav_media>a .menu-icon {
	background-image: url('../images/icon-nav-media.svg');
}
.header-section-nav .nav_issues>a .menu-icon {
	background-image: url('../images/icon-nav-issues.svg');
}
.header-section-nav .nav_services>a .menu-icon {
	background-image: url('../images/icon-nav-services.svg');
}
.header-section-nav .nav_espanol>a .menu-icon {
	background-image: url('../images/icon-nav-espanol.svg');
}
.header-section-nav .nav_search .menu-icon {
	background-image: url('../images/icon-nav-search.svg');
}
.header-section-nav .nav_cpf-disclosures .menu-icon {
	background-image: url('../images/icon-cpf-dollar.svg');
}

.has-open-menu .header-section-nav .nav_cpf-disclosures .menu-icon {
    margin-top: 20px;
	height: 50px;
}
/* END CUSTOM IMAGES */

/* CUSTOM COLORS */
.header-section-nav ul.main-items>li>a {
	font-family: 'Oswald';
	background-repeat: no-repeat;
	background-position: center;
	color: #21447C;
	display: block;
	font-size: 22px;
	font-weight: normal;
	height: 80px;
	line-height: 80px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.header-section-nav ul.main-items>li>a, .header-section-nav ul.main-items>li>a:link, .header-section-nav ul.main-items>li>a:visited {
	color: #21447C;
}

.header-section-nav ul.main-items>li>a:hover, .header-section-nav ul.main-items>li>a:active, .header-section-nav ul.main-items>li>a:focus {
	color: #21447C;
	text-decoration: none;
}

span.menu-title {
	line-height: 1.8;
    font-size: 16px;
    text-transform: uppercase;
	color: #21447C;
	text-shadow: 1px 1px 0px rgb(0 0 0 / 25%);
	transition: .3s;
	font-family: 'Oswald';
	text-align: center;
}

.header-section-nav ul.child-items>li>a, .header-section-nav ul.child-items>li>a:link, .header-section-nav ul.child-items>li>a:visited {
	color: #2E4767;
}

.header-section-nav ul.child-items>li>a:hover, .header-section-nav ul.child-items>li>a:active, .header-section-nav ul.child-items>li>a:focus {
	color: #04ABC9;
	opacity: 1;
	text-decoration: none;
}

.espanol-button:active, .espanol-button:hover, .espanol-button:focus{
	text-decoration: none;
	color: white;
	background-color: rgba(255, 255, 255, .15);
}

.call-me {
	color: #fff;
	font-size: 18px;
	font-family: 'Oswald';
	text-transform: uppercase;
}
/* END CUSTOM COLORS */

/* CUSTOM COLORS AND IMAGES */
.header-section-social .social-link-facebook {
	background-image: url('../images/icon-social-facebook.svg');
}
.floating-header .header-section-social .social-link-facebook {
	background-image: url('../images/icon-social-facebook-teal.svg');
}
.header-section-social .social-link-instagram {
	background-image: url('../images/icon-social-instagram.svg');
}
.floating-header .header-section-social .social-link-instagram {
	background-image: url('../images/icon-social-instagram-teal.svg');
}
.header-section-social .social-link-twitter {
	background-image: url('../images/icon-social-twitter.svg');
}
.floating-header .header-section-social .social-link-twitter {
	background-image: url('../images/icon-social-twitter-teal.svg');
}
.header-section-social .social-link-youtube {
	background-image: url('../images/icon-social-youtube.svg');
}
.floating-header .header-section-social .social-link-youtube {
	background-image: url('../images/icon-social-youtube-teal.svg');
}


/* END CUSTOM COLORS AND IMAGES */

header {
	position: relative;
	z-index: 101;
	min-height: 110px;
}

@media only screen and (min-width : 1080px) {
	.header-background { height: 500px;	}
}
@media only screen and (min-width : 1200px) {
	header::-webkit-scrollbar{
		display: none;
	}
	.header-background { height: 600px;	}
}
@media only screen and (min-width : 1400px) {
	.header-background { height: 750px;	}
}
.header-background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #102548 5%, #10254840 35%, #10254840 67%, #102548 95%  );
}
header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header ul>li {
	margin: 0;
	padding: 0;
}
header ul>li>a {
	display: block;
	margin: 0;
	padding: 0;
}

/* header/nav items */
.header-section-nav {
	background-color: #fff;
	width: 80px;
    position: fixed;
	transition: .2s;
	height: 110px;
	top: 0;
	z-index: 100;
}
	.items-wrap.main-items-wrap {
		max-height: calc(100vh - 100px);
		overflow-y: scroll;
		scrollbar-width: none;
	}
	.items-wrap.main-items-wrap::-webkit-scrollbar {
		display: none;
	}
@media only screen and (min-width : 1200px) {
	.header-section-nav {
		position: fixed;
		top: 0;
		width: 100px;
		transition: width, opacity, .3s;
		z-index: 8;
		height: 100px;
	}
	.header-section-nav::-webkit-scrollbar{
		display: none;
	}
	header {
		position: fixed;
		height: 100px;
		min-height: unset;
		left: 0;
		right: 0;
		top: 0;
	}
}
header .nav-section.open>.items-wrap {
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}
header a.items-toggle {
	display: flex;
	align-items: center;
	background: url('../images/icon-nav-menu.svg') no-repeat 23px center;
	border-width: 0;
	cursor: pointer;
	height: 110px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	text-transform: uppercase;
}
header a.items-toggle:hover, header a.items-toggle:active, header a.items-toggle:focus {
	outline: 0;
	text-decoration: none;
}

@media only screen and (min-width : 1200px) {
	header a.items-toggle {background: url('../images/icon-nav-menu.svg') no-repeat 32px center;}
	.header-section-nav a.items-toggle {
		height: 100px;
		text-indent: -999px;
	}
	.header-section-nav.open a.items-toggle {
		text-indent: 0px;
	}
	ul.items.main-items { width: 100px; transition: .3s; }
	.open ul.items.main-items { width: 400px; box-shadow: 15px 0 10px -10px #00000040;}
}
header .main-items-toggle .icon-label {
	display: none;
}
.items-wrap.main-items-wrap.clearfix { position: fixed; box-shadow: 15px 0 10px -10px #00000040; height: 100vh;}
.open .items-wrap.main-items-wrap.clearfix { height: unset; box-shadow: 5px 5px 5px #00000040;}
@media only screen and (min-width : 400px) {
	header .main-items-toggle .icon-label {
		display: block;
		padding-left: 10px;
	}
}

header .items-toggle .icon-bar-wrap {
	margin-bottom: -1px;
	/*margin-right: 5px;*/
}
header .items-toggle .icon-bar {
	background-color: #fff;
	display: block;
	width: 18px;
	height: 3px;
	border-radius: 4px;
}
header .items-toggle .icon-bar+.icon-bar {
	margin-top: 2px;
}
header .items-toggle .icon-bar-wrap, header .items-toggle .icon-bar-label { display: inline-block; }

header .items-wrap {
	display: none;
	z-index: 99;
}
header .nav-section.open>.items-wrap { display: block; }
.header-section-nav ul.main-items>li {	position: relative; background: white; }
.header-section-nav ul.main-items>li {	border-top: 1px solid rgba(0, 0, 0, 0); }
.header-section-nav.open ul.main-items>li {
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, .25);
	min-height: 80px;
}
.header-section-nav ul.main-items>li.nav_about {border-top: 1px solid rgba(0, 0, 0, 0);}

.header-section-nav ul.main-items>li:hover, .header-section-nav ul.main-items>li:active, .header-section-nav ul.main-items>li:focus {
	background-color: #ffffff;
}

.header-section-nav.open ul.main-items>li.has-children .expand {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('../images/carat_down_filter.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	opacity: .9;
	width: 58px;
	background-size: 12px;
	transition: .2s transform;
}
.header-section-nav.open ul.main-items>li.has-children .expand:hover {
	opacity: 1;
}
.header-section-nav.open ul.main-items>li.has-children.open .expand {
	background-image: url('../images/carat_down_filter.png');
	opacity: 1;
	transform: rotate(180deg);
    transition: .2s transform;
}

.header-section-nav .items a .menu-icon {
	display: block;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.header-section-nav .items .menu-icon {
	display: block;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/* header/site title */
.site-title {
	position: fixed;
    top: 0;
    left: 80px;
    right: 0;
	background-color: #fff;
	height: 110px;
	border-left: 1px solid #00000029;
	z-index: 101;
}
@media(max-width: 991px) {
	.site-title { max-width: calc(100vw - 80px); }
}

@media(max-width: 600px) {
	.site-title a { width: 80%; max-width: 320px;}
}

/* HEADER MEDIA QUERIES */
@media only screen and (min-width : 1200px) {
	header .items-wrap {display: block; }
	.header-section-nav.open ul.main-items>li.has-children .expand {height: 100px;}
	.header-section-nav ul.main-items>li>a { height: 80px; line-height: 80px; }
	.icon-area { height: 100px;	width: 100px; }
	.site-title { left: 100px; height: 110px; }
	.site-title a { height: 115px; width: 405px; margin-top: 0px;}
	.site-title {
		background: #ffffff00;
		transition: .2s;
	}
}


/* HEADER ICONS */
.icon-area {
    height: 80px;
    display: flex;
	flex-direction: column;
	width: 80px;
    justify-content: center;
    align-items: center;
}

.open span.menu-title {
	color: #ffffff;
	text-shadow: none;
}
span.expanded-title {
    text-indent: -999px;
    position: absolute;
    transition: .3s;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 40px;
}
.header-section-nav.open span.expanded-title {
    text-indent: 0;
	text-align: left;
    left: 100px;
	margin-top: -30px;
}
li.nav_search {
    display: flex;
    align-items: center;
}
.header-section-nav .nav_search form {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: normal;
	height: 60px;
	padding: 0;
	width: 0;
}
.header-section-nav.open .nav_search form {
	width: 290px;
}
.header-section-nav .nav_search label {
	color: #fff;
	display: none;
}
.header-section-nav .nav_search input {
	border: 0;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	width: 100%;
}
.header-section-nav .nav_search button {
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	background: transparent url('../images/icon-nav-search.svg') no-repeat center center;
	border: 0;
	border-radius: 0 3px 3px 0;
	display: none;
	text-indent: -9999px;
	width: 38px;
}
.header-section-nav .nav_search button:active, .header-section-nav .nav_search button:focus { outline: 0; }

.header-section-nav .nav_search input, .header-section-nav .nav_search button { display: none; }
.header-section-nav.open .nav_search input, .header-section-nav.open .nav_search button { display: block; }
.header-section-nav.open .nav_search input { background: #f2f2f2; border: 1px solid #c4c4c4; }

.header-section-nav .main-items>li>ul.child-items {
	display: none;
	padding: 0 20px 0 80px;
	margin-top: -30px;
}
.header-section-nav.open .main-items>li.has-children.open>ul.child-items { display: block; }
.header-section-nav ul.child-items>li>a {
	background: transparent url('../images/carat_nav_right.png') no-repeat left center;
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6px;
	padding-left: 20px;
	min-height: 35px;
	transition: background-color .2s, color .2s;
	line-height: 1.5;
}

.espanol-button {
	display: flex;
	align-items: center;
	color: white;
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: x-small;
	line-height: 1em;
	text-transform: uppercase;
}

@media only screen and (min-width: 1200px){
	.espanol-button{
		position: static;
		font-size: initial;
		height: 100px;
	}
	.header-section-social .social-link{
		width: 65px;
	}
}


/* SOCIAL */
.header-section-social {
	display: flex;
	align-items: center;
	position: absolute;
	top: 110px;
	right: 0;
	left: 0;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px 25px 20px;
	background: linear-gradient(180deg, #172B57e6 40%, transparent);
	z-index: -1;
}

.call-me strong { font-weight: bold;}
.social-links-header { display: flex;}
.header-section-social .social-link {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 22px;
	text-indent: -9999px;
	width: 22px;
	margin-right: 8px;
}
.header-section-social .social-link, .header-section-social .social-link:link, .header-section-social .social-link:visited {
	background-color: transparent;
}
.social-links-header a.social-link:hover {
    filter: brightness(0.7);
}
@media(min-width: 768px) {
	.header-section-social .social-link { margin-right: 15px;	}
	.call-me {font-size: 22px; }
}
@media only screen and (min-width : 1200px) {
	.header-section-social {
		position: fixed;
		top: 0;
		right: 0;
		left: unset;
		height: 110px;
		width: unset;
		padding: 10px 20px;
		background: #ffffff00;
		z-index: 101;
	}
	.call-me { margin-right: 40px; }
	.header-section-social .social-link { margin-right: 15px;  height: 24px; width: 24px;}
}

/* Floating header and social queries */

@media only screen and (min-width : 1200px) {
	.floating-header header { box-shadow: 5px 5px 5px #00000040; }
	
	.site-title { background: #ffffff00; transition: .2s; }
	.floating-header .site-title { background: #ffffff; box-shadow: 35px 10px 29px #00000040;}
	
	.site-title a { background: url(../images/logo.svg) no-repeat left; background-size: contain;}
	.floating-header .site-title a { background: url(../images/logo-blue.svg) no-repeat left; background-size: contain;}

	.floating-header .call-me { color: #21447C;}
	.header-section-nav.open ul.main-items>li.has-children .expand {height: 100px;}
	.header-section-nav ul.main-items>li>a { height: 100px; line-height: 100px; }
	.icon-area { height: 100px;	width: 100px; }
}