@import "less/assets/swiper.min.css";
:root {
  font-size: 0.9375vw;
  --text-multiplier: 1;
  --column-gap: calc(15rem * 1 / 18);
}
/* Stop scaling at 2000px */
@media (min-width: 2000px) {
  :root {
    font-size: 18px;
  }
}
html {
  margin-top: 0 !important;
}
html:has(body.admin) {
  margin-top: 32px !important;
}
@media only screen and (max-width: 1023px) {
  html:has(body.admin) {
    margin-top: 0px !important;
  }
}
body {
  background-color: #f5f5f5;
  color: black;
  position: relative;
}
body .header__single-embed {
  display: none;
}
body .single__embed {
  display: none;
}
body.page-template-page_legally_speaking_embed {
  background-color: white;
}
body.body-iframe {
  background-color: white;
}
body.body-iframe .header,
body.body-iframe #footer {
  display: none;
}
body.body-iframe .header__single-embed {
  display: block;
}
body.body-iframe #container {
  padding-top: 0;
}
body.body-iframe .single__top,
body.body-iframe .single__left-precontent,
body.body-iframe .single__left-export,
body.body-iframe .single__right,
body.body-iframe .single__left .single__author {
  display: none !important;
}
body.body-iframe .single__embed {
  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);
  margin-top: calc(70rem * 1 / 18);
  margin-bottom: calc(70rem * 1 / 18);
  align-items: end;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  body.body-iframe .single__embed {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  body.body-iframe .single__embed {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  body.body-iframe .single__embed {
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: center;
  }
}
body.body-iframe .single__top-embed {
  grid-column: 3 / 13;
}
@media only screen and (max-width: 1023px) {
  body.body-iframe .single__top-embed {
    grid-column: 1 / 9;
  }
}
@media screen and (max-width: 450px) {
  body.body-iframe .single__top-embed {
    grid-column: 1 / -1;
  }
}
body.body-iframe .single__left-date {
  font-weight: normal;
  margin-left: 0;
  grid-column: 3 / -1;
}
@media only screen and (max-width: 1023px) {
  body.body-iframe .single__left-date {
    grid-column: 1 / -1;
  }
}
body.body-iframe .single__post-title {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}
body.body-iframe .single__author {
  grid-column: 18 / -1;
  margin-bottom: 0;
  align-self: center;
}
@media only screen and (max-width: 1023px) {
  body.body-iframe .single__author {
    display: flex !important;
    margin-bottom: 0 !important ;
    grid-column: 9 / -1;
    justify-self: flex-end;
  }
  body.body-iframe .single__author-photo {
    width: 60px;
    height: 60px;
    border: 1px solid #c6cfd9;
  }
  body.body-iframe .single__author-photo > img {
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  body.body-iframe .single__author-embed {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
}
@media screen and (max-width: 450px) {
  body.body-iframe .single__author-embed {
    margin-top: 20px;
    grid-column: 1 / -1;
    justify-self: unset;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}
body.body-iframe .single__left {
  grid-column: 3 / 23;
}
@media only screen and (max-width: 1023px) {
  body.body-iframe .single__left {
    grid-column: 2 / 12;
  }
}
@media screen and (max-width: 450px) {
  body.body-iframe .single__left {
    grid-column: 1 / -1;
  }
}
body.body-iframe .single__content-details {
  grid-column: 3 / 15 !important;
}
body #content {
  min-height: 500px;
}
body #wrapper {
  background-color: #f0f0f0;
  margin: auto;
  position: relative;
  z-index: 2;
}
body #container {
  background-color: white;
  max-width: 2000px;
  margin: auto;
  z-index: 1;
  position: relative;
  overflow-x: clip;
  overflow-y: clip;
  padding-top: calc(169.67rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  body #container {
    padding-top: 77.92px;
  }
}
body #container:has(.header.access) {
  padding-top: calc(164.23rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  body #container:has(.header.access) {
    padding-top: 77.92px;
  }
}
body #footer {
  margin: auto;
  z-index: 1;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 2000px;
}
body .grid {
  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);
  background-color: transparent;
  position: absolute;
  inset: 0;
  z-index: 21;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  body .grid {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  body .grid {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
body .grid__item {
  background-color: rgba(0, 255, 255, 0.55);
  width: 100%;
  display: flex;
}
body em,
body i {
  font-style: italic !important;
}
body strong,
body b {
  font-weight: bold !important;
}
@media only screen and (max-width: 1023px) {
  html #wpadminbar {
    display: none !important;
  }
}
.bcrea-subscribe {
  padding: calc(50rem * 1 / 18);
}
.bcrea-subscribe.brokers {
  padding: calc(40rem * 1 / 18);
}
.bcrea-subscribe h1 {
  color: #0082bb;
  font-weight: normal;
  width: 100%;
  margin-bottom: 20px;
}
.bcrea-subscribe input[type=text] {
  border: calc(1rem * 1 / 18) solid #d2d1d1;
  background-color: #f9f9f8;
  padding: calc(15rem * 1 / 18);
  width: 100%;
  margin: 0 0 calc(25rem * 1 / 18) 0;
  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) {
  .bcrea-subscribe input[type=text] {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .bcrea-subscribe input[type=text] {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.bcrea-subscribe input[type=text]::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) {
  .bcrea-subscribe input[type=text]::placeholder {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .bcrea-subscribe input[type=text]::placeholder {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.bcrea-subscribe ul {
  margin: calc(15rem * 1 / 18) 0 calc(25rem * 1 / 18) 0;
  display: flex;
  flex-wrap: wrap;
}
.bcrea-subscribe ul > li {
  width: 50%;
  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) {
  .bcrea-subscribe ul > li {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .bcrea-subscribe ul > li {
    font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  }
}
.bcrea-subscribe .arrow-btn-larger {
  font-weight: 700;
  color: #00263e;
  text-decoration: none !important;
}
.bcrea-subscribe .arrow-btn-larger::after {
  width: calc(30rem * 1 / 18);
  height: calc(30rem * 1 / 18);
  margin: 0 0 0 calc(12rem * 1 / 18);
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-image: url(images/icons/arrow-btn-subscribe.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.bcrea-subscribe .success {
  display: none;
}
.bcrea-subscribe .error {
  color: #f00;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  display: inline-block;
  margin: 0 0 0 calc(20rem * 1 / 18);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  .bcrea-subscribe .error {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .bcrea-subscribe .error {
    font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  }
}
.bcrea-subscribe .already-subscribed {
  margin: calc(10rem * 1 / 18 * var(--text-multiplier)) 0 0 0;
  display: block;
  opacity: 0;
}
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Open Sans", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
hr {
  border-bottom: 1px solid gray;
}
p {
  font-weight: normal;
}
.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));
}
.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;
}
.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);
  }
}
.access__breadcrumbs {
  position: absolute;
  z-index: 2;
}
.access__breadcrumbs.vis {
  display: grid !important;
}
@media only screen and (max-width: 1023px) {
  .access__breadcrumbs.vis {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .access__breadcrumbs {
    display: none !important;
  }
}
.breadcrumbs {
  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: absolute;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .breadcrumbs {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs {
    display: none !important;
  }
}
.breadcrumbs.reversed .breadcrumbs__items {
  color: white;
}
.breadcrumbs.reversed .breadcrumbs__items a {
  color: white;
}
.breadcrumbs__items {
  padding-top: calc(40rem * 1 / 18);
  grid-column: 1 / span 24;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs__items {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .breadcrumbs__items {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.breadcrumbs__items a {
  color: #00263e;
  text-decoration: none;
}
.breadcrumbs__items a:hover {
  text-decoration: underline;
}
.breadcrumbs__items a sup {
  position: relative;
  top: calc(-2rem * 1 / 18);
  vertical-align: top;
}
.fancybox-container {
  z-index: 1000000 !important;
}
.fancybox-button {
  background-color: #FAA21B !important;
}
.fancybox-button svg {
  fill: white;
  /* This changes the SVG's color to white */
  opacity: 1 !important;
  /* Forces the button to remain fully opaque */
}
.fancybox-button {
  opacity: 1 !important;
  /* Forces the button to remain fully opaque */
}
.fancybox-button:hover {
  opacity: 1 !important;
  /* Ensures the button stays fully visible on hover */
}
.fancybox-button {
  transition: none !important;
  /* Removes any transition effects */
}
.fancybox-button {
  color: white !important;
  /* Ensures icon font stays white */
}
.fancybox-button--close {
  width: 80px !important;
  height: 80px !important;
}
.fancybox-button--zoom {
  display: none !important;
}
body.logged-in .header__main.sticky {
  top: 30px;
}
.header {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(15rem * 1 / 18);
  grid-column: 1 / span 24;
  z-index: 100;
  position: relative;
  background-color: white;
  transition: all 0.25s ease-out;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 2000px;
  width: 100%;
}
@media print {
  .header {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .header {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .header {
    grid-column: 1 / span 12;
  }
}
.header.scroll {
  transform: translateX(-50%) translateY(calc(-169.67rem * 1 / 18));
}
.header.admin-bar {
  top: 32px;
}
@media only screen and (max-width: 1023px) {
  .header.admin-bar {
    top: 0;
  }
}
.header__body-overlay {
  background-color: #00263e;
  opacity: 0.7;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 1s, visibility 1s;
  opacity: 0;
  visibility: hidden;
}
.header__body-overlay.show {
  opacity: 0.2;
  visibility: visible;
}
.header__body-overlay.darken {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
}
.header__sub {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(15rem * 1 / 18);
  grid-column: 1 / span 24;
  border-bottom: 1px solid #DEE2E6;
}
@media only screen and (max-width: 1023px) {
  .header__sub {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__sub {
    grid-column: 1 / span 12;
  }
}
@media only screen and (max-width: 1023px) {
  .header__sub {
    display: none;
  }
}
.header__sub-container {
  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);
  grid-column: 1 / span 24;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__sub-container {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .header__sub-container {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__sub-container {
    grid-column: 1 / span 12;
  }
}
@media only screen and (max-width: 1023px) {
  .header__sub-container {
    padding: 16px 32px;
  }
}
.header__sub.darken {
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid transparent;
}
.header__sub-links {
  grid-column: 1 / span 4;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .header__sub-links {
    grid-column: 1 / 13;
    gap: 0 22px;
    flex-wrap: wrap;
    width: 100%;
  }
}
.header__sub-search,
.header__sub-searchform {
  grid-column: 18 / 22;
  padding-right: calc(20rem * 1 / 18);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-block-end: 0;
}
@media only screen and (max-width: 1023px) {
  .header__sub-search,
  .header__sub-searchform {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__sub-search,
  .header__sub-searchform {
    grid-column: 17 / 21;
  }
}
.header__sub-search-input,
.header__sub-searchform-input {
  width: 100%;
  margin-right: calc(-34rem * 1 / 18);
  height: calc(34rem * 1 / 18);
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.25s ease-out;
  display: flex;
  align-items: center;
  border: calc(1rem * 1 / 18) solid transparent;
  border-radius: calc(20rem * 1 / 18);
  font-family: 'utopia-std', 'Georgia', serif;
  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;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .header__sub-search-input,
  .header__sub-searchform-input {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__sub-search-input,
  .header__sub-searchform-input {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__sub-search-input sup,
.header__sub-searchform-input 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) {
  .header__sub-search-input sup,
  .header__sub-searchform-input sup {
    top: calc(2rem * 1 / 3.9375);
    font-size: 11px;
  }
}
.header__sub-search-input::placeholder,
.header__sub-searchform-input::placeholder {
  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;
  color: #879baa;
}
@media only screen and (max-width: 1023px) {
  .header__sub-search-input::placeholder,
  .header__sub-searchform-input::placeholder {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__sub-search-input::placeholder,
  .header__sub-searchform-input::placeholder {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__sub-search-input::placeholder sup,
.header__sub-searchform-input::placeholder 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) {
  .header__sub-search-input::placeholder sup,
  .header__sub-searchform-input::placeholder sup {
    top: calc(2rem * 1 / 3.9375);
    font-size: 11px;
  }
}
.header__sub-search-input.active,
.header__sub-searchform-input.active {
  max-width: calc(210rem * 1 / 18);
  padding-left: calc(20rem * 1 / 18);
  padding-right: calc(48rem * 1 / 18);
  width: 100%;
  border-color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .header__sub-search-input.active,
  .header__sub-searchform-input.active {
    height: 40px;
    max-width: 100%;
    padding-left: calc(20rem * 1 / 3.9375);
    padding-right: calc(48rem * 1 / 3.9375);
    border: 1.5px solid #00263e;
    box-sizing: border-box;
    width: 220px;
    background-image: url('/wp-content/themes/bcrea-theme/images/nav/search.svg');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: calc(100% - 10px) center;
    border-radius: 25px;
  }
}
.header__sub-search-icon,
.header__sub-searchform-icon {
  width: calc(34rem * 1 / 18);
  min-width: calc(34rem * 1 / 18);
  height: calc(34rem * 1 / 18);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
.header__sub-search-icon img,
.header__sub-searchform-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__sub-access {
  grid-column: 22 / 25;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00263e;
  color: white;
  padding-left: calc(10rem * 1 / 18);
  padding-right: calc(10rem * 1 / 18);
  padding-top: calc(15rem * 1 / 18);
  padding-bottom: calc(15rem * 1 / 18);
  font-family: 'Montserrat', Arial, sans-serif;
  text-decoration: none;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__sub-access {
    grid-column: 21 / 25;
  }
}
@media only screen and (max-width: 1023px) {
  .header__sub-access {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__sub-access {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__sub-access:hover {
  background-color: #0082bb;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .header__sub-access {
    display: none;
  }
}
.header__sub-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  width: fit-content;
  margin-right: calc(44rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .header__sub-link {
    height: auto;
    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;
  }
  .header__sub-link 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) and only screen and (max-width: 1023px) {
  .header__sub-link {
    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) {
  .header__sub-link {
    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) and only screen and (max-width: 1023px) {
  .header__sub-link sup {
    top: calc(2rem * 1 / 3.9375);
    font-size: 11px;
  }
}
.header__sub-link:is(a) {
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .header__sub-link:is(a) {
    font-weight: bold;
  }
}
.header__sub-link > span {
  white-space: nowrap;
}
.header__sub-link > a {
  text-decoration: none;
}
.header__sub-link > a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .header__sub-link > a {
    font-weight: bold;
  }
}
.header__sub-link-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  max-height: 0;
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease-out;
}
.header__sub-link-dropdown > a {
  padding: 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));
  color: #0082bb;
  font-weight: 600;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .header__sub-link-dropdown > a {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__sub-link-dropdown > a {
    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) {
  .header__sub-link-dropdown > a {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__sub-link-dropdown > a {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__sub-link-dropdown > a 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) {
  .header__sub-link-dropdown > a sup {
    top: calc(2rem * 1 / 3.9375);
    font-size: 11px;
  }
}
.header__sub-link-dropdown > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.header__sub-link:hover:is(a) {
  text-decoration: underline;
}
.header__sub-link:hover > .header__sub-link-dropdown {
  max-height: calc(300rem * 1 / 18);
}
.header__main {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(15rem * 1 / 18);
  grid-column: 1 / span 24;
  border-bottom: 1px solid #DEE2E6;
  transition: padding 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .header__main {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__main {
    grid-column: 1 / span 12;
  }
}
.header__main.darken {
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 1023px) {
  .header__main.darken .header__mobile-notifications {
    display: none;
  }
}
.header__main-helper {
  background-color: transparent;
  height: 20px;
  position: absolute;
  width: calc(100% + 44px);
  transform: translateX(-15%);
  bottom: 0px;
}
.header__main-container {
  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);
  grid-column: 1 / span 24;
  position: relative;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__main-container {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .header__main-container {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__main-container {
    grid-column: 1 / span 12;
  }
}
@media only screen and (max-width: 1023px) {
  .header__main-container {
    display: flex;
    justify-content: space-between;
    max-height: 77.25px;
  }
}
.header__main-logo {
  grid-column: 1 / span 4;
  height: calc(114rem * 1 / 18);
  width: calc(210rem * 1 / 18);
  display: flex;
  align-items: center;
}
.header__main-logo a {
  display: block;
  width: calc(210rem * 1 / 18);
  transform: translateX(calc(20rem * 1 / 18));
}
@media only screen and (max-width: 1023px) {
  .header__main-logo a {
    transform: translateX(0);
  }
}
.header__main-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.1887);
}
@media only screen and (max-width: 1023px) {
  .header__main-logo a img {
    transform: scale(1);
  }
}
@media only screen and (max-width: 1023px) {
  .header__main-logo {
    height: 55px;
    grid-column: 1 / span 6;
    width: 175px;
    padding: 12px 0;
    max-width: 175px;
  }
  .header__main-logo a {
    width: 100%;
  }
}
.header__main-nav {
  grid-column: 6 / span 19;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .header__main-nav {
    display: none;
  }
}
.header__main-nav > ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
.header__main-nav > ul > li {
  margin-right: calc(77rem * 1 / 18);
  padding-top: calc(47rem * 1 / 18);
  padding-bottom: calc(40rem * 1 / 18);
  position: relative;
}
.header__main-nav > ul > li.zero-col a::after {
  display: none;
}
.header__main-nav > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header__main-nav > ul > li:last-child .header__main-dropdown {
  right: calc(-70rem * 1 / 18);
  left: unset;
  transform: none !important;
}
.header__main-nav > ul > li:nth-child(5) .header__main-dropdown.two-col {
  right: calc(-249rem * 1 / 18);
  left: unset;
  transform: none !important;
}
.header__main-nav > ul > li:nth-child(5) .header__main-dropdown.three-col {
  right: calc(-200rem * 1 / 18);
  left: unset;
  transform: none !important;
}
.header__main-nav > ul > li:nth-child(6) .header__main-dropdown.two-col {
  right: calc(-200rem * 1 / 18);
  left: unset;
  transform: none !important;
}
.header__main-nav > ul > li:nth-child(6) .header__main-dropdown.three-col {
  right: calc(-300rem * 1 / 18);
  left: unset;
  transform: none !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__main-nav > ul > li:nth-child(6) .header__main-dropdown.three-col {
    right: calc(-200rem * 1 / 18);
  }
}
.header__main-nav > ul > li > 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));
  color: #0082bb;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-wrap: nowrap;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .header__main-nav > ul > li > a {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__main-nav > ul > li > a {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__main-nav > ul > li > a sup {
  vertical-align: top !important;
  position: relative;
  top: calc(-1.12rem * 1 / 18);
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__main-nav > ul > li > a sup {
    top: -2px;
    position: relative;
    vertical-align: unset;
  }
}
.header__main-nav > ul > li > a::after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.5rem;
  border-bottom: 2px solid #0082bb;
  border-right: 2px solid #0082bb;
  transform: rotate(45deg);
  position: absolute;
  top: 47%;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__main-nav > ul > li > a::after {
    top: 45%;
  }
}
.header__main-nav > ul > li.current::after {
  content: "";
  /* Required for ::after to show */
  position: absolute;
  bottom: 0;
  /* Align to the bottom of the div */
  left: 0;
  width: 100%;
  /* Match the width of the div */
  height: 10px;
  /* Height of the stroke */
  background-color: #FAA21B;
  /* Stroke color */
  box-sizing: border-box;
}
.header__main-nav > ul > li:hover > a {
  color: #00263e;
}
.header__main-nav > ul > li:hover > a::after {
  border-bottom: 2px solid #00263e;
  border-right: 2px solid #00263e;
}
.header__main-nav > ul > li:hover::after {
  content: "";
  /* Required for ::after to show */
  position: absolute;
  bottom: 0;
  /* Align to the bottom of the div */
  left: 0;
  width: 100%;
  /* Match the width of the div */
  height: 10px;
  /* Height of the stroke */
  background-color: #FAA21B;
  /* Stroke color */
  box-sizing: border-box;
}
.header__main-nav > ul > li:hover .header__main-dropdown {
  display: flex;
  z-index: 33;
}
.header__main-dropdown {
  display: none;
  background-color: white;
  position: absolute;
  top: calc(114rem * 1 / 18);
  text-align: left;
  background-color: #ffffff;
  border-top: 1px solid #DEE2E6;
}
.header__main-dropdown.one-col .header__main-dropdown-col {
  max-width: calc(170rem * 1 / 18);
}
.header__main-dropdown.two-col {
  transform: translateX(-30%);
}
.header__main-dropdown.two-col .header__main-dropdown-col:nth-child(2) {
  padding-left: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__main-dropdown.two-col .header__main-dropdown-col:nth-child(2) {
    padding-left: unset;
  }
}
.header__main-dropdown.three-col {
  left: calc(-425rem * 1 / 18);
}
.header__main-dropdown.three-col .header__main-dropdown-col:nth-child(2) {
  padding-left: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__main-dropdown.three-col .header__main-dropdown-col:nth-child(2) {
    padding-left: unset;
  }
}
.header__main-dropdown-col {
  padding-left: calc(50rem * 1 / 18);
  padding-right: calc(50rem * 1 / 18);
  padding-top: calc(50rem * 1 / 18);
  padding-bottom: calc(50rem * 1 / 18);
  width: calc(300rem * 1 / 18);
}
.header__main-dropdown-col.promo {
  padding: 0;
  display: flex;
}
.header__main-dropdown-header {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #00263e;
  padding-bottom: calc(5rem * 1 / 18);
  display: block;
  margin-bottom: calc(20rem * 1 / 18);
  margin-top: calc(44rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .header__main-dropdown-header {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__main-dropdown-header {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__main-dropdown-header 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) {
  .header__main-dropdown-header sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__main-dropdown-header sup {
    top: calc(5rem * 1 / 18);
  }
}
.header__main-dropdown-header:first-child {
  margin-top: calc(0rem * 1 / 18);
}
.header__main-dropdown-header.break {
  border-bottom: none !important;
  margin-top: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .header__main-dropdown-header.break {
    display: none;
  }
}
.header__main-dropdown-header-link {
  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;
  color: #00263e;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .header__main-dropdown-header-link {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__main-dropdown-header-link {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__main-dropdown-header-link 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) {
  .header__main-dropdown-header-link sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__main-dropdown-header-link sup {
    top: calc(5rem * 1 / 18);
  }
}
.header__main-dropdown-header-link:hover {
  text-decoration: underline;
}
.header__main-dropdown-header-link sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
}
.header__main-dropdown-header a.header__main-dropdown-link {
  color: #00263e;
  text-decoration: none;
}
.header__main-dropdown-header a.header__main-dropdown-link:hover {
  text-decoration: underline;
}
.header__main-dropdown-list {
  list-style: none;
  padding-bottom: calc(5rem * 1 / 18);
}
.header__main-dropdown-list-item {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  text-transform: uppercase;
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .header__main-dropdown-list-item {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__main-dropdown-list-item {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__main-dropdown-list-item 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) {
  .header__main-dropdown-list-item sup {
    top: calc(2rem * 1 / 3.9375);
    font-size: 11px;
  }
}
.header__main-dropdown-list-item.in-header {
  display: flex;
  align-items: start;
  /* Aligns items to the top if multiline text is present */
}
.header__main-dropdown-list-item.in-header::before {
  content: "\2022";
  color: #00263e;
  font-size: 20px;
  display: inline-block;
  width: calc(5rem * 1 / 18);
  margin-right: calc(10rem * 1 / 18);
  margin-left: calc(15rem * 1 / 18);
}
.header__main-dropdown-link {
  text-decoration: none;
  color: #00263e;
}
.header__main-dropdown-link sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
}
.header__main-dropdown-link:hover {
  text-decoration: underline;
}
.header__main-dropdown-promo {
  width: calc(330rem * 1 / 18);
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.header__main-dropdown-promo:hover .header__main-dropdown-promo-text {
  text-decoration: underline;
}
.header__main-dropdown-promo:hover .header__main-dropdown-promo-image {
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -o-filter: brightness(70%);
  -ms-filter: brightness(70%);
  filter: brightness(70%);
  background-color: #00263e;
}
.header__main-dropdown-promo-image {
  width: 100%;
  height: calc(210rem * 1 / 18);
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 0;
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  filter: brightness(100%);
}
.header__main-dropdown-promo-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header__main-dropdown-promo-content {
  flex-shrink: 1;
  padding: calc(20rem * 1 / 18);
  height: 100%;
}
.header__main-dropdown-promo-title {
  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: bold;
  color: white;
  margin-bottom: calc(5rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .header__main-dropdown-promo-title {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__main-dropdown-promo-title {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__main-dropdown-promo-title sup {
  vertical-align: top !important;
  position: relative;
  top: calc(-3rem * 1 / 18);
}
.header__main-dropdown-promo-text {
  font-family: 'utopia-std', 'Georgia', serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  text-decoration: none;
  color: white;
  margin-top: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .header__main-dropdown-promo-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__main-dropdown-promo-text {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__main-dropdown-promo-text sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-size: calc(29rem * 1 / 18);
}
.header__mobile {
  display: none;
  width: 80%;
  max-width: calc(468rem * 1 / 3.9375);
  position: fixed;
  top: 0;
  left: -100%;
  transition: all 0.25s ease-out;
  background-color: white;
  height: 100vh;
  z-index: 100;
  overflow-y: scroll;
}
@media only screen and (max-width: 1023px) {
  .header__mobile {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .header__mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .header__mobile {
    max-width: 328px;
  }
}
@media only screen and (max-width: 400px) {
  .header__mobile {
    width: 100%;
  }
}
.header__mobile.active {
  left: 0;
}
.header__mobile.active .header__mobile-hamburger.active {
  display: block;
}
.header__mobile-notifications {
  display: none;
  width: 30px;
  height: 45px;
  position: absolute;
  top: 15px;
  right: 95px;
  padding: calc(12rem * 1 / 18);
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.header__mobile-notifications:hover {
  background-color: #0082bb;
}
.header__mobile-notifications svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-notifications {
    display: flex;
  }
}
.header__mobile > .header__mobile-hamburger {
  display: none;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 400px) {
  .header__mobile > .header__mobile-hamburger {
    display: block;
  }
}
.header__mobile-logo {
  margin-top: calc(20rem * 1 / 3.9375);
  margin-left: calc(20rem * 1 / 3.9375);
  width: calc(155rem * 1 / 3.9375);
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-logo {
    margin-top: 20px;
    margin-left: 20px;
    width: 120px;
  }
}
.header__mobile-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__mobile-hamburger {
  display: none;
  justify-self: end;
  grid-column: 18 / 25;
  padding: calc(12rem * 1 / 3.9375) 0;
  cursor: pointer;
  width: calc(40rem * 1 / 3.9375);
  height: calc(32rem * 1 / 3.9375);
}
@media only screen and (max-width: 1023px) {
  .header__mobile-hamburger {
    display: block;
    grid-column: auto;
    position: absolute;
    right: 32px;
    padding: 0px 0;
    width: 40px;
    height: 27px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header__mobile-hamburger > span,
.header__mobile-hamburger > span::before,
.header__mobile-hamburger > span::after {
  background: #0082bb;
  content: '';
  position: absolute;
  width: calc(40rem * 1 / 3.9375);
  border-radius: calc(3rem * 1 / 3.9375);
  height: calc(6rem * 1 / 3.9375);
  margin-top: calc(13rem * 1 / 3.9375);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-hamburger > span,
  .header__mobile-hamburger > span::before,
  .header__mobile-hamburger > span::after {
    width: 40px;
    height: 2px;
    border-radius: 2px;
    margin-top: 13px;
  }
}
.header__mobile-hamburger > span::before {
  margin-top: calc(-12rem * 1 / 3.9375);
}
@media only screen and (max-width: 1023px) {
  .header__mobile-hamburger > span::before {
    margin-top: -12px;
  }
}
.header__mobile-hamburger > span::after {
  margin-top: calc(12rem * 1 / 3.9375);
}
@media only screen and (max-width: 1023px) {
  .header__mobile-hamburger > span::after {
    margin-top: 12px;
  }
}
.header__mobile-hamburger.active {
  z-index: 100;
  top: 40px;
  display: none;
}
.header__mobile-hamburger.active > span {
  background-color: transparent;
}
.header__mobile-hamburger.active > span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__mobile-hamburger.active > span::after {
  transform: rotate(-45deg);
  margin-top: 0;
}
.header__mobile-menu {
  display: flex;
  flex-direction: column;
  margin-top: calc(20rem * 1 / 3.9375);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu {
    margin-top: 0px;
    padding-bottom: 200px;
  }
}
.header__mobile-menu-footer ul {
  margin-top: 30px;
}
.header__mobile-menu-footer li {
  text-decoration: none;
  color: #00263e;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Montserrat', Arial, sans-serif;
  padding: calc(20rem * 1 / 3.9375);
  padding-top: calc(5rem * 1 / 3.9375);
  padding-bottom: calc(5rem * 1 / 3.9375);
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-footer li {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__mobile-menu-footer li {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__mobile-menu-footer li input {
  margin-bottom: 20px;
}
.header__mobile-menu-footer li:nth-child(2) {
  margin-top: 0px;
  margin-bottom: 20px;
}
.header__mobile-menu-footer li:nth-child(2) a {
  background-color: #00263e;
  border-radius: 25px;
  color: white;
  padding: 10px 30px;
  width: 220px;
  box-sizing: border-box;
}
.header__mobile-menu-footer a {
  text-decoration: none;
  color: #00263e;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-footer a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__mobile-menu-footer a {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__mobile-menu-main {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.header__mobile-menu-main-item {
  padding: calc(20rem * 1 / 3.9375);
  border-bottom: 1px solid #DEE2E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-main-item {
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header__mobile-menu-main-item:last-child {
  border-bottom: none;
}
.header__mobile-menu-main-item > span {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Montserrat', Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 0 !important;
  color: #0082bb;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-main-item > span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__mobile-menu-main-item > span {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__mobile-menu-main-item > span sup {
  vertical-align: top !important;
  position: relative;
  top: calc(-1rem * 1 / 3.9375);
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-main-item > span sup {
    top: calc(-2rem * 1 / 3.9375);
  }
}
.header__mobile-menu-main-item-arrow {
  position: absolute;
  right: calc(20rem * 1 / 3.9375);
  top: calc(28rem * 1 / 3.9375);
  width: calc(6rem * 1 / 3.9375);
  height: calc(12rem * 1 / 3.9375);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-main-item-arrow {
    right: 20px;
    top: 22px;
    width: 6px;
    height: 12px;
  }
}
.header__mobile-menu-main-item-arrow img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.header__mobile-menu-sub {
  position: absolute;
  left: -100%;
  top: 25px;
  background-color: white;
  height: fit-content;
  min-height: 750px;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease-out;
}
.header__mobile-menu-sub.active {
  left: 0;
}
.header__mobile-menu-sub-cancel {
  padding: calc(20rem * 1 / 3.9375);
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-cancel {
    padding: 20px;
  }
}
.header__mobile-menu-sub-cancel > p {
  margin-bottom: 0 !important;
  font-weight: 700;
  padding-left: calc(20rem * 1 / 3.9375);
  /* REMOVE ONCE OTHER BLOCKS SAVE NEW TYPOGRAPHY */
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-cancel > p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__mobile-menu-sub-cancel > p {
    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) {
  .header__mobile-menu-sub-cancel > p {
    padding-left: 20px;
  }
}
.header__mobile-menu-sub-cancel::after {
  content: '';
  position: absolute;
  left: calc(20rem * 1 / 3.9375);
  top: 50%;
  width: calc(9rem * 1 / 3.9375);
  height: calc(9rem * 1 / 3.9375);
  background-image: url(/wp-content/themes/bcrea-theme/images/icons/simple_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-cancel::after {
    left: 20px;
    width: 9px;
    height: 9px;
  }
}
.header__mobile-menu-sub-title {
  padding: calc(20rem * 1 / 3.9375) 0;
  margin: 0 calc(20rem * 1 / 3.9375);
  font-weight: 400;
  border-bottom: 1px solid #DEE2E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #00263e;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-title {
    font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
    font-family: 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0;
    margin: 0 0px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) and only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__mobile-menu-sub-title {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__mobile-menu-sub-title > a {
  text-decoration: none;
  margin-bottom: 0 !important;
  color: white;
  text-transform: none;
  margin-left: 20px;
  width: 100%;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-title > a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__mobile-menu-sub-title > 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) {
  .header__mobile-menu-sub-title > a sup {
    top: calc(-2rem * 1 / 3.9375);
    vertical-align: top !important;
    position: relative;
  }
}
.header__mobile-menu-sub-link {
  padding: calc(20rem * 1 / 3.9375);
  padding-bottom: 0;
}
.header__mobile-menu-sub-link > a {
  color: #00263e;
  display: flex;
  margin-bottom: 0 !important;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Montserrat', Arial, sans-serif;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-link > a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__mobile-menu-sub-link > 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) {
  .header__mobile-menu-sub-link > a sup {
    top: calc(-2rem * 1 / 3.9375);
    vertical-align: top !important;
    position: relative;
  }
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-link {
    padding: 20px;
    border-bottom: 1px solid #DEE2E6;
  }
}
.header__mobile-menu-sub-header {
  padding: calc(20rem * 1 / 3.9375);
  margin: 0 calc(20rem * 1 / 3.9375);
  border-bottom: 1px solid #DEE2E6;
  display: flex;
  flex-direction: column;
  gap: calc(4rem * 1 / 3.9375);
  position: relative;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Montserrat', Arial, sans-serif;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-header {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__mobile-menu-sub-header {
    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) {
  .header__mobile-menu-sub-header {
    padding: 22px 20px 18px;
    margin: 0 0px;
    gap: 4px;
  }
  .header__mobile-menu-sub-header sup {
    vertical-align: top !important;
    position: relative;
    top: calc(-1rem * 1 / 3.9375);
  }
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-header.break {
    display: none;
  }
}
.header__mobile-menu-sub-header > span {
  display: block;
  max-width: 220px;
  text-transform: uppercase;
}
.header__mobile-menu-sub-header .header__mobile-menu-sub-link {
  padding: 0;
  padding-left: 10px;
  margin-bottom: 20px;
  border-bottom: none;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Montserrat', Arial, sans-serif;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-header .header__mobile-menu-sub-link {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__mobile-menu-sub-header .header__mobile-menu-sub-link {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__mobile-menu-sub-header .header__mobile-menu-sub-link::before {
  content: "\2022";
  color: #00263e;
  font-size: 20px;
  display: inline-block;
  width: calc(5rem * 1 / 18);
  margin-right: calc(60rem * 1 / 18);
  margin-left: calc(15rem * 1 / 18);
}
.header__mobile-menu-sub-header .header__mobile-menu-sub-link:first-child {
  padding-top: calc(20rem * 1 / 3.9375);
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-header .header__mobile-menu-sub-link:first-child {
    padding-top: 20px;
  }
}
.header__mobile-menu-sub-header .header__mobile-menu-sub-link:only-child {
  padding-top: calc(12rem * 1 / 3.9375);
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-header .header__mobile-menu-sub-link:only-child {
    padding-top: 20px;
  }
}
.header__mobile-menu-sub-header .header__mobile-menu-sub-link > a {
  text-decoration: none;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Montserrat', Arial, sans-serif;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-header .header__mobile-menu-sub-link > a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__mobile-menu-sub-header .header__mobile-menu-sub-link > a {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.header__mobile-menu-sub-header > h3 {
  text-decoration: none;
  margin-bottom: 0 !important;
  color: #00263e;
  text-transform: none;
  width: fit-content;
}
.header__mobile-menu-sub-header-submenu {
  display: flex;
  flex-direction: column;
  height: fit-content;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.header__mobile-menu-sub-header:has(.header__mobile-menu-sub-header-submenu)::after {
  content: '';
  position: absolute;
  right: calc(20rem * 1 / 3.9375);
  top: calc(28rem * 1 / 3.9375);
  width: calc(6rem * 1 / 3.9375);
  height: calc(12rem * 1 / 3.9375);
  background-image: url(/wp-content/themes/bcrea-theme/images/icons/simple_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-header:has(.header__mobile-menu-sub-header-submenu)::after {
    right: 20px;
    top: 28px;
    width: 6px;
    height: 12px;
  }
}
.header__mobile-menu-sub-header.active > .header__mobile-menu-sub-header-submenu {
  max-height: var(--max-submenu-height, 100vh);
}
.header__mobile-menu-sub-header.active::after {
  transform: rotate(-90deg);
}
.header__mobile-menu-sub-promotion {
  max-width: 100%;
  padding: calc(20rem * 1 / 3.9375);
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-promotion {
    padding: 20px;
    display: none;
  }
}
.header__mobile-menu-sub-promotion-image {
  width: 100%;
  height: calc(200rem * 1 / 3.9375);
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-promotion-image {
    height: 200px;
  }
}
.header__mobile-menu-sub-promotion-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header__mobile-menu-sub-promotion-body {
  padding: calc(20rem * 1 / 3.9375);
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-promotion-body {
    padding: 20px;
  }
}
.header__mobile-menu-sub-promotion-body > h3 {
  margin-bottom: calc(10rem * 1 / 3.9375) !important;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-promotion-body > h3 {
    margin-bottom: 10px !important;
  }
}
.header__mobile-menu-sub-promotion-body > h3,
.header__mobile-menu-sub-promotion-body > p {
  color: white;
}
.header__mobile-menu-sub-promotion-body > p {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Montserrat', Arial, sans-serif;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu-sub-promotion-body > p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__mobile-menu-sub-promotion-body > p {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.header.access {
  max-width: 2000px;
  margin: 0 auto;
}
.header.access .header__main-container {
  background-color: #00263e;
}
.header.access .header__main-nav-list-item > a {
  color: white;
}
.header.access .header__main-nav-list-item > a::after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.header.access .header__main-dropdown-col:not(.promo) {
  background-color: #00263e;
}
.header.access .header__main-dropdown.one-col .header__main-dropdown-col {
  max-width: calc(280rem * 1 / 18);
}
.header.access .header__main-dropdown-header {
  border-bottom: calc(1rem * 1 / 18) solid white;
  color: white;
}
.header.access .header__main-dropdown-header.break {
  border-bottom: none !important;
  margin-top: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .header.access .header__main-dropdown-header.break {
    display: none;
  }
}
.header.access .header__main-dropdown-header-link {
  color: white;
}
.header.access .header__main-dropdown-link {
  color: white;
}
.header.access .header__main-dropdown-list-item {
  color: white;
}
.header.access .header__sub-container {
  background-color: #00263e;
}
.header.access .header__sub-link {
  color: white;
  position: relative;
}
.header.access .header__sub-link > span,
.header.access .header__sub-link > a {
  color: white;
}
.header.access .header__sub-link:has(> .header__sub-link-arrow) {
  padding-left: calc(16rem * 1 / 18);
}
.header.access .header__sub-link-arrow {
  width: calc(9rem * 1 / 18);
  height: calc(18rem * 1 / 18);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(90deg);
}
.header.access .header__sub-link-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header.access .header__sub-admin {
  grid-column: 12 / 25;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header.access .header__sub-admin .header__sub-link {
  margin-right: calc(3rem * 1 / 18);
}
.header.access .header__sub-notifications {
  width: calc(25.81rem * 1 / 18);
  display: flex;
  padding: calc(12rem * 1 / 18);
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.header.access .header__sub-notifications:hover {
  background-color: #0082bb;
}
.header.access .header__sub-notifications img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header.access .header__sub-searchform {
  margin-block-end: 0;
  min-width: calc(34rem*1 / 18);
  margin-left: calc(12rem * 1 / 18);
}
.header.access .header__sub-searchform-input {
  border: calc(0rem * 1 / 18) solid #00263e;
  background-color: #00263e;
}
.header.access .header__sub-searchform-input.active {
  border: calc(1rem * 1 / 18) solid #fff;
  color: white;
}
.header.access .header__mobile.active {
  background-color: #00263e;
}
.header.access .header__main-dropdown {
  background-color: #00263e;
}
.header.access .header__main-nav > ul > li:nth-child(6) .header__main-dropdown.three-col {
  right: calc(-160rem*1 / 18);
  left: unset;
  transform: none !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header.access .header__main-nav > ul > li:nth-child(6) .header__main-dropdown.three-col {
    right: calc(-75rem*1 / 18);
  }
}
.header.access .header__sub-searchform {
  padding-right: 0;
}
.header.access .header__main-nav > ul {
  margin-right: calc(22rem * 1 / 18);
}
.header.access .header__mobile-menu-sub {
  top: 25px;
}
.header.access .header__mobile-menu-sub.active {
  top: 25px;
}
.header.access .header__mobile-hamburger.active {
  background-color: #00263e;
  height: 27px;
  top: 47px;
}
.header.access .header__main-dropdown-list-item.in-header::before {
  color: white;
}
.header.access .header__mobile-menu-sub-promotion {
  display: none;
}
.header.access .header__mobile h3 {
  color: #879baa;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 0px;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .header.access .header__mobile h3 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header.access .header__mobile h3 {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.header.access .header__mobile-menu-sub-promotion-body h3 {
  color: #879baa;
}
.header.access .header__mobile-hamburger > span,
.header.access .header__mobile-hamburger > span::before,
.header.access .header__mobile-hamburger > span::after {
  background-color: white;
}
.header.access .header__mobile-hamburger.active > span {
  background-color: transparent;
}
.header.access .header__mobile-menu-main-item {
  padding: 20px;
}
.header.access .header__mobile-menu-main-item-arrow {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(197deg) brightness(104%) contrast(101%);
}
.header.access .header__mobile-menu-sub-title > .h3.mobile-menu-header {
  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;
  color: white;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .header.access .header__mobile-menu-sub-title > .h3.mobile-menu-header {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header.access .header__mobile-menu-sub-title > .h3.mobile-menu-header {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.header.access .header__mobile-menu-sub-link > .h4 {
  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;
  color: #879baa;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .header.access .header__mobile-menu-sub-link > .h4 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header.access .header__mobile-menu-sub-link > .h4 {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.header.access .header__mobile-menu-sub-title {
  background-color: #0082bb;
}
.header.access .header__mobile-menu-sub-link {
  background-color: #00263e;
  border-bottom-color: #495b6d;
}
.header.access .header__mobile-menu-sub-link::before {
  color: #879baa;
}
.header.access .header__mobile-menu-main-item {
  border-bottom-color: #495b6d;
}
.header.access .header__mobile-menu-sub-header {
  background-color: #00263e;
}
.header.access .header__mobile-menu-sub-header > h3 {
  color: #879baa;
  background-color: #00263e;
}
.header.access .header__mobile-menu-sub.active {
  background-color: #00263e;
}
.header.access .header__mobile-menu-sub-cancel {
  background-color: #DEE2E6;
}
.header.access .header__mobile-menu-sub-header {
  border-bottom: 1px solid #495b6d;
}
.header.access .header__mobile-menu-sub-header:has(.header__mobile-menu-sub-header-submenu)::after {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(197deg) brightness(104%) contrast(101%);
}
.header.access .header__mobile-menu-footer ul {
  list-style: none;
}
.header.access .header -search-input {
  border: 1px solid #879baa;
  background-color: #00263e;
  color: #fff;
  height: 40px;
  float: none;
  width: 220px;
}
.header.access .header__mobile-menu-footer-a {
  position: relative;
}
.header.access .header__mobile-menu-footer-a-arrow {
  right: -20px;
  top: 50%;
  width: 6px;
  height: 12px;
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(197deg) brightness(104%) contrast(101%);
  position: absolute;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.25s ease-out;
}
.header.access .header__mobile-menu-footer-a-arrow img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.header.access .header__mobile-menu-footer a {
  color: #879baa;
}
.header.access .header__mobile-menu-footer li {
  color: #879baa;
}
.header.access .header__mobile-menu-footer li:nth-child(2) a {
  background-color: #879baa;
  color: white;
}
.header.access .header__mobile-menu-footer-dropdown {
  position: relative;
  height: fit-content;
  max-height: 0;
  transition: all 0.25s ease-out;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}
.header.access .header__mobile-menu-footer-dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
  padding-bottom: 20px;
}
.header.access .header__mobile-menu-footer-dropdown-list > li {
  padding: 2px 16px;
  width: 93%;
}
.header.access .header__mobile-menu-footer-dropdown-list > li a {
  font-size: 13px;
  line-height: 18px;
}
.header.access .header__mobile-menu-footer-dropdown-list > li a sup {
  font-size: 10px;
  vertical-align: top;
}
.header.access .header__mobile-menu-footer-dropdown-list > li:nth-child(2) {
  margin-bottom: 0;
}
.header.access .header__mobile-menu-footer-dropdown-list > li:nth-child(2) a {
  background-color: transparent;
  color: #879baa;
  border-radius: 0;
  padding: 0;
  width: fit-content;
  box-sizing: inherit;
}
.header.access .header__mobile-menu-footer li.open .header__mobile-menu-footer-a-arrow {
  transform: translateY(-50%) rotate(-90deg);
}
.header.access .header__mobile-menu-footer li.open .header__mobile-menu-footer-dropdown {
  max-height: var(--height);
}
.header.access .header__sub-link.dropdown {
  position: relative;
  padding-right: calc(16rem * 1 / 18);
}
.header.access .header__sub-link.dropdown .header__sub-title:after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.5rem;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  position: absolute;
  top: 41%;
}
.header.access .header__sub-link.dropdown ul.header__dropdown {
  display: none;
  position: absolute;
  z-index: 2;
  background-color: #0082bb;
  top: calc(50rem * 1 / 18);
  width: calc(550rem * 1 / 18);
  list-style: none;
}
.header.access .header__sub-link.dropdown ul.header__dropdown.smaller {
  width: calc(250rem * 1 / 18);
}
.header.access .header__sub-link.dropdown ul.header__dropdown li.header__dropdown-item {
  color: white;
  padding: calc(10rem * 1 / 18) calc(20rem * 1 / 18);
  border-bottom: 1px solid white;
}
.header.access .header__sub-link.dropdown ul.header__dropdown li.header__dropdown-item:hover {
  background-color: #FAA21B;
}
.header.access .header__sub-link.dropdown ul.header__dropdown li.header__dropdown-item a {
  color: white;
  text-decoration: none;
  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;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .header.access .header__sub-link.dropdown ul.header__dropdown li.header__dropdown-item a {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header.access .header__sub-link.dropdown ul.header__dropdown li.header__dropdown-item a {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.header.access .header__sub-link.dropdown ul.header__dropdown li.header__dropdown-item a 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) {
  .header.access .header__sub-link.dropdown ul.header__dropdown li.header__dropdown-item a sup {
    top: calc(2rem * 1 / 3.9375);
    font-size: 11px;
  }
}
.header.access .header__sub-link.dropdown:hover ul {
  display: block;
}
.header__embed-container {
  align-items: center;
  background-color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .header__embed-container {
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media screen and (max-width: 450px) {
  .header__embed-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.header__embed-title {
  margin-bottom: 0 !important;
  color: #fff;
  grid-column: 2 / 8;
}
.header__embed-logo {
  grid-column: 15 / 24;
  justify-self: flex-end;
}
.header__single-embed--title {
  display: flex;
  align-items: center;
  gap: calc(10rem * 1 / 18);
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .header__single-embed--title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .header__single-embed--title {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .header__single-embed--title {
    gap: 10px;
  }
}
.header__single-embed--title > svg {
  fill: #fff;
  width: calc(20rem * 1 / 18);
  height: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .header__single-embed--title > svg {
    width: 20px;
    height: 20px;
  }
}
@media print {
  .footer {
    display: none;
  }
}
.footer__embed {
  display: none;
}
.footer__text > a {
  text-decoration: none !important;
  color: white !important;
}
.footer__text > a:hover {
  text-decoration: underline;
}
.footer__text .footer__link-underline {
  text-decoration: underline !important;
}
.footer__top {
  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);
  padding-top: calc(85rem * 1 / 18);
  padding-bottom: calc(40rem * 1 / 18);
  background-color: #00263e;
  background-image: url(/wp-content/themes/bcrea-theme/images/footer/footer_bg.png?v=1);
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .footer__top {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .footer__top {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__top {
    padding-top: 45px;
    padding-bottom: 80px;
  }
}
.footer__top-left {
  grid-column: 1 / 8;
  display: flex;
  flex-direction: column;
  gap: unset;
}
@media only screen and (max-width: 1023px) {
  .footer__top-left {
    grid-column: 1 / 13;
    gap: unset;
  }
}
.footer__top-middle {
  grid-column: 13 / 19;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}
@media only screen and (max-width: 1023px) {
  .footer__top-middle {
    grid-column: 1 / 13;
    align-self: flex-start;
  }
}
.footer__top-middle-content {
  max-width: calc(368rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .footer__top-middle-content {
    max-width: 100%;
  }
}
.footer__logo {
  width: calc(175rem * 1 / 18);
  margin-bottom: calc(66rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .footer__logo {
    width: 110px;
    height: 60px;
    margin-bottom: 70px;
  }
}
.footer__logo img {
  width: calc(175rem * 1 / 18);
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .footer__logo img {
    width: 110px;
    height: 60px;
  }
}
.footer__subscribe {
  width: calc(330rem * 1 / 18);
  padding-top: calc(10rem * 1 / 18);
  margin-bottom: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .footer__subscribe {
    width: 600px;
    max-width: 90%;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
.footer__land {
  grid-column: 1 / 18;
  padding-top: calc(30rem * 1 / 18);
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .footer__land {
    padding-top: calc(30rem * 1 / 3.9375);
    font-size: 16px;
  }
}
.footer__bottom {
  background-color: #C6CFD9;
  /* NEW FOOTER */
  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;
  padding-top: calc(30rem * 1 / 18);
  padding-bottom: calc(30rem * 1 / 18);
  align-items: center;
  /* NEW FOOTER */
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .footer__bottom {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .footer__bottom {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__bottom {
    padding: 16px 32px;
  }
}
@media screen and (max-width: 600px) {
  .footer__bottom {
    padding: 90px 32px 16px 32px;
  }
}
.footer__bottom-top {
  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(76rem * 1 / 18);
  align-items: center;
  border-bottom: calc(1rem * 1 / 18) solid #879baa;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .footer__bottom-top {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .footer__bottom-top {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__bottom-top {
    height: 76px;
    border-bottom: 1px solid #879baa;
  }
}
.footer__bottom-menu {
  grid-column: 1 / 14;
}
@media only screen and (max-width: 1023px) {
  .footer__bottom-menu {
    grid-column: 1 / 13;
  }
}
.footer__bottom-menu > .menu-footer-menu-container {
  width: 100%;
}
.footer__bottom-menu > .menu-footer-menu-container > .menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer__bottom-menu > .menu-footer-menu-container > .menu > li {
  list-style-type: none;
}
.footer__bottom-menu > .menu-footer-menu-container > .menu > li a {
  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) {
  .footer__bottom-menu > .menu-footer-menu-container > .menu > li a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .footer__bottom-menu > .menu-footer-menu-container > .menu > li a {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.footer__bottom-menu > .menu-footer-menu-container > .menu > li a:hover {
  text-decoration: underline;
}
.footer__bottom-bottom {
  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);
  padding-top: calc(20rem * 1 / 18);
  padding-bottom: calc(10rem * 1 / 18);
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .footer__bottom-bottom {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .footer__bottom-bottom {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__bottom-bottom {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.footer__socials {
  /* NEW FOOTER */
  grid-column: 13 / 19;
  /* NEW FOOTER */
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .footer__socials {
    grid-column: 1 / 13;
    gap: 10px;
  }
}
.footer__socials-text {
  margin-right: calc(24rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .footer__socials-text {
    margin-right: 24px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .footer__socials-text {
    display: none;
  }
}
.footer__socials-link {
  position: relative;
  width: calc(38rem * 1 / 18);
  height: calc(38rem * 1 / 18);
  margin-right: calc(10rem * 1 / 18);
  display: block;
}
@media only screen and (max-width: 1023px) {
  .footer__socials-link {
    width: 30px;
    margin-right: 10px;
    height: 30px;
  }
}
.footer__socials-link img {
  width: 100%;
  height: 100%;
}
.footer__socials-link img[data-hover="true"] {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .footer__socials-link img {
    width: 30px;
    height: 30px;
  }
}
.footer__socials-link:hover img[data-hover="false"] {
  display: none;
}
.footer__socials-link:hover img[data-hover="true"] {
  display: block;
}
.footer__socials-certified {
  right: 0;
  display: flex;
  width: calc(70rem * 1 / 18);
  height: calc(119rem * 1 / 18);
  /* NEW FOOTER */
  grid-column: 23 / 25;
  grid-row: 2;
  justify-self: flex-end;
  /* NEW FOOTER */
}
@media only screen and (max-width: 1023px) {
  .footer__socials-certified {
    position: absolute;
    width: 70px;
    height: 119px;
    right: 32px;
    bottom: auto;
    top: -70px;
  }
}
.footer__socials-certified img {
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .footer__socials-certified {
    grid-column: 13 / 19;
    bottom: 73px;
    grid-row: unset;
  }
}
.footer__arello {
  width: calc(180rem * 1 / 18);
  height: calc(106.06rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 22 / 24;
  grid-row: 2;
  align-self: center;
  transform: translateX(calc(-20rem * 1 / 18));
}
@media only screen and (max-width: 1023px) {
  .footer__arello {
    transform: none;
    padding-top: 0;
    width: 120px;
    height: 70.7px;
    grid-column: 10;
    position: absolute;
    top: -10px;
    right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .footer__arello {
    top: -80px;
    right: unset;
    left: 0;
    grid-column: 1;
    grid-row: 1;
  }
}
.footer__arello > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__acknowledgement {
  grid-column: 1 / 16;
}
@media only screen and (max-width: 1023px) {
  .footer__acknowledgement {
    grid-column: 1 / 13;
  }
}
.footer__copyright {
  /* NEW FOOTER */
  grid-column: 1 / 8;
  margin-bottom: 0 !important;
  /* NEW FOOTER */
}
@media only screen and (max-width: 1023px) {
  .footer__copyright {
    grid-column: 1 / 13;
  }
}
.footer__copyright > a {
  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);
  text-decoration: none;
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .footer__copyright > a {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .footer__copyright > a {
    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) {
  .footer__copyright > a {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.footer__copyright > a 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) {
  .footer__copyright > a sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .footer__copyright > a sup {
    top: calc(10rem * 1 / 18);
  }
}
.footer__copyright > a a {
  text-decoration: underline;
  color: #0082bb;
}
.footer__copyright > a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .footer__copyright > a {
    font-weight: bold;
  }
}
.election__promotion {
  display: none;
  gap: calc(35rem * 1 / 18);
  position: fixed;
  bottom: calc(25rem * 1 / 18);
  right: calc(25rem * 1 / 18);
  z-index: 10000;
  background-color: #fff;
  padding: calc(35rem * 1 / 18) calc(25rem * 1 / 18) calc(25rem * 1 / 18);
  min-height: calc(110rem*1 / 18);
  box-shadow: 0px 2px 5px 0px gray;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .election__promotion {
    width: 85%;
    right: 50%;
    transform: translateX(50%);
    bottom: 10px;
    gap: 30px;
    padding: 30px 15px 20px;
    min-height: 90px;
  }
}
.election__promotion.more-space-bottom {
  bottom: calc(120rem * 1 / 18);
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .election__promotion.more-space-bottom {
    bottom: calc(170rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .election__promotion.more-space-bottom {
    bottom: 70px;
  }
}
.election__promotion.hover {
  filter: brightness(0.95);
}
.election__promotion-image {
  width: calc(180rem*1 / 18);
  height: calc(110rem*1 / 18);
}
@media only screen and (max-width: 1023px) {
  .election__promotion-image {
    width: 180px;
    height: 80px;
  }
}
.election__promotion-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.election__promotion-text {
  display: flex;
  flex-direction: column;
  width: calc(315rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .election__promotion-text {
    width: 100%;
  }
}
.election__promotion-text--subheading {
  margin-bottom: 0 !important;
  color: #FAA21B;
  font-weight: 600;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .election__promotion-text--subheading {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .election__promotion-text--subheading {
    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) {
  .election__promotion-text--subheading {
    line-height: 16px !important;
  }
}
.election__promotion-text--heading {
  margin-bottom: calc(10rem * 1 / 18) !important;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .election__promotion-text--heading {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .election__promotion-text--heading {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.election__promotion-text--heading.hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .election__promotion-text--heading {
    font-size: calc(18rem * 1 / 18);
    line-height: calc(24rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .election__promotion-text--heading {
    margin-bottom: 5px !important;
  }
}
.election__promotion-text--summary {
  margin-bottom: 0 !important;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18) !important;
  max-width: 90%;
}
@media only screen and (max-width: 1023px) {
  .election__promotion-text--summary {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .election__promotion-text--summary {
    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) {
  .election__promotion-text--summary {
    line-height: 20px !important;
    max-width: 100%;
  }
}
.election__promotion-close {
  width: calc(35rem * 1 / 18);
  height: calc(35rem * 1 / 18);
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0082bb;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .election__promotion-close {
    width: 35px;
    height: 35px;
  }
}
.election__promotion-close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: white;
}
.cookie-prefs {
  display: none;
}
.cookie-prefs__blocker {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
}
.cookie-prefs__popup {
  position: fixed;
  z-index: 9999;
  background-color: #00263e;
  color: #fff;
  width: 40%;
  padding: 50px 60px 60px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .cookie-prefs__popup {
    width: 80%;
    padding: 45px 20px;
  }
}
.cookie-prefs__popup 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));
  color: #fff;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .cookie-prefs__popup h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cookie-prefs__popup h3 {
    font-size: calc(35rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(45rem * 1 / 18 * var(--text-multiplier));
  }
}
.cookie-prefs__popup p {
  margin: 1rem 0;
  color: white;
  margin-bottom: 2rem;
}
.cookie-prefs__popup-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;
  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;
  background-color: white;
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .cookie-prefs__popup-button {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cookie-prefs__popup-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) {
  .cookie-prefs__popup-button {
    line-height: 18px;
  }
}
.cookie-prefs__popup-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) {
  .cookie-prefs__popup-button {
    padding: 16px 25px 15px 25px;
    border-radius: 30px;
    border: 1px solid #00263e;
  }
}
.cookie-prefs__popup-button:hover {
  color: #00263e;
  background-color: white;
  border: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .cookie-prefs__popup-button:hover {
    border: 1px solid #00263e;
  }
}
@media only screen and (max-width: 1024px) {
  .cookie-prefs__popup-button {
    padding: 5px 20px;
    font-size: 12px !important;
    margin: 0 0 10px 0;
  }
  .cookie-prefs__popup p {
    margin: 3rem 0;
  }
}
.cookie-prefs__popup-button:hover {
  color: #fff;
  background-color: #f5a800;
  cursor: pointer;
}
.onepage__promotion {
  display: none;
  gap: calc(35rem * 1 / 18);
  position: fixed;
  bottom: calc(25rem * 1 / 18);
  right: calc(25rem * 1 / 18);
  z-index: 10000;
  background-color: #fff;
  padding: calc(35rem * 1 / 18) calc(25rem * 1 / 18) calc(25rem * 1 / 18);
  min-height: calc(110rem*1 / 18);
  box-shadow: 0px 2px 5px 0px gray;
}
.onepage__promotion.icon {
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .onepage__promotion {
    width: 85%;
    right: 50%;
    transform: translateX(50%);
    bottom: 10px;
    gap: 30px;
    padding: 30px 15px 20px;
    min-height: 90px;
  }
}
.onepage__promotion.more-space-bottom {
  bottom: calc(120rem * 1 / 18);
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .onepage__promotion.more-space-bottom {
    bottom: calc(170rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .onepage__promotion.more-space-bottom {
    bottom: 70px;
  }
}
.onepage__promotion.hover {
  filter: brightness(0.95);
}
.onepage__promotion-image {
  width: calc(180rem*1 / 18);
  height: calc(110rem*1 / 18);
}
@media only screen and (max-width: 1023px) {
  .onepage__promotion-image {
    width: 180px;
    height: 80px;
  }
}
.onepage__promotion-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.onepage__promotion-image.icon {
  width: calc(110rem*1 / 18);
}
@media only screen and (max-width: 1023px) {
  .onepage__promotion-image.icon {
    width: 80px;
  }
}
.onepage__promotion-image.icon img {
  object-fit: contain;
}
.onepage__promotion-text {
  display: flex;
  flex-direction: column;
  width: calc(315rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .onepage__promotion-text {
    width: 100%;
  }
}
.onepage__promotion-text--subheading {
  margin-bottom: 0 !important;
  color: #FAA21B;
  font-weight: 600;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .onepage__promotion-text--subheading {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .onepage__promotion-text--subheading {
    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) {
  .onepage__promotion-text--subheading {
    line-height: 16px !important;
  }
}
.onepage__promotion-text--heading {
  margin-bottom: calc(10rem * 1 / 18) !important;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .onepage__promotion-text--heading {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .onepage__promotion-text--heading {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.onepage__promotion-text--heading.hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .onepage__promotion-text--heading {
    font-size: calc(18rem * 1 / 18);
    line-height: calc(24rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .onepage__promotion-text--heading {
    margin-bottom: 5px !important;
  }
}
.onepage__promotion-text--summary {
  margin-bottom: 0 !important;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18) !important;
  max-width: 90%;
}
@media only screen and (max-width: 1023px) {
  .onepage__promotion-text--summary {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .onepage__promotion-text--summary {
    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) {
  .onepage__promotion-text--summary {
    line-height: 20px !important;
    max-width: 100%;
  }
}
.onepage__promotion-text--summary sup {
  top: calc(3rem * 1 / 18) !important;
}
.onepage__promotion-close {
  width: calc(35rem * 1 / 18);
  height: calc(35rem * 1 / 18);
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0082bb;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .onepage__promotion-close {
    width: 35px;
    height: 35px;
  }
}
.onepage__promotion-close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: white;
}
.category-page {
  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);
  margin: calc(80rem * 1 / 18) 0;
  row-gap: calc(48rem * 1 / 18);
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .category-page {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .category-page {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
.category-page > .latest-post:nth-child(3n + 1) {
  grid-column: 1 / 8;
  justify-self: flex-start;
}
.category-page > .latest-post:nth-child(3n + 2) {
  grid-column: 9 / 17;
  justify-self: center;
}
.category-page > .latest-post:nth-child(3n + 3) {
  grid-column: 18 / 25;
  justify-self: flex-end;
}
.category-page > h1 {
  grid-column: 1 / span 24;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .category-page > h1 {
    grid-column: 1 / span 12;
  }
}
.category-page > .h2 {
  grid-column: 1 / span 24;
  color: #00263e;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .category-page > .h2 {
    grid-column: 1 / span 12;
  }
}
.tag-page {
  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);
  margin: calc(80rem * 1 / 18) 0;
  row-gap: calc(48rem * 1 / 18);
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .tag-page {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .tag-page {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
.tag-page > .latest-post:nth-child(3n + 1) {
  grid-column: 1 / 8;
  justify-self: flex-start;
}
.tag-page > .latest-post:nth-child(3n + 2) {
  grid-column: 9 / 17;
  justify-self: center;
}
.tag-page > .latest-post:nth-child(3n + 3) {
  grid-column: 18 / 25;
  justify-self: flex-end;
}
.cop {
  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;
  padding-top: calc(120rem * 1 / 18);
  padding-bottom: calc(120rem * 1 / 18);
  background-color: white;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cop {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .cop {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .cop {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cop__upcoming {
  grid-column: 2 / 13;
  margin-bottom: calc(120rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cop__upcoming {
    grid-column: 1 / -1;
    margin-bottom: 60px;
  }
}
.cop__upcoming-session {
  display: flex;
  padding: calc(16rem * 1 / 18) calc(12rem * 1 / 18);
  border-bottom: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .cop__upcoming-session {
    padding: 16px 12px;
    border-bottom: 1px solid #00263e;
    gap: 5px;
  }
}
.cop__upcoming-session:first-of-type {
  border-top: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .cop__upcoming-session:first-of-type {
    border-top: 1px solid #00263e;
  }
}
.cop__upcoming-session-date {
  margin-bottom: 0 !important;
}
.cop__upcoming-session-title {
  margin-bottom: 0 !important;
}
.cop__latest {
  grid-column: 2 / 13;
  margin-bottom: calc(120rem * 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) {
  .cop__latest {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cop__latest {
    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) {
  .cop__latest {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.cop__latest 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) {
  .cop__latest sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cop__latest sup {
    top: calc(10rem * 1 / 18);
  }
}
.cop__latest a {
  text-decoration: underline;
  color: #0082bb;
}
@media only screen and (max-width: 1023px) {
  .cop__latest {
    grid-column: 1 / -1;
    margin-bottom: 60px;
  }
}
.cop__latest-session {
  display: flex;
  flex-direction: column;
}
.cop__latest-session-video {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .cop__latest-session-video {
    margin-top: 50px;
  }
}
.cop__latest-session-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cop__latest-session-description {
  background-color: #F2F2F2;
  padding: calc(30rem * 1 / 18) calc(20rem * 1 / 18);
  padding-right: calc(45rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cop__latest-session-description {
    padding: 15px 10px;
    padding-right: 22.5px;
  }
}
.cop__latest-session-description h3 {
  font-weight: bold;
  margin-bottom: calc(8rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .cop__latest-session-description h3 {
    margin-bottom: 4px !important;
  }
}
.cop__latest-session-description p:last-child {
  margin-bottom: 0 !important;
}
.cop__latest-session-body {
  background-color: #F2F2F2;
  padding: calc(20rem * 1 / 18) calc(18rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cop__latest-session-body {
    padding: 20px 18px;
  }
}
.cop__latest-session-body p:last-child {
  margin-bottom: 0 !important;
}
.cop__latest-session-body p {
  color: #00263e;
}
.cop__latest-session-body a {
  color: #00263e;
  text-decoration: underline !important;
}
.cop__latest-session-body a:hover {
  text-decoration: none !important;
}
.cop__latest-session-body em.underline {
  text-decoration: underline;
}
.cop__latest-session-body ol,
.cop__latest-session-body ul {
  margin-left: calc(22rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cop__latest-session-body ol,
  .cop__latest-session-body ul {
    margin-bottom: 10px;
  }
}
.cop__latest-session-body ol li,
.cop__latest-session-body ul 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) {
  .cop__latest-session-body ol li,
  .cop__latest-session-body ul li {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cop__latest-session-body ol li,
  .cop__latest-session-body ul 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) {
  .cop__latest-session-body ol li,
  .cop__latest-session-body ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.cop__latest-session-body ol li sup,
.cop__latest-session-body ul 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) {
  .cop__latest-session-body ol li sup,
  .cop__latest-session-body ul li sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cop__latest-session-body ol li sup,
  .cop__latest-session-body ul li sup {
    top: calc(10rem * 1 / 18);
  }
}
.cop__latest-session-body ol li a,
.cop__latest-session-body ul li a {
  text-decoration: underline;
  color: #0082bb;
}
.cop__latest-session-body ol ul li,
.cop__latest-session-body ul ul 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) {
  .cop__latest-session-body ol ul li,
  .cop__latest-session-body ul ul li {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cop__latest-session-body ol ul li,
  .cop__latest-session-body ul ul 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) {
  .cop__latest-session-body ol ul li,
  .cop__latest-session-body ul ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.cop__latest-session-body ol ul li sup,
.cop__latest-session-body ul ul 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) {
  .cop__latest-session-body ol ul li sup,
  .cop__latest-session-body ul ul li sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cop__latest-session-body ol ul li sup,
  .cop__latest-session-body ul ul li sup {
    top: calc(10rem * 1 / 18);
  }
}
.cop__latest-session-body ol ul li a,
.cop__latest-session-body ul ul li a {
  text-decoration: underline;
  color: #0082bb;
}
.cop__expander {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cop__expander:last-of-type .cop__expander-span {
  border-bottom: calc(1rem * 1 / 18) solid #879baa;
}
@media only screen and (max-width: 1023px) {
  .cop__expander:last-of-type .cop__expander-span {
    border-bottom: 1px solid #879baa;
  }
}
.cop__expander-span {
  border-top: calc(1rem * 1 / 18) solid #879baa;
  padding: calc(20rem * 1 / 18) calc(20rem * 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));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  color: #00263e;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .cop__expander-span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cop__expander-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) {
  .cop__expander-span {
    border-top: 1px solid #879baa;
    padding: 10px 20px;
  }
}
.cop__expander-span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(20rem * 1 / 18);
  width: calc(18rem * 1 / 18);
  height: calc(9rem * 1 / 18);
  background: url(/wp-content/themes/bcrea-theme/images/icons/dropdown_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0deg);
}
@media only screen and (max-width: 1023px) {
  .cop__expander-span::after {
    right: 20px;
    width: 18px;
    height: 9px;
  }
}
.cop__expander-content {
  display: flex;
  flex-direction: column;
  padding: 0 calc(20rem * 1 / 18);
  height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.25s ease-out;
  background-color: white;
  cursor: default;
}
@media only screen and (max-width: 1023px) {
  .cop__expander-content {
    padding: 0 20px;
  }
}
.cop__expander-content p:last-child {
  margin-bottom: 0 !important;
}
.cop__expander-content p {
  color: #00263e;
}
.cop__expander-content a {
  color: #00263e;
  text-decoration: underline !important;
}
.cop__expander-content a:hover {
  text-decoration: none !important;
}
.cop__expander-content em.underline {
  text-decoration: underline;
}
.cop__expander-content ol,
.cop__expander-content ul {
  margin-left: calc(22rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cop__expander-content ol,
  .cop__expander-content ul {
    margin-bottom: 10px;
  }
}
.cop__expander-content ol li,
.cop__expander-content ul 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) {
  .cop__expander-content ol li,
  .cop__expander-content ul li {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cop__expander-content ol li,
  .cop__expander-content ul 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) {
  .cop__expander-content ol li,
  .cop__expander-content ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.cop__expander-content ol li sup,
.cop__expander-content ul 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) {
  .cop__expander-content ol li sup,
  .cop__expander-content ul li sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cop__expander-content ol li sup,
  .cop__expander-content ul li sup {
    top: calc(10rem * 1 / 18);
  }
}
.cop__expander-content ol li a,
.cop__expander-content ul li a {
  text-decoration: underline;
  color: #0082bb;
}
.cop__expander-content ol ul li,
.cop__expander-content ul ul 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) {
  .cop__expander-content ol ul li,
  .cop__expander-content ul ul li {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cop__expander-content ol ul li,
  .cop__expander-content ul ul 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) {
  .cop__expander-content ol ul li,
  .cop__expander-content ul ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.cop__expander-content ol ul li sup,
.cop__expander-content ul ul 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) {
  .cop__expander-content ol ul li sup,
  .cop__expander-content ul ul li sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cop__expander-content ol ul li sup,
  .cop__expander-content ul ul li sup {
    top: calc(10rem * 1 / 18);
  }
}
.cop__expander-content ol ul li a,
.cop__expander-content ul ul li a {
  text-decoration: underline;
  color: #0082bb;
}
.cop__expander.active .cop__expander-span {
  background-color: #00263e;
  color: white;
}
.cop__expander.active .cop__expander-span::after {
  transform: translateY(-50%) rotate(180deg);
  background-image: url(/wp-content/themes/bcrea-theme/images/icons/dropdown_arrow_white.svg);
}
.cop__expander.active .cop__expander-content {
  height: fit-content;
  padding-top: calc(20rem * 1 / 18);
  padding-bottom: calc(20rem * 1 / 18);
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 1023px) {
  .cop__expander.active .cop__expander-content {
    max-height: unset;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cop__expander.active .cop__expander-content::-webkit-scrollbar {
  display: none;
}
.cop__past {
  grid-column: 14 / 24;
  margin-bottom: calc(120rem * 1 / 18);
  height: fit-content;
  max-height: calc(900rem * 1 / 18);
  overflow: hidden;
  transition: all 0.25s ease-out;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .cop__past {
    grid-column: 1 / -1;
    margin-bottom: 60px;
    max-height: 915px;
  }
}
.cop__past-session {
  display: flex;
  padding: calc(16rem * 1 / 18) calc(12rem * 1 / 18);
  border-bottom: calc(1rem * 1 / 18) solid #00263e;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .cop__past-session {
    padding: 16px 12px;
    border-bottom: 1px solid #00263e;
  }
}
.cop__past-session:first-of-type {
  border-top: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .cop__past-session:first-of-type {
    border-top: 1px solid #00263e;
  }
}
.cop__past-session-date {
  margin-bottom: 0 !important;
  white-space: nowrap;
  text-decoration: none;
}
.cop__past-session-title {
  margin-bottom: 0 !important;
  text-decoration: none;
}
.cop__past-session:hover {
  background-color: #F2F2F2;
}
.cop__past-more {
  width: 100%;
  grid-column: 14 / 24;
  aspect-ratio: 720 / 250;
  height: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.902) 68.5%, #ffffff 100%);
  position: absolute;
  bottom: calc(87rem * 1 / 18);
  left: 0;
}
@media only screen and (max-width: 1023px) {
  .cop__past-more {
    grid-column: 1 / -1;
    top: unset;
    bottom: 60px;
  }
}
.cop__past-more::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: calc(120rem * 1 / 18);
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  background-color: white;
}
@media only screen and (max-width: 1023px) {
  .cop__past-more::after {
    height: 120px;
  }
}
.cop__past-more > 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;
  position: absolute;
  left: calc(18rem * 1 / 18);
  bottom: calc(-50rem * 1 / 18);
  z-index: 11;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .cop__past-more > span {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cop__past-more > span {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.cop__past-more > 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) {
  .cop__past-more > span sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cop__past-more > span sup {
    top: calc(5rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .cop__past-more > span {
    left: 18px;
    bottom: -25px;
  }
}
.cop__past-more > span:hover {
  text-decoration: underline;
}
.cop__past.show-more {
  max-height: none;
}
@media only screen and (max-width: 1023px) {
  .cop__past.show-more {
    max-height: none;
  }
}
.cs {
  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;
  padding-top: calc(120rem * 1 / 18);
  padding-bottom: calc(120rem * 1 / 18);
  background-color: white;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cs {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .cs {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .cs {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.cs .left {
  grid-column: 1 / 25;
}
@media only screen and (max-width: 1023px) {
  .cs .left {
    grid-column: 1 / 13;
  }
}
.cs .left .post-details {
  margin-top: calc(50rem * 1 / 18);
  max-width: 70%;
}
@media only screen and (max-width: 1023px) {
  .cs .left .post-details {
    max-width: 95%;
  }
}
.scv {
  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;
  padding-bottom: calc(120rem * 1 / 18);
  background-color: white;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .scv {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .scv {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .scv {
    padding-bottom: 120px;
  }
}
.scv__upcoming {
  grid-column: 2 / 13;
  margin-bottom: calc(120rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scv__upcoming {
    grid-column: 1 / -1;
    margin-bottom: 60px;
  }
}
.scv__upcoming-session {
  display: flex;
  padding: calc(16rem * 1 / 18) calc(12rem * 1 / 18);
  border-bottom: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .scv__upcoming-session {
    padding: 16px 12px;
    border-bottom: 1px solid #00263e;
    gap: 5px;
  }
}
.scv__upcoming-session:first-of-type {
  border-top: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .scv__upcoming-session:first-of-type {
    border-top: 1px solid #00263e;
  }
}
.scv__upcoming-session-date {
  margin-bottom: 0 !important;
}
.scv__upcoming-session-title {
  margin-bottom: 0 !important;
}
.scv__selected {
  grid-column: 2 / 13;
  margin-bottom: calc(120rem * 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) {
  .scv__selected {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .scv__selected {
    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) {
  .scv__selected {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.scv__selected 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) {
  .scv__selected sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .scv__selected sup {
    top: calc(10rem * 1 / 18);
  }
}
.scv__selected a {
  text-decoration: underline;
  color: #0082bb;
}
@media only screen and (max-width: 1023px) {
  .scv__selected {
    grid-column: 1 / -1;
    margin-bottom: 60px;
  }
}
.scv__selected-session {
  display: flex;
  flex-direction: column;
}
.scv__selected-session-video {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .scv__selected-session-video {
    margin-top: 50px;
  }
}
.scv__selected-session-video .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: calc(405.89rem * 1 / 18);
  display: block;
}
@media only screen and (max-width: 1023px) {
  .scv__selected-session-video .video {
    min-height: auto;
    aspect-ratio: 6/3;
  }
}
.scv__selected-session--title {
  display: block;
  margin-bottom: calc(5rem * 1 / 18) !important;
  color: #00263e;
  font-weight: bold;
  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) {
  .scv__selected-session--title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .scv__selected-session--title {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .scv__selected-session--title {
    margin-bottom: 5px !important;
  }
}
.scv__selected-session-body {
  background-color: #F2F2F2;
  padding: calc(30rem * 1 / 18) calc(20rem * 1 / 18);
  padding-right: calc(45rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scv__selected-session-body {
    padding: 15px 10px;
    padding-right: 22.5px;
  }
}
.scv__selected-session-body h3 {
  font-weight: bold;
  margin-bottom: calc(8rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .scv__selected-session-body h3 {
    margin-bottom: 4px !important;
  }
}
.scv__selected-session-body p:last-child {
  margin-bottom: 0 !important;
}
.scv__expander {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.scv__expander:last-of-type .scv__expander-span {
  border-bottom: calc(1rem * 1 / 18) solid #879baa;
}
@media only screen and (max-width: 1023px) {
  .scv__expander:last-of-type .scv__expander-span {
    border-bottom: 1px solid #879baa;
  }
}
.scv__expander-span {
  border-top: calc(1rem * 1 / 18) solid #879baa;
  padding: calc(20rem * 1 / 18) calc(20rem * 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));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  color: #00263e;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .scv__expander-span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .scv__expander-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) {
  .scv__expander-span {
    border-top: 1px solid #879baa;
    padding: 10px 20px;
  }
}
.scv__expander-span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(20rem * 1 / 18);
  width: calc(18rem * 1 / 18);
  height: calc(9rem * 1 / 18);
  background: url(/wp-content/themes/bcrea-theme/images/icons/dropdown_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0deg);
}
@media only screen and (max-width: 1023px) {
  .scv__expander-span::after {
    right: 20px;
    width: 18px;
    height: 9px;
  }
}
.scv__expander-content {
  display: flex;
  flex-direction: column;
  padding: 0 calc(20rem * 1 / 18);
  height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.25s ease-out;
  background-color: white;
  cursor: default;
}
@media only screen and (max-width: 1023px) {
  .scv__expander-content {
    padding: 0 20px;
  }
}
.scv__expander-content p:last-child {
  margin-bottom: 0 !important;
}
.scv__expander-content p {
  color: #00263e;
}
.scv__expander-content a {
  color: #00263e;
  text-decoration: underline !important;
}
.scv__expander-content a:hover {
  text-decoration: none !important;
}
.scv__expander-content em.underline {
  text-decoration: underline;
}
.scv__expander-content ol,
.scv__expander-content ul {
  margin-left: calc(22rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scv__expander-content ol,
  .scv__expander-content ul {
    margin-bottom: 10px;
  }
}
.scv__expander-content ol li,
.scv__expander-content ul 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) {
  .scv__expander-content ol li,
  .scv__expander-content ul li {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .scv__expander-content ol li,
  .scv__expander-content ul 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) {
  .scv__expander-content ol li,
  .scv__expander-content ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.scv__expander-content ol li sup,
.scv__expander-content ul 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) {
  .scv__expander-content ol li sup,
  .scv__expander-content ul li sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .scv__expander-content ol li sup,
  .scv__expander-content ul li sup {
    top: calc(10rem * 1 / 18);
  }
}
.scv__expander-content ol li a,
.scv__expander-content ul li a {
  text-decoration: underline;
  color: #0082bb;
}
.scv__expander-content ol ul li,
.scv__expander-content ul ul 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) {
  .scv__expander-content ol ul li,
  .scv__expander-content ul ul li {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .scv__expander-content ol ul li,
  .scv__expander-content ul ul 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) {
  .scv__expander-content ol ul li,
  .scv__expander-content ul ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.scv__expander-content ol ul li sup,
.scv__expander-content ul ul 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) {
  .scv__expander-content ol ul li sup,
  .scv__expander-content ul ul li sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .scv__expander-content ol ul li sup,
  .scv__expander-content ul ul li sup {
    top: calc(10rem * 1 / 18);
  }
}
.scv__expander-content ol ul li a,
.scv__expander-content ul ul li a {
  text-decoration: underline;
  color: #0082bb;
}
.scv__expander.active .scv__expander-span {
  background-color: #00263e;
  color: white;
}
.scv__expander.active .scv__expander-span::after {
  transform: translateY(-50%) rotate(180deg);
  background-image: url(/wp-content/themes/bcrea-theme/images/icons/dropdown_arrow_white.svg);
}
.scv__expander.active .scv__expander-content {
  height: fit-content;
  padding-top: calc(20rem * 1 / 18);
  padding-bottom: calc(20rem * 1 / 18);
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 1023px) {
  .scv__expander.active .scv__expander-content {
    max-height: unset;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.scv__expander.active .scv__expander-content::-webkit-scrollbar {
  display: none;
}
.scv__past {
  grid-column: 14 / 24;
  margin-bottom: calc(120rem * 1 / 18);
  height: fit-content;
  max-height: calc(900rem * 1 / 18);
  transition: all 0.25s ease-out;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .scv__past {
    grid-column: 1 / -1;
    margin-bottom: 60px;
    max-height: 915px;
  }
}
.scv__past-session {
  display: flex;
  padding: calc(16rem * 1 / 18) calc(12rem * 1 / 18);
  border-bottom: calc(1rem * 1 / 18) solid #00263e;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .scv__past-session {
    padding: 16px 12px;
    border-bottom: 1px solid #00263e;
  }
}
.scv__past-session:first-of-type {
  border-top: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .scv__past-session:first-of-type {
    border-top: 1px solid #00263e;
  }
}
.scv__past-session--date {
  margin-bottom: 0 !important;
  white-space: nowrap;
  text-decoration: none;
}
.scv__past-session-title {
  margin-bottom: 0 !important;
  text-decoration: none;
}
.scv__past-session:hover {
  background-color: #F2F2F2;
}
.scv__past-more {
  width: 100%;
  grid-column: 14 / 24;
  aspect-ratio: 720 / 250;
  height: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.902) 68.5%, #ffffff 100%);
  position: absolute;
  bottom: calc(90rem * 1 / 18);
  left: 0;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .scv__past-more {
    grid-column: 1 / -1;
    top: unset;
    bottom: 60px;
  }
}
.scv__past-more::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: calc(120rem * 1 / 18);
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  background-color: white;
}
@media only screen and (max-width: 1023px) {
  .scv__past-more::after {
    height: 120px;
  }
}
.scv__past-more > 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;
  position: absolute;
  left: calc(18rem * 1 / 18);
  bottom: calc(-50rem * 1 / 18);
  z-index: 11;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .scv__past-more > span {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .scv__past-more > span {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.scv__past-more > 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) {
  .scv__past-more > span sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .scv__past-more > span sup {
    top: calc(5rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .scv__past-more > span {
    left: 18px;
    bottom: -25px;
  }
}
.scv__past-more > span:hover {
  text-decoration: underline;
}
.scv__past.show-more {
  max-height: none;
}
@media only screen and (max-width: 1023px) {
  .scv__past.show-more {
    max-height: none;
  }
}
.scv__tabs {
  margin-bottom: calc(30rem * 1 / 18);
  display: flex;
  justify-content: flex-start;
  align-content: center;
  gap: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scv__tabs {
    display: none;
  }
}
.scv__tabs-year {
  cursor: pointer;
  font-family: 'utopia-std', 'Georgia', serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  background-color: transparent;
  color: #00263e;
  padding: calc(5rem * 1 / 18) calc(20rem * 1 / 18);
  border: 1px solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .scv__tabs-year {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .scv__tabs-year {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.scv__tabs-year.active {
  background-color: #00263e;
  color: #fff;
  padding: calc(5rem * 1 / 18) calc(20rem * 1 / 18);
}
.scv__year {
  display: none;
}
.scv__year.active {
  display: block;
}
.scv__dropdown {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .scv__dropdown {
    display: block;
    grid-column: 1/-1;
    margin-bottom: 30px;
    position: relative;
  }
  .scv__dropdown-options {
    list-style: none;
    display: none;
    width: fit-content;
    border: 1px solid #C6CFD9;
  }
  .scv__dropdown-options.open {
    display: block;
  }
  .scv__dropdown-select,
  .scv__dropdown-option {
    font-family: 'utopia-std', 'Georgia', serif;
    font-size: 18px;
    width: fit-content;
    padding: 2.5px 30px 2.5px 15px;
  }
  .scv__dropdown-select {
    border: 1px solid #00263e;
    position: relative;
    background-color: #f9f9f8;
  }
  .scv__dropdown-select::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/bcrea-theme/images/icons/dropdown_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 6px;
    transition: all 0.25s ease-out;
  }
  .scv__dropdown-select.active::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .scv__dropdown-option {
    border-top: 1px solid #C6CFD9;
  }
  .scv__dropdown-option.no-topline {
    border-top: none;
  }
  .scv__dropdown-option.active {
    background-color: #f9f9f8;
  }
}
.scv.single-pdc-promo-video .scv__selected-session--title,
.scv.single-pdc-promo-video .scv__past-session-title {
  font-style: italic;
}
.scv.single-pdc-promo-video .scv__past-session--date {
  font-style: normal !important;
}
.ish {
  position: relative;
  height: calc(750rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ish {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
}
.ish__image {
  width: 100%;
  height: 100%;
}
.ish__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
@media only screen and (max-width: 1023px) {
  .ish__image {
    width: 100%;
    height: 220px;
  }
}
.ish__breadcrumbs {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .ish__breadcrumbs {
    display: none;
  }
}
.ish__text {
  position: absolute;
  width: calc(675rem * 1 / 18);
  padding: calc(110rem * 1 / 18) calc(61rem * 1 / 18) calc(60rem * 1 / 18) calc(208rem * 1 / 18);
  bottom: calc(60rem * 1 / 18);
  left: 0;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .ish__text {
    padding: calc(110rem * 1 / 18) calc(61rem * 1 / 18) calc(60rem * 1 / 18) calc(128rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .ish__text {
    position: relative;
    width: 100%;
    padding: 0;
    bottom: 0px;
  }
}
.ish__text--small {
  padding: calc(110rem * 1 / 18) calc(85rem * 1 / 18) calc(60rem * 1 / 18) calc(208rem * 1 / 18);
  width: calc(583rem * 1 / 18);
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .ish__text--small {
    padding-left: 7.11111111rem;
  }
}
@media only screen and (max-width: 1023px) {
  .ish__text--small {
    width: 100%;
    padding: 0;
  }
}
.ish__text-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.ish__text-content {
  position: relative;
  z-index: 2;
  max-width: calc(675rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ish__text-content {
    max-width: 100%;
    padding: 35px 32px 30px 32px;
  }
}
.ish__text-content p {
  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) {
  .ish__text-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .ish__text-content p {
    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) {
  .ish__text-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.ish__text-content p 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) {
  .ish__text-content p sup {
    font-size: 12px;
    line-height: 1;
    top: calc(2rem * 1 / 3.9375);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .ish__text-content p sup {
    top: calc(10rem * 1 / 18);
  }
}
.ish__text-content a {
  text-decoration: underline;
  color: inherit;
}
.ish__text-content a:hover {
  text-decoration: none;
}
.ish__text-content a.color-white {
  text-decoration: none;
  color: white;
}
.ish__text-content .underline {
  text-decoration: underline !important;
}
.ish__subscription {
  display: flex;
  gap: calc(20rem * 1 / 18);
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .ish__subscription {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.ish__subscription-form {
  width: calc(330rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ish__subscription-form {
    width: 100%;
  }
}
.cbhs {
  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;
  padding-top: calc(105rem * 1 / 18);
  padding-bottom: calc(70rem * 1 / 18);
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .cbhs {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .cbhs {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .cbhs {
    padding-top: 52.5px;
    padding-bottom: 35px;
  }
}
.cbhs__title {
  grid-column: 2 / -1;
}
@media only screen and (max-width: 1023px) {
  .cbhs__title {
    grid-column: 1 / -1;
  }
}
.cbhs__description {
  grid-column: 2 / span 17;
}
@media only screen and (max-width: 1023px) {
  .cbhs__description {
    grid-column: 1 / -1;
  }
}
@media screen and (max-width: 464px) {
  .cbhs__description img {
    width: 100%;
    height: auto;
  }
}
.cps {
  width: 100%;
  display: block;
  grid-column: 1 / span 24;
}
@media only screen and (max-width: 1023px) {
  .cps {
    grid-column: 1 / span 12;
  }
}
.cps-xsmall {
  height: 2rem;
}
@media only screen and (max-width: 1023px) {
  .cps-xsmall {
    height: 20px;
  }
}
.cps-small {
  height: 4rem;
}
@media only screen and (max-width: 1023px) {
  .cps-small {
    height: 40px;
  }
}
.cps-medium {
  height: 6rem;
}
@media only screen and (max-width: 1023px) {
  .cps-medium {
    height: 60px;
  }
}
.cps-large {
  height: 8rem;
}
@media only screen and (max-width: 1023px) {
  .cps-large {
    height: 80px;
  }
}
.cps-xlarge {
  height: 10rem;
}
@media only screen and (max-width: 1023px) {
  .cps-xlarge {
    height: 100px;
  }
}
.homepage-featured-thumbnail {
  width: calc(280rem * 1 / 18);
  height: calc(165rem * 1 / 18);
  position: relative;
  max-width: calc(280rem * 1 / 18);
  border: 0.15rem solid white;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .homepage-featured-thumbnail {
    height: calc(195rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .homepage-featured-thumbnail {
    width: 128px;
    aspect-ratio: 280 / 165;
    height: auto;
    max-width: 128px;
  }
}
.homepage-featured-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease-in-out 0.15s;
  filter: brightness(0.75);
}
.homepage-featured-thumbnail:hover {
  border-color: #00263e;
}
.homepage-featured-thumbnail:hover img {
  filter: brightness(0.5);
}
.homepage-featured-thumbnail.active {
  display: none;
}
.homepage-featured-thumbnail-content {
  position: absolute;
  left: calc(8rem * 1 / 18);
  bottom: 0;
  margin: 0.25rem;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .homepage-featured-thumbnail-content {
    left: 8px;
    top: 50%;
    height: 75px;
  }
}
.homepage-featured-thumbnail-content > a {
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 1023px) {
  .homepage-featured-thumbnail-content > a {
    margin-bottom: 5px;
  }
}
.homepage-featured-thumbnail-content > h5 {
  line-height: calc(20rem * 1 / 18) !important;
  margin-bottom: calc(10rem * 1 / 18) !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .homepage-featured-thumbnail-content > h5 {
    line-height: calc(24rem * 1 / 18) !important;
  }
}
.block-title {
  grid-column: 2 / 24;
  width: 100%;
  height: fit-content;
  padding-bottom: calc(12rem * 1 / 18);
  border-bottom: calc(1rem * 1 / 18) solid #879baa;
  margin-bottom: calc(24rem * 1 / 18);
  align-items: center;
  display: flex;
  min-height: calc(32rem * 1/18);
}
.block-title.remove-border {
  border-bottom: none;
}
@media only screen and (max-width: 1023px) {
  .block-title {
    grid-column: 1 / 13;
    padding-bottom: 0;
    margin-bottom: 24px;
    border-bottom: 1px solid #879baa;
    min-height: 32px;
  }
}
.block-title > p {
  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;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .block-title > p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .block-title > p {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.block-title > h3 {
  margin-bottom: calc(8rem * 1 / 18) !important;
}
.latest-post {
  max-width: calc(468rem * 1 / 18);
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .latest-post {
    max-width: 100%;
  }
}
.latest-post.new::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(70rem * 1 / 18);
  height: calc(70rem * 1 / 18);
  background-size: contain;
  background-image: url('/wp-content/themes/bcrea-theme/images/icons/new.svg');
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .latest-post.new::after {
    width: 100px;
    height: 20px;
  }
}
.latest-post-image {
  position: relative;
  width: 100%;
  display: flex;
  height: calc(283rem * 1 / 18);
  background-color: white;
}
@media only screen and (max-width: 1023px) {
  .latest-post-image {
    height: calc(183rem * 1 / 3.9375);
  }
}
.latest-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .latest-post-image img {
    height: calc(183rem * 1 / 3.9375);
  }
}
.latest-post-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 38, 62, 0);
  transition: all 0.25s ease-in-out 0.15s;
}
.latest-post-image:hover::after {
  background-color: rgba(0, 38, 62, 0.3);
}
.latest-post-body {
  width: 100%;
  padding-top: calc(24rem * 1 / 18);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .latest-post-body {
    padding-top: 24px;
  }
}
.latest-post-category {
  margin-bottom: calc(12rem * 1 / 18);
  width: fit-content;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .latest-post-category {
    margin-bottom: 12px;
  }
}
.latest-post-category:hover {
  text-decoration: underline;
}
.latest-post-author {
  margin-top: calc(8rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .latest-post-author {
    margin-top: 8px;
  }
}
.latest-post:hover .latest-post-image::after {
  background-color: rgba(0, 38, 62, 0.3);
}
.latest-post:hover .latest-post-title {
  text-decoration: underline !important;
}
.lpf {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(15rem * 1 / 18);
  grid-column: 1 / span 24;
  width: 100%;
  max-width: none;
  padding: 1.5rem 0;
  border-top: calc(1rem * 1 / 18) solid #879baa;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .lpf {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .lpf {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .lpf {
    grid-column: 1 / span 12;
  }
}
.lpf:nth-child(4) {
  margin-top: calc(60rem * 1 / 18);
}
.lpf .latest-post-image {
  height: 100%;
  width: auto;
  max-height: calc(223.5rem * 1 / 18);
}
.lpf .latest-post-category {
  margin-bottom: 0;
}
.lpf__left {
  grid-column: 2 / 6;
  width: 100%;
  justify-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: calc(14rem * 1 / 18) 0;
}
.lpf__middle {
  grid-column: 8 / 17;
  display: flex;
  flex-direction: column;
}
.lpf__right {
  grid-column: 19 / 24;
}
.lpf__right .latest-post-image {
  overflow: hidden;
}
.lpf:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.author {
  display: flex;
  align-items: center;
  gap: calc(8rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .author {
    gap: 8px;
  }
}
.author-image {
  min-width: calc(60rem * 1 / 18);
  width: calc(60rem * 1 / 18);
  height: calc(60rem * 1 / 18);
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .author-image {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
}
.author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-left: calc(8rem * 1 / 18);
  margin-top: calc(8rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .author-body {
    margin-left: 8px;
    margin-top: 8px;
  }
}
.author-postdate,
.author-name {
  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) {
  .author-postdate,
  .author-name {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .author-postdate,
  .author-name {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
div[data-lastpass-icon-root] {
  display: none;
}
.subscribe {
  display: flex;
  align-items: center;
  position: relative;
}
.subscribe-input {
  width: 100%;
  padding: 0 calc(20rem * 1 / 18);
  font-size: calc(18rem * 1 / 18);
  height: calc(38rem * 1 / 18);
  display: flex;
  align-items: center;
  background-color: transparent;
  border-radius: calc(30rem * 1 / 18);
  border: calc(1rem * 1 / 18) solid #fff;
  outline: none;
  text-transform: none !important;
}
@media only screen and (max-width: 1023px) {
  .subscribe-input {
    padding: 0 20px;
    font-size: 18px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 30px;
  }
}
.subscribe-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: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
  color: #879baa;
}
@media only screen and (max-width: 1023px) {
  .subscribe-input::placeholder {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .subscribe-input::placeholder {
    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) {
  .subscribe-input::placeholder {
    line-height: 18px;
  }
}
.subscribe-input::placeholder 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));
}
.subscribe-button {
  outline: none;
  border: none;
  width: calc(39.33rem * 1 / 18);
  min-width: calc(39.33rem * 1 / 18);
  height: calc(39.33rem * 1 / 18);
  background-color: transparent;
  position: absolute;
  top: calc(0rem * 1 / 18);
  right: calc(0rem * 1 / 18);
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .subscribe-button {
    width: 39.33px;
    min-width: 39.33px;
    height: 39.33px;
  }
}
.subscribe-button img {
  width: 100%;
  height: 100%;
  width: calc(39.33rem * 1 / 18);
  min-width: calc(39.33rem * 1 / 18);
  height: calc(39.33rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .subscribe-button img {
    width: 39.33px;
    min-width: 39.33px;
    height: 39.33px;
  }
}
.link-arrow-transition {
  transition: all 0.275s ease-out;
}
.link-arrow,
.link-arrow-white {
  width: fit-content;
  padding: 0 calc(24rem * 1 / 18) 0 calc(52rem * 1 / 18);
  height: calc(38rem * 1 / 18);
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.275s ease-out;
  text-decoration: none !important;
}
@media only screen and (max-width: 1023px) {
  .link-arrow,
  .link-arrow-white {
    padding: 0 24px 0 52px;
    height: 38px;
    justify-content: flex-start;
  }
}
.link-arrow > span,
.link-arrow-white > span {
  transition: all 0.275s ease-out;
  white-space: nowrap;
}
.link-arrow-arrow,
.link-arrow-white-arrow {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: calc(50rem * 1 / 18);
  border: calc(1rem * 1 / 18) solid black;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: calc(37rem * 1 / 18);
  height: calc(37rem * 1 / 18);
  transition: all 0.275s ease-out;
}
.link-arrow-arrow:is(.link-arrow-white-arrow),
.link-arrow-white-arrow:is(.link-arrow-white-arrow) {
  border-color: white;
}
@media only screen and (max-width: 1023px) {
  .link-arrow-arrow,
  .link-arrow-white-arrow {
    max-width: 37px;
    height: 37px;
    border-radius: 50px;
    border: 1px solid black;
  }
}
.link-arrow-arrow > svg,
.link-arrow-white-arrow > svg {
  margin-left: calc(16rem * 1 / 18);
  transition: all 0.275s ease-out;
  width: calc(8rem * 1 / 18);
  height: calc(13rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .link-arrow-arrow > svg,
  .link-arrow-white-arrow > svg {
    margin-left: 16px;
    width: 8px;
    height: 13px;
  }
}
.link-arrow-arrow-line,
.link-arrow-white-arrow-line {
  position: absolute;
  left: calc(20rem * 1 / 18);
  top: 50%;
  transform: translateY(-50%);
  height: calc(1.5rem * 1 / 18);
  width: calc(14rem * 1 / 18);
  background-color: black;
  max-width: 0;
  transition: all 0.275s ease-out;
}
.link-arrow-arrow-line:is(.link-arrow-white-arrow-line),
.link-arrow-white-arrow-line:is(.link-arrow-white-arrow-line) {
  background-color: white;
}
@media only screen and (max-width: 1023px) {
  .link-arrow-arrow-line,
  .link-arrow-white-arrow-line {
    left: 20px;
    height: 1.5px;
    width: 14px;
  }
}
.link-arrow:hover .link-arrow-arrow-line,
.link-arrow-white:hover .link-arrow-arrow-line,
.link-arrow.hover .link-arrow-arrow-line,
.link-arrow-white.hover .link-arrow-arrow-line,
.link-arrow:hover .link-arrow-white-arrow-line,
.link-arrow-white:hover .link-arrow-white-arrow-line,
.link-arrow.hover .link-arrow-white-arrow-line,
.link-arrow-white.hover .link-arrow-white-arrow-line {
  max-width: calc(14rem * 1 / 18);
}
.link-arrow:hover .link-arrow-arrow,
.link-arrow-white:hover .link-arrow-arrow,
.link-arrow.hover .link-arrow-arrow,
.link-arrow-white.hover .link-arrow-arrow,
.link-arrow:hover .link-arrow-white-arrow,
.link-arrow-white:hover .link-arrow-white-arrow,
.link-arrow.hover .link-arrow-white-arrow,
.link-arrow-white.hover .link-arrow-white-arrow {
  max-width: var(--link-width, calc(380rem * 1 / 18));
}
.link-arrow:hover .link-arrow-arrow > svg,
.link-arrow-white:hover .link-arrow-arrow > svg,
.link-arrow.hover .link-arrow-arrow > svg,
.link-arrow-white.hover .link-arrow-arrow > svg,
.link-arrow:hover .link-arrow-white-arrow > svg,
.link-arrow-white:hover .link-arrow-white-arrow > svg,
.link-arrow.hover .link-arrow-white-arrow > svg,
.link-arrow-white.hover .link-arrow-white-arrow > svg {
  transform: translateX(calc(12rem * 1 / 18));
}
@media only screen and (max-width: 1023px) {
  .link-arrow:hover .link-arrow-arrow-line,
  .link-arrow-white:hover .link-arrow-arrow-line,
  .link-arrow.hover .link-arrow-arrow-line,
  .link-arrow-white.hover .link-arrow-arrow-line,
  .link-arrow:hover .link-arrow-white-arrow-line,
  .link-arrow-white:hover .link-arrow-white-arrow-line,
  .link-arrow.hover .link-arrow-white-arrow-line,
  .link-arrow-white.hover .link-arrow-white-arrow-line {
    max-width: 14px;
  }
  .link-arrow:hover .link-arrow-arrow,
  .link-arrow-white:hover .link-arrow-arrow,
  .link-arrow.hover .link-arrow-arrow,
  .link-arrow-white.hover .link-arrow-arrow,
  .link-arrow:hover .link-arrow-white-arrow,
  .link-arrow-white:hover .link-arrow-white-arrow,
  .link-arrow.hover .link-arrow-white-arrow,
  .link-arrow-white.hover .link-arrow-white-arrow {
    max-width: var(--link-width-mobile, 230px);
  }
  .link-arrow:hover .link-arrow-arrow > svg,
  .link-arrow-white:hover .link-arrow-arrow > svg,
  .link-arrow.hover .link-arrow-arrow > svg,
  .link-arrow-white.hover .link-arrow-arrow > svg,
  .link-arrow:hover .link-arrow-white-arrow > svg,
  .link-arrow-white:hover .link-arrow-white-arrow > svg,
  .link-arrow.hover .link-arrow-white-arrow > svg,
  .link-arrow-white.hover .link-arrow-white-arrow > svg {
    transform: translateX(12px);
  }
}
.gform_confirmation_wrapper {
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #00263e;
  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) {
  .gform_confirmation_wrapper {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .gform_confirmation_wrapper {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.gform_heading {
  grid-column: 1 / span 24;
}
.gform_wrapper.gravity-theme.accessForm_wrapper {
  padding-bottom: calc(130rem * 1 / 18);
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
}
.gform_wrapper.gravity-theme.accessForm_wrapper .gfield_label {
  font-family: 'utopia-std', 'Georgia', serif;
  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) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gfield_label {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gfield_label {
    font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(38rem * 1 / 18 * var(--text-multiplier));
  }
}
.gform_wrapper.gravity-theme.accessForm_wrapper .gfield_label sup {
  vertical-align: top !important;
  position: relative;
  top: calc(0rem * 1 / 18);
  font-weight: bold;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(21rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Georgia';
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gfield_label sup {
    top: calc(5rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gfield_label sup {
    font-size: 12px;
    vertical-align: top;
    position: relative;
    line-height: 1;
    top: calc(5rem * 1 / 3.9375);
  }
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.gform_wrapper.gravity-theme.accessForm_wrapper .gfield {
  margin-bottom: calc(15rem * 1 / 18);
}
.gform_wrapper.gravity-theme.accessForm_wrapper .gform-field-label a {
  color: #00263e;
}
.gform_wrapper.gravity-theme.accessForm_wrapper input[type=text],
.gform_wrapper.gravity-theme.accessForm_wrapper input[type=email],
.gform_wrapper.gravity-theme.accessForm_wrapper input[type=url],
.gform_wrapper.gravity-theme.accessForm_wrapper input[type=tel],
.gform_wrapper.gravity-theme.accessForm_wrapper input[type=number],
.gform_wrapper.gravity-theme.accessForm_wrapper input[type=password],
.gform_wrapper.gravity-theme.accessForm_wrapper textarea {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #00263e;
  padding: calc(12rem * 1 / 18);
}
.gform_wrapper.gravity-theme.accessForm_wrapper select {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #00263e;
  padding: calc(12rem * 1 / 18);
}
.gform_wrapper.gravity-theme.accessForm_wrapper .gchoice sup {
  vertical-align: top !important;
  position: relative;
  top: calc(0rem * 1 / 18);
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(21rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gchoice sup {
    top: calc(2rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gchoice sup {
    font-size: 12px;
    vertical-align: top;
    position: relative;
    line-height: 1;
    top: calc(3rem * 1 / 3.9375);
  }
}
.gform_wrapper.gravity-theme.accessForm_wrapper ol {
  padding-left: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper ol {
    padding-left: calc(20rem * 1 / 3.9375);
  }
}
.gform_wrapper.gravity-theme.accessForm_wrapper ol li {
  margin-bottom: calc(10rem * 1 / 18);
  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) {
  .gform_wrapper.gravity-theme.accessForm_wrapper ol li {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper ol li {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.gform_wrapper.gravity-theme.accessForm_wrapper ol li sup {
  vertical-align: top !important;
  position: relative;
  top: calc(0rem * 1 / 18);
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(21rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper ol li sup {
    top: calc(5rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper ol li sup {
    font-size: 12px;
    vertical-align: top;
    position: relative;
    line-height: 1;
    top: calc(3rem * 1 / 3.9375);
  }
}
.gform_wrapper.gravity-theme.accessForm_wrapper ul {
  padding-left: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper ul {
    padding-left: calc(20rem * 1 / 3.9375);
  }
}
.gform_wrapper.gravity-theme.accessForm_wrapper ul li {
  margin-bottom: calc(10rem * 1 / 18);
  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) {
  .gform_wrapper.gravity-theme.accessForm_wrapper ul li {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper ul li {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.gform_wrapper.gravity-theme.accessForm_wrapper ul li sup {
  vertical-align: top !important;
  position: relative;
  top: calc(0rem * 1 / 18);
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(21rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper ul li sup {
    top: calc(5rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper ul li sup {
    font-size: 12px;
    vertical-align: top;
    position: relative;
    line-height: 1;
    top: calc(3rem * 1 / 3.9375);
  }
}
.gform_wrapper.gravity-theme.accessForm_wrapper .gfield_description {
  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) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gfield_description {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gfield_description {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.gform_wrapper.gravity-theme.accessForm_wrapper .gfield_required {
  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) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gfield_required {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gfield_required {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.gform_wrapper.gravity-theme.accessForm_wrapper .gform_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;
  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;
  display: grid;
  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) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gform_button {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gform_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) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gform_button {
    line-height: 18px;
  }
}
.gform_wrapper.gravity-theme.accessForm_wrapper .gform_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) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gform_button {
    padding: 16px 25px 15px 25px;
    border-radius: 30px;
    border: 1px solid #00263e;
  }
}
.gform_wrapper.gravity-theme.accessForm_wrapper .gform_button:hover {
  color: #00263e;
  background-color: white;
  border: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gform_button:hover {
    border: 1px solid #00263e;
  }
}
.gform_wrapper.gravity-theme.accessForm_wrapper .gform_button:hover {
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gform_button {
    padding: 0 40px;
  }
}
.gform_wrapper.gravity-theme.accessForm_wrapper .gfield_validation_message {
  padding-top: calc(10rem * 1 / 18) !important;
  padding-bottom: calc(10rem * 1 / 18) !important;
}
.gform_wrapper.gravity-theme.accessForm_wrapper .gform_validation_errors {
  grid-column: 2 / span 14;
  margin-top: calc(100rem * 1 / 18);
}
.gform_wrapper.gravity-theme.accessForm_wrapper .gform_validation_errors h2 {
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier)) !important;
  margin-bottom: auto !important;
}
.gform_wrapper.gravity-theme.accessForm_wrapper .ginput_container_time {
  max-width: 80px;
  min-width: 80px;
}
.gform_wrapper.gravity-theme.accessForm_wrapper .gfield_checkbox label,
.gform_wrapper.gravity-theme.accessForm_wrapper .gfield_radio label {
  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) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gfield_checkbox label,
  .gform_wrapper.gravity-theme.accessForm_wrapper .gfield_radio label {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .gform_wrapper.gravity-theme.accessForm_wrapper .gfield_checkbox label,
  .gform_wrapper.gravity-theme.accessForm_wrapper .gfield_radio label {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.accessForm {
  grid-column: 2 / span 14;
  margin-top: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .accessForm {
    grid-column: 1 / -1;
    margin-top: 50px;
  }
}
.accessForm_wrapper {
  grid-column: 1 / span 24;
  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 (max-width: 1023px) {
  .accessForm_wrapper {
    grid-column: 1 / span 12;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .accessForm_wrapper {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .accessForm_wrapper {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
.accessForm h3 {
  font-weight: bold;
}
.accessForm a {
  color: #0082bb;
}
.accessForm .gform_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;
  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;
  display: grid;
  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) {
  .accessForm .gform_button {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .accessForm .gform_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) {
  .accessForm .gform_button {
    line-height: 18px;
  }
}
.accessForm .gform_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) {
  .accessForm .gform_button {
    padding: 16px 25px 15px 25px;
    border-radius: 30px;
    border: 1px solid #00263e;
  }
}
.accessForm .gform_button:hover {
  color: #00263e;
  background-color: white;
  border: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .accessForm .gform_button:hover {
    border: 1px solid #00263e;
  }
}
.accessForm .gform_button:hover {
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .accessForm .gform_button {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .accessForm .gform_button {
    padding: calc(10rem * 1 / 3.9375);
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .accessForm .gform_button {
    max-width: 100%;
    padding: 10px 25px 10px 25px !important;
  }
}
.accessLogin {
  text-align: center;
  padding-top: calc(200rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .accessLogin {
    margin-top: 100px;
    width: 90%;
    margin: auto;
  }
}
.accessLogin 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);
  height: calc(38rem * 1 / 18);
  display: grid;
  place-items: center;
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .accessLogin a {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .accessLogin 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) {
  .accessLogin a {
    line-height: 18px;
  }
}
.accessLogin 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) {
  .accessLogin a {
    padding: 16px 25px 15px 25px;
    border-radius: 30px;
    border: 1px solid #00263e;
  }
}
.accessLogin a:hover {
  color: #00263e;
  background-color: white;
  border: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .accessLogin a:hover {
    border: 1px solid #00263e;
  }
}
.accessLogin a:hover {
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .accessLogin a {
    padding: 0 40px;
    height: 38px;
  }
}
.testimonials {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.testimonials .testimonial {
  position: absolute;
  top: 0;
  left: 3px;
  width: calc(100% - 30px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background-color: transparent;
  padding: 15px 20px;
  border-left: 4px solid #FAA21B;
  color: #888;
  font-family: 'utopia-std', 'Georgia', serif !important;
  box-sizing: border-box;
}
.testimonials .testimonial p {
  color: #888;
  font-family: 'utopia-std', 'Georgia', serif !important;
  font-size: inherit;
}
.testimonials .testimonial-content {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.testimonials .testimonial-content-quote {
  flex: 0 1 auto;
  font-size: 50px;
  line-height: 2.3rem;
  padding: 0 10px;
  color: #888;
}
.testimonials .testimonial-content-quote.last {
  flex: 1 1 80px;
}
.testimonials .testimonial-content-text {
  flex: 0 1 auto;
  font-style: italic;
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(36rem * 1 / 18 * var(--text-multiplier));
  max-width: 550px;
}
@media only screen and (max-width: 1023px) {
  .testimonials .testimonial-content-text {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .testimonials .testimonial-content-text {
    font-size: calc(35rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(45rem * 1 / 18 * var(--text-multiplier));
  }
}
.testimonials .testimonial-content-text p {
  font: inherit;
  color: inherit;
  margin: inherit;
}
.testimonials .testimonial.active {
  position: relative;
  width: 100%;
  opacity: 1;
}
.testimonials .testimonial-author {
  font-style: italic;
  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) {
  .testimonials .testimonial-author {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .testimonials .testimonial-author {
    font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  }
}
