/* all header related styles that are not global styles */
.footer-wrapper {
	background: #676767;
}
.header-wrapper {
    display: block;
    background: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;box-shadow: 0px 0px 10px #00000029;
}
.header-lt-out 
{
	display: inline-block;
	width: 180px;
	text-align: left;
}
.header-lt-out a 
{
	display: inline-block;
}
.header-lt-out a img
{
	max-width:100%;
	transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;

}
.header-rt-out 
{
	display: inline-block;
	width: calc(100% - 180px);
}
.header-nav {
	display: inline-block;
}
.header-rt-out {
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	justify-content: flex-end;
}
.header-nav {
	display: inline-block;
	padding-bottom: 6px;
	padding-right: 40px;
}
.header-search {
	display: inline-block;
	width: 285px;
	position: relative;
}
.header-search input {
	background: #fff;
	border: 1px solid #DFE6F3;
	height: 40px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #AEC0D3;
	float: left;
	width: 100%;
	padding: 10px 15px;
}
.header-search input:focus
{
	border: 1px solid #1c63b7;
}
.header-search button {
	position: absolute;
	right: 0;
	background: #1c63b7;
	border: 0px;
	width: 40px;
	text-align: center;
	height: 100%;
}
.header-search button:hover {
	background: #231f20;
}
.header-wrapper-inn {
	position: relative;
	padding: 30px 0;
}
.header-topbar .header-topbar-buttons {
	display: flex;
	justify-content: flex-end;
}
.header-topbar .topmenu {
	display: flex;
	justify-content: flex-end;
}
.header-topbar .topmenu > li > ul.sub-menu {
	display:none;
}
.header-topbar .topmenu > li:hover > ul.sub-menu {
	display:block;
	position: absolute;
	z-index: 20;
}
.header-topbar .topmenu .sub-menu-toggle {
	display:none;
}
.header-topbar-buttons a, .header-topbar-buttons select {
	display: inline-block;
	background: #DFE6F3;
	text-decoration: none;
	padding: 3px 20px;
	margin-right: 10px;
	height: 30px;
	line-height: 25px;
	font-size: 16px;
	color: #231F20;
	text-transform: uppercase;
	border: 0;
	box-shadow: none;
	min-width:65px;
}
.header-topbar-buttons a:hover,.header-topbar-buttons select:hover, .header-topbar-buttons a:focus, .header-topbar-buttons select:focus
{
	/* opacity:0.4; */
	/* background-color:#231F20; */
	/* color:#fff; */
}
.header-topbar-buttons a:hover
{
	background-color:#231F20;
	color:#fff;
}
.header-topbar-buttons select {
	text-align: left;
	padding-left: 10px;
	background-image: url(../images/arrow-top.svg);
	background-position: 82% center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 30px;
}
.header-topbar {
	display: block;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.header-wrapper-inn {
	position: relative;
	padding: 0px 0 30px 0;
}
.header-wrapper.fixed-header {
	-webkit-box-shadow: 0 0 10px #262626;
	box-shadow: 0 0 10px #262626;
	
}
.header-wrapper.fixed-header {
	position: fixed;
	top: 0;
	z-index: 99;
	background: #fff;
}
.home-slide-content-inn-row {
	display: inline-block;
	position: relative;
	z-index: 9;
}
/* .header-wrapper.fixed-header .header-nav ul li a { */
	/* color: #fff; */
/* } */
/* .header-wrapper.fixed-header .header-lt-out a img { */
	/* filter: brightness(100); */
	/* width: 130px; */
/* } */
.header-nav ul li a {
	color:#1c63b7;
}
.header-nav ul li a:hover, .header-nav ul li.active a {
	color:#1c63b7;
}
.popup {
	position: fixed;
	transform: translate(-50%, -40%);
	border-radius:0;
	background:#fff;
	color:#000;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-right: 30px;
	max-width: 700px;
	width:100%;
	min-height:200px;
	top: 40%;
	left: 50%;
	z-index: 1000;
	box-shadow:0 0 40px rgb(0,0,0,0.3);
	display:none;
}
.popup.active {
	display:block;
}
.popup .close {
	position: absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	background: url(../images/close.svg) no-repeat center;
	background-size:contain;
	width:27px;
	height:27px;
}
.popup_oez .popup {
	background: #1c63b7;
	color:#fff;
}
.popup_oez .popup .close {
	background: url(../images/close-weiss.svg) no-repeat center;
}
.popup_oez .popup p {
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
}
.popup_layer {
	background:rgb(0,0,0,0.6);
	z-index: 10;
	width:100%;
	height:100%;
	position: fixed;
	display:none;
	left: 0;
	top: 0;
}
.popup.active + .popup_layer {
	display:block;
}
@media only screen and (max-width:768px){
	.popup {
		max-width: 100%;
		height: 100%;
		overflow: scroll;
		padding-top: 30px;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
}
.download-file-box {
	cursor:pointer;
}