.header_container {
	position: relative;
	width:100%;
	margin:0 auto;
	z-index: 2;
}
.header-section {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 75px;
	padding: 15px;
}
.header-section .logo {	
	max-width: 55px;
	padding-top: 10px;
	margin-left: 5px;
}
.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-cont i {
	margin-right: 11px;
	font-size: 15px;
}
.header-section .search-cont i.searchBtn {
	margin-left: 17px;
	font-size: 15px;
	color: #ffd8b0;
}
.header-section  .search_widget_headerbox input {
	width: 598px;
	display: inline-block;
	margin-bottom: 0;
	height: 57px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	padding: 12px 24px 12px 24px;
	box-shadow: none;
	font: 400 14px 'Roboto Slab', sans-serif;
	color: #999;
}

.header-section .search_widget_headerbox input::placeholder {
	font: 400 14px 'Roboto Slab', sans-serif;
	color: #999;
}

.header-section .search_widget_headerbox i {
	color: #000;
	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; }

@media (min-width: 1025px) {
	.header-section {
		height: auto;
		padding: 30px 40px 0;
	}
	.header-section .top-nav-cont {
		display: flex;
		justify-content: space-between;
	}
	.header-section .header-right {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		top:0;
		width: 76%;
	}
	.header-section .header-left {
		width: 26%;
		max-width: 340px;
	}
	.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 {
		position: relative;
		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:hover {
		transform: scale(1.1);
    	transition: .3s;
	}
	.header-section .search-button {
		text-align: center;
		cursor: pointer;
		background: none;
		padding: 0;
		margin: 0;
		color: #000;
		display: flex;
		font-family: 'Roboto Slab', sans-serif;
		align-items: center;
		color: #fff;
		font-weight: 600;
		font-size: 17px;
	}
	
	.header-section .search-button:focus {
		outline: none;
	}
	
	.header-section .search_widget_headerbox {
		position: absolute;
		transform: translateY(-50%);
		bottom: -123px;
		right: 0;
		padding: 4px 0 4px 4px;
		width: 735px;
	}
	.search_widget_headerbox {
		display: none;
	}

	.header-section .search_widget_headerbox input,
	.header-section .search_widget_headerbox input::placeholder {
		font-size: 20px;
	}
}
@media (max-width: 1024px) {
	.header-section {
		background: rgba(0, 0, 0, 0.9);
		position: relative;
		padding: 0 15px;
		height: 57px;
	}
	.header-left > img {
		max-width: 73px;
	}
	.mobilenav .mobile-dd-top {
		justify-content: center;
	}
	.header-section .search_widget_headerbox input {
		height: 39px;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		margin-right: 3px;
		padding:12px 15px;
	}
	.mobilenav .social-icons {
		background: #1785c7;
		padding: 21px 18px 18px 18px;
	}
	.mobilenav .social-icons i {
		color: #fff;
		font-size: 38px;
		padding-right: 34px;
	}
	.header-section .mobile-dd-top > div {
	    width: 100%;
	    padding: 0 15px;
	}
	.header-section .search_widget_headerbox form {
	    justify-content: center;
	}
}