/*!
Theme Name: Brandeis University - Explore
Description: Child theme for Engage Theme
Author: Michael Li
Template: Engage
*/
:root {
  /*===========*/
  /* VARIABLES */
  /*===========*/
  --teal: #0B7886;
  --dark-blue: #003478;
  --blue: #259FD5;
  --yellow: #d5de23;
  --black: var(--black, #000);
  --white: var(--white, #fff);
  /* Typography */
  --font-hind: Hind, Helvetica, Arial, sans-serif;
  --font-merriweather: Merriweather, "Times New Roman", "Georgia", serif;
}

/*=======*/
/* RESET */
/*=======*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: 600;
}

/*======*/
/* BASE */
/*======*/
html {
  /* Temp: Remove when published */
  margin: 0 !important;
}

#wpadminbar {
  /* Temp: Remove when published */
  display: none !important;
}

body {
  font-family: var(--font-hind);
  font-size: 16px;
  color: var(--black, #000);
}

/*============*/
/* TYPOGRAPHY */
/*============*/
/* Heading */
/*---------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  color: inherit;
  margin: 0 0 0.75em !important;
}

h1 {
  font-family: var(--font-merriweather) !important;
  font-size: clamp(2.25rem, 3vw, 3rem);
  font-weight: 700 !important;
  line-height: 1.3;
}

h2 {
  font-family: var(--font-hind) !important;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 700 !important;
  line-height: 1.2;
}

h3 {
  font-family: var(--font-hind) !important;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--font-hind) !important;
  font-size: 1.25rem;
  line-height: 1.4;
}

h5 {
  font-family: var(--font-hind) !important;
  font-size: 1.125rem;
  line-height: 1.5;
}

p,
ul {
  font-size: 1.125rem;
  text-wrap: pretty;
  margin: 0 0 2rem;
}

ol,
ul {
  list-style: initial;
}
ol li,
ul li {
  margin-bottom: 0.125rem;
}

ul {
  padding-left: 1.125rem;
}

strong {
  font-weight: 600 !important;
}

main a[target=_blank]:not(.share-link)::after {
  content: "\f08e";
  font-family: var(--fa-version);
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none !important;
  margin-top: -2px;
  margin-left: 2px;
  vertical-align: top;
}

hr.wp-block-separator {
  border-color: var(--blue);
  border-width: 1px;
}

.text-underline {
  text-decoration: underline !important;
  text-decoration-color: #989898 !important;
  text-underline-offset: 2px !important;
}

/* Image */
@media (min-width: 992px) {
  figure.img--display img {
    height: 500px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: 70% !important;
       object-position: 70% !important;
  }
}
/* Superscript */
h1 > sup {
  font-size: 0.5em !important;
  vertical-align: super !important;
}

h2 > sup {
  font-size: 0.5em !important;
  vertical-align: super !important;
}

h3 > sup {
  font-size: 0.5em !important;
  vertical-align: super !important;
}

h4 > sup {
  font-size: 0.5em !important;
  vertical-align: super !important;
}

h5 > sup {
  font-size: 0.5em !important;
  vertical-align: super !important;
}

h6 > sup {
  font-size: 0.5em !important;
  vertical-align: super !important;
}

p sup,
table sup {
  font-size: 0.6em !important;
  vertical-align: super !important;
}

.text-sm sup {
  font-size: 0.875em !important;
  vertical-align: super !important;
}

.kicker {
  font-size: 1.125rem !important;
  font-weight: 900 !important;
  text-wrap: balance !important;
  margin-bottom: 0.25em !important;
}

.highlight-text {
  display: inline-block;
  padding: 4px 12px;
  line-height: 1.2;
  background-color: var(--yellow);
  color: var(--black, #000);
}

.subtext {
  font-size: clamp(1.25rem, 3vw, 1.5rem) !important;
  font-weight: 900 !important;
}

p {
  color: inherit;
  text-wrap: pretty;
  margin: 0 0 20px;
}

p:has(> strong) {
  margin-bottom: 1rem !important;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

a:is(:link, :visited):not(.nav-link, .dropdown-item, .btn) {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-decoration-thickness: 5%;
  text-underline-offset: 3px;
  white-space: pre-wrap;
}

a:is(:hover, :focus):not(.nav-link, .dropdown-item, .btn) {
  color: var(--black, #000);
}

a:has(img) {
  line-height: 0;
}

.font-hind {
  font-family: var(--font-hind) !important;
}

.font-merriweather {
  font-family: var(--font-merriweather) !important;
}

header a[target=_blank]:not(.share-link, .btn)::after,
main a[target=_blank]:not(.share-link, .btn)::after {
  content: "\f08e";
  display: inline-block;
  font-family: var(--fa-version);
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none !important;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: middle;
  text-wrap: balance;
}

main .has-theme-light-color,
main .text-light,
main .text-mb-light {
  color: var(--white, #fff) !important;
}
main .has-theme-light-color a:is(:link, :visited):not(.btn),
main .text-light a:is(:link, :visited):not(.btn),
main .text-mb-light a:is(:link, :visited):not(.btn) {
  color: var(--white, #fff);
  text-decoration-color: var(--white, #fff);
  transition: 0.2s ease-out;
}
main .has-theme-light-color a:is(:hover, :focus):not(.btn),
main .text-light a:is(:hover, :focus):not(.btn),
main .text-mb-light a:is(:hover, :focus):not(.btn) {
  color: var(--teal);
  text-decoration-color: var(--teal);
}
main .has-theme-light-color a[target=_blank]:not(.share-link, .btn)::after,
main .text-light a[target=_blank]:not(.share-link, .btn)::after,
main .text-mb-light a[target=_blank]:not(.share-link, .btn)::after {
  color: var(--white, #fff);
}
main .has-theme-light-color a[target=_blank]:not(.share-link, .btn):is(:hover, :focus)::after,
main .text-light a[target=_blank]:not(.share-link, .btn):is(:hover, :focus)::after,
main .text-mb-light a[target=_blank]:not(.share-link, .btn):is(:hover, :focus)::after {
  color: var(--teal);
}
main .text-dark,
main .has-theme-dark-color {
  color: var(--blue-gray) !important;
}
@media (max-width: 991px) {
  main .text-mb-light {
    color: var(--white, #fff) !important;
  }
  main .text-mb-dark {
    color: var(--blue-gray) !important;
  }
}

/*----------------*/
/* Text Alignment */
/*----------------*/
@media (max-width: 600px) {
  .text-xs-center {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .text-mb-center {
    text-align: center;
  }
}
/*-----------*/
/* Text Size */
/*-----------*/
.text-xxlg,
.text-xlg,
.text-lg {
  line-height: 1.5;
}

.text-md,
.text-reg,
.text-sm,
.text-xs {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.text-xxlg {
  font-size: 2rem !important;
}

.text-xlg {
  font-size: 1.75rem !important;
}

.text-lg {
  font-size: 1.5rem !important;
}

.text-md {
  font-size: 1.25rem !important;
}

.text-reg {
  font-size: 1rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

/*-------------*/
/* Font Weight */
/*-------------*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*============*/
/* COMPONENTS */
/*============*/
/*--------*/
/* Button */
/*--------*/
.btn {
  font-size: 1rem;
  font-weight: 600 !important;
  margin: 1rem 0 0;
  padding: 0.625rem 35px 0.625rem 25px;
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: ease-out 0.2s;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  text-wrap: balance;
  text-align: left;
}
.btn:is(:hover, :focus) {
  text-decoration: none;
  box-shadow: none;
  border: 0;
  outline: 0;
}
.btn::after {
  content: "\f061";
  display: inline-block;
  font-family: var(--fa-version);
  font-size: 1rem;
  vertical-align: baseline !important;
  transform: translateX(0.875rem);
  transition: ease-out 0.2s;
}
.btn:is(:hover, :focus)::after {
  transform: translateX(1rem);
}
.btn {
  /* Link & External Link Button */
}
.btn[class*=btn--link], .btn[class*=btn--link][class*=-ext] {
  padding: 0;
  text-decoration: underline;
  text-decoration-color: var(--blue);
  text-decoration-thickness: 5%;
  text-underline-offset: 5px;
  font-weight: 800 !important;
  color: inherit;
}
.btn[class*=btn--link]:is(:hover, :focus), .btn[class*=btn--link]:is(:hover, :focus)::after, .btn[class*=btn--link][class*=-ext]:is(:hover, :focus), .btn[class*=btn--link][class*=-ext]:is(:hover, :focus)::after {
  text-decoration: none;
}
.btn[class*=btn--link]::after, .btn[class*=btn--link][class*=-ext]::after {
  transform: translateX(0.5rem);
}
.btn[class*=btn--link]:is(:hover, :focus)::after, .btn[class*=btn--link][class*=-ext]:is(:hover, :focus)::after {
  text-decoration: none;
  transform: translateX(0.75rem);
}
.btn {
  /* External Link Button */
}
.btn[class*=-ext]::after {
  content: "\f08e";
}
.btn[class*=btn--][class*="--dark"]:is(:hover, :focus), .btn[class*=btn--][class*="--dark"]:is(:hover, :focus)::after {
  color: var(--white, #fff);
}
.btn[class*=btn--][class*="--dark"]::after {
  color: var(--white, #fff);
}
.btn[class*=btn--][class*="--dark"]:is(:hover, :focus)::after {
  color: var(--white, #fff);
}
.btn {
  /* Themes */
  /*--------*/
}

.btn:only-child,
p + .btn {
  margin-top: 1rem;
}

/*------*/
/* Card */
/*------*/
.card {
  display: block;
  padding: 0;
  height: 100%;
  border: 0;
  overflow: hidden;
  border-radius: 6px;
}
.card .featured-img {
  position: relative;
  margin: 0;
}
.card .featured-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .card .card-body {
    padding: 30px;
  }
}

/*---------*/
/* Post It */
/*---------*/
.post-it {
  padding: 30px;
  height: 100%;
}

/*--------------------*/
/* Vertical separator */
/*--------------------*/
@media (min-width: 992px) {
  .v-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1px;
    height: 100%;
  }
  .v-separator.v-separator--yellow {
    background-color: var(--yellow);
  }
  .v-separator.v-separator--blue {
    background-color: var(--blue);
  }
  /* Add 'v-separator--img' class to the Image block */
}
/*===========*/
/* WP BLOCKS */
/*===========*/
/*---------------------*/
/* Collapsible Content */
/*---------------------*/
.block-collapse,
.block-courses,
.block-faqs,
.block-filter,
.block-n-tabs {
  width: 100%;
}
.block-collapse .collapse-item,
.block-courses .collapse-item,
.block-faqs .collapse-item,
.block-filter .collapse-item,
.block-n-tabs .collapse-item {
  margin-top: -1px;
  margin-bottom: 10px;
}
.block-collapse .card-body,
.block-courses .card-body,
.block-faqs .card-body,
.block-filter .card-body,
.block-n-tabs .card-body {
  padding: 40px;
  margin-bottom: 0;
  color: inherit;
  background-color: var(--white, #fff) !important;
  border: 0;
}
.block-collapse .btn-accordion,
.block-courses .btn-accordion,
.block-faqs .btn-accordion,
.block-filter .btn-accordion,
.block-n-tabs .btn-accordion {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  border: 0;
  padding: 1rem 3.5rem 1rem 25px;
  background-color: transparent;
  color: var(--black, #000);
}
.block-collapse .btn-accordion:is(:hover, :focus, :active), .block-collapse .btn-accordion[aria-expanded=true],
.block-courses .btn-accordion:is(:hover, :focus, :active),
.block-courses .btn-accordion[aria-expanded=true],
.block-faqs .btn-accordion:is(:hover, :focus, :active),
.block-faqs .btn-accordion[aria-expanded=true],
.block-filter .btn-accordion:is(:hover, :focus, :active),
.block-filter .btn-accordion[aria-expanded=true],
.block-n-tabs .btn-accordion:is(:hover, :focus, :active),
.block-n-tabs .btn-accordion[aria-expanded=true] {
  text-decoration: none;
  color: var(--white, #fff);
  background-color: var(--blue);
}
.block-collapse .btn-accordion::after,
.block-courses .btn-accordion::after,
.block-faqs .btn-accordion::after,
.block-filter .btn-accordion::after,
.block-n-tabs .btn-accordion::after {
  padding: 2px 6px;
  color: var(--black, #000);
  width: -moz-fit-content;
  width: fit-content;
}
.block-collapse .collapse-item,
.block-courses .collapse-item,
.block-faqs .collapse-item,
.block-filter .collapse-item,
.block-n-tabs .collapse-item {
  border: 2px solid #259FD5;
}
.block-collapse .card-body,
.block-courses .card-body,
.block-faqs .card-body,
.block-filter .card-body,
.block-n-tabs .card-body {
  padding: 1rem 25px;
  background-color: var(--blue) !important;
  border-top: 1px solid var(--white, #fff);
  color: var(--white, #fff);
}

.block-collapse:not(.mobile-secondary-nav) .card-body {
  background-color: transparent;
}

/*-------*/
/* Dates */
/*-------*/
.block-dates .dates {
  /* Inactive Tooltip */
}
.block-dates .dates .inactive-tooltip {
  padding: 6px 16px !important;
  color: var(--white, #fff) !important;
  background-color: #63656A !important;
  margin-left: 0.5rem !important;
}
.block-dates .dates {
  /* Line Layout */
}
.block-dates .dates.dates-layout-line {
  font-weight: 600;
  row-gap: 20px;
}
.block-dates .dates.dates-layout-line .dates-group {
  color: inherit;
}
.block-dates .dates.dates-layout-line .dates-group .date-item {
  border-color: var(--blue);
}
.block-dates .dates.dates-layout-line .dates-group .date-item::before {
  background-color: var(--blue);
  width: 16px;
  height: 16px;
  bottom: -8px;
}
.block-dates .dates.dates-layout-line .dates-group .semester {
  font-weight: 800;
  margin-top: 40px;
}
.block-dates .dates.dates-layout-line .dates-group .date-label {
  font-weight: 800;
  margin: 0.25rem 0 0.5rem;
  order: 1;
}
.block-dates .dates.dates-layout-line .dates-group .date-calendar {
  position: relative;
  top: 4px;
}
.block-dates .dates {
  /* Grid Layout */
}
.block-dates .dates.dates-layout-grid .date-item {
  background-color: var(--blue);
  color: var(--dark-blue);
  padding: 2rem;
}
.block-dates .dates.dates-layout-grid .semester {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.block-dates .dates.dates-layout-grid .date-label {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.block-dates .dates.dates-layout-grid .date-calendar {
  font-size: 1.125rem;
}
.block-dates .dates.dates-layout-grid .date-calendar::before {
  content: "\f133";
  font-family: var(--fa-version);
  margin-right: 0.5rem;
}

@media (min-width: 992px) {
  .dates {
    /* Line Layout */
  }
  .dates.dates-layout-line .dates-group .date-item {
    padding: 0 25px 16px 0;
  }
}
@media (max-width: 991px) {
  .dates {
    /* Inactive Tooltip */
  }
  .dates .inactive-tooltip {
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
  }
  .dates {
    /* Line Layout */
  }
  .dates.dates-layout-line .dates-group .semester {
    margin-top: 0;
  }
  .dates.dates-layout-line .dates-group .date-item::before {
    left: -8px;
  }
  .dates.dates-layout-line .dates-group .date-calendar {
    top: -3px;
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
  }
}
/*------*/
/* Form */
/*------*/
.form-wrapper {
  padding: 5rem 2.5rem;
  background-color: var(--white, #fff);
  max-width: 450px;
  margin-left: auto;
}
.form-wrapper label {
  width: 100% !important;
  margin-left: 0 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  margin-bottom: 0.25rem !important;
}
.form-wrapper .form-headline {
  font-size: 1.65rem;
  font-weight: 800 !important;
  text-align: center;
  color: #232D4B;
  margin-bottom: 3rem;
}
.form-wrapper .form-subheadline {
  font-size: 1rem;
  text-align: left;
}
.form-wrapper input:is(.plato, .f_text, .plato .f_select, .plato .f_textarea),
.form-wrapper select {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  font-weight: 500;
  background-color: var(--white, #fff);
  border: 1px solid #232D4B !important;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.form-wrapper .plato .disclaimer {
  text-align: left;
}
.form-wrapper input[type=button] {
  background-color: #232D4B !important;
  border-radius: 10px !important;
  color: var(--white, #fff) !important;
  font-size: 1.125rem;
  font-weight: 500;
  justify-content: center;
  width: 100% !important;
  margin-top: 1.5rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
.form-wrapper input[type=button]:is(:hover, :focus) {
  background-color: var(--black, #000) !important;
  border-radius: 10px !important;
  transition: 175ms ease-in-out;
}

/* Modal */
.modal-dialog {
  max-width: 400px;
  margin: 2rem auto;
}

.modal .form-wrapper {
  background-color: var(--white, #fff);
  padding: 50px 25px 25px !important;
}

.btn-close {
  position: absolute;
  right: 1rem;
  width: 0.5em;
  height: 0.5em;
}

/* Error Messages */
.form-wrapper .hc-val-msg {
  font-size: 0.85rem;
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
}

.form-wrapper .error-msg {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: red;
}

.form-wrapper .error-msg::before {
  display: none;
}

@media (max-width: 991px) {
  .form-wrapper {
    max-width: 100%;
    margin: auto;
    padding: 2rem;
  }
}
/*--------*/
/* Events */
/*--------*/
.block-events .result-list {
  border-radius: 5px;
  grid-template-columns: repeat(auto-fit, minmax(313px, 425px));
  gap: 1.5rem;
  margin: 2rem 1rem 2rem 0;
}
.block-events {
  /* Default Style: White Cards */
}
.block-events .r-item {
  border: 0;
  border-radius: 0px !important;
  border: 1px solid #e2e2e2 !important;
  color: var(--black, #000);
}
.block-events .r-item .r-content-block {
  justify-content: center;
  background-color: var(--white, #fff);
  padding: 1.875rem 2rem !important;
  gap: 0;
}
.block-events .r-item .r-content-block .r-headline {
  font-size: 1.5rem;
  font-weight: 800;
  text-wrap: pretty;
  color: inherit;
}
.block-events .r-item .r-content-block .r-date-block {
  gap: 0.5rem;
  margin-top: 20px;
}
.block-events .r-item .r-content-block .date,
.block-events .r-item .r-content-block .time {
  font-size: 1rem;
  font-weight: 600;
  /* Calendar Icon */
}
.block-events .r-item .r-content-block .date .fa-calendar-alt,
.block-events .r-item .r-content-block .date .fa-clock,
.block-events .r-item .r-content-block .time .fa-calendar-alt,
.block-events .r-item .r-content-block .time .fa-clock {
  margin-right: 0.4rem;
  color: var(--blue) !important;
  font-size: 1.125rem;
  font-weight: 600;
}
.block-events .r-item .r-content-block .date .fa-calendar-alt::before,
.block-events .r-item .r-content-block .time .fa-calendar-alt::before {
  content: "\f3c5";
}
.block-events .r-item .r-content-block .date .fa-clock::before,
.block-events .r-item .r-content-block .time .fa-clock::before {
  content: "\f017";
  font-weight: 600;
}
.block-events .r-item .r-content-block .fa-clock {
  margin-right: 0.5rem;
  color: var(--blue) !important;
  font-size: 1rem;
  font-weight: 600;
}
.block-events .r-item .r-content-block .fa-clock::before {
  content: "\f017";
  font-weight: 600;
}
.block-events .r-item .r-content-block .r-content {
  font-weight: 500;
}
.block-events {
  /* Gray Cards */
}
.block-events.block-events--gray .r-item {
  color: var(--white, #fff) !important;
}
.block-events.block-events--gray .r-item .r-content-block {
  background-color: #2e2d2d !important;
}

/*-------*/
/* Lists */
/*-------*/
ul[class*=list--] {
  list-style: none !important;
}

ul[class*=list--] > li {
  position: relative;
  padding-inline-start: 20px;
}

/* Add 'list--{icon}' class to 'List' block */
/* Check List (.list--check) */
ul[class*=list--check]:not([class*=-bg]) > li::marker,
ul[class*=list--check][class*=-bg] > li::before {
  content: "\f00c";
}

/* Chevron List (.list--chevron-right) */
ul[class*=list--chevron-right]:not([class*=-bg]) > li::marker,
ul[class*=list--chevron-right][class*=-bg] > li::before {
  content: "\f054";
}

/* TEMP: Nested Chevron List */
/* Make more reusable at a later date */
ul[class*=list--chevron-right]:not([class*=-bg]) ul {
  margin-top: 0.5rem;
  padding-inline-start: 10px;
}
ul[class*=list--chevron-right]:not([class*=-bg]) ul li {
  padding-left: 20px;
}
ul[class*=list--chevron-right]:not([class*=-bg]) ul li::marker {
  content: "\f054";
}

/* Star List (.list--chevron-right) */
ul[class*=list--star]:not([class*=-bg]) > li::marker,
ul[class*=list--star][class*=-bg] > li::before {
  content: "\f005";
}

/*------------*/
/* Round BGs */
ul[class*=-bg] > li {
  margin-bottom: 1rem;
}

ul[class*=-bg] > li::before {
  font-family: var(--fa-version);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--white, #fff);
  font-size: 0.875rem;
  font-weight: 600;
}

/* Add 'list--{icon}-{color}-bg' class to 'List' block */
ul[class*=-blue-bg] > li::before {
  background-color: var(--blue) !important;
}

/*--------------*/
/* No Round BGs */
ul[class*=list--]:not(ul[class*=-bg]) li::marker {
  font-family: var(--fa-version);
  font-weight: 600;
  color: var(--blue);
}

/*-------*/
/* Posts */
/*-------*/
.block-posts .r-archive-blog .result-list {
  margin: 0 auto;
}
.block-posts .r-archive-blog .result-list .r-item {
  gap: 15px;
  border-radius: 0;
  overflow: hidden;
  background-color: var(--white, #fff);
  box-shadow: 0px 27px 25px 0px rgba(0, 0, 0, 0.04), 0px 11.28px 10.444px 0px rgba(0, 0, 0, 0.03), 0px 6.031px 5.584px 0px rgba(0, 0, 0, 0.02), 0px 3.381px 3.13px 0px rgba(0, 0, 0, 0.02), 0px 1.796px 1.663px 0px rgba(0, 0, 0, 0.02), 0px 0.747px 0.692px 0px rgba(0, 0, 0, 0.01);
}
.block-posts .r-archive-blog .result-list .r-item .r-content-block {
  padding: 0 2rem 2rem;
}
.block-posts .r-archive-blog .result-list .r-item .r-hero img {
  height: 100%;
  width: 100%;
  -o-object-position: 50% 35% !important;
     object-position: 50% 35% !important;
  aspect-ratio: 2/1.125 !important;
}
.block-posts .r-archive-blog .result-list .r-item .r-meta {
  order: 0;
}
.block-posts .r-archive-blog .result-list .r-item .r-headline h3 {
  /* Truncate text */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}
.block-posts .r-archive-blog .result-list .r-item .r-headline h3 a:is(:link, :visited) {
  color: var(--blue-300);
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--blue);
  text-decoration-thickness: 10%;
  text-underline-offset: 3px;
}
.block-posts .r-archive-blog .result-list .r-item .r-headline h3 a:is(:hover, :focus) {
  color: var(--white, #fff);
  text-decoration: none;
  outline: 0;
}
.block-posts .r-archive-blog .result-list .r-item .r-action .btn {
  display: inline-block;
  text-decoration: none;
  font-size: 1.125rem;
  vertical-align: middle;
  color: var(--black, #000);
  padding: 0;
  background-color: transparent;
}
.block-posts .r-archive-blog .result-list .r-item .r-action .btn:is(:hover, :focus) {
  text-decoration: underline;
}
.block-posts .r-archive-blog .result-list .r-item .r-action .btn::after {
  content: "\f054";
  display: inline-block;
  font-family: var(--fa-version);
  font-size: 1rem;
  color: var(--blue);
  vertical-align: baseline !important;
  margin-left: 1rem;
}

/*-------*/
/* Quote */
/*-------*/
.wp-block-quote {
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
  border: 0;
}
.wp-block-quote cite {
  font-size: 1rem;
}

/*-----------*/
/* Separator */
/*-----------*/
.wp-block-separator {
  border: none;
  border-bottom: 1px solid;
  border-color: #8a95a5;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  width: 15% !important;
}

.wp-block-separator.is-style-wide {
  max-width: 100% !important;
  width: 100% !important;
}

/*--------*/
/* Slider */
/*--------*/
.slick-slider {
  transition: none !important;
  max-width: 100% !important;
}
.slick-slider .slick-track {
  align-items: start;
  gap: 0;
}
.slick-slider .slick-dots {
  position: relative;
  bottom: 0;
  text-align: center;
  margin-top: 35px;
}
.slick-slider .slick-dots li {
  height: 8px;
  width: 8px;
  margin: 0 0.5rem;
}
.slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  font-size: 0;
  transition: ease-in-out 175ms;
  opacity: 1;
  color: #8DD0EF;
  width: 10px;
  height: 10px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #8DD0EF;
}
.slick-slider .slick-dots li button:is(:hover, :focus)::before {
  color: #003478;
  background-color: #003478;
}
.slick-slider .slick-dots li.slick-active button::before {
  color: #003478;
  background-color: #003478;
}
.slick-slider.slick-dots--yellow .slick-dots li button::before {
  color: var(--yellow);
  background-color: var(--yellow);
}
.slick-slider.slick-dots--yellow .slick-dots li button:is(:hover, :focus)::before {
  color: #003478;
  background-color: #003478;
}
.slick-slider.slick-dots--yellow .slick-dots li.slick-active button::before {
  color: #003478;
  background-color: #003478;
}
.slick-slider.slick-dots--hr-teal .slick-dots::before, .slick-slider.slick-dots--hr-yellow .slick-dots::before, .slick-slider.slick-dots--hr-blue .slick-dots::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}
.slick-slider.slick-dots--hr-teal .slick-dots::before {
  background: url(img/hr-teal-horizontal.png);
}
.slick-slider.slick-dots--hr-yellow .slick-dots::before {
  background: url(img/hr-yellow-horizontal.png);
}
.slick-slider.slick-dots--hr-blue .slick-dots::before {
  background: url(img/hr-blue-horizontal.png);
}
@media (min-width: 992px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    bottom: 40%;
    top: initial;
    left: initial;
    right: initial;
    background-color: #ccc;
    border-radius: 0;
    height: 50px;
    width: 50px;
  }
  .slick-slider .slick-prev::before,
  .slick-slider .slick-next::before {
    color: var(--white, #fff);
    font-size: 1rem;
  }
  .slick-slider .slick-prev:is(:hover, :focus),
  .slick-slider .slick-next:is(:hover, :focus) {
    background-color: var(--blue);
  }
  .slick-slider .slick-prev:is(:hover, :focus)::before,
  .slick-slider .slick-next:is(:hover, :focus)::before {
    color: var(--white, #fff);
    transition: ease-in-out 175ms;
  }
  .slick-slider .slick-prev::before {
    content: "\f060";
  }
  .slick-slider .slick-prev {
    left: -50px;
  }
  .slick-slider .slick-next::before {
    content: "\f061";
  }
  .slick-slider .slick-next {
    right: -50px;
  }
  .slick-slider .slick-slide {
    height: 100% !important;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .slick-slider .section-container:has(.slider-controls-dt--bottom) {
    padding-bottom: 150px;
  }
  .slick-slider .slider-controls-dt--bottom .slick-dots {
    bottom: -100px;
  }
  .slick-slider .slider-controls-dt--bottom .slick-prev,
  .slick-slider .slider-controls-dt--bottom .slick-next {
    bottom: -90px;
  }
  .slick-slider .slider-controls-dt--bottom .slick-prev {
    left: 30vw;
  }
  .slick-slider .slider-controls-dt--bottom .slick-next {
    right: 30vw;
  }
}
@media (max-width: 991px) {
  .slick-slider .section-container:has(.slider-controls-mb--bottom) {
    padding-bottom: 150px;
  }
  .slick-slider .slider-controls-mb--bottom .slick-dots {
    bottom: -100px;
  }
  .slick-slider .slider-controls-mb--bottom .slick-prev,
  .slick-slider .slider-controls-mb--bottom .slick-next {
    bottom: -90px;
  }
  .slick-slider .slider-controls-mb--bottom .slick-prev {
    left: 30vw;
  }
  .slick-slider .slider-controls-mb--bottom .slick-next {
    right: 30vw;
  }
}
@media (max-width: 991px) {
  .slick-slider .slider-controls-mb--top .slick-prev,
  .slick-slider .slider-controls-mb--top .slick-next {
    top: -50px;
    bottom: initial;
    height: 60px;
    background-color: transparent;
  }
  .slick-slider .slider-controls-mb--top .slick-prev::before,
  .slick-slider .slider-controls-mb--top .slick-next::before {
    color: var(--blue);
  }
  .slick-slider .slider-controls-mb--top .slick-prev:hover,
  .slick-slider .slider-controls-mb--top .slick-next:hover {
    background-color: var(--blue);
  }
}

/*===========*/
/* UTILITIES */
/*===========*/
/*------------*/
/* Background */
/*------------*/
/* Background Color */
@media (max-width: 991px) {
  .bg-color-mb-gray {
    background-color: #f9f9f9 !important;
  }
}
/* Background Attachment */
.bg-attachment-fixed {
  background-attachment: fixed !important;
}

.bg-attachment-inital {
  background-attachment: initial !important;
}

@media (max-width: 991px) {
  .bg-attachment-mb-fixed {
    background-attachment: fixed !important;
  }
  .bg-attachment-mb-inital {
    background-attachment: initial !important;
  }
}
@media (min-width: 992px) {
  .bg-attachment-dt-fixed {
    background-attachment: fixed !important;
  }
  .bg-attachment-dt-inital {
    background-attachment: initial !important;
  }
}
/* Background Size */
.bg-size-cover {
  background-size: cover !important;
}

.bg-size-contain {
  background-size: contain !important;
}

@media (max-width: 991px) {
  .bg-size-mb-cover {
    background-size: cover !important;
  }
  .bg-size-mb-contain {
    background-size: contain !important;
  }
}
@media (min-width: 992px) {
  .bg-size-dt-cover {
    background-size: cover !important;
  }
  .bg-size-dt-contain {
    background-size: contain !important;
  }
}
/* Background Position */
.bg-position-bottom,
.bg-position-bottom::before {
  background-position: bottom !important;
}

/*--------*/
/* Border */
/*--------*/
.border-left {
  border-left: 1px solid var(--blue) !important;
}

.border-right {
  border-right: 1px solid var(--blue) !important;
}

@media (min-width: 992px) {
  .border-dt-left {
    border-left: 1px solid var(--blue) !important;
  }
  .border-dt-right,
  .border-right-dt {
    border-right: 1px solid var(--blue) !important;
  }
}
@media (max-width: 991px) {
  .border-mb-bottom,
  .border-bottom-mb {
    border-bottom: 1px solid var(--blue) !important;
  }
}
.border-radius-20,
.border-radius-12,
.border-radius-10,
.border-radius-8,
.border-radius-6,
.border-radius-4 {
  overflow: hidden;
}

.border-radius-20 {
  border-radius: 20px !important;
}

.border-radius-12 {
  border-radius: 12px !important;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.border-radius-8 {
  border-radius: 8px !important;
}

.border-radius-6 {
  border-radius: 6px !important;
}

.border-radius-4 {
  border-radius: 4px !important;
}

.border-width-1 {
  border-width: 1px !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-4 {
  border-width: 4px !important;
}

.border-width-8 {
  border-width: 8px !important;
}

.border-width-12 {
  border-width: 12px !important;
}

.border-width-16 {
  border-width: 16px !important;
}

.border-top-width-1 {
  border-top-width: 1px !important;
}

.border-top-width-2 {
  border-top-width: 2px !important;
}

.border-top-width-4 {
  border-top-width: 4px !important;
}

.border-top-width-8 {
  border-top-width: 8px !important;
}

.border-top-width-12 {
  border-top-width: 12px !important;
}

.border-top-width-16 {
  border-top-width: 16px !important;
}

.border-right-width-1 {
  border-right-width: 1px !important;
}

.border-right-width-2 {
  border-right-width: 2px !important;
}

.border-right-width-4 {
  border-right-width: 4px !important;
}

.border-right-width-8 {
  border-right-width: 8px !important;
}

.border-right-width-12 {
  border-right-width: 12px !important;
}

.border-right-width-16 {
  border-right-width: 16px !important;
}

.border-bottom-width-1 {
  border-bottom-width: 1px !important;
}

.border-bottom-width-2 {
  border-bottom-width: 2px !important;
}

.border-bottom-width-4 {
  border-bottom-width: 4px !important;
}

.border-bottom-width-8 {
  border-bottom-width: 8px !important;
}

.border-bottom-width-12 {
  border-bottom-width: 12px !important;
}

.border-bottom-width-16 {
  border-bottom-width: 16px !important;
}

.border-left-width-1 {
  border-left-width: 1px !important;
}

.border-left-width-2 {
  border-left-width: 2px !important;
}

.border-left-width-4 {
  border-left-width: 4px !important;
}

.border-left-width-8 {
  border-left-width: 8px !important;
}

.border-left-width-12 {
  border-left-width: 12px !important;
}

.border-left-width-16 {
  border-left-width: 16px !important;
}

@media (max-width: 991px) {
  .border-width-mb-1 {
    border-width: 1px !important;
  }
  .border-width-mb-2 {
    border-width: 2px !important;
  }
  .border-width-mb-4 {
    border-width: 4px !important;
  }
  .border-width-mb-8 {
    border-width: 8px !important;
  }
  .border-width-mb-12 {
    border-width: 12px !important;
  }
  .border-width-mb-16 {
    border-width: 16px !important;
  }
  .border-top-width-mb-1 {
    border-top-width: 1px !important;
  }
  .border-top-width-mb-2 {
    border-top-width: 2px !important;
  }
  .border-top-width-mb-4 {
    border-top-width: 4px !important;
  }
  .border-top-width-mb-8 {
    border-top-width: 8px !important;
  }
  .border-top-width-mb-12 {
    border-top-width: 12px !important;
  }
  .border-top-width-mb-16 {
    border-top-width: 16px !important;
  }
  .border-right-width-mb-1 {
    border-right-width: 1px !important;
  }
  .border-right-width-mb-2 {
    border-right-width: 2px !important;
  }
  .border-right-width-mb-4 {
    border-right-width: 4px !important;
  }
  .border-right-width-mb-8 {
    border-right-width: 8px !important;
  }
  .border-right-width-mb-12 {
    border-right-width: 12px !important;
  }
  .border-right-width-mb-16 {
    border-right-width: 16px !important;
  }
  .border-bottom-width-mb-1 {
    border-bottom-width: 1px !important;
  }
  .border-bottom-width-mb-2 {
    border-bottom-width: 2px !important;
  }
  .border-bottom-width-mb-4 {
    border-bottom-width: 4px !important;
  }
  .border-bottom-width-mb-8 {
    border-bottom-width: 8px !important;
  }
  .border-bottom-width-mb-12 {
    border-bottom-width: 12px !important;
  }
  .border-bottom-width-mb-16 {
    border-bottom-width: 16px !important;
  }
  .border-left-width-mb-1 {
    border-left-width: 1px !important;
  }
  .border-left-width-mb-2 {
    border-left-width: 2px !important;
  }
  .border-left-width-mb-4 {
    border-left-width: 4px !important;
  }
  .border-left-width-mb-8 {
    border-left-width: 8px !important;
  }
  .border-left-width-mb-12 {
    border-left-width: 12px !important;
  }
  .border-left-width-mb-16 {
    border-left-width: 16px !important;
  }
}
/* Border Colors */
.border--gray {
  border: 1px solid #C8CBD2 !important;
}

.border--orange {
  border: 1px solid var(--blue) !important;
}

/*------------*/
/* Box Shadow */
/*------------*/
.box-shadow-xxlg {
  box-shadow: 0px 32px 64px -12px rgba(0, 0, 0, 0.14) !important;
}

.box-shadow-xlg {
  box-shadow: 0px 27px 25px 0px rgba(0, 0, 0, 0.04), 0px 11.28px 10.444px 0px rgba(0, 0, 0, 0.03), 0px 6.031px 5.584px 0px rgba(0, 0, 0, 0.02), 0px 3.381px 3.13px 0px rgba(0, 0, 0, 0.02), 0px 1.796px 1.663px 0px rgba(0, 0, 0, 0.02), 0px 0.747px 0.692px 0px rgba(0, 0, 0, 0.01);
}

.box-shadow-lg {
  box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.03), 0px 20px 24px -4px rgba(0, 0, 0, 0.08) !important;
}

.box-shadow-md {
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03), 0px 12px 16px -4px rgba(0, 0, 0, 0.08) !important;
}

.box-shadow-sm {
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06), 0px 4px 8px -2px rgba(0, 0, 0, 0.1) !important;
}

.box-shadow-xs {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.1) !important;
}

.box-shadow-xxs {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05) !important;
}

/*----------------*/
/* Flex Direction */
/*----------------*/
@media (max-width: 991px) {
  .flex-mb-column {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
/*-----*/
/* Gap */
/*-----*/
.gap-10 {
  gap: 10px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-50 {
  gap: 50px !important;
}

.gap-60 {
  gap: 60px !important;
}

.gap-70 {
  gap: 70px !important;
}

.gap-80 {
  gap: 80px !important;
}

.gap-90 {
  gap: 90px !important;
}

.gap-100 {
  gap: 100px !important;
}

.gap-v-10 {
  gap: 10px 0 !important;
}

.gap-v-20 {
  gap: 20px 0 !important;
}

.gap-v-30 {
  gap: 30px 0 !important;
}

.gap-v-40 {
  gap: 40px 0 !important;
}

.gap-v-50 {
  gap: 50px 0 !important;
}

.gap-v-60 {
  gap: 60px 0 !important;
}

.gap-v-70 {
  gap: 70px 0 !important;
}

.gap-v-80 {
  gap: 80px 0 !important;
}

.gap-v-90 {
  gap: 90px 0 !important;
}

.gap-v-100 {
  gap: 100px 0 !important;
}

.gap-h-10 {
  gap: 0 10px !important;
}

.gap-h-20 {
  gap: 0 20px !important;
}

.gap-h-30 {
  gap: 0 30px !important;
}

.gap-h-40 {
  gap: 0 40px !important;
}

.gap-h-50 {
  gap: 0 50px !important;
}

.gap-h-60 {
  gap: 0 60px !important;
}

.gap-h-70 {
  gap: 0 70px !important;
}

.gap-h-80 {
  gap: 0 80px !important;
}

.gap-h-90 {
  gap: 0 90px !important;
}

.gap-h-100 {
  gap: 0 100px !important;
}

@media (max-width: 991px) {
  .gap-mb-10 {
    gap: 10px !important;
  }
  .gap-mb-20 {
    gap: 20px !important;
  }
  .gap-mb-30 {
    gap: 30px !important;
  }
  .gap-mb-40 {
    gap: 40px !important;
  }
  .gap-mb-50 {
    gap: 50px !important;
  }
  .gap-mb-60 {
    gap: 60px !important;
  }
  .gap-mb-70 {
    gap: 70px !important;
  }
  .gap-mb-80 {
    gap: 80px !important;
  }
  .gap-mb-90 {
    gap: 90px !important;
  }
  .gap-mb-100 {
    gap: 100px !important;
  }
  .gap-v-mb-10 {
    gap: 10px 0 !important;
  }
  .gap-v-mb-20 {
    gap: 20px 0 !important;
  }
  .gap-v-mb-30 {
    gap: 30px 0 !important;
  }
  .gap-v-mb-40 {
    gap: 40px 0 !important;
  }
  .gap-v-mb-50 {
    gap: 50px 0 !important;
  }
  .gap-v-mb-60 {
    gap: 60px 0 !important;
  }
  .gap-v-mb-70 {
    gap: 70px 0 !important;
  }
  .gap-v-mb-80 {
    gap: 80px 0 !important;
  }
  .gap-v-mb-90 {
    gap: 90px 0 !important;
  }
  .gap-v-mb-100 {
    gap: 100px 0 !important;
  }
  .gap-h-mb-10 {
    gap: 0 10px !important;
  }
  .gap-h-mb-20 {
    gap: 0 20px !important;
  }
  .gap-h-mb-30 {
    gap: 0 30px !important;
  }
  .gap-h-mb-40 {
    gap: 0 40px !important;
  }
  .gap-h-mb-50 {
    gap: 0 50px !important;
  }
  .gap-h-mb-60 {
    gap: 0 60px !important;
  }
  .gap-h-mb-70 {
    gap: 0 70px !important;
  }
  .gap-h-mb-80 {
    gap: 0 80px !important;
  }
  .gap-h-mb-90 {
    gap: 0 90px !important;
  }
  .gap-h-mb-100 {
    gap: 0 100px !important;
  }
}
/*--------*/
/* Margin */
/*--------*/
@media (max-width: 600px) {
  .ml-xs-auto {
    margin-left: auto;
  }
  .mr-xs-auto {
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .mt-mb-80 {
    margin-top: 80px !important;
  }
}
@media (min-width: 992px) {
  .mt-dt-80 {
    margin-top: 80px !important;
  }
  .mb-dt-80 {
    margin-bottom: 80px !important;
  }
}
/*-----------------*/
/* Object Position */
/*-----------------*/
/*===================*/
/* OBSERVE ANIMATION */
/*===================*/
/** Setup
*
* 1. Add the class "observe-section" to the section you want to animate
* 2. Add the "observe-animate" class and animation class (e.g. "fade-in") to the element you want to animate
*/
.observe-section .observe-animate {
  transition: 0.6s ease;
}
.observe-section .fade-in {
  opacity: 0;
}
.observe-section .fade-in.visible {
  opacity: 1;
}
.observe-section .slide-up {
  transform: translateY(50px);
}
.observe-section .slide-up.visible {
  transform: translateY(0);
}
.observe-section .slide-left {
  transform: translateX(50px);
}
.observe-section .slide-left.visible {
  transform: translateX(0);
}
.observe-section .slide-right {
  transform: translateX(-50px);
}
.observe-section .slide-right.visible {
  transform: translateX(0);
}
.observe-section .zoom-in {
  transform: scale(0.8);
}
.observe-section .zoom-in.visible {
  transform: scale(1);
}

@media (max-width: 1500px) {
  .observe-section {
    overflow: hidden;
  }
}
/*-------*/
/* Width */
/*-------*/
/* Max Width */
.max-w-350 {
  max-width: 350px !important;
}

.max-w-450 {
  max-width: 450px !important;
}

.max-w-550 {
  max-width: 550px !important;
}

.max-w-650 {
  max-width: 650px !important;
}

.max-w-750 {
  max-width: 750px !important;
}

.max-w-850 {
  max-width: 850px !important;
}

.max-w-950 {
  max-width: 950px !important;
}

.max-w-1050 {
  max-width: 1050px !important;
}

@media (max-width: 991px) {
  .max-w-mb-350 {
    max-width: 350px !important;
  }
  .max-w-mb-450 {
    max-width: 450px !important;
  }
  .max-w-mb-550 {
    max-width: 550px !important;
  }
  .max-w-mb-650 {
    max-width: 650px !important;
  }
  .max-w-mb-750 {
    max-width: 750px !important;
  }
  .max-w-mb-850 {
    max-width: 850px !important;
  }
  .max-w-mb-950 {
    max-width: 950px !important;
  }
  .max-w-mb-1050 {
    max-width: 1050px !important;
  }
}
@media (min-width: 992px) {
  .max-w-dt-350 {
    max-width: 350px !important;
  }
  .max-w-dt-450 {
    max-width: 450px !important;
  }
  .max-w-dt-550 {
    max-width: 550px !important;
  }
  .max-w-dt-650 {
    max-width: 650px !important;
  }
  .max-w-dt-750 {
    max-width: 750px !important;
  }
  .max-w-dt-850 {
    max-width: 850px !important;
  }
  .max-w-dt-950 {
    max-width: 950px !important;
  }
  .max-w-dt-1050 {
    max-width: 1050px !important;
  }
}
/*========*/
/* LAYOUT */
/*========*/
/*--------*/
/* Header */
/*--------*/
.header {
  position: sticky;
  z-index: 1000;
  box-shadow: 0px 27px 25px 0px rgba(0, 0, 0, 0.04), 0px 11.28px 10.444px 0px rgba(0, 0, 0, 0.03), 0px 6.031px 5.584px 0px rgba(0, 0, 0, 0.02), 0px 3.381px 3.13px 0px rgba(0, 0, 0, 0.02), 0px 1.796px 1.663px 0px rgba(0, 0, 0, 0.02), 0px 0.747px 0.692px 0px rgba(0, 0, 0, 0.01);
}
.header .cta-btns {
  gap: 20px;
}
.header .cta-btns .btn {
  margin: 0;
}
.header button:focus {
  background-color: transparent;
}

/* NOTE: Everything below is a special override */
/* Specially for Headers with the "Logo - Nav - CTA" layout.
/* Hides Main Nav at 1400px and displays Hamburger button
*/
/* Navigation */
#navbarMain .navbar-nav {
  padding: 0.5rem 0;
}
#navbarMain .navbar-nav .nav-link {
  color: #232D4B;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 0;
  text-underline-offset: 0;
  transition: 0.2s ease-out;
}
#navbarMain .navbar-nav .nav-link:is(:hover, :focus) {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-color: var(--blue);
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}
#navbarMain .navbar-options {
  margin-left: auto;
}
#navbarMain {
  /* Dropdown Arrow */
}
#navbarMain .dropdown-toggle::after {
  content: "\f078";
  font-family: var(--fa-version);
  font-weight: 600;
  font-size: 0.6rem;
  margin-left: 8px;
  border: 0;
}
#navbarMain {
  /* Dropdown Menu */
}
#navbarMain .dropdown-menu {
  padding: 0;
  border-radius: 0;
  background-color: var(--white, #fff);
}
#navbarMain .dropdown-menu.show {
  margin-right: 0;
  top: 100%;
  transition: ease-in-out 175ms;
  visibility: visible;
  box-shadow: 0px 0px 16.8px 0px rgba(0, 0, 0, 0.1);
}
#navbarMain .dropdown-menu .menu-item {
  min-width: 15rem;
}
#navbarMain .dropdown-menu .menu-item .dropdown-item:is(:link, :visited) {
  padding: 0.875rem 1.5rem;
  transition: none;
}
#navbarMain .dropdown-menu .menu-item .dropdown-item:is(:hover, :focus) {
  text-decoration: none;
}

@media (min-width: 992px) {
  #navbarMain {
    position: static;
    /* Current Active Page */
  }
  #navbarMain .current-menu-item a,
  #navbarMain .current_page_item a,
  #navbarMain .nav-link.active a,
  #navbarMain .current-menu-ancestor a,
  #navbarMain .current-menu-parent a {
    color: #232D4B;
    text-decoration: underline;
    text-decoration-color: var(--blue);
    text-underline-offset: 6px !important;
    text-decoration-thickness: 3px;
  }
  #navbarMain .current-menu-item a.dropdown-item,
  #navbarMain .current_page_item a.dropdown-item,
  #navbarMain .nav-link.active a.dropdown-item,
  #navbarMain .current-menu-ancestor a.dropdown-item,
  #navbarMain .current-menu-parent a.dropdown-item {
    color: #212529;
  }
  #navbarMain .navbar-nav {
    margin-right: initial !important;
    margin-left: auto;
    gap: 1.5rem;
  }
  #navbarMain .navbar-nav > .menu-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1400px) {
  /* Nav Menu */
  #navbarMain {
    padding: 0 !important;
    background-color: transparent;
  }
  #navbarMain .cta-btns {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .header .offcanvas-collapse.show {
    visibility: visible !important;
    transform: translateX(-100%) !important;
  }
  .header .offcanvas-collapse {
    position: fixed !important;
    bottom: 0 !important;
    left: 100% !important;
    width: 100% !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    overflow-y: auto !important;
    visibility: hidden !important;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
  }
  .sticky-top .navbar-collapse {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 25px;
    overflow: auto;
    top: var(--stickyoffset);
  }
  .navbar-collapse.offcanvas {
    display: unset !important;
  }
  .navbar.navbar-expand-lg {
    display: grid;
    grid-template-columns: 50vw 1fr;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static !important;
  }
  ul.navbar-nav.me-auto {
    flex-direction: column;
    margin: 0 !important;
  }
  /* Hamburger Menu */
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
    margin-left: auto !important;
  }
  button.navbar-toggler {
    border: 0;
    padding: 1rem 0 1rem 1rem;
    box-shadow: none;
    position: relative;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
  }
  button.navbar-toggler:is(:hover, :focus) {
    box-shadow: none;
  }
  button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before,
  button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
    top: 0;
    translate: 50%;
    right: 50%;
  }
  button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-color: transparent;
  }
  button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
    rotate: -45deg;
  }
  button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
    rotate: 45deg;
  }
  .navbar-toggler-icon {
    display: block;
    position: relative;
    background-image: none;
    background-color: #232D4B;
    height: 3px;
    width: 26px;
    border-radius: 15px;
    box-shadow: none;
    outline: 0;
    transition: ease-in-out 175ms;
  }
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 26px;
    border-radius: 15px;
    background-color: #232D4B;
    transition: ease-in-out 175ms;
  }
  .navbar-toggler-icon::before {
    top: -10px;
  }
  .navbar-toggler-icon::after {
    top: 10px;
  }
  .navbar-nav {
    gap: 0 !important;
    padding: 0 !important;
  }
  .navbar-nav .nav-item {
    border: 0;
    border-bottom: 1px solid #f3f3f3;
    margin: 0;
  }
  .navbar-nav .nav-item .nav-link {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 1rem;
    padding: 1rem 2rem !important;
  }
  .navbar-nav .nav-item:is(:hover, :focus) .nav-link {
    background-color: var(--blue-gray);
    color: var(--white, #fff) !important;
  }
  /* Dropdown Menu */
  .nav-link.dropdown-toggle.show + .dropdown-menu {
    display: block;
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: var(--white, #fff);
  }
  .dropdown-menu .menu-item:last-child {
    border: 0;
  }
  .dropdown-menu .dropdown-item:is(:link, :visited) {
    font-weight: 400;
    font-size: 1rem;
    padding: 1rem 1.5rem;
  }
  .dropdown-menu .dropdown-item:is(:hover, :focus) {
    text-decoration: none;
  }
}
/*--------*/
/* Footer */
/*--------*/
footer {
  border-top: 8px solid #0B7886;
}
footer .text-light a:is(:link, :visited) {
  color: var(--white, #fff);
}
footer .text-light a:is(:hover, :focus) {
  color: var(--teal);
}

/*=======*/
/* PAGES */
/*=======*/
/*==========*/
/* SECTIONS */
/*==========*/
/*------------------------------------*/
/* BG Sections with Hand-drawn Images */
/*------------------------------------*/
/*------------------------------------------------------*/
/* 3 Images v1: Asterisk, Circle, Arrow (swooping right)*/
.drawings-bg--3v1::before {
  background: url("img/LP-asterisk.svg"), url("img/LP-circle.svg"), url("img/LP-arrow-3.svg");
  background-size: 100px, 100px, 100px;
  background-position: 25% -40px, calc(100% + 50px) 50%, 0% 85%;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .drawings-bg--3v1::before {
    background: url("img/LP_header-asterisk.svg");
    background-size: 80px;
    background-position: calc(100% + 20px) -20px;
    background-repeat: no-repeat;
  }
}
/*-----------------------------------------------------------------------------*/
/* 4 Images v1: Text "Make the Switch", Asterisk, Circle, Arrow (swooping left)*/
.drawings-bg--4v1::before {
  background: url("img/LP_header-text.svg"), url("img/LP_header-asterisk.svg"), url("img/LP_header-circle.svg"), url("img/LP_header-arrow.svg");
  background-size: 200px, 100px, 100px, 80px;
  background-position: 100% 50%, 25% -50px, -50px 35%, 70% calc(100% + 60px);
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .drawings-bg--4v1::before {
    background: url("img/LP_header-arrow.svg");
    background-size: 30px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
}
/*-------------------------------------------------------------------------------*/
/* 4 Images v2: Asterisk, Circle, Arrow (swooping right), Arrow (trailing right) */
.drawings-bg--4v2::before {
  background: url("img/LP_cta-arrow-2.svg"), url("img/LP_cta-circle.svg"), url("img/LP_cta-asterisk.svg"), url("img/LP_cta-arrow.svg");
  background-size: 100px, 100px, 80px, 60px;
  background-position: 102% 50%, 25% -50px, -20px 55%, 60% 101%;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .drawings-bg--4v2::before {
    background: url("img/LP_cta-arrow.svg");
    background-size: 50px;
    background-position: 50% 101%;
    background-repeat: no-repeat;
  }
}
/*---------------------------------------------------------------------------------*/
/* 4 Images v3: Text "Learn from the Best", Asterisk, Circle, Arrow (swooping left)*/
.drawings-bg--4v3::before {
  background: url("img/TYP-asterisk.svg"), url("img/TYP-circle.svg"), url("img/TYP-arrow-2.svg"), url("img/TYP-text.svg");
  background-size: 100px, 100px, 100px, 200px;
  background-position: -30px 75%, calc(100% + 50px) 10%, 20% -50px, 70% 100%;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .drawings-bg--4v3::before {
    background: url("img/TYP-text.svg"), url("img/TYP-circle.svg");
    background-size: 100px, 70px;
    background-position: 50% 100%, calc(100% + 50px) 20%;
    background-repeat: no-repeat;
  }
}
/*-----------*/
/* Container */
/*-----------*/
.container-fluid:has(.sidebar-nav-column) {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 992px) {
  .container,
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/*-------------------*/
/* Main Hero Section */
/*-------------------*/
@media (min-width: 992px) {
  .main-hero-section .container {
    position: relative;
  }
}
/*==============*/
/* WP TEMPLATES */
/*==============*//*# sourceMappingURL=style.css.map */