@font-face {
  font-family: "Silka Webfont";
  src: url('../fonts/silka-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Silka Webfont";
  src: url('../fonts/silka-semibold-webfont.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --af-b-step-white: white;
  --af-b-step-blue: #3c2864;
  --af-b-step-light-blue: #b4aac8;
  --af-b-step-grey: #8c8c8c;
  --af-b-step-black: black;
  --af-b-step-light-grey: #f0eef2;
  --af-b-step-red: #ff2828;
  --af-b-step-light-red: #fdd5d5;
}

body {
  color: #222;
  width: 100%;
  font-family: "Silka Webfont", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

h1 {
  color: var(--af-b-step-white);
  width: 10vw;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
}

h2 {
  color: var(--af-b-step-blue);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
}

h3 {
  color: var(--af-b-step-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--af-b-step-blue);
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  color: var(--af-b-step-light-blue);
}

a:active {
  color: var(--af-b-step-grey);
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

li {
  margin-bottom: 20px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.c-header {
  color: var(--af-b-step-white);
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: relative;
}

.l-inner-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
}

.c-header-text__subline {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.c-header-text__subline.cc-bigger-light {
  opacity: .6;
}

.c-btn {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #01326f;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.c-btn:hover {
  color: #fff;
  background-color: #32343a;
}

.c-btn:active {
  background-color: #43464d;
}

.c-btn.c-btn--is-large {
  padding: 15px 30px;
}

.c-btn.c-btn--is-large-white {
  color: #202020;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  font-size: 14px;
  line-height: 26px;
}

.c-btn.c-btn--is-large-white:hover {
  background-color: #fffc;
}

.c-btn.c-btn--is-large-white:active {
  background-color: #ffffffe6;
}

.c-btn.c-btn--is-large-white.w--current {
  background-color: var(--af-b-step-white);
  color: var(--af-b-step-blue);
  font-weight: 500;
}

.c-header-insert__keyline {
  background-color: var(--af-b-step-blue);
  color: var(--af-b-step-white);
  text-align: left;
  border-radius: 10px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.2;
}

.c-navbar-link {
  z-index: 1;
  background-image: url('../images/af-b-step_logo.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 280px;
  height: 100px;
}

.c-navbar-link:hover {
  opacity: .8;
}

.c-navbar-link:active {
  opacity: .7;
}

.c-main-menu-container {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-navbar-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.c-navbar {
  z-index: 1000;
  background-color: #fff0;
  align-items: center;
  width: 100%;
  padding: 20px 60px;
  display: flex;
  position: absolute;
}

.c-main-menu__link {
  background-color: var(--af-b-step-blue);
  color: var(--af-b-step-white);
  border-radius: 5px;
  margin-right: 5px;
  padding: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1rem;
  transition: background-color .2s, color .2s;
}

.c-main-menu__link:hover {
  background-color: var(--af-b-step-blue);
  color: var(--af-b-step-light-blue);
}

.c-main-menu__link:active {
  opacity: .6;
  color: var(--af-b-step-grey);
}

.c-main-menu__link.w--current {
  opacity: 1;
  color: var(--af-b-step-light-blue);
}

.c-main-menu__link.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.c-main-menu__link.w--current:active {
  opacity: .7;
  color: #32343a;
}

.c-main-menu__link.c-main-menu__link--is-contact {
  display: none;
}

.l-footer {
  background-color: var(--af-b-step-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-text-overlay {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-content-container {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.c-main-container {
  width: 100%;
  height: 100vh;
}

.c-404-container {
  background-color: var(--af-b-step-blue);
  color: var(--af-b-step-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.c-section__heading {
  background-color: var(--af-b-step-blue);
  color: var(--af-b-step-white);
  border-radius: 10px;
  width: auto;
  margin-bottom: 0;
  margin-left: 40px;
  padding: 20px 40px;
  display: inline-block;
}

.c-info-box-item {
  border-right: 1px solid var(--af-b-step-light-blue);
  border-bottom: 1px solid var(--af-b-step-light-blue);
  flex-flow: wrap;
  flex: none;
  place-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 33.3333%;
  padding: 40px;
  display: flex;
  position: relative;
}

.c-info-box-item.c-info-box-item--no-divider {
  border-bottom-style: none;
  border-right-style: none;
}

.c-info-box-item__heading {
  color: var(--af-b-step-light-blue);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
}

.c-info-box-item__text {
  color: var(--af-b-step-black);
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

.c-info-box-item__text.c-info-box-item__text--small {
  color: var(--af-b-step-black);
  font-size: 1.125rem;
  line-height: 1.5;
}

.l-main-container {
  width: 100%;
  overflow: hidden;
}

.l-section {
  background-color: var(--af-b-step-white);
  position: relative;
}

.l-section.l-section--bg-light-blue {
  background-color: var(--af-b-step-light-grey);
}

.l-footer-container {
  color: var(--af-b-step-white);
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.c-top-btn {
  z-index: 1000;
  background-color: var(--af-b-step-blue);
  opacity: 0;
  color: #0000;
  background-image: url('../images/af-b-step_icon_arrow-top_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: fixed;
  inset: auto 60px 60px auto;
}

.c-top-btn:hover {
  background-color: var(--af-b-step-blue);
  background-image: url('../images/af-b-step_icon_arrow-top_light-blue.svg');
}

.c-header__img {
  background-image: url('../images/af-b-step_visual_main-theme.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.g-page-container {
  z-index: 1;
}

.c-footer__text {
  color: var(--af-b-step-light-blue);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.c-footer__text.c-footer__text--featured {
  text-align: justify;
  margin-bottom: 0;
  padding-right: 20px;
}

.g-list-item.g-list-item--divider {
  border-bottom: 1px solid var(--af-b-step-light-blue);
  color: #222;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.c-acknowledgement {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.c-acknowledgement__text {
  color: var(--af-b-step-light-blue);
  width: 100%;
  margin-bottom: 20px;
}

.c-info-box {
  background-color: var(--af-b-step-light-grey);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.c-info-box.c-info-box--no-padding {
  background-color: var(--af-b-step-white);
  padding: 0;
}

.l-col {
  width: 100%;
}

.l-col.l-col--1-3 {
  width: 33.3333%;
}

.l-col.l-col--2-3 {
  width: 66.6667%;
}

.c-content-container {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.l-row {
  flex-flow: wrap;
  display: flex;
}

.l-footer-col {
  width: 100%;
}

.l-footer-col.l-footer-col--1-3 {
  width: 33.3333%;
}

.l-footer-col.l-footer-col--2-3 {
  width: 66.6667%;
}

.l-footer-row {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.c-footer-content-container {
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.c-footer-content-container.c-footer-content-container--featured {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.c-footer__text--is-emphasized {
  font-weight: 500;
}

.c-footer__heading {
  color: var(--af-b-step-white);
}

.c-header-insert {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
  position: absolute;
  inset: auto auto 40px 60px;
}

.c-map {
  border: 1px solid var(--af-b-step-light-blue);
  cursor: pointer;
  border-radius: 5px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-map:hover {
  border: 1px solid var(--af-b-step-blue);
}

.m-map__img {
  width: 100%;
}

.c-map__icon {
  background-color: var(--af-b-step-blue);
  cursor: pointer;
  background-image: url('../images/af-b-step_icon_enlarge_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  transition: all .4s;
  position: absolute;
  inset: auto 10px 10px auto;
}

.c-map__icon:hover {
  background-image: url('../images/af-b-step_icon_enlarge_light-blue.svg');
}

.c-map-overlay {
  z-index: 3000;
  background-color: var(--af-b-step-blue);
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.c-map-overlay-button {
  background-color: var(--af-b-step-blue);
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 40px 40px auto auto;
}

.c-map-overlay-button__text {
  color: var(--af-b-step-white);
  text-align: center;
  flex: 1;
}

.c-map-overlay-button__text:hover {
  color: var(--af-b-step-light-blue);
}

.c-map-overlay__img {
  border-radius: 5px;
  width: 50%;
  overflow: hidden;
}

.m-map-overlay__img {
  width: 100%;
}

.c-category-heading {
  color: var(--af-b-step-blue);
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}

.c-category-heading.c-category-heading--boxed {
  background-color: var(--af-b-step-blue);
  color: var(--af-b-step-white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px;
}

.c-category-heading.c-category-heading--white {
  color: var(--af-b-step-white);
  font-weight: 600;
}

.c-intro__text {
  text-align: justify;
  margin-top: 20px;
}

.c-intro__text.c-intro__text--highlighted {
  border-left: 5px solid var(--af-b-step-red);
  background-color: var(--af-b-step-light-red);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.c-intro__text.c-intro__text--small {
  overflow-wrap: anywhere;
  font-size: 1rem;
}

.c-intro__heading {
  text-transform: none;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
}

.c-logo-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  margin-bottom: 20px;
  display: flex;
}

.c-logo-tile {
  background-color: var(--af-b-step-white);
  border-radius: 5px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16%;
  max-width: 200px;
  padding: 20px;
}

.c-logo-tile.c-logo-tile--featured {
  order: -9999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 16%;
  margin-right: 40px;
  display: flex;
}

.c-footer__subheading {
  color: var(--af-b-step-white);
}

.c-header-insert_note {
  margin-top: 10px;
}

.c-header-insert__link {
  background-color: var(--af-b-step-white);
  color: var(--af-b-step-red);
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px 20px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.c-header-insert__link:hover {
  color: var(--af-b-step-red);
}

.c-visual-content {
  border-radius: 5px;
  margin-top: 60px;
  margin-bottom: 40px;
  overflow: hidden;
}

.m-visual-content {
  width: 100%;
}

.c-intro__link {
  flex-flow: column;
  margin-bottom: 10px;
  font-size: 1rem;
  display: block;
}

.c-header-insert__text.c-header-insert__text--emphasized {
  text-decoration: underline;
}

.c-info-box-footer {
  border-top: 1px solid var(--af-b-step-light-blue);
  background-color: var(--af-b-step-light-grey);
  text-align: center;
  padding: 20px;
}

.c-logo-tile-cluster {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.c-info-box-item__text--blue {
  color: var(--af-b-step-blue);
}

.c-featured-content {
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.text-block {
  margin-bottom: 10px;
}

@media screen and (min-width: 1440px) {
  .l-inner-container, .l-footer-container {
    max-width: 1400px;
  }

  .c-footer__text.c-footer__text--featured {
    width: 75%;
  }

  .c-intro__text.c-intro__text--small {
    overflow-wrap: anywhere;
  }

  .c-logo-tile.c-logo-tile--featured {
    justify-content: space-around;
    align-items: flex-start;
  }

  .c-featured-content {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.5rem;
  }

  a {
    color: var(--af-b-step-blue);
  }

  .l-inner-container {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-btn {
    justify-content: center;
  }

  .c-header-insert__keyline {
    font-size: 3vw;
    left: 40px;
  }

  .c-main-menu-container {
    align-self: center;
    position: static;
  }

  .c-navbar {
    align-items: flex-start;
    padding: 20px 40px;
  }

  .c-main-menu__link {
    background-color: var(--af-b-step-blue);
    box-shadow: none;
    color: var(--af-b-step-white);
    text-align: right;
    width: 100%;
    margin-right: 0;
    padding: 10px 40px;
    transition: background-color .4s;
  }

  .c-main-menu__link:hover {
    color: var(--af-b-step-light-blue);
  }

  .c-main-menu__link:focus, .c-main-menu__link.w--current, .c-main-menu__link.w--current:hover {
    color: var(--af-b-step-grey);
  }

  .c-main-menu__link.c-main-menu__link--is-contact {
    display: none;
  }

  .c-menu-toggle {
    z-index: 1;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    width: 30px;
    height: 40px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .c-menu-toggle.w--open {
    z-index: 2;
    background-color: #0000;
  }

  .c-main-menu {
    background-color: var(--af-b-step-blue);
    color: var(--af-b-step-white);
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .c-text-overlay {
    width: auto;
  }

  .l-inner-content-container {
    width: auto;
    padding: 80px 50px 90px;
  }

  .c-info-box-item {
    width: 50%;
  }

  .c-info-box-item__heading {
    width: 100%;
  }

  .c-info-box-item__text {
    width: 100%;
    font-size: 1.5rem;
  }

  .l-section.l-section--bg-light-blue {
    background-position: 100% 100%;
  }

  .l-footer-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-menu-toggle__line-top {
    background-color: var(--af-b-step-white);
    width: 100%;
    height: 3px;
    position: absolute;
    top: 10px;
  }

  .c-menu-toggle__line-bottom {
    background-color: var(--af-b-step-white);
    width: 100%;
    height: 3px;
    position: absolute;
    top: 30px;
  }

  .c-menu-toggle__line-center {
    background-color: var(--af-b-step-white);
    width: 100%;
    height: 3px;
    position: absolute;
    top: 20px;
  }

  .c-top-btn {
    bottom: 30px;
    right: 30px;
  }

  .c-header__img {
    background-attachment: scroll;
  }

  .c-acknowledgement {
    margin-bottom: 40px;
  }

  .c-info-box {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .c-content-container {
    padding: 20px;
  }

  .l-footer-col.l-footer-col--1-3, .l-footer-col.l-footer-col--2-3 {
    width: 100%;
  }

  .l-footer-row {
    flex-flow: column;
  }

  .c-footer__heading {
    margin-bottom: 20px;
  }

  .c-header-insert {
    bottom: 60px;
    left: 20px;
  }

  .c-map {
    min-height: auto;
  }

  .c-map-overlay__img {
    width: 100%;
  }

  .c-category-heading {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-category-heading.c-category-heading--boxed {
    margin-left: 0;
  }

  .c-intro__heading {
    font-size: 1.5rem;
  }

  .c-logo-container {
    margin-bottom: 40px;
  }

  .c-footer__subheading {
    color: var(--af-b-step-white);
    margin-bottom: 20px;
  }

  .c-intro__link {
    overflow-wrap: anywhere;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.2rem;
  }

  .c-header {
    height: 500px;
  }

  .l-inner-container {
    padding: 20px;
  }

  .c-header-text__subline {
    font-size: 16px;
    line-height: 28px;
  }

  .c-header-insert__keyline {
    padding: 0;
    font-size: 1.25rem;
    inset: auto auto 0% 0%;
  }

  .c-navbar-link {
    width: 200px;
    padding-left: 0;
  }

  .c-navbar-container {
    width: 100%;
  }

  .c-navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-main-menu {
    padding-top: 100px;
    inset: 0% 0% auto;
  }

  .l-inner-content-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-main-container {
    padding: 15px;
  }

  .c-404-container {
    padding: 30px;
  }

  .c-section__heading {
    margin-bottom: 20px;
  }

  .c-info-box-item {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 20px 0;
  }

  .c-info-box-item__heading {
    width: 100%;
    font-size: 1rem;
    line-height: 1;
  }

  .c-info-box-item__text {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .l-section.l-section--bg-light-blue {
    background-position: 100% 100%;
  }

  .l-footer-container {
    padding: 20px;
  }

  .c-info-box {
    flex-flow: column;
  }

  .l-col, .l-col.l-col--1-3, .l-col.l-col--2-3 {
    width: 100%;
  }

  .l-row {
    flex-flow: column;
  }

  .l-footer-col {
    width: 100%;
  }

  .l-footer-row {
    flex-flow: column;
  }

  .c-footer-content-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-footer__heading {
    font-size: 1.5rem;
  }

  .c-header-insert {
    background-color: var(--af-b-step-blue);
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .c-map {
    width: 100%;
    margin-top: 0;
  }

  .c-map-overlay {
    padding: 20px;
  }

  .c-map-overlay-button {
    right: 20px;
  }

  .c-map-overlay__img {
    border-radius: 10px;
  }

  .c-category-heading {
    margin-top: 20px;
  }

  .c-category-heading.c-category-heading--boxed {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-intro__text {
    margin-top: 0;
  }

  .c-intro__text.c-intro__text--highlighted {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .c-intro__heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-logo-container {
    margin-bottom: 20px;
  }

  .c-visual-content {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .8rem;
    line-height: 1rem;
  }

  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    line-height: 1.5;
  }

  p {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .c-header {
    height: auto;
  }

  .l-inner-container {
    padding: 20px;
  }

  .c-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-main-menu__link.c-main-menu__link--is-contact {
    display: none;
  }

  .c-menu-toggle.w--open {
    flex: none;
  }

  .l-inner-content-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-section__heading {
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px 20px;
  }

  .c-info-box-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-info-box-item__heading {
    margin-bottom: 10px;
  }

  .c-info-box-item__text {
    font-size: 1rem;
  }

  .c-info-box-item__text.c-info-box-item__text--small {
    font-size: .875rem;
    line-height: 1.25;
  }

  .l-footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-header__img {
    height: 400px;
  }

  .c-footer__text, .g-list-item {
    margin-bottom: 10px;
  }

  .c-info-box {
    padding: 20px;
  }

  .c-content-container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .c-footer-content-container {
    padding-left: 0;
    padding-right: 0;
  }

  .c-footer__heading {
    font-size: 1rem;
  }

  .c-header-insert {
    border-radius: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .c-logo-tile {
    width: 30%;
  }

  .c-logo-tile.c-logo-tile--featured {
    width: 32%;
    margin-bottom: 20px;
  }

  .c-footer__subheading {
    margin-bottom: 0;
    font-size: .875rem;
  }

  .c-intro__link {
    font-size: .875rem;
  }

  .c-featured-content {
    flex-flow: column;
  }
}


@font-face {
  font-family: '"Silka Webfont"';
  src: url('../fonts/silka-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '"Silka Webfont"';
  src: url('../fonts/silka-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}