body > header::-webkit-scrollbar{ display: none; }
.is-subpage #header{ 
	height: 105px;
	background: url(../images/bg-pattern-header-footer.png);
	border-bottom: 5px solid #9E7D4C;
}
.header-inner {
	height: 100px;
	z-index: 999;
	max-width: 1400px;
    margin: auto;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	background: url(../images/bg-pattern-header-footer.png);
    right: 0;
}
body > header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
body > header ul>li {
	margin: 0;
	padding: 0;
}
body > header ul>li>a {
	display: block;
	margin: 0;
	padding: 0;
}


/* TITLE */
#header .header-title {
	position: relative;
	float: left;
	min-height: 100px;
	width: 50%;
}
#header .header-title a {
	position: absolute;
	top: 20px;
	bottom: 10px;
	left: 10px;
	background-image: url('../images/logo.svg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	font-weight: bold;
	width: 275px;
	height: 80px;
	text-indent: -9999px;
}
@media (min-width: 1080px) {
	#header .header-title {
		width: 25%;
	}
	#header .header-title a {
		width: 300px;
		background-position: center;
		height: unset;
	}
}
@media (min-width: 1080px) and (max-width: 1200px){
	#header .header-title a {
		width: 225px;
		background-position: center;
		height: unset;
	}
}
@media (min-width: 1300px) and (max-width: 1420px){
	#header .header-title a {
		width: 260px;
		background-position: center;
		height: unset;
	}
}
/* HEADER SECTION NAV */
.header-section-nav {
	width: 100px;
	z-index: 999;
    height: 80px;
	align-self: flex-end;
}
@media (min-width: 1080px) {
	.header-section-nav {
		position: relative;
		width: 100%;
		padding: 0 20px;
		height: 100%;
	}
	.header-section-right {
		display: flex;
		align-items: center;
	}
}


/* LINKS */
.header-section-nav a, .header-section-nav a:link, .header-section-nav a:visited, .header-section-nav a:focus {
	color: #081121;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
	text-transform: capitalize;
}
.header-section-nav a:hover {
	text-decoration: none;
}
.items.main-items .dropdown-menu { min-width: 280px !important;}
/* TOGGLE */
.header-section-nav .toggle-wrap {
	position: absolute;
	top: 25px;
	right: 15px;
}
/* laptop */
@media (min-width: 1080px) {
	.header-section-nav .toggle-wrap {
		display: none;
	}
}
.header-section-nav .items-toggle {
	display: flex;
	align-items: center;
	color: #fff;
	cursor: pointer;
	margin: 0;
	padding: 15px;
	background: #ffffff20;
}
.header-section-nav .items-toggle:hover, .header-section-nav .items-toggle:focus, .header-section-nav.open .items-toggle {
	text-decoration: none;
}

.header-section-nav .items-toggle .icon-label {
	display: none;
	margin-right: 20px;
}
.header-section-nav .items-toggle .icon-bar-wrap {
	display: block;
}
.header-section-nav .items-toggle .icon-bar {
	display: block;
	background-color: #fff;
	width: 25px;
	height: 3px;
}
.header-section-nav .items-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}

.header-section-right .newsletter-btn a{
	font-weight: bold;
	text-transform: uppercase;
}

/* MENUS (ITEMS-WRAP) */
.header-section-nav>.items-wrap {
	display: none;
	z-index: 99;
}
.header-section-nav.open>.items-wrap {
	display: block;
}
.header-section-right .newsletter-btn a { color: #fff; }
/* mobile/tablet */
@media (max-width: 1079px) {
	.header-section-nav>.items-wrap {
		background-color: rgba(255, 255, 255, 0.95);
		box-shadow: 3px 3px 15px rgba(0, 0, 0, .15);
		padding: 20px;
		z-index: 99;
	}
	.items-wrap.main-items-wrap {
		position: absolute;
		top: 90px;
		right: 10px;
		left: 10px;
	}
	.header-section-right {
		border-top: 1px solid #ccc;
		padding: 15px 0px;
		padding-bottom: 10px;
	}
	.header-section-right .newsletter-btn {
		margin-bottom: 10px;
		margin-top: 15px;
		padding: 10px 5px; 
		background-color: #005EA2;
		border-radius: 3px;
		text-align: center;
	}
}
.header-section-right .newsletter-btn:hover {
	background-color: #014b80;
}
@media (min-width: 1080px) {
	.header-section-nav .items-wrap {
		display: block;
	}
	.items-wrap.main-items-wrap {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 140px;
	}
	.header-section-right .newsletter-btn {
		padding: 10px 15px; 
		background-color: #005EA2;
		border-radius: 3px;
		text-align: center;
		display: none;
		margin-left: 15px;
	}
	.header-section-right .newsletter-btn a{
		font-size: 18px;
		display: flex;
		align-items: center;
		max-width: 200px;
	}
}
@media (min-width: 1300px) {
	.header-section-right .newsletter-btn {
		display: block;
	}
}
/* MAIN-ITEMS */
.header-section-nav ul.main-items>li {
	position: relative;
}
/* laptop */
@media (min-width: 1080px) {
	.header-section-nav ul.main-items {
		display: flex;
		flex-flow: row nowrap;
	}
}

/* MAIN-ITEMS>LI>A */
.header-section-nav ul.main-items>li>a {
	display: block;
	font-size: 16px;
	transition: background-color .2s, color .2s;
	font-weight: bold;
}
/* mobile/tablet */
@media (max-width: 990px) {
	.header-section-nav ul.main-items>li>a {
		border-top: 1px solid #ccc;
		padding: 13px 0;
	}
	.header-section-nav ul.main-items>li.open>a {
		border-bottom: 1px solid #ccc;
	}
	.header-section-nav ul.main-items>li:first-child>a {
		border-top-width: 0;
	}
	.header-section-nav ul.main-items>li>a:hover {
		background-color: rgba(255, 255, 255, 0.25);
	}
	.header-section-nav ul.main-items>li.dropdown.open .dropdown-menu {
		position: static;
		background-color: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		float: none;
		margin: 10px 0;
		padding: 0;
		width: auto;
	}
	.header-section-nav li.dropdown .expand {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		background-image: url('../images/template/carat_nav_open.png');
		background-repeat: no-repeat;
		background-position: center;
		height: 50px;
		width: 40px;
	}
	.header-section-nav li.dropdown.open .expand {
		background-image: url('../images/template/carat_nav_close.png');
	}
}
@media (min-width: 1080px) {
	.header-section-nav ul.main-items>li>a {
		color: #fff;
		padding: 0 8px;
		min-height: 80px;
		display: flex;
		align-items: center;
	}
	.header-section-nav ul.main-items>li>a:hover {
		color: #9E7D4C;
	}
	.header-section-nav ul.main-items>li.dropdown.open .dropdown-menu {
		background-color: rgba(255, 255, 255, 0.95);
		border: 0;
		border-radius: 0;
		box-shadow: 3px 3px 15px rgba(0, 0, 0, .15);
		margin: 0;
		min-width: 240px;
		padding: 10px 20px;
		top: 75px;
	}
}

@media (min-width: 1355px) {
	.header-section-nav ul.main-items>li>a {
		padding: 0 10px;
		font-size: 16px;
	}
}

.header-section-nav ul.dropdown-menu>li>a {
	display: block;
	background-color: transparent;
	font-size: 19px;
	font-weight: bold;
	padding: 0;
	transition: background-color .2s, color .2s;
	white-space: normal;
}
.header-section-nav ul.dropdown-menu>li>a:hover, .header-section-nav ul.dropdown-menu>li>a:active, .header-section-nav ul.dropdown-menu>li>a:focus {
	background-color: transparent;
	color: #081121;
}
/* mobile/tablet */
@media (max-width: 990px) {
	.header-section-nav ul.dropdown-menu>li>a {
		padding: 5px 10px;
	}
}
/* laptop/desktop */
@media (min-width: 1080px) {
	.header-section-nav ul.dropdown-menu>li>a {
		border-top: 1px solid #ccc;
		padding: 13px 0;
	}
	.header-section-nav ul.dropdown-menu>li>a:hover {
		color: #9E7D4C;
	}
	.header-section-nav ul.dropdown-menu>li:first-child>a {
		border-top-width: 0;
	}
}
.header-section-updates {
	position: relative;
	display: block;
	padding: 10px 0;
}
@media (min-width: 1080px) {
	.header-section-updates {
		top: 0px;
	}
}
.header-section-updates .social-links {
	display: flex;
	flex-flow: row nowrap;
}

.header-section-updates .social-link {
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	margin-left: 1px;
	min-height: 20px;
	min-width: 30px;
	text-indent: -9999px;
	padding: 0px 15px;
}
@media(min-width:1105px){
	.header-section-updates .social-link {
		padding: 0px 20px;
	}
}

.header-section-updates .social-link:hover, .header-section-updates .social-link:focus {
	color: #97d0d5;
	text-decoration: none;
}
.header-section-updates .social-link {filter: brightness(0.3);}
.header-section-updates .social-link-facebook {
	background-image: url('../images/social_facebook.png');
}
.header-section-updates .social-link-flickr {
	background-image: url('../images/social_flickr.png');
}
.header-section-updates .social-link-instagram {
	background-image: url('../images/social_instagram.png');
}
.header-section-updates .social-link-twitter {
	background-image: url('../images/social_twitter.png');
}
.header-section-updates .social-link-youtube {
	background-image: url('../images/social_youtube.png');
}

@media(min-width:1080px){
	.header-section-updates .social-link-facebook {
		border-left: 1px solid rgb(255 255 255 / 35%);
		margin-left: 10px;
		margin-right: 0;
	}
	.header-section-updates .social-link {filter: brightness(1);}

}

.header-section-updates .social-link-subscribe {
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: 250px;
	border-left:1px solid rgba(255, 255, 255, 0.25);
	border-right:1px solid rgba(255, 255, 255, 0.25);
}
.header-section-updates .social-link-subscribe label, .header-section-updates .social-link-subscribe input, .header-section-updates .social-link-subscribe button {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
.header-section-updates .social-link-subscribe label {
	display: none;
}
.header-section-updates .social-link-subscribe input {
	display: block;
	padding: 10px 15px;
	width: 100%;
}
.header-section-updates .social-link-subscribe button {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url('../images/template/arrow-newsletter.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
	text-indent: -9999px;
	width: 60px;
}
.header-section-updates .social-link-subscribe:hover, .header-section-updates .social-link-subscribe:focus {
	color: #155AB5;
	text-decoration: none;
}

.header-section-right .nav-search-form {
	position: relative;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.header-section-right .nav-search-form label {
	color: inherit;
	display: none;
}
.header-section-right .nav-search-form input {
	background-color: #ccc;
	border: 0;
	border-radius: 3px;
	color: #333;
	font-size: 18px;
	height: 45px;
	line-height: 30px;
	padding: 0 10px;
	width: 100%;
}
.header-section-right .nav-search-form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: transparent url('../images/template/carat_nav_right.png') no-repeat center center;
	border: 0;
	border-radius: 0 5px 5px 0;
	display: block;
	text-indent: -9999px;
	width: 30px;
}

@media (max-width: 990px) {
	div>a.search-toggle {
		font-size: 0;
		height: 20px;
		margin: 0;
		padding: 0;
		display: none;
	}
}
@media (min-width: 1080px) {
	.is-subpage #header{ height: 130px; }
	.header-inner { height: 125px; }
	div>a.search-toggle {
		background-image: url('../images/template/icon_search.png');
		background-repeat: no-repeat;
		background-position: center;
		display: block;
		text-indent: -9999px;
		width: 50px;
		padding: 10px;
		border-radius: 3px;
	}
	.header-section-right .nav-search-form {
		position: absolute;
		top: 90px;
		right: 10px;
		background-color: rgba(255, 255, 255, 0.95);
		box-shadow: 3px 3px 15px rgba(0, 0, 0, .15);
		display: none;
		font-size: 18px;
		line-height: 24px;
		min-width: 320px;
		padding: 20px;
	}
	.main-nav-section .nav_search.open .nav-search-form {
		display: block;
	}
	.header-section-right .nav-search-form button {
		position: absolute;
		top: 20px;
		right: 20px;
		bottom: 20px;
	}
}

.header-card-alerts {
	background-color: #C70000;
	display: none;
	text-align: center;
}
.header-section-alerts + .header-inner {
	top: 110px;
}
@media (min-width: 1330px) {
	.header-section-alerts + .header-inner {
		top: 55px;
	}
}
.header-card-alerts.header-card-alert {
	background-color:  #C70000;
	display: none;
	text-align: center;
}
.header-card-alerts .header-card-block {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0 44px;
	/*width: 100%;*/
}
.header-card-alerts .alert-close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	
	font-size: 40px;
	font-weight: 300;
	width: 44px;
}
.header-card-alerts .alert-close span {
	color: white;
}
.header-card-alerts .close.alert-close {
	opacity: 0.9;
}
.header-card-alerts .alert-close:hover {
	background-color: rgba(0, 0, 0, .15);
} 
.header-card-alerts .header-card-block a {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	padding: 10px 0;
}
.header-card-alerts .header-card-block a .alert-label {
	/* text-transform: uppercase; */
	margin-right: 10px;
}
.header-card-alerts .header-card-block a:hover, .header-card-alerts .header-card-block a:focus {
	color: #fff;
	text-decoration: none;
}
.header-card-alerts .header-card-block a span {
	font-weight: 900;
}
@media (min-width: 900px) {
	.header-card-alerts .header-card-block {
		padding: 0 58px;
	}
	.header-card-alerts .alert-close {
		width: 58px;
	}
	.header-card-alerts .header-card-block a {
		font-size: 22px;
		line-height: 24px;
		padding: 15px 0;
	}
}
@media (min-width: 1080px) {
	.header-card-alerts .header-card-block a {
		font-size: 24px;
		line-height: 26px;
		padding: 15px 0;
	}
}

/*Urgent Alerts */

.header-card.header-card-alerts.header-card-alerts-urgent .header-card-block {
	background-color: #9E7D4C;
}
.header-card.header-card-alerts.header-card-alerts-urgent .alert-close {
	color: #FFFFFF;
}
.header-card.header-card-alerts.header-card-alerts-urgent a {
	color: #FFFFFF;
}
.header-card.header-card-alerts.header-card-alerts-urgent .alert-label {
	color: #FFFFFF;
}
/* Alerts */
.header-section-alerts-urgent {
    position: relative;
    z-index: 1;
}
.header-section-alerts {
    position: relative;
    z-index: 1;
}

