@charset "UTF-8";

/* ------------------------------------------
  HEADER
--------------------------------------------- */

.header {
  background: #191919;
  width: 100%;
}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
  padding: 0 20px;
  color: #fff;
  float: left;
}

/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}



.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: right;
}

@media screen and (min-width: 64em) {
  .nav-collapse {
    width: auto;
    float: right;
  }
}

.nav-collapse > ul {
  border:0;
}

.nav-collapse li {
  float: right;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  background:none;
  border:0;
  color: #fff;
  float: right;
  padding: 0.9em 1.1em;
  text-decoration: none;

}

@media screen and (min-width: 64em) {
  .nav-collapse a {
    border-bottom: 0;
    border:0;
    padding:0;
    margin: 0;
    float: left;
    text-align: center;
  }
  .nav-collapse li:first-child a {
    border:0;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */



.nav-toggle {
  border: 0;
  background-image:url(../img/res-nav-icon.png); 
  width: 31px; height: 31px; background-size:31px 31px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  float: right;
  padding: 0 0.75em;
  margin-top: 0;
  margin-right: 2%;
  margin-bottom:4%;
}



.nav-toggle:active {
  opacity:.5;
}

/* ------------------------------------------
  MULTIPLE LEVELS
--------------------------------------------- */




@media screen and (max-width: 39.999em) {
	
  .js .nav-collapse {
    visibility: hidden;
  }
  .js .nav-collapse.opened {
    visibility: visible;
  }

  /* Enable active class to let the navigation expand over the calculated max height. */
  .js .nav-collapse.multiple-level-nav.opened.dropdown-active {
    max-height: 9999px !important;
  }

  .js .nav-collapse.multiple-level-nav .sub-menu {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: none; /* This way you don't have focus on sub menu items unless you open the sub menu. */
    overflow: hidden;
    zoom: 1;
    background: #282e34;	
    padding-top:10px;
	padding-right:20px;
  }

  .js .nav-collapse.multiple-level-nav .sub-menu.toggled {
    display: block;
    max-height: 9999px;
    position: relative;
  }

  .js .nav-collapse li {
    position: relative;
	padding-top:10px;
  }

  .js .nav-collapse .dropdown-toggle {
    border: 0;
    color: #fff;
    content: "";
    height: 46px;
    width: 46px;
    padding: 0;
    position: absolute;
    margin: 0;
    text-transform: lowercase;
    top: 0.6em;
    left: 4%;
  }
  .js .nav-collapse .dropdown-toggle:hover,
  .js .nav-collapse .dropdown-toggle:focus,
  .js .nav-collapse .dropdown-toggle:active  {
    background-color: #fff;
    color: #212428;  
  }

  .js .nav-collapse .dropdown-toggle:after {
    content: "+";
    font-size: 40px;
  }
  .js .nav-collapse .dropdown-toggle.toggled:after {
    content: "-";
  }
  
}
  
.dropdown ul a {
  background: none;
  padding-left: 1.5em;
}

.dropdown ul ul a {
  background: #2d353e
  ;
  padding-left: 2.5em;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .nav-toggle {
  border: 0;
  background-image:url(../img/res-nav-icon.png); 
  width: 46px; height: 46px; background-size:46px 46px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  float: right;
  padding: 0 0.75em;
  margin-top: 2%;
  margin-right: 2%;
  margin-bottom:4%;
}	
  .js .nav-collapse {
    visibility: hidden;
  }
  .js .nav-collapse.opened {
    visibility: visible;
  }

  /* Enable active class to let the navigation expand over the calculated max height. */
  .js .nav-collapse.multiple-level-nav.opened.dropdown-active {
    max-height: 9999px !important;
  }

  .js .nav-collapse.multiple-level-nav .sub-menu {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: none; /* This way you don't have focus on sub menu items unless you open the sub menu. */
    overflow: hidden;
    zoom: 1;
    background: #282e34;	
    padding-top:10px;
	padding-right:20px;
  }

  .js .nav-collapse.multiple-level-nav .sub-menu.toggled {
    display: block;
    max-height: 9999px;
    position: relative;
  }

  .js .nav-collapse li {
    position: relative;
	padding-top:10px;
  }

  .js .nav-collapse .dropdown-toggle {
    border: 0;
    color: #fff;
    content: "";
    height: 46px;
    width: 46px;
    padding: 0;
    position: absolute;
    margin: 0;
    text-transform: lowercase;
    top: 0.6em;
    left: 4%;
  }
  .js .nav-collapse .dropdown-toggle:hover,
  .js .nav-collapse .dropdown-toggle:focus,
  .js .nav-collapse .dropdown-toggle:active  {
    background-color: #fff;
    color: #212428;  
  }

  .js .nav-collapse .dropdown-toggle:after {
    content: "+";
    font-size: 40px;
  }
  .js .nav-collapse .dropdown-toggle.toggled:after {
    content: "-";
  }
  
}
  
.dropdown ul a {
  background: none;
  padding-left: 1.5em;
}

.dropdown ul ul a {
  background: #2d353e
  ;
  padding-left: 2.5em;
}

@media screen and (min-width: 64em) {
  .dropdown-toggle  {
    display: none;
  }

}

.dropdown ul ul {
  border: 0;
  padding: 0;
}

.dropdown .dropdown.opened .has-dropdown {
  background: #9c2c12;
}

@media screen and (min-width: 64em) {

  .nav-collapse {
    padding-right: 0%;
	position: relative;
  }

  .js .nav-collapse,
  .js .nav-collapse .dropdown ul {
    max-height: none;
    overflow: visible;
  }
  
  .has-dropdown:after {
    line-height: 0.8;
    width: 0;
    height: 0;
    margin: 0;
    border:0;
  }
  .dropdown ul .has-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    margin: 0.3em 0 0 0.5em;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff;
  }
  .nav-collapse .dropdown {
    position: relative;
  }
  .nav-collapse .dropdown ul {
	  min-width:200px;
  }
  .nav-collapse .dropdown li {
	
    width: 100%;
  }
  .nav-collapse .dropdown ul a {
    text-align: right;
    border: 0;
	padding-top:10px;
    width:auto;
  }
  
  .nav-collapse li {
    border: 0;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    position: relative;
  }

  .nav-collapse a {
    display: inline-block;
    padding: 0 16px;
  }

  .nav-collapse ul ul {
    float: left;
    margin: 0;
    position: absolute;
    top: 85px;
    left: -999em;
    z-index: 99999;
    text-align: center;
  }

  .nav-collapse li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909;
  }

  .nav-collapse ul ul ul {
    left: -999em;
    top: 20px;
  }

  .nav-collapse ul ul a {
    padding: 15px 12px;
    white-space: normal;
    width: 150px;
  }

  .nav-collapse ul li:hover > ul,
  .nav-collapse ul li.focus > ul {
    top: 55px;
    left: 50%;
    margin-left: -75px;
  }

  .nav-collapse ul ul li:hover > ul,
  .nav-collapse ul ul li.focus > ul {
    top: 0;
    left: 0%;
    margin-left: 150px;
  }
  
}