.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.skiplink a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  background: #1D2859;
  color: #fff;
  font-weight: 700;
  padding: 8px;
  border-radius: 10px;
}
.skiplink a:focus {
  position: static;
  margin-left: 12px;
}

.home-link {
  text-decoration: none;
}
.home-link:focus, .home-link:focus-visible {
  border: 2px solid white;
  outline: none;
  padding: 2px;
}
.home-link:hover {
  border-bottom: 2px solid white;
  padding-bottom: 0px;
}
.home-link__text {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
}
@media all and (min-width: 440px) {
  .home-link__text {
    font-size: 1.4rem;
  }
}

nav {
  background-color: rgb(29, 40, 89);
}
nav .navigation__toggler {
  border: solid rgba(255, 255, 255, 0.87);
}
nav .navigation__icon {
  color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, .8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
nav .navigation__links {
  justify-content: flex-end;
  margin-right: 8px;
}
nav .navigation__links div.navbar-nav ul.navbar-nav {
  margin-top: 20px;
  border-top: solid 4px white;
  width: 100%;
}
@media all and (min-width: 992px) {
  nav .navigation__links div.navbar-nav ul.navbar-nav {
    margin-top: 0;
    border-top: none;
    width: auto;
  }
}
nav .navigation__links div.navbar-nav ul.navbar-nav li a:focus {
  border: 2px solid white;
}
nav .navigation__links div.navbar-nav ul.navbar-nav li a:hover {
  border-bottom: 2px solid white;
  padding-bottom: 0px;
}
nav .navigation__links div.navbar-nav ul.navbar-nav li:first-child {
  border-bottom: 1px solid white;
  width: 100%;
  margin-top: 20px;
}
@media all and (min-width: 992px) {
  nav .navigation__links div.navbar-nav ul.navbar-nav li:first-child {
    width: auto;
    margin-top: 0;
    border-bottom: none;
  }
}
nav .navigation__link {
  color: #fff;
  font-size: 1.4rem;
}

.footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
  background: #c7002a;
  min-height: 100px;
  margin-top: 60px;
}
@media all and (min-width: 576px) {
  .footer__left img {
    margin-left: 20px;
  }
}
.footer__right {
  display: flex;
}
@media all and (min-width: 576px) {
  .footer__right {
    justify-content: flex-end;
  }
}
.footer__text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media all and (min-width: 576px) {
  .footer__text {
    margin-left: 20px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.footer__links {
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
}
.footer__link {
  color: #fff;
  text-decoration: none;
}
.footer__link:focus, .footer__link:focus-visible {
  border: 2px solid white !important;
  outline: none;
  padding: 2px;
}
.footer__link:hover {
  border-bottom: 2px solid white;
  padding-bottom: 0px;
}

.subpage-footer {
  background: #c7002a;
}
.subpage-footer__row {
  display: flex;
  align-items: center;
  padding: 20px 10px;
}
@media all and (min-width: 768px) {
  .subpage-footer__row.homepage-footer {
    padding: 20px 20px 20px 30px;
  }
}
.subpage-footer__row--left {
  display: flex;
  justify-content: flex-start;
  color: white;
  margin: 0;
}
@media all and (max-width: 767px) {
  .subpage-footer__row--left {
    margin-bottom: 10px;
  }
}
.subpage-footer__row--left p {
  margin: 0;
}
.subpage-footer__row--left.homepage-footer {
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .subpage-footer__row--left.homepage-footer {
    margin-bottom: 0;
  }
}
.subpage-footer__row--right {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
@media all and (min-width: 768px) {
  .subpage-footer__row--right {
    justify-content: flex-end;
  }
}
.subpage-footer__links {
  display: inline-flex;
  list-style: none;
  padding: 0;
  justify-content: flex-start;
  margin: 0;
}
.subpage-footer__links--left {
  margin: 0 20px 0 0;
  border-right: solid 2px white;
  padding-right: 20px;
}
.subpage-footer__links--left a {
  color: white;
}
.subpage-footer__links--left a:focus-visible, .subpage-footer__links--left a:focus {
  border: solid 2px white;
}
.subpage-footer__links--left a:hover {
  border-bottom: 2px solid white;
  text-decoration: none;
}
.subpage-footer__links--right {
  margin: 0;
}
.subpage-footer__links--right a {
  color: white;
}
.subpage-footer__links--right a:focus-visible, .subpage-footer__links--right a:focus {
  border: solid 2px white;
}
.subpage-footer__links--right a:hover {
  border-bottom: 2px solid white;
  text-decoration: none;
}
.subpage-footer .pobox {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media all and (min-width: 767px) {
  .subpage-footer .pobox {
    margin-top: 0;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=main_styles.css.map */