.header-section {
	position: absolute;
	z-index: 11;
	width: 100%;
	height: 76px;
	padding: 15px 0;
}
.search-active .header-section {
	background: rgba(31, 24, 21, 0.98);
}
.header-section .logo {
	max-width: 100px;
	margin-left: 15px;
}
.panel_page.no-header .header-section .logo {
	max-width: 70px;
	margin-left: 15px;
}

.panel_page.no-header .header-section .logo .mobile-image.default,
.header-section .no-header-mobile-image.default { display: none; }
.panel_page.no-header .header-section .no-header-mobile-image.default { display: block; }

.header-section .logo .desktop-image {
	display: none;
}

.panel_page .header-section .logo
.header-section .logo img {
	display: block;
	width: 100%;
}
.header-section .weather {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 87px;
	height: 37px;
	border-radius: 4px;
	margin-right: 4px;
	text-align: center;
}
.header-section .weather .icon {
	color: white;
	font-size: 14px;
}
.header-section .weather .icon {
	color: white;
	font-size: 14px;
}
.header-section .weather .icon i.far {
	font-size: 16px;
}
.header-section .header-right {
	display: none;
}
.header-section .search-cont {
	position: relative;
	z-index: 100;
	background: #0FACBD;
}
.header-section  .search_widget_headerbox-inner input {
	width: calc(100% - 27px);
	display: inline-block;
	margin-bottom: 0;
	background: transparent;
	border: none;
	border-bottom: #fff solid 2px;
	box-shadow: none;
	color:#fff;
	font-family: "Gotham A", "Gotham B";
	font-size: 18px;
}

.header-section  .search_widget_headerbox-inner input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-size: 18px;
}
.header-section  .search_widget_headerbox-inner input::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-size: 18px;
}
.header-section  .search_widget_headerbox-inner input:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-size: 18px;
}
.header-section  .search_widget_headerbox-inner input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-size: 18px;
}
.header-section  .search_widget_headerbox-inner form {
	width: 218px;
	margin: 0 auto;
	background: transparent;
}
.header-section .search_widget_headerbox-inner i {
	color: #fff;
	cursor: pointer;
}
.header-section .search-cont .search-button .close { display: none; }
.header-section .search-cont.active .search-button .close { display: inline-block; }
.header-section .search-cont.active .search-button .open { display: none; }
.header-section .search-cont:not(.active) .search_widget_headerbox-inner { display: none; }

.header-section  .header-search-end { 
	display: none;
}
.header-section .search-widget-headerbox img.desktop-image {
	display: none;
}
.search_widget_headerbox-inner > img {
	display: none;
}
@media (min-width: 1025px) {
	.no-header .header-section  {
		box-shadow: 0 0 20px #a6a39e;
	}
	.root_panel.panel_page .header-section .logo .mobile-image.default,
	.root_panel.panel_page .header-section .no-header-mobile-image.default {
		display: none;
	}
	.search_widget_headerbox-inner > img {
		display: block;
		width: 111px;
		height: 69px;
	}
	.search-active .header-section {
	    background: transparent;
	}
	.header-section  .header-search-end {
		background: #0FACBD;
		margin-top: -15px;
		display: flex;
		align-items: center;
		width: 72px;
		justify-content: center;
		cursor: pointer;
	}
	.header-section .search-cont.active {
		display: flex;
		width: 100%;
	}
	.header-section  .header-search-end.active {
		position: absolute;
		width: 100%;
		max-width: 1145px;
		transition-duration: 0.3s;
		right: 0;
		overflow: hidden;
	}
	.header-section .header-search-end.active .search-widget-headerbox {
		padding: 13px 24px;
        background: #0FACBD;
        width: 100%;
        display: flex;
        align-items: center;
	}
	.search-cont.active .contentRender_name_plugins_search_headerbox {
		flex: 1 1 75%;
	}
	.header-section .logo .desktop-image {
		display: inline-block;
	}
	.no-header .header-section,
	.header-section {
		height: auto;
		padding: 0px 50px 0;
		box-shadow: none;
	}
	.header-section .search-cont.active img.desktop-image {
		display: block;
	}
	.header-section img.mobile-image {
		display: none;
	}
	.header-section .top-nav-cont {
		display: flex;
		justify-content: space-between;
		max-width: 1145px;
		margin: 0 auto;
		background-color: #f5f1eb;
		padding-top: 15px;
		height: 94px;
		position: relative;
	}
	.no-header .header-section .top-nav-cont {
		box-shadow: 0 0 20px #a6a39e
	}
	.header-section .header-right {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-end;
		width: 75%;
	}
	.header-section .header-left {
		width: 22%;
		max-width: 111px;
		margin-left: 26px;
	}
	.panel_page.no-header .header-section .logo,
	.header-section .logo {
		width: 100%;
		max-width: none;
		margin-left: 0;
	}
	.header-section .header-top {
		margin-bottom: 0px;
		position: relative;
		width: 100%;
		display: flex;
		justify-content: center;
		min-height: 29px;
	}
	.header-section .header-bottom,
	.header-section .header-bottom .contentRender_name_plugins_nav_main,
	.header-section .header-bottom .contentRender_name_plugins_nav_microsite {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		height: 50px;
	}
	.header-section .header-top-right {
		display: flex;
		align-items: center;
		align-self: flex-start;
		margin-left: 20px;
	}
	.header-section .blog-link {
		display: inline-block;
		padding: 9.5px 22px;
		color: white;
		font-size: 17px;
		text-transform: uppercase;
		font-weight: 800;
		margin-right: 35px;
		background-color: #6fb43f;
	}
	.header-section .weather {
		color: #1A6E99;
		margin-right: 35px;
		display: inherit;
		background-color: transparent;
		font-family: "Gotham A", "Gotham B";
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		height: 100%;
		width: auto;
		position: relative;
	}
	.header-section .weather:hover .dropdown {
		position: absolute;
		bottom: 0;
		right: -20px;
		display: block;
		transform: translateY(100%);
		box-shadow: 4px 0px 22px -4px rgba(0,0,0,0.15);
		background-color: rgba(0, 0, 0, 0.7);
		padding: 10px;
		width: 298px;
	}
	.header-section .weather:hover .dropdown:before {
		position: absolute;
		content: '';
		height: 41px;
		width: 83px;
		top: 0;
		right: 0;
		transform: translateY(-100%);
	}
	.header-section .weather-wrapper {
		min-width: 71px; /* you want to take up the space since weather takes a second to load */
		height: 50px;
		display: block;
	}

	.header-section .weather .icon {
		color: #044890;
		font-size: 18px;
	}
	.header-section .weather .icon i.far {
		font-size: 18px;
	}
	.header-section .search-button {
		text-align: center;
		cursor: pointer;
		background: none;
		width: 30px;
		padding: 0;
		margin: 0;
		color: #fff;
		outline: none;
	}
	.header-section .search_widget_headerbox-inner {
		padding: 0;
		width:100%;
		display: flex;
		align-items: center;
	}
	.header-section .active .search-button {
		font-size: 19px;
		padding-right: 28px;
		flex: 0 0 5%;
		text-align: right;
	}
}
@media (max-width: 1024px) {
	.header-section {
		height: 85px;
	}
}