header#header.temp_header * {
	text-decoration:none !important;
}
header#header.temp_header {
	position: relative;
	z-index: 1000;
	width: 100%;
	display: inline-block;
	margin: 0;
	box-shadow: 0 3px 6px 0px rgba(22, 23, 26, 0.145);
	background-color: #ffffff !important;
}
header#header.temp_header .wrap {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
header#header.temp_header .header-cap {
	position: relative;
}
header#header.temp_header .header-cap:before {
	content: "";
	position: absolute;
	background-color: white !important;
	left: 0px;
	top: -27px;
	width: 96px;
	height: 40px;
	border-radius: 50% / 100%;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 2;
}
header.fixed {
	position: fixed;
	top: -100px;
	margin-top: 100px;
	transition: 0.28s;
	padding: 18px 0 10px;
}
header.fixed a.logo img {
	height: auto;
	max-width: 199px;
}
header.fixed .main-menu ul {
	margin-bottom: 10px;
}
header#header.temp_header a {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
header#header.temp_header a:before {
	display: none;
}
header#header.temp_header a.logo {
	display: inline-block;
	position: relative;
	left: 12px;
	top: -15px;
	z-index: 3;
}
header#header.temp_header a.logo img {
	height: 80px;
	width: 100%;
	max-width: 199px;
	display: block;
	transition: 0.3s;
}
header#header.temp_header ul {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}
header#header.temp_header ul li {
	display: inline-block;
	vertical-align: top;
}
header#header.temp_header .mobile-wrap,
header#header.temp_header .nav-toggle {
	display: none;
}
header#header.temp_header .nav-toggle {
	position: absolute;
	height: 100%;
	background-color: white !important;
	top: 0px;
	right: 0px;
	width: 50px;
	z-index: 10;
	cursor: pointer;
	border:none;
}
header#header.temp_header .nav-toggle span {
	position: absolute;
	width: 20px;
	height: 3px;
	top: 50%;
	left: 10px;
	margin-top: -1.5px;
	background-color: #548ac3;
	transition: width 0s 0.3s;
}
header#header.temp_header .nav-toggle span:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 3px;
	top: -6px;
	left: 0;
	background-color: #548ac3;
	transition: top 0.3s 0.3s, transform 0.3s 0s;
}
header#header.temp_header .nav-toggle span:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 3px;
	top: 6px;
	left: 0;
	background-color: #548ac3;
	transition: top 0.3s 0.3s, transform 0.3s 0s;
}
header#header.temp_header .nav-toggle.active span {
	width: 0;
	transition: width 0.15s;
	background-color: transparent;
}
header#header.temp_header .nav-toggle.active span:before {
	width: 20px;
	top: 0;
	background-color: #28a745;
	transition: top 0.3s, transform 0.3s 0.3s;
	transform: rotate(-45deg);
}
header#header.temp_header .nav-toggle.active span:after {
	width: 20px;
	top: 0;
	background-color: #28a745;
	transition: top 0.3s, transform 0.3s 0.3s;
	transform: rotate(45deg);
}
header#header.temp_header .main-menu {
	display: inline-block;
	float: right;
	margin-top: -60px;
}
header#header.temp_header .main-menu > ul {
	position: relative;
}
header#header.temp_header .main-menu > ul > li {
	position: relative;
	padding: 0;
}
header#header.temp_header .main-menu > ul > li a {
	font-family: "Frank Ruhl Libre", serif;
	font-weight: 400 !important;
	font-size: 18px;
	position: relative;
	z-index: 100;
	display: block;
	padding: 15px 15px;
	color: #404E4D !important;
	transition: 0.3s;
	letter-spacing: .5px;
}
header#header.temp_header .main-menu > ul > li a:hover {
	color: white !important;
	background-color: #00843D;
}
header#header.temp_header .main-menu > ul > li.menu-item-has-children:hover > a {
	color: white !important;
	background-color: #00843D;
}
header#header.temp_header .main-menu > ul > li > ul {
	display: none;
	position: absolute;
	background-color: white !important;
	width: 240px;
	top: 0;
}
header#header.temp_header .main-menu > ul > li:hover > ul {
	display: block;
	padding-top: 50px;
}
header#header.temp_header .main-menu > ul > li > ul > li {
	position: relative;
	width: calc(100% + 40px);
	padding: 0;
	margin: 0;
	background-color: #00843D;
	left: -40px;
}
header#header.temp_header .main-menu > ul > li > ul > li a {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: white !important;
}
header#header.temp_header .main-menu > ul > li > ul > li a:hover {
	color: white !important;
	background-color: #00843D;
}
header#header.temp_header .main-menu > ul > li:hover > ul > li:hover a {
	color: white !important;
	background-color: #169F55;
}
header#header.temp_header .utility {
	display: block;
	background: #548AC3;
	height: 40px;
	position: relative;
}
header#header.temp_header .utility:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	z-index: 1;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
}
header#header.temp_header .utility #nav {
	float: right;
}
header#header.temp_header .utility #nav .show {
	display: inline-block !important;
}
header#header.temp_header .utility ul {
	font-size: 0;
}
header#header.temp_header .utility ul li {
	display: inline-block;
	vertical-align: middle;
}
header#header.temp_header .utility ul li a {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	padding: 13px 10px;
	line-height: 1;
	color: white !important;
	position: relative;
	transition: all 0.35s ease-in-out 0.2s;
}
header#header.temp_header .utility ul li a:hover {
	&:after {
		visibility: visible;
		right: -1px;
		bottom: 3px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid white;
	}
}
header#header.temp_header .utility .search a {
	margin: 0;
	padding: 0;
}
header#header.temp_header .utility .search form.search-form {
	visibility: hidden;
	position: absolute;
	right: 48px;
	top: 6px;
	z-index: 0;
}
header#header.temp_header .utility .search form.search-form.active {
	visibility: visible;
	z-index: 1;
}
header#header.temp_header .mobile-wrap {
	position: absolute;
	z-index: 1000;
	width: 100%;
	box-shadow: 0 3px 6px 0px rgba(22, 23, 26, 0.145);
}
header#header.temp_header .mobile-wrap .mobile-menu > ul {
	margin: 0;
}
header#header.temp_header .mobile-wrap .mobile-menu ul.menu {
	width:100%;
}
header#header.temp_header .mobile-wrap .mobile-menu > ul > li {
	display: block;
	position: relative;
	padding: 0;
	background-color: #00843D;
	border-bottom: 1px solid #3DB373;
	margin-left: -40px;
	padding-left: 30px;
}
header#header.temp_header .mobile-wrap .mobile-menu > ul > li ul {
	width: 100%;
	margin: -15px 0 15px 0;
}
header#header.temp_header .mobile-wrap .mobile-menu > ul > li > a {
	display: block;
	padding: 15px 20px;
	font-family: "frank_ruhl_libre", serif;
	font-size: 18px;
	font-weight: 400;
	color: white !important;
	width: 100%;
	position: relative;
}
header#header.temp_header .mobile-wrap .mobile-menu > ul > li ul li {
	display: block;
	margin-bottom: 0;
	padding: 0 20px;
}
header#header.temp_header .mobile-wrap .mobile-menu > ul > li > ul.sub-menu a {
	color:white !important;
	margin-top:-15px;
	font-size: 12px;
}
header#header.temp_header .mobile-wrap .utility-mobile {
	display: block;
	padding: 15px 0 25px;
	background-color: #00652F;
	width: 100%;
}
header#header.temp_header .mobile-wrap .utility-mobile .login-nav-mobile {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
header#header.temp_header .mobile-wrap .utility-mobile a {
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	padding: 10px 0 6px;
	color: white !important;
}
header#header.temp_header .mobile-wrap .utility-mobile ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
header#header.temp_header .mobile-wrap .utility-mobile ul li {
	width: 50%;
	vertical-align: middle;
}
header#header.temp_header .mobile-wrap .utility-mobile svg {
	fill: white !important;
	width: 24px;
	height: 24px;
}
header#header.temp_header .mobile-wrap .utility-mobile form.search-form-mobile input {
	background-color: #28a745;
	height: 100%;
	width: 100%;
	font-size: 16px;
	line-height: 1.4;
	padding: 18px 45px;
	color: white !important;
	transition: all 0.5s ease-out 0.2s;
}
@media (max-width:1020px) {
	header#header.temp_header .mobile.nav-toggle {display: block !important;}
	header#header.temp_header .main-menu {display:none !important;}
	header#header.temp_header .utility #nav .show {display:none !important;}
	#form_holder {margin: 0 15px;}
}
