/* Header */
.header {
	position: relative;
    border-bottom: 2px solid #2e407d;
}
.header__inner {
	position: relative;
	z-index: 91;
	width: 100%;
	padding-top: 30px;
	top: 0;
	background-color: #ffffff;
}
@media(max-width: 576px) {
    .header__inner {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
.logo {
	display: inline-block;
	margin-right: auto;
}
.logo > img {
	display: inline-block;
	width: 170px; 
	vertical-align: bottom;
}

/* Meta bar */
.meta-bar { 
	margin-top: 20px;
	float: right; 
	color: #fff; 
	opacity: 1;
	transition: 0.6s ease;
	position: relative;
}
.meta-bar > * { margin-left: 30px; }
.meta-container {
    position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.header-meta {
	display: flex;
	margin-left: auto;
}
.header-meta-item {
	margin-right: 15px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.meta-press {
	padding: 15px 0 15px 38px;
	background-image: url('/_assets/_assets/a4f9f1d7424b0693a509c7e93dc57902conf/ext/site_layout/Resources/Public/Images/Icons/icon_bell_ringing.svg');
	background-repeat: no-repeat;
	background-size: 29px;
	background-position-y: ~'calc(50% - 2px)';
}
/*
.quick-search {
	width: 50px;
	color: #fff;
	background-image: url('/_assets/_assets/a4f9f1d7424b0693a509c7e93dc57902conf/ext/base/Resources/Public/Images/Icons/magnifier.svg');
	background-repeat: no-repeat;
	background-size: 40%;
	overflow: hidden;
	text-indent: 120%;
	background-position: center;
}
*/
.header-nav {
	float: left;
}
.header-nav__item { list-style-type: none; }
.header-nav__item > a {
	color: inherit;
	text-decoration: none;
}

.menu-trigger {
	display: none;
	float: right;
	position: relative;
	width: 34px; height: 26px;
	margin-left: 40px;
	border: none;
	border-top: 4px solid #36397d;
	border-bottom: 4px solid #36397d;
	background: transparent none;
	cursor: pointer;
	outline: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.menu-trigger:after {
	content: '';
	position: absolute;
	left: 0; top: 7px;
	background-color: #36397d;
	width: 100%; height: 4px;
}

@media only screen and (max-width: 1100px) {

}

@media only screen and (max-width: 720px) {

}

