.header-section {
	top: 10px;
	z-index: 11;
	width: 100%;
	height: 35px;
	background-color: rgba(20, 92, 95, .6);
	height: auto;
}

.header-section .logo {
	/* max-width: 115px;
	position: absolute;
	top: -40px;
	left: -30px;
	z-index: 1; */
}

.header-section .logo img {
	display: block;
	width: 100%;
}

.header-section .weather {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	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: 5;
}

.header-section  .search_widget_headerbox {
	opacity: 1;
	transition: opacity .6s;
}

.header-section  .search_widget_headerbox input {
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
	height: 40px;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #80bc00;
	border-left: none;
	box-shadow: none;
	font-size: 25px;
	letter-spacing: 1px;
	padding: 5px 45px 5px 5px;
}
.header-section  .search_widget_headerbox input:focus {
	background-color: #fff;
}

.header-section .header-bottom .search_widget_headerbox input::-webkit-input-placeholder {
    font-family: 'TradeGothicNextSRW01-Cn', sans-serif;
	color: #b0b3b2;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 60px;
}
.header-section .header-bottom .search_widget_headerbox input::-moz-placeholder {
    font-family: 'TradeGothicNextSRW01-Cn', sans-serif;
	color: #b0b3b2;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 60px;
}
.header-section .header-bottom .search_widget_headerbox input:-ms-input-placeholder {
    font-family: 'TradeGothicNextSRW01-Cn', sans-serif;
	color: #b0b3b2;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 60px;
}
.header-section .header-bottom .search_widget_headerbox input:-moz-placeholder {
    font-family: 'TradeGothicNextSRW01-Cn', sans-serif;
	color: #b0b3b2;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 60px;
}

.header-section .search_widget_headerbox i {
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 50%;
    transform: translateY(-50%);
	color: #cf5818;
	font-size: 36px;
}
.header-section .search_widget_headerbox i.fa-search {
	display: none;
}

.header-section .header-bottom .search-button .close { display: none; }
.header-section .header-bottom.active .search-button .close { display: inline-block; }
.header-section .header-bottom.active .search-button .open { display: none; }
.header-section .header-bottom:not(.active) .search_widget_headerbox {
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
}
.header-section .header-bottom.active .search-button .close {
	color: #757675;
	font-family: 'TradeGothicNextSRW01-Cn', sans-serif;
	font-size: 22px;
    letter-spacing: 1px;
}
.header-section .header-bottom.active .search-button .close i {
	color: #cf5818;
	font-size: 20px;
	font-family: "Font Awesome 5 Free";
}

.header-section .search_widget_headerbox .fa {
	color: #000;
}

.header-section .logo-cont {
	position: absolute;
	left: 0px;
	top: -10px;
	z-index: 10;
}
.header-section .logo-cont .inner {
	position: relative;
	height: 90px;
    width: 90px;
}
.header-section .logo-cont .inner > img {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
}
.header-section .logo-cont .inner-white {
	background-color: #fff;
    border-radius: 50%;
    padding: 17px;
    width: 82px;
    height: 82px;
    position: absolute;
    top: -12px;
    left: -11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1330px) {
	.header-section {
		height: auto;
	}

	.header-section .logo {
		top: initial;
		left: initial;
	}

	.header-section .header-top .weather.hovered-active .weather-icon,
	.header-section .header-top .weather.hovered-active .temp {
		color: #333333;
	}

	.header-section .header-top .weather:hover .weather-icon,
	.header-section .header-top .weather:hover .temp {
		color: #cf5818;
	}

	.header-section .top-nav-cont {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		pointer-events: none;
	}

	.header-section .header-right {
		position: absolute;
		right: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-end;
		width: 100%;
		pointer-events: auto;
		padding: 0 35px;
	}

	.header-section .header-left {
		width: 25%;
		max-width: 340px;
		float: left;
		pointer-events: auto;
		position: relative;
	}

	.header-section .logo-cont {
		position: absolute;
		left: 0px;
		top: -10px;
		z-index: 10;
	}

	.header-section .logo-cont .inner {
		position: relative;
		height: 287px;
		width: 287px;
	}
	.header-section .logo-cont .inner > img {
		position: absolute;
		width: 100%;
		top: 0;
		right: 0;
	}
	.header-section .logo-cont .inner-white {
		background-color: #fff;
		border-radius: 50%;
		padding: 60px;
		width: 260px;
		height: 260px;
		position: absolute;
		top: -40px;
		left: -30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-section .logo {
		width: 100%;
		max-width: none;
		position: relative;
		z-index: 10;
	}

	.header-section .header-top {
		margin-bottom: 0;
		position: relative;
		display: flex;
		justify-content: flex-start;
		min-height: 50px;
		width: 80%;
		padding: 0 30px;
	}
	.contentRender_name_plugins_common_button_y,
	.header-section .header-top .y-btn {
		z-index: 15;
	}
	.header-section .header-top .y-btn {
		margin-left: 30px;
		padding-top: 5px;
		height: 30px;
		padding-top: 5px;
		height: 30px;
		width: 30px;
	}

	.header-section .header-top .y-btn .st0 {fill:#fff;}
	.header-section .header-top .y-btn .st1 {fill:#fff;}

	.header-section .header-top .y-btn.hovered-active .st0 {fill:#011E41;}
	.header-section .header-top .y-btn.hovered-active .st1 {fill:#027483;}

	.header-section .header-top .y-btn:hover .st0 {fill:#cf5818;}
	.header-section .header-top .y-btn:hover .st1 {fill:#cf5818;}

	.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: 55px;
		position: relative;
		margin-top: 0px;
		width: 100%;
		padding-left: 20%;
	}

	.header-section .header-bottom::after {
		content: "";
		display: block;
		width: calc(100% + 70px);
		height: 100%;
		position: absolute;
		top: 0;
		right: -35px;
		background-color: rgba(0, 116, 131, 0.6);
		z-index: 1;
		pointer-events: none;
	}

	.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: #044890;
		margin-right: 35px;
		margin-left: 35px;
		display: inherit;
		background-color: transparent;
		height: auto;
		width: auto;
		padding-top: 8px;
	}

	.header-section .weather-wrapper {
		min-width: 71px; /* you want to take up the space since weather takes a second to load */
	}

	.header-section .weather .icon {
		color: #044890;
		font-size: 18px;
	}

	.header-section .weather .icon i.far{
		font-size: 18px;
	}

	.header-section  .search_widget_headerbox input {
		font-size: 50px;
		height: 70px;
	}
	.header-section .search-button {
		text-align: center;
		cursor: pointer;
		background: none;
		padding: 0;
		margin: 0;
		color: #fff;
		z-index: 10;
	}

	.header-section .search-button i {
		color: #fff;
		position: relative;
		z-index: 1;
		margin-top: 5px;
		font-size: 28px;
	}

	.header-section .search_widget_headerbox i.fa-search {
		display: block;
	}

	.header-section .search_widget_headerbox i.fa-angle-right {
		display: none;
	}

	.header-section .search_widget_headerbox {
		position: absolute;
		top: 0;
		right: -35px;
		padding: 20px 35px 30px;
		width: 80%;
		background: #fff;
		z-index: 5;
	}

	.header-section .search_widget_headerbox form {
		margin-right: 15%;
		height: 70px;
	}

}

@media(min-width: 1500px) {
	.header-section .header-top {
		width: 74%;
	}
}

@media(min-width: 1600px) {
	.header-section .header-top {
		width: 69%;
	}
}

@media(min-width: 1660px) {
	.header-section .header-top {
		width: calc(70% - 72px);
	}
}
