#risk-checker-container {
  --riskchecker-blue: #062a60;
  --riskchecker-tint-blue: #caf4ff;
  --riskchecker-pink: #ff00c2;
  --riskchecker-tint-pink: #ffc9fb;
  --riskchecker-white: #ffffff;
  --riskchecker-lime: #dcec3e;
  --riskchecker-font: 'trade-gothic-next', 'Libre Franklin', system-ui,
    -apple-system, 'Segoe UI', 'Roboto', 'Ubuntu', 'Cantarell', 'Noto Sans',
    sans-serif;
  --riskchecker-font-compressed: 'trade-gothic-next-compressed',
    'Libre Franklin', system-ui, -apple-system, 'Segoe UI', 'Roboto', 'Ubuntu',
    'Cantarell', 'Noto Sans', sans-serif;

  body {
    color: var(--riskchecker-blue) !important;

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6,
    body,
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
      color: var(--riskchecker-blue) !important;
    }

    /* Font family overide */

    legend,
    body,
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video,
    button {
      font-family: var(--riskchecker-font) !important;
    }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6,
    legend,
    label {
      font-family: var(--riskchecker-font-compressed) !important;
    }

    /* Header */

    .header__flex {
      border-bottom: none !important;
    }

    .logo {
      svg {
        height: 92px;
        width: 210px;
      }
    }

    .btn--primary {
      background-color: var(--riskchecker-pink) !important;
      border-color: var(--riskchecker-pink) !important;
      color: var(--riskchecker-white) !important;
      font-size: 16px !important;
      text-transform: none;
    }

    .btn--primary-outline {
      background-color: transparent !important;
      border-color: var(--riskchecker-pink) !important;
      color: var(--riskchecker-blue) !important;
      font-size: 16px !important;
      text-transform: none;
    }

    .btn--blue,
    .button--yellow,
    .button {
      background-color: var(--riskchecker-blue) !important;
      border-color: var(--riskchecker-blue) !important;
      color: var(--riskchecker-white) !important;
      font-size: 16px !important;
      text-transform: none;
    }

    .btn--white {
      font-size: 16px !important;
    }

    header {
      .buttons {
        a {
          font-size: 16px !important;
          font-weight: 600 !important;
          text-transform: none !important;
        }
      }
    }

    .make-donation__button a {
      font-size: 19px !important;
      font-weight: 600 !important;
    }

    /* Section */

    .section_index {
      display: block;
      box-sizing: border-box;
      padding: 64px;
      @media (max-width: 600px) {
        padding: 32px;
      }
    }

    /* Quest */

    .section_quest {
      padding: 64px;
      @media (max-width: 600px) {
        padding: 32px;
      }
    }

    /* Descoption */

    .description {
      h1 {
        font-family: var(--riskchecker-font-compressed) !important;
        color: var(--riskchecker-blue) !important;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 50px;
        margin-bottom: 64px;
        line-height: 50px;
      }

      a {
        color: var(--riskchecker-blue) !important;
        font-weight: bold !important;
        text-decoration: underline !important;
      }
    }

    /* Info / alerts / Accordios */

    .text_info {
      background-color: var(--riskchecker-tint-pink) !important;
    }

    /* Accordion */

    .accordeon .item__title,
    .accordeon .item__content {
      background-color: var(--riskchecker-tint-blue) !important;
      padding: 16px 24px;
    }

    .accordeon .item__title span:after,
    .accordeon .item__title span:before {
      background-color: var(--riskchecker-blue);
    }

    /* Start */
    .start {
      margin-top: 64px;
    }

    /* Pagination */

    .section_quest__paginations li.active:after {
      background-color: var(--riskchecker-pink) !important;
    }

    /* Forms */

    .section_quest__items > .item .checks ul li label div span:after {
      background-color: var(--riskchecker-blue);
    }

    .input-wrap {
      background-color: var(--riskchecker-tint-blue) !important;
    }

    .result-message {
      background-color: var(--riskchecker-tint-pink) !important;
    }

    div.bmi .calculator-wrap button[name='calculate-button'] {
      background-color: var(--riskchecker-blue) !important;
      border-color: var(--riskchecker-blue) !important;
      color: var(--riskchecker-white) !important;
    }

    div.bmi .calculator-wrap .input-wrap input + .slider .left {
      background-color: #fff !important;
      border: 1px solid var(--riskchecker-blue) !important;
      color: var(--riskchecker-blue) !important;
    }
    div.bmi .calculator-wrap .input-wrap .slider .right {
      background-color: var(--riskchecker-blue) !important;
      border: 1px solid var(--riskchecker-blue) !important;
    }

    .section_quest__items > .item .check-box ul li div span:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.858' height='13.662' viewBox='0 0 14.858 13.662'%3E%3Cpath id='Path_2' data-name='Path 2' d='M0,6.26l4.462,4.462L12.05,0' transform='translate(1.414 1.394)' fill='none' stroke='%23ff00c2' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
    }

    .section_quest__items > .item .check-info .text_info ul li:before {
      color: var(--riskchecker-blue) !important;
    }

    /* Footer */

    .questFooter {
      display: none;
    }

    .footer {
      border-top: none !important;
      background-color: var(--riskchecker-blue) !important;

      * {
        color: white !important;
      }
    }

    /* Results */

    .section_thank h1,
    .section_thank__info h2,
    .section_social__content h2 {
      color: var(--riskchecker-blue) !important;
    }

    .section_thank h2 {
      padding: 32px;
    }

    .section_thank span.rte-pullout.ros-blue {
      margin-bottom: 0;
      display: block;
    }

    .section_thank__info h2,
    .section_social__content {
      background-color: var(--riskchecker-tint-blue) !important;
    }

    .section_thank__info .send_info .send_check label div span:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.858' height='13.662' viewBox='0 0 14.858 13.662'%3E%3Cpath id='Path_2' data-name='Path 2' d='M0,6.26l4.462,4.462L12.05,0' transform='translate(1.414 1.394)' fill='none' stroke='%23ff00c2' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
    }

    .make-donation__container .make-donation__title[style] {
      color: var(--riskchecker-blue) !important;
      /* text-transform: uppercase; */
    }

    .question-item__arrow img {
      filter: brightness(0) saturate(100%) invert(13%) sepia(78%)
        saturate(1846%) hue-rotate(204deg) brightness(95%) contrast(105%);
    }

    /* campaign-module */

    .campaign-module__title {
      color: var(--riskchecker-blue) !important;
      font-size: 30px;
      line-height: 40px;
    }

    .campaign-module__text {
      padding: 32px;
    }

    /* Donation */

    .make-donation__title {
      font-size: 46px;
      line-height: 1;
      text-wrap: balance;
      /* text-transform: uppercase; */
    }

    .make-donation__content {
      margin-top: 0 !important;
    }

    /* Util mapping */

    .bg-teal {
      background-color: var(--riskchecker-lime) !important;
    }

    .ros-orange {
      color: var(--riskchecker-blue) !important;
    }

    .ros-blue {
      color: var(--riskchecker-blue) !important;
    }

    /* New utils */

    .u-colour-pink {
      color: var(--riskchecker-pink) !important;
      font-family: inherit !important;
    }
  }
}

@font-face {
  font-family: 'Bariol Serif';
  src: url(../fonts/BariolSerif-LightItalic.eot);
  src: local('Bariol Serif Light Italic'), local('BariolSerif-LightItalic'),
    url(../fonts/BariolSerif-LightItalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/BariolSerif-LightItalic.woff2) format('woff2'),
    url(../fonts/BariolSerif-LightItalic.woff) format('woff'),
    url(../fonts/BariolSerif-LightItalic.ttf) format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Bariol Serif';
  src: url(../fonts/BariolSerif-ThinItalic.eot);
  src: local('Bariol Serif Thin Italic'), local('BariolSerif-ThinItalic'),
    url(../fonts/BariolSerif-ThinItalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/BariolSerif-ThinItalic.woff2) format('woff2'),
    url(../fonts/BariolSerif-ThinItalic.woff) format('woff'),
    url(../fonts/BariolSerif-ThinItalic.ttf) format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Bariol Serif';
  src: url(../fonts/BariolSerif-Italic.eot);
  src: local('Bariol Serif Italic'), local('BariolSerif-Italic'),
    url(../fonts/BariolSerif-Italic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/BariolSerif-Italic.woff2) format('woff2'),
    url(../fonts/BariolSerif-Italic.woff) format('woff'),
    url(../fonts/BariolSerif-Italic.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Bariol Serif';
  src: url(../fonts/BariolSerif-Thin.eot);
  src: local('Bariol Serif Thin'), local('BariolSerif-Thin'),
    url(../fonts/BariolSerif-Thin.eot?#iefix) format('embedded-opentype'),
    url(../fonts/BariolSerif-Thin.woff2) format('woff2'),
    url(../fonts/BariolSerif-Thin.woff) format('woff'),
    url(../fonts/BariolSerif-Thin.ttf) format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bariol Serif';
  src: url(../fonts/BariolSerif-Bold.eot);
  src: local('Bariol Serif Bold'), local('BariolSerif-Bold'),
    url(../fonts/BariolSerif-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/BariolSerif-Bold.woff2) format('woff2'),
    url(../fonts/BariolSerif-Bold.woff) format('woff'),
    url(../fonts/BariolSerif-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'bariolbold';
  font-weight: normal;
  font-style: normal;
}
input {
  font-family: 'bariol' !important;
}
p {
  font-size: 18px !important;
}
.btn {
  font-size: 18px !important;
}
.accordeon .item__title h2 {
  font-size: 22px !important;
}
body .nanoModal .nanoModalBtn.nanoModalBtnPrimary {
  width: 100%;
  margin-bottom: 20px !important;
  height: 45px !important;
  margin-left: -2px !important;
}
body .nanoModal .nanoModalContent {
  font-family: 'bariolbold' !important;
  font-size: 18px;
  font-weight: 600;
  color: #233a67;
  text-align: center;
  width: 410px !important;
  line-height: 24px !important;
}
body .nanoModal .nanoModalButtons {
  border-top: none !important;
  display: flex !important;
}
div.bmi .calculator-wrap button[name='calculate-button'] {
  font-size: 18px !important;
  font-family: 'bariolbold' !important;
  margin-top: 30px !important;
  height: 45px !important;
}
div.bmi .calculator-wrap button[name='calculate-button']:hover {
  background-color: #e9540e !important;
  border: none !important;
  color: #fff !important;
}
.bmi h2 {
  font-family: 'bariol' !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
.bmi {
  font-family: 'bariolbold' !important;
}
.bmi label {
  color: #233a67 !important;
}
.calculate-button {
  margin-top: 100px !important;
}
div.bmi {
  justify-content: start !important;
  padding-top: 15px !important;
  height: auto !important;
  align-items: normal;
}
.result-message {
  color: #233a67 !important;
  text-align: left !important;
  font-size: 16px !important;
  line-height: 24px !important;
  max-width: 560px !important;
}
.section_quest__items > .item .check-info .text_info ul li {
  font-family: 'bariolregular' !important;
}
.description ul li {
  font-family: 'bariolregular' !important;
  font-size: 18px !important;
}
.description ul li:before {
  color: #233a67 !important;
}
.footer__flex .left_nav ul li a {
  font-family: 'bariolbold' !important;
}
.accordeon ul {
  margin-top: -20px !important;
}
.footer {
  border-top: 3px solid #e9540e !important;
}
.section_boxs h2 {
  text-align: center !important;
}
.section_thank__info h4.info {
  font-family: 'bariolregular' !important;
  font-size: 18px !important;
  font-weight: 100 !important;
}
.section_thank__info .content > div h3 {
  font-size: 22px !important;
}
.section_thank__info .content > div h4 {
  font-size: 22px !important;
}
.section_thank__info {
  margin: 0 auto !important;
}
.section_quest__items > .item .check-info .text_info p {
  margin-bottom: 15px !important;
}
.section_quest__items > .item .checks ul li label div {
  align-items: flex-start !important;
}
.section_quest__items > .item .checks ul li label div span {
  top: 1px;
}
.section_quest__items > .item .checks ul li label div p small {
  font-size: 18px !important;
  line-height: 24px !important;
}
.section_quest__items > .item .check-info .text_info ul li {
  font-size: 18px !important;
}
.section_quest__items > .item .check-info .text_info ul {
  margin-top: -15px !important;
}
.check-info {
  margin-bottom: 10px !important;
}
.btn--center {
  width: 100%;
}
.start .btn--center {
  width: 300px !important;
}
.questFooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #233a67;
}
.section_quest__buttons {
  margin-bottom: 50px !important;
}
.bmi .result-message {
  margin-top: 30px !important;
}
div.bmi .calculator-wrap .input-wrap .slider {
  display: flow !important;
}

@media (max-width: 600px) {
  .btn {
    min-height: 40px !important;
    font-weight: normal !important;
    font-style: normal !important;
    padding-top: 9px !important;
  }
  .start .btn {
    padding-top: 11px !important;
  }
  .questFooter {
    display: none !important;
  }
  .check-info {
    margin-bottom: 50px !important;
  }
  .section_quest__buttons {
    margin-bottom: 0px !important;
  }
  div.bmi .calculator-wrap button[name='calculate-button'] {
    width: 100% !important;
    margin: 0 !important;
  }
  .results-wrapper {
    padding-top: 30px !important;
  }

  .startbut .btn--center {
    width: 50% !important;
  }

  b.nanoModal .nanoModalContent {
    font-size: 18px !important;
  }
}
@media (max-width: 640px) {
  div.bmi .calculator-wrap {
    width: 100% !important;
  }
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert {
  position: relative;
  padding: 1rem 3rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0;
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  font-size: 18px;
  line-height: 1.33;
}
.alert ul li:marker {
  content: '\2022';
  color: #e9540d;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
strong {
  font-weight: bold;
}

/* ==========================================================================
   #MAKE DONATION
   ========================================================================== */
.make-donation {
  position: relative;
  margin-bottom: -45px;
  margin-top: 22px;
}

@media (max-width: 767px) {
  .make-donation {
    margin-top: 35px;
    margin-bottom: -25px;
  }
}

.make-donation__image {
  z-index: -1;
  position: relative;
}
.make-donation__image img {
  display: block;
  width: 100%;
}

@media (max-width: 991px) {
  .make-donation__image img {
    min-height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .make-donation__image img {
    min-height: 55vw;
  }
}

.make-donation__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .make-donation__content {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .make-donation__content {
    position: relative;
    top: auto;
    margin: 0px;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
}

.make-donation__container {
  max-width: 440px;
}

.make-donation__title {
  padding: 0px;
  margin: 0px;
  font-size: 56px;
  line-height: 1;
  font-weight: bold;
  font-family: 'Bariol Serif';
}

.question-item__title {
  font-family: 'bariolbold';
}

.question-item__summary {
  font-family: 'bariolregular';
}

@media (max-width: 1199px) {
  .make-donation__title {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .make-donation__title {
    font-size: 36px;
  }
}

.make-donation__button {
  padding: 35px 0px 0px 0px;
}

@media (max-width: 991px) {
  .make-donation__button {
    padding-top: 23px;
  }
}

.make-donation__button .button {
  text-transform: none;
}

@media (max-width: 767px) {
  .make-donation__button .button {
    display: block;
    text-align: center;
  }
}

@media (max-width: 600px) {
  body .nanoModal .nanoModalBtn.nanoModalBtnPrimary {
    width: 100%;
    margin-bottom: 20px !important;
    height: 45px !important;
    margin-left: -2px !important;
  }
  body .nanoModal .nanoModalContent {
    font-family: 'bariolbold' !important;
    font-size: 18px;
    font-weight: 600;
    color: #233a67;
    text-align: center;
    width: 300px !important;
    line-height: 24px !important;
  }
  body .nanoModal .nanoModalButtons {
    border-top: none !important;
    display: block !important;
  }
  .nanoModal {
    max-width: 250px;
  }
}

.make-donation__button .button:hover {
  background-color: #e9530e !important;
  border-color: #e9530e !important;
  text-decoration: none !important;
}

.bottom-banner__mask {
  display: block;
  font-size: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  right: 0;
  z-index: 1;
  width: 100%;
}
.bottom-banner__mask img {
  float: left;
  width: 100% !important;
  height: auto !important;
  min-height: 1px !important;
  margin: 0 !important;
  -o-object-fit: inherit !important;
  object-fit: inherit !important;
  -o-object-position: 100% !important;
  object-position: 100% !important;
}

.button {
  padding: 8px 26px 8px 26px;
  color: #fff;
  background: #233a67;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  display: inline-block;
  border: none;
  letter-spacing: 0.5px;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}

.make-donation__button .button:hover {
  background-color: #e9530e !important;
  border-color: #e9530e !important;
  text-decoration: none !important;
}

.make-donation__button .button {
  text-transform: none;
}

.no-text-decoration {
  text-decoration: none;
}

.campaign-module {
  margin: 40px 0px 0px 0px;
}

@media (max-width: 767px) {
  .campaign-module {
    margin: 26px 0px 0px 0px;
  }
}

.campaign-module__content {
  color: #fff;
}

@media (max-width: 767px) {
  .campaign-module__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0px 30px 0px;
  }
}

.campaign-module__image {
  width: 371px;
  min-width: 371px;
}

@media (max-width: 991px) {
  .campaign-module__image {
    width: 271px;
    min-width: 271px;
  }
}

@media (max-width: 767px) {
  .campaign-module__image {
    width: 100%;
    min-width: 100px;
  }
}

.campaign-module__image img {
  display: block;
  width: 100%;
}

.campaign-module__text {
  padding: 0px 20px;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .campaign-module__text {
    padding: 26px 0px 0px 0px;
  }
}

.campaign-module__title {
  text-align: left;
  max-width: 560px;
  margin: 0px auto;
  color: #fff;
  text-align: center;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  color: #e9540d;
  padding: 0;
  font-family: 'Bariol Serif';
}

@media (max-width: 1199px) {
  .campaign-module__title {
    text-align: center;
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .campaign-module__title {
    text-align: center;
    font-size: 32px;
    padding: 0px 10px 0px 10px;
    line-height: 40px;
  }
}

.campaign-module__action {
  padding-top: 20px;
}

.campaign-module__action .button {
  text-transform: none;
}

@media (max-width: 767px) {
  .campaign-module__action .button {
    width: 90%;
  }
}

.campaign-module__action .button {
  font-family: bariolbold;
}

.campaign-module__action .button:hover {
  text-decoration: none !important;
}

.bg-primary {
  background-color: #1e3664 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #12213d !important;
}

.bg-secondary {
  background-color: #e9530e !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #b9420b !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}
.text-primary {
  color: #1e3664 !important;
}

.text-primary-75 {
  color: rgba(30, 54, 100, 0.75) !important;
}

.text-primary-50 {
  color: rgba(30, 54, 100, 0.5) !important;
}

.text-primary-25 {
  color: rgba(30, 54, 100, 0.25) !important;
}

.bg-primary {
  background-color: #1e3664 !important;
  color: #fff;
}

.bg-primary-75 {
  background-color: rgba(30, 54, 100, 0.75) !important;
}

.bg-primary-50 {
  background-color: rgba(30, 54, 100, 0.5) !important;
}

.bg-primary-25 {
  background-color: rgba(30, 54, 100, 0.25) !important;
}

.bg-primary-90 {
  background-color: rgba(30, 54, 100, 0.9) !important;
}

.bg-primary-80 {
  background-color: rgba(30, 54, 100, 0.8) !important;
}

.bg-primary-70 {
  background-color: rgba(30, 54, 100, 0.7) !important;
}

.bg-primary-60 {
  background-color: rgba(30, 54, 100, 0.6) !important;
}

.bg-primary-50 {
  background-color: rgba(30, 54, 100, 0.5) !important;
}

.bg-primary-40 {
  background-color: rgba(30, 54, 100, 0.4) !important;
}

.bg-primary-30 {
  background-color: rgba(30, 54, 100, 0.3) !important;
}

.bg-primary-20 {
  background-color: rgba(30, 54, 100, 0.2) !important;
}

.bg-primary-10 {
  background-color: rgba(30, 54, 100, 0.1) !important;
}

.text-secondary {
  color: #e9530e !important;
}

.text-secondary-75 {
  color: rgba(233, 83, 14, 0.75) !important;
}

.text-secondary-50 {
  color: rgba(233, 83, 14, 0.5) !important;
}

.text-secondary-25 {
  color: rgba(233, 83, 14, 0.25) !important;
}

.bg-secondary {
  background-color: #e9530e !important;
}

.bg-secondary-75 {
  background-color: rgba(233, 83, 14, 0.75) !important;
}

.bg-secondary-50 {
  background-color: rgba(233, 83, 14, 0.5) !important;
}

.bg-secondary-25 {
  background-color: rgba(233, 83, 14, 0.25) !important;
}

.bg-secondary-90 {
  background-color: rgba(233, 83, 14, 0.9) !important;
}

.bg-secondary-80 {
  background-color: rgba(233, 83, 14, 0.8) !important;
}

.bg-secondary-70 {
  background-color: rgba(233, 83, 14, 0.7) !important;
}

.bg-secondary-60 {
  background-color: rgba(233, 83, 14, 0.6) !important;
}

.bg-secondary-50 {
  background-color: rgba(233, 83, 14, 0.5) !important;
}

.bg-secondary-40 {
  background-color: rgba(233, 83, 14, 0.4) !important;
}

.bg-secondary-30 {
  background-color: rgba(233, 83, 14, 0.3) !important;
}

.bg-secondary-20 {
  background-color: rgba(233, 83, 14, 0.2) !important;
}

.bg-secondary-10 {
  background-color: rgba(233, 83, 14, 0.1) !important;
}

.text-teal {
  color: #008da3 !important;
}

.text-teal-75 {
  color: rgba(0, 141, 163, 0.75) !important;
}

.text-teal-50 {
  color: rgba(0, 141, 163, 0.5) !important;
}

.text-teal-25 {
  color: rgba(0, 141, 163, 0.25) !important;
}

.bg-teal {
  background-color: #008da3 !important;
}

.bg-teal-75 {
  background-color: rgba(0, 141, 163, 0.75) !important;
}

.bg-teal-50 {
  background-color: rgba(0, 141, 163, 0.5) !important;
}

.bg-teal-25 {
  background-color: rgba(0, 141, 163, 0.25) !important;
}

.text-pink {
  color: #e6007e !important;
}

.text-pink-75 {
  color: rgba(230, 0, 126, 0.75) !important;
}

.text-pink-50 {
  color: rgba(230, 0, 126, 0.5) !important;
}

.text-pink-25 {
  color: rgba(230, 0, 126, 0.25) !important;
}

.bg-pink {
  background-color: #e6007e !important;
}

.bg-pink-75 {
  background-color: rgba(230, 0, 126, 0.75) !important;
}

.bg-pink-50 {
  background-color: rgba(230, 0, 126, 0.5) !important;
}

.bg-pink-25 {
  background-color: rgba(230, 0, 126, 0.25) !important;
}

.text-light-blue {
  color: #00b0e1 !important;
}

.text-light-blue-75 {
  color: rgba(0, 176, 225, 0.75) !important;
}

.text-light-blue-50 {
  color: rgba(0, 176, 225, 0.51) !important;
}

.text-light-blue-25 {
  color: rgba(0, 176, 225, 0.25) !important;
}

.bg-light-blue {
  background-color: #00b0e1 !important;
}

.bg-light-blue-75 {
  background-color: rgba(0, 176, 225, 0.75) !important;
}

.bg-light-blue-50 {
  background-color: rgba(0, 176, 225, 0.51) !important;
}

.bg-light-blue-25 {
  background-color: rgba(0, 176, 225, 0.25) !important;
}

.bg-baby-blue {
  background-color: #c6ebf8 !important;
}

.bg-yellow {
  background-color: #ffd52f !important;
  color: #233a67;
}

.bg-teal {
  background-color: #008ba1 !important;
}

.bg-pink {
  background-color: #ea409c !important;
}

.text-white * {
  color: #fff;
}

.text-grey-90 {
  color: rgba(0, 0, 0, 0.9);
}

.text-grey-80 {
  color: rgba(0, 0, 0, 0.8);
}

.text-grey-70 {
  color: rgba(0, 0, 0, 0.7);
}

.text-grey-60 {
  color: rgba(0, 0, 0, 0.6);
}

.text-grey-50 {
  color: rgba(0, 0, 0, 0.5);
}

.text-grey-40 {
  color: rgba(0, 0, 0, 0.4);
}

.text-grey-30 {
  color: rgba(0, 0, 0, 0.3);
}

.text-grey-20 {
  color: rgba(0, 0, 0, 0.2);
}

.text-grey-10 {
  color: rgba(0, 0, 0, 0.1);
}

.text-grey-05 {
  color: rgba(0, 0, 0, 0.05);
}

.bg-grey-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-grey-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-grey-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-grey-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-grey-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-grey-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-grey-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-grey-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-grey-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-grey-05 {
  background-color: rgba(0, 0, 0, 0.05);
}

.bg-light-blue {
  background-color: #dbe4f4 !important;
}

.bg-baby-blue {
  background-color: #c6ebf8 !important;
}
.button--yellow {
  background: #ffd52f !important;
  color: #1e3664 !important;
}

.button--yellow:hover {
  background-color: #d6b324 !important;
  color: #1e3664 !important;
}

.button--DarkBlue {
  background: #1e3664 !important;
  color: #ffffff !important;
}

.button--DarkBlue:hover {
  background-color: #e9530e !important;
  color: #ffffff !important;
}

.button--Orange {
  background: #e9530e !important;
  color: #ffffff !important;
}

.button--Orange:hover {
  background-color: #1e3664 !important;
  color: #ffffff !important;
}

.button--Teal {
  background: #008ba1 !important;
  color: #ffffff !important;
}

.button--Teal:hover {
  background-color: #005f6d !important;
  color: #ffffff !important;
}

.button--Pink {
  background: #ea409c !important;
  color: #ffffff !important;
}

.button--Pink:hover {
  background-color: #d33b8f !important;
  color: #ffffff !important;
}

.button--BabyBlue {
  background: #c6ebf8 !important;
  color: #1e3664 !important;
}

.button--BabyBlue:hover {
  background-color: #a9c9d3 !important;
  color: #1e3664 !important;
}

.button--LightBlue {
  background: #dbe4f4 !important;
  color: #1e3664 !important;
}

.button--LightBlue:hover {
  background-color: #bec6d3 !important;
  color: #1e3664 !important;
}

.button--LightOrange {
  background: #fcece5 !important;
  color: #1e3664 !important;
}

.button--LightOrange:hover {
  background-color: #d3c6c0 !important;
  color: #1e3664 !important;
}

.button--White {
  background: #ffffff !important;
  color: #1e3664 !important;
}

.button--White:hover {
  background-color: #d3d3d3 !important;
  color: #1e3664 !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
/* THIRD PARTY IMAGE BLOCK */
.third-party-image-block {
  width: 100vw;
  left: calc(50% - 50vw);
  position: relative;
  z-index: 1;
  background-color: rgba(30, 54, 100, 0.1);
  padding: 2rem 0 3rem 0;
}

.third-party-image-block .third-party-images-container {
  margin-top: 1.5rem;
  margin-bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.third-party-image-block .third-party-image {
  display: block;
  width: 100%;
  padding-top: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
/* END THIRD PARTY IMAGE BLOCK */
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.1%;
    -ms-flex: 0 0 14.1%;
    flex: 0 0 14.1%;
    max-width: 14.1%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.1%;
    -ms-flex: 0 0 14.1%;
    flex: 0 0 14.1%;
    max-width: 14.1%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 14.1%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.1%;
    -ms-flex: 0 0 14.1%;
    flex: 0 0 14.1%;
    max-width: 14.1%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.1%;
    -ms-flex: 0 0 14.1%;
    flex: 0 0 14.1%;
    max-width: 14.1%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 14.1%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.1%;
    -ms-flex: 0 0 14.1%;
    flex: 0 0 14.1%;
    max-width: 14.1%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.1%;
    -ms-flex: 0 0 14.1%;
    flex: 0 0 14.1%;
    max-width: 14.1%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 14.1%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.1%;
    -ms-flex: 0 0 14.1%;
    flex: 0 0 14.1%;
    max-width: 14.1%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.1%;
    -ms-flex: 0 0 14.1%;
    flex: 0 0 14.1%;
    max-width: 14.1%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 14.1%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.blue {
  color: #1e3664;
  font-weight: 700;
  font-family: 'Bariol Serif';
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 34px;
  line-height: 44px;
}

.focus {
  background-color: lightblue;
}

legend {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #233a67;
  margin-bottom: 20px;
}

.header__flex .btn {
  font-size: 20px !important;
  width: auto;
  text-transform: uppercase;
}

@media (min-width: 600px) {
  .header__flex .btn {
    font-size: 20px !important;
    line-height: 27px !important;
    padding: 5px 19px 5px !important;
    margin: 6px 4px 0 0 !important;
  }

  .header__flex .btn:first-of-type {
    width: 111.95px;
  }

  .header__flex .btn:last-of-type {
    width: 109.66px;
    margin-right: 0 !important;
  }
}

.logo {
  cursor: pointer !important;
}

.send_email label {
  width: 100%;
  margin-bottom: 10px;
}
.extra-info {
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.extra-info p {
  line-height: 24px;
}

.focus-visible-only:focus-visible {
  outline: 4px dashed black !important;
}
.form-row {
  display: flex;
  gap: 20px;
}
.form-row p {
  margin-bottom: 5px;
}
.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form-group p {
  margin-bottom: 5px;
}
.form-group input {
  width: 90% !important;
}

/*Mobile phone responsiveness*/
@media (max-width: 600px) {
  .form-row {
    display: block;
    margin-left: 0px !important;
  }
}
