﻿
.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/hot6ikp.css");
/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}
.logo-mobile {display: none;}

nav.primary {
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	width:100%;
	box-sizing: border-box;
	}
	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:#1F1B1A;
				font-size:20px !important;
				line-height:20px;
				border-radius: 5px;
				text-decoration:none;
				position:relative;
				display:block;
				margin:0px 8px;
				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:14px 15px;
				font-family: 'darkmode-on-cc', sans-serif;
				cursor: pointer;
				}
.nav-orange-btn a {background: #FF633B; max-width: 130px; transition:.4s ease-in; padding: 14px 25px!important;margin-left: 20px !important;}
.nav-orange-btn a:hover {background: #1F1B1A!important; color: #fff!important;}

			nav.primary ul li a:hover {
				background: #FF633B;
				color:#1F1B1A;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:20px;
				line-height:24px;
				padding:14px 15px;
				color:#fff;
				background-color: #2F2D2D;
				text-align:left;
				border-radius: 0!important;
				margin: 0;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				color: #1F1B1A;
				background-color:#FF633B;
			}
/* 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;
}


/** header styles **/
.my-site-header {background: #2F2D2D; padding: 24px 0;}
.my-site-header a {font-family: 'darkmode-on-cc', sans-serif; color: #fff; font-size: 20px; font-weight: 600;}
.my-site-header a:hover {text-decoration: underline;}
.my-site-header .wrapper {justify-content: space-between; align-items: center;}
.my-site-header .wrapper > div:first-child i {margin-right: 15px;}

.my-site-header .header-links {gap: 15px;}
.my-site-header .header-links div a {background: #FF633B; padding: 8px 13px; border-radius: 5px;transition: all .4s ease-out;}
.my-site-header .header-links div a:nth-child(2) {padding: 8px 14px;}
.my-site-header .header-links div i {color: #2F2D2D!important;}
.my-site-header .header-links div a:hover {text-decoration: none; background: #fff; color: #2F2D2D;}

.logo-desktop img, .logo-mobile img{max-width: 300px;}
.logo-desktop, .logo-mobile{
	padding: 15px 0;
}
@media screen and (max-width: 1360px)  {
	nav.primary ul li a{margin:0px 1px;}
	.nav-orange-btn a {margin-left: 10px !important;}
}

/******** End of primary Nav ***************/

@media screen and (max-width: 1255px)  {
	.logo-desktop {display: none;}
	.logo-mobile {display: block;}
	.mobile-menu {align-items: center;justify-content: space-between;}
	.top-ul {margin-top: 100px!important;}
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#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;
	cursor: pointer;
	}
	#menu-button a{
		 color: #1F1B1A;
		 text-decoration: none;
		 padding:0 0 0 .8em; 
		 font-weight:700;
/*        margin-right: 10px;*/
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #2F2D2D;
	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:24px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	top: 38px;
	right:13px;
	cursor: pointer;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #FF633B;
}

/* 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:20px;
	padding: 18px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-family: 'darkmode-on-cc', sans-serif;
	cursor: pointer;
	font-weight: 600;
}
nav.mobile ul li a:hover {
	background:#FF633B; 
	color: #1F1B1A; 
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #4A4747;
	position: relative;
	display: block;
	padding: 18px;
	color: #fff;
	text-decoration: none;
	font-family: 'darkmode-on-cc', sans-serif;
	font-weight: 600;
}
nav.mobile ul li li a:hover {background:#FF633B; color:#1F1B1A;}
	
	/* THIRD LEVEL */
	nav.mobile ul li li li a {
		background: #2F2D2D;
	}

	nav.mobile ul li .fa-chevron-down {color:#fff; margin-left: 20px;}
	nav.mobile ul li a:hover i {color:#1F1B1A!important;}
}

@media screen and (max-width: 1020px)  {
	#menu-button{width:100%;}
}

@media screen and (max-width:450px){
	#menu-button{width:100%;}
}

@media screen and (max-width:420px){
	.logo-mobile img {max-width: 250px;}
}

@media screen and (max-width:380px){
	.my-site-header span {display: none;}
	.my-site-header .wrapper > div:first-child a:hover i {color: #FF633B!important;}
}

@media screen and (max-width:350px){
	.logo-mobile img {max-width: 200px;}
}