/*
 * --
 * local overrides
 */

html { background-color: #000; }

.skip:active, .skip:focus { top: 0; }

.logo__img { max-width: 270px; }

@media (min-width: 720px) {
  .contain .logo {
    padding-right: 10%;
    padding-left: 10%;
  }

  .logo__img { margin-left: -0.75rem; }
}

div#nu__mainmenu-supernav > a:focus,
div#nu__mainmenu-supernav > a:active,
.\--nav a:focus,
.\--nav a:active,
.nav.\--bordered .__item > a:focus,
.nav.\--bordered .__item > a:active {
  outline: auto;
  outline-color: #4D90FE;
}

.section.\--banner>.__header .__title { letter-spacing: normal; }

.\--nav { z-index: 2; }

.pos--sticky { top: 0; }

.\--nav li a {
  padding-bottom: 2px;
  font-size: 0.75rem;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.2s ease;
}

.\--nav li a:hover,
.\--nav li.\--active a {
  border-bottom: 2px solid #d41b2c;
}

.bgo--white {
  color: #000;
  text-shadow: none;
}

.bgo--white:after {
  background-color: rgba(255,255,255,.8) !important;
}

/* tabbed nav overrides */
.nav.\--bordered .__link {
  border-bottom-color: #000;
  color: #000;
}

.nav.\--bordered .__list {
  border-bottom-color: #000;
}

.nav.\--bordered .__link.\--active,
.nav.\--bordered .__link.\--active:hover {
  border-color: #000;
  border-bottom-color: #fff;
  color: #d41b2c;
}

.bg--beige .nav.\--bordered .__link.\--active,
.bg--beige .nav.\--bordered .__link.\--active:hover {
  border-bottom-color: #ece6d5;
}

#leadership .media .__graphic {
  border-radius: 0;
  flex-basis: 8rem;
  height: 8rem;
}

#leadership .media .__graphic__img {
  min-width: 100%;
  height: auto;
  max-height: none;
  max-width: 100%;
}

table { display: block; }

@media screen and (min-width: 720px) {
  table { display: table; }
}

.fs--sm td,
.fs--sm th {
  font-size: 88%;
  border-bottom-color: rgba(0, 0, 0, 0.4);
}

.bwa--0 td,
.bwa--0 th {
  border-bottom: 0 none;
}

.table td.bwb--0,
.table th.bwb--0 { border-bottom: 0 !important; }

.bbc--transparent { border-bottom-color: transparent; }

.btn.bg--black.bc--white { border-color: rgba(255, 255, 255, 0.5); }

.nav.--interior .ls--inline li {
  display: block;
  padding-top: 1.5rem;
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .nav.--interior .ls--inline li {
    display: inline;
    padding-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  body.contain,
  #nu__globalheader {
    margin: 0 auto;
    max-width: 1800px;
  }

  div#nu__utility-nav {
    width: auto;
  }

  .\--nav a { font-size: 0.88rem; }
}
