﻿.clear {
  clear: both;
}
/***** Start of primary nav ******/
#nav-bkgrd {background: #FCAE26;}
.nav-wrap {width: 95%; margin: 0 auto; padding: 15px 0; display: flex; justify-content: space-between; align-items: center;}
.nav-logos a {width: 100%;}
.nav-logos img {width: 100%;}
#menu-button {
  display: none;
}
nav.mobile {
  display: none;
}
nav.primary {
  padding: 0;
  display: inline-block;
  margin: 0;
  width: 100%;
  position: relative;
}
nav.primary ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
nav.primary ul li {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  width: auto;
}
nav.primary ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  font-family: 'montserrat', sans-serif !important;
  border-bottom: 2px transparent solid;
}
nav.primary ul li a:hover {
  border-bottom: 2px #000 solid;
  transition: .5s;
}
/* Appearance of the sub-level links */
nav.primary ul li li a {
  font-size: 15px;
  line-height: 22px;
  padding: 10px 15px 8px 15px;
  color: #000;
  background: #E3E3E3;
  text-align: left;
  border-right: none;
  border-left: none;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	border-bottom: 2px transparent solid !important;
	background: #FCAE26;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
  display: none;
  position: absolute;
  padding-top: 33px;
}
.remove-padding {padding-top: 0px !important;}
nav.primary ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
nav.primary ul li:hover > ul {
  display: block;
  line-height: 18px;
  z-index: 100;
}
nav.primary ul ul li {
  float: none;
  width: 225px;
  position: relative;
  margin: 0;
  display: block;
}
nav.primary .sub-nav-drop {display: flex; justify-content: space-between; align-items: center;}

@media only screen and (max-width: 1500px) {
	nav.primary ul ul {padding-top: 30px;}
	nav.primary ul li a {font-size: 15px;}
	nav.primary ul li li a {font-size: 14px;}
	.nav-logos {width: 450px;}
}
@media only screen and (max-width: 1400px) {
	nav.primary ul li a {font-size: 14px;}
	nav.primary ul li li a {font-size: 13px;}
	nav.primary ul ul {padding-top: 27px;}
	nav.primary ul ul li {width: 195px;}
	.nav-logos {width: 400px;}
}
@media only screen and (max-width: 1300px) {
	nav.primary ul ul {padding-top: 24px;}
	.nav-logos {width: 350px;}
}

/******** End of primary Nav ***************/
@media screen and (min-width: 1250px) {
  .menu-toggle.exit-click {
    display: none !important;
  }
}
@media screen and (max-width: 1250px) {
  .mobile:not(.open) + .menu-toggle.exit-click {
    display: none;
  }
  .mobile.open + .menu-toggle.exit-click {
    position: fixed !important;
    top: 0 !important;
    left: 300px !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1000;
  }
  /*==============================
	Mobile Nav Styles			
================================*/
  nav.primary {
    display: none;
  }
	
	.nav-logo img {
    max-width: 100%;
    width: 100%;
}
  #menu-button {
    display: inline-block;
    font-size: 30px;
    position: relative;
    line-height: 30px;
    z-index: 400;
    text-align: right;
	color: #000;
  }
  #menu-button a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
  }
  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #151515;
    z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
    overflow: auto;
  }
  /* MENU HEADER SOCIAL MEDIA */
  nav.mobile .social-media {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    word-spacing: 13px;
    padding: 0 0 0 15px;
    color: #ccc !important;
  }
  nav.mobile .social-media a:link, nav.mobile .social-media a:visited {
    color: #ccc;
    text-decoration: none;
  }
  nav.mobile .social-media a:hover, nav.mobile .social-media a:active {
    color: #fff;
    text-decoration: underline;
  }
  /* 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:not(.exit-click) {
    position: absolute;
    padding: 3px 8px 3px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    background: #151515;
    color: #fff;
    text-decoration: none;
    top: -38px;
    right: 13px;
  }
  nav.mobile .menu-toggle:not(.exit-click):hover { /* Menu close button on hoveer */
    color: #fff;
  }
  /* MENU LIST STYLE */
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
	left: 0 !important;
	position: relative !important;
  }
  nav.mobile ul li {
    position: relative;
  }
  /* FIRST LEVEL */
  nav.mobile ul li a {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 17px 20px;
    color: #fff;
    text-decoration: none;
    text-align: left;
	text-transform: uppercase;
	font-weight: bold;
  }
  nav.mobile ul li a:hover {
    background: #FCAE26;
    color: #000;
  }
  /* SECOND LEVEL */
  nav.mobile ul li li:last-child {
    border: none;
  }
  nav.mobile ul li li a {
    background: #232323;
    position: relative;
    display: block;
    padding: 17px 20px;
    color: #fff;
    text-decoration: none;
  }
  nav.mobile ul li li a:hover {
    background: #FCAE26;
	color: #000;
  }
  /* THIRD LEVEL */
  nav.mobile ul li li li:last-child {
    border: none;
  }
  nav.mobile ul li li li a {
    background: #2F2F2F;
    position: relative;
    display: block;
    padding: 17px 20px;
    color: #fff;
    text-decoration: none;
  }
  nav.mobile ul li li li a:hover {
    background: #FCAE26;
	color: #000;
  }
  nav.mobile ul li .click { /* dropdown menu idicator arrow be sure to include this image with your image files */
    display: block;
    cursor: pointer;
    z-index: 12399994;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 17px 20px;
    color: #fff;
  }
  .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,nav.mobile ul li a .fa-solid,nav.mobile ul li a .fa-regular {
    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: #999;
  }
	#menu-button p {display: none;}
}

@media only screen and (max-width: 1000px) {
	.nav-wrap {display: block; width: 100%; padding: 0px 0px;}
	#menu-button p {display: contents;}
	.nav-links {background: #151515; text-align: center;}
	#menu-button {font-size: 22px; color: #fff; text-transform: uppercase; font-weight: bold; line-height: 22px;}
	.nav-links .menu-bar {width: 100%; padding: 15px 0; display: block;}
	nav.mobile {left: -100%; width: 100%;}
	.nav-logos a {display: flex; width: 100%;}
	.nav-logos {width: 500px; margin: 0 auto; padding: 15px 0;}
}
@media only screen and (max-width: 550px) {
	.nav-logos {width: 95%;}
}
@media only screen and (max-width: 400px) {
	#menu-button {font-size: 20px; line-height: 20px;}
}