:root {
  --blue: #021b96;
  --link: #6592a7;
  --text: #666;
  --footer: #999;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--text);
  font: 1.6rem/1.55 Arial, Helvetica, sans-serif;
}

p,
figure {
  margin: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

a {
  color: var(--link);
  text-underline-offset: 0.15em;
}

a:hover,
a:focus {
  color: #4f778a;
}

a:focus-visible,
.menu-button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.site {
  max-width: 100%;
  overflow-x: hidden;
}

.hero {
  height: clamp(220px, 62vw, 450px);
  min-height: 0;
  position: relative;
  width: 100%;
}

.content-inner,
.footer-inner,
.footer-links {
  margin: 0 auto;
  max-width: 1100px;
}

.menu-toggle {
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.menu-toggle:focus-visible + .site .menu-button {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.mobile-bar {
  background: #fff;
  box-shadow: 0 2px 3px rgb(0 0 0 / 16%);
  height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.menu-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: center;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 44px;
  z-index: 5;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  border-color: #000;
  border-radius: 999px;
  border-top: 3px solid;
  content: "";
  display: block;
  position: relative;
  width: 30px;
}

.menu-icon::before {
  position: absolute;
  top: -11px;
}

.menu-icon::after {
  position: absolute;
  top: 5px;
}

.mobile-nav {
  background: var(--footer);
  left: 0;
  max-width: 300px;
  position: absolute;
  top: 50px;
  transform: translateX(-110%);
  transition: transform .25s ease;
  width: 100%;
  z-index: 4;
}

.menu-toggle:checked + .site .mobile-nav {
  transform: translateX(0);
}

.mobile-nav ul,
.nav-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav a {
  border-bottom: 1px solid rgb(33 33 33 / 10%);
  color: #fff;
  display: block;
  padding: 13px 15px;
  text-decoration: none;
}

.mobile-nav a:hover,
.mobile-nav a:focus,
.mobile-nav a.current {
  color: var(--blue);
}

.desktop-nav {
  display: none;
  text-align: center;
}

.nav-bar {
  background: var(--footer);
  width: 100%;
}

.nav-inner {
  margin: 0 auto;
  max-width: 1100px;
}

.nav-bar li {
  display: inline-block;
  letter-spacing: normal;
  margin: 5px 0;
}

.nav-bar a {
  color: #fff;
  display: inline-block;
  padding: 10px 11px;
  text-decoration: none;
  text-transform: none;
}

.nav-bar a:hover,
.nav-bar a:focus {
  color: var(--blue);
}

.nav-bar .current > a {
  color: var(--blue);
}

.content {
  background: #fff;
  width: 100%;
}

.content-inner {
  padding: 20px 10px;
}

.module {
  padding: 5px;
}

.module h1,
.module h2,
.module h3,
.static-page h1,
.static-page h2,
.static-page h3 {
  color: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  overflow-wrap: anywhere;
  text-align: left;
}

.module h1,
.static-page h1 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.05;
}

.module h2,
.static-page h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

.module h3,
.static-page h3 {
  font-size: 2.4rem;
  line-height: 1.25;
}

.text,
.privacy,
.sitemap {
  color: var(--text);
}

.text a,
.privacy a,
.sitemap a {
  overflow-wrap: anywhere;
}

.grid::after,
.clear,
.footer-inner::after {
  clear: both;
  content: "";
  display: table;
}

.column {
  float: left;
  padding-right: 2%;
}

.column.last {
  float: right;
  padding-left: 2%;
  padding-right: 0;
}

.image-frame {
  display: block;
}

.align-left {
  text-align: left;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.full-width img {
  width: 100%;
}

figcaption {
  font-size: 1.3rem;
  max-width: 100%;
}

.spacing {
  padding: 0;
}

.site-footer {
  background: var(--footer);
  color: #fff;
  min-height: 200px;
  padding: 20px 10px;
}

.site-footer .text {
  color: #fff;
}

.site-footer h2 {
  color: var(--blue);
}

.site-footer a,
.footer-links a {
  color: #fff;
}

.footer-links {
  padding: 2rem;
}

.cta {
  background: #f00;
  border: 4px solid #ff0;
  color: #ff0;
  display: inline-block;
  font-size: 1.8rem;
  margin: 1rem 0;
  padding: 10px 15px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .spacing > div {
    max-height: 3rem;
  }

  .module h1,
  .static-page h1 {
    font-size: 3rem !important;
  }

  .module h2,
  .static-page h2 {
    font-size: 2.6rem !important;
  }

  .module h3,
  .static-page h3 {
    font-size: 2.2rem !important;
  }

  .column,
  .column.last {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
}

@media (min-width: 1170px) {
  .hero {
    min-height: 450px;
  }

  .mobile-bar,
  .mobile-nav,
  .menu-button,
  .menu-toggle {
    display: none;
  }

  .desktop-nav {
    display: block;
  }

  .content-inner {
    padding: 80px 10px;
  }

  .site-footer {
    padding: 60px 10px;
  }
}
