html {
  background: #000;
}

.article-header {
  max-width: 45em;
}
.article-body .text,
.article-sidebar .text {
  max-width: 40em;
}

.search-field {
  background: url(../images/search-icon.png) no-repeat 1.3em center;
}
.filter:before {
  position: absolute;
  top: 50%;
  left: 1.35em;
  content: "";
  margin-top: -3px;
  width: 8px;
  height: 8px;
  background: #555;
}
.filter.is-active::before {
  background: #fff;
}



/*
  Mobile nav
*/
.nav-open,
.nav-close {
  display: none;
}
@media screen and (max-width: 54em) {
  .header .site-menu {
    display: none;
  }
  .header-menu {
    padding-top: 54px;
    float: none;
  }
  .header .logo {
    float: none;
    position: absolute;
    left: 1.5em;
  }
  .header .main-menu {
    width: 100%;
    margin-left: 0;
  }
  .social {
    float: none;
    border-top: 1px solid #333;
    margin-bottom: 1rem;
    padding: .5rem 0 .5rem 0.8rem;
  }
  .nav-open,
  .nav-close {
    position: absolute;
    display: block;
    padding-right: 20px;
    top: 1.05em;
    right: 1.5em;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
  }
  .nav-open {
    z-index: 99;
  }
  .nav-open span,
  .nav-close span {
    position: absolute;
    top: -5px;
    right: 0;
    color: #fff;
    font-size: 1.5em;
  }
  .header-menu li {
    width: 100%;
  }
  .social,
  .header-menu li {
    opacity: 0;
    -webkit-transition: opacity .3s, height .4s;
    transition: opacity .3s, height .4s;
  }
  #menu {
    opacity: 0;
    overflow: hidden;
    height: 54px;
  }
  #menu:target {
    opacity: 1;
    height: auto;
  }
  #menu:target .social,
  #menu:target .header-menu li{
    opacity: 1
  }
  #menu:target .nav-close {
    z-index: 999;
  }
  .header-menu .is-active .dropdown {
    position: relative;
    display: block;
  }
}


.vcard .beta a {
  font-weight: 300;
  border-bottom: 0;
}


.text dd p:last-child {
  margin-bottom: 0;
}

.street-address p {
  margin-bottom: 0;
}

.offices .grid-item {
  white-space: nowrap;
  margin-bottom: 1.5em;
}
.home .offices .beta {
  margin-bottom: 0;
}

@media screen and (min-width: 60em) {
  .offices .grid-item {
    width: 33.33%;
  }
  .home .teaser-grid-item {
    width: 33.33%;
  }
}

