@media only screen
and (max-width: 1024px) {

}

@media only screen
and (max-width: 844px) {
}

@media only screen
and (max-width: 390px) and (orientation: portrait) {
 
}

@media only screen
and (max-width: 667px) {
  
  header {
    min-height: 68px;;
  }

  header .logo {
    height: 68px;
    width: 210px;
  }

  header .nav-toggle-wrap {
    display: block;
    width: 100%;
    height: 48px;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1000;
    cursor: pointer;
  }

  header .nav-toggle {
    display: block;
    width: calc(100% - 154px);
    height: 68px;
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0;
    padding: 15px 0;
    z-index: 101;
    cursor: pointer;
  }

  header div.nav-toggle:before {
    content: "";
    display: flex;
    justify-self: center;
    align-self: center;
    background-color: black;
    border-top: 3px solid rgba(0,0,0,1);
    border-bottom: 3px solid rgba(0,0,0,1);
    background-clip: content-box;
    padding: 5px 0;
    height: 3px;
    width: 20px;
    position: fixed;
    right: 0;
    margin: 12px;
    z-index: 102;
    cursor: pointer;
    transition: transform 0.5s;
  }

  body.show header div.nav-toggle:before {
    transform:rotate(90deg);
    transition: transform 0.5s;
    border-top: 3px solid rgba(0,0,0,0);
    border-bottom: 3px solid rgba(0,0,0,0);
  }

  nav > ul {
    display: none;
    padding: 0;
  }

  body.show nav ul {
    display: block;
    visibility: visible;
    opacity: 1;
    padding: 0;
    margin-top: 74px;
  }

  nav ul {
    height: initial;
  }

  nav a {
    padding: 0 6px;
    line-height: 42px;
  }

  nav ul ul {
    margin-top: 0;
  }

  nav ul li,
  nav ul ul li,
  nav a {
    text-align: left;
    display: block;
  }

  nav ul li:first-child > a {
    border-top: 1px solid #444;
  }

  nav ul li ul li:first-child > a {
    border-top: 0px solid #444;
  }

  nav a {
    border-bottom: 1px solid #444;
    padding: 0 10px;
  }

  .active.arrow:before {
    content:  "";
  }

  nav ul li ul {
    position: relative;
    text-align: left;
    top: initial;
    right: initial;
    background: none;
    width: auto;
    height: auto;
    color: #a1a192;
    border-bottom: 0;
  }

  nav ul li ul li a {
    color: inherit;
    text-indent: 15px;
    font-size: 0.9em;
  }

  nav ul li ul a:hover {
    color: #fff;
    transition: none;
  }

  nav a.active {
    position: initial;
    color: rgba(255,102,0,1);/*and a side order of ham*/
  }

  nav ul li ul li a.active {
    color: rgba(255,102,0,1);/*and a side order of ham*/
  }
  main section.col2 {
    display: block;
  }

}

@media only screen
and (max-width: 390px) {
  
}

@media only screen
and (max-width: 667px) {


}

@media only screen
and (max-device-width: 667px)
and (orientation: landscape) {


}

@media only screen
and (max-width: 666px) {


}

@media only screen
and (max-width: 580px) {
/* shim for smaller viewports */


}

@media only screen
and (max-device-width: 480px) {
/* emphasize body headings */

}

@media only screen
and (max-width: 414px) {


}

@media only screen
and (max-width: 320px)
and (orientation: portrait) {


}
