﻿
.clear{clear:both;}

.lang-selector{
	background: #0f75bc;
	color: #ceebff;
	font-weight: 300;
	font-family: "aktiv-grotesk", sans-serif;
	padding: 12px;
	border-radius: 5px;
	align-self: center;
    white-space: nowrap;
}
.lang-selector a{
	color: #ceebff;
	font-weight: 700;
	font-family: "aktiv-grotesk", sans-serif;
}
.lang-selector a.active{
	color: #fff;
}

#search-toggle{
	appearance: unset !important;
	height: 48px;
	width: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: unset;
	color: #fff;
	font-size: 24px;
	outline: none;
	border: none;
	cursor: pointer;
}

#search-toggle i{
	position: relative;
	top: -1px;
}

/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:inline-block;
	margin:0;
	width:100%;
	position:relative;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		}
	nav.primary > ul {
		display: flex;
		justify-content: space-around;
		align-items: center;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			}
			nav.primary ul li a {
				color:#fff;
				font-family: "aktiv-grotesk", sans-serif;
				font-size:16px;
				line-height:48px;
				text-decoration:none;
				display:block;
				margin:0;
				text-align:center;
				-webkit-transition:.2s ease;  
				-moz-transition:.2s ease;  
				-o-transition:.2s ease;  
				transition:.2s ease;	
				font-weight:700;
				padding:0 12px;
				border-radius: 10px;
				}	
			nav.primary ul li a:hover {
				background: rgba(255,255,255,0.2);
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:24px;
				padding:10px;
				color:#fff;
				background: #0f75bc;
				text-align:left;
				border-right:none;
				border-left:none;
				border-radius: 0;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background: #044f7c;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
				border-radius: 10px;
	overflow: hidden;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
    float: none; 
	width: 240px;
    position: relative;
    margin:0;
	display: block;
}


@media screen and (max-width: 1530px)  {
	nav.primary ul li a{padding:0 7px;}		.pre-header .heading{
		font-size: 22px;
        max-width: 342px;
	}
}

@media screen and (max-width: 1200px)  {
	nav.primary ul li a{font-size:14px;}	

	.pre-header p.paragraph{
		width: 100%;
	}
	.pre-header{
    flex-wrap: wrap;
		flex-direction: column;
		justify-content: flex-end;
		gap: 0 !important;
        align-items: flex-end !important;
	}
}


/******** End of primary Nav ***************/

@media screen and (min-width: 1200px)  {
	.show-mobile{display: none !important;}
	.menu-toggle.exit-click{
		display: none !important;
	}
}

@media screen and (max-width: 1199px)  {
	.hide-mobile{display: none !important;}
	.mv-header .logo{
		padding: 18px;
		display: block;
	}
	#mobile-header{display: flex; justify-content: flex-end;}
	.lang-selector.show-mobile{
		display: inline-block;
    	margin: 20px 0 0 20px;
	}
	
	.pre-header .heading{
		line-height: unset;
		font-size: 18px;
	}
	.mobile + .menu-toggle.exit-click{
	
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		z-index: 499;
		pointer-events: none;
		
		background: rgba(36,32,33,0.33);
				opacity: 0;	
		transition: ease opacity 0.3s;
	}
	.mobile.open + .menu-toggle.exit-click{
		pointer-events: auto;
		opacity: 1;
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
	}
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	width: 48px;
	display: inline-block;
	font-size: 24px;
	position: relative;
	line-height:48px; 
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	text-align: center;
	}
	#menu-button a{
		 color:#002357 !important;
		 text-decoration: none;
		 padding: 0 10px; 
		 font-weight:normal;
		display: block;
	  }
	#menu-button a.menu-toggle{
		color:#fff !important;
		cursor: pointer;
	  }
	#menu-button a.menu-toggle i{
		padding: 0;
	  }
nav.mobile {
	font-family: "aktiv-grotesk", sans-serif;
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #002357;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size:16px;
		word-spacing:13px;
		padding:0 0 0 15px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

/* MENU HEADER STYLES */
nav.mobile .mobile_top {
	position: relative;
	display:block;
	padding: 0;
	margin:50px 0 10px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
	nav.mobile .social-icons{
		margin: 20px;
	}
	nav.mobile .social-icons a{
		font-size: 16px;
		width: 48px;
		height: 48px;
		line-height: 48px;
		color: #fff !important;
		box-shadow: none !important;
		background: none !important;
	}
/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle:not(.exit-click) {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: Arial, sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height: 1;
	color: #999;
	text-decoration: none;
	top:-38px;
	right:13px;
}
nav.mobile .menu-toggle:not(.exit-click):hover { /* Menu close button on hoveer */
	color: #fff;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	position:relative;
}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	font-size:16px;
	padding: 14px 20px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-weight: 700;
}
nav.mobile ul li a:hover {
	color: #fff; 
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #020202;
	position: relative;
	display: block;
	padding: 14px 20px 14px 25px;
	color: #fff;
	text-decoration: none;
}

/* THIRD LEVEL */
nav.mobile ul li li li:last-child {border:none;}
nav.mobile ul li li li a {
	background: #555;
	position: relative;
	display: block;
	padding: 14px 20px 14px 30px;
	color: #ccc;
	text-decoration: none;
}

nav.mobile ul li .click i{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	position:absolute;
	display:block;
	cursor:pointer;
	z-index: 12399994;
	top:0;
	right:0;
	width:auto;
	height:auto;
	padding: 16px 20px;
	color:#fff;

}
nav.mobile ul li .click.open i:before{
    content: "\f068";
}
	
.nav-footer {color:#1B1B1B; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

/* FONT AWESOME ICONS */
nav.mobile ul li a .fa{
	width:25px;
	font-weight:100;
	padding:8px 3px;
	margin:0 6px 0 0;
	text-align:center;
	background:#292929;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


nav.mobile ul li .fa-chevron-down {color:#999;}
}

#search-toggle.open i:before{
	
    content: "\f00d";
}
.mv-search.drop-list{
	position: absolute;
	right: 0px;
	top: 60px;
	z-index: 100;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.4);
}
.mv-search{
	display: flex;
	margin: 10px 20px 0;
	position: relative;
}
.mv-search input{
	-webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    width: calc(100% - 20px);
    height: 48px !important;
	font-family: "aktiv-grotesk", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px !important;
    color: #777778;
    text-transform: none;
    letter-spacing: 0em;
    padding-right: 10px;
    border: none;
    border-radius: 5px;
    padding-left: 10px;
}
.mv-search button{
	font-family: "aktiv-grotesk", sans-serif;
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    text-align: center;
    border: none;
    padding: 0;
    font-size: 14px;
	appearance: none;
	outline: none;
	right: 0;
	top: 0;
	background: unset;
	cursor: pointer;
}


@media screen and (max-width: 575px)  {
	.pre-header{
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: flex-end !important;
		align-items: flex-end !important;
		gap: 0 !important;
	}
	.pre-header .menu-toggle{
		margin-right: -20px;
	}
}