.header-section {
	position: relative;
	z-index: 999;
	width: 100%;
	height: 75px;
	padding: 15px;
	background-color: white;
}

.header-section .logo {
	max-width: 100px;
}

.header-section .logo img {
	display: block;
	width: 100%;
}

.header-section .weather {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	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;
}
.header-section  .search_widget_headerbox {
	
}
.header-section  .search_widget_headerbox input {
	width: calc(100% - 37px);
	display: inline-block;
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	height: 30px;
	box-shadow: none;
}
.header-section  .search_widget_headerbox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'montserrat',sans-serif;
  font-size: 10px;
  font-style: italic;
}
.header-section  .search_widget_headerbox input::-moz-placeholder { /* Firefox 19+ */
  font-family: 'montserrat',sans-serif;
  font-size: 10px;
  font-style: italic;  
}
.header-section  .search_widget_headerbox input:-ms-input-placeholder { /* IE 10+ */
  font-family: 'montserrat',sans-serif;
  font-size: 10px;
  font-style: italic;  
}
.header-section  .search_widget_headerbox input:-moz-placeholder { /* Firefox 18- */
  font-family: 'montserrat',sans-serif;
  font-size: 10px;
  font-style: italic;  
}
.header-section .search_widget_headerbox i {
	color: #fff;
	cursor: pointer;
	background: #008aac;
	width: 37px;
	height: 30px;
	position: absolute;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 6px 10px;
	font-size: 18px;	
}

.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 { display: none; }

@media (min-width: 1025px) {
	.header-section {
		height: auto;
		padding: 15px 50px 0;
	}

	.header-section .top-nav-cont {
		display: flex;
		justify-content: space-between;
		margin:0 auto;
		max-width: 1183px;
	}

	.header-section .header-right {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-end;
		width: 87%;
	}

	.header-section .header-left {
		width: 26%;
		max-width: 340px;
		display: flex;
		align-items: center;
	}
	.header-left > a > img {
		min-width: 300px;
	}
	.header-section .logo {
		width: 100%;
		max-width: none;
	}

	.header-section .header-top {
		margin-bottom: 10px;
		position: relative;
		width: 100%;
		display: flex;
		justify-content: flex-end;
		min-height: 32px;
	}

	.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;
	}

	.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;
		display: inherit;
		background-color: transparent;
		height: auto;
		width: auto;

	}
	.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-button {
		text-align: center;
		cursor: pointer;
		background: none;
		width: 30px;
		padding: 0;
		margin: 0;
		color: #1895b4;
	}
	.header-section .search_widget_headerbox {
		position: absolute;
		transform: translateY(-50%);
		top: 50%;
		right: 0;
		width: 543px;
		border-bottom-right-radius: 5px;
		border-top-right-radius: 5px;
	}
}
@media (max-width: 1025px) {
	.header-section {
		height: 57px;
		padding: 5px 15px;
	}
	.header-left {
		height: 45px;
		display: flex;
		align-items: center;
	}
	.top-nav-cont .header-left > a > img {
		max-width: 138px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mobilenav button.search-button {
		background: none;
		color: #008aac;
		position: absolute;
		font-size: 23px;
		padding:0;
		left: -25px;
		-ms-transform:translateY(-15px);
		-moz-transform:translate(9px);
	}
	.mobilenav.active button.search-button {
		display: none;
	}
	div[data-search-cont] {
		width: 100%;
	}
	.header-section .search_widget_headerbox {
		width: 100%;
		max-width: 284px;
		margin: 0 auto;
		background:#008aac;
		border-radius: 4px;
	}
	.header-section .search_widget_headerbox input {
		width: calc(100% - 37px);
		display: inline-block;
		margin-bottom: 0;
		margin-right: 6px;
		background: #ebebeb;
		border: none;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		height: 42px;
	}
	.header-section .search_widget_headerbox i {
		width: 37px;
		height: 42px;
		padding: 12px 8px;
		font-size: 18px;
	}
}

.mobilenav .social-icons {
	background: #f0a539;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 0px;
}

.mobilenav .social-icons a i {
	color: #fff;
	font-size: 23px;
	padding: 0 15px;
}