#header, #banner {
	background: #003f7f;
}

.yamm .dropdown-menu, .yamm .nav .dropdown.open {
	background-color: #1a80c9;
}

.navbar-brand img {
	width: auto;
	max-width: initial;
}

.siteheaderlinks {
	display: flex;
}

.siteheaderlinks>.sublogo {
	max-width: 300px;
	line-height: 1.3em;
	margin-bottom: 20px;
	display: flex;
}

.siteheaderlinks>.sublogo a {
	align-self: center;
}

.yamm .nav.navbar>li:not(:first-child)>a {
    border-left: white solid 1px;
}

.yamm .nav.navbar>li:not(:last-child)>a {
	padding: 4px 10px 2px 10px;
}

.yamm .nav.navbar>li:last-child>a {
	padding: 4px 2px 2px 10px;
}

#header .yamm a:visited {
	color: white;
}

#header .yamm .navbar-nav {
	text-align: right;
}

#header .yamm-fw {
	direction: rtl;
}

#header .yamm-fw>* {
	direction: ltr;
}

#headercontact strong {
    color: #eea904;
    text-transform: uppercase;
}

#headercontact a {
	font-weight: bold;
}
