@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
.header-nav {
	width: 400px;
	height: 100%;
	background: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 3.6rem 3rem 3.6rem 3.6rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999999;
}
.header-nav  p {
	float: none;
    font-size: 15px;
    font-weight: 400;
    color: #414141;
    letter-spacing: normal;
    line-height: 2.13;
    margin: 0 0 16px;
}
.header-nav  h3 {
	font-size: 20px;
    font-weight: 400;
    color: #215c9e;
    letter-spacing: normal;
    line-height: 1.25;
    margin: 0 0 0;
	font-family: 'Playfair Display', serif;
}
.header-nav a:hover, .header-nav a:focus, .header-nav a:active {
	color: white;
}
.header-nav__content {
	position: relative;
	left: 50px;
	opacity: 0;
	visibility: hidden;
}
.header-nav__list li {
	border-top: 1px solid #f2f2f5;
	line-height: 4.8rem;
}
.header-nav__list li:last-child {
	border-bottom: 1px solid #f2f2f5;
}
.header-nav__list a::before {
	content: counter(ctr, decimal-leading-zero) ".";
	counter-increment: ctr;
	font-size: 11px;
	color: #444444;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	left: 3px;
	top: 0;
	display: none;
}
.header-nav__list a:hover::before {
	color: #304b98;
}
.header-nav__social {
	display: inline-block;
	margin: 0;
}
.header-nav__social li {
	display: inline-block;
	margin-right: 12px;
}
.header-nav__social li:last-child {
	margin: 0;
}
.header-nav__close {
	display: block;
	background: #0365a1;
	height: 30px;
	width: 30px;
	border-radius: 3px;
	position: absolute;
	top: 36px;
	right: 30px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	z-index: 800;
}
.header-nav__close span::before, .header-nav__close span::after {
	content: "";
	display: block;
	height: 2px;
	width: 12px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -1px;
}
.header-nav__close span::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header-nav__close span::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-overflow-scrolling: touch;
}
.menu-is-open .header-nav .header-nav__content {
	opacity: 1;
	visibility: visible;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	left: 0;
}
/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */
.header-menu-toggle {
	width: 52px;
	height: 45px;
	line-height: 45px;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 0.4rem;
	color: #ffffff;
	background: #304b98;
	border-radius: 4px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: fixed;
	top: 94px;
	left: 3%;
	z-index: 999999;
}
.header-menu-toggle::before {
	display: none;
	content: "Menu";
	height: 45px;
	left: auto;
	text-align: right;
	padding-left: 15px;
	padding-right: 10px;
	position: absolute;
	top: 0;
	right: 100%;
}
.header-menu-toggle.opaque {
	background: #0365a1;
	top: 4px;
}
.header-menu-toggle.opaque::before {
	display: none;
}
.header-menu-toggle:hover, .header-menu-toggle:focus, .header-menu-toggle:active {
	color: #cc147f;
}
.header-menu-icon {
	width: 16px;
	height: 3px;
	background-color: white;
	display: block;
	position: absolute;
	right: auto;
	left: 18px;
	top: 21px;
}
.header-menu-icon::before, .header-menu-icon::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: inherit;
	position: absolute;
	left: 0;
}
.header-menu-icon::before {
	top: -6px;
}
.header-menu-icon::after {
	bottom: -6px;
}

.header-nav__social li img {
    width: 22px;
    height: 22px;
    display: block;
}


.menu-is-open .header-nav .header-nav__content .linker-col1 { width: 100%; display: block; margin: 0 0 0; position: relative; float: none; max-width: 70%;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.header-menu-toggle {
	width: 52px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.header-nav {
	width: 320px;
	padding: 3.6rem 2rem 3.6rem;
}
.header-nav p {
	font-size: 13px;
}
.header-nav h3 {
	font-size: 18px;
}
.header-menu-toggle.opaque {
	top: 16px;
}
 

.menu-is-open .header-nav .header-nav__content .linker-col1 {
    max-width: 40%;
}

}

@media screen and (min-width:481px) and (max-width:600px) {
.header-menu-toggle {
	width: 52px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.header-nav {
	width: 320px;
	padding: 3.6rem 2rem 3.6rem;
}
.header-nav p {
	font-size: 13px;
}
.header-nav h3 {
	font-size: 18px;
}
.header-menu-toggle.opaque {
	top: 16px;
}
.menu-is-open .header-nav .header-nav__content .linker-col1 {
    max-width: 40%;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.header-menu-toggle {
	width: 52px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.header-nav {
	width: 320px;
	padding: 3.6rem 2rem 3.6rem;
}
.header-nav p {
	font-size: 13px;
}
.header-nav h3 {
	font-size: 18px;
}
.header-menu-toggle.opaque {
	top: 16px;
}
.menu-is-open .header-nav .header-nav__content .linker-col1 {
    max-width: 40%;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.header-menu-toggle {
	width: 46px;
	height: 43px;
	top: 78px;
}
.header-menu-icon {
	left: 15px;
	top: 20px;
}
.header-nav {
	width: 320px;
	padding: 3.6rem 2rem 3.6rem;
}
.header-nav p {
	font-size: 13px;
}
.header-nav h3 {
	font-size: 18px;
}
.header-menu-toggle.opaque {
	top: 0;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.header-menu-toggle {
	width: 48px;
	height: 44px;
	top: 86px;
}
.header-menu-icon {
	left: 16px;
	top: 21px;
}
.header-nav {
	width: 360px;
	padding: 3.6rem 2.50rem 3.6rem;
}
.header-nav p {
	font-size: 14px;
}
.header-nav h3 {
	font-size: 19px;
}
.header-menu-toggle.opaque {
	top: 2px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.header-menu-toggle {
	width: 50px;
}
.header-menu-icon {
	left: 17px;
}
.header-menu-toggle.opaque {
	top: 3px;
}
}

@media screen and (min-width:1441px) and (max-width:1900px) {
.header-menu-toggle {
	left: 1%;
}
}