.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,
.header__embed h1,
#content .h1,
#footer .h1,
.header__mobile .h1,
.header__embed .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),
.header__embed h1:is(a),
#content .h1:is(a),
#footer .h1:is(a),
.header__mobile .h1:is(a),
.header__embed .h1:is(a) {
  text-decoration: none;
}
#content h1:is(a):hover,
#footer h1:is(a):hover,
.header__mobile h1:is(a):hover,
.header__embed h1:is(a):hover,
#content .h1:is(a):hover,
#footer .h1:is(a):hover,
.header__mobile .h1:is(a):hover,
.header__embed .h1:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h1,
  #footer h1,
  .header__mobile h1,
  .header__embed h1,
  #content .h1,
  #footer .h1,
  .header__mobile .h1,
  .header__embed .h1 {
    font-size: 30px;
    line-height: 31px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
}
#content h1 sup,
#footer h1 sup,
.header__mobile h1 sup,
.header__embed h1 sup,
#content .h1 sup,
#footer .h1 sup,
.header__mobile .h1 sup,
.header__embed .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,
  .header__embed h1 sup,
  #content .h1 sup,
  #footer .h1 sup,
  .header__mobile .h1 sup,
  .header__embed .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,
.header__embed h2,
#content .h2,
#footer .h2,
.header__mobile .h2,
.header__embed .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),
.header__embed h2:is(a),
#content .h2:is(a),
#footer .h2:is(a),
.header__mobile .h2:is(a),
.header__embed .h2:is(a) {
  text-decoration: none;
}
#content h2:is(a):hover,
#footer h2:is(a):hover,
.header__mobile h2:is(a):hover,
.header__embed h2:is(a):hover,
#content .h2:is(a):hover,
#footer .h2:is(a):hover,
.header__mobile .h2:is(a):hover,
.header__embed .h2:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h2,
  #footer h2,
  .header__mobile h2,
  .header__embed h2,
  #content .h2,
  #footer .h2,
  .header__mobile .h2,
  .header__embed .h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
  }
}
#content h2 sup,
#footer h2 sup,
.header__mobile h2 sup,
.header__embed h2 sup,
#content .h2 sup,
#footer .h2 sup,
.header__mobile .h2 sup,
.header__embed .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,
  .header__embed h2 sup,
  #content .h2 sup,
  #footer .h2 sup,
  .header__mobile .h2 sup,
  .header__embed .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,
  .header__embed h2 sup,
  #content .h2 sup,
  #footer .h2 sup,
  .header__mobile .h2 sup,
  .header__embed .h2 sup {
    font-size: 14px;
    line-height: 1;
    top: calc(8rem * 1 / 18);
  }
}
#content h3,
#footer h3,
.header__mobile h3,
.header__embed h3,
#content .h3,
#footer .h3,
.header__mobile .h3,
.header__embed .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),
.header__embed h3:is(a),
#content .h3:is(a),
#footer .h3:is(a),
.header__mobile .h3:is(a),
.header__embed .h3:is(a) {
  text-decoration: none;
}
#content h3:is(a):hover,
#footer h3:is(a):hover,
.header__mobile h3:is(a):hover,
.header__embed h3:is(a):hover,
#content .h3:is(a):hover,
#footer .h3:is(a):hover,
.header__mobile .h3:is(a):hover,
.header__embed .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,
  .header__embed h3,
  #content .h3,
  #footer .h3,
  .header__mobile .h3,
  .header__embed .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,
  .header__embed h3,
  #content .h3,
  #footer .h3,
  .header__mobile .h3,
  .header__embed .h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.35px;
    margin-bottom: 12px;
  }
}
#content h3 sup,
#footer h3 sup,
.header__mobile h3 sup,
.header__embed h3 sup,
#content .h3 sup,
#footer .h3 sup,
.header__mobile .h3 sup,
.header__embed .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,
  .header__embed h3 sup,
  #content .h3 sup,
  #footer .h3 sup,
  .header__mobile .h3 sup,
  .header__embed .h3 sup {
    font-size: 10px;
    line-height: 1;
    top: calc(2rem * 1 / 3.9375);
  }
}
#content h4,
#footer h4,
.header__mobile h4,
.header__embed h4,
#content .h4,
#footer .h4,
.header__mobile .h4,
.header__embed .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),
.header__embed h4:is(a),
#content .h4:is(a),
#footer .h4:is(a),
.header__mobile .h4:is(a),
.header__embed .h4:is(a) {
  text-decoration: none;
}
#content h4:is(a):hover,
#footer h4:is(a):hover,
.header__mobile h4:is(a):hover,
.header__embed h4:is(a):hover,
#content .h4:is(a):hover,
#footer .h4:is(a):hover,
.header__mobile .h4:is(a):hover,
.header__embed .h4:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h4,
  #footer h4,
  .header__mobile h4,
  .header__embed h4,
  #content .h4,
  #footer .h4,
  .header__mobile .h4,
  .header__embed .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,
  .header__embed h4,
  #content .h4,
  #footer .h4,
  .header__mobile .h4,
  .header__embed .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,
.header__embed h4 sup,
#content .h4 sup,
#footer .h4 sup,
.header__mobile .h4 sup,
.header__embed .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,
  .header__embed h4 sup,
  #content .h4 sup,
  #footer .h4 sup,
  .header__mobile .h4 sup,
  .header__embed .h4 sup {
    font-size: 11px;
    line-height: 1;
    top: calc(1rem * 1 / 3.9375);
  }
}
#content h5,
#footer h5,
.header__mobile h5,
.header__embed h5,
#content .h5,
#footer .h5,
.header__mobile .h5,
.header__embed .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),
.header__embed h5:is(a),
#content .h5:is(a),
#footer .h5:is(a),
.header__mobile .h5:is(a),
.header__embed .h5:is(a) {
  text-decoration: none;
}
#content h5:is(a):hover,
#footer h5:is(a):hover,
.header__mobile h5:is(a):hover,
.header__embed h5:is(a):hover,
#content .h5:is(a):hover,
#footer .h5:is(a):hover,
.header__mobile .h5:is(a):hover,
.header__embed .h5:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h5,
  #footer h5,
  .header__mobile h5,
  .header__embed h5,
  #content .h5,
  #footer .h5,
  .header__mobile .h5,
  .header__embed .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,
  .header__embed h5,
  #content .h5,
  #footer .h5,
  .header__mobile .h5,
  .header__embed .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,
.header__embed h5 sup,
#content .h5 sup,
#footer .h5 sup,
.header__mobile .h5 sup,
.header__embed .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,
  .header__embed h5 sup,
  #content .h5 sup,
  #footer .h5 sup,
  .header__mobile .h5 sup,
  .header__embed .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;
  }
}
.embeded-video {
  width: 100%;
}
.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;
  }
}
.blue-orange-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: #FAA21B;
  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-orange-button {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .blue-orange-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-orange-button {
    line-height: 18px;
  }
}
.blue-orange-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-orange-button {
    padding: 16px 25px 15px 25px;
    border-radius: 30px;
    border: 1px solid #00263e;
  }
}
.blue-orange-button:hover {
  color: #00263e;
  background-color: white;
  border: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .blue-orange-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;
}
.single {
  /* LEGALLY SPEAKING FOOTNOTES */
}
.single table td {
  vertical-align: top;
}
.single table td span {
  color: #00263e;
}
.single .legally-speaking-disclaimer {
  padding-top: calc(20rem * 1 / 18);
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-style: italic;
}
@media only screen and (max-width: 1023px) {
  .single .legally-speaking-disclaimer {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .legally-speaking-disclaimer {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.single__top {
  position: relative;
  margin-bottom: calc(137rem * 1 / 18);
  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);
  height: calc(670rem * 1 / 18);
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__top {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .single__top {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .single__top {
    margin-bottom: 71px;
    min-height: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
  }
}
.single__top.no-header {
  height: unset;
  min-height: unset;
}
@media only screen and (max-width: 1023px) {
  .single__top.no-header {
    background-color: #00263e;
  }
}
.single__top-header {
  position: absolute;
  width: 100%;
  height: calc(670rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(500rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__top-header {
    width: 100%;
    height: 180px;
    position: relative;
    display: flex;
    flex-direction: row;
  }
}
.single__top-header > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .single__top-header > img {
    min-height: 110px;
  }
}
.single__top-header-image {
  display: none;
  grid-column: 1 / span 24;
  width: 100%;
  height: calc(660rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__top-header-image {
    grid-column: 1 / span 12;
  }
}
.single__top-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print {
  .single__top-header-image {
    display: block;
  }
}
.single__top-bar {
  padding-top: calc(60rem * 1 / 18);
  padding-bottom: calc(60rem * 1 / 18);
  min-height: calc(54rem * 1 / 18);
  background-color: #00263e;
  position: absolute;
  right: calc(-139rem * 1 / 18);
  width: calc(1774rem*1 / 18);
  bottom: 0;
  z-index: 5;
}
@media screen and (min-width: 2000px) {
  .single__top-bar {
    width: calc(1869rem*1 / 18);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__top-bar {
    right: calc(-59rem * 1 / 18);
  }
}
@media print {
  .single__top-bar {
    right: 0;
    width: 100%;
    background-color: #00263e !important;
  }
}
@media only screen and (max-width: 1023px) {
  .single__top-bar {
    grid-column: 2 / -1;
    position: relative;
    right: -32px;
    min-height: 27px;
    padding-top: 30px;
    padding-bottom: 30px;
    right: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single__top-bar.no-header {
  position: relative;
  width: 100%;
  grid-column: 1/-1;
  right: calc(-139rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__top-bar.no-header {
    right: 0px;
    padding-bottom: 50px;
  }
  .single__top-bar.no-header .single__icon-bg {
    bottom: 4px;
  }
}
.single__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: calc(70rem * 1 / 18);
  max-height: calc(70rem * 1 / 18);
  min-width: calc(50rem * 1 / 18);
}
.single__icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .single__icon {
    max-width: 50px;
    max-height: 50px;
    min-width: 30px;
  }
}
.single__icon-bg {
  position: absolute;
  bottom: calc(-60rem * 1 / 18);
  left: calc(210rem * 1 / 18);
  width: calc(123rem * 1 / 18);
  height: calc(123rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: calc(1rem * 1 / 18) solid #879baa;
  background-color: #fff;
  z-index: 10;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__icon-bg {
    left: calc(130rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .single__icon-bg {
    bottom: 100%;
    top: auto;
    transform: translateY(50%);
    right: 100px;
    left: auto;
    width: 80px;
    height: 80px;
    border: 1px solid #879baa;
    display: none;
  }
}
@media print {
  .single__icon-bg {
    display: none;
  }
}
.single__icon-bg-mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .single__icon-bg-mobile {
    display: flex;
  }
}
.single__icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single__left-right {
  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);
  position: relative;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__left-right {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .single__left-right {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
.single__left {
  grid-column: 2 / span 16;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  column-gap: calc(15rem * 1 / 18);
  grid-auto-rows: max-content;
}
@media only screen and (max-width: 1023px) {
  .single__left {
    grid-column: 1 / span 14;
    display: block;
  }
}
@media print {
  .single__left {
    grid-column: 1 / -1;
  }
}
.single__left-success {
  display: none;
  position: absolute;
  background-color: #1381b7;
  color: white;
  padding: 10px 20px;
  font-size: 12px;
  border-radius: 19px;
  width: 150px;
  left: 33px;
  top: -35px;
  text-align: center;
}
.single__left-success::before {
  content: '';
  position: absolute;
  bottom: -6px;
  /* Adjust this value to move the triangle up or down */
  left: 20px;
  /* Adjust this to position the triangle left or right */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0082bb;
  /* Match the background color of the chat bubble */
}
.single__left .single__author {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .single__left .single__author {
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .single__left .single__author-photo {
    width: 60px;
    height: 60px;
    border: 1px solid #C6CFD9;
  }
  .single__left .single__author-photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.single__left .single__author-info {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  margin-left: 15px;
}
@media only screen and (max-width: 1023px) {
  .single__left .single__author-info {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__left .single__author-info {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.single__left-precontent {
  grid-column: 5 / -1;
}
@media print {
  .single__left-precontent {
    grid-column: 1 / -1;
  }
}
@media only screen and (max-width: 1023px) {
  .single__left img {
    float: left !important;
    margin: auto !important;
    width: 100% !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
.single__left-date {
  display: block;
  margin-bottom: calc(20rem * 1 / 18);
  margin-left: calc(211rem*1 / 18);
  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;
  grid-column: 4 / span 13;
}
@media screen and (min-width: 2000px) {
  .single__left-date {
    margin-left: calc(220rem*1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .single__left-date {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__left-date {
    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) {
  .single__left-date {
    line-height: 18px;
  }
}
.single__left-date 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));
}
@media only screen and (max-width: 1023px) {
  .single__left-date {
    margin-bottom: 10px;
    grid-column: 2 / 12;
    margin-left: 0;
  }
}
@media print {
  .single__left-date {
    font-size: 12px;
    line-height: 14px;
    color: #00263e !important;
    margin-left: 54px !important;
  }
}
.single__left-content {
  position: relative;
  padding-bottom: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__left-content {
    padding-bottom: 20px;
  }
}
.single__left ul,
.single__left ol {
  margin-left: calc(50rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__left ul,
  .single__left ol {
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
.single__left ul li,
.single__left ol li {
  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) {
  .single__left ul li,
  .single__left ol li {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__left ul li,
  .single__left ol li {
    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) {
  .single__left ul li,
  .single__left ol li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.single__left ul li sup,
.single__left ol li 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) {
  .single__left ul li sup,
  .single__left ol li sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__left ul li sup,
  .single__left ol li sup {
    top: calc(10rem * 1 / 18);
  }
}
.single__left ul li a,
.single__left ol li a {
  text-decoration: underline;
  color: #0082bb;
}
.single__left-export {
  grid-column: 1 / span 3;
  margin-left: calc(20rem * 1 / 18);
  margin-top: calc(-80rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__left-export {
    margin-left: 10px;
    margin-top: 20px;
    display: flex;
    order: unset;
    gap: 20px;
    padding-bottom: 0px;
    display: none;
  }
}
@media print {
  .single__left-export {
    display: none;
  }
}
.single__left-exportOption {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__left-exportOption {
    margin-bottom: 10px;
    gap: 7.5px;
  }
}
.single__left-exportOption a > img[data-hover="true"] {
  display: none;
}
.single__left-exportOption > span {
  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;
  color: #879baa;
  transition: transform 0.3s ease-in-out;
  transform-origin: 0% 50%;
  margin-left: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__left-exportOption > span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__left-exportOption > span {
    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) {
  .single__left-exportOption > span {
    line-height: 18px;
  }
}
.single__left-exportOption > span 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));
}
.single__left-exportOption > span.hover {
  color: #00263e;
  transform: scaleX(1.03);
}
.single__left-exportOption.share {
  position: relative;
}
.single__left-exportOption.share > .social-links {
  position: absolute;
  right: calc(-75rem * 1 / 18);
  bottom: calc(2rem * 1 / 18);
  display: flex;
  gap: calc(8rem * 1 / 18);
  height: fit-content;
  opacity: 0;
  pointer-events: none;
  padding: calc(12rem * 1 / 18);
  overflow: hidden;
  border: calc(1rem * 1 / 18) solid #879baa;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .single__left-exportOption.share > .social-links {
    display: none;
  }
}
.single__left-exportOption.share > .social-links > a {
  width: calc(29rem * 1 / 18);
  height: calc(29rem * 1 / 18);
}
.single__left-exportOption.share > .social-links > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single__left-exportOption.share:hover > .social-links {
  opacity: 1;
  pointer-events: all;
}
.single__post-title {
  margin-bottom: 0 !important;
  grid-column: 4 / span 13;
  margin-left: calc(211rem*1 / 18);
  max-width: calc(1250rem*1 / 18);
}
@media screen and (min-width: 2000px) {
  .single__post-title {
    margin-left: calc(220rem*1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .single__post-title {
    grid-column: 2 / 12;
    width: 80%;
    max-width: 80%;
    margin-left: 0;
  }
  .single__post-title.no-header {
    width: 100%;
  }
}
@media print {
  .single__post-title {
    font-size: 24px !important;
    line-height: 28px !important;
    color: #00263e !important;
    margin-left: 54px !important;
  }
}
.single__post-details {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #879baa;
  padding-bottom: calc(20rem * 1 / 18);
  margin-bottom: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__post-details {
    display: flex;
    flex-direction: column;
    border-bottom: none;
    align-items: flex-start;
  }
}
.single__post-tags {
  margin-left: calc(20rem * 1 / 18);
}
.single__post-category,
.single__post-tags {
  display: flex;
}
.single__post-category a,
.single__post-tags a,
.single__post-category .postCategory,
.single__post-tags .postCategory {
  height: 100%;
  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;
  font-style: italic;
}
@media only screen and (max-width: 1023px) {
  .single__post-category a,
  .single__post-tags a,
  .single__post-category .postCategory,
  .single__post-tags .postCategory {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__post-category a,
  .single__post-tags a,
  .single__post-category .postCategory,
  .single__post-tags .postCategory {
    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) {
  .single__post-category a,
  .single__post-tags a,
  .single__post-category .postCategory,
  .single__post-tags .postCategory {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__post-category a,
  .single__post-tags a,
  .single__post-category .postCategory,
  .single__post-tags .postCategory {
    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) {
  .single__post-category a,
  .single__post-tags a,
  .single__post-category .postCategory,
  .single__post-tags .postCategory {
    font-size: 12px;
  }
}
@media print {
  .single__post-category a,
  .single__post-tags a,
  .single__post-category .postCategory,
  .single__post-tags .postCategory {
    font-size: 12px !important;
    line-height: 14px !important;
  }
}
.single__post-category span,
.single__post-tags span {
  height: 100%;
  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;
  text-decoration: none !important;
}
@media only screen and (max-width: 1023px) {
  .single__post-category span,
  .single__post-tags span {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__post-category span,
  .single__post-tags span {
    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) {
  .single__post-category span,
  .single__post-tags span {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__post-category span,
  .single__post-tags span {
    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) {
  .single__post-category span,
  .single__post-tags span {
    font-size: 12px;
  }
}
@media print {
  .single__post-category span,
  .single__post-tags span {
    font-size: 12px !important;
    line-height: 14px !important;
  }
}
.single__post-category-list,
.single__post-tags-list {
  line-height: normal !important;
  margin-left: calc(10rem * 1 / 18);
}
.single__post-category-list a,
.single__post-tags-list a {
  text-wrap: nowrap;
}
@media only screen and (max-width: 1023px) {
  .single__post-category-list,
  .single__post-tags-list {
    margin-bottom: 2px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .single__post-category-list p,
  .single__post-tags-list p {
    margin-bottom: 2px !important;
  }
}
.single__content-details {
  grid-column: 5 / -1 !important;
  padding-bottom: calc(50rem * 1 / 18);
  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) {
  .single__content-details h1,
  .single__content-details h2,
  .single__content-details h3,
  .single__content-details h4,
  .single__content-details h5 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .single__content-details {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__content-details {
    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) {
  .single__content-details {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.single__content-details 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) {
  .single__content-details sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__content-details sup {
    top: calc(10rem * 1 / 18);
  }
}
.single__content-details a {
  text-decoration: underline;
  color: #0082bb;
}
.single__content-details .wp-block-heading {
  margin-top: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__content-details .wp-block-heading {
    margin-bottom: calc(40rem * 1 / 3.9375);
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .single__content-details {
    padding-bottom: calc(50rem * 1 / 3.9375);
  }
}
@media print {
  .single__content-details {
    grid-column: 1 / -1 !important;
  }
  .single__content-details p,
  .single__content-details a,
  .single__content-details li {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}
.single__content-details img {
  margin-top: calc(30rem * 1 / 18);
  margin-bottom: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__content-details img {
    margin-top: calc(30rem * 1 / 3.9375);
    margin-bottom: calc(30rem * 1 / 3.9375);
  }
}
.single__content-details iframe {
  margin-top: calc(30rem * 1 / 18);
  margin-bottom: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__content-details iframe {
    margin-top: calc(30rem * 1 / 3.9375);
    margin-bottom: calc(30rem * 1 / 3.9375);
  }
}
.single__content-details .subscribeParagraph {
  padding-top: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__content-details .subscribeParagraph {
    padding-top: calc(50rem * 1 / 3.9375);
  }
}
.single__content-details a {
  color: #0082bb;
}
.single__content-details .generic-table > table > thead {
  border-bottom: none;
  background-color: #F2F2F2;
}
.single__content-details .custom-table-1 > table > thead {
  border-bottom: none;
  background-color: #F2F2F2;
}
.single__content-details .custom-table-1 > table > tbody > tr > td {
  text-align: center;
}
.single__content-details .custom-table-1 > table > tbody > tr > td:first-child {
  text-align: left;
}
.single__content-details .quicklinks,
.single__content-details .wp-block-table {
  overflow-x: auto;
}
.single__content-details .quicklinks > table,
.single__content-details .wp-block-table > table {
  border-collapse: collapse;
  width: 100%;
}
.single__content-details .quicklinks > table > tbody > tr > td,
.single__content-details .wp-block-table > table > tbody > tr > td {
  border: 1px solid;
  padding: 0.5em;
}
.single__right {
  grid-column: 19 / span 5;
  margin-bottom: calc(86rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__right {
    grid-column: 1 / span 14;
  }
}
@media print {
  .single__right {
    display: none;
  }
}
.single__right-category {
  padding-top: calc(12rem * 1 / 18);
  border-top: calc(1rem * 1 / 18) solid #879baa;
  margin-bottom: calc(68rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__right-category {
    padding-top: 6px;
    border-top: 1px solid #879baa;
    margin-bottom: 34px;
  }
}
.single__right-category > span {
  margin-bottom: calc(12rem * 1 / 18);
  display: block;
}
@media only screen and (max-width: 1023px) {
  .single__right-category > span {
    margin-bottom: 6px;
  }
}
.single__right-popular {
  padding-top: calc(12rem * 1 / 18);
  border-top: calc(1rem * 1 / 18) solid #879baa;
}
@media only screen and (max-width: 1023px) {
  .single__right-popular {
    padding-top: 6px;
    border-top: 1px solid #879baa;
  }
}
.single__right-popular > span {
  margin-bottom: calc(17rem * 1 / 18);
  display: block;
}
@media only screen and (max-width: 1023px) {
  .single__right-popular > span {
    margin-bottom: 8.5px;
  }
}
.single__right-tagList {
  list-style-type: none;
  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;
  font-style: italic;
}
@media only screen and (max-width: 1023px) {
  .single__right-tagList {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__right-tagList {
    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) {
  .single__right-tagList {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__right-tagList {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.single__right-tagList > li a {
  color: #00263e;
  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) {
  .single__right-tagList > li a {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__right-tagList > li a {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.single__right-tagList > li a sup {
  vertical-align: top !important;
  position: relative;
  top: calc(-1rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__right-tagList {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .single__right-articles {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.single__right-articles ul {
  list-style-type: none;
}
@media only screen and (max-width: 1023px) {
  .single__right-articles ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
  }
}
.single__right-articles ul li {
  cursor: pointer;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: calc(40rem * 1 / 18);
}
@media screen and (max-width: 1024px) {
  .single__right-articles ul li {
    max-width: 300px;
  }
}
.single__right-articles ul li:hover .h4 {
  text-decoration: underline;
}
.single__right-articles ul li .h4 {
  margin-top: calc(5rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__right-articles ul li {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }
}
.single__article-thumbnail {
  width: calc(330rem * 1 / 18);
  height: calc(209rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .single__article-thumbnail {
    width: 330px;
    height: 209px;
  }
}
.single__article-thumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single__article-date {
  display: block;
  margin-top: calc(12rem * 1 / 18);
}
.single__article-title {
  margin-top: calc(12rem * 1 / 18);
}
.single__author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(13rem * 1 / 18);
  margin-bottom: calc(52rem * 1 / 18);
  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) {
  .single__author {
    display: none;
  }
}
.single__author-photo {
  min-width: calc(84rem * 1 / 18);
  height: calc(84rem * 1 / 18);
  border-radius: 50%;
  overflow: hidden;
  border: calc(1rem * 1 / 18) solid #C6CFD9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single__author-photo > img {
  min-width: calc(84rem * 1 / 18);
  height: calc(84rem * 1 / 18);
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .single__author-photo {
    width: calc(54rem * 1 / 3.9375);
    height: calc(54rem * 1 / 3.9375);
  }
}
@media only screen and (max-width: 1023px) {
  .single__author {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__author {
    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) {
  .single__author {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.single__author 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) {
  .single__author sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single__author sup {
    top: calc(10rem * 1 / 18);
  }
}
.single__author a {
  text-decoration: underline;
  color: #0082bb;
}
.single .content {
  grid-column: 5 / -1;
  line-height: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single .content {
    padding-top: 0px;
    line-height: 26px;
  }
}
.single .content p,
.single .content li,
.single .content span,
.single .content div {
  line-height: calc(35rem * 1 / 18);
}
.single .content p sup,
.single .content li sup,
.single .content span sup,
.single .content div sup {
  top: calc(9rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single .content p sup,
  .single .content li sup,
  .single .content span sup,
  .single .content div sup {
    top: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .single .content p,
  .single .content li,
  .single .content span,
  .single .content div {
    line-height: calc(28rem * 1 / 3.9375);
  }
}
.single .content a img {
  width: 100%;
  object-fit: cover;
}
.single .content .shareChart a img {
  width: calc(24rem * 1 / 18);
  height: calc(24rem * 1 / 18);
}
.single hr {
  width: 100%;
  height: calc(1rem * 1 / 18);
  background-color: #C6CFD9;
  margin-top: calc(26rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single hr {
    margin-top: 13px;
    margin-bottom: 10px;
  }
}
.single .wp-block-button {
  margin-top: calc(5rem * 1 / 18);
}
.single .wp-block-button a {
  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;
  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;
  color: white;
  padding: 0 calc(40rem * 1 / 18);
  text-decoration: none !important;
  place-items: center;
  height: unset !important;
  margin-top: calc(40rem * 1 / 18);
  margin-bottom: calc(40rem * 1 / 18);
  padding: calc(10rem * 1 / 18) calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single .wp-block-button a {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .wp-block-button a {
    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) {
  .single .wp-block-button a {
    line-height: 18px;
  }
}
.single .wp-block-button a 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) {
  .single .wp-block-button a {
    padding: 16px 25px 15px 25px;
    border-radius: 30px;
    border: 1px solid #00263e;
  }
}
.single .wp-block-button a:hover {
  color: #00263e;
  background-color: white;
  border: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .single .wp-block-button a:hover {
    border: 1px solid #00263e;
  }
}
.single .wp-block-button a:hover {
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .single .wp-block-button a {
    padding: 0 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.single .wp-block-button a sup {
  font-family: 'montserrat';
  top: calc(0rem*1 / 18);
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .wp-block-button a sup {
    top: calc(6rem*1 / 18) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .single .wp-block-button a sup {
    top: calc(6rem*1 / 3.9375) !important;
    font-size: calc(10rem * 1 / 3.9375);
  }
}
.single .wp-block-button__link {
  color: white;
  padding: 0 calc(40rem * 1 / 18);
  text-decoration: none !important;
  display: grid;
  place-items: center;
  height: unset !important;
  margin-top: calc(40rem * 1 / 18);
  margin-bottom: calc(40rem * 1 / 18);
  margin-left: auto;
  margin-right: auto;
  padding: calc(10rem * 1 / 18) calc(30rem * 1 / 18);
}
.single .wp-block-button__link:hover {
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .single .wp-block-button__link {
    padding: 0 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .single iframe {
    margin-top: calc(30rem * 1 / 3.9375);
    margin-bottom: calc(30rem * 1 / 3.9375);
  }
}
.single .marketAtAGlanceProvincial {
  display: flex;
}
.single .marketAtAGlanceProvincial .leftSide {
  padding-right: 10px;
}
.single .marketAtAGlanceProvincial .rightSide {
  padding-left: 10px;
}
.single .boardCharts {
  padding-top: calc(20rem * 1 / 18);
  padding-bottom: calc(20rem * 1 / 18);
  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;
}
.single .boardCharts .area {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .single .boardCharts {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .boardCharts {
    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) {
  .single .boardCharts {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.single .boardCharts 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) {
  .single .boardCharts sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .boardCharts sup {
    top: calc(10rem * 1 / 18);
  }
}
.single .boardCharts a {
  text-decoration: underline;
  color: #0082bb;
}
.single .shareChart {
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Montserrat', Arial, sans-serif;
  display: flex;
  align-items: center;
  padding-top: 10px;
}
@media only screen and (max-width: 1023px) {
  .single .shareChart {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .shareChart {
    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) {
  .single .shareChart {
    display: none;
  }
}
.single .shareChart a {
  text-decoration: none;
  display: block;
  margin-right: 5px;
}
.single .shareChart .shareText {
  display: inline-block;
  margin-right: 15px;
}
.single .selectBoardDropDown {
  padding: 10px;
  border-radius: 10px;
  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: #879baa;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .single .selectBoardDropDown {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .selectBoardDropDown {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.single .wp-block-buttons {
  text-align: center;
  padding-bottom: calc(20rem * 1 / 18);
}
.single .videoContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
@media only screen and (max-width: 1023px) {
  .single .videoContainer {
    margin-bottom: 50px;
  }
}
.single iframe[src*="youtube.com"],
.single iframe[src*="youtu.be"] {
  /* Set a custom width and height */
  width: 100% !important;
  height: 100% !important;
}
.single .ad {
  display: block;
  margin-bottom: calc(25rem * 1 / 18);
  display: flex;
  width: 100%;
  min-height: calc(105rem * 1 / 18);
}
.single .ad__middle {
  margin-top: calc(25rem * 1 / 18);
}
.single .ad.access_only {
  display: none;
}
.single .ad.ad_on_access.public_only {
  display: none;
}
.single .ad.ad_on_access.access_only {
  display: flex;
}
.single .ad:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .single .ad {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .single .ad {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.single .ad__grey {
  background-color: #ececec;
}
.single .ad__grey .ad__img {
  margin-top: 0;
  margin-bottom: 0;
}
.single .ad__grey .ad__img--desktop {
  width: calc(275rem * 1 / 18);
  object-fit: cover;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .single .ad__grey .ad__img--desktop {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .single .ad__grey .ad__img--desktop {
    display: none;
  }
}
.single .ad__grey .ad__img--smallDesktop {
  width: calc(235rem * 1 / 18);
  display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .single .ad__grey .ad__img--smallDesktop {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .single .ad__grey .ad__img--smallDesktop {
    display: none;
  }
}
.single .ad__grey .ad__img--mobile {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .single .ad__grey .ad__img--mobile {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .single .ad__grey .ad__img--mobile {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
.single .ad__grey .ad__text {
  width: calc(100% - calc(275rem * 1 / 18));
  padding: 2% 4%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .single .ad__grey .ad__text {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .single .ad__grey .ad__text {
    width: 100%;
  }
}
.single .ad__grey .ad__text > div {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .single .ad__grey .ad__text > div {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .single .ad__grey .ad__text > div {
    flex-wrap: nowrap;
    width: 100%;
  }
}
@media (max-width: 390px) {
  .single .ad__grey .ad__text > div {
    flex-direction: column;
  }
}
.single .ad__grey .ad__text > div sup {
  top: 0 !important;
}
.single .ad__grey .ad__arrow {
  width: 28px;
  height: 28px;
  margin: 0 5%;
}
@media only screen and (max-width: 1023px) {
  .single .ad__grey .ad__arrow {
    width: 25px !important;
    height: 25px !important;
  }
}
@media (max-width: 390px) {
  .single .ad__grey .ad__arrow {
    display: none;
  }
}
.single .ad__grey .ad__arrow-sub {
  display: none;
}
@media (max-width: 390px) {
  .single .ad__grey .ad__arrow-sub {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.single .ad__grey .ad__headline {
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600;
  color: #0082bb;
  display: inline-block;
  width: calc(60% - 14px);
}
@media only screen and (max-width: 1023px) {
  .single .ad__grey .ad__headline {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .ad__grey .ad__headline {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .ad__grey .ad__headline {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .single .ad__grey .ad__headline {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 60%;
  }
}
@media (max-width: 390px) {
  .single .ad__grey .ad__headline {
    width: 100%;
    padding-bottom: 10px;
  }
}
.single .ad__grey .ad__secondary-headline {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  width: calc(30%);
}
@media only screen and (max-width: 1023px) {
  .single .ad__grey .ad__secondary-headline {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .ad__grey .ad__secondary-headline {
    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) {
  .single .ad__grey .ad__secondary-headline {
    font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
    margin-left: 20px;
    width: 30%;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1023px) {
  .single .ad__grey .ad__secondary-headline {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (max-width: 1023px) and only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .ad__grey .ad__secondary-headline {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
@media (max-width: 390px) {
  .single .ad__grey .ad__secondary-headline {
    margin-left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.single .ad__blue {
  background-color: #0082bb;
  color: #fff;
  overflow: hidden;
}
.single .ad__blue .ad__img--desktop {
  width: calc(240rem * 1 / 18);
  height: auto;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .single .ad__blue .ad__img--desktop {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .single .ad__blue .ad__img--desktop {
    display: none;
  }
}
.single .ad__blue .ad__img--mobile {
  display: none;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .single .ad__blue .ad__img--mobile {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .single .ad__blue .ad__img--mobile {
    display: block;
    width: 100%;
    height: auto;
  }
}
.single .ad__blue .ad__text {
  width: calc(100% - 240px);
  padding: 0 3%;
  display: flex;
  align-items: center;
}
.single .ad__blue .ad__text > div {
  border-left: 3px solid #FAA21B;
  padding: 10px 0 10px 3%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .single .ad__blue .ad__text > div {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
  }
}
.single .ad__blue .ad__text > div sup {
  top: 0 !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .single .ad__blue .ad__text {
    padding: 5%;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .single .ad__blue .ad__text {
    padding: 5%;
    width: 100%;
  }
}
.single .ad__blue .ad__headline {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600;
  color: #fff;
  display: block;
  margin: 0 0 0.5rem 0;
}
@media only screen and (max-width: 1023px) {
  .single .ad__blue .ad__headline {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .ad__blue .ad__headline {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .ad__blue .ad__headline {
    font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .single .ad__blue .ad__headline {
    font-size: 18px;
    line-height: 20px;
  }
}
.single .ad__blue .ad__secondary-headline {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  color: #fff;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .single .ad__blue .ad__secondary-headline {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .ad__blue .ad__secondary-headline {
    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) {
  .single .ad__blue .ad__secondary-headline {
    border-left: 3px solid #FAA21B;
    padding: 0 0 0 8px;
    line-height: 18px;
    margin-top: 15px;
  }
}
.single .ad__logo {
  background-color: #0082bb;
  padding: 0 30px;
  align-items: center;
  padding: 0 22px;
  width: calc(100% - 44px);
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .single .ad__logo {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1023px) {
  .single .ad__logo {
    padding: 0;
    height: unset;
    width: 100%;
  }
}
.single .ad__logo sup {
  top: 0 !important;
}
.single .ad__logo .ad__img {
  width: calc(130rem * 1 / 18);
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .single .ad__logo .ad__img {
    max-width: 110px;
    margin: 15px 25px 0 25px !important;
  }
}
.single .ad__logo .ad__headline {
  font-size: calc(23rem * 1 / 18);
  line-height: calc(25rem * 1 / 18);
  font-weight: 600;
  color: #fff;
  display: inline-block;
  width: calc(100% - 180px - 130px);
  padding: 2% 9%;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .ad__logo .ad__headline {
    font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .single .ad__logo .ad__headline {
    width: 100%;
    padding: 0 25px;
    margin: 30px 0;
    font-size: 20px;
    line-height: 30px;
  }
}
.single .ad__logo .ad__secondary-headline {
  border-radius: 12px;
  background-color: #FAA21B;
  font-weight: bold;
  width: calc(200rem * 1 / 18);
  color: #fff;
  padding: 10px 15px;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .single .ad__logo .ad__secondary-headline {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .single .ad__logo .ad__secondary-headline {
    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) {
  .single .ad__logo .ad__secondary-headline {
    border-radius: unset;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
