/* ==|== primary styles =====================================================

   ========================================================================== */
html {
  font-size: 100%;
  line-height: 1.5em;
}

.clas:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  padding-right: 10px;
}

/********************** Nav Abstraction **********************/
.nav {
  list-style: none;
  margin-left: 0;
}

.nav li {
  text-transform: uppercase;
  display: inline;
}

.nav a {
  display: inline-block;
  color: #fff;
}

.item-list ul {
  margin: 0;
  padding: 0;
}
.item-list ul li {
  margin: 0;
  padding: 0 15px 0 0;
}

.clas-nav.load {
  display: none;
}

/********************** Header **********************/
.clas {
  clear: both;
  display: inline-block;
  float: left;
  line-height: 1;
}
.clas:after {
  content: "\f0d7";
  color: #E4BD49;
  cursor: pointer;
  padding: 0;
  font-size: 0.75em;
  line-height: 1.2em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.clas a {
  color: #fff;
  background: url("../images/clas3.svg") no-repeat scroll -10px -3px transparent;
  display: inline-block;
  height: 22px;
  margin: 15px 0 3px 0;
  text-indent: -9999px;
  width: 265px;
}

.clas[aria-expanded="true"]:after {
  content: "\f0d8";
  color: #866E26;
}

.clas.expanded:after {
  content: "\f0d8";
  color: #fff;
}

.clas.open:after {
  content: "\f0d8";
  color: #fff;
}

.clas.expanded {
  padding-bottom: 5px;
}

.clas-nav {
  clear: left;
  margin: 5px 0;
  /*background: #333;*/
  position: relative;
  padding: 4px 0;
  /*border-bottom: 1px solid #999;*/
  width: 100%;
  font-size: 0.75em;
  line-height: 2em;
}
.clas-nav > li {
  padding-right: 15px;
}

/********************** IE **********************/
.no-svg .clas:after {
  display: none;
}

.lt-ie8 .clas a, .lt-ie9 .clas a, .no-svg .clas a {
  background: url("../images/clas.png") no-repeat scroll 0px 6px transparent;
  display: block;
  height: 22px;
  margin: 26px 0 3px 0;
  text-indent: -9999px;
  width: 385px;
}

.lt-ie8 .header-wrapper {
  height: auto;
  padding-bottom: 10px;
}

.lt-ie8 .logo {
  padding-bottom: 0px;
}

.lt-ie8 .clas:after, .lt-ie9 .clas:after {
  display: none;
}

/********************** Mediaqueries **********************/
/* @iPhone && Anything < 480px
-------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .clas::after {
    font-size: 0.55em;
  }

  .clas-nav {
    text-align: center;
  }

  .clas {
    width: 100%;
    text-align: center;
  }

  .clas a {
    background-size: cover;
    background-position: -9px 3px;
    display: inline-block;
    height: 22px;
    margin: 14px 0 4px;
    text-indent: -9999px;
    width: 260px;
  }
}
/* Smartphones (landscape) ----------- */
/* iPhone 4 and high pixel ratio devices ----------- */
/* @iPad:  641px - 960px, Fluid Grid
-------------------------------------------------------------- */
/* Nav styles only
-------------------------------------------------------------- */
/* @iPad:  641px - 960px, Fluid Grid
-------------------------------------------------------------- */
/* @OneCol 680px, Fluid Column
-------------------------------------------------------------- */
