﻿
.clear{clear:both;}
@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;}

nav.primary {
	padding:0px;
	display:inline-block;
	margin: 0;
	float:right;
	position:relative;
	width:100%;
	background-color: #003470;
}
	
	nav.primary ul {
		margin:0; 
		padding:0;
		float:right;
   		margin-right: 160px;
		}
		nav.primary ul li {
			margin: 0;
			padding: 30px 50px 20px 50px;
			float: left;
			display: block;
			position: relative;
			z-index: 300;
			background-color: #003470;
			}
			nav.primary ul li a {
				color: #fff;
    			font-size: 24px;
				text-align: left;
				display: block;
				font-weight: 900;
				padding: 10px;
				text-decoration: none;
				font-family: 'Roboto', sans-serif;
				}	
			nav.primary ul li a:hover {
				background: none;
				color:#F9A92B;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				padding: 15px!important;
				color: #fff;
				text-align: left!important;
				font-size: 18px;
				width: 150px!important;
				font-family: 'Roboto', sans-serif;
				background: #275285!important;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				color: #fff;
				background-color:#6982a0!important;
			}
/* 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: auto;
    position: relative;
    margin:0;
	display: block;
	padding: 0!important;
}



.logo-header img{max-width: 240px;}
.logo-header{
	position: absolute;
    top: 10px;
    left: 0;
}

.logo-mobile {display: none;}

@media screen and (max-width: 1500px) {
	nav.primary ul {
		margin-right: 50px;
	}
}

/******** End of primary Nav ***************/

@media screen and (max-width: 1330px)  {
	.upper-text h4{
		font-size:14px;
	}
	.upper-text{
		width:60%;
	}
/*==============================
	Mobile Nav Styles			
================================*/
	.nav-background {    
		display: flex;
    	flex-direction: column;
	}
	
nav.primary{display:none;}
#menu-button{ 
	width: 100%;
	display: inline-block;
	font-size: 24px;
	position: relative;
	line-height:60px; 
	z-index: 600; /* needs to be lower than nav.mobile, adjust as needed */
	background: #003470;
	text-align: right;
	padding: 3px;
	}
	#menu-button a{
		 color:#fff;
		 text-decoration: none;
		 padding: 10px 13px;
         border-radius: 5px; 
		 font-weight:600;
         margin-right: 10px;
		 background: #738fb0;
		 text-shadow: 0 1px 3px #000;
		 font-family: 'Roboto', sans-serif;
		font-size: 20px;
	  }
	
nav.mobile {
	display:block;
	width: 100%;
	height: auto;
	background: #003470;
	z-index: 700; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
	
	nav.mobile .dpdwn-list {
		background: #275285;
	}

/* 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: 18px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        padding: 8px 10px;
        margin: 2px 5px;
}
nav.mobile ul li a:hover {
	background:none; 
	color:#F9A92B; 
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #275285;
	position: relative;
	display: block;
	padding: 8px 10px;
    margin: 2px 5px;    text-align: center;
    font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li li a:hover {background-color:#6982a0!important;}

/* 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;}
}

@media screen and (max-width: 1020px)  {
	#menu-button{width:100%;}
}

@media screen and (max-width:450px){
	#menu-button{width:100%;}
}