﻿
.clear{clear:both;}
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800&display=swap');
@import url("https://use.typekit.net/hru4xoh.css");	
/*==============================
	Mobile Nav Styles			
================================*/	

.nav-background {
	background-color: #CCE9F5;
	margin-right: 30px;
	margin-top: 30px;
	position: absolute;
	z-index: 3;
	right: 0px;
	left: 0;
}

.logo-header {
	width: 100%;
	max-width: 380px;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 2;
}

.logo-header img {
	max-width: 380px;
}

.header-contact .flex {
	justify-content: flex-end;
}

.header-contact .flex li {
	margin-left: 115px;
	transition: all .4s ease-out;
}

.header-contact .flex li:hover {
	text-decoration: underline;
}

.header-contact .flex li a {
	color: #0E184A;
	font-size: 18px;
}

.header-contact .flex li i {
	margin-right: 15px;
}

.mobile-flex {
	align-items: center;
	justify-content: flex-end;
}

.mobile-flex > .header-contact {
	width: 100%;
	align-items: center;
}

#menu-button{ 
	display: inline-block;
	font-size: 40px;
	position: relative;
	line-height:60px; 
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	text-align: right;
	padding-top: 30px;
	padding-bottom: 30px;
	}
	#menu-button a{
		 color:#0E184A;
		 text-decoration: none;
		 padding: 0 0 0 130px; 
		 font-weight:700;
        margin-right: 10px;
		cursor:pointer;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #0E184A;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}

/* MENU HEADER STYLES */
nav.mobile .mobile_top {
	position: relative;
	display:block;
	padding: 0;
	margin:50px 0 10px 0;
	color: #999;
	font-size: 18px;
	font-weight: 400;
}

/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {
	float: right;
	padding: 3px 8px 3px;
	font-family: Arial, sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 20px;
	cursor:pointer;
}
nav.mobile .menu-toggle: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 .top-ul {
	margin-top: 80px;
}

nav.mobile ul li {
	position:relative;
}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	font-size:20px;
	letter-spacing: .3px;
	font-weight: 600;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	transition: all .4s ease-out;
	text-align: left;
	cursor:pointer;
}
nav.mobile ul li a:hover {
	background:#306AB4; 
	color: #fff;
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #1C296B;
	position: relative;
	display: block;
	padding: 20px 10px 20px 30px;
	transition: all .4s ease-out;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li li a:hover {background:#306AB4;}

/* 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;
}

	nav.mobile ul li .fa-chevron-down{color:#CCE9F5!important; margin-left: 20px;}


@media only screen and (max-width: 1500px) {
	#menu-button a {padding-left: 50px}
	.header-contact .flex li {margin-left: 50px}
	.nav-background {margin-right: 15px;}
}

@media only screen and (max-width: 1370px) {
	.header-contact .flex li span {display: none}
	.header-contact .flex li i:hover {text-decoration: underline;}
}

@media only screen and (max-width: 735px) {
	.header-contact .flex li {margin-left: 20px;}
	#menu-button a {padding-left: 20px;}
}

@media only screen and (max-width: 630px) {
	.header-contact .flex li {display:none;}
}

@media only screen and (max-width: 470px) {
	.logo-header img, .logo-header {max-width: 300px;}
}

