html, body {
  min-height: 100vh;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
html *, body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  background-color: #002E69;
}

p, li {
  line-height: 130%;
  margin: 1rem 0;
}

h1, h2 {
  font-weight: 600;
}

h2 {
  color: #0056A9;
  font-size: 1.5rem;
  line-height: 130%;
  margin: 0 0 1em 0;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 144px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 144px 0px rgba(0, 0, 0, 0.4);
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 46, 105, 0)), to(#002E69)), url("/img/header-collage.png") lightgray 0px -0.869px/100% 289.655% no-repeat;
  background: linear-gradient(180deg, rgba(0, 46, 105, 0) 0%, #002E69 100%), url("/img/header-collage.png") lightgray 0px -0.869px/100% 289.655% no-repeat;
  background-size: cover;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  z-index: 2;
}
.header .header-title {
  width: 100%;
  background-image: url("/img/header-map.png");
  background-size: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 1.5rem 10% 1.5rem 2.5rem;
  z-index: 2;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  text-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 2.5em;
  line-height: 1.5;
}
.header .header-title h1 {
  font-size: 1em;
  margin: 0;
  display: inline;
  background: rgba(0, 86, 169, 0.8);
  color: #fff;
  padding: 0;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-box-shadow: 1rem 0 0 rgba(0, 86, 169, 0.8), -1rem 0 0 rgba(0, 86, 169, 0.8);
          box-shadow: 1rem 0 0 rgba(0, 86, 169, 0.8), -1rem 0 0 rgba(0, 86, 169, 0.8);
}
.header .header-title h1 em {
  font-style: normal;
  font-weight: 400;
}
.header .header-logo {
  padding: 3em 3em 3em 2em;
}
.header .header-logo .logo {
  width: 8em;
  height: auto;
}
@media screen and (max-width: 799px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .header .header-title {
    padding: 1.5rem 1.5rem;
    background-size: 120% auto;
  }
  .header .header-logo {
    padding: 0.75rem;
  }
  .header .header-logo img {
    max-width: 4rem;
  }
}
@media screen and (max-width: 499px) {
  .header .header-title {
    background-size: auto 150%;
    font-size: 1.5em;
  }
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  min-height: 100vh;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
  gap: 0;
}
.content .content-section {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
  padding: 1rem;
  background-color: #E6EEF6;
}
.content .content-section * {
  word-wrap: break-word;
}
.content .content-section p:last-child {
  margin-bottom: 0;
}
.content .content-section a {
  color: #000000;
}
.content .content-section ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
  max-width: 100%;
}
.content .content-section ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 2.75rem;
  margin-bottom: 1.5rem;
}
.content .content-section ol li::before {
  content: counter(custom-counter) " ";
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  padding: 5px 10px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  font-size: 1.25rem;
  background: var(--num-gradient, linear-gradient(135deg, rgba(0, 46, 105, 0) 0%, rgba(0, 46, 105, 0.5) 100%), #D90D0D);
}
.content .content-section .sample-email {
  margin: 1rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content .content-section .sample-email .email-header {
  background: #0056A9;
  padding: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content-section .sample-email .email-header .header-left, .content .content-section .sample-email .email-header .header-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.content .content-section .sample-email .email-header .header-left .email-icon, .content .content-section .sample-email .email-header .header-right .email-icon {
  width: 20px;
  height: auto;
}
.content .content-section .sample-email .email-header .header-right .email-icon {
  margin-left: 0.9rem;
}
.content .content-section .sample-email .email-subject {
  background: #F8F8F8;
  padding: 0.9rem;
}
.content .content-section .sample-email .email-subject span {
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 500;
}
.content .content-section .sample-email .email-body {
  padding: 0.66rem 0.9rem 1.5rem 0.9rem;
  background: #fff;
  border-top: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-size: 14px;
}
.content .content-section .sample-email .email-body .email-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content-section .sample-email .email-body .email-info .sender-icon {
  padding: 6px 12px;
  border-radius: 50%;
  background: #002E69;
  color: #fff;
  margin-right: 0.9rem;
}
.content .content-section .sample-email .email-body .email-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1rem;
}
.content .content-section .sample-email .email-body .email-info .info .sender {
  font-size: 14px;
  color: #000000;
}
.content .content-section .sample-email .email-body .email-info .info .recipient, .content .content-section .sample-email .email-body .email-info .info .date {
  font-size: 12px;
  color: #6E6E6E;
}
.content .content-section .sample-email .email-body .email-message {
  margin-top: 0.9rem;
}
.content .form-section {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: auto;
  padding: 0;
  height: auto;
  min-width: 14em;
  text-align: center;
}
.content .form-section .jump-to-instructions {
  display: inline-block;
  color: #0056A9;
  text-decoration: none;
}
.content .form-section .jump-to-instructions:hover, .content .form-section .jump-to-instructions:focus {
  text-decoration: underline;
}
.content .form-section .smcx-widget, .content .form-section .smcx-iframe-container {
  height: 580px !important;
}
.content .form-section .smcx-iframe-container {
  position: relative;
  top: -1.5rem;
}
.content .form-section .smcx-widget {
  text-align: center;
  position: sticky !important;
  top: 0;
  margin: 0 auto !important;
}
.content .form-section .smcx-widget iframe {
  width: auto !important;
  min-width: 20em;
  max-width: 100%;
}
@media screen and (min-width: 666px) {
  .content {
    gap: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .content .form-section {
    height: auto;
    margin-top: -0.5rem;
  }
  .content .form-section .jump-to-instructions {
    display: none;
  }
  .content .form-section .smcx-widget iframe {
    width: 100% !important;
    min-width: auto;
  }
}
@media screen and (min-width: 1000px) {
  .content .form-section {
    min-width: 20em;
  }
}