.mm-opening .force-mobile-nav,
.mm-opened .force-mobile-nav {
	padding-top: 0;
}
.header {
	position: fixed;
	z-index: 3;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
}
.header__inner {
	width: calc(100% - 20px);
	max-width: 1440px;
	border-right-width: 10px;
	border-right-style: solid;
	border-left-width: 10px;
	border-left-style: solid;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.header,
.header__section,
.header__inner {
	height: 85px;
}
.header__section--logo-container {
	float: left;
}
.header__section--nav-container {
	float: right;
}
.header__section--nav {
	text-align: right;
}
.header__section--services {
	float: right;
}

/* Logo */
.logo {
	max-width: 86px;
	display: block;
}
.logo__image {
	display: block;
}

/* Navigation */
.nav-container {
	text-align: right;
}
.nav {
	display: inline-block;
	font-size: 12px;
}
.nav__item {
	height: 31px;
	display: inline-block;
	margin-left: -4px;
}
.nav__link {
	position: relative;
	display: inline-block;
	height: 20px;
	padding: 0 17px;
	text-transform: uppercase;
}
.nav__item:last-child .nav__link {
	padding-right: 0;
}
.nav__link:after {
	content: "";
	position: absolute;
	z-index: 10;
	display: block;
	height: 1px;
	overflow: hidden;
	bottom: 0px;
	z-index: 4;
	left: 50%;
	right: 50%;
    width: 0;
    -webkit-transition: all 200ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -moz-transition: 	all 200ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -o-transition: 		all 200ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    transition: 		all 200ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
}
 
.no-touchevents .nav__item:hover .nav__link:after,
.nav__item--selected .nav__link:after {
	width: auto;
	left: 15px;
	right: 15px;
}

.no-touchevents .nav__item:last-child:hover .nav__link:after {
	right: 0;
}

.nav__item.selected .nav__link:after {
	width: auto;
	left: 15px;
	right: 15px;
}


.nav__item--selected:last-child .nav__link:after {
	right: 0;
}


/* Subnav */
.subnav {
	position: absolute;
    overflow: hidden;
	z-index: -1;
	top: 72px;
	left: 0;
	right: 0;
	max-height: 0;
	font-size: 14px;
	overflow: hidden;
}
.subnav__wrapper {
	padding: 80px 20px 60px 20px;
	-webkit-transform: 	translate3d(0,-100%,0);
	-moz-transform: 	translate3d(0,-100%,0);
	-o-transform: 		translate3d(0,-100%,0);
	transform: 			translate3d(0,-100%,0);
	-webkit-transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: 	all 350ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-o-transition: 		all 350ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: 		all 350ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.subnav__link {
	display: inline-block;
	margin-top: 13px;
	padding: 1px 5px;
	-webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000);;
	-moz-transition: 	all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000);;
	-o-transition: 		all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000);;
    transition: 		all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000);;
}
.subnav__link--heading {
    font-size: 14px;
    font-family: 'ThemeFont-Tertiary', sans-serif;
    text-transform: uppercase;
}
.subnav__heading {
	height: 50px;
}
.nav__item:hover .subnav {
	max-height: 999999px;
}
.nav__item:hover .subnav__wrapper {
	-webkit-transform: 	translate3d(0,0,0);
	-moz-transform: 	translate3d(0,0,0);
	-o-transform: 		translate3d(0,0,0);
	transform: 			translate3d(0,0,0);
}


/* classes for hover */

.subnav-focused {
	max-height: 999999px;
}
.subnav-open {
	-webkit-transform: 	translate3d(0,0,0) !important;
	-moz-transform: 	translate3d(0,0,0) !important;
	-o-transform: 		translate3d(0,0,0) !important;
	transform: 			translate3d(0,0,0) !important;
}


.subnav__inner--table {
	display: table;
	width: 100%;
}
.subnav__inner--table .subnav__col {
	float: none;
	width: auto;
	display: table-cell;
}
.subnav__col {
	float: left;
	vertical-align: top;
	padding: 0 20px;
	text-align: left;
	width: 16.666666%;
}
.subnav__item {
	display: block;
}

/* Services nav */
.nav--services {
	margin: 20px 0 0 0;
	height: 30px;
}

.nav--services__item {
	margin: 0px;
}
.nav--services__link {
	line-height: initial;
	text-align: center;
	font-size: 9px;
	font-family: 'ThemeFont-Secondary', sans-serif;
	padding: 0px;
}
.nav--services__lang {
	padding: 0px 0px 0px 20px;
}
.nav--services__lang .icon__image--nav {
	margin-top: 3px !important;
}
.nav--services__item:after,
.nav--services__link:after {
	display: none;
}

/* Site search */

.nav--services__search {
	/* this needs adjusting to work with changing size of menu */
	width: 380px;
	margin-bottom: 4px;
}

.expanding-search {
    position: relative;
    margin: 0px;
    width: 0%;
    min-width: 24px;
    height: 24px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    
}
.expanding-search__input {
    border: medium none;
    font-family: inherit;
    font-size: 16px;
    height: 24px;
    margin: 0;
    outline: medium none;
    padding: 0px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
 
input[type="search"].expanding-search__input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.expanding-search__input::-webkit-input-placeholder {
    color: #898a8d;
}
 
.expanding-search__input:-moz-placeholder {
    color: #898a8d;
}
 
.expanding-search__input::-moz-placeholder {
    color: #898a8d;
}
 
.expanding-search__input:-ms-input-placeholder {
    color: #898a8d;
}

.expanding-search__icon,
.expanding-search__button  {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.expanding-search__icon svg,
.expanding-search__button svg {
	margin:3px;
}

.expanding-search__button {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.expanding-search__icon {
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.expanding-search.expanding-search-open {
    width: 100%;
}


@media (max-width: 991px) {
	body {
		padding-top: 0;
	}
	.header {
		position: relative;
		overflow: hidden;
	}
	.header__inner {
		width: 100%;
		border-right-width: 0;
		border-left-width: 0;
	}
	.header__section--logo-container {
		padding-left: 15px;
	}
	.header__section--nav-container {
		display: none;
	}
}

/* RTL */
[dir="rtl"] .header__section--logo-container {
	float: right;
}
[dir="rtl"] .header__section--nav-container {
	float: left;
}
[dir="rtl"] .nav--services__search {
	float: right;
}
[dir="rtl"] .nav--services__lang {
    padding: 0px 20px 0px 0px;
}
[dir="rtl"] .nav-container {
	text-align: left;
}
[dir="rtl"] .nav__item {
	margin-left: 0;
	margin-right: -4px;
}
[dir="rtl"] .nav__item:last-child .nav__link {
	padding-left: 0;
}
[dir="rtl"] .expanding-search {
	float: left;
}
[dir="rtl"] .expanding-search__icon, 
[dir="rtl"] .expanding-search__button {
	right: auto;
	left: 0;
}
@media (max-width: 991px) {
	[dir="rtl"] .header__section--logo-container {
		padding-right: 15px;
		padding-left: 0;
	}
}