 /*-------DESKTOP NAV---------*/ 
 
 @media only screen and (min-width: 1113px) { 
 
	/*turn mobile navigation off*/
	#mobileMenu {
	display: none;
	}
	
	.masthead {
	width: 100%;
 height: 12.75rem;
	padding-bottom: 1.5rem;
	}

.mast-container{
width: 100%;
height: 10rem;
margin: 0 auto;
padding-left: 0;
padding-right: 0;  
} 
 
.logo-container {
max-width: 1500px;
margin: 0 auto;  
display: flex;
justify-content: space-between;    
width: 100%;
position: relative;  	
z-index: +5;
padding-top: 0.5rem;
}

.flag-container {
padding-left: 1rem;
padding-right: 1rem;
}

.two-logos {
display: flex; 
align-items: center;
}

.logo a {
display: flex;    
}

.logo{
display: table;	
margin: 0 auto;
}
	
.logo img {
display: block;
width: 100%;
margin: 0 auto;
}
	
.nav-wrapper {
float: right;
margin-right: 0;
} 
	 
.nav-wrapper {
position: absolute;
top: 0;
height: auto;
margin-left: 0;
width: 100%;
}
	
.desktop-navigation {
position: relative;
display: block;
margin-top: 10rem;
width: 100%;
height: auto;
text-align: center;
height: 2.75rem;  
padding-top: 0.75rem;
padding-bottom: 0.5rem;
background: linear-gradient(#043067, #0865af);
} 

.desktop-navigation ul {
display: flex;
justify-content: space-around;
border: 1px solid transparent;
}
 
	nav ul li {
	display: inline-block;
	margin-right: 0;
 padding-left: 1.25rem;
	padding-right: 1.25rem;
	}
	
	nav ul li a {
	letter-spacing: 1px;
	padding-bottom: 0.25rem;
 font-size: 1.35rem;
 color: white;
 letter-spacing: 4px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	}
	
	nav ul li a:hover {
 color: #9eabc6;
	}
	
	.menu ul li {
	border: none;
	background: none;
	text-decoration: none;
	color: white;
	font-weight: 400;
	font-size: 1.1rem;
	padding: 0;
	}
	
	/*makes sub links full width*/
	nav .menu ul li {
	display: block;
	}
	
	/*hides submenu until hovered*/
	.nav-wrapper ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 1000;
	text-transform: none;
	
	/*can chage the submenu width here if necessary:*/
	/*min-width: 175px;*/
	}
	
	.nav-wrapper ul.sub-menu {
	/*prevents submenu from covering the main nav*/
	box-shadow: 6px 8px 6px rgba(0,0,0,0.55);
	}
				
	.nav-wrapper ul.sub-menu {
 width: auto;
	text-align: center;
	}
	
	ul.sub-menu {
	position: absolute;
	}
	
	.nav-wrapper ul {
	z-index: +3;
	}
 
 
 .desktop-navigation ul.sub-menu {
background-color: #9eabc6;
}

.desktop-navigation ul.sub-menu a{
font-weight: 500;
text-align: left;
text-shadow: none;
}
 
.desktop-navigation ul.sub-menu a:hover {
background-color: black;
} 
 	
/*show submenu on hover*/
.menu-item-has-children:hover .sub-menu  {
display: block;
}	
	
.sub-menu a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
font-weight: 100;
line-height: 125%;
font-size: 1.35rem;
}	 
	
nav ul li {
margin-top: 0;
}

	
	/*don't touch*/	
	}
	/*don't touch*/
	
	
	/*-------ADDITIONAL DESKTOP NAV STYLES---------*/ 
	

@media only screen and (min-device-width : 900px) and (max-width: 1200px) { 

 nav ul li a, .sub-menu a {
 font-size: 1rem;
 }

 
/*don't touch*/	
}
/*don't touch*/


	/*-------TABLET NAV---------*/ 
	
	@media only screen and (min-device-width : 768px) 
		and (max-device-width : 1024px) { 
	
 .logo img {
 max-width: 400px!important;
 margin-top: 0!important;
 }
 
	 /*don't touch*/
	}
	/*don't touch*/
	
	
	/*-------------------------------------*/
	
	/*Tablet landscape only*/
	
	@media only screen and (min-device-width : 768px) 
		and (max-device-width : 1024px)
		and (orientation: landscape) { 
	
 
	/*don't touch*/
	}
	/*don't touch*/
	 
	
	/*===========================================*/
	
	
	 /*-------MOBILE NAV---------*/ 
	
	/*Covers all phones and tablets up to iPad Pro 12.9" portrait.
	iPad Pro 12.9" landscape shows desktop styles instead.
	*/
	
	@media only screen and (min-device-width : 320px) and (max-width: 1112px) {
	
	/*turn desktop navigation off*/
	.desktop-navigation {
	display: none;
	}
	
	/*turn mobile navigation on*/
	#mobileMenu {
	display: block;
	}
	
	
	.masthead {
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top right;
	}
	
 .masthead {
 background-size: auto 9.5rem;
 } 
 
 .flag-container {
 display: none;
 }
 
 
	/*logo extends past masthead*/
	.logo-container {
	height: 5rem;
	}
	
	.logo{
	display: inline-block;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	position: relative;
	z-index: +3;
	}
	
	.logo img {
	display: block;
	margin-left: 0.5rem;
 margin-top: 0.5rem;
 max-width: 270px;
	}
	
.icon-logo img {
max-width: 80px; 
}
 
 
	nav {}
	
	nav ul {
	padding: 0;
	}
	
	nav ul li {
	text-align: center;
 font-size: 1.5rem;
	}
	
	nav ul li  {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}	
	
	
	/*1-this hides the submenu initially*/
	#menu-menu-1 li.menu-item-has-children ul {
	position: absolute;
	z-index: -1;
	opacity: 0;
	} 
	 
	/*2-this shows the submenu on hover*/ 
	#menu-menu-1 li.menu-item-has-children ul.show {
	position: relative;
	z-index: +1;
	opacity: 1;
	}	
	 
	/*toggle styles*/
	
	/*burger menu*/
	#mobileMenu button {
	-webkit-tap-highlight-color: white;
	width: 5rem;
	height: 5rem;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
	margin-right: 1rem;
	border: 1px solid transparent;
	}
	
	#mobileMenu button img {
	width: 100%;
	}
	
	#mobileMenu {
	z-index: +999;
	}
	
	#mobileMenu button {
	z-index: +999;
	}
	
	#toggleNav nav {
	padding: 0;
	}
	
	#toggleNav nav ul {
	width: 100%;
	margin-top: 0;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	position: relative;
	z-index: +1;
	}
	
 	#toggleNav nav ul li a {
  color: #9eabc6;
  }
 
 
	#toggleNav nav ul.sub-menu {
	margin-top: 0.5rem;
	border-top: 0!important;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	}	
	
	/*tightens submenu link spacing*/
	#toggleNav nav ul.sub-menu li {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	line-height: 150%;
	}

	 	
	/*don't touch*/
	}
	/*don't touch*/
	