@charset "UTF-8";
/* Colors */
.text-layer {
  padding: 2rem 1.5rem;
}
@media (min-width: 48em) {
  .text-layer {
    padding: 3rem 2rem;
  }
}
@media (min-width: 81.25em) {
  .text-layer {
    padding: 3.5rem 0;
  }
}
@media (min-width: 100em) {
  .text-layer {
    padding: 4rem 0;
  }
}
@media (min-width: 112.5em) {
  .text-layer {
    padding: 5rem 0;
  }
}

.text-layer-image, body:not(.home) .text-layer {
  line-height: 1.5;
  font-size: 1.25rem;
}
.text-layer-image p, body:not(.home) .text-layer p {
  margin-bottom: 1rem;
}
.text-layer-image p:last-of-type, body:not(.home) .text-layer p:last-of-type {
  margin-bottom: 0;
}

.text-layer-headline.trigger {
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: all 0.8s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.8s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.text-layer-headline.trigger.reveal {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.text-layer::before, body:not(.home) .text-layer-wrap::before, .text-layer::after, body:not(.home) .text-layer-wrap::after {
  display: table;
  content: "";
}
.text-layer::after, body:not(.home) .text-layer-wrap::after {
  clear: both;
}

/* SASS mixin start */
.hero-headline, .text-layer h1, .text-layer-headline {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
}

.text-layer h1, .text-layer-headline {
  font-size: 3.157rem;
  font-size: calc(40.416px + (50.512 - 40.416) * ((100vw - 768px) / (1600 - 768)));
}
@media screen and (max-width: 768px) {
  .text-layer h1, .text-layer-headline {
    font-size: 2.526rem;
  }
}
@media screen and (min-width: 1600px) {
  .text-layer h1, .text-layer-headline {
    font-size: 3.157rem;
  }
}

.hero-headline {
  font-size: 2.369rem;
  font-size: calc(30.24px + (37.904 - 30.24) * ((100vw - 768px) / (1600 - 768)));
}
@media screen and (max-width: 768px) {
  .hero-headline {
    font-size: 1.89rem;
  }
}
@media screen and (min-width: 1600px) {
  .hero-headline {
    font-size: 2.369rem;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type=button i], input[type=submit i], input[type=reset i], input[type=file i]::-webkit-file-upload-button, button {
  padding: 0;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

html {
  position: relative;
}

body {
  font-family: "Lato", sans-serif;
  color: #000;
  text-align: center;
}
body.mobile-menu-active {
  overflow: hidden;
}

.screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader:focus {
  background: #F26925;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: 0.5rem;
  width: auto;
}

.skip-to-main {
  background: #04334A;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000000;
  padding: 1rem;
  color: #f2cd31;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  -webkit-transform: translateY(calc(-100% - 0.5rem));
          transform: translateY(calc(-100% - 0.5rem));
  border-radius: 2rem;
}
.skip-to-main:focus, .skip-to-main:focus-within {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  outline: 2px solid #F26925;
}

.menu-trigger {
  background: transparent;
  width: 3.5rem;
  height: 3.5rem;
  border: 0;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: block;
  cursor: pointer;
  -webkit-transition: 0.5s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 0 0 0 1rem;
  position: absolute;
  top: 0;
  right: 1rem;
}
@media (max-width: 64em) {
  .menu-trigger {
    z-index: 2000;
  }
}
@media (min-width: 48em) {
  .menu-trigger {
    display: none;
    margin-right: 0.75rem;
    z-index: 2000000;
  }
}
.menu-trigger:after {
  background-color: #04334A;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-transition: 0.3s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.menu-trigger:hover:after {
  background: #F26925;
}
.menu-trigger:hover .hamburger-inner, .menu-trigger:hover .hamburger-inner:before, .menu-trigger:hover .hamburger-inner:after {
  background-color: #fff;
}
.menu-trigger:focus {
  outline: 0;
}
.menu-trigger-label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.menu-trigger-label:focus {
  background: #F26925;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: 0.5rem;
  width: auto;
}

.hamburger {
  padding: 0.15rem 0.15rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  z-index: 300;
}
.hamburger-box {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 55%;
  width: 24px;
  margin-top: -1px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  height: 2px;
  border-radius: 0.25rem;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: width, background-color, -webkit-transform;
  transition-property: width, background-color, -webkit-transform;
  transition-property: transform, width, background-color;
  transition-property: transform, width, background-color, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner:before, .hamburger-inner:after {
  width: 24px;
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -8px;
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in, width 0.1s 0.12s ease-out;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in, width 0.1s 0.12s ease-out;
}
.hamburger-inner:after {
  bottom: -8px;
  -webkit-transition: bottom 0.1s 0.25s ease-in, width 0.1s 0.12s ease-out, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, width 0.1s 0.12s ease-out, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.12s ease-out;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.12s ease-out, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.expanded-menu .menu-trigger {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 64em) {
  .expanded-menu .menu-trigger:hover .hamburger-inner, .expanded-menu .menu-trigger:hover .hamburger-inner:before, .expanded-menu .menu-trigger:hover .hamburger-inner:after, .expanded-menu .menu-trigger:focus .hamburger-inner, .expanded-menu .menu-trigger:focus .hamburger-inner:before, .expanded-menu .menu-trigger:focus .hamburger-inner:after {
    -webkit-transition: 0.5s background-color all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s -webkit-transform all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
    transition: 0.5s background-color all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s -webkit-transform all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
    transition: 0.5s transform all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s background-color all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
    transition: 0.5s transform all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s background-color all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s -webkit-transform all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
    background-color: #fff;
  }
}
.expanded-menu .menu-trigger:after {
  background: #F26925;
}
.expanded-menu .menu-trigger .hamburger-inner, .expanded-menu .menu-trigger .hamburger-inner:before, .expanded-menu .menu-trigger .hamburger-inner:after {
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background-color: #fff;
}
@media (min-width: 48em) {
  .expanded-menu .menu-trigger .hamburger-inner, .expanded-menu .menu-trigger .hamburger-inner:before, .expanded-menu .menu-trigger .hamburger-inner:after {
    background-color: #fff;
  }
}
@media (min-width: 48em) {
  .expanded-menu .menu-trigger:hover .hamburger-inner, .expanded-menu .menu-trigger:hover .hamburger-inner:before, .expanded-menu .menu-trigger:hover .hamburger-inner:after {
    background-color: #fff;
  }
}
.expanded-menu .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 12px;
}
.expanded-menu .hamburger-inner, .expanded-menu .hamburger-inner:before, .expanded-menu .hamburger-inner:after {
  width: 25px !important;
}
.expanded-menu .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.expanded-menu .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fixed .menu-trigger {
  width: 3rem;
  height: 3rem;
}
.fixed .menu-trigger:after {
  background: #F26925;
}
.fixed .menu-trigger:hover:after {
  background: #F26925;
}
.fixed .hamburger-inner, .fixed .hamburger-inner:before, .fixed .hamburger-inner:after {
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background-color: #fff;
}

@media (min-width: 81.25em) {
  .expanded-menu {
    overflow: visible;
  }
}
.expanded-menu .primary-nav {
  visibility: visible;
  display: block;
  opacity: 1;
  position: fixed;
  top: 90px;
  left: 0;
}

@media (min-width: 81.25em) {
  .expanded-menu .primary-nav {
    position: relative;
    top: auto;
    left: auto;
  }
}
.expanded-menu-items .menu-item, .expanded-menu-items .primary-extras {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.expanded-menu-items .menu-item:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.expanded-menu-items .menu-item:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.expanded-menu-items .menu-item:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.expanded-menu-items .menu-item:nth-of-type(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.expanded-menu-items .menu-item:nth-of-type(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.expanded-menu-items .primary-extras {
  -webkit-transition: 2s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 2s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.expanded-menu .mobile-menu-close {
  opacity: 0.9;
  visibility: visible;
}

.expanded-menu .button.donate {
  display: block;
  margin: 2rem auto 0;
  font-size: 1.25rem;
  padding: 1rem;
}

.site-footer {
  position: relative;
  background: #fff;
  padding: 4rem 0;
}
.site-footer-paidfor {
  color: #04334A;
  font-size: 0.8rem;
  padding: 0.35rem 1.5rem;
  line-height: 1.3;
  border: 1px solid rgba(4, 51, 74, 0.5);
  font-weight: 400;
  width: 90%;
  margin: 1rem auto;
  display: block;
}
@media (min-width: 81.25em) {
  .site-footer-paidfor {
    display: inline-block;
    width: auto;
  }
}
.site-footer-copyright {
  width: 100%;
  text-align: center;
  font-weight: 400;
  padding: 1rem;
  color: #04334A;
  font-size: 0.8rem;
  margin: 0 auto;
}
@media (min-width: 81.25em) {
  .site-footer-copyright {
    max-width: 100em;
  }
}
.site-footer-copyright a {
  color: #04334A;
  text-decoration: underline;
}

.menu-logo {
  height: 50px;
  width: auto;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  z-index: 200;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  left: 0;
}
@media (max-width: 64em) {
  .menu-logo {
    height: 60px;
    position: relative;
  }
}
@media (min-width: 48em) {
  .menu-logo {
    position: absolute;
    height: 80px;
    padding-left: 1.5rem;
  }
}
@media (min-width: 64em) {
  .menu-logo {
    height: 100px;
  }
}
@media (min-width: 81.25em) {
  .menu-logo {
    padding-left: 0;
  }
}
.menu-logo img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}

.header {
  width: 100%;
  background: #f5f5f5;
  position: relative !important;
  height: auto;
  text-align: center;
  padding: 15px 0;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .header {
    background: #fff;
    text-align: left;
    padding: 15px 0 0 0;
  }
}
.header-wrap {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .header-wrap {
    height: 60px;
  }
}
@media (min-width: 48em) {
  .header-wrap {
    height: 80px;
    margin: 15px auto;
    max-width: 100%;
  }
}
@media (min-width: 64em) {
  .header-wrap {
    height: 100px;
    margin: 30px auto;
    max-width: 100%;
  }
}
@media (min-width: 81.25em) {
  .header-wrap {
    max-width: 81.25em;
  }
}

.primary-nav {
  z-index: 1000;
  display: none;
  background-color: #04334A;
  position: relative;
  height: 100vh;
  width: 100vw;
  padding: 2.5rem;
}
@media (min-width: 48em) {
  .primary-nav {
    height: auto;
    width: auto;
    padding: 1rem;
    display: block;
  }
}
@media (min-width: 81.25em) {
  .primary-nav {
    padding: 0.5rem 0;
  }
}
.primary-nav-wrap {
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 48em) {
  .primary-nav-wrap {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 81.25em) {
  .primary-nav-wrap {
    max-width: 81.25em;
  }
}
.primary-nav .menu-item {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  font-size: 1.25rem;
  display: block;
  margin: 0.5rem auto;
}
@media (min-width: 48em) {
  .primary-nav .menu-item {
    font-size: 1em;
    display: inline-block;
    margin: 0;
  }
}
.primary-nav .menu-item:hover .primary-nav {
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.primary-nav .menu-item:hover .primary-nav .menu-item a {
  background-color: #04334A;
}
.primary-nav .menu-item:focus .primary-nav .menu-item a {
  background-color: #F26925;
}
.primary-nav .menu-item sup {
  top: -0.75em;
  font-size: 0.6em;
}
.primary-nav-list {
  display: block;
  margin: 0 auto 0 0;
  padding: 0;
  font-weight: 400;
  list-style: none;
  position: relative;
}
@media (min-width: 48em) {
  .primary-nav-list {
    display: inline-block;
  }
}
.primary-nav .menu-item a {
  color: #fff;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  text-transform: uppercase;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
}
@media (min-width: 48em) {
  .primary-nav .menu-item a {
    background-color: #04334A;
    display: inline-block;
    padding: 0.5rem 1.25rem;
  }
}
.primary-nav .menu-item a:hover {
  background-color: #fff !important;
  color: #04334A;
}
.primary-nav .menu-item a:focus {
  background-color: #F26925;
}

.primary-extras {
  width: auto;
  position: relative;
  top: 1rem;
  z-index: 1001;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .primary-extras {
    top: 0;
    right: 1rem;
  }
}
.primary-extras-share {
  font-size: 1.1rem;
  top: initial;
  position: relative;
  display: block;
}
@media (min-width: 48em) {
  .primary-extras-share {
    margin-left: 1.25rem;
    display: inline-block;
  }
}
@media (min-width: 81.25em) {
  .primary-extras-share {
    display: inline-block;
  }
}

.social-link {
  width: 2rem;
  height: 100%;
  padding: 0;
  margin: 0 0.5rem;
  display: inline-block;
}
@media (min-width: 48em) {
  .social-link {
    margin: 0 0.2rem;
  }
}
.social-icon {
  width: 100%;
  height: 2em;
  fill: #fff !important;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .social-icon {
    height: 1.25em;
  }
}
.social-icon:hover {
  fill: #F26925 !important;
}

.ngp {
  display: none;
}
@media (min-width: 48em) {
  .ngp {
    display: block;
    position: absolute;
    right: 1.5rem;
    top: -0.75rem;
    width: 440px;
  }
}
@media (min-width: 64em) {
  .ngp {
    width: 600px;
    top: 0;
  }
}
@media (min-width: 81.25em) {
  .ngp {
    right: 0;
  }
}
.ngp-headline {
  color: #04334A;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .ngp-form {
    margin: 0.15rem 0 0 0 !important;
  }
}
@media (min-width: 64em) {
  .ngp-form {
    margin: 0.5rem 0 0 0 !important;
  }
}

.at form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.at-inner {
  background: none !important;
}

header.at-title {
  display: none !important;
}

.multistep-footer {
  display: none !important;
}

.at .at-fieldset {
  padding: 0 !important;
  min-width: auto !important;
  border: none !important;
  margin: 0 !important;
}

.at fieldset legend {
  padding: 0 !important;
}

.at label {
  margin: 0 !important;
  color: #818181;
  font-size: 0.8rem;
}

.at-row > [class^=at-] {
  margin: 0 !important;
}

.at fieldset legend {
  display: none !important;
}

.at input[type=text], .at input[type=password], .at input[type=date], .at input[type=datetime], .at input[type=datetime-local], .at input[type=month], .at input[type=week], .at input[type=email], .at input[type=number], .at input[type=search], .at input[type=tel], .at input[type=time], .at input[type=url], .at input[type=color], .at textarea {
  margin: 0 0.25rem 0.25rem 0 !important;
  height: 2.6125rem !important;
  width: 100% !important;
  padding: 0.5rem !important;
}

.at-fields {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

.at-row {
  margin: 0 0.5rem 0 0 !important;
}

.at .error small.error {
  padding: 0 !important;
  color: red;
}

.at-form-submit {
  padding: 0.65rem 0 0 0 !important;
}

.at-form-submit .at-submit {
  margin: 0.625rem 0 !important;
  background: #43AADD;
  border: 0 !important;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  color: #fff;
}

body:not(.home) .text-layer {
  text-align: left;
}
body:not(.home) .text-layer-wrap {
  max-width: 48em;
  margin: 0 auto;
  position: relative;
}
body:not(.home) .text-layer-wrap > *:last-child {
  margin-bottom: 0;
}

.text-layer {
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
}
@media (max-width: 64em) {
  .text-layer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.text-layer.center {
  text-align: center;
}
.text-layer.no_top_padding {
  padding-top: 0 !important;
}
.text-layer.no_bottom_padding {
  padding-bottom: 0 !important;
}
.text-layer.no_bottom_padding p:last-of-type {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .text-layer.no_bottom_padding p:last-of-type {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 81.25em) {
  .text-layer.no_bottom_padding p:last-of-type {
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 100em) {
  .text-layer.no_bottom_padding p:last-of-type {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 112.5em) {
  .text-layer.no_bottom_padding p:last-of-type {
    margin-bottom: 1.8rem;
  }
}
.text-layer-headline {
  color: #04334A;
  text-align: center;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .text-layer-headline {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 81.25em) {
  .text-layer-headline {
    margin-bottom: 2rem;
  }
}
.text-layer h1 {
  position: relative;
  color: #04334A;
  margin-bottom: 0.5em;
}
.text-layer a:not(.social-link):not(.button) {
  color: #F26925;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.text-layer a:not(.social-link):not(.button):hover {
  color: #04334A;
  background: #F26925;
}
.text-layer .button-block {
  margin-top: 1rem;
}
.text-layer ul, .text-layer ol {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .text-layer ul, .text-layer ol {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 81.25em) {
  .text-layer ul, .text-layer ol {
    margin-bottom: 2rem;
  }
}
.text-layer .disclaimer {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 1rem;
  display: block;
}
@media (min-width: 48em) {
  .text-layer .disclaimer {
    margin-top: 1.5rem;
  }
}
@media (min-width: 81.25em) {
  .text-layer .disclaimer {
    margin-top: 2rem;
  }
}
.text-layer-image {
  position: relative;
  width: 100%;
  height: auto;
}
.text-layer-image-src {
  width: 100%;
  vertical-align: middle;
}
.text-layer-image.full-width {
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 48em;
}
@media (min-width: 48em) {
  .text-layer-image.full-width {
    margin-bottom: 1.5rem;
    margin-top: 2rem;
  }
}
@media (min-width: 81.25em) {
  .text-layer-image.full-width {
    margin-top: 3rem;
  }
}
.text-layer-image.floating-image {
  max-width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .text-layer-image.floating-image {
    max-width: 50%;
    margin-bottom: 0;
  }
  .text-layer-image.floating-image.floating-image-left {
    float: left;
    margin: 0 1rem 1rem 0;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .text-layer-image.floating-image.floating-image-left {
    margin: 0 1.5rem 1rem 0;
  }
}
@media (min-width: 48em) and (min-width: 81.25em) {
  .text-layer-image.floating-image.floating-image-left {
    margin: 0 2rem 1rem 0;
  }
}
@media (min-width: 48em) {
  .text-layer-image.floating-image {
    max-width: 50%;
  }
  .text-layer-image.floating-image.floating-image-right {
    float: right;
    margin: 0 0 1rem 1rem;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .text-layer-image.floating-image.floating-image-right {
    margin: 0 0 1rem 1.5rem;
  }
}
@media (min-width: 48em) and (min-width: 81.25em) {
  .text-layer-image.floating-image.floating-image-right {
    margin: 0 0 1rem 2rem;
  }
}
.text-layer-image.floating-image.intrinsic {
  max-width: none;
  width: auto;
  text-align: center;
}
@media (max-width: 64em) {
  .text-layer-image.floating-image.intrinsic {
    float: none !important;
  }
}
@media (min-width: 48em) {
  .text-layer-image.floating-image.intrinsic {
    display: table !important;
  }
}
.text-layer-image.floating-image.intrinsic .text-layer-image-src {
  margin: 0 auto;
  width: auto !important;
  max-width: 100%;
}
@media (min-width: 48em) {
  .text-layer-image.floating-image.intrinsic .text-layer-image-caption {
    display: table-caption;
    caption-side: bottom;
    text-align: left;
  }
}
.text-layer-image-caption {
  font-size: 70%;
  line-height: 1;
  padding: 0.25rem;
  color: #E9E9E9;
}
@media (min-width: 81.25em) {
  .text-layer-image-caption {
    padding: 0.25rem 0;
  }
}
.text-layer-embed {
  max-width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .text-layer-embed {
    width: 40%;
    float: right;
    margin: 0 0 1rem 1.5rem;
  }
}
@media (min-width: 81.25em) {
  .text-layer-embed {
    width: 50%;
    margin: 0 0 1rem 2rem;
  }
}
.text-layer-embed-headline {
  margin-bottom: 0.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.text-layer-embed.reveal {
  opacity: 1;
}

article.clearfix {
  display: block;
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  border-bottom: 1px #f5f5f5 solid;
}

.list {
  margin: 2rem 0 1rem 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.list-item {
  -webkit-box-flex: 1,;
      -ms-flex: 1, 1;
          flex: 1, 1;
  width: 50%;
  margin: 0 0 2rem 0;
}
.list-item-photo {
  display: block;
  margin: 0 1.5rem 0 0;
}
.list-item-photo img {
  padding: 1px;
  width: 100%;
  border: 0.25rem solid #E9E9E9;
}
.list-item-text {
  display: block;
  padding: 0.25rem;
}
.list-item-text .headline {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
.list-item-text .description {
  color: #000;
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.35em;
  padding: 0.4em 0;
}

.hero {
  background-color: #04334A;
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 1rem;
}
@media (min-width: 48em) {
  .hero {
    padding: 2rem 0;
    background-color: #f5f5f5;
  }
}
.hero-text {
  padding: 0;
  width: 100%;
  z-index: 200;
  opacity: 1;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.hero-headline {
  color: #fff;
}
@media (min-width: 48em) {
  .hero-headline {
    color: #04334A;
  }
}