﻿
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0px;
	margin: 0;
	float:right;
	position:relative;
	width:80%;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		float:right;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			position:relative;
			}
			nav.primary ul li a {
				color:#0C2340;
				font-size:16px !important;
				line-height:20px;
				text-decoration:none;
				display:block;
				text-align:center;
				font-weight:600;
				padding:16px 20px;
				font-family: 'Lato', sans-serif;
				position:relative;
				transition:color .25s ease, transform .25s ease, background-color .25s ease, box-shadow .25s ease;
				}	
			nav.primary ul li a:after {
				content:"";
				position:absolute;
				left:20px;
				right:20px;
				bottom:10px;
				height:2px;
				background:#92D5F0;
				transform:scaleX(0);
				transform-origin:left;
				transition:transform .25s ease;
			}

				nav.primary ul li a:hover{
				color:#1B5E9E;
				transform:translateY(-1px);
			}
				nav.primary ul li a:hover:after{
				transform:scaleX(1);
				}
			nav.primary ul li a.btn.blue{
				background:#92D5F0;
				color:#000;
				border-radius:999px;
				padding:14px 24px;
				box-shadow:0 10px 22px rgba(146,213,240,0.24);
			}
			nav.primary ul li a.btn.blue:after{
				display:none;
			}
			nav.primary ul li a.btn.blue:hover{
				background:#0C2340;
				color:#fff;
				transform:translateY(-2px);
				box-shadow:0 14px 28px rgba(12,35,64,0.18);
			}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:13px;
				letter-spacing: .2px;
				line-height:24px;
				padding:10px 14px;
				color:#fff;
				background-color:#0C2340;
				text-align:left;
				transition:.4s ease;
				border-radius:12px;
				margin-top:6px;
			}
			nav.primary ul li li a:after {
				display:none;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				color:#0C2340;
				background-color:#b5eaff;
				transform:translateX(4px);
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 1000;
}
nav.primary ul ul li {
    float: none; 
	width: 220px;
    position: relative;
    margin:0;
	display: block;
}


/** drop down btns**/
.drop-down a:hover{
	color:#fff!important;
	background-color:#0C2340!important;
}




/******** End of primary Nav ***************/

@media screen and (max-width: 900px)  {

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	display: inline-block;
	font-size: 16px;
	position: relative;
	line-height:50px; 
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	background: transparent;
	text-align: center;
	box-sizing:border-box;
	}
	#menu-button a{
		 color:#fff;
		 text-decoration: none;
		 padding:0 18px; 
		 font-weight:700;
		 line-height:44px;
		 height: 44px;
		display: flex;
		justify-content: center;
		align-items:center;
		min-width: 124px;
		margin: 0 auto;
		background:#0C2340;
		border-radius:999px;
		font-family:"Lato", sans-serif;
		font-size:13px;
		letter-spacing:2px;
		text-transform:uppercase;
		box-shadow:0 12px 24px rgba(12,35,64,0.18);
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -320px;
	width: 320px;
	height: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
	border-right:1px solid #d9e3ec;
	box-shadow: 0 18px 45px rgba(12,35,64,0.18);
	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 {
	position: absolute;
	padding: 0;
	font-family: "Lato", sans-serif;
	font-size:34px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	right:18px;
	top:12px;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #92D5F0;
}
	.menu-title{
		color:#92D5F0;
		font-size:12px;
		font-weight:700;
		letter-spacing:2px;
		text-transform:uppercase;
	}
	.mobile p{
		padding:18px 20px;
		background:#0C2340;
		margin:0;
		position:sticky;
		top:0;
		z-index:2;
	}
/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 400;
	margin:0;
	padding:18px 16px 24px;
}
nav.mobile ul li {
	border:0;
	position:relative;
	margin-bottom:12px;
}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	font-size:16px;
	padding: 16px 18px;
	color: #0C2340;
	text-decoration: none;
	border:1px solid #d9e3ec;
	border-radius:14px;
	background:rgba(255,255,255,0.95);
	box-shadow:0 10px 24px rgba(12,35,64,0.06);
	text-align: left;
	font-family:"Lato", sans-serif;
	font-weight:700;
	transition:background .25s ease, border-color .25s ease, transform .25s ease, color .25s ease;
}
nav.mobile ul li a:hover {
	background:#b5eaff; 
	color: #0C2340; 
	border-color:#92D5F0;
	transform:translateX(4px);
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #edf7fd;
	position: relative;
	display: block;
	padding: 12px 14px 12px 18px;
	border:1px solid #d9e3ec;
	color: #1B5E9E;
	text-decoration: none;
}
nav.mobile ul li li a:hover {background:#d8f1fb;}

/* THIRD LEVEL */
nav.mobile ul li li li:last-child {border:none;}
nav.mobile ul li li li a {
	background: #f5fbff;
	position: relative;
	display: block;
	padding: 12px 14px 12px 24px;
	color: #1B5E9E;
	text-decoration: none;
	border:1px solid #d9e3ec;
}
nav.mobile ul li li li a:hover {background:#d8f1fb;}

nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	position:relative;
	display:block;
	cursor:pointer;
	width:auto;
	height:auto;
	padding: 10px;
	color:#1B5E9E;
	}
.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:#E76806!important;}
nav.mobile ul li .fa-chevron-down {color:#999;}
	nav.mobile ul li a.btn.blue{
		background:#92D5F0;
		border-color:#92D5F0;
		color:#000;
		text-align:center;
		font-weight:700;
		box-shadow:0 12px 24px rgba(146,213,240,0.32);
	}
	nav.mobile ul li a.btn.blue:hover{
		background:#0C2340;
		border-color:#0C2340;
		color:#fff;
		transform:none;
	}
}

@media screen and (max-width: 420px)  {
	nav.mobile {
		width: calc(100vw - 24px);
		left: calc(-100vw + 24px);
	}
	#menu-button a{
		min-width: 112px;
		padding:0 16px;
	}
}

