﻿.clear {
  clear: both;
}
/***** Start of primary nav ******/
#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;
    align-items: center;
    justify-content: center;
}
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: 600;
  font-size: 15px;
  line-height: 2;
	padding: 30px 15px;
  margin: 0;
	font-family: "Inter", sans-serif !important;
  text-align: center;
  -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;

}

nav.primary ul li a:hover {
	color: #b7212c;
}


nav ul li a.black-btn {
    background: #000;
    padding: 12px 24px !important;
    border-radius: 4px;
    cursor: pointer;
	line-height: 1 !important;
	color: #fff !important;
}
nav ul li a.black-btn:hover {
	background: #b7212c;	
}
/* Appearance of the sub-level links */
nav.primary ul li li {
	
}
nav.primary ul li li a {
  font-size: 14px;
  padding: 13px 20px;
  color: #000;
  background: #DBDBDB;
  text-align: left;
  border-right: none;
	line-height: 2;
  border-left: none;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	background: #f9f9f9;
	color: #b7212c;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
  display: none;
  position: absolute;border: 2px solid #fff;
	border-top: none !important;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
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: 210px;
  position: relative;
  margin: 0;
  display: block;
}
@media screen and (max-width: 1530px) {
  nav.primary ul li a {
  }
}
@media screen and (max-width: 1200px) {
  nav.primary ul li a {
    
  }
}
/******** End of primary Nav ***************/
@media screen and (min-width: 1025px) {
  .menu-toggle.exit-click {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .mobile:not(.open) + .menu-toggle.exit-click {
    display: none;
  }
  .mobile.open + .menu-toggle.exit-click {
    position: fixed !important;
    top: 0 !important;
    right: 100% !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1000;
  }
  /*==============================
	Mobile Nav Styles			
================================*/
  nav.primary {
    display: none;
  }
	.mobile-menu-wrap{position:relative;}
	.mobile-menu-wrap a.black-btn {
    background: #fdc800 !important;
    color: #000 !important;
    max-width: 140px;
    margin-left: 20px;
}
	.mobile-menu-wrap .wid90.flex-container {
    padding: 35px 0;width: 92%;
}
	.mobile-menu-wrap .social-icons a{background: #000;color: #fdc800 !important;font-size: 16px;padding: 10px;}
	
  #menu-button {
    display: inline-block;
    font-size: 24px;
    position: relative;
    line-height: 60px;
    z-index: 400;
    text-align: right;order: 1;
  }
  #menu-button a {
    color: #000;
    text-decoration: none;
    font-weight: normal;font-size: 30px;
  }
  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    z-index: 500;
    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: 0;font-size: 48px;z-index: 999;font-weight: bold;line-height: 1;background: transparent;color: #b7212c !important;text-decoration: none;top: 0;right: 0;margin: 20px 20px 0 0;
  }

	nav.mobile hr {background: #e6e6e6;height: 5px;border: none;width: 92%;margin: 40px auto;}
  /* 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: 22px;
    padding: 8px 25px;
    color: #000;
    text-decoration: none;
    text-align: left;
    font-weight: 600;
    line-height: 2;
  }
  nav.mobile ul li a:hover {color: #b7212c; }
  /* SECOND LEVEL */
  nav.mobile ul li li:last-child {
    border: none;
  }
  nav.mobile ul li li a {
    background: #fff;
    position: relative;
    display: block;
    padding: 13px 25px;
    color: #000;
	  font-size: 19px;
    text-decoration: none;
  }



  nav.mobile ul li .fa-chevron-down {
    color: #999;
  }
}
@media screen and (max-width: 1020px) {
 
}
@media screen and (max-width:450px) {

}