﻿
.clear{clear:both;}
@import url("https://use.typekit.net/oak6pct.css");
@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-background {background: #D21010;}

nav.primary {
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	justify-content: space-between;
	box-sizing: border-box;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		float:right;
    	justify-content: flex-end;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			position: relative;
			}
			nav.primary ul li a {
				color:#fff;
				font-size:25px !important;
				line-height:35px;
				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:700;
				padding:10px 20px;
				font-family: 'barlow', sans-serif;
				cursor: pointer;
				}	
			nav.primary ul li a:hover {
				background: #fff;
				color:#252525;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:18px;
				line-height:30px;
				padding:20px;
				color:#fff;
				background-color: #252525;
				text-align:left;
			}
.end-of-nav {right: 0;}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				color: #fff;
				background-color:#D21010;
			}
/* 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: 250px;
    position: relative;
    margin:0;
	display: block;
}

/*Header*/
.my-site-header {padding: 10px 0;}
.my-site-header a {
	font-size: 20px;
	font-family: 'barlow', sans-serif; 
	color: #252525;
	font-weight: 700;
}
.my-site-header i {font-size: 30px;transition:.4s ease-in;}
.my-site-header a:hover i {color: #D21010;}

.my-site-header .flex {
	gap: 40px;
    justify-content: flex-end;
    align-items: center;
}

.my-site-header span {margin-left: 15px;}

.my-site-header .header-location {display: flex; align-items: center;}

.logo-desktop img, .logo-mobile img {max-width: 250px;}
.logo-desktop, .logo-mobile {
	padding: 15px 0; 
}

@media screen and (max-width: 1300px) {
	nav.primary ul li a {font-size: 20px!important; padding: 10px 15px;}
}

/******** End of primary Nav ***************/

@media screen and (max-width: 1080px)  {
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
.logo-mobile {display: block;}
	.mobile-menu {align-items: center;}
#menu-button{ 
	width: 100%;
	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;
	}
	#menu-button a{
		 color:#fff;
		 text-decoration: none;
		 font-weight:normal;
        margin-right: 10px;
		cursor: pointer;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #252525;
	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: Arial, sans-serif;
	font-size:30px;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #fff;
	text-decoration: none;
	top:30px;
	right:13px;
	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 ul li {
	position:relative;
}
	
	.mobile-top {margin-top: 95px!important;}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	font-size:20px;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-family: 'barlow', sans-serif;
	transition:.4s ease-in;
}
nav.mobile ul li a:hover {
	background:#D21010; 
	color: #fff; 
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #555555;
	position: relative;
	display: block;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	transition:.4s ease-in;
}
nav.mobile ul li li a:hover {background:#252525;}

nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	display:block;
	cursor:pointer;
	}

nav.mobile ul li .fa-chevron-down {color:#fff; margin-left: 20px;}
}

@media screen and (max-width: 1020px)  {
	#menu-button{width:100%;}
}

@media screen and (max-width:600px){
	.logo-mobile img {max-width: 300px;}
	.logo-mobile {padding: 35px 0;}
}

@media screen and (max-width:580px){
	.btn-red-sm, .header-location span {display: none;}
}

@media screen and (max-width:450px){
	#menu-button{width:100%;}
}

@media screen and (max-width:420px){
	.logo-mobile img {max-width: 220px;}
	.logo-mobile {padding: 40px 0;}
}