.nav-item {
  opacity: 0.9; }
  .nav-item.active, .nav-item:hover, .nav-item:active {
    opacity: 1; }
  .nav-item.active .nav-item-link {
    border-bottom: none; }
  .nav-item-icon {
    display: inline-block;
    vertical-align: middle; }
    .nav-item-icon > svg {
      fill: currentColor;
      max-height: 1em; }
  .nav-item-link {
    font-size: 1.1em;
    padding: 1em 0;
    display: block;
    transition: 0.1s ease border-color; }
    @media screen and (max-width: 55em) {
    .nav-item-link {
      border-bottom: none; } }
    .nav-item-link[href] {
      padding-bottom: 0.25em; }

.subscribe-form {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

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

.site-title {
  font-size: 4.5em;
  line-height: 2; }

.hero {
  background-color: rgba(29, 29, 29, 0.8);
  color: white;
  text-align: center;
  padding: 10% 15%;
  box-sizing: border-box;
  box-shadow: inset 0 0 4em 0 1;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 55em) {
  .hero {
    padding: 10% 0; } }
  .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  @media screen and (max-width: 1092px) {
    .hero-image {
      max-width: none;
      height: 100%;
      left: -8em; } }

.top-nav {
  width: 100%;
  box-sizing: border-box;
  display: block; }
  @media screen and (min-width: 55em) {
  .top-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; } }

.site-name {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.role {
  letter-spacing: 0.13em;
  display: inline-block;
  margin: 1em;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.4em; }
  .role-heading {
    font-size: 2em;
    font-weight: 100;
    font-family: Source Code Pro, source_code_proregular, Arial, sans-serif; }

.roles {
  margin: 1em 0; }

.social-link {
  display: inline-block;
  font-size: 1.5em;
  margin: 1em; }
  .social-link > a {
    border: none; }

.specialties {
  padding: 0 2em;
  margin: 1em; }

.specialty + .specialty {
  margin-top: 0.75em; }

.sub-specialty {
  font-size: 1.5em; }

footer[role=contentinfo] {
  text-align: center;
  background: #0f0f0f;
  color: #f0f0f0;
  padding: 1em;
  box-sizing: border-box; }

.has-image {
  display: flex;
  flex-wrap: wrap; }

.article-image {
  height: calc(22vw + 10em);
  position: relative;
  left: -7%;
  float: left; }
  .article-image ~ * {
    flex: 1; }

.photos {
  list-style: none; }

.photo {
  display: inline-block;
  min-width: 31em;
  vertical-align: top; }
  @media screen and (min-width: 70em) {
  .photo {
    max-width: 33%;
    max-height: 15em;
    margin: 0.1em 0;
    overflow: hidden; } }

.home > article {
  background: #141414;
  padding: 7% 5%;
  box-sizing: border-box;
  color: #f5f5f5;
  overflow: hidden; }
  .home > article:nth-child(2) {
    background: #672818; }
  .home > article:nth-child(3) {
    background: #fff;
    color: initial; }
  .home > article:nth-child(5) {
    background: #00253c; }
  .home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
    width: 100%;
    margin-bottom: 1em; }

@media screen and (min-width: 55em) {
    .row {
      display: flex; }
      .row > * {
        flex: 1; }
        .row > * + * {
          margin-left: 1em; } }
