.menu-item {
  text-decoration: none;
}

.nav__link__text--body {
  display: none;
  border-style: none;
  border-width: 0px 0px 2px;
  border-bottom-color: #fff;
  color: #0a0a0a;
  text-decoration: none;
}

.nav__link__text--body:hover {
  border-style: none;
  border-bottom-width: 2px;
}

.nav__link__border--body {
  width: 0px;
  height: 2px;
  background-color: #0a0a0a;
  color: transparent;
}

.nav__link__border--hero {
  width: 0px;
  height: 2px;
  background-color: #fff;
}

.container {
  padding: 50px;
}

.subhead {
  font-family: interstate, sans-serif;
}

.section:hover {
  border-bottom-color: #fff;
}

.header {
  border-bottom: 1px solid #000;
  font-family: interstate, sans-serif;
  text-transform: uppercase;
}

.info-block {
  margin-bottom: 20px;
}

.announcement {
  margin-bottom: 15px;
  font-family: interstate, sans-serif;
  font-size: 1em;
  line-height: 1.25em;
}

.body {
  height: 100%;
  font-size: 21px;
  line-height: 28px;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: -60px;
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.client-note {
  margin-bottom: 15px;
  font-family: interstate, sans-serif;
}

.helpful-link {
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: interstate, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.25em;
  text-decoration: none;
}

.helpful-link:hover {
  border-bottom-color: transparent;
}

.back-link {
  border-bottom: 1px solid #fff;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: interstate, sans-serif;
  color: #fff;
  text-decoration: none;
}

.back-link:hover {
  border-bottom-color: transparent;
}

.main-content {
  min-height: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: #000;
}

.nav-link {
  position: static;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: interstate, sans-serif;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #fff;
  color: #000;
}

.brand {
  margin-left: 20px;
  padding: 8px;
}

.dropdown-toggle {
  padding-top: 14px;
  padding-bottom: 14px;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, .5);
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: interstate, sans-serif;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: #fff;
  color: #000;
}

.dropdown {
  position: relative;
}

.dropdown-box {
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: interstate, sans-serif;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-box:hover {
  opacity: 0.7;
}

.dropdown-toggle-nav {
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: interstate, sans-serif;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}

.dropdown-toggle-nav:hover {
  background-color: #fff;
  color: #000;
}

.paragraph {
  margin-bottom: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.table-label {
  font-family: interstate, sans-serif;
}

.odd-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
}

.asset-image {
  width: 100%;
  max-width: 175px;
}

.even-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-text {
  margin-bottom: 0px;
  font-family: interstate, sans-serif;
}

.table-row-name {
  font-family: interstate, sans-serif;
}

.table-label-row {
  padding: 10px 20px;
}

@media (max-width: 991px) {
  .nav-link {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    text-align: left;
  }
  .menu-button {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: transparent;
    color: #fff;
  }
  .menu-button:hover {
    background-color: #fff;
    color: #000;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .nav-menu {
    background-color: #000;
    text-align: left;
  }
  .dropdown-list {
    position: relative;
  }
  .dropdown-list.w--open {
    z-index: 99999;
  }
  .dropdown-link {
    padding-right: 20px;
    padding-left: 20px;
    border-top: 1px solid rgba(0, 0, 0, .5);
    border-bottom-style: none;
    background-color: #fff;
    color: #000;
  }
  .dropdown-box {
    position: static;
    text-align: right;
  }
  .dropdown-toggle-nav {
    padding-left: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
  }
  .dropdown-toggle-nav.w--open {
    margin-bottom: -1px;
  }
}

@media (max-width: 767px) {
  .nav__icon--mobile--body {
    display: none;
    color: #0a0a0a;
  }
  .container {
    padding: 10px;
  }
  .subhead {
    font-size: 1em;
  }
  .header {
    font-size: 1.4em;
  }
  .announcement {
    font-size: 0.8em;
  }
  .helpful-link {
    font-size: 0.8em;
  }
  .nav-link {
    padding: 10px;
  }
  .brand {
    padding: 4px;
  }
  .menu-button {
    padding: 12px;
  }
  .dropdown-toggle-nav {
    padding: 10px 30px 10px 10px;
  }
  .dropdown-arrow {
    margin-right: 10px;
  }
  .table-label {
    font-size: 1em;
  }
  .odd-row {
    padding: 5px 0px;
  }
  .even-row {
    padding: 5px 0px;
  }
  .table-text {
    font-size: 0.8em;
  }
  .table-row-name {
    font-size: 0.8em;
  }
  .table-label-row {
    display: none;
  }
}

@media (max-width: 479px) {
  .nav__icon--mobile--body {
    display: none;
    color: #0a0a0a;
  }
  .main-content {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .odd-row {
    display: block;
  }
  .asset-image {
    width: 40%;
    max-width: none;
  }
  .even-row {
    display: block;
  }
  .table-text {
    margin-bottom: 5px;
  }
  .table-row-name {
    margin-bottom: 5px;
  }
}

