﻿
.clear{clear:both;}
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800&display=swap');
/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}
.logo-mobile {display: none;}
nav.primary {
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	position:relative;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			}
			nav.primary ul li a {
				color:#000;
				font-size:20px !important;
				line-height:20px;
				text-decoration:none;
				position:relative;
				display:block;
				margin:0px 2px;
				text-align:center;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.4s ease-in;  
				-o-transition:.4s ease-in;  
				transition:.4s ease-in;	
				font-weight:600;
				padding:20px;
				font-family: elza, sans-serif;
				cursor: pointer;
				border-radius: 40px;
				}
nav.primary ul li ul li a {border-radius: 0px;}
			nav.primary ul li a:hover {
				background: #194584;
				color:#fff;
				}
nav.primary ul li a i {
	color: #194584;
	font-size: 15px;
	margin-left: 5px;
	transition:.4s ease-in;
}
nav.primary ul li a:hover i {color: #fff;}

nav.primary ul li .contact-button {
	padding: 20px 50px;
	background: #194584;
	color: #fff;
	border-radius: 40px;
	margin-left: 15px;
}
nav.primary ul li .contact-button:hover {background: #F2F7FF; color: #194584;}

			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:18px;
				line-height:24px;
				padding:15px 15px;
				color:#fff;
				background-color: #00265B;
				text-align:left;
			}
nav.primary ul li .drop-down-hover {border-radius: 40px 40px 0 0;}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				color: #194584;
				background-color:#F2F7FF;
			}
/* 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: 230px;
    position: relative;
    margin:0;
	display: block;
}

/** header styles **/
.my-site-header {background-color: #F2F7FF; padding:15px 0; }
.my-site-header .wrapper {justify-content: space-between;align-items: center;}

.my-site-header .wrapper li, .my-site-header .wrapper  a {font-family: elza, sans-serif;font-size: 18px;color: #194584;}
.my-site-header .wrapper i {color: #fff;padding: 8px;background: #194584;border-radius: 100px;font-size: 15px!important;transition: all .4s ease-out;}
.my-site-header .wrapper > div:last-child i {font-size: 20px!important; padding: 10px 14px;}

.my-site-header .wrapper .flex li {margin-right: 50px;}
.my-site-header .wrapper .flex li i {margin-right: 15px;}

.my-site-header .wrapper li:hover a {font-weight: 700;}
.my-site-header .social-media a:hover i, .my-site-header .wrapper li:hover a i {background: #fff; color: #194584;}

.logo-header img{max-width: 400px; width: 100%;}
.logo-header{
	width: 100%;
    max-width: 400px;
    padding-top: 25px;
    padding-bottom: 25px;
}
@media screen and (max-width:1680px){
	nav.primary ul li a {padding: 15px;}
}

@media screen and (max-width:1620px){
	nav.primary ul li a {font-size: 18px!important;}
}

@media screen and (max-width:1535px){
	nav.primary ul li a {padding: 10px; font-size: 16px!important;}
}

@media screen and (max-width: 1460px) {
	nav.primary ul li a {font-size: 16px!important; padding: 10px;}
	
	nav.primary ul li .contact-button {padding: 15px 40px;}
}

@media screen and (max-width: 1375px) {
	nav.primary ul li a {margin: 0px;}
	nav.primary ul li .contact-button {margin-left: 5px;}
	.logo-header img, .logo-header {max-width: 300px;}
}

/******** End of primary Nav ***************/

@media screen and (max-width: 1260px)  {
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
.logo-mobile {display: flex;align-items: center;margin-left: 10px;}
	
.logo-mobile img{max-width: 300px; width: 100%;}
.logo-mobile{
	width: 100%;
    max-width: 300px;
    padding-top: 25px;
    padding-bottom: 25px;
}
	
	.mobile-flex {justify-content: space-between;}
	
#menu-button{ 
	display: flex;
	justify-content: flex-end;
    align-items: center;
	font-size: 20px;
	position: relative;
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	font-family: elza, sans-serif;
	margin-left: 20px;
	}
	#menu-button a{
		transition:.4s ease-in;
		 color:#fff;
		 text-decoration: none;
		 font-weight:700;
        margin-right: 10px;
		background: #194584;
		padding: 15px 25px;
		border-radius: 40px
	  }
	#menu-button a:hover {color: #194584;background-color:#F2F7FF;}
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #00265B;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}

/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: elza, sans-serif;
	font-size:35px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	top:20px;
	right:13px;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #86AADD;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	position:relative;
}
	
nav.mobile > ul {margin-top:80px;}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	font-size:18px;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-family: elza, sans-serif;
	font-weight: 600;
}
nav.mobile ul li a:hover {
	background:#F2F7FF; 
	color: #194584; 
}
	nav.mobile ul li a:hover i{color: #194584; }
	
	nav.mobile ul li a i {font-size: 15px; margin-left: 8px;}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #194584;
	position: relative;
	display: block;
	padding: 20px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li li a:hover {background:#F2F7FF;}

nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	display:block;
	cursor:pointer;
	width:auto;
	height:auto;
	padding:20px;
	color:#fff;
	}

nav.mobile ul li .fa-plus {color:#fff;}
}

@media screen and (max-width: 510px)  {header .location-mobile {display: none;}}
