.dropdown-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

#header {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	min-height: 105px;
}
@media (min-width: 1080px) {
	#header {
		background-size: cover;
	}
}
#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: 200px;
	}
	#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 .toggle-wrap {
	position: absolute;
	top: 0;
	right: 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;
	color: #10213F;
}
#header ul>li.dropdown>a:hover {
	color: #10213F;
}
#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: transparent;
	border: 0;
	display: block;
	height: 49px;
	line-height: 49px;
	min-width: 300px;
	padding: 0 20px;
	outline: none;
	width: 100%;
}
#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;
}
#header .social-items .social-item a {
	text-align: center;
}

@media (max-width: 1079px) {
	#header .nav_search .dropdown-toggle {
		display: none;
	}
	#header .nav_search .dropdown-menu {
		position: static;
		
		display: block;
		float: none;
	}	
}
@media (min-width: 1080px) {
	#header .nav_search .dropdown-menu {
		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: relative;
	}
}

@media (min-width: 768px) and (max-width: 1079px) {
	/*#header .items-toggle {
		margin-right: 10px;
	}*/
	#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%;
	}
	#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: block;
		float: right;
		margin: 0;
		margin-top: 20px;
		/*min-width: 650px;*/
	}
	#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;
		
		height: 80px;
		margin-right: 20px;
	}
	#header .has-secondary-items ul.main-items {
		height: 70px;
	}
	#header ul.main-items>li {
		display: block;
	}
	#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 ul>li.dropdown.open > .dropdown-menu {
		box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.25);
	}
	#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; }
}

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


/* NEW CUSTOM CODE */
/* __HEADER__ */
#wrapper #header .header-title a {
  background-image: url(/vendor/_accounts/mikebost/images/logo-118.svg);
  background-size: contain;
}
#wrapper #header { filter: drop-shadow(10px 10px 10px rgba(0,0,0,.25)); }
#wrapper #header .nav_search>a.dropdown-toggle {
  background-image: url(/vendor/_skins/hathaway/images/nav_icon_search.png);
}
#wrapper #header { 
  z-index: 999; 
  padding: 0; 
  min-height: unset; 
  position: fixed; 
  background-color: #10213F !important;
  box-shadow: 0px 3px 6px #00000034;
  border-bottom: 5px solid #E0A522;
}
.header-inner { padding: 20px; margin: 0 auto;}
#header .header-title { position: unset; max-height: 120px; padding-left: 20px;}
#wrapper #header .header-title a {
  height: 100px;
  width: 280px;
  margin-top: 0;
}
@media (min-width: 550px) {
  .page-home #wrapper #header {
    height: 120px;
  }
  #wrapper #header .header-title a {   
    width: 280px;
    height: 120px;
  }
}
@media (min-width: 1080px) {
  #header .header-title { min-height: unset; margin-top: 0; }
  .dropdown-menu { top: 95%; }
  #wrapper #header .header-title a { 
    width: 280px;
    height: 120px;
    }
}
@media (min-width: 1300px) {
  #wrapper #header .header-title { min-height: unset; margin-top: 0; }
  #wrapper #header .header-title a {   
  width: 370px;
  height: 120px;
  }
}
@media(min-width: 1600px) {
  .header-inner { padding: 0; }
}
#wrapper #header .dropdown-menu { padding: 0 !important; }
#wrapper #header .dropdown-menu li { padding: 0 10px; }
#wrapper .dropdown-menu li:hover { background-color: #c4c4c444; }
#wrapper #header .header-title a { position: unset; }
#header ul.main-items>li>a { color: #10213F; }
#wrapper a.dropdown-toggle { font-size: 20px; }
#wrapper #header ul.main-items { border-right: none; margin-right: 0; }
#wrapper #header .social-items .social-item i { font-size: 20px; }
#wrapper #header .header-title { max-height: 125px; }
#wrapper #header .social-items { padding: 0;  flex-wrap: nowrap; }
#wrapper #header .dropdown-menu { background: #fff; }
#wrapper #header li.dropdown ul a { color: #10213F; padding: 5px 10px; font-size: 20px;}
#wrapper #header ul.main-items>li>a { line-height: 60px; }
#wrapper #header ul>li.dropdown.open>ul:hover { background-color: #fff; }

#wrapper #header .social-items > li > a { padding: 10px; }
#wrapper #header .nav-section { min-height: unset; }
#wrapper #header .items-wrap { margin-top: 100px; }
@media (min-width: 768px){
  #wrapper #header ul>li.dropdown.open > ul li:hover {background-color: #cccccc; transition: .2s ease; }
  #wrapper #header ul>li.dropdown.open > ul { padding: 0 !important; }
  #wrapper #header ul>li.dropdown.open > ul a { padding: 10px 20px;  }
  #wrapper #header .items-wrap { margin-top: 120px; }
}
@media (min-width: 1080px) {
	#wrapper #header ul>li.dropdown.open > ul { min-width: 250px;}
	.menu-image-about {
		background: url(/vendor/_accounts/mikebost/images/menu-img-about.jpg);
	}
	.menu-image-issues {
		background: url(/vendor/_accounts/mikebost/images/menu-img-issues.jpg);
	}
	.menu-image-media-center {
		background: url(/vendor/_accounts/mikebost/images/menu-img-media.jpg);
	}
	.menu-image-services {
		background: url(/vendor/_accounts/mikebost/images/BOstChattt.jpg);
	}
	.menu-image-contact {
		background: url(/vendor/_accounts/mikebost/images/menu-img-contact.jpg);
	}
	.menu-image {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
		background-position: center;
}
  #wrapper #header ul.main-items>li>a { 
    color: #fff;
    font-size: 18px;
    transition: .2s ease;
    height: 100%;
    display: flex; 
    align-items: center;
    max-height: none;
  }
  #wrapper #header ul.main-items {
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: none;
  }
  #wrapper #header .social-items .social-item i { display: none; }
  #wrapper #header .social-items .social-item a { 
    height: 100%; 
    display: flex; 
    align-items: center;
    width: 100px;
  }
  #header .social-items .twitter a {
    background: url(/vendor/_accounts/mikebost/images/icon-twitter-lg.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  #header .social-items .facebook a {
    background: url(/vendor/_accounts/mikebost/images/icon-facebook-lg.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  #wrapper #header .social-items .youtube a {
    background: url(/vendor/_accounts/mikebost/images/icon-youtube-lg.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
	#wrapper #header li.dropdown ul a {
    font-size: 16px;
    line-height: 20px;
	}
  #wrapper #header li.dropdown ul a:hover { background-color: unset;}
  #wrapper #header .items-wrap>ul.main-items>li { height: 100%; }
  #wrapper #header .items-wrap { margin-top: 0; display: flex; align-items: center; height: 120px; } 
  li.nav_contact > .dropdown-menu { left: -136%; }
  #wrapper #header .dropdown-menu li { padding: 0; }
  #wrapper #header ul.main-items>li.open>a { color: #fff; }
  #wrapper #header .header-title { width: 26%;}
  #wrapper #header .main-nav-section { width: 74%;}
}
@media (min-width: 1300px) {
  #wrapper #header ul.main-items>li>a { 
    font-size: 20px;
  }
  #wrapper #header .header-title { width: 30%;}
  #wrapper #header .main-nav-section { width: 70%;}
}
@media (min-width: 1400px) {
  #wrapper #header ul.main-items>li>a { padding: 0 13px; }
}
.header-inner { padding: 0; }

/* SOCIAL HEADER SECTION */
@media (min-width: 1080px) {
  #wrapper #header ul.social-items { height: 100%; margin-right: 0; }
  
  .dropdown-menu { top: 95%; }
}
#page-body .home-section-featured-size-full { 
  margin-top: 100px;
  background: url(/vendor/_accounts/mikebost/images/bg-header-118.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
	display: none;
}

@media (min-width: 1080px) {
  #page-body .home-section-featured-size-full {
    display: block;
    margin: 0 auto;
    width: 100%; 
    margin-top: 120px;
  }
	#header .social-items .social-item {
		background: #c4c4c430;
		height: 96%;
		transition: .2s ease;
	}
	#header ul.items.social-items .social-item:hover { background: #c4c4c480; }
	#header .social-items .social-item + .social-item {
		border-left: 1px solid #10213F;
	}
}