#header {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	/* border-bottom-style: solid;
	border-bottom-width: 5px; */
	border-bottom: unset;
	min-height: 225px;
	/*min-width: 382px;*/
	background-color: rgb(9 32 60 / 80%);
	color: #fff !important;
	background-image: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/subpage-header.jpg) !important;
}
@media (min-width: 1080px) {
	#header {
		background-size: cover;
	}
}

#header.header-size-full .header-inner {
	max-height: 180px;
	background-color: rgb(9 32 60 / 80%);
}

#header.header-size-fixed .header-inner {
	max-width: 1340px;
	margin: 0 auto;
}

/* TITLE */
#header .header-title {
	position: relative;
	
	float: left;
	min-height: 100px;
	width: 50%;
}
#header .header-title a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 30px;
	
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-indent: -9999px;
	text-transform: uppercase;
	width: 200px;
}
@media (min-width: 1080px) {
	#header {
		min-height: 360px;
	}
	#header .header-title {
		min-height: 195px;
	}
	#header .header-title a {
		background-size: initial;
		width: 300px;
	}
}


#header .nav-section {
	float: right;
	min-height: 100px;
	width: 50%;
}
@media (min-width: 1080px) {
	#header .nav-section {
		min-height: 120px;
	}
}
#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 .items-toggle {
	background-color: transparent;
	border: 0;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin: 20px 0;
	margin-right: 10px;
	padding: 0 20px;
	text-shadow: 1px 1px #111;
	text-transform: uppercase;
}
#header .items-toggle:active, #header .items-toggle:focus, #header .items-toggle:hover {
	outline: 0;
}
#header .items-toggle .icon-bar-wrap {
	margin-bottom: -2px;
	margin-right: 5px;
}
#header .items-toggle .icon-bar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.75);
	border-left: 1px solid rgba(0, 0, 0, 0.75);
	display: block;
	width: 18px;
	height: 3px;
	border-radius: 4px;
}
#header .items-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}
#header .items-toggle .icon-bar-wrap, #header .items-toggle .icon-bar-label { display: inline-block; }

#header .items-wrap {
	display: none;
	margin-top: 100px;
	margin-left: -100%;
	padding: 0px;
	z-index: 99;
}
#header .nav-section.open>.items-wrap {
	display: block;
}

#header ul>li>a {
	border-top-style: solid;
	border-top-width: 0;
	font-weight: 700;
	line-height: 50px;
	padding: 0px 20px;
	transition: background-color .2s, color .2s;
}
#header ul.secondary-items>li>a {
	font-weight: 500;
}

#header ul>li.dropdown>a {
	background-position: 97% center;
	background-repeat: no-repeat;
}
#header ul>li.dropdown.open>a {
	border-bottom-style: solid;
	border-bottom-width: 0px;
}

#header .dropdown-menu {
	border: 0;
	border-radius: 0;
	margin: 0;
}
#header .dropdown-menu>li>a {
	border: 0;
	font-weight: 500;
	line-height: 35px;
	overflow: hidden;
	padding: 0 15px;
	text-overflow: ellipsis;
}

#header .nav_search>a.dropdown-toggle {
	background-position: center;
	background-repeat: no-repeat;
	outline: 0;
	text-indent: -10000px;
	width: 54px;
}
#header .nav_search.dropdown .dropdown-menu {
	margin: 0;
	padding: 0;
}
#header .nav_search form {
	position: relative;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
#header .nav_search form label {
	display: none;
}
#header .nav_search form .search-input {
	background-color: #fff;
	border: 0;
	display: block;
	height: 49px;
	line-height: 49px;
	min-width: 300px;
	padding: 0 20px;
	outline: none;
	width: 100%;
	font-size: 24px;
	color: #222C36;
}
#header .nav_search form .search-input::placeholder {
	font-size: 24px;
	color: #222C36;
	font-family: 'Oswald';
}
#header .nav_search form button {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	height: 49px;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	outline: 0;
	width: 49px;
}

#header .social-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	background: white;
}
#header .social-items .social-item {
	flex: 1;
	line-height: 28px;
}
#header .social-items .social-item.newsletter {
	flex-basis: 100%;
}
#header .social-items .social-item.newsletter i {
	vertical-align: middle;
	margin-right: 10px;
}
#header .social-items .social-item i {
	font-size: 28px;
	color: #5d8dc7;
	transition: .2s ease;
}
#header .social-items .social-item i:hover {
	color: #589ff5;
}
#header .social-items .social-item a {
	text-align: center;
}

@media (max-width: 1079px) {
	#header .nav_search .dropdown-toggle {
		display: none;
	}
	#header .nav_search .search-form-wrapper {
		position: static;
		
		display: block;
		float: none;
	}	
}
@media (min-width: 1080px) {
	#header .nav_search .search-form-wrapper {
		right: 0;
		left: auto;
	}
	#header .nav_search form {
		border: 0;
	}
	#header .social-items {
		background: none;
		margin-right: 20px;
		padding: 25px 0;
	}
	#header .social-items .social-item {
		flex: none;
	}
	#header .social-items .social-item.newsletter {
		flex-basis: auto;
		border-left: 1px solid rgba(255, 255, 255, .25);
		margin-left: 10px;
		padding-left: 10px;
	}
	#header .social-items .social-item.newsletter a:hover span {
		color: inherit;
	}
	#header .social-items .social-item a {
		line-height: 1;
	}
}


@media (max-width: 399px) {
	#header .items-toggle {
		border-left: none;
	}
	#header .items-toggle .icon-label {
		display: none;
	}
}

@media (max-width: 767px) {
	.page-home #header.has-open-menu {
		position: fixed;
	}
}

@media (min-width: 768px) and (max-width: 1079px) {
	#header .nav-section.open>.items-wrap {
		position: absolute;
		top: -20px;
		right: 10px;
		
		padding: 0;
		width: 300px;
	}
	#header ul>li.dropdown>a {
		background-position: 275px center;
	}
	#header .nav-section.open .items-toggle, #header .nav-section.open .main-items-wrap {
		box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.25);
	}
}

/* max: 1079*/
@media (max-width: 1079px) {
	#header .dropdown.open .dropdown-menu {
		position: static;
		background-color: #fff;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		float: none;
		margin-top: 0;
		padding: 0 20px;
		width: auto;
	}
	#header .dropdown.open .dropdown-menu>li:last-child {
		border: 0;
	}
}
@media (min-width: 1080px) {
	#header .header-title {
		width: 30%;
	}
	#wrapper #header ul>li.dropdown.open>ul:hover { background-color: #fff; }
	#header .main-nav-section {
		width: 70%;
	}
	#header .items-toggle {
		display: none;
	}
	
	#header .secondary-items-wrap {
		padding-right: 20px;
		text-align: right;
	}
	#header .secondary-items-wrap .secondary-items {
		border-bottom: 1px solid white;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	#header ul.secondary-items>li {
		display: block;
		float: left;
	}
	#header ul.secondary-items>li>a {
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 18px center;
		line-height: 49px;
		padding-left: 18px;
		padding-right: 18px;
	}
	
	#header .items-wrap {
		background-color: transparent;
		display: flex;
		float: right;
		margin: 0;
		height: 180px;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
	}
	.floating-header #header .items-wrap {
		height: 110px;
	}
	#header .has-secondary-items .items-wrap {
		margin-top: 0px;
	}	
	#header ul.main-items {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		font-size: 22px;
		font-family: 'Roboto';
		height: 80px;
		margin-right: 20px;
		font-size: 16px;
		text-transform: uppercase;
	}
	#header .has-secondary-items ul.main-items {
		height: 70px;
	}
	#header ul.main-items>li {
		display: block;
		background-color: #ffffff20;
	}
	#header ul.main-items>li+li {
		margin-left: 5px;
	}
	#header ul.main-items>li>a {
		line-height: 80px;
		max-height: 80px;
		overflow: hidden;
		padding-right: 12px;
		padding-left: 12px;
	}
	#header .has-secondary-items ul.main-items>li>a {
		line-height: 70px;
		max-height: 70px;
	}
	#header .dropdown-menu>li>a {
		font-size: 18px;
		font-family: 'Roboto';
		line-height: 40px;
	}
	#header ul>li.dropdown.open > .dropdown-menu {
		box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.25);
	}
	#header ul>li.nav_search.open > .dropdown-menu {
		top: 59px !important;
		right: 0 !important;
		left: unset !important;
	}
	#header ul>li.dropdown>a {
		background-image: none;
	}
	#header li.dropdown ul a {
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	#header li.dropdown ul li:last-child a {
		border: 0;
	}
	#header li.dropdown.last .dropdown-menu { left: auto; right: 0; }
  .floating-header .main-nav-section .social-items {
    display: none !important;
  }
}

/* POSTER LAYOUT */
.lay-root-poster {
	overflow-y: auto;
}
.lay-root-poster #wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	height: auto;
	min-height: 100%;
}
.lay-root-poster #poster-header {
	flex-grow: 0;
	flex-shrink: 0;
}
.lay-root-poster #main {
	flex-grow: 1;
	flex-shrink: 0;
}
@media (max-width: 400px) {
	.lay-root-poster {
		overflow-x: hidden;
	}
}

.lay-root-poster .poster-bg {
	position: fixed;
	top: 0;
	left: 0;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	height: 100vh;
	width: 100vw;
}
.lay-root-poster header .navbar {
	background-color: transparent;
	border: 0;
	margin: 0;
}
.lay-root-poster header .navbar .navbar-toggle {
	border: 0;
	border-radius: 0;
}
.lay-root-poster header .navbar .navbar-toggle:hover, .lay-root-poster header .navbar .navbar-toggle:focus {
	background-color: rgba(255, 255, 255, 0.15);
}
.lay-root-poster header .navbar .navbar-toggle .icon-bar {
	background-color: white;
}
.lay-root-poster header .navbar-brand {
	display: none;
}
.lay-root-poster header .navbar .navbar-collapse {
	border: 0;
	box-shadow: none;
}
.lay-root-poster header .navbar .navbar-nav > li > a {
	color: white;
	display: block;
	margin: 0;
	padding: 10px 20px;
	text-transform: uppercase;
}
.lay-root-poster header .navbar .navbar-nav > li > a:hover, .lay-root-poster header .navbar .navbar-nav > li > a:focus {
	background-color: rgba(255, 255, 255, 0.15);
	color: white;
}
@media (min-width: 992px) {
	.lay-root-poster header .navbar .navbar-collapse {
		text-align: center;
	}
	.lay-root-poster header .navbar-nav {
		display: inline-block;
		float: none;
	}
}
.lay-root-poster #main {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	height: auto;
}

/*GOODEN NAVIGATION UPDATES*/


#header .header-title a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-indent: -9999px;
	text-transform: uppercase;
	width: 275px;
	background-size: contain;
}

@media (min-width: 450px) {
	#header .header-title a {
		width: 300px;
	}
}

@media (min-width: 768px) {
	#header .header-title a {
		width: 375px;
		background-size: cover;
	}
}

@media (min-width: 1080px) {
  #header .header-title a {
	  background-size: contain;
	  width: 370px;
	  left: 10px;
	  height:142px;
	}
	.floating-header #header .header-title a {
		height: 85px !important;
	}
}

@media (min-width: 1200px) {
	#header .header-title a {
		background-size: contain;
		width: 400px;
		height: 140px;
		left: 10px;
	}
	#header .nav_search form .search-input {
		width: 410px;
	}
}

@media (min-width: 1360px) {
	#header .header-title a {
		width: 500px;
		height: 130px;
	}
}


#header button.items-toggle {
	border-left: none;
}
#header .nav_search>a.dropdown-toggle {
	background-image: url(../images/nav_icon_search_black.png) !important;
   	background-size: cover;
	width: 30px;
}
#header .nav_search form button {
	background-image: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/search-grey.png) !important;
	background-size: contain;
	width: 30px;
	background-color: #fff;
}
#header button.items-toggle .icon-label {
	display: none;
}
#header .nav-section.open>.items-wrap {
	position: relative;
}
#header ul.items.social-items {
	display: flex;
	justify-content: center;
	margin-right: 0;
	margin-top: 10px;
}
@media (max-width: 1079px) and (min-width: 768px) {
#header .nav-section.open>.items-wrap {
	position: absolute;
}}

@media (min-width: 1080px){
	#header ul.items.social-items {
		justify-content: flex-end;
		padding: 0;
		margin-right: -15px;
	}
	#header ul>.social-item>a:hover {
    	color: #860000;
	}
	#header .items-toggle .icon-bar {
		border: none;
	}
	#header .social-items {
		background: none;
		width: 200px;
		padding: 25px 0;
		position: absolute;
		top: 5px;
		right: 20px;
	}
	#header .items-toggle {
		display: block;
		margin-right: 0;
		padding: 0 15px;
		height: 37px;
		line-height: 37px;
		margin-left: 10px;
	}
	#header .main-nav-section {
		min-height: 180px;
		padding-right: 20px;
	}
	#header .nav-section.open>.items-wrap {
		margin: 0;
	}
	.page-home.floating-header #header ul.main-items {
		top: 86px;
		right: 12px;
	}

	#header ul>li.dropdown.open > .dropdown-menu {
		left: 0;
		min-width: 300px;
		top: 59px;
	}
	#header ul>li.nav_contact.open > .dropdown-menu {
		right: 0;
    	left: unset;
	}
	#header .nav-section.open>.items-wrap .main-items>li {
		display: block;
		position: relative;
		background: #222;
	}
	#header .nav-section .items-wrap .main-items>li>a {
		line-height: 60px;
		max-height: 60px;
		padding: 0 15px;
	}

	#header .nav-section .items-wrap .main-items>li.nav_search {
		display: flex;
		background: initial;
		width: 50px;
		background-color: #ffffffd9;
		justify-content: center;
		align-items: center;
	}

	#header .nav_search .search-form-wrapper {
		right: 0;
		left: initial !important;
		top: 0;
		min-width: 260px;
		padding: 0;
		position: absolute;
		background-color: #fff;
		border: 0;
		border-radius: 5px;
		box-shadow: none;
		float: none;
		margin-top: 0;
		padding: 0 20px;
		width: auto;
	}
	#header .nav_search form .search-input {
		height: 70px;
		min-width: 300px;
	}
	#header .nav_search form button {
		height: 70px;
		width: 60px;
	}
	#header .nav_search>a.dropdown-toggle {
		background-image: url(../images/nav_icon_search_black.png) !important;
		background-size: contain;
		width: 21px;
		height: 22px;
	}
}
/* HEADER ICONS SECTION */
.menu-icon { display: none; }

@media(min-width: 1240px) {
	#header ul.main-items>li>a { 
		display: flex; 
		justify-content: center; 
		align-items: center;
	}
	.menu-icon {
		display: block;
		height: 20px;
		width: 25px;
		background-image: url(../images/action-icon-about-lance.svg);
		background-repeat: no-repeat;
		background-size: contain;
		margin-right: 5px;
	}
	.nav_serving-you .menu-icon {
		background-image: url(../images/action-icon-serving-you.svg);
	}
	.nav_issues .menu-icon {
		background-image: url(../images/action-icon-issues.svg);
	}
	.nav_newsroom .menu-icon {
		background-image: url(../images/action-icon-newsroom.svg);
	}
	.nav_contact .menu-icon {
		background-image: url(../images/action-icon-contact.svg);
	}
}

.page-home #header .nav_search .floating-search {
	display: none;
}

@media (min-width: 1080px) {

	.page-home.floating-header #header .nav_search .floating-search {
		display: block;
		background-color: unset !important;
	}
}

.page-home.floating-header .floating-search {
	background-image: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/search-white.png) !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: unset;
	outline: 0;
	text-indent: -10000px;
}

#header .header-title a {
	background-image: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/logo.svg) !important;
}

@media (min-width: 1080px) {
	.page-home.floating-header #header {
		min-height: 105px;
		height: 105px;
		background-color: #09203c !important;
	}
}

@media (min-width: 1080px) {
	.page-home.floating-header #header  .header-title {
		min-height: 105px;
	}
}

.page-home.floating-header #header  .header-title a {
	background-size: contain;
}

@media (min-width: 1080px) {
	.page-home.floating-header #header .toggle-wrap {
		top: 0px;
	}
}

@media (min-width: 1080px) {
	#header ul.main-items {
		height: initial;
		margin: 0;
		border-bottom: none;
	}
}

#header .toggle-wrap {
	position: absolute;
	top: 0;
	right: 0;
}

.page-home #header .toggle-wrap {
	position: absolute;
	top: 0;
	right: 0;
}

@media (min-width: 450px) {
	.page-home #header .toggle-wrap {
		right: 10px;
		top: 0px;
	}
}

@media (min-width: 640px) {
	.page-home #header .toggle-wrap {
		right: 0;
		top: 0px;
	}
}

@media (min-width: 1080px) {
#header .toggle-wrap, .page-home #header .toggle-wrap {
		right: 0;
		top: 61px;
		transform: scale(1.9);
		margin-right: 40px;
		display: none;
	}
}


#header .items-toggle {
	background-color: transparent;
	border: 0;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 16px;
	font-weight: bold;
	height: 59px;
	line-height: 60px;
	margin: 30px 0;
	margin-right: 10px;
	padding: 0 20px;
	text-shadow: 1px 1px #111;
	text-transform: uppercase;
}


#header .items-toggle .icon-bar-wrap {
	margin-bottom: -2px;
	margin-right: 0px;
}

@media (min-width: 1080px) {
#header .items-toggle {
	display: block;
	margin-right: 0;
	margin-left: 10px;
	padding: 0px 15px;
	height: 38px;
	line-height: 38px;
}
}

@media (min-width: 1080px) {
	#header ul.main-items {
		border-bottom: unset !important;
	}
}

/* MEDIA QUERIES FOR VERY WIDE SCREEN */

@media (min-width: 1400px) {
	#header ul.main-items { font-size: 18px;}
	#header .dropdown-menu>li>a { line-height: 50px;}
}

@media (min-width: 1650px) {
	#header ul.main-items { font-size: 22px;}
	#header .dropdown-menu>li>a { font-size: 20px; line-height: 55px;}
	#header .header-title a {
		width: 610px;
		height: 140px;
	}
}
@media (max-width: 450px){
	#header .header-title a {
		width: 220px;
		left: 10px;
	}
}