@font-face {
  font-family: helvetihand;
  src: url("../fonts/helvetihand-webfont.eot");
  src: url("../fonts/helvetihand-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetihand-webfont.woff2") format("woff2"), url("../fonts/helvetihand-webfont.woff") format("woff"), url("../fonts/helvetihand-webfont.ttf") format("truetype"), url("../fonts/helvetihand-webfont.svg#helvetihandmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: ampersand;
  src: url("../fonts/ampersand-webfont.eot");
  src: url("../fonts/ampersand-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ampersand-webfont.woff2") format("woff2"), url("../fonts/ampersand-webfont.woff") format("woff"), url("../fonts/ampersand-webfont.ttf") format("truetype"), url("../fonts/ampersand-webfont.svg#ampersandregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: clearsans;
  src: url("../fonts/clearsans-bold-webfont.eot");
  src: url("../fonts/clearsans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/clearsans-bold-webfont.woff2") format("woff2"), url("../fonts/clearsans-bold-webfont.woff") format("woff"), url("../fonts/clearsans-bold-webfont.ttf") format("truetype"), url("../fonts/clearsans-bold-webfont.svg#clear_sansbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: clearsans;
  src: url("../fonts/clearsans-regular-webfont.eot");
  src: url("../fonts/clearsans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/clearsans-regular-webfont.woff2") format("woff2"), url("../fonts/clearsans-regular-webfont.woff") format("woff"), url("../fonts/clearsans-regular-webfont.ttf") format("truetype"), url("../fonts/clearsans-regular-webfont.svg#clear_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: clearsans;
  src: url("../fonts/clearsans-thin-webfont.eot");
  src: url("../fonts/clearsans-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/clearsans-thin-webfont.woff2") format("woff2"), url("../fonts/clearsans-thin-webfont.woff") format("woff"), url("../fonts/clearsans-thin-webfont.ttf") format("truetype"), url("../fonts/clearsans-thin-webfont.svg#clear_sans_thinregular") format("svg");
  font-weight: lighter;
  font-style: normal; }
#nav li a, .dropmenulabel, #nav li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem; }

#nav li ul li, #nav li ul li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem; }

#nav li a, .dropmenulabel {
  display: block;
  padding: 0 5px;
  color: #ea5220;
  font-family: clearsans, sans-serif;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  font-weight: bold; }
  #nav li a:hover, .dropmenulabel:hover {
    color: #000000; }
  @media (max-width: 979px) {
    #nav li a.nohover, .nohover.dropmenulabel {
      color: #000000; } }
  @media (max-width: 979px) {
    #nav li a.nohover:hover, .nohover.dropmenulabel:hover {
      color: #000000; } }
  @media (min-width: 980px) {
    #nav li a.nohover:hover, .nohover.dropmenulabel:hover {
      color: #ea5220;
      cursor: default; } }

#menu {
  display: inline-block;
  *display: inline;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  width: 99.99%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; }
  @media (min-width: 980px) {
    #menu {
      width: auto;
      margin: 0 -50% 0 0; } }

#nav {
  display: none;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  z-index: 9999; }
  @media (min-width: 980px) {
    #nav {
      display: block;
      text-align: center;
      margin-left: 10px; } }
  #nav li {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    width: 100%;
    color: #ea5220;
    font-family: clearsans, sans-serif;
    position: relative;
    text-align: left; }
    @media (min-width: 980px) {
      #nav li {
        width: auto;
        padding: 0 7px;
        border-right: 1px solid #000000; }
        #nav li:last-child {
          border-right: none; } }
    #nav li ul {
      display: block;
      margin: 0;
      padding: 0 0 0 1em;
      padding: 0 0 0 1rem; }
      @media (min-width: 980px) {
        #nav li ul {
          display: none;
          padding: 0;
          margin: 0; } }
      #nav li ul li {
        white-space: nowrap;
        width: 100%;
        border: 0;
        float: none; }
        #nav li ul li a {
          padding: 5px; }
    @media (min-width: 980px) {
      #nav li:hover ul {
        display: block;
        position: absolute;
        background: #e6e6e6;
        border: 2px solid #fe6900; } }

input[type=checkbox].menutoggle {
  display: none; }
  input[type=checkbox].menutoggle + .dropmenu {
    display: none; }
  @media (max-width: 979px) {
    input[type=checkbox].menutoggle:checked + .dropmenu {
      display: block !important; } }
  input[type=checkbox].menutoggle:checked + #nav {
    display: block;
    position: absolute;
    background: #e6e6e6; }

.dropmenulabel {
  width: 100%; }
  @media (max-width: 979px) {
    .dropmenulabel {
      cursor: pointer; } }
  .dropmenulabel.mainmenulabel {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    line-height: 1.625rem; }
    @media (min-width: 980px) {
      .dropmenulabel.mainmenulabel {
        display: none;
        visibility: hidden; } }
  .dropmenulabel .icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin-top: auto;
    margin-bottom: auto; }
    @media (min-width: 980px) {
      .dropmenulabel .icon {
        display: none;
        visibility: hidden; } }
    .dropmenulabel .icon.menu {
      background: url(../themes/grey/btn-menu.png) right center no-repeat;
      background-size: 30px 30px; }
    .dropmenulabel .icon.more {
      background: url(../themes/grey/btn-dropdown-more.png) right center no-repeat;
      background-size: 20px 20px; }
