.font-utopia {
  font-family: 'utopia-std', 'Georgia', serif;
}
.font-montserrat {
  font-family: 'Montserrat', Arial, sans-serif;
}
.font-opensans {
  font-family: 'Open Sans', Arial, sans-serif;
}
.font-size12 {
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size12 {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size12 {
    font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size14 {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size14 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size14 {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size15 {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size15 {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size15 {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size16 {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size16 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size16 {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size17 {
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size17 {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size17 {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size18 {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size18 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size18 {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size20 {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size20 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size20 {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size24 {
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size24 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size24 {
    font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(38rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size30 {
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(36rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size30 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size30 {
    font-size: calc(35rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(45rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold {
  font-weight: bold;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: uppercase;
}
.navy-bottom-border {
  border-bottom: 1px solid #00263e;
}
.link-hover:is(a) {
  text-decoration: none;
}
.link-hover:is(a):hover {
  text-decoration: underline;
}
#content figcaption {
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  #content figcaption {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #content figcaption {
    font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  }
}
#content h1,
#footer h1,
.header__mobile h1,
#content .h1,
#footer .h1,
.header__mobile .h1 {
  font-family: 'utopia-std', 'Georgia', serif;
  font-size: calc(60rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(65rem * 1 / 18 * var(--text-multiplier));
  font-weight: bold;
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
}
#content h1:is(a),
#footer h1:is(a),
.header__mobile h1:is(a),
#content .h1:is(a),
#footer .h1:is(a),
.header__mobile .h1:is(a) {
  text-decoration: none;
}
#content h1:is(a):hover,
#footer h1:is(a):hover,
.header__mobile h1:is(a):hover,
#content .h1:is(a):hover,
#footer .h1:is(a):hover,
.header__mobile .h1:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h1,
  #footer h1,
  .header__mobile h1,
  #content .h1,
  #footer .h1,
  .header__mobile .h1 {
    font-size: 30px;
    line-height: 31px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
}
#content h1 sup,
#footer h1 sup,
.header__mobile h1 sup,
#content .h1 sup,
#footer .h1 sup,
.header__mobile .h1 sup {
  vertical-align: top !important;
  position: relative;
  top: calc(8rem * 1 / 18);
  font-weight: bold;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(21rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Georgia';
}
@media only screen and (max-width: 1023px) {
  #content h1 sup,
  #footer h1 sup,
  .header__mobile h1 sup,
  #content .h1 sup,
  #footer .h1 sup,
  .header__mobile .h1 sup {
    font-size: 16px;
    vertical-align: top;
    position: relative;
    line-height: 1;
    top: calc(1rem * 1 / 3.9375);
  }
}
#content h2,
#footer h2,
.header__mobile h2,
#content .h2,
#footer .h2,
.header__mobile .h2 {
  font-family: 'utopia-std', 'Georgia', serif;
  font-size: calc(44rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(50rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-0.5rem * 1 / 18 * var(--text-multiplier));
  font-weight: bold;
  margin-bottom: calc(20rem * 1 / 18);
}
#content h2:is(a),
#footer h2:is(a),
.header__mobile h2:is(a),
#content .h2:is(a),
#footer .h2:is(a),
.header__mobile .h2:is(a) {
  text-decoration: none;
}
#content h2:is(a):hover,
#footer h2:is(a):hover,
.header__mobile h2:is(a):hover,
#content .h2:is(a):hover,
#footer .h2:is(a):hover,
.header__mobile .h2:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h2,
  #footer h2,
  .header__mobile h2,
  #content .h2,
  #footer .h2,
  .header__mobile .h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
  }
}
#content h2 sup,
#footer h2 sup,
.header__mobile h2 sup,
#content .h2 sup,
#footer .h2 sup,
.header__mobile .h2 sup {
  vertical-align: top !important;
  position: relative;
  top: calc(7rem * 1 / 18);
  font-weight: bold;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Georgia';
}
@media only screen and (max-width: 1023px) {
  #content h2 sup,
  #footer h2 sup,
  .header__mobile h2 sup,
  #content .h2 sup,
  #footer .h2 sup,
  .header__mobile .h2 sup {
    font-size: 14px;
    line-height: 1;
    top: calc(1rem * 1 / 3.9375);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #content h2 sup,
  #footer h2 sup,
  .header__mobile h2 sup,
  #content .h2 sup,
  #footer .h2 sup,
  .header__mobile .h2 sup {
    font-size: 14px;
    line-height: 1;
    top: calc(8rem * 1 / 18);
  }
}
#content h3,
#footer h3,
.header__mobile h3,
#content .h3,
#footer .h3,
.header__mobile .h3 {
  font-family: 'utopia-std', 'Georgia', serif;
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(36rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-0.35rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
}
#content h3:is(a),
#footer h3:is(a),
.header__mobile h3:is(a),
#content .h3:is(a),
#footer .h3:is(a),
.header__mobile .h3:is(a) {
  text-decoration: none;
}
#content h3:is(a):hover,
#footer h3:is(a):hover,
.header__mobile h3:is(a):hover,
#content .h3:is(a):hover,
#footer .h3:is(a):hover,
.header__mobile .h3:is(a):hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #content h3,
  #footer h3,
  .header__mobile h3,
  #content .h3,
  #footer .h3,
  .header__mobile .h3 {
    font-size: calc(34rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  #content h3,
  #footer h3,
  .header__mobile h3,
  #content .h3,
  #footer .h3,
  .header__mobile .h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.35px;
    margin-bottom: 12px;
  }
}
#content h3 sup,
#footer h3 sup,
.header__mobile h3 sup,
#content .h3 sup,
#footer .h3 sup,
.header__mobile .h3 sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(13rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(13rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  #content h3 sup,
  #footer h3 sup,
  .header__mobile h3 sup,
  #content .h3 sup,
  #footer .h3 sup,
  .header__mobile .h3 sup {
    font-size: 10px;
    line-height: 1;
    top: calc(2rem * 1 / 3.9375);
  }
}
#content h4,
#footer h4,
.header__mobile h4,
#content .h4,
#footer .h4,
.header__mobile .h4 {
  font-family: 'utopia-std', 'Georgia', serif;
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
}
#content h4:is(a),
#footer h4:is(a),
.header__mobile h4:is(a),
#content .h4:is(a),
#footer .h4:is(a),
.header__mobile .h4:is(a) {
  text-decoration: none;
}
#content h4:is(a):hover,
#footer h4:is(a):hover,
.header__mobile h4:is(a):hover,
#content .h4:is(a):hover,
#footer .h4:is(a):hover,
.header__mobile .h4:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h4,
  #footer h4,
  .header__mobile h4,
  #content .h4,
  #footer .h4,
  .header__mobile .h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #content h4,
  #footer h4,
  .header__mobile h4,
  #content .h4,
  #footer .h4,
  .header__mobile .h4 {
    font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
#content h4 sup,
#footer h4 sup,
.header__mobile h4 sup,
#content .h4 sup,
#footer .h4 sup,
.header__mobile .h4 sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(11rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(14rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  #content h4 sup,
  #footer h4 sup,
  .header__mobile h4 sup,
  #content .h4 sup,
  #footer .h4 sup,
  .header__mobile .h4 sup {
    font-size: 11px;
    line-height: 1;
    top: calc(1rem * 1 / 3.9375);
  }
}
#content h5,
#footer h5,
.header__mobile h5,
#content .h5,
#footer .h5,
.header__mobile .h5 {
  font-family: 'utopia-std', 'Georgia', serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
}
#content h5:is(a),
#footer h5:is(a),
.header__mobile h5:is(a),
#content .h5:is(a),
#footer .h5:is(a),
.header__mobile .h5:is(a) {
  text-decoration: none;
}
#content h5:is(a):hover,
#footer h5:is(a):hover,
.header__mobile h5:is(a):hover,
#content .h5:is(a):hover,
#footer .h5:is(a):hover,
.header__mobile .h5:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h5,
  #footer h5,
  .header__mobile h5,
  #content .h5,
  #footer .h5,
  .header__mobile .h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #content h5,
  #footer h5,
  .header__mobile h5,
  #content .h5,
  #footer .h5,
  .header__mobile .h5 {
    font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
#content h5 sup,
#footer h5 sup,
.header__mobile h5 sup,
#content .h5 sup,
#footer .h5 sup,
.header__mobile .h5 sup {
  vertical-align: top !important;
  position: relative;
  top: calc(0rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  #content h5 sup,
  #footer h5 sup,
  .header__mobile h5 sup,
  #content .h5 sup,
  #footer .h5 sup,
  .header__mobile .h5 sup {
    font-size: 10px;
    line-height: 1;
    top: 0;
  }
}
.callout-card-post {
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  font-family: 'utopia-std', 'Georgia', serif;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .callout-card-post {
    font-size: 24px;
    line-height: 28px;
  }
}
.body-intro {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .body-intro {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-intro {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .body-intro {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.body-intro sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(14rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .body-intro sup {
    font-size: 12px;
    line-height: 1;
    top: calc(2rem * 1 / 3.9375);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-intro sup {
    top: calc(10rem * 1 / 18);
  }
}
.body-intro-semibold {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier)) !important;
  font-weight: 600;
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .body-intro-semibold {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-intro-semibold {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .body-intro-semibold {
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.body-intro-semibold sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: bold;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(14rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .body-intro-semibold sup {
    font-size: 12px;
    line-height: 1;
    top: calc(8rem * 1 / 3.9375);
  }
}
.body-paragraph,
p {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .body-paragraph,
  p {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-paragraph,
  p {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .body-paragraph,
  p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.body-paragraph sup,
p sup {
  vertical-align: top !important;
  position: relative;
  top: calc(5rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .body-paragraph sup,
  p sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-paragraph sup,
  p sup {
    top: calc(10rem * 1 / 18);
  }
}
.body-paragraph a,
p a {
  text-decoration: underline;
  color: #0082bb;
}
.body-news-credit {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: normal;
}
@media only screen and (max-width: 1023px) {
  .body-news-credit {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-news-credit {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.navigation-main-font {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .navigation-main-font {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .navigation-main-font {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.navigation-heading-font {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .navigation-heading-font {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .navigation-heading-font {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.navigation-heading-font sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .navigation-heading-font sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .navigation-heading-font sup {
    top: calc(5rem * 1 / 18);
  }
}
.navigation-heading-font-underline {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .navigation-heading-font-underline {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .navigation-heading-font-underline {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.navigation-secondary-font {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .navigation-secondary-font {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .navigation-secondary-font {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.navigation-secondary-font sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .navigation-secondary-font sup {
    top: calc(2rem * 1 / 3.9375);
    font-size: 11px;
  }
}
.button-menu-footer {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  color: #00263e;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .button-menu-footer {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-menu-footer {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.button-menu-white {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .button-menu-white {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-menu-white {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .button {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .button {
    line-height: 18px;
  }
}
.button sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
.button-category-thumbnail-underline {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(15rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600;
  color: #00263e;
  text-transform: uppercase;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .button-category-thumbnail-underline {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-category-thumbnail-underline {
    font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .button-category-thumbnail-underline {
    line-height: 15px;
  }
}
.button-category-thumbnail-underline sup {
  vertical-align: top !important;
  position: relative;
  top: calc(-3rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(9rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(9rem * 1 / 18 * var(--text-multiplier));
}
.mobile-menu-header {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: bold;
  font-weight: 700;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .mobile-menu-header {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .mobile-menu-header {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.name-cards-navy {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .name-cards-navy {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .name-cards-navy {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.name-cards-navy sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .name-cards-navy sup {
    top: calc(9rem * 1 / 3.9375);
    font-size: 12px;
  }
}
.name-cards-white {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .name-cards-white {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .name-cards-white {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.name-cards-white sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .name-cards-white sup {
    top: calc(9rem * 1 / 3.9375);
    font-size: 12px;
  }
}
.open-sans {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .open-sans {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .open-sans {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.open-sans-16 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .open-sans-16 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .open-sans-16 {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.button-tags {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .button-tags {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-tags {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .button-tags {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-tags {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .button-tags {
    font-size: 12px;
  }
}
.button-tags-list {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(31rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .button-tags-list {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-tags-list {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .button-tags-list {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-tags-list {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.text-input {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .text-input {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .text-input {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.text-input::placeholder {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .text-input::placeholder {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .text-input::placeholder {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.popup-text {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .popup-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .popup-text {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .popup-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.popup-text sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(14rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .popup-text sup {
    font-size: 12px;
    line-height: 1;
    top: calc(2rem * 1 / 3.9375);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .popup-text sup {
    top: calc(10rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .popup-text {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .popup-text {
    font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(38rem * 1 / 18 * var(--text-multiplier));
  }
}
.blue-button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .blue-button {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .blue-button {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .blue-button {
    line-height: 18px;
  }
}
.blue-button sup {
  vertical-align: top !important;
  position: relative;
  top: calc(-3rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
.apply-grid-and-padding {
  display: grid;
  padding-left: calc(139rem * 1 / 18);
  padding-right: calc(139rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(15rem * 1 / 18);
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .apply-grid-and-padding {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .apply-grid-and-padding {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
.apply-grid-without-padding {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .apply-grid-without-padding {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
.fill-grid {
  grid-column: 1 / span 24;
}
@media only screen and (max-width: 1023px) {
  .fill-grid {
    grid-column: 1 / span 12;
  }
}
.color-navy {
  color: #00263e;
}
.color-stone {
  color: #879baa;
}
.color-pebble {
  color: #C6CFD9;
}
.color-pebble-light {
  color: #DEE2E6;
}
.color-blue {
  color: #0082bb;
}
.color-orange {
  color: #FAA21B;
}
.color-white {
  color: #fff;
}
.color-gray {
  color: #F2F2F2;
}
.color-gray-dark {
  color: #e5e5e5;
}
.color-black {
  color: #000;
}
.color-red {
  color: #B7295A;
}
.background-color-red {
  background-color: #B7295A;
}
.background-color-navy {
  background-color: #00263e;
}
.background-color-stone {
  background-color: #879baa;
}
.background-color-pebble {
  background-color: #C6CFD9;
}
.background-color-pebble-light {
  background-color: #DEE2E6;
}
.background-color-blue {
  background-color: #0082bb;
}
.background-color-orange {
  background-color: #FAA21B;
}
.background-color-white {
  background-color: #fff;
}
.background-color-gray {
  background-color: #F2F2F2;
}
.background-color-gray-dark {
  background-color: #e5e5e5;
}
.background-color-black {
  background-color: #000;
}
.link-arrow {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #00263e !important;
}
@media only screen and (max-width: 1023px) {
  .link-arrow {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.link-arrow sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .link-arrow sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow sup {
    top: calc(5rem * 1 / 18);
  }
}
.link-arrow > span {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .link-arrow > span {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow > span {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.link-arrow > span sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .link-arrow > span sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow > span sup {
    top: calc(5rem * 1 / 18);
  }
}
.link-arrow-white {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .link-arrow-white {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow-white {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.link-arrow-white sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .link-arrow-white sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow-white sup {
    top: calc(5rem * 1 / 18);
  }
}
.link-arrow-white > span {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .link-arrow-white > span {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow-white > span {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.link-arrow-white > span sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .link-arrow-white > span sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow-white > span sup {
    top: calc(5rem * 1 / 18);
  }
}
.ontop {
  position: relative;
  z-index: 11;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.transition {
  transition: all 0.25s ease-out;
}
.border-underline {
  text-decoration: underline;
}
.border-underline:hover {
  text-decoration: none;
}
.linkable-list {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #00263e;
  margin-bottom: 0 !important;
  display: block;
  text-decoration: none;
  color: #00263e !important;
  font-weight: 600;
  padding: calc(15rem * 1 / 18) calc(80rem * 1 / 18) calc(15rem * 1 / 18) calc(15rem * 1 / 18);
  position: relative;
  border-bottom: calc(1rem * 1 / 18) solid #879baa;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .linkable-list {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .linkable-list {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .linkable-list {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.linkable-list sup {
  vertical-align: top !important;
  position: relative;
  top: calc(5rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .linkable-list sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .linkable-list sup {
    top: calc(10rem * 1 / 18);
  }
}
.linkable-list a {
  text-decoration: underline;
  color: #0082bb;
}
.linkable-list a {
  color: #00263e !important;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .linkable-list {
    padding: 7px 40px 7px 7px;
    border-bottom: 1px solid #879baa;
  }
}
.linkable-list.no-bold {
  font-weight: 400;
}
.linkable-list.top-line {
  border-top: calc(1rem * 1 / 18) solid #879baa;
}
@media only screen and (max-width: 1023px) {
  .linkable-list.top-line {
    border-top: 1px solid #879baa;
  }
}
.linkable-list::before {
  content: "";
  position: absolute;
  width: calc(6rem * 1 / 18);
  height: calc(9.5rem * 1 / 18);
  top: 50%;
  right: calc(24rem * 1 / 18);
  background-image: url(/wp-content/themes/bcrea-theme/images/icons/linkable-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .linkable-list::before {
    width: 6px;
    height: 9.5px;
    right: 24px;
  }
}
.linkable-list::after {
  content: "";
  position: absolute;
  width: calc(14rem * 1 / 18);
  height: calc(1rem * 1 / 18);
  top: 50%;
  right: calc(24rem * 1 / 18);
  transform: translateY(-50%);
  background-color: #00263e;
  max-width: 0;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .linkable-list::after {
    width: 14px;
    height: 1px;
    right: 24px;
  }
}
.linkable-list:hover {
  background-color: #F2F2F2;
}
.linkable-list:hover::after {
  max-width: calc(14rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .linkable-list:hover::after {
    max-width: 14px !important;
  }
}
.linkable-list.download::before {
  content: "";
  position: absolute;
  width: calc(14rem * 1 / 18);
  height: calc(18.21rem * 1 / 18);
  top: 50%;
  right: calc(24rem * 1 / 18);
  background-image: url(/wp-content/themes/bcrea-theme/images/icons/download.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .linkable-list.download::before {
    width: 12px;
    height: 16.21px;
    right: 24px;
  }
}
.linkable-list.download::after {
  content: none;
  position: absolute;
}
.white-blue-button {
  display: inline-block;
  padding: calc(3rem * 1 / 18) calc(18rem * 1 / 18) calc(3rem * 1 / 18) calc(18rem * 1 / 18);
  background-color: #fff;
  color: #00263e;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  border: calc(1rem * 1 / 18) solid #00263e;
  border-radius: calc(30rem * 1 / 18);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: fit-content;
}
@media only screen and (max-width: 1023px) {
  .white-blue-button {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .white-blue-button {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .white-blue-button {
    padding: 3px 18px 3px 18px;
    border: 1px solid #00263e;
    border-radius: 30px;
  }
}
.white-blue-button:hover {
  color: #00263e;
  background-color: #F8A21D;
}
.blue-yellow-button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
  display: inline-block;
  color: white;
  padding: calc(16rem * 1 / 18) calc(25rem * 1 / 18) calc(15rem * 1 / 18) calc(25rem * 1 / 18);
  background-color: #00263e;
  border-radius: calc(30rem * 1 / 18);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: fit-content;
  border: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .blue-yellow-button {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .blue-yellow-button {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .blue-yellow-button {
    line-height: 18px;
  }
}
.blue-yellow-button sup {
  vertical-align: top !important;
  position: relative;
  top: calc(-3rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .blue-yellow-button {
    padding: 16px 25px 15px 25px;
    border-radius: 30px;
    border: 1px solid #00263e;
  }
}
.blue-yellow-button:hover {
  color: #00263e;
  background-color: white;
  border: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .blue-yellow-button:hover {
    border: 1px solid #00263e;
  }
}
.red-notice {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #0082bb !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .red-notice {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .red-notice {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.white-notice {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #fff !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .white-notice {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .white-notice {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.red-notice-underline {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #0082bb !important;
  text-decoration: underline !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .red-notice-underline {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .red-notice-underline {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.white-notice-underline {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #fff !important;
  text-decoration: underline !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .white-notice-underline {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .white-notice-underline {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.caption {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  color: #879baa;
  font-style: italic;
}
@media only screen and (max-width: 1023px) {
  .caption {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .caption {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
select.minimal {
  /* styling */
  background-color: white;
  border: thin solid #00263e;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  height: calc(38rem * 1 / 18);
  max-width: 100%;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  select.minimal {
    height: calc(45rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  select.minimal {
    height: 38px;
    padding: 5px 45px 5px 10px;
    line-height: 15px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  select.minimal {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  select.minimal {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  select.minimal {
    line-height: 18px;
  }
}
select.minimal sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
select.minimal:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
select.minimal:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.cps {
  width: 100%;
  display: block;
  grid-column: 1 / span 24;
}
@media only screen and (max-width: 1023px) {
  .cps {
    grid-column: 1 / span 12;
  }
}
.cps-xsmall {
  height: 2rem;
}
@media only screen and (max-width: 1023px) {
  .cps-xsmall {
    height: 20px;
  }
}
.cps-small {
  height: 4rem;
}
@media only screen and (max-width: 1023px) {
  .cps-small {
    height: 40px;
  }
}
.cps-medium {
  height: 6rem;
}
@media only screen and (max-width: 1023px) {
  .cps-medium {
    height: 60px;
  }
}
.cps-large {
  height: 8rem;
}
@media only screen and (max-width: 1023px) {
  .cps-large {
    height: 80px;
  }
}
.cps-xlarge {
  height: 10rem;
}
@media only screen and (max-width: 1023px) {
  .cps-xlarge {
    height: 100px;
  }
}
