/* logo */
.logo img {
  height: 81px;
  width: 134px;
}

.logo {
  align-items: center;
  border: 1px solid #535353;
  border-bottom: 0;
  display: flex;
  float: left;
  height: 92px;
  justify-content: center;
  width: 153px;
  z-index: 50;
}

/* top bar */
.top-bar {
  color: #000;
  display: table;
  font: 12px/16px 'StandardCT-Medium';
  height: 92px;
  padding: 2px 3px 2px 7px;
  vertical-align: middle;
}

.top-bar:after {
  clear: both;
  content: '';
  display: block;
}

.top-bar p a {
  text-transform: uppercase;
}

.top-bar div {
  display: table-cell;
  vertical-align: middle;
}

.top-bar b {
  font-family: 'StandardCT-Bold';
}

.top-bar p {
  margin: 0;
}

/* navigation menu */
.nav .container {
  position: relative;
}

.navigation {
  background: #535353;
  font: 20px/22px 'StandardCT-Medium';
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 999;
  margin: 0;
  padding: 0;
}

.navigation li {
  border: 1px solid #404040;
  border-bottom: 0;
  margin: 0;
}

.navigation a {
  color: #fff;
  display: block;
  padding: 17px 10px 19px 22px;
  text-decoration: none;
}

.navigation a:hover {
  text-decoration: none;
}

.nav.active .navigation {
  max-height: 1000px;
  transition: all 0.5s linear;
}

/* opener menu styles */
.opener {
  background: #535353;
  display: block;
  height: 50px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 100%;
}

.opener:before,
.opener:after,
.opener span {
  background: #fff;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  right: 16px;
  top: 24px;
  transition: all 0.2s linear;
  /* height/2 */
  -webkit-transition: all 0.2s linear;
  width: 24px;
}

.opener:before,
.opener:after {
  content: '';
  top: 15px;
}

.opener:after {
  top: 33px;
}

/* close button transition */
.close-btn span,
.active .opener span {
  opacity: 0;
}

.close-btn:after,
.close-btn:before,
.active .opener:after,
.active .opener:before {
  top: 25px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.close-btn:after,
.active .opener:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* desktop styles  */
@media only screen and (min-width: 768px) {
  .header .container {
    padding: 0 0 0 226px;
    position: relative;
  }

  .top-bar {
    font: 16px/20px "StandardCT-Regular", Arial, Helvetica, sans-serif;
    height: 58px;
    text-align: center;
  }

  .top-bar p a {
    display: inline-block;
  }

  .nav {
    background: #535353;
    font: 18px/22px "StandardCT-Medium", Arial, Helvetica, sans-serif;
    height: 58px;
    padding: 0;
  }

  .nav:after {
    clear: both;
    content: '';
    display: block;
  }

  .nav ul:not(.contextual-links) li {
    border: 0;
    float: left;
    padding: 0;
    list-style: none;
  }

  .nav ul:not(.contextual-links) a {
    border-bottom: 5px solid transparent;
    color: #fff;
    display: block;
    padding: 17px 22px 14px;
    text-decoration: none;
  }

  .nav .opener {
    display: none;
  }

  .nav ul:not(.contextual-links) a:hover,
  .nav ul:not(.contextual-links) a.is-active {
    border-color: #f59121;
    text-decoration: none;
  }

  .navigation {
    display: flex;
    font: 18px/22px "StandardCT-Medium", Arial, Helvetica, sans-serif;
    justify-content: space-around;
    max-height: 100px;
    position: static;
  }

  .navigation a {
    white-space: nowrap;
  }

  .logo {
    background-color: #fff;
    border: 1px solid #545454;
    height: 116px;
    left: 0;
    position: absolute;
    top: 0;
    width: 226px;
  }

  .logo img {
    height: 100px;
    width: 214px;
  }
}
.path--iframe .header {
  display: none;
}
