@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
html {
  font-size: 1rem;
}
@media (min-width: 2500px) and (min-height: 1100px) {
  html {
    font-size: 1.375rem;
  }
}

body {
  width: 100%;
  height: 100%;
  background: #fff;
}

html,
body {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
}

html.shTplGBlockScroll-html {
  position: relative;
  overflow: hidden !important;
}

body.shTplGBlockScroll {
  position: relative;
  overflow: hidden !important;
}

.general-truncate,
.truncate-js {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  display: block;
  max-height: 9.375rem;
}
body.media-template .general-truncate,
body.media-template .truncate-js {
  max-height: 12.5rem;
}

.skip-to-content {
  top: 0;
  position: absolute;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  z-index: 99999;
  opacity: 0;
}
html.no-touch .skip-to-content:hover {
  color: #C91235;
}
@media (max-width: 375px) {
  .skip-to-content {
    max-width: 13.75rem;
  }
}
@media (min-width: 1440px) {
  .skip-to-content {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
  }
}
.skip-to-content:focus {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.swiper-lazy-preloader {
  border-color: #C91235;
  border-top-color: rgba(201, 18, 53, 0.4);
  border-width: 0.1875rem;
}

.hoverDot, .custom-popup.popup-notices .card-dot, .custom-popup.popup-events .card-dot, .event-card .card-dot, .cards-card .card-dot, .staff-card .card-dot, .story-card-dot, .promo-card .card-dot {
  background: rgba(201, 18, 53, 0.9);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F9F7ED;
  font-weight: 300;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.75rem;
  height: 3.75rem;
  font-size: 2.1875rem;
  line-height: 2.1875rem;
  font-family: monospace;
  z-index: 3;
}
.hoverDot .gi-plus, .custom-popup.popup-notices .card-dot .gi-plus, .custom-popup.popup-events .card-dot .gi-plus, .event-card .card-dot .gi-plus, .cards-card .card-dot .gi-plus, .staff-card .card-dot .gi-plus, .story-card-dot .gi-plus, .promo-card .card-dot .gi-plus {
  font-size: 1.5625rem;
}
@media (max-width: 767px) {
  .hoverDot, .custom-popup.popup-notices .card-dot, .custom-popup.popup-events .card-dot, .event-card .card-dot, .cards-card .card-dot, .staff-card .card-dot, .story-card-dot, .promo-card .card-dot {
    display: none;
  }
}
@media (min-width: 768px) {
  .hoverDot, .custom-popup.popup-notices .card-dot, .custom-popup.popup-events .card-dot, .event-card .card-dot, .cards-card .card-dot, .staff-card .card-dot, .story-card-dot, .promo-card .card-dot {
    background: rgba(201, 18, 53, 0.85);
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.8125rem;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  }
}

.afterPlus:after, .notice-item .notice-title:after, .eventItemCommon-title .truncate-js:after, .event-list-item .event-title .truncate-js:after, .event-card .ec-text .truncate-js:after, .stat-card .stat-description:after {
  content: "+";
  color: #C91235;
  margin-left: 0.625rem;
  font-size: 130%;
  display: inline-block;
  font-weight: 300;
}

.primaryDownloadBtnStyle, .secondLvlCss .secondaryDownloadBtn, .mediaPopup .mediaPopup__desc .secondaryDownloadBtn, .secondLvlCss .downloadBtn, .mediaPopup .mediaPopup__desc .downloadBtn {
  font-family: "Lexend Deca", sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  color: #fff;
  background: #C91235;
  padding: 0.9375rem 1.5625rem;
  -webkit-border-radius: 2.1875rem;
     -moz-border-radius: 2.1875rem;
          border-radius: 2.1875rem;
  border: none;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
  text-transform: capitalize;
}
html.no-touch .primaryDownloadBtnStyle:hover, html.no-touch .secondLvlCss .secondaryDownloadBtn:hover, html.no-touch .mediaPopup .mediaPopup__desc .secondaryDownloadBtn:hover, .mediaPopup html.no-touch .mediaPopup__desc .secondaryDownloadBtn:hover, .secondLvlCss html.no-touch .secondaryDownloadBtn:hover, .mediaPopup .mediaPopup__desc html.no-touch .secondaryDownloadBtn:hover, html.no-touch .secondLvlCss .downloadBtn:hover, html.no-touch .mediaPopup .mediaPopup__desc .downloadBtn:hover, .mediaPopup html.no-touch .mediaPopup__desc .downloadBtn:hover, .secondLvlCss html.no-touch .downloadBtn:hover, .mediaPopup .mediaPopup__desc html.no-touch .downloadBtn:hover {
  background-color: #E27F8F;
  color: #fff;
}

.secondDownloadBtnStyle, .secondLvlCss .secondaryDownloadBtn, .mediaPopup .mediaPopup__desc .secondaryDownloadBtn {
  color: #fff;
  background: #C8102E;
  border-color: #C8102E;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  -o-transition: background 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: background 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
}
html.no-touch .secondDownloadBtnStyle:hover, html.no-touch .secondLvlCss .secondaryDownloadBtn:hover, html.no-touch .mediaPopup .mediaPopup__desc .secondaryDownloadBtn:hover, .mediaPopup html.no-touch .mediaPopup__desc .secondaryDownloadBtn:hover, .secondLvlCss html.no-touch .secondaryDownloadBtn:hover, .mediaPopup .mediaPopup__desc html.no-touch .secondaryDownloadBtn:hover {
  color: #fff;
  background: #E27F8F;
}

body {
  --sl-theme-background: #fff;
  --sl-theme-main-paragraph: #1d1d1d;
  --sl-theme-main-paragraph-hover: #242327;
  --sl-theme-second-background: #EFF2F7;
  --sl-theme-second-paragraph: #2F3F55;
  --sl-theme-second-paragraph-hover: #242327;
  --sl-theme-brand: #98AACF;
  --sl-theme-brand-inverse: #fff;
  --sl-theme-accent: #242327;
  --sl-theme-accent-inverse: #2F3F55;
  --sl-theme-extra-light: #fff;
  --sl-theme-extra-dark: #2F3F55;
  --sl-theme-boxes-text: #1d1d1d;
  --sl-theme-boxes-text-hover: #1D1D1D;
  --sl-theme-boxes-bg: #fff;
  --sl-theme-boxes-bg-hover: #f2efe6;
  --sl-theme-no-header-color: #fff;
  --sl-theme-no-header-bg: #98AACF;
  --sl-theme-border: #E5EAF3;
}

body.theme-1 {
  --sl-theme-background: #fff;
  --sl-theme-main-paragraph: #001332;
  --sl-theme-main-paragraph-hover: #B3995D;
  --sl-theme-second-background: #EDE5D4;
  --sl-theme-second-paragraph: #757575;
  --sl-theme-second-paragraph-hover: #B3995D;
  --sl-theme-brand: #001332;
  --sl-theme-brand-inverse: #fff;
  --sl-theme-accent: #B3995D;
  --sl-theme-accent-inverse: #fff;
  --sl-theme-extra-light: #fff;
  --sl-theme-extra-dark: #2F3F55;
  --sl-theme-boxes-text: #2F3F55;
  --sl-theme-boxes-text-hover: #2F3F55;
  --sl-theme-boxes-bg: #FAF0C5;
  --sl-theme-boxes-bg-hover: #FFEFAD;
  --sl-theme-border: #FAF0C5;
}

.generalParagraphStyle, .secondLvlCss ol li, .mediaPopup .mediaPopup__desc ol li, .secondLvlCss ul li, .mediaPopup .mediaPopup__desc ul li,
.secondLvlCss table .head-column,
.mediaPopup .mediaPopup__desc table .head-column, .secondLvlCss table td, .mediaPopup .mediaPopup__desc table td,
.secondLvlCss table th,
.mediaPopup .mediaPopup__desc table th, .secondLvlCss p, .mediaPopup .mediaPopup__desc p {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  text-align: left;
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #0D0303;
}
@media (max-width: 1023px) {
  .generalParagraphStyle, .secondLvlCss ol li, .mediaPopup .mediaPopup__desc ol li, .secondLvlCss ul li, .mediaPopup .mediaPopup__desc ul li,
.secondLvlCss table .head-column,
.mediaPopup .mediaPopup__desc table .head-column, .secondLvlCss table td, .mediaPopup .mediaPopup__desc table td,
.secondLvlCss table th,
.mediaPopup .mediaPopup__desc table th, .secondLvlCss p, .mediaPopup .mediaPopup__desc p {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}

.contentPage-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #C91235;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.8s linear, visibility 0.8s linear;
  -o-transition: opacity 0.8s linear, visibility 0.8s linear;
  -moz-transition: opacity 0.8s linear, visibility 0.8s linear;
  transition: opacity 0.8s linear, visibility 0.8s linear;
  z-index: 300;
}
html.js-hide-loader .contentPage-loader {
  opacity: 0;
  visibility: visible;
}

body.secondLvl {
  background: #C91235;
}

body.noHeader.sharedTemplates:not(.contact),
body.widthHeaderImage.sharedTemplates:not(.contact) {
  background: #ffff;
}
body.noHeader.sharedTemplates:not(.contact) .main-content,
body.widthHeaderImage.sharedTemplates:not(.contact) .main-content {
  background: #fff;
  padding: 20px;
}
body.noHeader.sharedTemplates:not(.contact) .main-content .page-title,
body.widthHeaderImage.sharedTemplates:not(.contact) .main-content .page-title {
  text-align: center;
  margin-top: 20px;
}

body.sharedTemplates .gs-webResult .gs-snippet, body.sharedTemplates .gs-fileFormatType {
  color: #252429;
}
body.sharedTemplates .gsc-control-cse {
  background: transparent;
  border: none;
}
body.sharedTemplates .gsc-webResult.gsc-result {
  border-right: none;
  border-left: none;
}

/* Reset */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-touch-callout: none;
}

html,
body {
  line-height: 1.15;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
  color: #000;
}

html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
}

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, progress {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
}

legend {
  color: inherit;
  display: table;
  white-space: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

ol, ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font-family: inherit;
  color: inherit;
  font-size: 100%;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  resize: none;
  vertical-align: top;
}

input::-moz-placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  opacity: 1;
}

input,
textarea {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

input {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

a {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
}

a:link,
a:active,
a:visited {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus-visible {
  outline: 2px dashed #fff;
}

[hidden] {
  display: none;
}

.clear {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  clear: both;
}

.clearfix:after, body.secondLvl .adm-results-slide-out blockquote p.has-image:after, .secondLvlCss blockquote p.has-image:after, .mediaPopup .mediaPopup__desc blockquote p.has-image:after {
  content: " ";
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  clear: both;
}

.clearfix-margin:after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  display: block;
  position: relative;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.sr-only {
  position: absolute !important;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
}

img,
video {
  max-inline-size: 100%;
  block-size: auto;
}

@-webkit-keyframes waveAnimation {
  from {
    height: 0.3125rem;
  }
  to {
    height: 4.0625rem;
  }
}

@-moz-keyframes waveAnimation {
  from {
    height: 0.3125rem;
  }
  to {
    height: 4.0625rem;
  }
}

@-o-keyframes waveAnimation {
  from {
    height: 0.3125rem;
  }
  to {
    height: 4.0625rem;
  }
}

@keyframes waveAnimation {
  from {
    height: 0.3125rem;
  }
  to {
    height: 4.0625rem;
  }
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
}
@-moz-keyframes bounce {
  from {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    -moz-transform: translateX(0.625rem);
         transform: translateX(0.625rem);
  }
}
@-o-keyframes bounce {
  from {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  to {
    -o-transform: translateX(0.625rem);
       transform: translateX(0.625rem);
  }
}
@keyframes bounce {
  from {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0.625rem);
       -moz-transform: translateX(0.625rem);
         -o-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
}
.general-loader {
  z-index: 3;
  width: 2.875rem;
  height: 2.875rem;
  border: 0.1875rem solid rgba(201, 18, 53, 0.4);
  border-top-color: #C91235;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  will-change: transform, opacity;
  -webkit-animation: loader-fadeIn 0.2s linear, loader-rotate 0.7s infinite linear;
     -moz-animation: loader-fadeIn 0.2s linear, loader-rotate 0.7s infinite linear;
       -o-animation: loader-fadeIn 0.2s linear, loader-rotate 0.7s infinite linear;
          animation: loader-fadeIn 0.2s linear, loader-rotate 0.7s infinite linear;
  pointer-events: none;
  margin: 0 auto;
}

@-webkit-keyframes loader-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes loader-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes loader-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loader-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loader-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes loader-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes loader-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loader-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes loader-rotate {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-o-keyframes loader-rotate {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Baskerville";
  src: url("/Fonts/baskerville/Baskerville-SemiBoldItalic.eot");
  src: url("/Fonts/baskerville/Baskerville-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("/Fonts/baskerville/Baskerville-SemiBoldItalic.woff2") format("woff2"), url("/Fonts/baskerville/Baskerville-SemiBoldItalic.woff") format("woff"), url("/Fonts/baskerville/Baskerville-SemiBoldItalic.ttf") format("truetype"), url("/Fonts/baskerville/Baskerville-SemiBoldItalic.svg#Baskerville-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Baskerville";
  src: url("/Fonts/baskerville/Baskerville.eot");
  src: url("/Fonts/baskerville/Baskerville.eot?#iefix") format("embedded-opentype"), url("/Fonts/baskerville/Baskerville.woff2") format("woff2"), url("/Fonts/baskerville/Baskerville.woff") format("woff"), url("/Fonts/baskerville/Baskerville.ttf") format("truetype"), url("/Fonts/baskerville/Baskerville.svg#Baskerville") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baskerville";
  src: url("/Fonts/baskerville/Baskerville-Italic.eot");
  src: url("/Fonts/baskerville/Baskerville-Italic.eot?#iefix") format("embedded-opentype"), url("/Fonts/baskerville/Baskerville-Italic.woff2") format("woff2"), url("/Fonts/baskerville/Baskerville-Italic.woff") format("woff"), url("/Fonts/baskerville/Baskerville-Italic.ttf") format("truetype"), url("/Fonts/baskerville/Baskerville-Italic.svg#Baskerville-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Baskerville";
  src: url("/Fonts/baskerville/Baskerville-SemiBold.eot");
  src: url("/Fonts/baskerville/Baskerville-SemiBold.eot?#iefix") format("embedded-opentype"), url("/Fonts/baskerville/Baskerville-SemiBold.woff2") format("woff2"), url("/Fonts/baskerville/Baskerville-SemiBold.woff") format("woff"), url("/Fonts/baskerville/Baskerville-SemiBold.ttf") format("truetype"), url("/Fonts/baskerville/Baskerville-SemiBold.svg#Baskerville-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baskerville";
  src: url("/Fonts/baskerville/Baskerville-Bold.eot");
  src: url("/Fonts/baskerville/Baskerville-Bold.eot?#iefix") format("embedded-opentype"), url("/Fonts/baskerville/Baskerville-Bold.woff2") format("woff2"), url("/Fonts/baskerville/Baskerville-Bold.woff") format("woff"), url("/Fonts/baskerville/Baskerville-Bold.ttf") format("truetype"), url("/Fonts/baskerville/Baskerville-Bold.svg#Baskerville-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baskerville";
  src: url("/Fonts/baskerville/Baskerville-BoldItalic.eot");
  src: url("/Fonts/baskerville/Baskerville-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/Fonts/baskerville/Baskerville-BoldItalic.woff2") format("woff2"), url("/Fonts/baskerville/Baskerville-BoldItalic.woff") format("woff"), url("/Fonts/baskerville/Baskerville-BoldItalic.ttf") format("truetype"), url("/Fonts/baskerville/Baskerville-BoldItalic.svg#Baskerville-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "London Tube";
  src: url("/Fonts/london-tube/London-Tube.eot");
  src: url("/Fonts/london-tube/London-Tube.eot?#iefix") format("embedded-opentype"), url("/Fonts/london-tube/London-Tube.woff2") format("woff2"), url("/Fonts/london-tube/London-Tube.woff") format("woff"), url("/Fonts/london-tube/London-Tube.ttf") format("truetype"), url("/Fonts/london-tube/London-Tube.svg#London-Tube") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("/Fonts/Lexend_Deca/static/LexendDeca-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("/Fonts/Lexend_Deca/static/LexendDeca-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("/Fonts/Lexend_Deca/static/LexendDeca-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("/Fonts/Lexend_Deca/static/LexendDeca-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("/Fonts/Lexend_Deca/static/LexendDeca-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("/Fonts/Lexend_Deca/static/LexendDeca-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("/Fonts/Lexend_Deca/static/LexendDeca-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("/Fonts/Lexend_Deca/static/LexendDeca-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend Deca";
  src: url("/Fonts/Lexend_Deca/static/LexendDeca-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "global-icons";
  src: url("/Fonts/icons/global-icons.eot?lf579m");
  src: url("/Fonts/icons/global-icons.eot?lf579m#iefix") format("embedded-opentype"), url("/Fonts/icons/global-icons.ttf?lf579m") format("truetype"), url("/Fonts/icons/global-icons.woff?lf579m") format("woff"), url("/Fonts/icons/global-icons.svg?lf579m#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "social-icons";
  src: url("/Fonts/icons/social-icons.ttf?myev0s") format("truetype"), url("/Fonts/icons/social-icons.woff?myev0s") format("woff"), url("/Fonts/icons/social-icons.svg?myev0s#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "hp-icons";
  src: url("/Fonts/icons/hp-icons.eot?yom1bo");
  src: url("/Fonts/icons/hp-icons.eot?yom1bo#iefix") format("embedded-opentype"), url("/Fonts/icons/hp-icons.ttf?yom1bo") format("truetype"), url("/Fonts/icons/hp-icons.woff?yom1bo") format("woff"), url("/Fonts/icons/hp-icons.svg?yom1bo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.social-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "social-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icon.social-facebook-icon:before {
  content: "";
}
.social-icon.social-news-icon:before {
  content: "";
}
.social-icon.social-blog-icon:before {
  content: "";
}
.social-icon.social-flickr-icon:before {
  content: "";
}
.social-icon.social-instagram-icon:before {
  content: "";
}
.social-icon.social-issuu-icon:before {
  content: "";
}
.social-icon.social-linkedin-icon:before {
  content: "";
}
.social-icon.social-pinterest-icon:before {
  content: "";
}
.social-icon.social-soundcloud-icon:before {
  content: "";
}
.social-icon.social-twitter-icon:before {
  content: "";
}
.social-icon.social-twitter-old-icon:before {
  content: "";
}
.social-icon.social-vimeo-icon:before {
  content: "";
}
.social-icon.social-youtube-icon:before {
  content: "";
}
.social-icon.social-tiktok-icon:before {
  content: "";
}
.social-icon.social-wordpress-icon:before {
  content: "";
}

.global-icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "global-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.global-icons.gi-plus {
  cursor: pointer;
}
.global-icons.gi-search:before {
  content: "";
}
.global-icons.gi-lock:before {
  content: "";
}
.global-icons.gi-unlock:before {
  content: "";
}
.global-icons.gi-arrow:before {
  content: "";
}
.global-icons.gi-plus:before {
  content: "";
}
.global-icons.gi-minus:before {
  content: "";
}
.global-icons.gi-close:before {
  content: "";
}
.global-icons.gi-play:before {
  content: "";
}

.hp-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "hp-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hp-icon.hp-alert:before {
  content: "";
}
.hp-icon.hp-notices:before {
  content: "";
}
.hp-icon.hp-notices-left:before {
  content: "";
}
.hp-icon.hp-notices-right:before {
  content: "";
}
.hp-icon.hp-calendar:before {
  content: "";
}
.hp-icon.hp-notices-full:before {
  content: "";
}
.hp-icon.hp-pause:before {
  content: "";
}
.hp-icon.hp-play:before {
  content: "";
}
.hp-icon.hp-share:before {
  content: "";
}

@font-face {
  font-family: "secondlevel-icons";
  src: url("/Fonts/icons/secondlevel-icons.ttf?4k8bg3") format("truetype"), url("/Fonts/icons/secondlevel-icons.woff?4k8bg3") format("woff"), url("/Fonts/icons/secondlevel-icons.svg?4k8bg3#secondlevel-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.sl-icons:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sl-icons.sl-speaker-off-icon:before {
  content: "";
}
.sl-icons.sl-speaker-on-icon:before {
  content: "";
}
.sl-icons.sl-pause-icon:before {
  content: "";
}
.sl-icons.sl-mail-icon:before {
  content: "";
}
.sl-icons.sl-pdf-icon:before {
  content: "";
}
.sl-icons.sl-tabs-icon:before {
  content: "";
}
.sl-icons.sl-phone-icon:before {
  content: "";
}

.ds-LG_ADM {
  background-image: url("/Images/Sprites/LG/ADM/wSprite.png?cb=638894828468130000");
  background-color: transparent;
  background-repeat: no-repeat;
}

.dsb-LG_ADM:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before, .adm-async-form-two .adm-results-slide-out .close-adm-results:before, .sendAdmEmailTo .aef-sendButton:before {
  background-image: url("/Images/Sprites/LG/ADM/wSprite.png?cb=638894828468130000");
  background-color: transparent;
  background-repeat: no-repeat;
}

.dsa-LG_ADM:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after {
  background-image: url("/Images/Sprites/LG/ADM/wSprite.png?cb=638894828468130000");
  background-color: transparent;
  background-repeat: no-repeat;
}

.ds-LG_ADM_adm-email-hover {
  width: 21px;
  height: 21px;
  background-position: -1px -1px;
}

.dsb-LG_ADM_adm-email-hover:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -1px;
}

.dsa-LG_ADM_adm-email-hover:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -1px;
}

.ds-LG_ADM_adm-email {
  width: 21px;
  height: 21px;
  background-position: -24px -1px;
}

.dsb-LG_ADM_adm-email:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -1px;
}

.dsa-LG_ADM_adm-email:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -1px;
}

.ds-LG_ADM_adm-print-hover {
  width: 21px;
  height: 21px;
  background-position: -1px -24px;
}

.dsb-LG_ADM_adm-print-hover:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -24px;
}

.dsa-LG_ADM_adm-print-hover:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -24px;
}

.ds-LG_ADM_adm-print {
  width: 21px;
  height: 21px;
  background-position: -24px -24px;
}

.dsb-LG_ADM_adm-print:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -24px;
}

.dsa-LG_ADM_adm-print:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -24px;
}

.ds-LG_ADM_tick-white {
  width: 16px;
  height: 13px;
  background-position: -47px -1px;
}

.dsb-LG_ADM_tick-white:before, .sendAdmEmailTo .aef-sendButton:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 13px;
  background-position: -47px -1px;
}

.dsa-LG_ADM_tick-white:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 13px;
  background-position: -47px -1px;
}

.ds-LG_ADM_adm-arrow-error {
  width: 14px;
  height: 14px;
  background-position: -47px -16px;
}

.dsb-LG_ADM_adm-arrow-error:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -47px -16px;
}

.dsa-LG_ADM_adm-arrow-error:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -47px -16px;
}

.ds-LG_ADM_adm-arrow-hover-reverse {
  width: 14px;
  height: 14px;
  background-position: -1px -47px;
}

.dsb-LG_ADM_adm-arrow-hover-reverse:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -1px -47px;
}

.dsa-LG_ADM_adm-arrow-hover-reverse:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -1px -47px;
}

.ds-LG_ADM_adm-arrow-hover {
  width: 14px;
  height: 14px;
  background-position: -17px -47px;
}

.dsb-LG_ADM_adm-arrow-hover:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -17px -47px;
}

.dsa-LG_ADM_adm-arrow-hover:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -17px -47px;
}

.ds-LG_ADM_adm-arrow-reverse {
  width: 14px;
  height: 14px;
  background-position: -33px -47px;
}

.dsb-LG_ADM_adm-arrow-reverse:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -33px -47px;
}

.dsa-LG_ADM_adm-arrow-reverse:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -33px -47px;
}

.ds-LG_ADM_adm-arrow {
  width: 14px;
  height: 14px;
  background-position: -49px -47px;
}

.dsb-LG_ADM_adm-arrow:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -49px -47px;
}

.dsa-LG_ADM_adm-arrow:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -49px -47px;
}

.ds-LG_ADM_adm-close {
  width: 13px;
  height: 13px;
  background-position: -47px -32px;
}

.dsb-LG_ADM_adm-close:before, .adm-async-form-two .adm-results-slide-out .close-adm-results:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background-position: -47px -32px;
}

.dsa-LG_ADM_adm-close:after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background-position: -47px -32px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min--moz-device-pixel-ratio: 1.1), only screen and (-o-min-device-pixel-ratio: 1.1/1), only screen and (min-device-pixel-ratio: 1.1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (-o-min-device-pixel-ratio: 11/10), only screen and (min-resolution: 1.1dppx) {
  .ds-LG_ADM {
    background-image: url("/Images/Sprites/LG/ADM/wSprite2.png?cb=638894828468130000");
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-background-size: 64px 62px;
      -o-background-size: 64px 62px;
         background-size: 64px 62px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min--moz-device-pixel-ratio: 1.1), only screen and (-o-min-device-pixel-ratio: 1.1/1), only screen and (min-device-pixel-ratio: 1.1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (-o-min-device-pixel-ratio: 11/10), only screen and (min-resolution: 1.1dppx) {
  .dsb-LG_ADM:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before, .adm-async-form-two .adm-results-slide-out .close-adm-results:before, .sendAdmEmailTo .aef-sendButton:before {
    background-image: url("/Images/Sprites/LG/ADM/wSprite2.png?cb=638894828468130000");
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-background-size: 64px 62px;
      -o-background-size: 64px 62px;
         background-size: 64px 62px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min--moz-device-pixel-ratio: 1.1), only screen and (-o-min-device-pixel-ratio: 1.1/1), only screen and (min-device-pixel-ratio: 1.1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (-o-min-device-pixel-ratio: 11/10), only screen and (min-resolution: 1.1dppx) {
  .dsa-LG_ADM:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after {
    background-image: url("/Images/Sprites/LG/ADM/wSprite2.png?cb=638894828468130000");
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-background-size: 64px 62px;
      -o-background-size: 64px 62px;
         background-size: 64px 62px;
  }
}
/*@import '_Common.scss';*/
/*$C2:#f4f7f8;
$C1:#082a59;
$C7:#e1e3e4;
$C8:#8eb9e6;
$C7:#c6c6c6;*/
option[value=""][disabled] {
  display: none;
}

html.blockScrollOnMobile,
body.blockScrollOnMobile {
  overflow: hidden;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-results-headers .adm-result-entry.active {
  background: #FFFFFF !important;
  color: #C91235 !important;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-mobile-dropddown {
  display: none;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-result-panel.showFirst {
  display: block;
  border-top: 0;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-results-headers {
  background: #F9F7ED !important;
}

.adm-email-window {
  display: none;
}

.sendAdmEmailToDivider {
  background: #C91235;
  height: 0.125rem;
  margin-bottom: 1.25rem;
  margin-top: 1.0625rem;
}

.sendAdmEmailTo {
  position: relative;
  margin-bottom: 2.5rem;
  border: 0.125rem solid #252429;
  -webkit-border-radius: 1.625rem;
     -moz-border-radius: 1.625rem;
          border-radius: 1.625rem;
  height: 2.625rem;
  /*font-family:$admissionsFont;*/
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sendAdmEmailTo.error {
  border-color: #ad1515;
}
.sendAdmEmailTo.error .aef-sendButton {
  background: #ad1515;
}
.sendAdmEmailTo.error input {
  color: #ad1515;
}
.sendAdmEmailTo.success {
  border-color: #0e8f1a;
}
.sendAdmEmailTo.success input {
  color: #0e8f1a;
}
.sendAdmEmailTo.success .aef-sendButton {
  color: #0e8f1a;
  background: #0e8f1a;
}
.sendAdmEmailTo.success .aef-sendButton:before {
  opacity: 1;
}
html.no-touch .sendAdmEmailTo.success .aef-sendButton:hover {
  color: #252429;
  background: #252429;
}
.sendAdmEmailTo input {
  width: 100%;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  display: block;
  height: 2.375rem;
  outline: 0;
  border: 0;
  background: none;
  color: #818181;
  font-size: 0.9375rem;
  line-height: 2.5rem;
  padding-left: 1.375rem;
  padding-right: 3.75rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: bold;
  -webkit-border-radius: 1.375rem;
     -moz-border-radius: 1.375rem;
          border-radius: 1.375rem;
}
.sendAdmEmailTo .aef-sendButton {
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #fff;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 2.5625rem;
  cursor: pointer;
  position: absolute;
  top: -0.125rem;
  right: -0.125rem;
  z-index: 2;
  background: #C91235;
  height: 2.625rem;
  width: 2.625rem;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  text-align: center;
  text-transform: uppercase;
}
html.no-touch .sendAdmEmailTo .aef-sendButton:hover {
  background: #252429;
}
.sendAdmEmailTo .aef-sendButton:before {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.4375rem;
  margin-left: -0.5rem;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.admissions-functionality-wrapper {
  /*font-family:$admissionsFont;*/
  position: relative;
  z-index: 2;
  background: #F9F7ED;
  /*border-top-right-radius: 50px;*/
  margin: 2.5rem 0;
  padding: 2.5rem;
}
.admissions-functionality-wrapper .adm-form-one {
  position: relative;
  z-index: 1;
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-title {
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  color: #252429;
  margin-bottom: 0.9375rem;
  font-weight: bold;
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-details {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: bold;
  color: #252429;
  margin-bottom: 0.9375rem;
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-intro {
  font-weight: bold;
  border-top: 0.0625rem solid #C91235;
  color: #252429;
  font-size: 1rem;
  line-height: 1rem;
  padding-top: 1.25rem;
  margin-bottom: 0.9375rem;
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-intro.error {
  color: red;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
  float: left;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-right: 1.125rem;
  float: left;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 1.125rem;
  width: 7.25rem;
  height: 3.125rem;
  border: 0.125rem solid #C91235;
  background: #F9F7ED;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 3rem;
  text-transform: uppercase;
  color: #252429;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.opened {
  background: #F9F7ED;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.opened:before {
  opacity: 0;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.opened:after {
  opacity: 1;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error {
  color: red;
  border-color: red;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:before {
  position: absolute;
  top: 50%;
  margin-top: -0.4375rem;
  right: 0.9375rem;
  z-index: 2;
  opacity: 1;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:after {
  position: absolute;
  top: 50%;
  margin-top: -0.4375rem;
  right: 0.9375rem;
  z-index: 2;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
html.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:hover {
  background: #F9F7ED;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
  border-bottom: 0.125rem solid #C91235;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 15.625rem;
  overflow: hidden;
  overflow-y: auto;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: auto;
  display: none;
}
html.touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select {
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  letter-spacing: 1px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 3.125rem;
  border-left: 0.125rem solid #C91235;
  border-right: 0.125rem solid #C91235;
  background: #F9F7ED;
  color: #252429;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select:nth-child(even) {
  background: #F9F7ED;
}
html.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select:hover {
  background: #F9F7ED;
  color: #fff;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit {
  border: 0.125rem solid #F9F7ED;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #F9F7ED;
  /*border-top-right-radius: 15px;*/
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 3rem;
  color: #252429;
  text-transform: uppercase;
  letter-spacing: 1px;
}
html.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit:hover {
  color: #252429;
  background: #F9F7ED;
  border: 0.125rem solid #F9F7ED;
}

/* slide out panel */
.adm-async-form-two {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99999;
  display: none;
  /*font-family:$admissionsFont;*/
}
.adm-async-form-two .adm-form-two-bg {
  background: #252429;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.adm-async-form-two .adm-results-slide-out {
  width: 48rem;
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  padding: 2.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: -4px 0 4px 3px rgba(3, 3, 3, 0.2);
     -moz-box-shadow: -4px 0 4px 3px rgba(3, 3, 3, 0.2);
          box-shadow: -4px 0 4px 3px rgba(3, 3, 3, 0.2);
  overflow: hidden;
  overflow-y: auto;
}
html.touch .adm-async-form-two .adm-results-slide-out {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.adm-async-form-two .adm-results-slide-out .adm-results-title {
  letter-spacing: 1px;
  font-size: 1.5625rem;
  line-height: 1.625rem;
  color: #252429;
  margin-bottom: 0.4375rem;
  font-weight: bold;
  margin-right: 4.375rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-details {
  font-size: 0.9375rem;
  line-height: 1rem;
  color: #252429;
  margin-bottom: 2.5rem;
  margin-right: 4.375rem;
}
.adm-async-form-two .adm-results-slide-out .close-adm-results {
  cursor: pointer;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 2.125rem;
  height: 2.125rem;
  border: 0.125rem solid #C91235;
  -webkit-border-radius: 2.375rem;
     -moz-border-radius: 2.375rem;
          border-radius: 2.375rem;
}
.adm-async-form-two .adm-results-slide-out .close-adm-results:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.375rem;
  margin-left: -0.375rem;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .close-adm-results:hover:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
}
.adm-async-form-two .adm-results-slide-out .adm-results-container {
  border: 0.125rem solid #C91235;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native {
  display: none;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 2;
  height: 2.875rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native select {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  width: 100%;
  height: 100%;
  border: 0 !important;
  outline: 0 !important;
  font-size: 0.9375rem;
  line-height: 2.875rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #252429;
  display: block;
  padding: 0 0.625rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown {
  display: none;
  z-index: 2;
  cursor: pointer;
  color: #252429;
  font-size: 0.9375rem;
  line-height: 2.875rem;
  height: 2.875rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .dd-down-lbl {
  padding: 0 2.8125rem 0 1.25rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .dd-down-lbl > span {
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:before {
  opacity: 1;
  position: absolute;
  top: 0.9375rem;
  right: 1.125rem;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:after {
  opacity: 0;
  position: absolute;
  top: 0.9375rem;
  right: 1.125rem;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown.opened:before {
  opacity: 0;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown.opened:after {
  opacity: 1;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area {
  margin: 0 -0.125rem;
  display: none;
  border-left: 0.125rem solid #C91235;
  border-right: 0.125rem solid #C91235;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry {
  padding: 0.625rem 1.25rem;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #252429;
  font-size: 0.8125rem;
  line-height: 2.25rem;
  border-bottom: 0.125rem solid #C91235;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry span {
  font-size: 0.9375rem;
  font-weight: bold;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry:hover {
  background: #C91235;
  color: #252429;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry.active {
  background: #C91235 !important;
  color: #FFFFFF !important;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers {
  display: table;
  width: 100%;
  height: 4.25rem;
  text-align: center;
  background: #F9F7ED;
}
html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers.changeBgLeft {
  background: white;
  background: -moz-linear-gradient(left, white 0%, white 54%, #f9f7ed 56%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(54%, white), color-stop(56%, #f9f7ed));
  background: -webkit-linear-gradient(left, white 0%, white 54%, #f9f7ed 56%);
  background: -o-linear-gradient(left, white 0%, white 54%, #f9f7ed 56%);
  background: -ms-linear-gradient(left, white 0%, white 54%, #f9f7ed 56%);
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(54%, white), color-stop(56%, #f9f7ed));
  background: linear-gradient(to right, white 0%, white 54%, #f9f7ed 56%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$white, endColorstr=$B_AdmissionsTab, GradientType=1 );
}
html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers.changeBgRight {
  background: #f9f7ed;
  background: -moz-linear-gradient(left, #f9f7ed 0%, #f9f7ed 53%, #c7dcf3 54%, white 55%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f9f7ed), color-stop(53%, #f9f7ed), color-stop(54%, #c7dcf3), color-stop(55%, white));
  background: -webkit-linear-gradient(left, #f9f7ed 0%, #f9f7ed 53%, #c7dcf3 54%, white 55%);
  background: -o-linear-gradient(left, #f9f7ed 0%, #f9f7ed 53%, #c7dcf3 54%, white 55%);
  background: -ms-linear-gradient(left, #f9f7ed 0%, #f9f7ed 53%, #c7dcf3 54%, white 55%);
  background: -webkit-gradient(linear, left top, right top, from(#f9f7ed), color-stop(53%, #f9f7ed), color-stop(54%, #c7dcf3), color-stop(55%, white));
  background: linear-gradient(to right, #f9f7ed 0%, #f9f7ed 53%, #c7dcf3 54%, white 55%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$B_AdmissionsTab, endColorstr=$white, GradientType=1 );
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
  background: #F9F7ED;
  display: table-cell;
  height: 4.25rem;
  vertical-align: middle;
  border-right: 0.0625rem solid rgba(8, 42, 89, 0.2);
  color: #252429;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry span {
  font-size: 0.9375rem;
  display: block;
  margin-top: 0.125rem;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry:last-child {
  border-right: 0;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry:hover {
  background: #C91235;
  color: #252429;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry.active {
  background: #C91235 !important;
  color: #FFFFFF !important;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
  position: relative;
  padding: 2.5rem 2.5rem 0 6.25rem;
  display: none;
  z-index: 1;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry {
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel.showFirst {
  display: block;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date {
  color: #252429;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date span {
  display: block;
  color: #252429;
  margin-top: 0.1875rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol {
  margin: 0;
  padding: 0;
  counter-reset: li;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step {
  padding: 1.0625rem 0 0 0;
  border-top: 0.125rem solid #C91235;
  margin-bottom: 1.0625rem;
  position: relative;
  list-style: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:after {
  position: absolute;
  top: 2.5rem;
  left: -3.125rem;
  z-index: 1;
  height: 100%;
  width: 0.125rem;
  background: #C91235;
  display: block;
  content: "";
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:before {
  position: absolute;
  top: 0.625rem;
  left: -4.375rem;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-border-radius: 2.5rem;
     -moz-border-radius: 2.5rem;
          border-radius: 2.5rem;
  background: #C91235;
  z-index: 2;
  color: #F9F7ED;
  content: counter(li);
  counter-increment: li;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-title {
  color: #252429;
  font-size: 1.375rem;
  line-height: 1.4375rem;
  margin-bottom: 0.4375rem;
  text-transform: capitalize;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-text {
  color: #252429;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  /* Firefox numbering fix: always start nested ordered lists at 1 using custom counter */
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-text ol {
  margin: 0 0 0.9375rem 1.5625rem;
  padding: 0;
  list-style: none;
  counter-reset: adm-num;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-text ol li {
  list-style: none;
  /* hide native marker */
  counter-increment: adm-num;
  position: relative;
  padding-left: 0.3125rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-text ol li::before {
  content: counter(adm-num) ".";
  position: absolute;
  left: -1.5625rem;
  color: #E63946;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:last-child {
  margin-bottom: 0;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:last-child:after {
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns {
  padding: 1.25rem 0 0 0;
  position: relative;
  border-top: 0.125rem solid #C91235;
  margin: 1.0625rem 0 2.5rem 0;
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a {
  position: relative;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  float: left;
  margin-right: 0.625rem;
  padding: 0.75rem 0;
  width: 9.375rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 1.625rem;
     -moz-border-radius: 1.625rem;
          border-radius: 1.625rem;
  border: 0.125rem solid #C91235;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:link {
  color: #252429;
  text-decoration: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:visited {
  color: #252429;
  text-decoration: none;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:hover {
  color: #252429;
  text-decoration: none;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:hover:before {
  opacity: 0;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:hover:after {
  opacity: 1;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:active {
  color: #252429;
  text-decoration: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.8125rem;
}
html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn {
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before {
  position: absolute;
  top: 0.625rem;
  left: 0.75rem;
  opacity: 1;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after {
  position: absolute;
  top: 0.625rem;
  left: 0.75rem;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before {
  position: absolute;
  top: 0.625rem;
  left: 0.75rem;
  opacity: 1;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after {
  position: absolute;
  top: 0.625rem;
  left: 0.75rem;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.mobile-select {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-right: 3%;
  width: 30%;
  float: left;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 1.125rem;
  height: 3.125rem;
  border: 0.125rem solid #C91235;
  background: #F9F7ED;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 3rem;
  text-transform: uppercase;
  color: #252429;
}
html.touch .mobile-select {
  border: 0;
}
.mobile-select.opened {
  background: #F9F7ED;
}
.mobile-select.error {
  color: red;
  border-color: red;
  /*@extend .dsb-LG_ADM;  @extend .dsb-LG_ADM_adm-arrow-error; */
}
html.no-touch .mobile-select:hover {
  background: #F9F7ED;
}
.mobile-select select {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0.625rem;
}
@media screen and (max-width: 1200px) {
  .admissions-functionality-wrapper {
    padding: 1.6875rem 1.25rem 1.875rem 1.25rem;
  }

  .adm-async-form-two .adm-results-slide-out {
    width: 100%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    margin-right: 0.625rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    width: 6.5rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
    width: 6.5rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns .adm-print-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sendAdmEmailToDivider {
    display: none;
  }

  .sendAdmEmailTo input {
    padding-right: 2.875rem;
  }

  .sendAdmEmailTo {
    margin-top: 1.25rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native {
    display: block;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-func-title {
    line-height: 2rem;
    margin-bottom: 0.75rem;
  }

  .admissions-functionality-wrapper {
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    padding: 1.6875rem 1.25rem 1.875rem 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
    width: 90%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    width: 31%;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date span {
    display: inline;
  }

  .adm-async-form-two .adm-results-slide-out .close-adm-results {
    top: 1.25rem;
    right: 1.25rem;
  }

  .adm-async-form-two .adm-results-slide-out {
    width: 100%;
    padding: 1.25rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-title {
    font-size: 1.25rem;
    line-height: 1.3125rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:last-child {
    padding-bottom: 1.0625rem;
    border-bottom: 0.125rem solid #C91235;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
    padding: 1.25rem 1.875rem 1.875rem 1.875rem;
    border-top: 0.125rem solid #C91235;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:before {
    left: -2.875rem;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.875rem;
    line-height: 1.875rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:after {
    left: -2rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns {
    border-top: 0;
    margin-bottom: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry:first-child {
    border-top: 0.125rem solid #C91235;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
    width: 100%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    display: none !important;
  }

  .mobile-select {
    display: block;
  }

  html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
    border-top: 0;
    border-left: 0.125rem solid #C91235;
    border-right: 0.125rem solid #C91235;
    border-bottom: 0.125rem solid #C91235;
  }

  html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container {
    border: 0;
  }
}
@media screen and (max-width: 580px) {
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    width: 29%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 450px) {
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
    float: none;
    width: auto;
    margin-bottom: 1.25rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    margin-right: 1%;
    width: 32%;
    font-size: 0.75rem;
    padding-left: 0.625rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:last-child {
    margin-right: 0;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit {
    width: 96%;
    float: none;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:before {
    right: 0.5rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:after {
    right: 0.5rem;
  }
}
@media print {
  body.page-has-admissions > div:not(.adm-async-form-two) {
    display: none;
  }

  .adm-async-form-two {
    position: relative;
    height: auto;
  }

  .adm-async-form-two .adm-form-two-bg {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out {
    position: relative;
    height: auto;
    width: auto;
    padding: 0;
    overflow: visible;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-title {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .close-adm-results {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container {
    border: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers {
    display: none;
    height: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
    padding: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-details {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native {
    display: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 0.0625rem;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.0625rem solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 0.25rem solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
     -moz-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.25rem;
  min-height: 1.25rem;
}
.selectric-items li {
  display: block;
  padding: 0.625rem;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 0.625rem;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 1.5625rem;
}

/**
 * Swiper 10.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 3, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
     -moz-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
     -moz-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
     -moz-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
     -moz-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.3125rem;
  margin-top: -1.3125rem;
  z-index: 10;
  -webkit-transform-origin: 50%;
     -moz-transform-origin: 50%;
      -ms-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.25rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
     -moz-animation: swiper-preloader-spin 1s infinite linear;
       -o-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes swiper-preloader-spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.widget-holder, .ckEditorLayout {
  width: 100%;
  position: relative;
}

.sidebar-layout.sidebar-left-layout .container {
  width: 100%;
  background: transparent;
  padding-left: -webkit-calc(50% - 950px);
  padding-left: -moz-calc(50% - 950px);
  padding-left: calc(50% - 950px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  direction: rtl;
  position: relative;
}
@media (min-width: 768px) {
  .sidebar-layout.sidebar-left-layout .container:before {
    content: "";
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d0c26+0,0d0c26+100&0+0,1+100 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 12, 38, 0)), to(#0d0c26));
    background: -webkit-linear-gradient(top, rgba(13, 12, 38, 0) 0%, #0d0c26 100%);
    background: -moz-linear-gradient(top, rgba(13, 12, 38, 0) 0%, #0d0c26 100%);
    background: -o-linear-gradient(top, rgba(13, 12, 38, 0) 0%, #0d0c26 100%);
    background: linear-gradient(to bottom, rgba(13, 12, 38, 0) 0%, #0d0c26 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.sidebar-layout.sidebar-left-layout .content {
  background: #fff;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  direction: ltr;
  min-width: 0;
  position: relative;
}
.sidebar-layout.sidebar-left-layout .content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4.25rem;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  background: rgba(37, 36, 41, 0.91);
  pointer-events: none;
}
@media (min-width: 767px) {
  .sidebar-layout.sidebar-left-layout .content {
    -webkit-border-radius: 0.3125rem 0.3125rem 0 0;
       -moz-border-radius: 0.3125rem 0.3125rem 0 0;
            border-radius: 0.3125rem 0.3125rem 0 0;
    padding-top: 2.8125rem;
  }
}
.sidebar-layout.sidebar-left-layout .title-area-inner {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  max-width: 36.875rem;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .sidebar-layout.sidebar-left-layout .title-area-inner {
    max-width: 47.5rem;
  }
}
@media (min-width: 1600px) {
  .sidebar-layout.sidebar-left-layout .title-area-inner {
    margin-left: 0;
    padding-left: 9.375rem;
    max-width: 68.75rem;
  }
}
.sidebar-layout.sidebar-left-layout .content-wrap,
.sidebar-layout.sidebar-left-layout .sll-content-width {
  width: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  max-width: 36.875rem;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar-layout.sidebar-left-layout .content-wrap,
.sidebar-layout.sidebar-left-layout .sll-content-width {
    max-width: 43.75rem;
  }
}
@media (min-width: 1200px) {
  .sidebar-layout.sidebar-left-layout .content-wrap,
.sidebar-layout.sidebar-left-layout .sll-content-width {
    max-width: 47.5rem;
  }
}
@media (min-width: 1600px) {
  .sidebar-layout.sidebar-left-layout .content-wrap,
.sidebar-layout.sidebar-left-layout .sll-content-width {
    margin-left: 0;
    padding-left: 9.375rem;
    max-width: 68.75rem;
  }
}
.sidebar-layout.sidebar-left-layout .widget-holder, .sidebar-layout.sidebar-left-layout .ckEditorLayout {
  width: 100%;
}
.sidebar-layout.sidebar-left-layout .widget-holder.sll-content-width, .sidebar-layout.sidebar-left-layout .sll-content-width.ckEditorLayout {
  max-width: 36.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-left-layout .widget-holder.sll-content-width, .sidebar-layout.sidebar-left-layout .sll-content-width.ckEditorLayout {
    padding-right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .sidebar-layout.sidebar-left-layout .widget-holder.sll-content-width, .sidebar-layout.sidebar-left-layout .sll-content-width.ckEditorLayout {
    max-width: 47.5rem;
  }
}
@media (min-width: 1600px) {
  .sidebar-layout.sidebar-left-layout .widget-holder.sll-content-width, .sidebar-layout.sidebar-left-layout .sll-content-width.ckEditorLayout {
    margin-left: 0;
    padding-left: 9.375rem;
    max-width: 68.75rem;
  }
}
.sidebar-layout.sidebar-left-layout .main-sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25rem;
          flex: 0 0 25rem;
  padding: 2.8125rem 3.125rem;
  direction: ltr;
}
@media screen and (max-width: 1439px) {
  .sidebar-layout.sidebar-left-layout .main-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    padding: 1.875rem 2.1875rem;
  }
}
@media screen and (min-width: 1366px) {
  .sidebar-layout.sidebar-left-layout .main-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 410px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 410px;
            flex: 0 0 410px;
  }
}
@media screen and (min-width: 1600px) {
  .sidebar-layout.sidebar-left-layout .main-sidebar {
    padding: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-left-layout .main-sidebar .wrap {
    display: none;
  }
}
.sidebar-layout.sidebar-right-layout {
  overflow: hidden;
}
.sidebar-layout.sidebar-right-layout .container {
  width: 100%;
  margin: 0 auto;
  max-width: 65.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-right-layout .container {
    padding-right: 0;
  }
}
.sidebar-layout.sidebar-right-layout .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-bottom: 1.875rem;
  padding-top: 2.8125rem;
}
.sidebar-layout.sidebar-right-layout .content-wrap {
  width: 100%;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-right-layout .content-wrap {
    max-width: none;
  }
}
.sidebar-layout.sidebar-right-layout .srl-content-width {
  padding-right: 1.875rem;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-right-layout .srl-content-width {
    padding-right: 1.25rem;
  }
}
.sidebar-layout.sidebar-right-layout .main-sidebar {
  padding: 2.8125rem 3.125rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 370px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  position: relative;
}
.sidebar-layout.sidebar-right-layout .main-sidebar:before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-right-layout .main-sidebar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-layout .container {
    width: 100% !important;
    display: block !important;
  }
  .sidebar-layout .content {
    display: block;
    width: 100%;
  }
  .sidebar-layout .main-sidebar {
    margin: 0 !important;
    padding: 0 !important;
  }
  .sidebar-layout .main-sidebar .wrap {
    display: none;
  }
}

.full-width-layout .container {
  width: 100%;
  display: block;
  max-width: 63.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.125rem 1.25rem 2.5rem;
}
.full-width-layout .fwl-content-width {
  max-width: 61.25rem;
}
.full-width-layout .fwl-left-to-end, .full-width-layout .ckEditorLayout-left-to-end {
  width: -webkit-calc(50vw + 43.75rem);
  width: -moz-calc(50vw + 43.75rem);
  width: calc(50vw + 43.75rem);
}
@media (max-width: 63.75rem) {
  .full-width-layout .fwl-left-to-end, .full-width-layout .ckEditorLayout-left-to-end {
    width: -webkit-calc(100% + property("padding-left-right"));
    width: -moz-calc(100% + property("padding-left-right"));
    width: calc(100% + property("padding-left-right"));
  }
  .full-width-layout .fwl-left-to-end .fwl-content-width, .full-width-layout .ckEditorLayout-left-to-end .fwl-content-width {
    padding-right: 1.25rem;
  }
}
.full-width-layout .fwl-right-to-end, .full-width-layout .ckEditorLayout-right-to-end {
  width: -webkit-calc(50vw + 63.75rem/2-1.125rem);
  width: -moz-calc(50vw + 63.75rem/2-1.125rem);
  width: calc(50vw + 63.75rem/2-1.125rem);
  float: right;
}
@media (max-width: 63.75rem) {
  .full-width-layout .fwl-right-to-end, .full-width-layout .ckEditorLayout-right-to-end {
    width: -webkit-calc(100% + property("padding-left-right"));
    width: -moz-calc(100% + property("padding-left-right"));
    width: calc(100% + property("padding-left-right"));
  }
  .full-width-layout .fwl-right-to-end .fwl-content-width, .full-width-layout .ckEditorLayout-right-to-end .fwl-content-width {
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .full-width-layout .fwl-right-to-end, .full-width-layout .ckEditorLayout-right-to-end {
    float: none;
  }
}
.full-width-layout .fwl-viewport-width, .full-width-layout .ckEditorLayout-full-width {
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}
.full-width-layout .fwl-viewport-width .fwl-content-width, .full-width-layout .ckEditorLayout-full-width .fwl-content-width {
  margin: 0 auto;
  padding: 3.125rem 1.25rem 2.5rem;
}
.full-width-layout .fwl-viewport-width.carousel-widget-wrapper .slick-no-slide .slick-track, .full-width-layout .carousel-widget-wrapper.ckEditorLayout-full-width .slick-no-slide .slick-track {
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
     -moz-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.full-width-layout .sidebar-navigation {
  display: none;
}
.full-width-layout .main-sidebar {
  display: none;
}

html,
body {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #333;
}

body {
  width: 100%;
  height: 100%;
}

.main-content {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 766px) {
  .grid-holder > .controller-wrapper:not(.top-header) {
    margin-top: 1.875rem;
  }
}

.grid-holder {
  margin-bottom: 1.875rem;
}

.grid-widget {
  width: -webkit-calc(100% + 1.125rem);
  width: -moz-calc(100% + 1.125rem);
  width: calc(100% + 1.125rem);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-left: -0.5625rem;
  margin-bottom: 1.875rem;
  gap: 20px 20px;
}
@media (min-width: 842px) {
  .grid-widget {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1600px) {
  .grid-widget {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.carousel-widget {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  min-width: 0rem;
}
.carousel-widget .crsl-inner {
  width: 100%;
  display: block;
  overflow: hidden;
}
.carousel-widget .crsl-inner .slick-track {
  padding-bottom: 1.875rem;
}
.carousel-widget.overflow-visible {
  overflow: visible;
}
.carousel-widget.overflow-visible .crsl-inner,
.carousel-widget.overflow-visible .slick-list {
  overflow: visible;
}
.carousel-widget.align-center .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel-widget.align-center .slick-track .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.carousel-widget.align-center .slick-track .slick-slide {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel-widget.controller-next-to-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5rem;
  padding-bottom: 2.5rem;
}
.carousel-widget.controller-next-to-carousel .slick-list {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.carousel-widget.controller-next-to-carousel .media-container {
  padding-left: 1.875rem;
}
.carousel-widget.controller-next-to-carousel .media-container.slick-no-slide {
  padding-left: 0;
}
@media (min-width: 1600px) {
  .carousel-widget.controller-next-to-carousel .media-container.slick-no-slide {
    padding-left: 6.875rem;
  }
}
@media (min-width: 1600px) {
  .carousel-widget.controller-next-to-carousel .media-container:not(.slick-no-slide) {
    padding-left: 3.75rem;
  }
}
.carousel-widget.controller-next-to-carousel .controller-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.carousel-widget.controller-next-to-carousel .crsl-ctrl.next {
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .carousel-widget.controller-next-to-carousel .crsl-inner {
    padding-left: 1.25rem;
  }
}
@media (max-width: 767px) {
  .carousel-widget.controller-next-to-carousel {
    padding-left: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.carousel-widget.desktop-controller-next-to-carousel .controller-js {
  display: none;
}
@media (min-width: 768px) {
  .carousel-widget.desktop-controller-next-to-carousel .controller-js {
    display: block;
  }
}
@media (min-width: 768px) {
  .carousel-widget.desktop-controller-next-to-carousel.mobile-controller-below-carousel .controller-js .crsl-ctrl.slick-arrow.next {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .carousel-widget.desktop-controller-next-to-carousel.mobile-controller-below-carousel .controller-js {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .carousel-widget.desktop-controller-next-to-carousel.mobile-controller-below-carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 1.25rem 0 1.25rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .carousel-widget:not(.controller-next-to-carousel) .crsl-inner {
    overflow: visible;
  }
  .carousel-widget:not(.controller-next-to-carousel) .crsl-inner .slick-list {
    padding-bottom: 1.875rem;
  }
  .carousel-widget:not(.controller-next-to-carousel) .crsl-inner .slick-list,
.carousel-widget:not(.controller-next-to-carousel) .crsl-inner .slick-track {
    overflow: visible;
  }
}

.carousel-widget-wrapper {
  margin-bottom: 1.875rem;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
.carousel-widget-wrapper.loaded {
  opacity: 1;
  visibility: visible;
  height: auto;
  pointer-events: all;
}
@media (min-width: 768px) {
  .carousel-widget-wrapper.desktop-controller-next-to-carousel .crsl-inner {
    padding-left: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .carousel-widget-wrapper.desktop-controller-next-to-carousel .crsl-inner {
    padding-left: 3.75rem;
  }
}
@media (min-width: 768px) {
  .carousel-widget-wrapper.desktop-controller-next-to-carousel .controller-wrapper .controller-js {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .carousel-widget-wrapper.desktop-controller-next-to-carousel .controller-wrapper .crsl-ctrl.slick-arrow.next {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .carousel-widget-wrapper.desktop-controller-next-to-carousel .controller-wrapper .crsl-ctrl.slick-arrow.next, .carousel-widget-wrapper.desktop-controller-next-to-carousel .controller-wrapper .crsl-ctrl.slick-arrow.prev {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .carousel-widget-wrapper.desktop-controller-next-to-carousel .controller-wrapper {
    width: auto;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .carousel-widget-wrapper.desktop-controller-next-to-carousel .controller-wrapper {
    padding-left: 2.5rem;
  }
}
@media (min-width: 768px) {
  .carousel-widget-wrapper.desktop-controller-next-to-carousel.mobile-controller-below-carousel .controller-wrapper:not(.top-header) {
    display: none;
  }
}
@media (min-width: 1600px) {
  .carousel-widget-wrapper.desktop-controller-next-to-carousel.mobile-controller-below-carousel .controller-wrapper.top-header {
    padding-left: 9.375rem;
  }
}
@media (min-width: 768px) {
  .carousel-widget-wrapper.desktop-controller-next-to-carousel.mobile-controller-below-carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .carousel-widget-wrapper.desktop-controller-next-to-carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.carousel-widget-wrapper.arrows-not-needed .controller-js {
  display: none !important;
}
.carousel-widget-wrapper .slick-arrow:not(.slick-disabled) {
  pointer-events: all;
}
.carousel-widget-wrapper .controller-wrapper.over-crsl {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
}
.carousel-widget-wrapper .controller-wrapper.over-crsl .controller-js {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.25rem;
}
.carousel-widget-wrapper .controller-wrapper.top-header .secondLvlCss, .carousel-widget-wrapper .controller-wrapper.top-header .mediaPopup .mediaPopup__desc, .mediaPopup .carousel-widget-wrapper .controller-wrapper.top-header .mediaPopup__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2.5rem;
}
.carousel-widget-wrapper .controller-wrapper.top-header .secondLvlCss > *, .carousel-widget-wrapper .controller-wrapper.top-header .mediaPopup .mediaPopup__desc > *, .mediaPopup .carousel-widget-wrapper .controller-wrapper.top-header .mediaPopup__desc > * {
  margin: 0;
}
@media (max-width: 767px) {
  .carousel-widget-wrapper .controller-wrapper.top-header .secondLvlCss, .carousel-widget-wrapper .controller-wrapper.top-header .mediaPopup .mediaPopup__desc, .mediaPopup .carousel-widget-wrapper .controller-wrapper.top-header .mediaPopup__desc {
    padding-bottom: 0;
  }
  .carousel-widget-wrapper .controller-wrapper.top-header .secondLvlCss .downloadBtn, .carousel-widget-wrapper .controller-wrapper.top-header .mediaPopup .mediaPopup__desc .downloadBtn, .mediaPopup .carousel-widget-wrapper .controller-wrapper.top-header .mediaPopup__desc .downloadBtn {
    display: none;
  }
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl).top-placed {
  margin-bottom: 1.25rem;
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl):not(.top-placed) {
  margin-top: 1.25rem;
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl).reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl) .controller-js .slick-arrow {
  float: left;
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl) .controller-js .slick-arrow:last-child {
  margin-left: 1.25rem;
}
@media (min-width: 768px) {
  .carousel-widget-wrapper .controller-wrapper:not(.top-header) {
    padding-left: 1.875rem;
  }
}
@media (max-width: 767px) {
  .carousel-widget-wrapper .controller-wrapper:not(.top-header) .controller-js .crsl-ctrl.slick-arrow.next {
    float: right;
  }
}
@media (max-width: 767px) {
  .carousel-widget-wrapper .controller-wrapper .controller-js {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .carousel-widget-wrapper .controller-wrapper {
    padding-bottom: 1.875rem;
  }
}
.carousel-widget-wrapper.arrows-over-carousel .controller-wrapper.over-crsl {
  display: block;
}
.carousel-widget-wrapper.arrows-over-carousel .controller-wrapper:not(.over-crsl) .controller-js {
  display: none;
}
.carousel-widget-wrapper.arrows-over-carousel .controller-wrapper.no-btn {
  display: none;
}
.carousel-widget-wrapper.arrows-under-carousel > .secondLvlCss, .mediaPopup .carousel-widget-wrapper.arrows-under-carousel > .mediaPopup__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.carousel-widget-wrapper.arrows-under-carousel > .secondLvlCss .downloadBtn, .mediaPopup .carousel-widget-wrapper.arrows-under-carousel > .mediaPopup__desc .downloadBtn {
  margin-bottom: 0 !important;
  pointer-events: all;
}
@media (min-width: 767px) {
  .carousel-widget-wrapper.arrows-under-carousel > .secondLvlCss, .mediaPopup .carousel-widget-wrapper.arrows-under-carousel > .mediaPopup__desc {
    display: none;
  }
}
.carousel-widget-wrapper.arrows-under-carousel .controller-js {
  height: 3.75rem;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel-widget-wrapper.arrows-under-carousel .controller-js .crsl-ctrl {
  pointer-events: all;
}
@media (max-width: 767px) {
  .carousel-widget-wrapper.arrows-under-carousel .controller-js {
    width: -webkit-calc(100% + 3.75rem);
    width: -moz-calc(100% + 3.75rem);
    width: calc(100% + 3.75rem);
    margin-left: -1.875rem;
    padding: 0 1.25rem;
  }
}
@media (min-width: 767px) {
  .carousel-widget-wrapper.arrows-under-carousel .controller-js {
    margin-top: 0.625rem;
  }
}

.header {
  position: relative;
  height: 0;
  z-index: 31;
  pointer-events: none;
}
.header > * {
  pointer-events: all;
}
.header.menu-opened .h-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .header.menu-opened .h-cta {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
}
.header.menu-opened .h-logo {
  display: none;
}
@media (max-width: 1023px) {
  .header.menu-opened .hc-item .hc-txt,
.header.menu-opened .hc-item .hc-icon {
    color: #2B2B2B;
  }
}
@media (min-width: 1024px) {
  .header.menu-opened .hc-item .hc-txt,
.header.menu-opened .hc-item .hc-icon {
    color: #ffffff;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .header.menu-opened .hc-item:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 767px) {
  .header.menu-opened .hc-item:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header.menu-opened .hc-item.logoutBtn .hc-txt:before {
  border-right-color: rgba(36, 35, 39, 0.8);
  border-bottom-color: rgba(36, 35, 39, 0.8);
}
html.no-touch .header.menu-opened .hc-item:hover .hc-icon {
  color: #C91235;
}
.header.menu-opened .h-links {
  opacity: 1 !important;
  visibility: visible !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body.calendar .header.menu-opened {
  background: transparent;
}
html.no-touch .header:not(.menu-opened) .hc-item:first-child:hover .hc-icon {
  color: rgba(249, 247, 237, 0.8);
}
body.parentsWelcome .header:not(.menu-opened) .hc-item .logout-dropdown li:first-child a {
  color: #C91235;
  pointer-events: none;
}
body.calendar .header {
  background: #f5f5f5;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 950px) {
  body.calendar .header {
    padding: 0;
  }
}
body.secondLvl .header.hide:not(.menu-opened) .h-cta, body.sharedTemplates:not(.media-template) .header.hide:not(.menu-opened) .h-cta {
  display: none;
}
@media (min-width: 1024px) {
  .header {
    position: fixed;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.875rem 1.875rem 0 1.875rem;
  }
}

body.calendar .header.hide {
  background: transparent;
}

/* Make login button text and icon black in calendar header, but keep white when menu is opened */
body.calendar .header:not(.menu-opened) span.hc-icon.global-icons {
  color: #252429;
}
body.calendar .header:not(.menu-opened) .hc-txt {
  color: #252429;
}
body.calendar .header:not(.menu-opened) .hc-item.loginBtn a:hover span.hc-icon.global-icons,
body.calendar .header:not(.menu-opened) .hc-item.loginBtn a:hover .hc-txt {
  color: #C91235;
}

.h-links {
  background: #C91235;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4.375rem;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media (min-width: 767px) {
  .h-links.hide {
    opacity: 0;
    visibility: hidden;
    /* Use visibility and opacity instead of display none to maintain layout */
    /* This prevents the menu button from shifting position */
  }
}
@media (min-width: 1024px) {
  .h-links {
    position: relative;
    background: #C91235;
    width: auto;
    min-height: 3rem;
    -webkit-border-radius: 1.5rem;
       -moz-border-radius: 1.5rem;
            border-radius: 1.5rem;
    padding: 0 1.875rem;
  }
}
@media (min-width: 1200px) {
  .h-links {
    padding: 0 2.5rem;
    min-height: 3.75rem;
    -webkit-border-radius: 1.8125rem;
       -moz-border-radius: 1.8125rem;
            border-radius: 1.8125rem;
  }
}

.hl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Lexend Deca", sans-serif;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0;
  color: #f9f7ed;
  position: relative;
  padding-top: 0.0625rem;
}
.hl-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.125rem;
  height: 0.9375rem;
  background: white;
}
@media (min-width: 1024px) {
  .hl-item:not(:last-child):after {
    background: white;
  }
}
@media (min-width: 767px) {
  .hl-item:first-child {
    padding-right: 0rem;
  }
}
@media (min-width: 1024px) {
  .hl-item:first-child {
    padding-right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .hl-item:first-child {
    padding-right: 1.875rem;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .hl-item:nth-child(2) {
    max-width: 11.875rem;
  }
}
@media (min-width: 1024px) {
  .hl-item:nth-child(2) {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1200px) {
  .hl-item:nth-child(2) {
    padding: 0 1.875rem;
  }
}
@media (min-width: 1024px) {
  .hl-item:last-child {
    padding-left: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .hl-item:last-child {
    padding-left: 1.875rem;
  }
}
.hl-item a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #fff;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.2s ease-in, opacity 0.2s ease-in;
  -o-transition: color 0.2s ease-in, opacity 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, opacity 0.2s ease-in;
  transition: color 0.2s ease-in, opacity 0.2s ease-in;
  opacity: 1;
}
html.no-touch .hl-item a:hover {
  opacity: 0.6;
}
@media (min-width: 375px) {
  .hl-item {
    font-size: 1.0625rem;
  }
}
@media (min-width: 767px) {
  .hl-item {
    font-size: 1.25rem;
    max-width: 12.5rem;
  }
}
@media (min-width: 1024px) {
  .hl-item {
    font-size: 0.9375rem;
    color: #242327;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .hl-item {
    font-size: 1.1875rem;
  }
}

@media (min-width: 1024px) {
  .h-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.h-cta {
  display: none;
  position: fixed;
  left: 1.4375rem;
  top: 6.25rem;
  z-index: 10;
}
@media (min-width: 767px) {
  .h-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 8.375rem;
    margin-top: 0.125rem;
  }
}
@media (max-width: 1023px) {
  .h-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .h-cta {
    position: relative;
    top: auto;
    left: auto;
    margin-right: 1.875rem;
  }
}

.hc-item:first-child {
  /* Parents button styling */
}
@media (max-width: 1023px) {
  .hc-item:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /* Move Parents after Search on smaller screens */
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .hc-item:first-child {
    display: none;
  }
}
@media (min-width: 767px) {
  .hc-item:first-child .hc-txt,
.hc-item:first-child .hc-icon {
    color: #fff;
  }
}
.hc-item:last-child {
  margin-left: 1.5625rem;
}
@media (max-width: 1023px) {
  .hc-item:last-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    /* Move Search before Parents on smaller screens */
    margin-left: 0;
    margin-right: 1.5625rem;
  }
}
.hc-item:last-child .hc-icon {
  font-size: 2.25rem;
}
@media (min-width: 767px) {
  .hc-item:last-child {
    display: none;
  }
}
body.securePage .hc-item.loginBtn {
  pointer-events: none;
}
body.securePage .hc-item.loginBtn .hc-icon {
  opacity: 0.8;
}
.hc-item.logoutBtn {
  position: relative;
}
html.no-touch .hc-item.logoutBtn a:hover .hc-txt:before {
  bottom: -0.9375rem;
}
.hc-item.logoutBtn .hc-txt {
  position: relative;
}
.hc-item.logoutBtn .hc-txt:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.625rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
     -moz-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
       -o-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.64);
  border-top: none;
  border-left: none;
  -webkit-transition: bottom 0.2s ease-in;
  -o-transition: bottom 0.2s ease-in;
  -moz-transition: bottom 0.2s ease-in;
  transition: bottom 0.2s ease-in;
}
html.no-touch .hc-item.logoutBtn:hover .logout-dropdown, .hc-item.logoutBtn.hovered .logout-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateX(5px) translateY(0);
     -moz-transform: translateX(-50%) translateX(5px) translateY(0);
      -ms-transform: translateX(-50%) translateX(5px) translateY(0);
       -o-transform: translateX(-50%) translateX(5px) translateY(0);
          transform: translateX(-50%) translateX(5px) translateY(0);
}
@media (max-width: 1200px) {
  .hc-item.logoutBtn.hovered .logout-dropdown {
    -webkit-transform: translateX(-50%) translateX(5px) translateY(1.25rem);
       -moz-transform: translateX(-50%) translateX(5px) translateY(1.25rem);
        -ms-transform: translateX(-50%) translateX(5px) translateY(1.25rem);
         -o-transform: translateX(-50%) translateX(5px) translateY(1.25rem);
            transform: translateX(-50%) translateX(5px) translateY(1.25rem);
  }
}
.hc-item .logout-dropdown {
  background: #C91235;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 20px 10px;
  position: absolute;
  min-width: 170px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(5px) translateY(-40px);
     -moz-transform: translateX(-50%) translateX(5px) translateY(-40px);
      -ms-transform: translateX(-50%) translateX(5px) translateY(-40px);
       -o-transform: translateX(-50%) translateX(5px) translateY(-40px);
          transform: translateX(-50%) translateX(5px) translateY(-40px);
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -o-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.hc-item .logout-dropdown a {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
html.no-touch .hc-item .logout-dropdown a:hover {
  color: #fff;
  text-decoration: underline;
}
.hc-item .logout-dropdown li:first-child {
  margin-bottom: 15px;
}
.hc-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (min-width: 1024px) {
  .hc-item a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hc-icon {
  color: #fff;
  font-size: 2.5rem;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

.hc-txt {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0.625rem;
}

.h-logo {
  position: absolute;
  left: 1.625rem;
  top: 5.625rem;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
}
.h-logo img {
  min-width: 6.375rem;
}
@media (min-width: 767px) and (max-width: 1200px) {
  body:not(.calendar) .h-logo img {
    min-width: 6.375rem;
  }
}
@media (min-width: 767px) {
  .h-logo.hide {
    opacity: 0;
    visibility: hidden;
  }
  body.media-template .h-logo.hide {
    opacity: 1;
    visibility: visible;
  }
}
body.media-template .h-logo {
  display: block;
}
@media (min-width: 767px) {
  .h-logo {
    left: 2.375rem;
    position: fixed;
  }
}
@media (min-width: 1024px) {
  .h-logo {
    width: 8.75rem;
    position: fixed;
    top: auto;
    left: 2.375rem;
  }
}
@media (min-width: 1200px) {
  .h-logo {
    width: 10rem;
  }
}

.h-menu {
  width: 5.25rem;
  height: 5.25rem;
  background: #C91235;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: none;
  position: fixed;
  top: 5.625rem;
  right: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
     -moz-box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
          box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
  cursor: pointer;
  /* Ensure menu button doesn't shift when CTAs are hidden */
}
.h-menu.active .menu-burger {
  -webkit-transform: translateX(0.0625rem);
     -moz-transform: translateX(0.0625rem);
      -ms-transform: translateX(0.0625rem);
       -o-transform: translateX(0.0625rem);
          transform: translateX(0.0625rem);
}
.h-menu.active .menu-burger span {
  width: 2.1875rem;
}
.h-menu.active .menu-burger span:first-child {
  -webkit-transform: rotate(45deg) translate(0.125rem, 0rem);
     -moz-transform: rotate(45deg) translate(0.125rem, 0rem);
      -ms-transform: rotate(45deg) translate(0.125rem, 0rem);
       -o-transform: rotate(45deg) translate(0.125rem, 0rem);
          transform: rotate(45deg) translate(0.125rem, 0rem);
}
.h-menu.active .menu-burger span:nth-child(2) {
  display: none;
}
.h-menu.active .menu-burger span:last-child {
  -webkit-transform: rotate(-45deg) translate(-0.125rem, 0rem);
     -moz-transform: rotate(-45deg) translate(-0.125rem, 0rem);
      -ms-transform: rotate(-45deg) translate(-0.125rem, 0rem);
       -o-transform: rotate(-45deg) translate(-0.125rem, 0rem);
          transform: rotate(-45deg) translate(-0.125rem, 0rem);
}
.h-menu:not(.active) .menu-burger-inner {
  -webkit-transform: translateX(0.0625rem);
     -moz-transform: translateX(0.0625rem);
      -ms-transform: translateX(0.0625rem);
       -o-transform: translateX(0.0625rem);
          transform: translateX(0.0625rem);
}
html.no-touch .h-menu:hover:not(.active) .menu-burger span {
  width: 1.875rem;
}
@media (min-width: 1200px) {
  html.no-touch .h-menu:hover:not(.active) .menu-burger span {
    width: 2.5rem;
    margin-left: -0.3125rem;
  }
}
html.no-touch .h-menu:hover.active .menu-burger-inner {
  -webkit-transform: scale(1.2) translateX(0.1875rem);
     -moz-transform: scale(1.2) translateX(0.1875rem);
      -ms-transform: scale(1.2) translateX(0.1875rem);
       -o-transform: scale(1.2) translateX(0.1875rem);
          transform: scale(1.2) translateX(0.1875rem);
}
@media (min-width: 767px) {
  .h-menu {
    right: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .h-menu {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (min-width: 1024px) {
  .h-links.hide ~ .h-menu {
    position: relative;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .h-menu {
    width: 6.5rem;
    height: 6.5rem;
  }
}

.menu-burger span {
  display: block;
  width: 1.5625rem;
  height: 0.1875rem;
  -webkit-transition: width 0.2s ease-in, margin-left 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: width 0.2s ease-in, margin-left 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -o-transition: width 0.2s ease-in, margin-left 0.2s ease-in, -o-transform 0.2s ease-in;
  -moz-transition: width 0.2s ease-in, margin-left 0.2s ease-in, transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: width 0.2s ease-in, margin-left 0.2s ease-in, transform 0.2s ease-in;
  transition: width 0.2s ease-in, margin-left 0.2s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  -webkit-transform-origin: 0.25rem 0;
     -moz-transform-origin: 0.25rem 0;
      -ms-transform-origin: 0.25rem 0;
       -o-transform-origin: 0.25rem 0;
          transform-origin: 0.25rem 0;
  background: #F9F7ED;
}
.menu-burger span:first-child {
  -webkit-transform-origin: 20% -70%;
     -moz-transform-origin: 20% -70%;
      -ms-transform-origin: 20% -70%;
       -o-transform-origin: 20% -70%;
          transform-origin: 20% -70%;
}
@media (min-width: 1200px) {
  .menu-burger span {
    width: 1.9375rem;
  }
}

.menu-burger-inner {
  height: 1.25rem;
  max-height: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  -webkit-transform: translateX(0.1875rem);
     -moz-transform: translateX(0.1875rem);
      -ms-transform: translateX(0.1875rem);
       -o-transform: translateX(0.1875rem);
          transform: translateX(0.1875rem);
}
@media (min-width: 1200px) {
  .menu-burger-inner {
    width: 1.9375rem;
    height: 1.9375rem;
  }
}

.header-ref {
  background: #242327;
  height: 10rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
body.homepage .header-ref, body.secondLvl:not(.media-template) .header-ref {
  display: none;
}
body.media-template .header-ref {
  height: 0;
}
@media (min-width: 1024px) {
  body.media-template .header-ref {
    height: 9.0625rem;
  }
}
@media (max-width: 1024px) {
  .header-ref {
    height: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .header-ref {
    height: 10rem;
  }
}

body.athleticsCalendar.shTplGBlockScroll .footer {
  z-index: 0;
}

.footer {
  position: relative;
  z-index: 2;
  background: #252429;
}

.f-inner {
  max-width: 80%;
  margin: 0 auto;
}

.f-top {
  position: relative;
  padding-bottom: 6.25rem;
}
.f-top .f-inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .f-top {
    padding-bottom: 9.125rem;
  }
}
@media (min-width: 1440px) {
  .f-top {
    padding-bottom: 7.3125rem;
  }
}
@media (min-width: 1600px) {
  .f-top {
    padding-bottom: 7.6875rem;
  }
}

.ft-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ft-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .ft-bg {
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
  }
  .ft-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}
@media (max-width: 480px) {
  .ft-bg {
    height: 48%;
  }
}
.ft-bg:before, .ft-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #252429;
  opacity: 0;
}
.ft-bg:before {
  opacity: 0.15;
}
.ft-bg:after {
  background: #252429;
}

.ft-header {
  padding-top: 6.875rem;
  padding-bottom: 3.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 375px) and (max-width: 767px) {
  .ft-header {
    display: block;
  }
}
@media (min-width: 768px) {
  .ft-header {
    padding-top: 11.25rem;
    padding-bottom: 4.25rem;
  }
}
@media (min-width: 1024px) {
  .ft-header {
    padding-top: 7.9375rem;
  }
}
@media (min-width: 1440px) {
  .ft-header {
    padding-top: 11.875rem;
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 1600px) {
  .ft-header {
    padding-top: 10.9375rem;
  }
}

.ft-header-top {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 800;
  font-size: 5rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.ft-header-top span {
  display: block;
}
@media (max-width: 767px) {
  .ft-header-top {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ft-header-top {
    font-size: 3.75rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .ft-header-top {
    font-size: 4.375rem;
  }
}
@media (min-width: 1440px) {
  .ft-header-top {
    font-size: 5rem;
  }
}

.ft-header-bottom {
  margin: 0 auto;
  display: inline-block;
  padding-left: 0.625rem;
  position: relative;
}
.ft-header-bottom span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 2.625rem;
  letter-spacing: 0.05em;
  color: #C91235;
  display: inline-block;
  margin-right: 1.5625rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-2.5rem);
     -moz-transform: translateY(-50%) translateX(-2.5rem);
      -ms-transform: translateY(-50%) translateX(-2.5rem);
       -o-transform: translateY(-50%) translateX(-2.5rem);
          transform: translateY(-50%) translateX(-2.5rem);
}
@media (min-width: 375px) {
  .ft-header-bottom span {
    position: relative;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    left: auto;
    top: auto;
  }
}
@media (min-width: 768px) {
  .ft-header-bottom span {
    font-size: 4.0625rem;
    margin-right: 1.875rem;
  }
}
.ft-header-bottom img {
  min-width: 8.375rem;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .ft-header-bottom img {
    min-width: 8.6875rem;
  }
}
@media (min-width: 1440px) {
  .ft-header-bottom img {
    min-width: 12.6875rem;
  }
}
@media (min-width: 375px) {
  .ft-header-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .ft-header-bottom {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .ft-header-bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(15px);
       -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
         -o-transform: translateX(15px);
            transform: translateX(15px);
  }
}
@media (min-width: 375px) {
  .ft-header-bottom {
    -webkit-transform: translateX(-5px);
       -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
         -o-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

.ft-ctas {
  margin-bottom: 3.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .ft-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 1440px) {
  .ft-ctas {
    margin-bottom: 5.625rem;
  }
}

.ft-ctas-item {
  margin-bottom: 2.1875rem;
}
.ft-ctas-item a {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: left;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3.5625rem;
  -webkit-border-radius: 2.1875rem;
     -moz-border-radius: 2.1875rem;
          border-radius: 2.1875rem;
  background: #C91235;
  -webkit-box-shadow: 0 0.3125rem 1rem rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 0.3125rem 1rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3125rem 1rem rgba(0, 0, 0, 0.16);
  padding: 0 2.75rem;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
html.no-touch .ft-ctas-item a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .ft-ctas-item a {
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .ft-ctas-item a {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1440px) {
  .ft-ctas-item a {
    font-size: 1.1875rem;
    min-height: 3.8125rem;
  }
}
@media (min-width: 768px) {
  .ft-ctas-item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .ft-ctas-item {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .ft-ctas-item {
    margin-bottom: 1.25rem;
    margin-right: 1.875rem;
  }
}
@media (min-width: 1440px) {
  .ft-ctas-item {
    margin-right: 4.625rem;
  }
}

.ft-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media (max-width: 767px) {
  .ft-details-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.ft-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.ft-details > p {
  display: none;
}
@media (min-width: 768px) {
  .ft-details > p {
    display: block;
  }
}
.ft-details p.ft-details-school-name {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 10px !important;
  text-transform: capitalize;
  display: block;
  font-size: 1.4375rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ft-details p.ft-details-school-name {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .ft-details p.ft-details-school-name {
    text-align: center;
    font-size: 1.0625rem;
  }
}
.ft-details p,
.ft-details address {
  font-family: "Lexend Deca", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #f9f7ed;
  max-width: 100%;
}
@media (max-width: 650px) {
  .ft-details p,
.ft-details address {
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .ft-details p,
.ft-details address {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
  }
}
@media (min-width: 768px) {
  .ft-details p,
.ft-details address {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .ft-details address p {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .ft-details address p {
    text-align: center;
  }
}
.ft-details address span {
  display: none;
}
.ft-details:first-child {
  margin-right: 0;
}
@media (max-width: 650px) {
  .ft-details:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ft-details {
    margin: 0 0 1.25rem;
  }
}

.ft-details-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .ft-details-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 650px) {
  .ft-details-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ft-contact {
  margin: 1.5625rem 0 0;
  /* Ensure contact items are horizontally centred on desktop */
  /* Centre items on mobile */
}
@media (min-width: 768px) {
  .ft-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
  }
}
@media (max-width: 767px) {
  .ft-contact {
    text-align: center;
  }
}

.ft-contact-item {
  margin-right: 4.375rem;
  margin-bottom: 1.25rem;
  display: block;
  /* Remove right margin on desktop since spacing is handled by column-gap on the parent */
}
.ft-contact-item .global-icons {
  font-size: 1.75rem;
  margin-left: 0.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  color: #C91235;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.0625rem;
}
.ft-contact-item a {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 1.1875rem;
  letter-spacing: 0.05em;
  color: #f9f7ed;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
@media (max-width: 650px) {
  .ft-contact-item a {
    font-size: 1rem;
  }
}
html.no-touch .ft-contact-item a:hover {
  color: #C91235;
}
html.no-touch .ft-contact-item a:hover .global-icons {
  -webkit-transform: translateX(0.3125rem);
     -moz-transform: translateX(0.3125rem);
      -ms-transform: translateX(0.3125rem);
       -o-transform: translateX(0.3125rem);
          transform: translateX(0.3125rem);
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .ft-contact-item a {
    font-size: 0.9375rem;
  }
}
.ft-contact-item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
@media (min-width: 375px) {
  .ft-contact-item {
    margin-bottom: 2.1875rem;
  }
}
@media (max-width: 650px) {
  .ft-contact-item {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .ft-contact-item {
    margin-bottom: 0.625rem;
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .ft-contact-item {
    margin-right: 0;
    text-align: center;
  }
}

.f-middle {
  background: #323136;
}
.f-middle .f-inner {
  max-width: 85%;
}
@media (min-width: 375px) {
  .f-middle .f-inner {
    max-width: 85%;
  }
}
@media (min-width: 768px) {
  .f-middle .f-inner {
    max-width: 48.125rem;
  }
}
@media (min-width: 1440px) {
  .f-middle .f-inner {
    max-width: 60.25rem;
  }
}
@media (min-width: 1920px) {
  .f-middle .f-inner {
    max-width: 68.75rem;
  }
}

.f-bottom {
  padding: 2.1875rem 0;
  background: #252428;
}
.f-bottom .f-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .f-bottom .f-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
    max-width: 95.875rem;
  }
}
@media (max-width: 1100px) {
  .f-bottom .f-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .f-bottom .f-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fb-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fb-socials span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 0.875rem;
  text-align: center;
  color: #f9f7ed;
}
.fb-socials > span > span {
  display: inline-block;
  margin: 0 0.9375rem 0 1.5625rem;
}
.fb-socials a span {
  color: #fff;
}
@media (max-width: 1023px) {
  .fb-socials {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 28.125rem;
    min-width: 28.125rem;
  }
}
@media (max-width: 767px) {
  .fb-socials {
    max-width: none !important;
    min-width: auto !important;
    width: 100% !important;
  }
}
@media (max-width: 1100px) {
  .fb-socials {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 1.25rem 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .fb-socials {
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .fb-socials {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.fb-socials-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (min-width: 1024px) {
  .fb-socials-links li {
    margin: 0 1.25rem;
  }
}
.fb-socials-links li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fb-socials-links li a span {
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
html.no-touch .fb-socials-links li a:hover span {
  color: #C91235;
}

.fb-credits {
  margin: 1.5625rem 0;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.3125rem;
  text-align: left;
  color: #f9f7ed;
}
.fb-credits span {
  opacity: 0.7;
}
.fb-credits a {
  color: inherit;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
html.no-touch .fb-credits a:hover {
  color: #C91235;
}
@media (max-width: 1023px) {
  .fb-credits {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 1100px) {
  .fb-credits {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin: 0.9375rem 0;
  }
}
@media (max-width: 767px) {
  .fb-credits {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .fb-credits {
    text-align: center;
    margin: 0.9375rem 0;
  }
}
@media (min-width: 1024px) {
  .fb-credits {
    max-width: 17.5rem;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .fb-credits {
    max-width: 100%;
  }
}

.fb-links {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  color: #f9f7ed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fb-links a {
  color: inherit;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
html.no-touch .fb-links a:hover {
  color: #C91235;
}
@media (max-width: 1023px) {
  .fb-links {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 1100px) {
  .fb-links {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .fb-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fb-links-item:first-child {
  padding-right: 0.9375rem;
  margin-right: 0.9375rem;
  position: relative;
}
.fb-links-item:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.125rem;
  height: 100%;
  background: #F9F7ED;
  pointer-events: none;
}

.custom-menu {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  padding-top: 4.125rem;
  overflow: hidden;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
}
.custom-menu .custom-menu-link {
  position: absolute;
}
.custom-menu .menu-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.custom-menu .menu-header .links-container .social-links .item {
  padding-top: 0;
}
@media (max-width: 1023px) {
  .custom-menu .menu-header .links-container .social-links {
    display: none;
  }
}
@media (max-width: 1023px) {
  .custom-menu .menu-header .links-container {
    display: none;
  }
}
.custom-menu .menu-header .custom-logo-menu {
  z-index: 11;
  width: 22.5rem;
  position: absolute;
  top: 1.875rem;
  left: 4.375rem;
}
.custom-menu .menu-header .custom-logo-menu img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1260px) {
  .custom-menu .menu-header .custom-logo-menu {
    left: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .custom-menu .menu-header .custom-logo-menu .mobile-img {
    display: none;
  }
}
@media (max-width: 1023px) {
  .custom-menu .menu-header .custom-logo-menu {
    width: 4rem;
    height: 4rem;
    left: 50%;
    margin-left: -2rem;
    top: 0.8125rem;
  }
  .custom-menu .menu-header .custom-logo-menu .desktop-img {
    display: none;
  }
}
.custom-menu .cm__item-ref {
  opacity: 1 !important;
}
.custom-menu .back-button {
  display: inline-block;
  background: transparent;
  border: none;
  text-transform: capitalize;
  position: relative;
  padding-left: 1.4375rem;
  cursor: pointer;
}
.custom-menu .scroll-down-wrapper {
  width: 100%;
  height: 6.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
     -moz-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in, -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, opacity 0.2s ease-in, visibility 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in, visibility 0.2s ease-in;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in, visibility 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  pointer-events: none;
}
.custom-menu .scroll-down-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .custom-menu .scroll-down-wrapper:before {
    -webkit-transform: translateY(-0.625rem);
       -moz-transform: translateY(-0.625rem);
        -ms-transform: translateY(-0.625rem);
         -o-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
}
.custom-menu .scroll-down-wrapper .scroll-level-down {
  width: 4.375rem;
  height: 4.375rem;
  pointer-events: all;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  border: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: transparent;
}
.custom-menu .scroll-down-wrapper .scroll-level-down span.global-icons {
  display: block;
  text-align: center;
  line-height: 2.75rem;
  font-size: 2.1875rem;
  top: 0;
  z-index: 2;
  position: relative;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  color: #C91235;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
html.no-touch .custom-menu .scroll-down-wrapper .scroll-level-down:hover span.global-icons {
  -webkit-transform: rotate(90deg) translate3d(0.3125rem, 0, 0);
     -moz-transform: rotate(90deg) translate3d(0.3125rem, 0, 0);
          transform: rotate(90deg) translate3d(0.3125rem, 0, 0);
}
@media (min-width: 1024px) {
  .custom-menu .scroll-down-wrapper.scroll-down-wrapper-mobile {
    display: none;
  }
}
.custom-menu .scroll-down-wrapper.enabled {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.custom-menu.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.custom-menu.no-animation .cm-levels {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.custom-menu .right-side {
  width: 50%;
  max-width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0;
  top: 0;
  overflow-y: auto;
  z-index: 1;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1.875rem;
  background-color: #18153E;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-menu .right-side .right-side-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 35rem;
  margin: 0 auto;
}
.custom-menu .right-side .right-side-wrapper:before, .custom-menu .right-side .right-side-wrapper:after {
  content: "";
  width: 0.0625rem;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .custom-menu .right-side .right-side-wrapper {
    max-width: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.custom-menu .right-side .right-side-inner {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  position: relative;
}
@media (min-width: 767px) {
  .custom-menu .right-side .right-side-inner {
    margin: 6.25rem auto 8.125rem 16%;
  }
}
@media (min-width: 1024px) {
  .custom-menu .right-side .right-side-inner {
    margin: 6.25rem 0 0 0;
    max-width: 100%;
    width: 100%;
  }
}
.custom-menu .right-side .right-side-footer {
  margin-bottom: 3.125rem;
  padding: 0 2.5rem;
}
@media (min-width: 1024px) {
  .custom-menu .right-side .right-side-footer {
    padding: 0;
  }
}
.custom-menu .right-side .right-side-fade {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.custom-menu .right-side .right-side-fade:before, .custom-menu .right-side .right-side-fade:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #252429;
  opacity: 0.5;
}
.custom-menu .right-side .right-side-fade:after {
  opacity: 0.5;
  background: #252429;
}
@media (min-width: 1024px) {
  .custom-menu .right-side .right-side-fade {
    position: fixed;
    left: auto;
    right: 0;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .custom-menu .right-side {
    padding-top: 6.25rem;
    padding-right: 0;
    padding-left: 0;
  }
}
.custom-menu .open-menu {
  width: 6.25rem;
  height: 6.25rem;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 100;
}
.custom-menu .bg-close {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
}
.custom-menu .custom-menu__inner {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
}
.custom-menu .menu-container {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
.custom-menu .menu-container .cm-levels {
  pointer-events: all;
}
.custom-menu .menu-container .cm-levels:not(.first-level) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
}
.custom-menu .menu-container .cm-levels.level-active {
  opacity: 1;
  visibility: visible;
}
.custom-menu .menu-mobile-helper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 4;
}
.custom-menu .level-title {
  font-size: 2.125rem;
  line-height: 2.375rem;
  display: block;
  color: #002776;
  font-weight: 700;
  padding-bottom: 1.25rem;
}
.custom-menu .cm-levels {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.custom-menu .cm-levels .cm-levels__close {
  width: 3.75rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -1.25rem;
  z-index: 3;
}
.custom-menu .cm-levels .cm-item {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.custom-menu .cm-levels .cm-item .arrow {
  -webkit-border-radius: 2.625rem;
     -moz-border-radius: 2.625rem;
          border-radius: 2.625rem;
  line-height: 2.625rem;
  font-size: 1.25rem;
  display: inline-block;
  margin-left: 0.9375rem;
}
.custom-menu .cm-levels .cm-item .arrow span.global-icons {
  font-size: 0.4375rem;
  line-height: 0.4375rem;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.custom-menu .cm-levels .cm-item .arrow span.global-icons.gi-plus {
  font-size: 1.25rem;
}
.custom-menu .cm-levels .cm-item .arrow span.global-icons.gi-minus {
  font-size: 0.1875rem;
}
.custom-menu .cm-levels .cm-item.cm-item-ref {
  margin-bottom: 0.9375rem;
}
.custom-menu .cm-levels .cm-item .cm-link {
  display: block;
  -webkit-transition: color 0.2s ease-in, opacity 0.2s ease-in;
  -o-transition: color 0.2s ease-in, opacity 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, opacity 0.2s ease-in;
  transition: color 0.2s ease-in, opacity 0.2s ease-in;
}
.custom-menu .cm-levels .cm-item .cm-link > span {
  display: inline-block;
  -webkit-transition: color 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: color 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -o-transition: color 0.2s ease-in, -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, color 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, color 0.2s ease-in;
  transition: transform 0.2s ease-in, color 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  word-break: break-word;
  -webkit-transform: translateY(0.125rem);
     -moz-transform: translateY(0.125rem);
      -ms-transform: translateY(0.125rem);
       -o-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels .cm-item .cm-link > span:not(.arrow) {
    display: inline-block;
    max-width: -webkit-calc(100% - 3.75rem);
    max-width: -moz-calc(100% - 3.75rem);
    max-width: calc(100% - 3.75rem);
  }
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels .cm-item .cm-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.custom-menu .cm-levels .cm-item .back-head {
  font-size: 2.5rem;
  line-height: 2.875rem;
  color: #002776;
  font-weight: 900;
  display: block;
  margin-top: 0.9375rem;
}
.custom-menu .cm-levels .cm-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 2;
}
.custom-menu .cm-levels .cm-absolute .cml-scroll {
  width: 100%;
  position: absolute;
  top: 4.375rem;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.custom-menu .cm-levels .cm-absolute .cml-scroll::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.custom-menu .cm-levels.first-level {
  width: 100%;
  z-index: 1;
}
.custom-menu .cm-levels.first-level .cml-scroll {
  padding-left: 2.5rem;
  padding-right: 0;
}
.custom-menu .cm-levels.first-level .cml-scroll:before {
  height: 2.5rem;
  left: 0;
  pointer-events: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1%, rgba(255, 255, 255, 0.99)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0));
  content: "";
  display: block;
}
@media (max-width: 1023px) {
  .custom-menu .cm-levels.first-level .cml-scroll:before {
    display: none;
  }
}
@media (min-width: 1440px) {
  .custom-menu .cm-levels.first-level .cml-scroll {
    padding-left: 2.8125rem;
  }
}
.custom-menu .cm-levels.first-level .cm-level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 1440px) {
  .custom-menu .cm-levels.first-level .cm-level {
    max-width: 50rem;
  }
}
.custom-menu .cm-levels.first-level .cm-first-level {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.custom-menu .cm-levels.first-level .cm-item .cm-link {
  position: relative;
  z-index: 1;
  padding: 0.9375rem 0;
  font-family: "Lexend Deca", sans-serif;
  text-align: left;
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #2B2B2B;
}
.custom-menu .cm-levels.first-level .cm-item .cm-link.current {
  color: #C91235;
}
.custom-menu .cm-levels.first-level .cm-item .cm-link .arrow span.global-icons {
  font-size: 1.25rem;
  color: #C91235;
}
.custom-menu .cm-levels.first-level .cm-item .cm-link .arrow span.global-icons.gi-minus {
  display: none;
}
@media (min-width: 2880px) {
  .custom-menu .cm-levels.first-level .cm-item .cm-link .arrow span.global-icons {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1440px) {
  .custom-menu .cm-levels.first-level .cm-item .cm-link {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 2880px) {
  .custom-menu .cm-levels.first-level .cm-item .cm-link {
    font-size: 2.5625rem;
    line-height: 3.1875rem;
  }
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels.first-level .cm-item:last-child {
    margin-bottom: 5rem;
  }
}
html.no-touch .custom-menu .cm-levels.first-level .cm-item:hover span, .custom-menu .cm-levels.first-level .cm-item.active span {
  color: #C91235;
}
.custom-menu .cm-levels.first-level .arrow span.global-icons {
  display: block;
  -webkit-transition: color 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: color 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -o-transition: color 0.2s ease-in, -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, color 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, color 0.2s ease-in;
  transition: transform 0.2s ease-in, color 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
}
.custom-menu .cm-levels.first-level .cm-inner-fixed {
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels.first-level .cm-inner-fixed {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels.first-level .scroll-down-wrapper {
    position: -webkit-sticky;
    position: sticky;
    margin-bottom: 0;
    z-index: 1;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}
.custom-menu .cm-levels.second-level {
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  background: #fff;
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels.second-level .scroll-down-wrapper {
    bottom: 0;
    height: 9.375rem;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  .custom-menu .cm-levels.second-level .scroll-down-wrapper:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
}
.custom-menu .cm-levels.second-level .cm-level {
  max-width: 38.75rem;
  margin: 0.3125rem auto 0;
}
.custom-menu .cm-levels.second-level .open-level {
  top: 0.5rem;
}
.custom-menu .cm-levels.second-level .cm-item {
  padding: 0.75rem 0 0.625rem 1.875rem;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.custom-menu .cm-levels.second-level .cm-item:first-child {
  padding: 0;
}
.custom-menu .cm-levels.second-level .cm-item:nth-child(2) {
  padding-top: 1.25rem;
}
.custom-menu .cm-levels.second-level .cm-item.active span.global-icons.gi-plus {
  display: none;
}
.custom-menu .cm-levels.second-level .cm-item.active span.global-icons.gi-minus {
  display: block;
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels.second-level .cm-item .cm-link {
    font-size: 1.3125rem;
    line-height: 1.9375rem;
  }
}
html.no-touch .custom-menu .cm-levels.second-level .cm-item:hover > .cm-link {
  color: #C91235;
}
.custom-menu .cm-levels.second-level .cm-item > .cm-link.current {
  color: #C91235;
}
.custom-menu .cm-levels.second-level .cm-link {
  border-left: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  text-align: left;
  width: 100%;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.8125rem;
  color: #252429;
}
.custom-menu .cm-levels.second-level .cml-scroll:before {
  height: 2.5rem;
  left: 0;
  pointer-events: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1%, rgba(255, 255, 255, 0.99)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0));
  content: "";
  display: block;
}
@media (max-width: 1023px) {
  .custom-menu .cm-levels.second-level .cml-scroll:before {
    content: none;
  }
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels.second-level .cml-scroll .cml-table {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels.second-level .cml-scroll {
    padding: 0 3.125rem;
  }
}
.custom-menu .cm-levels.second-level .arrow span.global-icons {
  color: #C91235;
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels.second-level .arrow span.global-icons.gi-plus {
    font-size: 0.9375rem;
  }
}
.custom-menu .cm-levels.second-level .arrow span.global-icons.gi-minus {
  display: none;
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels.second-level .arrow span.global-icons.gi-minus {
    font-size: 0.125rem;
  }
}
.custom-menu .cm-levels.second-level .level-close-js span span {
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.custom-menu .cm-levels.second-level .level-close-js span.gi-plus {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels.second-level .level-close-js {
    padding: 0 0 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .custom-menu .cm-levels.second-level .level-close-js span,
.custom-menu .cm-levels.second-level .level-close-js span.global-icons {
    display: inline-block !important;
  }
  .custom-menu .cm-levels.second-level .level-close-js span span {
    font-family: "Lexend Deca", sans-serif;
    font-weight: 600;
    font-size: 2.1875rem;
    letter-spacing: 0.05em;
    line-height: 2.8125rem;
    text-align: left;
    color: #fff;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .custom-menu .cm-levels.second-level .level-close-js span span {
    font-size: 3.125rem;
    line-height: 3.4375rem;
  }
}
html.no-touch .custom-menu .cm-levels.second-level .level-close-js:hover span span {
  color: #C91235;
}
html.no-touch .custom-menu .cm-levels.second-level .level-close-js:hover span.global-icons {
  -webkit-transform: rotate(180deg) translate3d(0.3125rem, 0, 0) !important;
     -moz-transform: rotate(180deg) translate3d(0.3125rem, 0, 0) !important;
          transform: rotate(180deg) translate3d(0.3125rem, 0, 0) !important;
}
.custom-menu .cm-levels.second-level .back-button {
  display: none;
}
.custom-menu .cm-levels.second-level .back-button span.global-icons {
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  color: #C91235;
  font-size: 1.5625rem;
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels.second-level .back-button span.global-icons {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels.second-level .back-button span:not(.global-icons) {
    font-family: "Lexend Deca", sans-serif;
    font-weight: bold;
    font-size: 1.1875rem;
    letter-spacing: 0;
    text-align: right;
    color: #C91235;
    margin-left: 0.75rem;
  }
}
html.no-touch .custom-menu .cm-levels.second-level .back-button:hover span.global-icons {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels.second-level .back-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-1.25rem);
       -moz-transform: translateX(-1.25rem);
        -ms-transform: translateX(-1.25rem);
         -o-transform: translateX(-1.25rem);
            transform: translateX(-1.25rem);
    padding-bottom: 1.25rem;
  }
}
.custom-menu .cm-levels.second-level .back-button span.close-icon {
  display: block;
}
.custom-menu .cm-levels.second-level .back-button span {
  display: none;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.custom-menu .cm-levels.second-level .back-button span.global-icons {
  display: none;
}
html.no-touch .custom-menu .cm-levels.second-level .back-button:hover span {
  color: #C91235;
}
.custom-menu .cm-levels.second-level .lvlTitle {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 2.3125rem;
  line-height: 2.9375rem;
  text-align: left;
  color: #2B2B2B;
}
@media (max-width: 1023px) {
  .custom-menu .cm-levels.second-level {
    padding-top: 0.625rem;
  }
}
.custom-menu .cm-levels .cm-level-third {
  padding-top: 0.9375rem;
  position: relative;
  max-width: none;
}
.custom-menu .cm-levels .cm-level-third .cm-item {
  padding: 0.4375rem 0 0.4375rem 1.25rem !important;
  border-bottom: none !important;
}
.custom-menu .cm-levels .cm-level-third .cm-item .cm-link {
  font-family: "Lexend Deca", sans-serif;
}
@media (min-width: 1024px) {
  .custom-menu .cm-levels .cm-level-third .cm-item .cm-link {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 1023px) {
  .custom-menu .cm-levels .cm-level-third .cm-item {
    padding: 0.4375rem 0 0.4375rem 0 !important;
  }
}
.custom-menu .cm-levels .cm-level-third .cm-link {
  font-family: "Lexend Deca", sans-serif;
  display: block;
  text-align: left;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  padding-right: 0;
  font-weight: normal;
  font-size: 1rem;
  line-height: 2.25rem;
  color: #2B2B2B;
  opacity: 0.75;
}
.custom-menu .cm-levels .cm-level-third .cm__item-ref {
  display: none;
}
.custom-menu .cm-levels .cml-table {
  width: 100%;
  height: -webkit-calc(100% - 4.375rem);
  height: -moz-calc(100% - 4.375rem);
  height: calc(100% - 4.375rem);
  display: table;
}
.custom-menu .cm-levels .cml-table .cml-tc {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.custom-menu .cm-levels .cml-table .cml-tc .cm-level {
  text-align: left;
}
.custom-menu .cm-levels .cml-table .cml-scroll-wrapper {
  width: 100%;
}

.menu-events-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 42.5rem;
  margin: 3.125rem auto;
}
.menu-events-container .general-loader {
  margin-bottom: 3.125rem;
}
@media (min-width: 1024px) {
  .menu-events-container {
    margin-bottom: 0;
  }
}

.menu-events-cta {
  text-align: center;
  margin: 0 0 1.875rem;
}

.menu-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .menu-info {
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.menu-info-wrapper:last-child {
  display: none;
}
@media (max-width: 767px) {
  .menu-info-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1024px) {
  .menu-info-wrapper {
    padding-right: 1.875rem;
    padding-bottom: 2.1875rem;
  }
}

.menu-info-container > p {
  display: none;
}
@media (min-width: 767px) {
  .menu-info-container > p {
    display: block;
  }
}
.menu-info-container p,
.menu-info-container address {
  font-family: "Lexend Deca", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #f9f7ed;
  max-width: 25rem;
}
@media (min-width: 1024px) {
  .menu-info-container p,
.menu-info-container address {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    text-align: right;
    max-width: 100%;
  }
}
@media (min-width: 767px) {
  .menu-info-container address span {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-info-container {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 767px) {
  .menu-info-container {
    margin-top: 4.125rem;
  }
}
@media (min-width: 1024px) {
  .menu-info-container {
    margin-top: 0;
  }
}

.menu-links {
  margin: 0;
  padding-bottom: 1.875rem;
  border-bottom: 0.125rem solid rgba(249, 247, 237, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.menu-links .ft-contact-item {
  margin-bottom: 1.1875rem;
  text-transform: capitalize;
  margin-right: 0;
  width: 100%;
  text-align: left;
}
.menu-links .ft-contact-item .global-icons.gi-arrow {
  color: #fff;
  font-size: 1.125rem;
}
.menu-links .ft-contact-item a {
  font-size: 1.1875rem;
  padding-left: 1.875rem;
  display: inline-block;
  white-space: nowrap;
}
.menu-links .ft-contact-item a .global-icons {
  display: inline-block;
  margin-left: 0.25rem;
  white-space: nowrap;
}
@media (max-width: 370px) {
  .menu-links .ft-contact-item a {
    white-space: normal;
    width: 240px;
  }
}
@media (max-width: 767px) {
  .menu-links .ft-contact-item a {
    font-size: 1rem;
  }
}
.menu-links .ft-contact-item a:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-0.01 0 11.58 17.82'%3E%3Cpath d='M11.308 4.435a5.747 5.747 0 0 0-.271-.713A5.642 5.642 0 0 0 5.712 0 5.786 5.786 0 0 0-.005 5.527v.76c0 .032.01.317.025.459.209 1.774 1.53 3.659 2.516 5.432 1.061 1.9 2.162 3.77 3.253 5.638.673-1.219 1.343-2.455 2-3.643.179-.349.387-.7.566-1.03.12-.222.348-.443.452-.649 1.061-2.059 2.769-4.133 2.769-6.177a6.423 6.423 0 0 0-.268-1.882ZM5.823 8.2a2.4 2.4 0 0 1-2.311-2.233A2.471 2.471 0 0 1 5.823 3.69a2.5 2.5 0 0 1 2.366 2.281A2.481 2.481 0 0 1 5.823 8.2Z' fill='%23f9f7ed'%3E%3C/path%3E%3C/svg%3E");
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: -0.1875rem;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media (min-width: 1023px) {
  .menu-links .ft-contact-item a {
    padding-right: 0;
  }
}
.menu-links .ft-contact-item:last-child a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.45 15.5'%3E%3Cpath data-name='Path 71110' d='M12.828 10.788c-.936-.8-1.887-1.286-2.812-.486l-.552.483c-.4.351-1.155 1.99-4.06-1.351s-1.176-3.857-.776-4.205l.555-.484c.92-.8.573-1.81-.091-2.849l-.4-.629C4.028.231 3.304-.449 2.382.351l-.5.436a4.679 4.679 0 0 0-1.824 3.1c-.33 2.196.719 4.713 3.123 7.481s4.753 4.156 6.98 4.131a4.691 4.691 0 0 0 3.318-1.374l.5-.436c.92-.8.348-1.614-.589-2.417Z' fill='%23f9f7ed'%3E%3C/path%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
  .menu-links .ft-contact-item:last-child {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 1023px) {
  .menu-links .ft-contact-item {
    padding-right: 0;
  }
}
@media (max-width: 1022px) {
  .menu-links .ft-contact-item {
    margin-bottom: 1.5625rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 767px) {
  .menu-links {
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-bottom: 0;
    max-width: 21.875rem;
  }
}
@media (min-width: 1023px) {
  .menu-links {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 21.875rem;
  }
}
@media (min-width: 1200px) {
  .menu-links {
    max-width: 28.125rem;
  }
}
@media (max-width: 1022px) {
  .menu-links {
    margin-top: 3.125rem;
    margin-bottom: 1.875rem;
    max-width: 40.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
  }
}

.menu-ctas-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .menu-ctas-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1024px) {
  .menu-ctas-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.menu-ctas {
  padding-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .menu-ctas {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 767px) {
  .menu-ctas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 21.875rem;
    padding-bottom: 0;
  }
}
@media (min-width: 1023px) {
  .menu-ctas {
    max-width: 21.875rem;
    margin: 0 auto;
    padding: 0 0 3.125rem 0;
  }
}
@media (min-width: 1200px) {
  .menu-ctas {
    max-width: 28.125rem;
    padding: 5rem 0 3.125rem 0;
  }
}

.menu-ctas-item {
  margin: 1.25rem 0;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .menu-ctas-item:nth-child(even) {
    padding-left: 1.125rem;
  }
}
.menu-ctas-item:nth-child(odd) {
  padding-right: 1.25rem;
}
.menu-ctas-item:first-child {
  margin-top: 0;
}
.menu-ctas-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .menu-ctas-item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.menu-ctas-item a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html.no-touch .menu-ctas-item a:hover span {
  color: #C91235;
}
.menu-ctas-item img {
  width: 1.875rem;
  height: 1.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-ctas-item span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 1.1875rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #f9f7ed;
  display: inline-block;
  margin-left: 0.9375rem;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .menu-ctas-item span {
    font-size: 1.1875rem;
  }
}
@media (min-width: 767px) {
  .menu-ctas-item {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
       -moz-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    margin-top: 0;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .menu-ctas-item {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 1023px) {
  .custom-menu {
    padding-top: 0;
    overflow: hidden !important;
  }
  .custom-menu .scroll-down-wrapper:not(.scroll-down-wrapper-mobile) {
    display: none;
  }
  .custom-menu .scroll-down-wrapper-mobile {
    position: fixed;
    bottom: 0;
  }
  .custom-menu .scroll-down-wrapper-mobile .scroll-level-down {
    bottom: 0.625rem;
    right: 0;
  }
  .custom-menu.mobile-height .menu-container {
    height: auto !important;
  }
  .custom-menu .right-side {
    width: 100%;
    max-width: none;
    position: relative;
    height: auto;
    right: auto;
    top: auto;
    overflow: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .custom-menu .right-side .right-side-wrapper {
    margin-left: 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .custom-menu .menu__scroller {
    visibility: hidden !important;
  }
  .custom-menu .open-level {
    top: -0.375rem;
  }
  .custom-menu .custom-menu__inner {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
    padding: 12.5rem 0 0 0;
  }
  .custom-menu .level-title {
    font-size: 1.375rem;
    line-height: 1.5625rem;
  }
  .custom-menu .close-level {
    display: none;
  }
  .custom-menu .menu-mobile-helper {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    pointer-events: all;
  }
  .custom-menu .menu-container {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    pointer-events: all;
    -webkit-transition: height 0.2s ease-in;
    -o-transition: height 0.2s ease-in;
    -moz-transition: height 0.2s ease-in;
    transition: height 0.2s ease-in;
    overflow: hidden;
    margin-bottom: 6.25rem;
  }
  .custom-menu .menu-container .cm-levels {
    pointer-events: none;
    width: 100% !important;
    opacity: 0;
  }
  .custom-menu .menu-container .cm-levels .cm-levels__close {
    display: none;
  }
  .custom-menu .menu-container .cm-levels.level-active {
    pointer-events: all;
  }
  .custom-menu .menu-container .cm-levels .cm-absolute {
    max-width: 28.125rem;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    margin: 0 auto;
  }
  .custom-menu .menu-container .cm-levels .cm-absolute .cml-wrapper {
    height: auto;
    display: block;
  }
  .custom-menu .menu-container .cm-levels .cm-level {
    max-width: none !important;
  }
  .custom-menu .menu-container .cm-levels .cm-level.cm-level-second > .cm-item:not(.cm__item-ref) {
    padding: 0.3125rem 0 0.625rem 1.5625rem;
  }
  .custom-menu .menu-container .cm-levels .cm-level.cm-level-second > .cm-item:nth-child(2) {
    padding-top: 1.875rem;
  }
  .custom-menu .menu-container .cm-levels .cm-item {
    padding-left: 0;
  }
  .custom-menu .menu-container .cm-levels .cm-item .arrow span.global-icons.gi-plus {
    font-size: 1.125rem;
  }
  .custom-menu .menu-container .cm-levels .cm-item .arrow span.global-icons.gi-minus {
    font-size: 0.125rem;
  }
  .custom-menu .menu-container .cm-levels .cml-tc {
    text-align: left;
  }
  .custom-menu .menu-container .cm-levels.first-level {
    width: 100%;
    opacity: 1;
    height: auto !important;
    position: absolute;
  }
  .custom-menu .menu-container .cm-levels.first-level .cm-absolute {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .custom-menu .menu-container .cm-levels.first-level .cml-scroll {
    position: relative;
    top: auto;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-menu .menu-container .cm-levels.first-level .cm-item {
    display: inline-block;
    width: auto;
    padding: 0.625rem 0;
  }
  .custom-menu .menu-container .cm-levels.first-level .cm-item .cm-link {
    padding: 0;
    font-size: 1.6875rem;
    line-height: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .custom-menu .menu-container .cm-levels.first-level .cml-scroll:before {
    display: none;
  }
  .custom-menu .menu-container .cm-levels.second-level {
    height: auto;
    left: 0;
    z-index: 10;
    position: relative;
    background: #fff;
    padding-right: 0;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-absolute {
    width: 100%;
    position: relative;
    height: auto;
    top: auto;
    bottom: auto;
    margin: 0 auto;
    padding: 0 1.875rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-absolute .cml-scroll {
    position: relative;
    height: auto;
    border-right: none;
  }
  .custom-menu .menu-container .cm-levels.second-level .open-level {
    top: 0.0625rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-level {
    padding: 0 0 0.625rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-level.cm-level-third {
    padding: 0.75rem 0 0 1rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-level.cm-level-third .cm-link {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-level.cm-level-third:before {
    left: 0.375rem;
    height: -webkit-calc(100% - 0.75rem);
    height: -moz-calc(100% - 0.75rem);
    height: calc(100% - 0.75rem);
    top: 0.75rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .cm-link {
    font-size: 1.25rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .arrow span.global-icons.gi-plus {
    font-size: 0.8125rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .arrow span.global-icons.gi-minus {
    font-size: 0.125rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item.with-level .cm-link {
    padding: 0.3125rem 5rem 0.3125rem 0.625rem;
    border: 0.0625rem solid transparent;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item:first-child {
    position: relative;
  }
  .custom-menu .menu-container .cm-levels.second-level .cml-scroll {
    overflow: visible;
    height: 100%;
    top: 0;
  }
  .custom-menu .menu-container .cm-levels.second-level.level-active {
    padding-bottom: 2.5rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .back-button {
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(-0.625rem);
       -moz-transform: translateX(-0.625rem);
        -ms-transform: translateX(-0.625rem);
         -o-transform: translateX(-0.625rem);
            transform: translateX(-0.625rem);
  }
  .custom-menu .menu-container .cm-levels.second-level .back-button span.close-icon {
    display: none;
  }
  .custom-menu .menu-container .cm-levels.second-level .back-button span {
    display: block;
    font-family: "Lexend Deca", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-align: right;
    color: #C91235;
  }
  .custom-menu .menu-container .cm-levels.second-level .back-button span.global-icons {
    display: block;
    color: #C91235;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    font-size: 1.5625rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .lvlTitle {
    font-family: "Lexend Deca", sans-serif;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
    color: #C91235;
    margin-top: 1.875rem;
    display: block;
  }
  .custom-menu .menu-container .cm-levels .cm-link {
    pointer-events: all;
  }
}
@media screen and (max-width: 1600px) {
  .custom-menu .first-level .menu__scroller {
    max-width: 36.875rem;
    left: 4.375rem;
  }
  .custom-menu .open-level {
    top: 0rem;
  }
  .custom-menu .level-title {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .custom-menu .menu-container .cm-levels.first-level .cm-item .cm-link {
    font-size: 1.6875rem;
    line-height: 2rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .lvlTitle {
    font-size: 1.6875rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 767px) {
  .custom-menu .menu-container .cm-levels.first-level .cm-absolute, .custom-menu .menu-container .cm-levels.second-level .cm-absolute {
    margin: 0 15%;
    max-width: 80%;
  }
  .custom-menu .menu-mobile-helper {
    padding-bottom: 6.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .custom-menu .menu-container {
    height: 100% !important;
  }
  .custom-menu .cm-levels .cm-absolute .cml-scroll {
    height: -webkit-calc(100% - 8.125rem);
    height: -moz-calc(100% - 8.125rem);
    height: calc(100% - 8.125rem);
    top: 8.125rem;
  }
  .custom-menu.loaded .menu-container {
    opacity: 1;
  }
  .custom-menu .menu-mobile-helper {
    overflow: hidden;
  }
}
.custom-menu .cm-levels.first-level .cm-item .cm-link {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.custom-menu .cm-levels.first-level .cm-item .cm-link span {
  max-width: initial !important;
}
.custom-menu .cm-levels.first-level .cm-item .arrow span.global-icons {
  color: #C91235;
  font-size: 1.25rem;
  pointer-events: all;
}
.custom-menu .cm-levels.first-level .cm-item .arrow span.global-icons.gi-minus {
  display: none;
}

/* Custom Cards */
/*
    !!!!! READ THIS BEFORE
    - don't set fixed height / max-height ( the height should be based on ratio / propotional but NOT FIXED )
    - width of the primary card should be always 100%, DON'T SET any MAX-WIDTH
    - any text elements that have unknown size should be truncated and should be responsive based on the container. Don't set a FIXED WIDTH like: 500px, 300px and so on. Only procentual if you want like: 100%,90% but be careful because the card will be resized based on needs in a container
    - it needs to be responsive in every container you add it
    - don't contain it in an upper container. Ex: .example-carousel-container .targeted-card
    - it should work standalone
    - OPTIONAL: if possible can please use global variables ONLY for colors / border-radius ( nothing else, only if advised from other coworkers)
*/
.promo-card {
  width: 100%;
  position: relative;
}
.promo-card .card-inner {
  width: 100%;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  cursor: pointer;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
}
html.no-touch .promo-card .card-inner:hover .image:after {
  opacity: 0.4;
  visibility: visible;
}
html.no-touch .promo-card .card-inner:hover .card-dot {
  opacity: 1;
  visibility: visible;
}
.promo-card .promo-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.promo-card .promo-link:focus-visible {
  outline: 2px dashed #000;
}
.sidebar-box .promo-card .promo-link:focus-visible {
  outline: 2px dashed #fff;
}
.promo-card .image {
  width: 100%;
  padding-top: 74%;
  position: relative;
  z-index: 1;
  background: #252429;
}
.promo-card .image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
}
.promo-card .image:before, .promo-card .image:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(37, 36, 41, 0) 0%, #252429 100%);
  background: -webkit-linear-gradient(top, rgba(37, 36, 41, 0) 0%, #252429 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 36, 41, 0)), to(#252429));
  background: -o-linear-gradient(top, rgba(37, 36, 41, 0) 0%, #252429 100%);
  background: linear-gradient(to bottom, rgba(37, 36, 41, 0) 0%, #252429 100%);
  z-index: 2;
  opacity: 0.9;
}
.promo-card .image:after {
  background: #252429;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  z-index: 1;
}
.promo-card .txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 1.25rem 1.25rem 0.625rem 0.9375rem;
  font-family: "Lexend Deca", sans-serif;
  text-align: left;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.625rem;
}
/*
    !!!!! READ THIS BEFORE
    - don't set fixed height / max-height ( the height should be based on ratio / propotional but NOT FIXED )
    - width of the primary card should be always 100%, DON'T SET any MAX-WIDTH
    - any text elements that have unknown size should be truncated and should be responsive based on the container. Don't set a FIXED WIDTH like: 500px, 300px and so on. Only procentual if you want like: 100%,90% but be careful because the card will be resized based on needs in a container
    - it needs to be responsive in every container you add it
    - don't contain it in an upper container. Ex: .example-carousel-container .targeted-card
    - it should work standalone
    - OPTIONAL: if possible can please use global variables ONLY for colors / border-radius ( nothing else, only if advised from other coworkers)
*/
.stat-card {
  width: 100%;
  position: relative;
  text-align: left;
}
.stat-card:not(.no-url) .stat-description:after {
  display: inline-block;
}
html.no-touch .stat-card:not(.no-url) .card-inner:hover {
  opacity: 0.9;
}
html.no-touch .stat-card:not(.no-url) .card-inner:hover .stat-head,
html.no-touch .stat-card:not(.no-url) .card-inner:hover .stat-description,
html.no-touch .stat-card:not(.no-url) .card-inner:hover .stat-description:after {
  color: #fff;
}
.stat-card .stat-url {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.stat-card .stat-url:focus-visible {
  outline: 2px dashed #000;
}
.stat-card .card-inner {
  width: 100%;
  min-width: 100%;
  background: #C8102E;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease;
  -moz-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  aspect-ratio: 1/1;
  padding: 1.25rem;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.stat-card .stat-head {
  width: 100%;
  display: block;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 2.1875rem;
  line-height: 2.5rem;
  color: #f9f7ed;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.stat-card .stat-description {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.5rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: #f9f7ed;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  margin-top: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.stat-card .stat-description:after {
  color: #F9F7ED;
  font-size: 100%;
  display: none;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.stat-card .stat-image {
  width: 3.125rem;
  height: 3.125rem;
  display: block;
}
.stat-card .stat-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .stat-card {
    width: 96%;
  }
}

.story-card {
  position: relative;
}

.story-card-inner {
  position: relative;
  cursor: pointer;
}
html.no-touch .story-card-inner:hover .story-card-image .img:after,
html.no-touch .story-card-inner:hover .story-card-dot {
  opacity: 1;
  visibility: visible;
  font-weight: 300;
}

.story-card-cta {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}
.story-card-cta:focus-visible {
  outline: 2px dashed #000;
}

.story-card-image {
  position: relative;
  background: transparent;
}
.story-card-image .img {
  position: relative;
  width: auto;
  display: inline-block;
  overflow: hidden;
}
.story-card-image .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+56 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(315deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(315deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.story-card-image .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 36, 41, 0.4);
  z-index: 2;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  opacity: 0;
  visibility: hidden;
}
html.touch .story-card-image .img:after {
  display: none;
}
.story-card-image img {
  height: auto;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.story-card-image .social-icon {
  position: absolute;
  color: #F9F7ED;
  font-size: 1.375rem;
  left: 1.25rem;
  top: 1.25rem;
  z-index: 2;
}

.scc-misc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0.3125rem 0;
}
body.secondLvl .scc-misc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 375px) {
  .scc-misc {
    margin: 0.625rem 0;
  }
}

.scc-user {
  padding-right: 0.9375rem;
  margin-right: 0.9375rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #242327;
  position: relative;
  word-break: break-all;
  margin-top: 0.625rem;
  text-transform: uppercase;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
body.secondLvl .scc-user {
  padding-right: 0.9375rem;
  margin-right: 0.9375rem;
}
.scc-user:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.0625rem;
  height: 0.9375rem;
  background: #C91235;
}
body.secondLvl .scc-user:after {
  display: block;
}
.scc-user.no-user {
  display: none;
}
.mediaPopup .scc-user {
  color: #fff;
}

.scc-date {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #252429;
  text-transform: uppercase;
  margin-top: 0.625rem;
}
.mediaPopup .scc-date {
  color: #fff;
}

.scc-text {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: left;
  color: #252429;
  margin-top: 0.625rem;
}
.scc-text a {
  color: inherit;
  text-decoration: underline;
}
.scc-text a:focus-visible {
  outline: 2px dashed #000;
}
.scc-text .truncate.shorter-txt {
  max-height: 9.375rem;
}
.mediaPopup .scc-text {
  color: #fff;
}

.story-card-dot {
  z-index: 3;
}
.story-card-dot .card-dot {
  font-size: 100%;
}
.story-card[data-mediatype=youtube] .story-card-dot .card-dot {
  display: none;
}
.story-card-dot .gi-play {
  font-size: 1.625rem;
  -webkit-transform: translate(0.125rem, 0.0625rem);
     -moz-transform: translate(0.125rem, 0.0625rem);
      -ms-transform: translate(0.125rem, 0.0625rem);
       -o-transform: translate(0.125rem, 0.0625rem);
          transform: translate(0.125rem, 0.0625rem);
  display: none;
}
.story-card[data-mediatype=youtube] .story-card-dot .gi-play {
  display: block;
}
html.touch .story-card-dot {
  display: none;
}
@media (max-width: 767px) {
  .story-card-dot {
    display: none;
  }
}

.staff-card {
  width: 100%;
  display: block;
  position: relative;
}
.staff-card.no-bio {
  pointer-events: none;
}
.staff-card.no-bio .staff-card-content .scc-name:after {
  content: none;
}
.staff-card .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.staff-card .staff-card-inner {
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: #fcfaf2;
  -webkit-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
}
html.no-touch .staff-card .staff-card-inner:hover .scc-name {
  color: #C91235;
}
html.no-touch .staff-card .staff-card-inner:hover .staff-card-image:before {
  opacity: 0.4;
  visibility: visible;
}
html.no-touch .staff-card .staff-card-inner:hover .card-dot {
  opacity: 1;
  visibility: visible;
}
.staff-card .staff-card-image {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.staff-card .staff-card-image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #252429;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.staff-card .staff-card-image .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.staff-card .staff-card-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #252429;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
}
.staff-card .staff-card-content {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: #fff;
}
.staff-card .staff-card-content .scc-inner {
  padding: 1.25rem;
}
.staff-card .staff-card-content .scc-name {
  display: block;
  margin-bottom: 0.5rem;
  text-align: left;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  color: #252429;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.staff-card .staff-card-content .scc-name:after {
  content: "+";
  color: #C91235;
  margin-left: 0.625rem;
  font-size: 130%;
  display: inline;
  -webkit-transform: translateY(0rem);
     -moz-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
       -o-transform: translateY(0rem);
          transform: translateY(0rem);
  font-weight: 300;
  white-space: nowrap;
}
.staff-card .staff-card-content .scc-role {
  position: relative;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.4375rem;
  color: rgba(37, 36, 41, 0.65);
  text-transform: uppercase;
}
.staff-card .staff-card-cta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  border: none;
  background: transparent;
  cursor: pointer;
}
.staff-card .staff-card-cta:focus-visible {
  outline: 2px dashed #000;
}
@media (max-width: 767px) {
  .staff-card {
    width: 96%;
  }
}

.cards-card {
  width: 100%;
  display: block;
  position: relative;
}
.cards-card.no-bio {
  pointer-events: none;
}
.cards-card .full-link {
  display: none;
}
.cards-card .cards-card-inner {
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
}
html.no-touch .cards-card .cards-card-inner:hover .ccc-name {
  color: #C91235;
}
html.no-touch .cards-card .cards-card-inner:hover .card-dot {
  opacity: 1;
  visibility: visible;
}
html.no-touch .cards-card .cards-card-inner:hover .cards-card-image:before {
  opacity: 0.4;
  visibility: visible;
}
.cards-card .ccc-name {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #252429;
  margin-bottom: 0.625rem;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.cards-card .ccc-name .gi-plus {
  font-size: 0.9375rem;
  color: #C91235;
  margin-left: 0.3125rem;
}
.cards-card .ccc-name .no-wrap {
  white-space: nowrap;
}
.cards-card .description {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  text-align: left;
  color: #252429;
}
.cards-card .cards-card-image {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.cards-card .cards-card-image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #252429;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.cards-card .cards-card-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #252429;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
}
.cards-card .cards-card-content {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}
.cards-card .cards-card-content .ccc-inner {
  background: #fff;
  padding: 1.25rem;
}
.cards-card .cards-card-cta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  border: none;
  background: transparent;
  cursor: pointer;
}
.cards-card .cards-card-cta:focus-visible {
  outline: 2px dashed #000;
}
@media (max-width: 767px) {
  .cards-card {
    width: 96%;
  }
}

.portal-icon {
  width: 100%;
  display: block;
}
.portal-icon .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.portal-icon .full-link:focus-visible {
  outline: 2px dashed #000;
}
.portal-icon .portals-icon-inner {
  width: 100%;
  height: 100%;
  background: #C8102E;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 1.25rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1/1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 10px rgba(40, 43, 51, 0.2);
     -moz-box-shadow: 0 3px 10px rgba(40, 43, 51, 0.2);
          box-shadow: 0 3px 10px rgba(40, 43, 51, 0.2);
}
html.no-touch .portal-icon .portals-icon-inner:hover {
  opacity: 0.9;
}
html.no-touch .portal-icon .portals-icon-inner:hover .txt {
  color: #fff;
}
.portal-icon .image {
  width: 3.375rem;
  height: 3.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 1.25rem;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.portal-icon .image img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.portal-icon .txt {
  display: block;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #f9f7ed;
}
@media (min-width: 2000px) {
  .portal-icon .txt {
    font-size: 1.5625rem;
  }
}
@media (max-width: 767px) {
  .portal-icon {
    width: 96%;
  }
}

.eventItemCommon-conn, .event-fader-item .conn-word, .event-list-item .conn-word, .event-card .conn-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0.3125rem;
  color: #fff;
  font-size: 1.875rem;
}

.eventItemCommon-day, .event-fader-item .day, .event-list-item .day, .event-card .day {
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.625rem;
  line-height: 1.5rem;
  text-align: center;
  font-weight: normal;
  color: #f9f7ed;
}

.eventItemCommon-month, .event-fader-item .month, .event-list-item .month, .event-card .month {
  font-family: "Lexend Deca", sans-serif;
  line-height: 1.375rem;
  text-align: center;
  font-weight: normal;
  font-size: 1rem;
  color: #f9f7ed;
  text-transform: uppercase;
}

.eventItemCommon-title, .event-list-item .event-title, .event-card .ec-text {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.6875rem;
  text-align: left;
  color: #252429;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.eventItemCommon-title .truncate-js, .event-list-item .event-title .truncate-js, .event-card .ec-text .truncate-js {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  max-height: 3.375rem;
}
.eventItemCommon-title .truncate-js:after, .event-list-item .event-title .truncate-js:after, .event-card .ec-text .truncate-js:after {
  display: inline;
}

.eventItemCommon-time, .event-list-item .event-time, .event-card .time-range {
  display: inline-block;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.4375rem;
  color: rgba(37, 36, 41, 0.65);
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  margin-top: 0.625rem;
  text-transform: uppercase;
}

.eventItemCommon-date, .event-fader-item .calendar-date-inner, .event-list-item .calendar-date-inner, .event-card .calendar-date-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #C8102E;
  padding: 0.625rem 1.25rem;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.eventItemCommon-dateInner, .event-card .date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-card {
  width: 100%;
  position: relative;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding: 0.625rem;
}
.event-card .event-card-inner {
  height: 22.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  background: #fff;
  -webkit-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 26px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
}
.event-card .event-card-inner .sc-content {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
html.no-touch .event-card .event-card-inner:hover .ec-text {
  color: #C91235;
}
html.no-touch .event-card .event-card-inner:hover .ec-image:before {
  opacity: 0.4;
  visibility: visible;
}
html.no-touch .event-card .event-card-inner:hover .card-dot {
  opacity: 1;
  visibility: visible;
}
.event-card .full-url {
  z-index: 5;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.event-card .full-url:focus-visible {
  outline: 2px dashed #000;
}
.event-card .ec-image {
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.event-card .ec-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.event-card .ec-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #252429;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
}
.event-card .ec-content {
  background: #fff;
  position: relative;
  padding: 1.25rem 1.5625rem;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.event-card .ec-text .truncate-js {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  max-height: 62px;
  line-height: 30px;
}
.event-card .calendar-date {
  font-family: "Lexend Deca", sans-serif;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.event-card .calendar-date.has-multi-day {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 34px;
  line-height: 2.125rem;
}
.event-card .calendar-date-inner {
  min-height: 4.375rem;
}
.notice-item {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #C91235;
}
.notice-item:last-child {
  border-bottom: none;
}
.notice-item .secondLvlCss p, .notice-item .mediaPopup .mediaPopup__desc p, .mediaPopup .notice-item .mediaPopup__desc p {
  margin: 0;
}
.notice-item.no-url .notice-title:after,
.notice-item.no-url .full-url {
  display: none;
}
html.no-touch .notice-item.has-url:hover .notice-title {
  color: #C91235;
}
.notice-item.has-image .notice-image {
  display: block;
}
.notice-item .full-url {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.notice-item .full-url:focus-visible {
  outline: 2px dashed #000;
}
.notice-item .notice-description {
  position: relative;
  z-index: 2;
}
.notice-item .notice-title {
  margin-bottom: 0.75rem;
  max-height: 3.125rem;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.6875rem;
  text-align: left;
  color: #252429;
  position: relative;
}
.notice-item .description {
  margin-bottom: 0.625rem;
}
.notice-item .update {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4375rem;
  color: rgba(37, 36, 41, 0.65);
  opacity: 0.7;
  text-transform: uppercase;
}
.notice-item .notice-image {
  z-index: 2;
  width: 10.9375rem;
  height: 4.375rem;
  display: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-bottom: 0.75rem;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.notice-item .notice-image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
@media (min-width: 1024px) {
  .notice-item .notice-image {
    width: 4.375rem;
    min-width: 4.375rem;
    height: 4.375rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .notice-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.event-list-item {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 1.25rem;
  cursor: pointer;
  border-bottom: 0.0625rem solid #C91235;
}
.event-list-item .img-wrapper {
  overflow: hidden;
  min-width: 6.875rem;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  position: relative;
}
.event-list-item .img-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #C8102E;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0;
}
.event-list-item .img {
  display: block;
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.event-list-item .event-list-item-inner {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .event-list-item .event-list-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event-list-item .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.event-list-item .full-link:focus-visible {
  outline: 2px dashed #000;
}
.event-list-item .event-content {
  margin-top: 0.625rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .event-list-item .event-content {
    margin-top: 0;
    padding-left: 1.25rem;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event-list-item .event-time {
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .event-list-item .event-time {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.event-list-item .event-title .truncate {
  display: block;
  max-height: 4rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  line-height: 1.875rem;
}
.event-list-item .calendar-date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 4.375rem;
  position: relative;
  text-align: center;
  left: 0;
  top: 0;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .event-list-item .calendar-date {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .event-list-item .calendar-date {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: auto;
    min-width: 11.875rem;
  }
}
.event-list-item .calendar-date-inner {
  min-width: 5rem;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 2;
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.event-list-item .start-date {
  display: inline-block;
  vertical-align: middle;
}
.event-list-item .end-date {
  display: inline-block;
  vertical-align: middle;
}
.event-list-item .day {
  display: block;
}
.event-list-item .month {
  display: block;
}
.event-list-item:last-child {
  border-bottom: none;
}
.event-list-item:last-child .event-content {
  border-bottom: none;
}
html.no-touch .event-list-item:hover .event-title {
  color: #C91235;
}
html.no-touch .event-list-item:hover .img-wrapper:before {
  opacity: 0.24;
}
@media (min-width: 1024px) {
  .event-list-item {
    padding-bottom: 1.25rem;
  }
}
.event-list-item.noImage .img-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .event-list-item.noImage .calendar-date {
    min-width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.event-list-item.noImage .calendar-date-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.event-fader-item {
  width: 100%;
}
.event-fader-item .ef-wrapper {
  width: 100%;
  min-height: 31.25rem;
  aspect-ratio: 1/0.48;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .event-fader-item .ef-wrapper {
    aspect-ratio: unset;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event-fader-item .ef-mobile-content {
  display: none;
}
.event-fader-item .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.event-fader-item .image:before {
  content: "";
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+37,000000+100&1+0,1+38,0+77 */
  background: -moz-linear-gradient(-45deg, black 0%, black 37%, black 38%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, black 0%, black 37%, black 38%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, black 0%, black 37%, black 38%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(315deg, black 0%, black 37%, black 38%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(315deg, black 0%, black 37%, black 38%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(135deg, black 0%, black 37%, black 38%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .event-fader-item .image:before {
    display: none;
  }
}
.event-fader-item .image:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=1 );
  /* IE6-9 */
}
.event-fader-item .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.event-fader-item .image .calendar-date {
  display: none;
}
@media (max-width: 767px) {
  .event-fader-item .image .calendar-date {
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    z-index: 2;
    display: block;
  }
}
@media (max-width: 767px) {
  .event-fader-item .image {
    position: relative;
    height: 40vh;
    min-height: 18.75rem;
  }
}
.event-fader-item .item-content {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 1.875rem 7.5rem 1.875rem 3.75rem;
}
@media (max-width: 767px) {
  .event-fader-item .item-content .calendar-date {
    display: none;
  }
}
@media (max-width: 767px) {
  .event-fader-item .item-content {
    background: #fff;
    padding: 1.875rem;
  }
}
.event-fader-item .calendar-date {
  width: auto;
  height: 4.375rem;
  display: inline-block;
  position: relative;
  text-align: center;
  left: 0;
  top: 0;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-bottom: 1.875rem;
}
.event-fader-item .calendar-date-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  position: relative;
  background: #C91235;
}
.event-fader-item .start-date {
  display: inline-block;
  vertical-align: middle;
}
.event-fader-item .end-date {
  display: inline-block;
  vertical-align: middle;
}
.event-fader-item .conn-word {
  color: #fff;
}
.event-fader-item .month {
  display: block;
}
.event-fader-item .event-title {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 2.1875rem;
  line-height: 2.5rem;
  text-align: left;
  color: #fff;
}
@media (max-width: 767px) {
  .event-fader-item .event-title {
    color: #252429;
  }
}
.event-fader-item .event-description {
  color: #fff;
  font-weight: 400;
  margin: 0.625rem 0;
  font-family: "Lexend Deca", sans-serif;
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
}
.event-fader-item .event-countdown {
  margin-top: 0.9375rem;
}
.event-fader-item .event-countdown .col {
  display: inline-block;
  color: #fff;
  border-right: 0.125rem solid rgba(255, 255, 255, 0.4);
  padding-right: 1.25rem;
  margin-right: 1.25rem;
}
.event-fader-item .event-countdown .col:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .event-fader-item .event-countdown .col {
    border-right: 0.125rem solid rgba(201, 18, 53, 0.4);
  }
}
.event-fader-item .event-countdown .main-nr {
  font-family: "Lexend Deca", sans-serif;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  .event-fader-item .event-countdown .main-nr {
    color: #242327;
  }
}
.event-fader-item .event-countdown .sec {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  line-height: 1.375rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .event-fader-item .event-countdown .sec {
    color: #242327;
  }
}
.event-fader-item .secondLvlCss, .event-fader-item .mediaPopup .mediaPopup__desc, .mediaPopup .event-fader-item .mediaPopup__desc {
  margin-top: 1.25rem;
}
@media (min-width: 767px) {
  .event-fader-item .secondLvlCss .downloadBtn, .event-fader-item .mediaPopup .mediaPopup__desc .downloadBtn, .mediaPopup .event-fader-item .mediaPopup__desc .downloadBtn {
    color: #fff;
    background: #C91235;
  }
  html.no-touch .event-fader-item .secondLvlCss .downloadBtn:hover, html.no-touch .event-fader-item .mediaPopup .mediaPopup__desc .downloadBtn:hover, .mediaPopup html.no-touch .event-fader-item .mediaPopup__desc .downloadBtn:hover {
    background: #E27F8F;
  }
}
@media (min-width: 767px) {
  .event-fader-item .secondLvlCss .secondaryDownloadBtn, .event-fader-item .mediaPopup .mediaPopup__desc .secondaryDownloadBtn, .mediaPopup .event-fader-item .mediaPopup__desc .secondaryDownloadBtn {
    color: #fff;
    background: #C91235;
  }
  html.no-touch .event-fader-item .secondLvlCss .secondaryDownloadBtn:hover, html.no-touch .event-fader-item .mediaPopup .mediaPopup__desc .secondaryDownloadBtn:hover, .mediaPopup html.no-touch .event-fader-item .mediaPopup__desc .secondaryDownloadBtn:hover {
    background: #E27F8F;
  }
}

.crsl-ctrl {
  width: 3.125rem;
  height: 2.5rem;
  display: block;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
}
.crsl-ctrl.slick-disabled {
  opacity: 0.5;
  pointer-events: none !important;
}
.crsl-ctrl > span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.crsl-ctrl > span > span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: color 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: color 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -o-transition: color 0.2s ease-in, -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, color 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, color 0.2s ease-in;
  transition: transform 0.2s ease-in, color 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  color: #2B2B2B;
  font-size: 1.875rem;
}
.crsl-ctrl.prev > span > span {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
html.no-touch .crsl-ctrl.prev:hover > span > span {
  -webkit-transform: rotate(180deg) translateX(0.625rem);
     -moz-transform: rotate(180deg) translateX(0.625rem);
      -ms-transform: rotate(180deg) translateX(0.625rem);
       -o-transform: rotate(180deg) translateX(0.625rem);
          transform: rotate(180deg) translateX(0.625rem);
}
html.no-touch .crsl-ctrl.next:hover > span > span {
  -webkit-transform: translateX(0.625rem);
     -moz-transform: translateX(0.625rem);
      -ms-transform: translateX(0.625rem);
       -o-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}
html.no-touch .crsl-ctrl:hover > span > span {
  color: #C91235;
}
.crsl-ctrl:focus-visible {
  outline: 2px dashed #000;
}

.general-dots {
  width: 100%;
  text-align: right;
  z-index: 2;
  position: relative;
}
.general-dots li {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  margin-left: 0.3125rem;
}
.general-dots li:first-child {
  margin: 0;
}
.general-dots li .dots-button {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
}
.general-dots li .dots-button:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #C91235;
  opacity: 0.3;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease;
  -moz-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.general-dots li .dots-button:focus-visible {
  outline: 2px dashed #000;
}
.general-dots li.slick-active .dots-button:before {
  opacity: 1;
}
html.no-touch .general-dots li:hover .dots-button:before {
  opacity: 1;
}

.secondLvlCss, .mediaPopup .mediaPopup__desc {
  /* youtube iframe */
}
.secondLvlCss p, .mediaPopup .mediaPopup__desc p, .secondLvlCss div, .mediaPopup .mediaPopup__desc div, .secondLvlCss span, .mediaPopup .mediaPopup__desc span, .secondLvlCss li, .mediaPopup .mediaPopup__desc li {
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
@media (max-width: 1023px) {
  .secondLvlCss p, .mediaPopup .mediaPopup__desc p, .secondLvlCss div, .mediaPopup .mediaPopup__desc div, .secondLvlCss span, .mediaPopup .mediaPopup__desc span, .secondLvlCss li, .mediaPopup .mediaPopup__desc li {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}
.secondLvlCss h2, .mediaPopup .mediaPopup__desc h2 {
  font-family: "Lexend Deca", sans-serif;
  text-align: left;
  margin: 1.25rem 0 1.25rem;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: #2B2B2B;
}
@media (min-width: 1024px) {
  .secondLvlCss h2, .mediaPopup .mediaPopup__desc h2 {
    font-size: 2.75rem;
    line-height: 3.125rem;
  }
}
.secondLvlCss h3, .mediaPopup .mediaPopup__desc h3 {
  font-family: "Lexend Deca", sans-serif;
  text-align: left;
  margin: 0 0 1.25rem;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.3125rem;
  color: #2B2B2B;
}
@media (min-width: 1024px) {
  .secondLvlCss h3, .mediaPopup .mediaPopup__desc h3 {
    font-size: 2.0625rem;
    line-height: 2.3125rem;
  }
}
.secondLvlCss h4, .mediaPopup .mediaPopup__desc h4,
.secondLvlCss h5,
.mediaPopup .mediaPopup__desc h5,
.secondLvlCss h6,
.mediaPopup .mediaPopup__desc h6 {
  font-family: "Lexend Deca", sans-serif;
  text-align: left;
  margin: 0 0 1.875rem;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.75rem;
  color: #C91235;
}
@media (min-width: 1024px) {
  .secondLvlCss h4, .mediaPopup .mediaPopup__desc h4,
.secondLvlCss h5,
.mediaPopup .mediaPopup__desc h5,
.secondLvlCss h6,
.mediaPopup .mediaPopup__desc h6 {
    font-size: 1.1875rem;
    line-height: 1.875rem;
  }
}
.secondLvlCss h5, .mediaPopup .mediaPopup__desc h5,
.secondLvlCss h6,
.mediaPopup .mediaPopup__desc h6 {
  color: #2B2B2B;
}
.secondLvlCss h6, .mediaPopup .mediaPopup__desc h6 {
  font-size: 1rem;
  line-height: 1.625rem;
}
@media (min-width: 1024px) {
  .secondLvlCss h6, .mediaPopup .mediaPopup__desc h6 {
    font-size: 1.0625rem;
    line-height: 1.75rem;
  }
}
.secondLvlCss p, .mediaPopup .mediaPopup__desc p {
  display: block;
}
.secondLvlCss p a, .mediaPopup .mediaPopup__desc p a {
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  text-decoration: underline;
}
.secondLvlCss p.featuredText, .mediaPopup .mediaPopup__desc p.featuredText {
  font-family: "Lexend Deca", sans-serif;
  text-align: left;
  padding-left: 1.25rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #252429;
  border-left: 0.1875rem solid #C91235;
}
@media (min-width: 1024px) {
  .secondLvlCss p.featuredText, .mediaPopup .mediaPopup__desc p.featuredText {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}
.secondLvlCss hr, .mediaPopup .mediaPopup__desc hr {
  width: 100%;
  height: 0.0625rem;
  display: block;
  position: relative;
  margin: 1.875rem 0;
  background: rgba(201, 18, 53, 0.5);
  border: none;
}
.secondLvlCss blockquote, .mediaPopup .mediaPopup__desc blockquote {
  font-family: "Lexend Deca", sans-serif;
  display: block;
  position: relative;
  padding-left: 2.8125rem;
  padding-right: 0;
  margin: 1.875rem 0;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-align: left;
  color: #252429;
  margin-left: -0.625rem;
}
.secondLvlCss blockquote:before, .mediaPopup .mediaPopup__desc blockquote:before {
  content: "“";
  font-size: 3.75rem;
  line-height: 5.625rem;
  position: absolute;
  font-weight: 600;
  left: 0;
  top: -0.625rem;
  -webkit-transform: translateY(-20%);
     -moz-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
       -o-transform: translateY(-20%);
          transform: translateY(-20%);
  font-style: normal;
  color: #C91235;
}
@media (min-width: 1024px) {
  .secondLvlCss blockquote:before, .mediaPopup .mediaPopup__desc blockquote:before {
    -webkit-transform: translateX(-100%) translateX(+0.625rem) translateY(-20%);
       -moz-transform: translateX(-100%) translateX(+0.625rem) translateY(-20%);
        -ms-transform: translateX(-100%) translateX(+0.625rem) translateY(-20%);
         -o-transform: translateX(-100%) translateX(+0.625rem) translateY(-20%);
            transform: translateX(-100%) translateX(+0.625rem) translateY(-20%);
  }
}
.secondLvlCss blockquote:after, .mediaPopup .mediaPopup__desc blockquote:after {
  content: "“";
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 0;
  display: inline-block;
  -webkit-transform: rotate(180deg) translateY(-1.25rem);
     -moz-transform: rotate(180deg) translateY(-1.25rem);
      -ms-transform: rotate(180deg) translateY(-1.25rem);
       -o-transform: rotate(180deg) translateY(-1.25rem);
          transform: rotate(180deg) translateY(-1.25rem);
  vertical-align: top;
  margin-left: 0.75rem;
  font-style: normal;
  color: #C91235;
  white-space: nowrap;
}
.secondLvlCss blockquote p, .mediaPopup .mediaPopup__desc blockquote p {
  font-family: inherit !important;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline;
  color: inherit;
}
@media (min-width: 1024px) {
  .secondLvlCss blockquote, .mediaPopup .mediaPopup__desc blockquote {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-left: 1.5625rem;
    margin-left: -1.25rem;
  }
}
.secondLvlCss table, .mediaPopup .mediaPopup__desc table {
  max-width: 100%;
  margin: 1.875rem 0;
  position: relative;
  -webkit-border-radius: 0.3125rem;
     -moz-border-radius: 0.3125rem;
          border-radius: 0.3125rem;
  border: 0.0625rem solid #C91235;
}
html.touch .secondLvlCss table, html.touch .mediaPopup .mediaPopup__desc table, .mediaPopup html.touch .mediaPopup__desc table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html.touch .secondLvlCss table::-webkit-scrollbar, html.touch .mediaPopup .mediaPopup__desc table::-webkit-scrollbar, .mediaPopup html.touch .mediaPopup__desc table::-webkit-scrollbar {
  display: none;
}
.secondLvlCss table td, .mediaPopup .mediaPopup__desc table td,
.secondLvlCss table th,
.mediaPopup .mediaPopup__desc table th {
  width: 25%;
  padding: 0.9375rem;
  border: 0.0625rem solid #C91235;
}
@media (min-width: 767px) {
  .secondLvlCss table td, .mediaPopup .mediaPopup__desc table td,
.secondLvlCss table th,
.mediaPopup .mediaPopup__desc table th {
    min-width: 11.25rem;
  }
}
.secondLvlCss table td, .mediaPopup .mediaPopup__desc table td {
  font-weight: 300;
}
.secondLvlCss table th, .mediaPopup .mediaPopup__desc table th {
  background: rgba(200, 16, 46, 0.04);
  font-weight: 500;
}
.secondLvlCss table tr:first-child td, .mediaPopup .mediaPopup__desc table tr:first-child td {
  border-top: none;
}
.secondLvlCss table tr:first-child th, .mediaPopup .mediaPopup__desc table tr:first-child th {
  border-top: none;
}
.secondLvlCss table tr td:first-child, .mediaPopup .mediaPopup__desc table tr td:first-child,
.secondLvlCss table tr th:first-child,
.mediaPopup .mediaPopup__desc table tr th:first-child {
  border-left: none;
}
.secondLvlCss table tr td:last-child, .mediaPopup .mediaPopup__desc table tr td:last-child,
.secondLvlCss table tr th:last-child,
.mediaPopup .mediaPopup__desc table tr th:last-child {
  border-right: none;
}
.secondLvlCss table tr:last-child:not(:only-child) td, .mediaPopup .mediaPopup__desc table tr:last-child:not(:only-child) td,
.secondLvlCss table tr:last-child:not(:only-child) th,
.mediaPopup .mediaPopup__desc table tr:last-child:not(:only-child) th {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .secondLvlCss table .head-column, .mediaPopup .mediaPopup__desc table .head-column {
    display: none;
  }
  .secondLvlCss table:not(.responsive-table), .mediaPopup .mediaPopup__desc table:not(.responsive-table) {
    overflow-y: auto;
    overflow-x: auto;
  }
  html.touch .secondLvlCss table:not(.responsive-table), html.touch .mediaPopup .mediaPopup__desc table:not(.responsive-table), .mediaPopup html.touch .mediaPopup__desc table:not(.responsive-table) {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .secondLvlCss table, .mediaPopup .mediaPopup__desc table {
    width: 100% !important;
    display: block;
    overflow-x: scroll;
  }
  .secondLvlCss table.responsive-table colgroup, .mediaPopup .mediaPopup__desc table.responsive-table colgroup {
    display: none !important;
  }
  .secondLvlCss table.responsive-table thead, .mediaPopup .mediaPopup__desc table.responsive-table thead, .secondLvlCss table.responsive-table tbody, .mediaPopup .mediaPopup__desc table.responsive-table tbody {
    width: 100%;
    display: block;
  }
  .secondLvlCss table.responsive-table tr, .mediaPopup .mediaPopup__desc table.responsive-table tr {
    display: block;
    width: 100%;
  }
  .secondLvlCss table.responsive-table th, .mediaPopup .mediaPopup__desc table.responsive-table th {
    height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    left: 0;
    top: 0;
  }
  .secondLvlCss table.responsive-table td, .mediaPopup .mediaPopup__desc table.responsive-table td {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .secondLvlCss table.responsive-table:not(.no-responsive) td, .mediaPopup .mediaPopup__desc table.responsive-table:not(.no-responsive) td {
    padding: 0;
  }
  .secondLvlCss table.responsive-table .head-column, .mediaPopup .mediaPopup__desc table.responsive-table .head-column {
    width: 30%;
    display: block;
  }
  .secondLvlCss table.responsive-table .head-column + .content-column, .mediaPopup .mediaPopup__desc table.responsive-table .head-column + .content-column {
    display: block;
    width: 70%;
    vertical-align: top;
    padding-left: 1.25rem;
  }
}
.secondLvlCss table.table-responsive, .mediaPopup .mediaPopup__desc table.table-responsive {
  display: block;
}
.secondLvlCss ol, .mediaPopup .mediaPopup__desc ol {
  display: block;
  padding-left: 1.5625rem;
  margin: 0 0 1.875rem;
}
.secondLvlCss ol li, .mediaPopup .mediaPopup__desc ol li {
  position: relative;
  list-style-type: decimal;
  margin-bottom: 0.9375rem !important;
  padding-left: 0.3125rem;
}
.secondLvlCss ol li::marker, .mediaPopup .mediaPopup__desc ol li::marker {
  -webkit-transform: translateY(0.125rem);
     -moz-transform: translateY(0.125rem);
      -ms-transform: translateY(0.125rem);
       -o-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
  display: inline-block;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: inherit;
  line-height: inherit;
  text-align: right;
  color: #C8102E;
}
.secondLvlCss ul, .mediaPopup .mediaPopup__desc ul {
  display: block;
  margin-bottom: 1.875rem;
  list-style: none !important;
}
.secondLvlCss ul li, .mediaPopup .mediaPopup__desc ul li {
  list-style-type: none !important;
  list-style: none !important;
  padding-left: 1.875rem;
  position: relative;
  margin-bottom: 0.9375rem;
}
.secondLvlCss ul li:before, .mediaPopup .mediaPopup__desc ul li:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4375rem;
  background: #C8102E;
}
.secondLvlCss ul li:last-child, .mediaPopup .mediaPopup__desc ul li:last-child {
  margin-bottom: 0;
}
.secondLvlCss img, .mediaPopup .mediaPopup__desc img {
  width: 100%;
  height: auto;
  margin: 1.875rem 0;
  display: block;
  position: relative;
  -webkit-border-radius: 0.3125rem;
     -moz-border-radius: 0.3125rem;
          border-radius: 0.3125rem;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
}
.secondLvlCss img[src$=".png"], .mediaPopup .mediaPopup__desc img[src$=".png"] {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.secondLvlCss img.alignLeft, .mediaPopup .mediaPopup__desc img.alignLeft {
  width: 19.375rem;
  height: auto;
  float: left;
  margin: 0 1.25rem 1.25rem 0;
  clear: both;
}
.secondLvlCss img.alignRight, .mediaPopup .mediaPopup__desc img.alignRight {
  width: 19.375rem;
  height: auto;
  float: right;
  margin: 0 0 1.25rem 1.25rem;
  clear: both;
  left: auto;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn), .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn) {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: normal;
  display: inline;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  color: #2B2B2B;
  -webkit-text-decoration-color: #C91235;
     -moz-text-decoration-color: #C91235;
          text-decoration-color: #C91235;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href$=".pdf"]:after, .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[href$=".pdf"]:after, .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[target=_blank]:not([href$=".pdf"]):after, .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[target=_blank]:not([href$=".pdf"]):after, .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=mailto]:after, .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=mailto]:after, .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=tel]:after, .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=tel]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  font-size: 100%;
  position: relative;
  margin-left: 0.4375rem;
  margin-right: 0.1875rem;
  color: #E63946;
  -webkit-transition: opacity 0.2s ease-in, color 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, color 0.2s ease-in;
  transition: opacity 0.2s ease-in, color 0.2s ease-in;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href$=".pdf"] > *, .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[href$=".pdf"] > *, .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[target=_blank]:not([href$=".pdf"]) > *, .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[target=_blank]:not([href$=".pdf"]) > *, .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=mailto] > *, .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=mailto] > *, .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=tel] > *, .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=tel] > * {
  display: inline-block;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[target=_blank]:not([href$=".pdf"]):after, .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[target=_blank]:not([href$=".pdf"]):after {
  content: "";
  font-size: 0.9375rem;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href$=".pdf"]:after, .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[href$=".pdf"]:after {
  content: "";
  font-size: 1.25rem;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=mailto]:after, .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=mailto]:after {
  content: "";
  font-size: 0.9375rem;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=tel]:after, .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=tel]:after {
  content: "";
  font-size: 0.9375rem;
}
html.no-touch .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn):hover, html.no-touch .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn):hover, .mediaPopup html.no-touch .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn):hover {
  color: #E27F8F;
}
html.no-touch .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn):hover:after, html.no-touch .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn):hover:after, .mediaPopup html.no-touch .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn):hover:after {
  color: #E27F8F;
}
.secondLvlCss .embed-container, .mediaPopup .mediaPopup__desc .embed-container {
  margin: 1.5625rem 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1.875rem;
  height: 0;
  overflow: hidden;
}
.secondLvlCss html.lt-ie8 .embed-container, .mediaPopup .mediaPopup__desc html.lt-ie8 .embed-container {
  overflow: visible;
  height: auto;
}
.secondLvlCss .embed-container iframe, .mediaPopup .mediaPopup__desc .embed-container iframe,
.secondLvlCss .embed-container object,
.mediaPopup .mediaPopup__desc .embed-container object,
.secondLvlCss .embed-container embed,
.mediaPopup .mediaPopup__desc .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.secondLvlCss a:focus-visible, .mediaPopup .mediaPopup__desc a:focus-visible,
.secondLvlCss button:focus-visible,
.mediaPopup .mediaPopup__desc button:focus-visible {
  outline: 2px dashed #000;
}
.secondLvlCss strong, .mediaPopup .mediaPopup__desc strong {
  font-weight: bold;
}

.main-hero {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}
.main-hero .fader-wrapper {
  z-index: 2;
  width: 100%;
  position: relative;
}
.main-hero .fader-wrapper,
.main-hero .video-hero {
  width: 100%;
  z-index: 2;
  position: relative;
  height: 12.5rem !important;
}
body:not(.noHeader) .main-hero .fader-wrapper,
body:not(.noHeader) .main-hero .video-hero {
  height: 72vh !important;
}
@media (max-width: 767px) {
  body:not(.noHeader) .main-hero .fader-wrapper,
body:not(.noHeader) .main-hero .video-hero {
    height: 64vh !important;
  }
}
body.contact .main-hero .fader-wrapper, body.calendar .main-hero .fader-wrapper,
body.contact .main-hero .video-hero,
body.calendar .main-hero .video-hero {
  display: none;
}
.main-hero .video-hero {
  z-index: 2;
}
.main-hero .video-hero + .title-area {
  pointer-events: none;
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}
.main-hero .video-hero + .title-area h1 span {
  pointer-events: auto;
}
@media (max-width: 767px) {
  .main-hero .video-hero + .title-area {
    position: relative;
  }
}
.main-hero .video-hero .custom-video {
  background-color: #242327;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-top: 2.5rem;
}
.main-hero .video-hero .custom-video video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100% !important;
  height: 100% !important;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 767px) {
  .main-hero .video-hero .custom-video {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
.main-hero .video-hero .shadows {
  opacity: 1;
}
.main-hero .video-controls {
  position: absolute;
  right: 1.25rem;
  top: 12.5rem;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-hero .video-controls .video-btn {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  border: none;
  display: block;
  cursor: pointer;
  background: transparent;
}
.main-hero .video-controls .video-btn > span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(201, 18, 53, 0.9);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  position: relative;
}
.main-hero .video-controls .video-btn:first-child {
  margin-bottom: 0.625rem;
}
@media (min-width: 767px) {
  .main-hero .video-controls .video-btn:first-child {
    margin-bottom: 0.9375rem;
  }
}
.main-hero .video-controls .video-btn .global-icons,
.main-hero .video-controls .video-btn .sl-icons {
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
  display: block;
  -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, -o-transform 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  color: #F9F7ED;
}
.main-hero .video-controls .video-btn .unmute {
  opacity: 0;
}
.main-hero .video-controls .video-btn .gi-play {
  -webkit-transform: translate(-50%, -50%) translateX(+0.125rem);
     -moz-transform: translate(-50%, -50%) translateX(+0.125rem);
      -ms-transform: translate(-50%, -50%) translateX(+0.125rem);
       -o-transform: translate(-50%, -50%) translateX(+0.125rem);
          transform: translate(-50%, -50%) translateX(+0.125rem);
}
.main-hero .video-controls .video-btn .sl-pause-icon {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) translateY(+0.125rem);
     -moz-transform: translate(-50%, -50%) translateY(+0.125rem);
      -ms-transform: translate(-50%, -50%) translateY(+0.125rem);
       -o-transform: translate(-50%, -50%) translateY(+0.125rem);
          transform: translate(-50%, -50%) translateY(+0.125rem);
}
.main-hero .video-controls .video-btn .sl-speaker-on-icon,
.main-hero .video-controls .video-btn .sl-speaker-off-icon {
  -webkit-transform: translate(-50%, -50%) translateY(+0.125rem);
     -moz-transform: translate(-50%, -50%) translateY(+0.125rem);
      -ms-transform: translate(-50%, -50%) translateY(+0.125rem);
       -o-transform: translate(-50%, -50%) translateY(+0.125rem);
          transform: translate(-50%, -50%) translateY(+0.125rem);
}
.main-hero .video-controls .video-btn.played .gi-play {
  opacity: 0;
}
.main-hero .video-controls .video-btn.played .sl-pause-icon {
  opacity: 1;
}
.main-hero .video-controls .video-btn.muted .mute {
  opacity: 0;
}
.main-hero .video-controls .video-btn.muted .unmute {
  opacity: 1;
}
html.no-touch .main-hero .video-controls .video-btn:hover > span {
  background-color: #c91235;
}
.main-hero .fader-area {
  width: 100%;
  height: 100%;
  margin-top: 2.5rem;
  background: #242327;
}
.main-hero .fader-area .slick-slide {
  height: 100%;
}
.main-hero .fader-area .slick-list,
.main-hero .fader-area .slick-track {
  height: 100%;
}
.main-hero .fader-area .fa-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #252429;
  /* Updated to LREI dark color */
}
.main-hero .fader-area .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/Images/img/assets/newyorkskyline-white.png");
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
}
@media (max-width: 766px) {
  .main-hero .fader-area .image {
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    background-position: center center;
  }
}
.main-hero .fader-area .image .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
@media (min-width: 767px) {
  .main-hero .fader-area {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
.main-hero .title-area {
  width: 100%;
  display: block;
  position: relative;
  padding: 1.25rem;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
              -ms-grid-row-align: auto;
          align-self: auto;
}
.main-hero .title-area .title-area-inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}
.main-hero .shadows {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.main-hero .shadows .top,
.main-hero .shadows .bottom {
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0.7;
  height: 40%;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=0 );
  /* IE6-9 */
}
@media (max-width: 767px) {
  .main-hero .shadows .top,
.main-hero .shadows .bottom {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-hero .shadows .top {
    display: block;
  }
}
.main-hero .shadows .bottom {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
  display: block;
  top: auto;
  bottom: 0;
}
@media (min-width: 767px) {
  .main-hero .shadows .bottom {
    display: none;
  }
}
.main-hero .shadows .right,
.main-hero .shadows .left {
  position: absolute;
  width: 30%;
  height: -webkit-calc(100% + 4.25rem);
  height: -moz-calc(100% + 4.25rem);
  height: calc(100% + 4.25rem);
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
  display: none;
}
body.fader .main-hero .shadows .right,
body.fader .main-hero .shadows .left {
  display: none;
}
@media (min-width: 767px) {
  body.fader .main-hero .shadows .right,
body.fader .main-hero .shadows .left {
    display: block;
  }
}
body.video .main-hero .shadows .right,
body.video .main-hero .shadows .left {
  display: none;
}
.main-hero .shadows .left {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 );
  /* IE6-9 */
}
.main-hero .shadows .right {
  left: auto;
  right: 0;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=1 );
  /* IE6-9 */
}
@media (min-width: 767px) {
  body.video .main-hero .shadows .right {
    display: block;
  }
}
.main-hero .dots-container {
  display: none;
}
.main-hero .general-loader {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-hero .crsl-ctrl {
  position: absolute;
  z-index: 3;
  bottom: 2.1875rem;
}
.main-hero .crsl-ctrl.prev {
  left: 1.875rem;
}
@media (max-width: 767px) {
  .main-hero .crsl-ctrl.prev {
    left: 1.25rem;
  }
}
.main-hero .crsl-ctrl.next {
  right: 1.875rem;
}
@media (max-width: 767px) {
  .main-hero .crsl-ctrl.next {
    right: 1.25rem;
  }
}
.main-hero .crsl-ctrl.prev .global-icons, .main-hero .crsl-ctrl.next .global-icons {
  color: #fff;
}
html.no-touch .main-hero .crsl-ctrl.prev:hover .global-icons, html.no-touch .main-hero .crsl-ctrl.next:hover .global-icons {
  color: #e6554a;
}
@media (min-width: 767px) {
  .main-hero .crsl-ctrl.prev, .main-hero .crsl-ctrl.next {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%) translateY(+1.875rem);
       -moz-transform: translateY(-50%) translateY(+1.875rem);
        -ms-transform: translateY(-50%) translateY(+1.875rem);
         -o-transform: translateY(-50%) translateY(+1.875rem);
            transform: translateY(-50%) translateY(+1.875rem);
  }
}
@media (max-width: 767px) {
  .main-hero .crsl-ctrl {
    bottom: 1.25rem;
  }
}
body.noHeader .main-hero, body.widthHeaderImage .main-hero {
  padding-top: 3.75rem;
  overflow: hidden;
  background: #252429;
}
body.noHeader .main-hero .shadows, body.widthHeaderImage .main-hero .shadows {
  display: none;
}
body.noHeader .main-hero .title-area, body.widthHeaderImage .main-hero .title-area {
  position: relative;
  padding-bottom: 1.5625rem;
  padding-top: 0;
}
body.noHeader .main-hero .general-loader, body.widthHeaderImage .main-hero .general-loader {
  display: none;
}
@media (min-width: 1024px) {
  body.noHeader .main-hero, body.widthHeaderImage .main-hero {
    padding-top: 1.75rem;
  }
}
@media (min-width: 1440px) {
  body.noHeader .main-hero, body.widthHeaderImage .main-hero {
    padding-top: 8.125rem;
  }
}

.main-content {
  overflow: visible;
  position: relative;
  z-index: 2;
}
.main-content .page-title {
  font-family: "Lexend Deca", sans-serif;
  margin-bottom: 1.875rem;
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.3125rem;
  text-align: center;
  color: #242327;
}
@media (min-width: 767px) {
  .main-content .page-title {
    font-size: 3rem;
    line-height: 3.625rem;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .main-content .page-title {
    font-size: 3rem;
    line-height: 3.625rem;
  }
}
@media (min-width: 1440px) {
  .main-content .page-title {
    font-size: 3.25rem;
    line-height: 3.875rem;
  }
}
body.noHeader .main-content {
  background: transparent;
}

.breadcrumbs {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  pointer-events: all;
  margin-bottom: 0.625rem;
}
.breadcrumbs .item {
  display: inline-block;
  vertical-align: middle;
  font-family: "Lexend Deca", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  line-height: 2.6875rem;
  text-align: center;
  color: #242327;
}
.breadcrumbs .item:before {
  content: "|";
  font-size: 1.125rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.625rem;
  color: #C91235;
}
.breadcrumbs .item:first-child:before {
  display: none;
}
.breadcrumbs .item:first-child a {
  margin: 0;
}
.breadcrumbs .item:last-child {
  pointer-events: none;
}
.breadcrumbs a {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-left: 0.625rem;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
html.no-touch .breadcrumbs a:hover {
  color: #e6554a;
}
.breadcrumbs a:focus-visible {
  outline: 2px dashed #000;
}
.breadcrumbs .br-current-page {
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.625rem;
  font-weight: 700;
  color: inherit;
}
.title-over-image .breadcrumbs .item {
  color: #fff;
}
@media (min-width: 767px) {
  .breadcrumbs {
    text-align: left;
    display: none;
  }
}

.accordion-container {
  width: 100%;
  display: block;
  margin-bottom: 1.25rem;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 26px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 0.3125rem;
     -moz-border-radius: 0.3125rem;
          border-radius: 0.3125rem;
}
.accordion-container .ctrl {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  position: absolute;
  z-index: 2;
  right: 0.75rem;
  top: 0.75rem;
  cursor: pointer;
}
.accordion-container .ctrl .global-icons {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #c8102e;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.accordion-container .ctrl .global-icons.gi-plus {
  display: block;
  font-size: 1.25rem;
}
.accordion-container .ctrl .global-icons.gi-minus {
  font-size: 0.1875rem;
}
.accordion-container .accordion-link {
  width: 100%;
  display: block;
  font-family: "Lexend Deca", sans-serif;
  line-height: 1.5rem;
  text-align: left;
  padding: 1.25rem 4.375rem 1.25rem 1.875rem;
  position: relative;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  font-weight: bold;
  font-size: 1.3125rem;
  color: #252429;
}
.accordion-container .accordion-link .txt {
  position: relative;
  z-index: 2;
}
html.no-touch .accordion-container .accordion-link:hover {
  color: #E63946;
  /* LREI red */
}
html.no-touch .accordion-container .accordion-link:hover .ctrl .global-icons {
  opacity: 0.9;
}
.accordion-container .accordion-dropdown {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}
.accordion-container .accordion-dropdown .dropdown-inner {
  font-family: "Lexend Deca", sans-serif;
  display: none;
  font-weight: 400;
  z-index: 2;
  padding: 0 1.875rem 1.875rem;
  border-top: none;
  word-break: break-word;
  font-size: 1rem;
  line-height: 1.5625rem;
  text-align: left;
  color: #1d1d1d;
}
.accordion-container .accordion-dropdown .dropdown-inner table {
  display: block;
}
.accordion-container .accordion-dropdown .dropdown-inner p:last-child {
  margin-bottom: 0;
}
.accordion-container .accordion-dropdown .dropdown-inner blockquote {
  padding-left: 2.5rem;
}
.accordion-container .accordion-dropdown .dropdown-inner blockquote:before {
  -webkit-transform: translateX(-5%) translateY(-20%);
     -moz-transform: translateX(-5%) translateY(-20%);
      -ms-transform: translateX(-5%) translateY(-20%);
       -o-transform: translateX(-5%) translateY(-20%);
          transform: translateX(-5%) translateY(-20%);
}
.accordion-container.active .ctrl .global-icons.gi-plus {
  display: none;
}
.accordion-container.active .ctrl .global-icons.gi-minus {
  display: block;
}
html.no-touch .accordion-container.active:hover .ctrl .global-icons {
  opacity: 0.7;
}

.menu-levels {
  font-family: "Lexend Deca", sans-serif;
  width: 100%;
  display: block;
  position: relative;
}
.menu-levels .ml-list {
  width: 100%;
  display: block;
}
.menu-levels .dropdown-js {
  display: none;
}
.menu-levels .open-level-js {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  display: block;
}
.menu-levels .open-level {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  right: -0.3125rem;
  top: -0.0625rem;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
}
.menu-levels .open-level i {
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.3125rem;
  -webkit-transform: translateY(-50%) translateY(-0.1875rem);
     -moz-transform: translateY(-50%) translateY(-0.1875rem);
      -ms-transform: translateY(-50%) translateY(-0.1875rem);
       -o-transform: translateY(-50%) translateY(-0.1875rem);
          transform: translateY(-50%) translateY(-0.1875rem);
}
.menu-levels .open-level i:before, .menu-levels .open-level i:after {
  content: "";
  display: block;
  position: absolute;
  background: #c8102e;
  -webkit-transition: opacity 0.2s ease-in, background-color 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, background-color 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, background-color 0.2s ease-in;
  transition: opacity 0.2s ease-in, background-color 0.2s ease-in;
}
.menu-levels .open-level i:before {
  width: 100%;
  height: 0.125rem;
  top: 50%;
  margin-top: -0.0625rem;
  left: 0;
}
.menu-levels .open-level i:after {
  content: "";
  width: 0.125rem;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.0625rem;
}
.menu-levels .item {
  position: relative;
  margin-bottom: 1.25rem;
}
.menu-levels .item:last-child {
  margin: 0;
}
.menu-levels .item.has-dropdown {
  cursor: pointer;
}
html.no-touch .menu-levels .item.has-dropdown .link-container .open-level-js:hover i:before,
html.no-touch .menu-levels .item.has-dropdown .link-container .open-level-js:hover i:after {
  background: white;
}
.menu-levels .link-container {
  width: 100%;
  display: block;
  position: relative;
  padding-right: 1.25rem;
}
.menu-levels .link {
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: color 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -o-transition: color 0.2s ease-in, -o-transform 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: color 0.2s ease-in, transform 0.2s ease-in;
  transition: color 0.2s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  font-family: "Lexend Deca", sans-serif;
  line-height: 1.4375rem;
  text-align: left;
  color: #fff;
  font-weight: normal;
  font-size: 1.125rem;
}
.menu-levels .link.current {
  color: #E27F8F;
}
html.no-touch .menu-levels .link:hover {
  color: #C91235;
}
.menu-levels .dropdown {
  width: 100%;
  margin-top: 0.625rem;
  margin-left: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
}
.menu-levels .dropdown .item {
  margin-bottom: 0.625rem;
}
.menu-levels .dropdown .link {
  font-size: 1rem;
  line-height: 1.625rem;
  color: rgba(255, 255, 255, 0.75);
}
.menu-levels .dropdown .link.current {
  color: #C91235;
}
.menu-levels .item.active i:after {
  opacity: 0;
}

.secondLvlCss p.featuredParagraph, .mediaPopup .mediaPopup__desc p.featuredParagraph,
.featured-paragraph p {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: left;
  color: #2B2B2B;
}
.secondLvlCss p.featuredParagraph a[target=_blank]:not([href$=".pdf"]):before, .mediaPopup .mediaPopup__desc p.featuredParagraph a[target=_blank]:not([href$=".pdf"]):before,
.featured-paragraph p a[target=_blank]:not([href$=".pdf"]):before {
  top: 0.3125rem !important;
}

.stories-carousel {
  margin-bottom: 1.875rem;
}
.stories-carousel .slick-slide {
  width: 17.5rem;
}
.stories-carousel .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stories-carousel .slick-slide > div > div {
  padding: 0 1.875rem 0 0;
  max-width: 17.5rem;
}
.stories-carousel.global-widget {
  background: #F5F5F5;
  margin: 0;
  padding: 3.125rem 0 3.125rem 3.75rem;
}
.stories-carousel.global-widget .title {
  margin-bottom: 0;
}
.stories-carousel.global-widget .top-placed {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .stories-carousel.global-widget .top-placed {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .stories-carousel.global-widget .widget-holder.controller-wrapper .controller-js, .stories-carousel.global-widget .controller-wrapper.ckEditorLayout .controller-js {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .stories-carousel.global-widget .widget-holder.controller-wrapper, .stories-carousel.global-widget .controller-wrapper.ckEditorLayout {
    padding-right: 0 !important;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .stories-carousel.global-widget .widget-holder, .stories-carousel.global-widget .ckEditorLayout {
    position: relative;
  }
}
@media (min-width: 767px) {
  .stories-carousel.global-widget .controller-wrapper.top-placed {
    margin-left: -3.75rem;
    padding-left: 0;
    padding-bottom: 1.25rem;
  }
}
.stories-carousel.global-widget .controller-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-left: -2.5rem;
}
@media (min-width: 767px) {
  .stories-carousel.global-widget .controller-wrapper {
    margin-left: -3.75rem;
  }
}
@media (max-width: 767px) {
  .stories-carousel.global-widget .controller-wrapper .controller-js {
    padding: 0 1.25rem;
    position: absolute;
  }
}
@media (min-width: 767px) {
  .stories-carousel.global-widget .controller-wrapper .controller-js .crsl-ctrl {
    position: absolute;
  }
}
@media (min-width: 767px) {
  .stories-carousel.global-widget .controller-wrapper .controller-js .crsl-ctrl.prev {
    left: 1.25rem;
  }
}
@media (min-width: 767px) {
  .stories-carousel.global-widget .controller-wrapper .controller-js .crsl-ctrl.next {
    right: 1.25rem;
  }
}
.stories-carousel.global-widget .carousel-widget,
.stories-carousel.global-widget .crsl-inner,
.stories-carousel.global-widget .slick-list,
.stories-carousel.global-widget .slick-track {
  overflow: visible;
}
.stories-carousel.global-widget .crsl-inner {
  padding: 0;
}
@media (max-width: 767px) {
  .stories-carousel.global-widget {
    padding: 1.875rem 0 0 1.875rem;
  }
}
.stories-carousel .story-card .story-card-image img {
  max-height: 14.375rem;
}
.stories-carousel .secondLvlCss .downloadBtn, .stories-carousel .mediaPopup .mediaPopup__desc .downloadBtn, .mediaPopup .stories-carousel .mediaPopup__desc .downloadBtn {
  margin-bottom: 0 !important;
}
.stories-carousel .story-card-dot {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.875rem;
}

.stories-carousel-content-layout .slick-slide {
  width: 18.125rem;
}
.stories-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.stories-carousel-content-layout .slick-slide > div > div {
  padding: 1.875rem 2.5rem 1.875rem 0;
}
@media (max-width: 767px) {
  .stories-carousel-content-layout .slick-slide > div > div {
    padding: 0.9375rem 0.9375rem 1.875rem;
  }
}
@media (min-width: 767px) {
  .stories-carousel-content-layout.align-to-left .slick-slide > div > div {
    padding: 1.875rem 0 1.875rem 2.5rem;
  }
}

@media (max-width: 766px) {
  .stories-grid .story-card {
    margin-bottom: 1.25rem;
  }
}
.stories-grid .controller-wrapper {
  margin-top: 1.25rem !important;
}

.events-fader {
  background-color: #242327;
}
.events-fader .controller-js {
  width: 3.125rem;
  height: 7.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: absolute;
  right: 3.75rem;
  top: 50%;
  margin-top: -3.75rem;
}
.events-fader .controller-js .crsl-ctrl {
  margin: 0;
}
.events-fader .controller-js .crsl-ctrl .global-icons {
  color: #fff;
}
.events-fader .controller-js .crsl-ctrl:last-child {
  margin-bottom: 1.25rem;
}
html.no-touch .events-fader .controller-js .crsl-ctrl:hover .global-icons {
  color: #C91235;
}
.events-fader .bf-dots {
  z-index: 2;
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  width: 100%;
  padding: 0 1.25rem;
}
.events-fader .bf-dots .slick-dots {
  text-align: center;
}
.events-fader .bf-dots .slick-dots .dots-button:before {
  background: #fff;
}
@media (max-width: 767px) {
  .events-fader .bf-dots {
    display: none;
  }
}
@media (max-width: 767px) {
  .events-fader .controller-js {
    right: 1.875rem;
    top: 25%;
    margin-top: 0;
  }
}

.content-events-list {
  margin-bottom: 1.875rem !important;
}
.content-events-list .btn-holder {
  margin-top: 1.25rem;
  padding-left: 0 !important;
}

.events-carousel .title {
  margin: 0;
}
.events-carousel .carousel-widget,
.events-carousel .controller-wrapper {
  z-index: 2;
  position: relative;
}
.events-carousel .slick-slide {
  width: 18.75rem;
  padding: 0 1.875rem 0 0;
}
.events-carousel .slick-slide > div {
  width: 100%;
  height: 100%;
}
.events-carousel .slick-slide > div > div {
  height: 100%;
  max-width: none;
  padding: 0 0.625rem 0 0;
}

.events-carousel-content-layout .slick-slide {
  width: 18.125rem;
}
.events-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.events-carousel-content-layout .slick-slide > div > div {
  padding: 1.875rem 2.5rem 1.875rem 0;
  height: 100%;
}
@media (max-width: 767px) {
  .events-carousel-content-layout .slick-slide > div > div {
    padding: 0.9375rem 0.9375rem 1.875rem;
  }
}
@media (min-width: 768px) {
  .events-carousel-content-layout.align-to-left .slick-slide > div > div {
    padding: 1.875rem 0 1.875rem 2.5rem;
  }
}

.main-sidebar {
  position: relative;
  margin-top: 4.25rem;
}
.main-sidebar .wrap {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
  max-width: 15.625rem;
  margin: 0 auto;
}
.main-sidebar.no-sidebar-promos .sidebar-box {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.main-sidebar.no-sidebar-promos .sidebar-box:last-child:before {
  content: none;
}

.sidebar-box {
  width: 100%;
  display: block;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.16);
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}
.sidebar-box:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.sidebar-box .promo-card .card-dot {
  width: 2.8125rem;
  height: 2.8125rem;
  font-size: 1.5625rem;
}

.sidebar-title {
  margin-bottom: 1.5625rem;
  z-index: 2;
  position: relative;
}
.sidebar-title h4 {
  font-family: "Lexend Deca", sans-serif;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.75rem;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0.625rem;
}
.sidebar-title span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #fff;
  letter-spacing: 0.05em;
  opacity: 0.7;
  text-transform: uppercase;
}

.promos-carousel {
  margin-bottom: 1.875rem;
}
.promos-carousel .slick-slide > div > div {
  padding: 0 2.5rem 0 0;
  min-width: 18.75rem;
}
.promos-carousel .slick-list {
  padding-bottom: 0.625rem;
}
.promos-carousel .carousel-widget .crsl-inner .slick-track {
  padding-bottom: 0;
}
.promos-carousel.carousel-widget-wrapper.arrows-under-carousel .controller-js {
  margin-top: 0.625rem;
}

.promos-sidebar .promo-card {
  margin-bottom: 1.25rem;
  padding: 0;
}
.promos-sidebar .promo-card:last-child {
  margin: 0;
}

.promos-carousel-content-layout .slick-slide {
  width: 18.125rem;
}
.promos-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.promos-carousel-content-layout .slick-slide > div > div {
  padding: 1.875rem 2.5rem 1.875rem 0;
  height: 100%;
}
@media (max-width: 767px) {
  .promos-carousel-content-layout .slick-slide > div > div {
    padding: 0.9375rem 0.9375rem 1.875rem;
  }
}
@media (min-width: 768px) {
  .promos-carousel-content-layout.align-to-left .slick-slide > div > div {
    padding: 1.875rem 0 1.875rem 2.5rem;
  }
}

.stats-carousel {
  margin-bottom: 1.875rem;
}
.stats-carousel .slick-slide > div > div {
  padding: 0 2.5rem 0 0;
  min-width: 18.75rem;
  max-width: 18.75rem;
}
.stats-carousel .slick-list {
  padding-bottom: 0.625rem;
}
.stats-carousel .carousel-widget .crsl-inner .slick-track {
  padding-bottom: 0;
}
.stats-carousel.carousel-widget-wrapper.arrows-under-carousel .controller-js {
  margin-top: 0.625rem;
}

.stats-carousel-content-layout .slick-slide {
  width: 20rem;
}
.stats-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.stats-carousel-content-layout .slick-slide > div > div {
  padding: 1.875rem 2.5rem 1.875rem 0;
  height: 100%;
}
@media (max-width: 767px) {
  .stats-carousel-content-layout .slick-slide > div > div {
    padding: 0.9375rem 0.9375rem 0;
  }
}
@media (min-width: 768px) {
  .stats-carousel-content-layout.align-to-left .slick-slide > div > div {
    padding: 1.875rem 0 1.875rem 2.5rem;
  }
}

@media (min-width: 500px) {
  .stats-grid .grid-widget {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .stats-grid .grid-widget {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.staff-grid {
  margin-bottom: 1.875rem;
}
@media (max-width: 766px) {
  .staff-grid .staff-card {
    margin-bottom: 1.25rem;
  }
}

.staff-carousel-content-layout .slick-slide {
  width: 18.125rem;
}
.staff-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.staff-carousel-content-layout .slick-slide > div > div {
  padding: 1.875rem 2.5rem 1.875rem 0;
  height: 100%;
}
@media (max-width: 767px) {
  .staff-carousel-content-layout .slick-slide > div > div {
    padding: 0.9375rem 0.9375rem 1.875rem;
  }
}
@media (min-width: 768px) {
  .staff-carousel-content-layout.align-to-left .slick-slide > div > div {
    padding: 1.875rem 0 1.875rem 2.5rem;
  }
}

.staff-carousel {
  margin-bottom: 1.875rem;
}
.staff-carousel .slick-slide {
  width: 17.5rem;
}
.staff-carousel .slick-slide .staff-card {
  max-width: none;
}
.staff-carousel .slick-slide > div {
  width: 100%;
  height: 100%;
}
.staff-carousel .slick-slide > div > div {
  padding: 0 1.875rem 0 0;
  height: 100%;
}
.staff-carousel .slick-slider.slick-no-slide .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 50rem;
  margin-left: 0;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}
.staff-carousel .slick-slider.slick-no-slide .slick-track .slick-slide {
  padding: 0 0 1.875rem;
}

@media (max-width: 767px) {
  .staff-grid-filtered .ISGridSearch .ISGridSearch__submit {
    right: 1.25rem;
  }
}
.staff-grid-filtered .ISGridSearch fieldset {
  background: transparent;
}
.staff-grid-filtered .ISFilteredGrid {
  padding: 0;
}
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__tag button:after, .staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__tag button:before {
  background: #242327;
}
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__tag {
  background: #F9F7ED;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.1875rem;
  text-align: left;
  color: #242327;
  border: none;
  -webkit-border-radius: 1.25rem;
     -moz-border-radius: 1.25rem;
          border-radius: 1.25rem;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__tag span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.1875rem;
  text-align: left;
  color: #242327;
  text-transform: uppercase;
}
html.no-touch .staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__tag:hover {
  background: transparent;
}
.staff-grid-filtered .ISFilteredGrid .selectric .label,
.staff-grid-filtered .ISFilteredGrid .selectric .label {
  font-family: "Lexend Deca", sans-serif;
  color: #242327;
}
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__content {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 842px) {
  .staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1600px) {
  .staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__content {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__prevPage:focus-visible,
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__nextPage:focus-visible,
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__desktopClear:focus-visible,
.staff-grid-filtered .ISFilteredGrid .ISFilteredGrid__filterBy:focus-visible {
  outline: 2px dashed #000;
}

.cards-grid {
  margin-bottom: 1.875rem;
}
.cards-grid .grid-split-js {
  min-width: 0;
}

.cards-carousel {
  margin-bottom: 1.875rem;
}
.cards-carousel .slick-list {
  padding-bottom: 0.625rem;
}
.cards-carousel .slick-slide {
  width: 17.5rem;
}
.cards-carousel .slick-slide .js-cardPopup {
  max-width: none;
}
.cards-carousel .slick-slide > div {
  width: 100%;
  height: 100%;
}
.cards-carousel .slick-slide > div > div {
  padding: 0 1.875rem 0 0;
  height: 100%;
}

.cards-carousel-content-layout .slick-slide {
  width: 18.125rem;
}
.cards-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.cards-carousel-content-layout .slick-slide > div > div {
  padding: 1.875rem 2.5rem 1.875rem 0;
  height: 100%;
}
@media (max-width: 767px) {
  .cards-carousel-content-layout .slick-slide > div > div {
    padding: 0.9375rem 0.9375rem 1.875rem;
  }
}
@media (min-width: 768px) {
  .cards-carousel-content-layout.align-to-left .slick-slide > div > div {
    padding: 1.875rem 0 1.875rem 2.5rem;
  }
}

.portals-carousel {
  margin-bottom: 1.875rem;
}
.portals-carousel .slick-slide > div > div {
  padding: 0 2.5rem 0 0;
  min-width: 18.75rem;
}
.portals-carousel .slick-list {
  padding-bottom: 0.625rem;
}

.portals-carousel-content-layout .slick-slide {
  width: 18.125rem;
}
.portals-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.portals-carousel-content-layout .slick-slide > div > div {
  padding: 1.875rem 2.5rem 1.875rem 0;
  height: 100%;
}
@media (max-width: 767px) {
  .portals-carousel-content-layout .slick-slide > div > div {
    padding: 0.9375rem 0.9375rem 1.875rem;
  }
}
@media (min-width: 768px) {
  .portals-carousel-content-layout.align-to-left .slick-slide > div > div {
    padding: 1.875rem 0 1.875rem 2.5rem;
  }
}

@media (min-width: 1200px) {
  .portals-grid .grid-widget {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.blockquote-fader {
  width: 100%;
  display: block;
  position: relative;
  margin: 1.875rem 0;
  max-width: 46.875rem;
}
.blockquote-fader .bf-item {
  position: relative;
  padding-top: 1.25rem;
}
.blockquote-fader .bf-inner {
  position: relative;
  z-index: 2;
  margin-bottom: 1.25rem;
  margin-left: -0.625rem;
}
.blockquote-fader .bf-inner:before {
  content: "“";
  font-family: "Lexend Deca", sans-serif;
  position: absolute;
  left: 0;
  top: -0.625rem;
  display: none;
  font-size: 3.75rem;
  line-height: 5.625rem;
  font-weight: 600;
  font-style: normal;
  color: #C91235;
}
@media (min-width: 1024px) {
  .blockquote-fader .bf-inner:before {
    -webkit-transform: translateX(-100%) translateX(+0.625rem) translateY(0);
       -moz-transform: translateX(-100%) translateX(+0.625rem) translateY(0);
        -ms-transform: translateX(-100%) translateX(+0.625rem) translateY(0);
         -o-transform: translateX(-100%) translateX(+0.625rem) translateY(0);
            transform: translateX(-100%) translateX(+0.625rem) translateY(0);
    display: block;
  }
}
@media (min-width: 1024px) {
  .blockquote-fader .bf-inner {
    margin-left: -1.25rem;
  }
}
.blockquote-fader blockquote {
  margin: 0;
  padding-right: 0.9375rem;
}
@media (min-width: 1024px) {
  .blockquote-fader blockquote:before {
    display: none;
  }
}
.blockquote-fader .author {
  width: 90%;
  display: block;
  margin-top: 0.625rem;
  text-align: left;
  padding-left: 2.8125rem;
  margin-bottom: 0;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 1.0625rem;
  line-height: 2.375rem;
  color: #0D0303B7;
}
@media (min-width: 1024px) {
  .blockquote-fader .author {
    padding-left: 1.5625rem;
  }
}
.blockquote-fader .controller-container {
  width: 40%;
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -0.125rem;
  z-index: 3;
}
.blockquote-fader .bf-dots {
  bottom: 1.5625rem;
}
.blockquote-fader .bf-dots .slick-dots {
  padding-left: 1.875rem;
  text-align: left;
  margin-top: 0.9375rem;
}
@media (min-width: 1024px) {
  .blockquote-fader .bf-dots .slick-dots {
    padding-left: 0;
  }
}

.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .secondLvlCss h2, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup .mediaPopup__desc h2, .mediaPopup .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup__desc h2, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .secondLvlCss h3, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup .mediaPopup__desc h3, .mediaPopup .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup__desc h3, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .secondLvlCss h4, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup .mediaPopup__desc h4, .mediaPopup .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup__desc h4, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .secondLvlCss p, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup .mediaPopup__desc p, .mediaPopup .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup__desc p, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .secondLvlCss a:not(.downloadBtn), .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup .mediaPopup__desc a:not(.downloadBtn), .mediaPopup .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup__desc a:not(.downloadBtn), .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .secondLvlCss ul li, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup .mediaPopup__desc ul li, .mediaPopup .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup__desc ul li, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .secondLvlCss ol li, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup .mediaPopup__desc ol li, .mediaPopup .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup__desc ol li, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .secondLvlCss ol li::marker, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup .mediaPopup__desc ol li::marker, .mediaPopup .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup__desc ol li::marker {
  color: #fff;
}
.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href$=".pdf"]:before, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[href$=".pdf"]:before, .mediaPopup .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[href$=".pdf"]:before, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[target=_blank]:not([href$=".pdf"]):before, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[target=_blank]:not([href$=".pdf"]):before, .mediaPopup .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[target=_blank]:not([href$=".pdf"]):before, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=mailto]:before, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=mailto]:before, .mediaPopup .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=mailto]:before, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=tel]:before, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=tel]:before, .mediaPopup .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=tel]:before {
  color: #fff;
}
html.no-touch .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn):hover:before, html.no-touch .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn):hover:before, .mediaPopup html.no-touch .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .mediaPopup__desc a:not(.downloadBtn):not(.secondaryDownloadBtn):hover:before {
  color: #C91235;
}
.ckEditorLayout-full-width.with-blockquote .blockquote-fader {
  margin: 0;
  position: static;
}
.ckEditorLayout-full-width.with-blockquote .blockquote-fader .controller-js {
  display: none;
}
.ckEditorLayout-full-width.with-blockquote .blockquote-fader .slick-dots {
  margin-top: 0;
}
.ckEditorLayout-full-width.with-blockquote .blockquote-fader .author {
  margin-top: 0.8125rem;
}
.ckEditorLayout-full-width.with-blockquote.left-image .controller-js {
  left: -1.5625rem;
}
.ckEditorLayout-full-width.with-blockquote.left-image .contentTemplates-right {
  z-index: 3;
}
.ckEditorLayout-full-width.with-blockquote.right-image .controller-js {
  right: -1.5625rem;
}
.ckEditorLayout-full-width.with-blockquote.right-image .contentTemplates-left {
  z-index: 3;
}
.ckEditorLayout-full-width.left-text:not(.with-widget) .contentTemplates-left:before {
  content: "";
  width: 4.75rem;
  height: 2.9375rem;
  position: absolute;
  left: 0.4375rem;
  top: 0.6875rem;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.ckEditorLayout-full-width.right-text:not(.with-widget) .contentTemplates-right:before {
  content: "";
  width: 2.4375rem;
  height: 3.75rem;
  position: absolute;
  right: 0.4375rem;
  top: 0.6875rem;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.ckEditorLayout-full-width.with-arrows .controller-js {
  width: 3.125rem;
  height: 7.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: absolute;
  top: 50%;
  margin-top: -3.75rem;
  z-index: 2;
}
.ckEditorLayout-full-width.with-arrows .controller-js .crsl-ctrl {
  margin: 0;
}
.ckEditorLayout-full-width.with-arrows .controller-js .crsl-ctrl:before {
  background: #60BAB1;
  -webkit-box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.16);
}
.ckEditorLayout-full-width.with-arrows .controller-js .crsl-ctrl:last-child {
  margin-bottom: 1.25rem;
}
.ckEditorLayout-full-width.with-arrows.left-image .contentTemplates-left {
  overflow: visible;
}
.ckEditorLayout-full-width.with-arrows.right-image .contentTemplates-right {
  overflow: visible;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms {
  background-color: #2B2B2B;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .fader-inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .bf-dots {
  z-index: 2;
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  width: 100%;
  padding: 0 1.25rem;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .bf-dots .slick-dots {
  text-align: center;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .bf-dots .slick-dots .dots-button:before {
  background: #fff;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .bf-dots .slick-dots .dots-button:focus-visible {
  outline: 2px dashed #fff;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .slick-slide {
  height: 100% !important;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .slick-list,
.ckEditorLayout-full-width.with-fader .images-fader-cms .slick-track {
  height: 100% !important;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .controller-js {
  display: none;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  z-index: 2;
  opacity: 0.6;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}
.ckEditorLayout-full-width.with-fader.left-image .contentTemplates-left {
  z-index: 3;
  min-height: 25rem;
}
.ckEditorLayout-full-width.with-fader.right-image .contentTemplates-right {
  z-index: 3;
  min-height: 25rem;
}
.ckEditorLayout-full-width.with-embeed .iframe-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ckEditorLayout-full-width.with-embeed .iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ckEditorLayout-full-width.full-width-image-with-text .downloadBtn {
  color: #fff;
  background: #C91235;
  border-color: #C91235;
}
html.no-touch .ckEditorLayout-full-width.full-width-image-with-text .downloadBtn:hover {
  opacity: 0.8;
}
.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates {
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  min-height: 70vh;
}
.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-img:after {
  content: "";
  opacity: 0;
  pointer-events: none;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-img:after {
    opacity: 0.4;
  }
}
.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, black 20%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, black 20%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, black 20%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, black 20%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.55;
}
@media (max-width: 767px) {
  .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-img:before {
    opacity: 0.3;
  }
}
.ckEditorLayout-full-width.custom-widget-1 .contentTemplates-column {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 800px) {
  .ckEditorLayout-full-width.custom-widget-1 .contentTemplates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ckEditorLayout-full-width.custom-widget-1 .contentTemplates-column {
    width: 100%;
    min-height: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ckEditorLayout-full-width.custom-widget-1.right-text .contentTemplates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ckEditorLayout-full-width.custom-widget-1.right-text .contentTemplates-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.ckEditorLayout-full-width.custom-widget-1.left-text .contentTemplates-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 800px) {
  .ckEditorLayout-full-width.custom-widget-1.right-text .contentTemplates-img:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%);
  }
}

.ckEditorLayout {
  margin-bottom: 3.125rem;
}
.ckEditorLayout .secondLvlCss, .ckEditorLayout .mediaPopup .mediaPopup__desc, .mediaPopup .ckEditorLayout .mediaPopup__desc {
  font-size: 1.25rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 300;
}
.ckEditorLayout .secondLvlCss a, .ckEditorLayout .mediaPopup .mediaPopup__desc a, .mediaPopup .ckEditorLayout .mediaPopup__desc a {
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
}
.ckEditorLayout.alternated + .alternated {
  margin-top: -3.125rem;
}
.ckEditorLayout + .ckEditorLayout {
  margin-top: -3.125rem;
}
.ckEditorLayout .contentTemplates-img img {
  margin: 0 auto !important;
}
.ckEditorLayout.full-width-image {
  max-height: 70vh;
}
.ckEditorLayout.full-width-image .contentTemplates {
  overflow: visible;
  max-height: 70vh;
}
.ckEditorLayout.full-width-image .contentTemplates-img {
  height: auto;
  position: relative;
  max-height: 70vh;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
}
.ckEditorLayout.full-width-image .contentTemplates-img img {
  max-height: 70vh;
  display: block;
  height: auto;
  position: relative;
}
.ckEditorLayout.left-image.right-text .contentTemplates-right {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ckEditorLayout.left-image .contentTemplates-left {
  overflow: hidden;
}
.ckEditorLayout.right-image.left-text .contentTemplates {
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}
.ckEditorLayout.right-image.left-text .contentTemplates-left {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ckEditorLayout.right-image .contentTemplates-right {
  overflow: hidden;
}
.ckEditorLayout.with-stories .stories-carousel {
  margin-bottom: 0;
  overflow: visible;
}
.ckEditorLayout.with-stories .controller-wrapper {
  margin: 0 !important;
}
.ckEditorLayout.with-stories .controller-wrapper .secondLvlCss, .ckEditorLayout.with-stories .controller-wrapper .mediaPopup .mediaPopup__desc, .mediaPopup .ckEditorLayout.with-stories .controller-wrapper .mediaPopup__desc {
  display: none;
}
.ckEditorLayout.with-stories .controller-wrapper .crsl-ctrl.next {
  margin-left: 0 !important;
}
.ckEditorLayout.left-stories.right-text .contentTemplates-right {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ckEditorLayout.left-stories .controller-js {
  right: 0;
  -webkit-transform: translateX(100%) translateX(+1.25rem);
     -moz-transform: translateX(100%) translateX(+1.25rem);
      -ms-transform: translateX(100%) translateX(+1.25rem);
       -o-transform: translateX(100%) translateX(+1.25rem);
          transform: translateX(100%) translateX(+1.25rem);
}
.ckEditorLayout.right-stories.left-text .contentTemplates-left {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ckEditorLayout.right-stories .controller-js {
  left: 0;
  -webkit-transform: translateX(-100%) translateX(-1.25rem);
     -moz-transform: translateX(-100%) translateX(-1.25rem);
      -ms-transform: translateX(-100%) translateX(-1.25rem);
       -o-transform: translateX(-100%) translateX(-1.25rem);
          transform: translateX(-100%) translateX(-1.25rem);
}

.ckEditorLayout-widgets .contentTemplates .contentTemplates-column {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media (max-width: 766px) {
  .ckEditorLayout-left-to-end .carousel-widget-wrapper > .secondLvlCss .downloadBtn, .ckEditorLayout-left-to-end .mediaPopup .carousel-widget-wrapper > .mediaPopup__desc .downloadBtn, .mediaPopup .ckEditorLayout-left-to-end .carousel-widget-wrapper > .mediaPopup__desc .downloadBtn,
.ckEditorLayout-right-to-end .carousel-widget-wrapper > .secondLvlCss .downloadBtn,
.ckEditorLayout-right-to-end .mediaPopup .carousel-widget-wrapper > .mediaPopup__desc .downloadBtn,
.mediaPopup .ckEditorLayout-right-to-end .carousel-widget-wrapper > .mediaPopup__desc .downloadBtn {
    white-space: nowrap;
  }
}
@media (max-width: 766px) {
  .ckEditorLayout-left-to-end .carousel-widget-wrapper > .secondLvlCss, .ckEditorLayout-left-to-end .mediaPopup .carousel-widget-wrapper > .mediaPopup__desc, .mediaPopup .ckEditorLayout-left-to-end .carousel-widget-wrapper > .mediaPopup__desc,
.ckEditorLayout-right-to-end .carousel-widget-wrapper > .secondLvlCss,
.ckEditorLayout-right-to-end .mediaPopup .carousel-widget-wrapper > .mediaPopup__desc,
.mediaPopup .ckEditorLayout-right-to-end .carousel-widget-wrapper > .mediaPopup__desc {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
}
.ckEditorLayout-left-to-end .controller-js,
.ckEditorLayout-right-to-end .controller-js {
  width: 100%;
  max-width: 100vw;
  height: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  pointer-events: none;
}
.ckEditorLayout-left-to-end .controller-js .crsl-ctrl,
.ckEditorLayout-right-to-end .controller-js .crsl-ctrl {
  margin: 0;
  pointer-events: all;
}
@media (min-width: 767px) {
  .ckEditorLayout-left-to-end .controller-js .crsl-ctrl:last-child,
.ckEditorLayout-right-to-end .controller-js .crsl-ctrl:last-child {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 766px) {
  .ckEditorLayout-left-to-end .controller-js .crsl-ctrl.prev,
.ckEditorLayout-right-to-end .controller-js .crsl-ctrl.prev {
    left: 0.625rem;
  }
}
@media (max-width: 766px) {
  .ckEditorLayout-left-to-end .controller-js .crsl-ctrl.next,
.ckEditorLayout-right-to-end .controller-js .crsl-ctrl.next {
    right: 1.25rem;
  }
}
.ckEditorLayout-left-to-end .controller-js .crsl-ctrl:focus-visible,
.ckEditorLayout-right-to-end .controller-js .crsl-ctrl:focus-visible {
  outline: 2px dashed #000;
}
@media (max-width: 766px) {
  .ckEditorLayout-left-to-end .controller-js .crsl-ctrl,
.ckEditorLayout-right-to-end .controller-js .crsl-ctrl {
    position: absolute;
  }
}
@media (max-width: 1149px) {
  .ckEditorLayout-left-to-end .controller-js,
.ckEditorLayout-right-to-end .controller-js {
    left: 1.875rem;
  }
}
@media (min-width: 767px) {
  .ckEditorLayout-left-to-end .controller-js,
.ckEditorLayout-right-to-end .controller-js {
    position: absolute;
    left: 0.625rem;
    top: 50%;
    width: 3.125rem;
    height: 7.5rem;
    margin-top: -3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ckEditorLayout-left-to-end .contentTemplates .contentTemplates-right {
  width: -webkit-calc(100% - 12.5rem);
  width: -moz-calc(100% - 12.5rem);
  width: calc(100% - 12.5rem);
  padding: 0;
}
@media (max-width: 767px) {
  .ckEditorLayout-left-to-end .contentTemplates .contentTemplates-left {
    width: 100%;
    padding: 1.875rem 15%;
  }
}
@media (max-width: 600px) {
  .ckEditorLayout-left-to-end .contentTemplates .contentTemplates-left {
    padding: 1.875rem 3.125rem;
  }
}
.ckEditorLayout-left-to-end .carousel-widget-wrapper {
  padding-left: 6.25rem;
}
@media (max-width: 767px) {
  .ckEditorLayout-left-to-end .carousel-widget-wrapper {
    padding-left: 3.75rem;
  }
}
.ckEditorLayout-left-to-end .carousel-widget-wrapper .slick-list {
  padding-left: 1.25rem;
}
.ckEditorLayout-left-to-end .carousel-widget .crsl-inner.slick-no-slide .slick-track {
  text-align: left;
}
@media (max-width: 767px) {
  .ckEditorLayout-left-to-end {
    width: -webkit-calc(100% + 2.5rem) !important;
    width: -moz-calc(100% + 2.5rem) !important;
    width: calc(100% + 2.5rem) !important;
    margin-left: -1.25rem;
  }
  .ckEditorLayout-left-to-end .contentTemplates {
    display: block;
  }
  .ckEditorLayout-left-to-end .contentTemplates .contentTemplates-right {
    width: 100%;
  }
  .ckEditorLayout-left-to-end .carousel-widget-wrapper {
    padding: 0;
  }
}

.ckEditorLayout-right-to-end + div {
  clear: right;
}
@media (max-width: 1049px) {
  .ckEditorLayout-right-to-end .contentTemplates {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
@media (max-width: 767px) {
  .ckEditorLayout-right-to-end .contentTemplates .contentTemplates-right {
    width: 100%;
    padding: 1.875rem 15%;
  }
}
@media (max-width: 600px) {
  .ckEditorLayout-right-to-end .contentTemplates .contentTemplates-right {
    padding: 1.875rem 3.125rem;
  }
}
.ckEditorLayout-right-to-end .contentTemplates .contentTemplates-left {
  width: -webkit-calc(100% - 12.5rem);
  width: -moz-calc(100% - 12.5rem);
  width: calc(100% - 12.5rem);
  padding: 0;
}
.ckEditorLayout-right-to-end .carousel-widget-wrapper {
  padding-right: 6.25rem;
}
@media (max-width: 767px) {
  .ckEditorLayout-right-to-end .carousel-widget-wrapper {
    padding-right: 3.75rem;
  }
}
.ckEditorLayout-right-to-end .carousel-widget-wrapper .slick-list {
  padding-right: 1.25rem;
}
.ckEditorLayout-right-to-end .carousel-widget .crsl-inner {
  padding-left: 0;
}
.ckEditorLayout-right-to-end .carousel-widget .crsl-inner.slick-no-slide .slick-track {
  text-align: right;
}
@media (min-width: 767px) {
  .ckEditorLayout-right-to-end .controller-js {
    right: 0.625rem;
    left: auto;
  }
}
.ckEditorLayout-right-to-end .stat-card,
.ckEditorLayout-right-to-end .portal-icon,
.ckEditorLayout-right-to-end .promo-card,
.ckEditorLayout-right-to-end .event-card,
.ckEditorLayout-right-to-end .staff-card,
.ckEditorLayout-right-to-end .cards-card,
.ckEditorLayout-right-to-end .story-card {
  direction: ltr;
}
@media (max-width: 767px) {
  .ckEditorLayout-right-to-end {
    width: -webkit-calc(100% + 2.5rem) !important;
    width: -moz-calc(100% + 2.5rem) !important;
    width: calc(100% + 2.5rem) !important;
    margin-left: -1.25rem;
  }
  .ckEditorLayout-right-to-end .contentTemplates {
    padding: 1.25rem 0;
  }
  .ckEditorLayout-right-to-end .contentTemplates .contentTemplates-left {
    width: 100%;
    overflow: visible;
  }
  .ckEditorLayout-right-to-end .carousel-widget-wrapper {
    padding: 0;
  }
}

.contentTemplates {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: rgba(13, 3, 3, 0.04);
  overflow: hidden;
}
.contentTemplates p:last-child {
  margin: 0;
}
.main-content.full-width-layout .contentTemplates {
  margin: 0 auto;
}
.contentTemplates .contentTemplates-column {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 2.5rem 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 400px;
     -moz-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.left-text .contentTemplates .contentTemplates-column, .right-text .contentTemplates .contentTemplates-column, .left-text.right-text .contentTemplates .contentTemplates-column {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .contentTemplates .contentTemplates-column {
    padding: 3.125rem 10% 3.125rem;
  }
}
.contentTemplates .contentTemplates-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.contentTemplates .contentTemplates-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
}
.contentTemplates .contentTemplates-column-text {
  width: 100%;
  min-height: 34.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem;
}
.contentTemplates .contentTemplates-right {
  position: relative;
}
.right-image .contentTemplates .contentTemplates-right {
  min-height: 25rem;
  padding-top: 40%;
}
.left-image .contentTemplates .contentTemplates-left {
  min-height: 25rem;
  padding-top: 40%;
}
.contentTemplates .contentTemplates-text.full-width {
  max-width: 40.625rem;
}
.contentTemplates .contentTemplates-extraText {
  width: 100%;
}
.contentTemplates .contentTemplates-extraText a:not(.downloadBtn):not(.secondaryDownloadBtn)[href$=".pdf"]:after, .contentTemplates .contentTemplates-extraText a:not(.downloadBtn):not(.secondaryDownloadBtn).pdfLink:after {
  font-family: "secondlevel-icons" !important;
  content: "";
  font-size: 1.25rem;
  display: inline;
  position: relative;
  margin-left: 0.4375rem;
  margin-right: 0.1875rem;
  color: #E63946;
}

.ckEditorLayout-full-width.with-fader .images-fader-cms .fader-inner {
  position: relative;
}

.ckEditorLayout.full-width-image .contentTemplates-img {
  height: 100%;
}

.ckEditorLayout.full-width-image.with-fader {
  height: 70vh;
}

.ckEditorLayout.full-width-image.with-fader .contentTemplates {
  height: 100%;
}

.ckEditorLayout-full-width.with-fader .images-fader-cms .slick-slide, .ckEditorLayout-full-width.with-fader .images-fader-cms .slick-slide > div, .ckEditorLayout-full-width.with-fader .images-fader-cms .slick-slide .image, .ckEditorLayout-full-width.with-fader .images-fader-cms .slick-slide .image img {
  height: 100%;
}

.ckEditorLayout-full-width.with-fader .images-fader-cms .bf-dots {
  width: 90%;
  left: 50%;
  -webkit-transform: TranslateX(-50%);
     -moz-transform: TranslateX(-50%);
      -ms-transform: TranslateX(-50%);
       -o-transform: TranslateX(-50%);
          transform: TranslateX(-50%);
}

@media (max-width: 800px) {
  .ckEditorLayout-full-width.with-arrows.ckEditorLayout-full-width.full-width-image.with-fader .controller-js {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    right: 0;
    left: auto;
  }

  .ckEditorLayout-full-width.with-arrows.ckEditorLayout-full-width.full-width-image.with-fader .controller-js .crsl-ctrl:last-child {
    margin-bottom: 0;
  }

  .ckEditorLayout-full-width.with-arrows.ckEditorLayout-full-width.full-width-image.with-fader .controller-js .crsl-ctrl:first-child {
    margin-bottom: 25px;
  }

  .ckEditorLayout-full-width.with-fader .images-fader-cms .bf-dots {
    width: 75%;
  }
}
@-webkit-keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes stRotate {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-o-keyframes stRotate {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.shTemplReset {
  line-height: initial;
  font-size: initial;
  /* Change Autocomplete styles in Chrome*/
}
.shTemplReset:before {
  clear: both;
  content: "";
  display: table;
  margin-top: -1px;
  height: 0;
}
.shTemplReset * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.shTemplReset *:focus {
  outline: none;
}
.shTemplReset *:after, .shTemplReset *:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.shTemplReset main, .shTemplReset time {
  display: block;
}
.shTemplReset address {
  font-style: normal;
}
.shTemplReset button {
  cursor: pointer;
}
.shTemplReset button:focus {
  outline: none;
}
.shTemplReset fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
.shTemplReset input {
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.shTemplReset button:-moz-focusring,
.shTemplReset [type=button]:-moz-focusring,
.shTemplReset [type=reset]:-moz-focusring,
.shTemplReset [type=submit]:-moz-focusring {
  border-style: none;
  outline: 0;
}
.shTemplReset input:-webkit-autofill,
.shTemplReset input:-webkit-autofill:hover,
.shTemplReset input:-webkit-autofill:focus,
.shTemplReset input:-webkit-autofill,
.shTemplReset textarea:-webkit-autofill,
.shTemplReset textarea:-webkit-autofill:hover,
.shTemplReset textarea:-webkit-autofill:focus,
.shTemplReset select:-webkit-autofill,
.shTemplReset select:-webkit-autofill:hover,
.shTemplReset select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.shTemplReset img {
  border-style: none;
}
.shTemplReset ul, .shTemplReset ul li {
  list-style-type: none;
}
.shTemplReset ul {
  padding: 0;
  margin: 0;
}
.shTemplReset em,
.shTemplReset i {
  font-style: italic;
}
.shTemplReset a, .shTemplReset div, .shTemplReset span, .shTemplReset button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.shTemplReset hr, .shTemplReset svg {
  overflow: visible;
}
.shTemplReset *:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.shTplGContainer {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}
.shTplGContainer:after {
  display: table;
  content: "";
  clear: both;
}
@media (max-width: 767px) {
  .shTplGContainer {
    padding: 0 20px;
  }
}

.shTplGResetHeaders {
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.shTplGResetHeaders:first-letter {
  text-transform: capitalize;
}

.shTplResetAnchor {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

.shTplGBlockScroll {
  position: relative;
  overflow: hidden;
}
@media (max-width: 730px) {
  .shTplGBlockScroll {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

.mtGenericLoader {
  height: 30px;
  width: 30px;
  -webkit-animation: stRotate 1.2s infinite linear;
     -moz-animation: stRotate 1.2s infinite linear;
       -o-animation: stRotate 1.2s infinite linear;
          animation: stRotate 1.2s infinite linear;
  border: 2px solid #97012e;
  border-right-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 70px;
  z-index: 2;
  margin: -15px 0 0 0;
}

@-webkit-keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}

@-moz-keyframes skeletonAnimations {
  0% {
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}

@-o-keyframes skeletonAnimations {
  0% {
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -o-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
       background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -o-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
       background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}

@keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
      -o-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
      -o-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}
body.media-template {
  background: #fff;
}
@media (max-width: 1024px) {
  body.media-template .h-logo,
body.media-template .header-ref,
body.media-template .header .h-logo,
body.media-template a.h-logo {
    display: none;
  }
}
body.media-template .mtFiltersContainer {
  z-index: 3;
  position: relative;
}
@media all and (max-width: 1023px) {
  body.media-template .mtFiltersContainer {
    position: fixed;
  }
}
body.media-template .mtGridContainer {
  background: #fff;
  padding-top: 3.125rem;
}
body.media-template .filter-wrapper {
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
body.media-template .filter-wrapper::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
@media (min-width: 1024px) {
  body.media-template .filter-wrapper {
    overflow: visible;
  }
}
body.media-template .filters-holder,
body.media-template .filters-holder .filter-wrapper,
body.media-template .filters-holder .search-filtersWrapper {
  background: #242327;
}
@media (max-width: 1023px) {
  body.media-template .filters-holder {
    padding-top: 11.25rem;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  body.media-template .filters-holder {
    top: 10rem;
    background: #242327;
  }
}
@media (max-width: 1023px) {
  body.media-template .filters-holder .filter-wrapper {
    padding: 1.875rem;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  body.media-template .filters-holder .filter-wrapper {
    background: #242327;
  }
}
@media (max-width: 1023px) {
  body.media-template .filters-box {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  body.media-template .filters-holder .search-filtersWrapper {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  body.media-template .filters-holder .search-filtersWrapper {
    background: #242327;
  }
}
body.media-template .show-results {
  margin: 0 auto 1.25rem;
  text-align: center;
  color: #fff;
  background: #242327;
  border: 2px solid #E63946;
  left: 1.25rem;
  right: 1.25rem;
  width: auto;
  position: fixed;
}
@media (max-width: 1023px) {
  body.media-template .matrix-box {
    padding-left: 0;
    padding-right: 0;
  }
}
body.media-template .filters-box h3 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  line-height: 1.1875rem;
  margin-bottom: 0.625rem;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  color: #fff;
}
body.media-template .filters-box li {
  background: #F9F7ED;
  border: none;
  -webkit-border-radius: 0rem;
     -moz-border-radius: 0rem;
          border-radius: 0rem;
}
body.media-template .filters-box li.filter-articles:before, body.media-template .filters-box li.filter-articles:after, body.media-template .filters-box li.filter-news:before, body.media-template .filters-box li.filter-news:after {
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
body.media-template .filters-box li.active {
  background: #C91235;
}
html.no-touch body.media-template .filters-box li:hover {
  background: #C91235;
}
body.media-template .mtSearch {
  -webkit-border-radius: 3.125rem;
     -moz-border-radius: 3.125rem;
          border-radius: 3.125rem;
}
body.media-template .mtSearch input {
  background: #242327;
  text-align: left;
  font-family: "Lexend Deca", sans-serif;
  font-size: 0.9375rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.1875rem;
  color: #252429;
  background-color: #fff;
}
body.media-template .mtSearch input::-webkit-input-placeholder {
  text-align: left;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: rgba(37, 36, 41, 0.4);
}
body.media-template .mtSearch input:-moz-placeholder {
  text-align: left;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: rgba(37, 36, 41, 0.4);
}
body.media-template .mtSearch input::-moz-placeholder {
  text-align: left;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: rgba(37, 36, 41, 0.4);
}
body.media-template .mtSearch input:-ms-input-placeholder {
  text-align: left;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: rgba(37, 36, 41, 0.4);
}
body.media-template .mtSearch input::-ms-input-placeholder {
  text-align: left;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: rgba(37, 36, 41, 0.4);
}
body.media-template .mtSearch input::placeholder {
  text-align: left;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: rgba(37, 36, 41, 0.4);
}
html.no-touch body.media-template .mtSearch input:hover {
  color: #252429;
  border-color: #fff;
}
@media (max-width: 1023px) {
  body.media-template .mtSearch input {
    padding-left: 3.125rem;
  }
}
body.media-template .mtMediaMessage {
  padding: 0 1.875rem;
  color: #fff;
}
body.media-template .mtMediaMessage h2.no-media-to-show {
  color: #C91235;
  text-align: center;
}
@media (max-width: 1023px) {
  body.media-template .mtSearch .mtSearch__clear {
    left: auto;
  }
}
body.media-template .mtSearch .mtSearch__search-icon:before {
  content: none;
}
body.media-template .mtSearch .mtSearch__search-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #81061D;
  font-size: 1.25rem;
}
@media (max-width: 1023px) {
  body.media-template .mtSearch .mtSearch__search-icon {
    left: 0;
  }
}
body.media-template .mtGenericLoader {
  border: 0.125rem solid #C91235 !important;
  border-right-color: transparent !important;
}
@media (min-width: 1024px) {
  body.media-template .filters-holder .filter-wrapper {
    padding-top: 0;
  }
}
body.media-template .filter-wrapper .filters-box .filter-reset {
  background: transparent;
}
body.media-template .filter-wrapper .filters-box .filter-reset p {
  padding-top: 1rem;
  padding-left: 1.875rem;
  font-family: "Lexend Deca", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.1875rem;
  text-transform: uppercase;
}
body.media-template .filter-wrapper .filters-box .filter-reset span:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.92 18'%3E%3Cpath data-name='Icon open-reload' d='M8.989 0a9 9 0 1 1-6.4 15.392l1.622-1.62a6.76 6.76 0 1 0 4.8-11.522A6.557 6.557 0 0 0 4.3 4.3l2.458 2.451H0V0l2.681 2.678A8.966 8.966 0 0 1 9.011 0Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}
body.media-template .filter-wrapper .filters-box .filter-reset span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.92 18'%3E%3Cpath data-name='Icon open-reload' d='M8.989 0a9 9 0 1 1-6.4 15.392l1.622-1.62a6.76 6.76 0 1 0 4.8-11.522A6.557 6.557 0 0 0 4.3 4.3l2.458 2.451H0V0l2.681 2.678A8.966 8.966 0 0 1 9.011 0Z' fill='%23F2685E'%3E%3C/path%3E%3C/svg%3E");
}
html.no-touch body.media-template .filter-wrapper .filters-box .filter-reset:hover {
  background: transparent;
}
html.no-touch body.media-template .filter-wrapper .filters-box .filter-reset:hover p {
  color: #C91235;
}
body.media-template .matrix-box .word-item {
  background: #ca1236;
  font-weight: bold;
  text-align: left;
  border: none;
  font-family: "Lexend Deca", sans-serif;
  font-size: 0.9375rem;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0.3125rem 0;
}
body.media-template .matrix-box .word-item span:before,
body.media-template .matrix-box .word-item span:after {
  background: #fff;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
html.no-touch body.media-template .matrix-box .word-item:hover {
  background: rgba(202, 18, 54, 0.3);
  color: #fff;
}
html.no-touch body.media-template .matrix-box .word-item:hover span:before,
html.no-touch body.media-template .matrix-box .word-item:hover span:after {
  background: #fff;
}
body.media-template .matrix-box .combination-words {
  background: #fff;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  -webkit-border-radius: 3.125rem;
     -moz-border-radius: 3.125rem;
          border-radius: 3.125rem;
}
body.media-template .matrix-box .combinations {
  background: #F5F5F5;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
html.no-touch body.media-template .matrix-box .combinations:hover {
  background: #F5F5F5;
}
html.no-touch body.media-template .matrix-box .combinations:hover span {
  background: #81061D !important;
}
html.no-touch body.media-template .matrix-box .combinations:hover:before, html.no-touch body.media-template .matrix-box .combinations:hover:after {
  color: #252429;
}
body.media-template .matrix-box .combinations span {
  background: #81061D;
}
body.media-template .matrix-box .combinations:before,
body.media-template .matrix-box .combinations:after {
  font-family: "Lexend Deca", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #252429;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
body.media-template .mtStickyButtons__scrollTop i {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #81061D;
}
body.media-template .mtStickyButtons__scrollTop {
  background: #fff;
}
@media (max-width: 1023px) {
  body.media-template .mtStickyButtons__scrollTop {
    margin-bottom: 3.125rem;
  }
}
html.no-touch body.media-template .mtStickyButtons__scrollTop:hover {
  background: #C91235;
}
html.no-touch body.media-template .mtStickyButtons__scrollTop:hover i {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
}
body.media-template .mtMediaMessage h2 {
  color: #C91235;
}
body.media-template .mtMobileFiltersToggle {
  background: #2B2B2B;
  z-index: 3;
  top: auto !important;
  bottom: 0;
}
body.media-template .mtMobileFiltersToggle i {
  background: #fff;
}
body.media-template .mtMobileFiltersToggle span {
  color: #fff;
}
@media (max-width: 1023px) {
  body.media-template .mtMobileFiltersToggle {
    padding: 0.25rem;
    font-family: "Lexend Deca", sans-serif;
  }
}
body.media-template .mtGridContainer__loadMore button {
  text-transform: uppercase;
}
body.media-template .mtSearch .mtSearch__clear:after,
body.media-template .mtSearch .mtSearch__clear:before {
  background: #fff;
}
html.no-touch body.media-template .matrix-box .combinations:hover span {
  background: #707070;
}
html.no-touch body.media-template .mtSearch .mtSearch__clear:hover:after, html.no-touch body.media-template .mtSearch .mtSearch__clear:hover:before {
  background: #C91235;
}
body.media-template .mtSearch .mtSearch__error-message,
body.media-template .mtSearch .mtSearch__noSpecialChars {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  background: #fff;
  font-family: "Lexend Deca", sans-serif;
}
body.media-template .story-card .scc-user {
  width: 50%;
}

@-webkit-keyframes mpOverlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes mpOverlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes mpOverlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mpOverlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mediaPopup:after {
  background: rgba(37, 36, 41, 0.7);
  opacity: 0;
  -webkit-animation: mpOverlayFadeIn 0.4s ease-out forwards;
     -moz-animation: mpOverlayFadeIn 0.4s ease-out forwards;
       -o-animation: mpOverlayFadeIn 0.4s ease-out forwards;
          animation: mpOverlayFadeIn 0.4s ease-out forwards;
}
.mediaPopup button:focus-visible {
  outline: 2px dashed #000;
}
.mediaPopup + .mediaPopup {
  display: none;
}
.mediaPopup .mediaPopup__content {
  background: #252429;
}
.mediaPopup .mediaPopup__contentInner {
  background: #fff;
}
.mediaPopup .mediaPopup__featuredPost, .mediaPopup.noRelatedStaff .mediaPopup__content, .mediaPopup.noRelatedAdded .mediaPopup__content {
  background: #fff;
}
.mediaPopup .mediaPopup__type,
.mediaPopup .mediaPopup__topNav {
  background: #C91235;
}
.mediaPopup .mediaPopup__type h4 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 1.5625rem;
  text-align: left;
  color: #f9f7ed;
}
.mediaPopup .mediaPopup__button {
  background: transparent;
}
.mediaPopup .mediaPopup__button.mediaPopup__close {
  background: #C91235;
}
.mediaPopup .mediaPopup__button.mediaPopup__close i,
.mediaPopup .mediaPopup__button.mediaPopup__close span {
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  -webkit-transform: scale(1.3);
     -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
  display: inline-block;
}
.mediaPopup .mediaPopup__button.mediaPopup__close i:after,
.mediaPopup .mediaPopup__button.mediaPopup__close i:before {
  height: 1px;
}
html.no-touch .mediaPopup .mediaPopup__button.mediaPopup__close:hover {
  background: #C91235;
}
html.no-touch .mediaPopup .mediaPopup__button.mediaPopup__close:hover i,
html.no-touch .mediaPopup .mediaPopup__button.mediaPopup__close:hover span {
  -webkit-transform: scale(1.8);
     -moz-transform: scale(1.8);
      -ms-transform: scale(1.8);
       -o-transform: scale(1.8);
          transform: scale(1.8);
}
.mediaPopup .mediaPopup__button i {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
html.no-touch .mediaPopup .mediaPopup__button:hover {
  background: rgba(255, 255, 255, 0.1);
}
.mediaPopup .mediaPopup__related {
  background: #252429;
}
.mediaPopup .mediaPopup__relatedHeaderWrapper .secondLvlCss h4, .mediaPopup .mediaPopup__relatedHeaderWrapper .mediaPopup__desc h4 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 1.6875rem;
  line-height: 1.9375rem;
  text-align: left;
  color: #f9f7ed;
  text-transform: capitalize;
  margin-bottom: 0;
  letter-spacing: 0;
}
.mediaPopup .mpRelatedTags li {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: #C91235;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  -webkit-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
html.no-touch .mediaPopup .mpRelatedTags li:hover {
  background: rgba(201, 18, 53, 0.8);
  /* #C91235 with reduced opacity */
}
.mediaPopup .mpRelatedTags li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  position: relative;
  width: 20px;
  height: 20px;
  float: none;
  padding-left: 10px;
}
.mediaPopup .mpRelatedTags li span:after,
.mediaPopup .mpRelatedTags li span:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.mediaPopup .mpRelatedTags li a {
  font-family: "lexend deca", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  padding-right: 10px;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.mediaPopup .mpRelatedTags li.forStaff {
  pointer-events: none;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}
html.no-touch .mediaPopup .mpRelatedTags li:hover {
  background: rgba(201, 18, 53, 0.8);
  /* #C91235 with reduced opacity */
}
html.no-touch .mediaPopup .mpRelatedTags li:hover a {
  color: #fff;
}
html.no-touch .mediaPopup .mpRelatedTags li:hover span:before,
html.no-touch .mediaPopup .mpRelatedTags li:hover span:after {
  background: #fff;
}
.mediaPopup .mediaPopup__desc .mediaPopup__extraDescWrapper a:not(.downloadBtn):not(.secondaryDownloadBtn) {
  color: #2B2B2B;
}
.mediaPopup.news .mediaPopup__feedName {
  color: #2B2B2B;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
html.no-touch .mediaPopup.news .mediaPopup__feedName:hover {
  color: #C91235;
}
.mediaPopup.news .mediaPopup__date {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #2B2B2B;
  opacity: 0.4;
  text-transform: uppercase;
}
.mediaPopup.news .mediaPopup__desc .mediaPopup__postTitle a {
  font-weight: bold;
  font-size: 2.6875rem;
  text-align: left;
  color: #2B2B2B;
  text-transform: capitalize;
  text-decoration: none !important;
  -webkit-text-decoration-color: #C91235 !important;
     -moz-text-decoration-color: #C91235 !important;
          text-decoration-color: #C91235 !important;
}
.mediaPopup.isMpStaff .isStaffRole {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-align: left;
  color: #2B2B2B;
}
.mediaPopup.isMpStaff .isTitle {
  font-weight: bold !important;
}
.mediaPopup.isCard .isCardsCategories {
  display: none;
}
.mediaPopup.isCard .mediaPopup__relatedContainer .cards-card {
  margin-bottom: 1.25rem;
  padding-right: 0.625rem;
}
.mediaPopup.isCard .mediaPopup__relatedContainer .cards-card .ccc-name {
  font-size: 1.625rem;
  line-height: 2.1875rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 4.375rem;
  /* 2 lines * 35px line height */
}
.mediaPopup.isCard .mediaPopup__relatedContainer .cards-card .cards-card-image {
  padding-top: 70%;
}
.mediaPopup.isCard .isTitle {
  font-size: 2.8125rem;
}
@media (min-width: 768px) {
  .mediaPopup.isCard .isTitle {
    font-size: 2.9375rem;
  }
}
.mediaPopup.issuu .mediaPopup__feedName {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.mediaPopup.issuu .mediaPopup__feedInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.mediaPopup.issuu .mediaPopup__feedInfo > a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 70%;
}
.mediaPopup.issuu .mediaPopup__feedIcon {
  min-width: 20px;
}
.mediaPopup .mediaPopup__content blockquote {
  margin-left: 1.25rem;
}
@media (max-width: 1024px) {
  .mediaPopup .mediaPopup__content blockquote {
    margin-left: -0.625rem;
  }
}
.mediaPopup .mediaPopup__related .mtGenericLoader {
  border-top-color: transparent;
}
.mediaPopup .mediaPopup__date {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #2B2B2B;
  opacity: 0.4;
  text-transform: uppercase;
}
.mediaPopup .mediaPopup__singleImage.isPortrait.showBigImage {
  width: 100%;
}
@media (max-width: 500px) {
  .mediaPopup .mediaPopup__singleImage {
    margin-bottom: 30px;
  }
}
.mediaPopup .mediaPopup__desc .secondLvlCss a.mediaPopup__viewPost.downloadBtn, .mediaPopup .mediaPopup__desc .mediaPopup__desc a.mediaPopup__viewPost.downloadBtn {
  color: #2B2B2B;
}
body.secondLvl {
  /* Add styled lists for admissions calculator slideout */
}
@media (max-width: 767px) {
  body.secondLvl .admissions-input-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.secondLvl .admissions-functionality-wrapper {
  background: #C8102E;
}
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-func-title {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  text-align: left;
  color: #f9f7ed;
}
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-func-details {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-align: left;
  color: #f9f7ed;
}
body.secondLvl .admissions-functionality-wrapper {
  background: #C8102E;
}
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-func-title {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  text-align: left;
  color: #f9f7ed;
}
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit {
  -webkit-border-radius: 26px;
     -moz-border-radius: 26px;
          border-radius: 26px;
  background: #FFFFFF;
  border: none;
  min-width: 80px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 22px;
  color: #252429;
  padding: 10px 20px;
}
html.no-touch body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit:hover {
  background: #f8f8f8;
  border: none;
  -webkit-transform: translateY(-2px);
     -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
  background: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  position: relative;
}
html.no-touch body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:hover {
  background: transparent;
  color: #fff;
  /* Ensure text remains visible on hover */
}
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error span,
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error:before,
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error:after {
  color: red;
}
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input span,
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:before,
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:after {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
html.no-touch body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:hover:after {
  opacity: 0.7;
  /* Reduce opacity instead of changing color */
}
html.no-touch body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:hover span {
  opacity: 0.7;
  /* Reduce opacity instead of changing color */
}
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(0) rotate(45deg);
     -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
       -o-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  opacity: 1;
  z-index: 10;
}
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.opened {
  -webkit-border-radius: 25px 25px 0 0;
     -moz-border-radius: 25px 25px 0 0;
          border-radius: 25px 25px 0 0;
  border-bottom: none;
}
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select {
  border-left: none;
  border-right: none;
}
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
  border: 0.125rem solid #C91235;
  /* Updated to LREI red color */
  -webkit-border-radius: 0 0 25px 25px;
     -moz-border-radius: 0 0 25px 25px;
          border-radius: 0 0 25px 25px;
  max-height: 300px;
  overflow-y: auto;
}
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select,
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select:nth-child(even) {
  background: #C91235;
  /* Updated to LREI red color */
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 12px;
  text-align: center;
}
html.no-touch body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select:hover {
  background: #252429;
  /* Updated to LREI navy blue color */
  color: #fff;
  cursor: pointer;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out,
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry.active {
  background: #fff !important;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-title {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 43px;
  line-height: 43px;
  text-align: left;
  color: #252429;
  letter-spacing: 0;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-details {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #252429;
  margin-top: 20px;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .close-adm-results {
  background: #C8102E;
  border: none;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container {
  border-color: #252429;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #252429;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry {
  background: #C8102E;
  color: #fff;
}
html.no-touch body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry:hover:not(.active) {
  background: #C91235;
  color: #fff !important;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
  text-align: left;
  color: #252429;
  margin-top: 20px;
  display: none;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:first-child {
  border-top: none;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry {
  padding: 0 10px;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date span {
  color: #252429;
}
body.secondLvl .sendAdmEmailToDivider,
body.secondLvl .sendAdmEmailTo:not(.success):not(.error) .aef-sendButton {
  background: #C8102E;
}
body.secondLvl .sendAdmEmailTo {
  border-color: #252429;
}
body.secondLvl .sendAdmEmailTo input {
  color: #252429;
  font-weight: bold;
  font-family: "Lexend Deca", sans-serif;
}
body.secondLvl .sendAdmEmailTo .aef-sendButton {
  font-weight: bold;
  font-family: "Lexend Deca", sans-serif;
}
html.no-touch body.secondLvl .sendAdmEmailTo .aef-sendButton:hover {
  background: #C91235;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry:first-child {
  -webkit-border-radius: 3px 0 0 0;
     -moz-border-radius: 3px 0 0 0;
          border-radius: 3px 0 0 0;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry:last-child {
  -webkit-border-radius: 0 3px 0 0;
     -moz-border-radius: 0 3px 0 0;
          border-radius: 0 3px 0 0;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry.active {
  color: #252429 !important;
}
body.secondLvl .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
  padding-bottom: 10px;
}
html.no-touch body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry:hover {
  background: #C91235;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step {
  border-top-color: rgba(242, 104, 94, 0.5);
  border-top-width: 1px;
}
body.secondLvl .adm-results-slide-out p {
  margin-bottom: 0.9375rem;
}
body.secondLvl .adm-results-slide-out p:last-child {
  margin-bottom: 0;
}
body.secondLvl .adm-results-slide-out a {
  text-decoration: underline;
  -webkit-text-decoration-color: #C91235;
     -moz-text-decoration-color: #C91235;
          text-decoration-color: #C91235;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
}
body.secondLvl .adm-results-slide-out a:hover {
  color: #E27F8F;
  text-decoration: underline;
}
body.secondLvl .adm-results-slide-out .downloadBtn,
body.secondLvl .adm-results-slide-out .secondaryDownloadBtn {
  font-family: "Lexend Deca", sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  background: #C91235;
  padding: 15px 25px;
  -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
          border-radius: 35px;
  border: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
  text-transform: capitalize;
}
body.secondLvl .adm-results-slide-out .downloadBtn:hover,
body.secondLvl .adm-results-slide-out .secondaryDownloadBtn:hover {
  background-color: #E27F8F;
  color: #fff;
  text-decoration: none;
}
body.secondLvl .adm-results-slide-out .secondaryDownloadBtn {
  color: #fff;
  background: #C8102E;
  border-color: #C8102E;
  text-transform: uppercase;
}
body.secondLvl .adm-results-slide-out .secondaryDownloadBtn:hover {
  color: #fff;
  background: #E27F8F;
}
body.secondLvl .adm-results-slide-out blockquote {
  font-family: "Lexend Deca", sans-serif;
  display: block;
  position: relative;
  padding-left: 2.8125rem;
  padding-right: 0;
  margin: 1.875rem 0;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-align: left;
  color: #252429;
  margin-left: -0.625rem;
}
body.secondLvl .adm-results-slide-out blockquote:before {
  content: '"';
  font-size: 3.75rem;
  line-height: 5.625rem;
  position: absolute;
  font-weight: 600;
  left: 0;
  top: -0.625rem;
  -webkit-transform: translateY(-20%);
     -moz-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
       -o-transform: translateY(-20%);
          transform: translateY(-20%);
  font-style: normal;
  color: #C91235;
}
@media (min-width: 1024px) {
  body.secondLvl .adm-results-slide-out blockquote:before {
    -webkit-transform: translateX(-100%) translateX(+0.625rem) translateY(-20%);
       -moz-transform: translateX(-100%) translateX(+0.625rem) translateY(-20%);
        -ms-transform: translateX(-100%) translateX(+0.625rem) translateY(-20%);
         -o-transform: translateX(-100%) translateX(+0.625rem) translateY(-20%);
            transform: translateX(-100%) translateX(+0.625rem) translateY(-20%);
  }
}
body.secondLvl .adm-results-slide-out blockquote:after {
  content: '"';
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 0;
  bottom: 0.625rem;
  right: -0.3125rem;
  display: inline-block;
  -webkit-transform: rotate(180deg) translateY(-1.25rem);
     -moz-transform: rotate(180deg) translateY(-1.25rem);
      -ms-transform: rotate(180deg) translateY(-1.25rem);
       -o-transform: rotate(180deg) translateY(-1.25rem);
          transform: rotate(180deg) translateY(-1.25rem);
  position: relative;
  font-style: normal;
  color: #C91235;
}
body.secondLvl .adm-results-slide-out blockquote p {
  font-family: inherit !important;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline;
  color: inherit;
}
@media (min-width: 1024px) {
  body.secondLvl .adm-results-slide-out blockquote {
    font-size: 1.9375rem;
    line-height: 2.375rem;
    padding-left: 1.5625rem;
    margin-left: -1.25rem;
  }
}
body.secondLvl .adm-results-slide-out ol {
  display: block;
  padding-left: 1.5625rem;
  margin: 0 0 1.875rem;
}
body.secondLvl .adm-results-slide-out ol li {
  position: relative;
  list-style-type: decimal;
  margin-bottom: 0.9375rem;
  padding-left: 0.3125rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
body.secondLvl .adm-results-slide-out ol li::marker {
  -webkit-transform: translateY(0.125rem);
     -moz-transform: translateY(0.125rem);
      -ms-transform: translateY(0.125rem);
       -o-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
  display: inline-block;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: inherit;
  line-height: inherit;
  text-align: right;
  color: #E63946;
}
body.secondLvl .adm-results-slide-out ul {
  display: block;
  margin-bottom: 1.875rem;
}
body.secondLvl .adm-results-slide-out ul li {
  list-style-type: none;
  padding-left: 1.875rem;
  position: relative;
  margin-bottom: 0.9375rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
body.secondLvl .adm-results-slide-out ul li:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4375rem;
  background: #E63946;
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-title {
  font-family: "Lexend Deca", sans-serif;
  text-align: left;
  margin: 0 0 1.875rem;
  font-weight: normal;
  font-size: 1.75rem;
  line-height: 2.3125rem;
  color: #242327;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
@media (min-width: 1024px) {
  body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-title {
    font-size: 2.0625rem;
    line-height: 2.3125rem;
  }
}
body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry {
  border-right: 1px solid #f9f7ed;
}
@media (max-width: 767px) {
  body.secondLvl .admissions-functionality-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
  body.secondLvl .adm-input-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.secondLvl .adm-input-btn-wrapper .mobile-select {
    width: 100%;
    background: #C8102E;
    border: none;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    margin-bottom: 30px;
  }
  body.secondLvl .adm-input-btn-wrapper .mobile-select.error select {
    color: red;
  }
  body.secondLvl .mobile-select.error select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 7'%3E%3Cpath d='M5 4.5 2.5 2 1.5 3l3.5 3.5L8.5 3 7.5 2z' fill='red'%3E%3C/path%3E%3C/svg%3E");
  }
  body.secondLvl .mobile-select select {
    background: #C8102E;
    border: 1px solid #C91235 !important;
    -webkit-border-radius: 25px !important;
       -moz-border-radius: 25px !important;
            border-radius: 25px !important;
    color: #fff;
    font-family: "London Tube", sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 22px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 7'%3E%3Cpath d='M5 4.5 2.5 2 1.5 3l3.5 3.5L8.5 3 7.5 2z' fill='%23f9f7ed'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: -webkit-calc(100% - 1rem);
    background-position-x: -moz-calc(100% - 1rem);
    background-position-x: calc(100% - 1rem);
    background-position-y: 0.75rem;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
    -moz-background-size: 0.9375rem;
      -o-background-size: 0.9375rem;
         background-size: 0.9375rem;
  }
  html.no-touch body.secondLvl .mobile-select:hover {
    background: #C8102E;
  }
  body.secondLvl .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native select {
    background: #C8102E;
    color: white;
    font-size: 20px;
    font-weight: normal;
  }
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 0.25rem solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
     -moz-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.25rem;
  min-height: 1.25rem;
}
.selectric-items li {
  display: block;
  padding: 0.625rem;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 0.625rem;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 1.5625rem;
}

.ISFilteredGrid {
  margin: 1.875rem auto;
  padding: 0 1.25rem;
}
.ISFilteredGrid .ISFilteredGrid__topRowFilters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.3125rem;
}
.ISFilteredGrid .ISFilteredGrid__mainFilters {
  border-top: 2px solid #e6554a;
  border-bottom: 2px solid #e6554a;
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ISFilteredGrid .ISFilteredGrid__mobileOnlyButtons {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.125rem;
}
.ISFilteredGrid .ISFilteredGrid__label {
  color: #242327;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
}
.ISFilteredGrid .ISFilteredGrid__desktopClear, .ISFilteredGrid .ISFilteredGrid__mobileClear {
  background: none;
  border: 0;
  cursor: pointer;
}
.ISFilteredGrid .ISFilteredGrid__desktopClear i, .ISFilteredGrid .ISFilteredGrid__mobileClear i {
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__desktopClear i:after, .ISFilteredGrid .ISFilteredGrid__desktopClear i:before, .ISFilteredGrid .ISFilteredGrid__mobileClear i:after, .ISFilteredGrid .ISFilteredGrid__mobileClear i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__desktopClear i:after, .ISFilteredGrid .ISFilteredGrid__mobileClear i:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23e6554a' stroke-linecap='round' stroke-linejoin='round' transform='translate(2 2)'%3E%3Cpath d='m12.5 1.5c2.4138473 1.37729434 4 4.02194088 4 7 0 4.418278-3.581722 8-8 8s-8-3.581722-8-8 3.581722-8 8-8'/%3E%3Cpath d='m12.5 5.5v-4h4'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0;
}
.ISFilteredGrid .ISFilteredGrid__desktopClear i:before, .ISFilteredGrid .ISFilteredGrid__mobileClear i:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23262262' stroke-linecap='round' stroke-linejoin='round' transform='translate(2 2)'%3E%3Cpath d='m12.5 1.5c2.4138473 1.37729434 4 4.02194088 4 7 0 4.418278-3.581722 8-8 8s-8-3.581722-8-8 3.581722-8 8-8'/%3E%3Cpath d='m12.5 5.5v-4h4'/%3E%3C/g%3E%3C/svg%3E");
}
.ISFilteredGrid .ISFilteredGrid__desktopClear span, .ISFilteredGrid .ISFilteredGrid__mobileClear span {
  color: #242327;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.625rem;
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__desktopClear:hover i:after, html.no-touch .ISFilteredGrid .ISFilteredGrid__mobileClear:hover i:after {
  opacity: 1;
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__desktopClear:hover i:before, html.no-touch .ISFilteredGrid .ISFilteredGrid__mobileClear:hover i:before {
  opacity: 0;
}
.ISFilteredGrid .ISFilteredGrid__content {
  padding-top: 1.25rem;
  gap: 20px 20px;
  font-size: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 860px) {
  .ISFilteredGrid .ISFilteredGrid__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .ISFilteredGrid .ISFilteredGrid__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ISFilteredGrid .ISFilteredGrid__noResults {
  text-align: center;
  max-width: 27.5rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.ISFilteredGrid .ISFilteredGrid__noResults h2 {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  color: #000;
  font-weight: 400;
  padding: 0.8125rem 0 1.125rem 0;
}
.ISFilteredGrid .ISFilteredGrid__noResults p {
  font-size: 1.25rem;
  letter-spacing: 0.01em;
  line-height: 1.27;
  color: #A20038;
}
.ISFilteredGrid.noDecade .js-GraduationDecade {
  pointer-events: none;
  opacity: 0;
}
.ISFilteredGrid ul {
  margin: 0;
  padding-left: 0;
}
.ISFilteredGrid ul li {
  line-height: normal;
  margin-bottom: 0;
  padding-left: 0;
}
.ISFilteredGrid ul li:before {
  display: none;
}
.ISFilteredGrid .ISFilteredGrid__filterName, .ISFilteredGrid .selectric .label {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #262626;
  vertical-align: middle;
  padding-right: 0.625rem;
}
.ISFilteredGrid .ISFilteredGrid__filterIcon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__filterIcon:after, .ISFilteredGrid .ISFilteredGrid__filterIcon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__filterIcon:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 4.21875 10.78125 L 2.78125 12.21875 L 15.28125 24.71875 L 16 25.40625 L 16.71875 24.71875 L 29.21875 12.21875 L 27.78125 10.78125 L 16 22.5625 Z'/%3E%3C/svg%3E");
}
.ISFilteredGrid .ISFilteredGrid__filterIcon:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 4.21875 10.78125 L 2.78125 12.21875 L 15.28125 24.71875 L 16 25.40625 L 16.71875 24.71875 L 29.21875 12.21875 L 27.78125 10.78125 L 16 22.5625 Z'/%3E%3C/svg%3E");
  opacity: 0;
}
.ISFilteredGrid .ISFilteredGrid__filterBy {
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 230px;
     -moz-box-flex: 0;
      -ms-flex: 0 1 230px;
          flex: 0 1 230px;
  width: 100%;
}
.ISFilteredGrid .ISFilteredGrid__filterBy select {
  display: none;
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__filterBy.isButtonSort:not(.filterActive):hover .ISFilteredGrid__filterIcon:after, html.no-touch .ISFilteredGrid .ISFilteredGrid__filterBy .selectric:hover .ISFilteredGrid__filterIcon:after {
  opacity: 0;
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__filterBy.isButtonSort:not(.filterActive):hover .ISFilteredGrid__filterIcon:before, html.no-touch .ISFilteredGrid .ISFilteredGrid__filterBy .selectric:hover .ISFilteredGrid__filterIcon:before {
  opacity: 1;
}
.ISFilteredGrid .ISFilteredGrid__filterBy.filterActive .ISFilteredGrid__filterName {
  color: #e6554a;
}
.ISFilteredGrid .ISFilteredGrid__filterBy.filterActive .ISFilteredGrid__filterIcon:after {
  opacity: 0;
}
.ISFilteredGrid .ISFilteredGrid__filterBy.filterActive .ISFilteredGrid__filterIcon:before {
  opacity: 1;
}
.ISFilteredGrid .ISFilteredGrid__filterBy.descendingOrder .ISFilteredGrid__filterIcon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ISFilteredGrid .ISFilteredGrid__filterBy.js-GraduationDecade {
  min-width: 6.25rem;
}
.ISFilteredGrid .ISFilteredGrid__filterBy.isButtonSort {
  margin-top: 0.3125rem;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  max-width: unset;
}
.ISFilteredGrid .ISFilteredGrid__filterBy.isButtonSort em {
  vertical-align: middle;
  padding-right: 0.875rem;
}
.ISFilteredGrid .ISFilteredGrid__tagWrapper {
  padding-right: 1.25rem;
}
.ISFilteredGrid .ISFilteredGrid__tag {
  background: #2d2d2d;
  border: 0.0625rem solid #e6554a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: auto;
  padding-right: 0.625rem;
}
.ISFilteredGrid .ISFilteredGrid__tag:not(:last-of-type) {
  margin-bottom: 0.3125rem;
}
.ISFilteredGrid .ISFilteredGrid__tag span {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  color: #fff;
  padding: 0.125rem 0.3125rem 0.125rem 0.75rem;
  vertical-align: middle;
  cursor: initial;
}
.ISFilteredGrid .ISFilteredGrid__tag button {
  width: 1.4375rem;
  height: 1.5625rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fff;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__tag button:after, .ISFilteredGrid .ISFilteredGrid__tag button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.75rem;
  height: 0.0625rem;
  margin-left: -0.375rem;
  margin-top: -0.0625rem;
  background: currentColor;
}
.ISFilteredGrid .ISFilteredGrid__tag button:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ISFilteredGrid .ISFilteredGrid__tag button:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__tag:hover {
  background: #e6554a;
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__tag:hover span, html.no-touch .ISFilteredGrid .ISFilteredGrid__tag:hover button {
  color: #242327;
}
.ISFilteredGrid .selectric {
  background: none;
  border: 0;
}
.selectric-open .ISFilteredGrid .selectric {
  border: none;
}
.ISFilteredGrid .selectric .label {
  margin: 0;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #262626;
}
.ISFilteredGrid .selectric-items {
  border: none;
  z-index: 1;
  max-width: 100%;
}
.ISFilteredGrid .selectric-items li {
  font-size: 0.9375rem;
  min-height: 2.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  padding: 0.5rem 0.9375rem;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.ISFilteredGrid .selectric-items li.isDisabled, .ISFilteredGrid .selectric-items li.disabled {
  display: none;
}
.ISFilteredGrid .selectric-items .selectric-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.4375rem;
}
.ISFilteredGrid .selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0.3125rem;
          border-radius: 0.3125rem;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.ISFilteredGrid .ISFilteredGrid__prevPage, .ISFilteredGrid .ISFilteredGrid__nextPage {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 2.5rem;
  position: relative;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease;
  -moz-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  width: 3.125rem;
}
.ISFilteredGrid .ISFilteredGrid__prevPage span, .ISFilteredGrid .ISFilteredGrid__nextPage span {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.ISFilteredGrid .ISFilteredGrid__prevPage .global-icons, .ISFilteredGrid .ISFilteredGrid__nextPage .global-icons {
  font-size: 1.25rem;
  color: #242327;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ISFilteredGrid .ISFilteredGrid__prevPage.isDisabled, .ISFilteredGrid .ISFilteredGrid__nextPage.isDisabled {
  pointer-events: none;
  opacity: 0.4;
}
.ISFilteredGrid .ISFilteredGrid__prevPage {
  margin-left: 0.875rem;
}
.ISFilteredGrid .ISFilteredGrid__prevPage .global-icons {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__prevPage:hover .global-icons {
  color: #e6554a;
  -webkit-transform: rotate(180deg) translateX(0.3125rem);
     -moz-transform: rotate(180deg) translateX(0.3125rem);
      -ms-transform: rotate(180deg) translateX(0.3125rem);
       -o-transform: rotate(180deg) translateX(0.3125rem);
          transform: rotate(180deg) translateX(0.3125rem);
}
.ISFilteredGrid .ISFilteredGrid__nextPage {
  margin-left: 0.4375rem;
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__nextPage:hover .global-icons {
  color: #e6554a;
  -webkit-transform: translateX(0.3125rem);
     -moz-transform: translateX(0.3125rem);
      -ms-transform: translateX(0.3125rem);
       -o-transform: translateX(0.3125rem);
          transform: translateX(0.3125rem);
}
.ISFilteredGrid .ISFilteredGrid__pagination {
  font-size: 0;
  margin-top: 1.25rem;
  text-align: right;
  display: none;
}
.ISFilteredGrid .ISFilteredGrid__pagination.isVisible {
  display: block;
}
.ISFilteredGrid .ISFilteredGrid__pagination fieldset {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0.375rem;
}
.ISFilteredGrid .ISFilteredGrid__pagination span {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #262626;
  vertical-align: middle;
}
.ISFilteredGrid .ISFilteredGrid__pagination span em {
  font-style: normal;
}
.ISFilteredGrid .ISFilteredGrid__pagination input {
  width: 1.625rem;
  height: 1.625rem;
  font-size: 1rem;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-appearance: none;
  background: none;
  text-align: center;
  line-height: 1.625rem;
  font-family: "Poppins", sans-serif;
  color: #262626;
  border: 1px solid #e6554a;
}
.ISFilteredGrid .ISFilteredGrid__pagination input::-ms-clear {
  display: none;
}
.ISFilteredGrid .ISFilteredGrid__pagination input::-webkit-input-placeholder, .ISFilteredGrid .ISFilteredGrid__pagination input::-moz-placeholder, .ISFilteredGrid .ISFilteredGrid__pagination input:-ms-input-placeholder, .ISFilteredGrid .ISFilteredGrid__pagination input:-moz-placeholder {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 1rem;
}
.ISFilteredGrid .ISFilteredGrid__pagination input::-webkit-outer-spin-button, .ISFilteredGrid .ISFilteredGrid__pagination input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.ISFilteredGrid .ISFilteredGrid__pagination input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.ISFilteredGrid .ISFilteredGrid__pagination input.warning {
  border: 0.0625rem solid palevioletred;
}
.ISFilteredGrid .ISFilteredGrid__paginationErrorMessage {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
  background: rgba(230, 85, 74, 0.9);
  position: absolute;
  left: 50%;
  top: -2.8125rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15.625rem;
  text-align: center;
  display: inline-block;
  padding: 0.25rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__paginationErrorMessage.isVisible {
  opacity: 1;
}
.ISFilteredGrid .ISFilteredGrid__paginationErrorMessage:after {
  content: "";
  border-top: 5px solid rgba(230, 85, 74, 0.9);
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 0 0 0 -0.3125rem;
}
.ISFilteredGrid .selectric {
  display: inline-block;
  cursor: pointer;
}
.ISFilteredGrid .selectric-wrapper {
  cursor: auto;
}
@media (max-width: 767px) {
  .ISFilteredGrid {
    padding: 0 1.25rem;
  }
  .ISFilteredGrid .ISFilteredGrid__pagination.isBeforeContent {
    display: none;
  }
  .ISFilteredGrid .ISFilteredGrid__topRowFilters {
    padding: 0 0 0.4375rem 0;
  }
  .ISFilteredGrid .ISFilteredGrid__mobileOnlyButtons .isButtonSort {
    margin-top: 0;
    display: none;
  }
  .ISFilteredGrid .ISFilteredGrid__desktopClear {
    display: none;
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters {
    background: #F7F5F1;
    display: block;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.12);
    border-bottom: 0;
    padding: 0;
    margin: 0 -1.25rem;
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters > * {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.12);
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters .ISFilteredGrid__filterBy {
    max-width: 100%;
    padding: 0.1875rem 0;
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters .ISFilteredGrid__filterBy select {
    display: block;
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters .ISFilteredGrid__filterBy .selectric-wrapper {
    margin: 0 1.25rem;
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters .ISFilteredGrid__filterBy .selectric-wrapper .selectric {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters .isButtonSort {
    display: none;
  }
  .ISFilteredGrid .ISFilteredGrid__tagWrapper {
    padding: 0 1.25rem 0.625rem 1.25rem;
    display: none;
  }
  .ISFilteredGrid .ISFilteredGrid__tagWrapper.isVisible {
    display: block;
  }
  .ISFilteredGrid .ISFilteredGrid__tag {
    background: #e6554a;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0.625rem;
  }
  .ISFilteredGrid .ISFilteredGrid__tag span, .ISFilteredGrid .ISFilteredGrid__tag button {
    color: #000;
  }
}
@media (max-width: 500px) {
  .ISFilteredGrid .ISFilteredGrid__pagination {
    text-align: center;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .ISFilteredGrid .ISFilteredGrid__pagination li {
    width: 1.625rem;
    height: 1.625rem;
    line-height: 1.5625rem;
  }
}

.ISGridSearch {
  width: 10rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 160px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  margin-top: 0.1875rem;
  margin-right: 3.75rem;
}
.ISGridSearch fieldset {
  border: 1px solid #e6554a;
  position: relative;
  height: 2.0625rem;
}
.ISGridSearch input {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-appearance: none;
  background: none;
  padding: 0 1.25rem 0 0.9375rem;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.ISGridSearch input::-ms-clear {
  display: none;
}
.ISGridSearch input::-webkit-input-placeholder, .ISGridSearch input::-moz-placeholder, .ISGridSearch input:-ms-input-placeholder, .ISGridSearch input:-moz-placeholder {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 0.75rem;
}
.ISGridSearch .ISGridSearch__reset {
  display: none;
  position: absolute;
  z-index: 2;
  width: 2.0625rem;
  height: 1.8125rem;
  border: none;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.ISGridSearch .ISGridSearch__reset:after, .ISGridSearch .ISGridSearch__reset:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.5625rem;
  height: 0.0625rem;
  background: #e6554a;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ISGridSearch .ISGridSearch__reset:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ISGridSearch .ISGridSearch__reset:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ISGridSearch .ISGridSearch__reset.isVisible {
  display: block;
}
html.no-touch .ISGridSearch .ISGridSearch__reset:hover:after, html.no-touch .ISGridSearch .ISGridSearch__reset:hover:before {
  background: #000;
}
.ISGridSearch .ISGridSearch__submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.875rem;
  background: transparent;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  cursor: pointer;
}
.ISGridSearch .ISGridSearch__submit:before, .ISGridSearch .ISGridSearch__submit:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.625rem 0 0 -0.625rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ISGridSearch .ISGridSearch__submit:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M12.5 11h-.8l-.3-.3c1-1.1 1.6-2.6 1.6-4.2C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11z' fill='%23262262' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.ISGridSearch .ISGridSearch__submit:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M12.5 11h-.8l-.3-.3c1-1.1 1.6-2.6 1.6-4.2C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11z' fill='%23e6554a' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0;
}
.ISGridSearch .ISGridSearch__submit.isHidden {
  pointer-events: none;
  opacity: 0;
}
html.no-touch .ISGridSearch .ISGridSearch__submit:hover:after {
  opacity: 0;
}
html.no-touch .ISGridSearch .ISGridSearch__submit:hover:before {
  opacity: 1;
}
.ISGridSearch .ISGridSearch__errorMessage {
  color: red;
  padding: 0.125rem 0.1875rem;
  position: absolute;
  top: -1.3125rem;
  left: 50%;
  font-size: 0.625rem;
  z-index: 2;
  border: 0.0625rem solid red;
  font-family: "Poppins", sans-serif;
  opacity: 0;
  pointer-events: none;
  white-space: pre;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.ISGridSearch .ISGridSearch__errorMessage.isVisible {
  opacity: 1;
}
.ISGridSearch .ISGridSearch__loader {
  height: 1.125rem;
  width: 1.125rem;
  -webkit-animation: rotateAnimation 1.2s infinite linear;
     -moz-animation: rotateAnimation 1.2s infinite linear;
       -o-animation: rotateAnimation 1.2s infinite linear;
          animation: rotateAnimation 1.2s infinite linear;
  border: 0.125rem solid #242327;
  border-right-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.8125rem;
  margin: -0.5625rem 0 0 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  transition: 0.1s ease;
}
.ISGridSearch .ISGridSearch__loader.isVisible {
  opacity: 1;
}
@-webkit-keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes rotateAnimation {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-o-keyframes rotateAnimation {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ISGridSearch .ISGridSearch__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  max-height: 28.6875rem;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.ISGridSearch .ISGridSearch__suggestions::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.4375rem;
}
.ISGridSearch .ISGridSearch__suggestions::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0.3125rem;
          border-radius: 0.3125rem;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.ISGridSearch .ISGridSearch__suggestions li {
  line-height: 3.125rem;
  padding: 0 1.25rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
  color: #464646;
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  border-top: 0.0625rem solid #f0f0f0;
  font-weight: bold;
}
html.no-touch .ISGridSearch .ISGridSearch__suggestions li:hover {
  background: #e6e6e6;
}
.ISGridSearch .ISGridSearch__searchTerms .ISFilteredGrid__tag {
  margin-top: 0.3125rem;
}
@media (max-width: 1250px) {
  .ISGridSearch {
    width: 9.375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin-right: 1.875rem;
  }
}
@media (max-width: 767px) {
  .ISGridSearch {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
  .ISGridSearch fieldset {
    border: 0;
    background: #fff;
    height: 3.4375rem;
  }
  .ISGridSearch fieldset input {
    padding-left: 1.25rem;
  }
  .ISGridSearch .ISGridSearch__searchTerms .ISFilteredGrid__tag {
    margin: 0.625rem 0.625rem 0.625rem 1.25rem;
  }
}

body.contact {
  /* Make login button text and icon black in contact header, but keep white when menu is opened */
}
body.contact .main-hero {
  background: #ffffff;
}
body.contact .h-logo {
  display: block;
}
body.contact .h-logo img, body.contact .h-logo svg {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
body.contact .page-title {
  color: #252429;
  text-align: center;
  margin-top: 9.375rem;
}
body.contact .contactCMSInfo .globalContactContainer * {
  color: #252429;
}
body.contact .contactCMSInfo .globalContactContainer a:after {
  color: #252429 !important;
}
html.no-touch body.contact .contactCMSInfo .globalContactContainer a:hover, html.no-touch body.contact .contactCMSInfo .globalContactContainer a:hover:after {
  color: #C91235 !important;
}
body.contact .ctG-inputBase, body.contact .ctG-input, body.contact .ctForm input, body.contact .ctForm select, body.contact .ctForm textarea, body.contact .selectric-wrapper .label, body.contact .selectric-wrapper .selectric-items li, body.contact .contactGdpr .contactGdpr__popup {
  background: #fff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px solid #C91235;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #252429;
}
body.contact .ctForm .watermark_container .watermark {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: transparent;
  border: none;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #252429;
}
body.contact .selectric-wrapper {
  border-color: transparent;
}
body.contact .selectric-wrapper .selectric-items li {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body.contact .ctForm fieldset.parsley-success:before,
body.contact .ctForm fieldset.parsley-error:before {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body.contact .ctForm fieldset.parsley-success .selectric-wrapper {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body.contact .selectric-wrapper {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body.contact .ctForm .ctForm__column:nth-of-type(2):before {
  display: none;
}
body.contact .contactGdpr .contactGdpr__inner {
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: #fff;
}
body.contact .contactGdpr .ctG-checkbox__tickBox {
  border-color: #C91235;
}
body.contact .contactGdpr label:before {
  top: 15px;
}
body.contact .ctForm .ctForm__submit {
  color: #fff;
  text-align: center;
  min-height: 4.375rem;
  height: auto;
}
body.contact .contactGdpr .contactGdpr__popup p {
  text-transform: initial;
}
body.contact .contactGdpr .contactGdpr__options {
  text-align: left;
}
body.contact .contactGdpr .contactGdpr__options li i {
  display: none;
}
body.contact .contactGdpr .contactGdpr__options li {
  text-align: center;
}
body.contact .contactGdpr .contactGdpr__popup:after {
  background: #fff;
}
body.contact .shTemplMap .shTemplMap__infoBox {
  background: white;
}
@media (min-width: 600px) {
  body.contact .shTemplMap .shTemplMap__infoBox {
    background: rgba(255, 255, 255, 0.8);
  }
}
body.contact .shTemplMap .shTemplMap__primaryTitle {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 33px;
  line-height: 38px;
  text-align: left;
  color: #252429;
}
body.contact .shTemplMap .shTemplMap__primaryTitle span {
  font-size: inherit !important;
}
body.contact .shTemplMap address p,
body.contact .shTemplMap .shTemplMap__distances p {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #252429;
}
body.contact .shTemplMap address {
  border-top-color: #D5D1BC;
  border-bottom-color: #D5D1BC;
}
body.contact .leaflet-tooltip {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  color: #252429 !important;
}
body.contact .header:not(.menu-opened) span.hc-icon.global-icons {
  color: #252429;
}
body.contact .header:not(.menu-opened) .hc-txt {
  color: #252429;
}
body.contact .header:not(.menu-opened) .hc-item.loginBtn a:hover span.hc-icon.global-icons {
  color: #C91235;
}
@media (max-width: 800px) {
  body.contact .shTemplMap .shTemplMap__infoBox.forMobiles:nth-of-type(3):last-child {
    display: none;
  }
}
body.contact .ctForm input.parsley-success,
body.contact .ctForm select.parsley-success,
body.contact .ctForm textarea.parsley-success,
body.contact .ctForm .ctG-inputBase.parsley-success,
body.contact .ctForm .ctG-input.parsley-success {
  border-color: #009B3A;
}
body.contact .ctForm fieldset.parsley-success .selectric-wrapper,
body.contact .ctForm fieldset.parsley-success .selectric-wrapper .label {
  border-color: #009B3A;
}
body.contact .ctForm fieldset.parsley-success::before {
  border-color: #009B3A;
}

.ds-LG_ADM {
  background-image: url("/Images/Sprites/LG/ADM/wSprite.png?cb=638894828468130000");
  background-color: transparent;
  background-repeat: no-repeat;
}

.dsb-LG_ADM:before, .sendAdmEmailTo .aef-sendButton:before, .adm-async-form-two .adm-results-slide-out .close-adm-results:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before {
  background-image: url("/Images/Sprites/LG/ADM/wSprite.png?cb=638894828468130000");
  background-color: transparent;
  background-repeat: no-repeat;
}

.dsa-LG_ADM:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after {
  background-image: url("/Images/Sprites/LG/ADM/wSprite.png?cb=638894828468130000");
  background-color: transparent;
  background-repeat: no-repeat;
}

.ds-LG_ADM_adm-email-hover {
  width: 21px;
  height: 21px;
  background-position: -1px -1px;
}

.dsb-LG_ADM_adm-email-hover:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -1px;
}

.dsa-LG_ADM_adm-email-hover:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -1px;
}

.ds-LG_ADM_adm-email {
  width: 21px;
  height: 21px;
  background-position: -24px -1px;
}

.dsb-LG_ADM_adm-email:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -1px;
}

.dsa-LG_ADM_adm-email:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -1px;
}

.ds-LG_ADM_adm-print-hover {
  width: 21px;
  height: 21px;
  background-position: -1px -24px;
}

.dsb-LG_ADM_adm-print-hover:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -24px;
}

.dsa-LG_ADM_adm-print-hover:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -24px;
}

.ds-LG_ADM_adm-print {
  width: 21px;
  height: 21px;
  background-position: -24px -24px;
}

.dsb-LG_ADM_adm-print:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -24px;
}

.dsa-LG_ADM_adm-print:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -24px;
}

.ds-LG_ADM_tick-white {
  width: 16px;
  height: 13px;
  background-position: -47px -1px;
}

.dsb-LG_ADM_tick-white:before, .sendAdmEmailTo .aef-sendButton:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 13px;
  background-position: -47px -1px;
}

.dsa-LG_ADM_tick-white:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 13px;
  background-position: -47px -1px;
}

.ds-LG_ADM_adm-arrow-error {
  width: 14px;
  height: 14px;
  background-position: -47px -16px;
}

.dsb-LG_ADM_adm-arrow-error:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -47px -16px;
}

.dsa-LG_ADM_adm-arrow-error:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -47px -16px;
}

.ds-LG_ADM_adm-arrow-hover-reverse {
  width: 14px;
  height: 14px;
  background-position: -1px -47px;
}

.dsb-LG_ADM_adm-arrow-hover-reverse:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -1px -47px;
}

.dsa-LG_ADM_adm-arrow-hover-reverse:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -1px -47px;
}

.ds-LG_ADM_adm-arrow-hover {
  width: 14px;
  height: 14px;
  background-position: -17px -47px;
}

.dsb-LG_ADM_adm-arrow-hover:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -17px -47px;
}

.dsa-LG_ADM_adm-arrow-hover:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -17px -47px;
}

.ds-LG_ADM_adm-arrow-reverse {
  width: 14px;
  height: 14px;
  background-position: -33px -47px;
}

.dsb-LG_ADM_adm-arrow-reverse:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -33px -47px;
}

.dsa-LG_ADM_adm-arrow-reverse:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -33px -47px;
}

.ds-LG_ADM_adm-arrow {
  width: 14px;
  height: 14px;
  background-position: -49px -47px;
}

.dsb-LG_ADM_adm-arrow:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -49px -47px;
}

.dsa-LG_ADM_adm-arrow:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: -49px -47px;
}

.ds-LG_ADM_adm-close {
  width: 13px;
  height: 13px;
  background-position: -47px -32px;
}

.dsb-LG_ADM_adm-close:before, .adm-async-form-two .adm-results-slide-out .close-adm-results:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background-position: -47px -32px;
}

.dsa-LG_ADM_adm-close:after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background-position: -47px -32px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min--moz-device-pixel-ratio: 1.1), only screen and (-o-min-device-pixel-ratio: 1.1/1), only screen and (min-device-pixel-ratio: 1.1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (-o-min-device-pixel-ratio: 11/10), only screen and (min-resolution: 1.1dppx) {
  .ds-LG_ADM {
    background-image: url("/Images/Sprites/LG/ADM/wSprite2.png?cb=638894828468130000");
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-background-size: 64px 62px;
      -o-background-size: 64px 62px;
         background-size: 64px 62px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min--moz-device-pixel-ratio: 1.1), only screen and (-o-min-device-pixel-ratio: 1.1/1), only screen and (min-device-pixel-ratio: 1.1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (-o-min-device-pixel-ratio: 11/10), only screen and (min-resolution: 1.1dppx) {
  .dsb-LG_ADM:before, .sendAdmEmailTo .aef-sendButton:before, .adm-async-form-two .adm-results-slide-out .close-adm-results:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before {
    background-image: url("/Images/Sprites/LG/ADM/wSprite2.png?cb=638894828468130000");
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-background-size: 64px 62px;
      -o-background-size: 64px 62px;
         background-size: 64px 62px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min--moz-device-pixel-ratio: 1.1), only screen and (-o-min-device-pixel-ratio: 1.1/1), only screen and (min-device-pixel-ratio: 1.1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (-o-min-device-pixel-ratio: 11/10), only screen and (min-resolution: 1.1dppx) {
  .dsa-LG_ADM:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after {
    background-image: url("/Images/Sprites/LG/ADM/wSprite2.png?cb=638894828468130000");
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-background-size: 64px 62px;
      -o-background-size: 64px 62px;
         background-size: 64px 62px;
  }
}
/*@import '_Common.scss';*/
/*$C2:#f4f7f8;
$C1:#082a59;
$C7:#e1e3e4;
$C8:#8eb9e6;
$C7:#c6c6c6;*/
option[value=""][disabled] {
  display: none;
}

html.blockScrollOnMobile,
body.blockScrollOnMobile {
  overflow: hidden;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-results-headers .adm-result-entry.active {
  background: #FFFFFF !important;
  color: #C91235 !important;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-mobile-dropddown {
  display: none;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-result-panel.showFirst {
  display: block;
  border-top: 0;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-results-headers {
  background: #F9F7ED !important;
}

.adm-email-window {
  display: none;
}

.sendAdmEmailToDivider {
  background: #C91235;
  height: 0.125rem;
  margin-bottom: 1.25rem;
  margin-top: 1.0625rem;
}

.sendAdmEmailTo {
  position: relative;
  margin-bottom: 2.5rem;
  border: 0.125rem solid #252429;
  -webkit-border-radius: 1.625rem;
     -moz-border-radius: 1.625rem;
          border-radius: 1.625rem;
  height: 2.625rem;
  /*font-family:$admissionsFont;*/
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sendAdmEmailTo.error {
  border-color: #ad1515;
}
.sendAdmEmailTo.error .aef-sendButton {
  background: #ad1515;
}
.sendAdmEmailTo.error input {
  color: #ad1515;
}
.sendAdmEmailTo.success {
  border-color: #0e8f1a;
}
.sendAdmEmailTo.success input {
  color: #0e8f1a;
}
.sendAdmEmailTo.success .aef-sendButton {
  color: #0e8f1a;
  background: #0e8f1a;
}
.sendAdmEmailTo.success .aef-sendButton:before {
  opacity: 1;
}
html.no-touch .sendAdmEmailTo.success .aef-sendButton:hover {
  color: #252429;
  background: #252429;
}
.sendAdmEmailTo input {
  width: 100%;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  display: block;
  height: 2.375rem;
  outline: 0;
  border: 0;
  background: none;
  color: #818181;
  font-size: 0.9375rem;
  line-height: 2.5rem;
  padding-left: 1.375rem;
  padding-right: 3.75rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: bold;
  -webkit-border-radius: 1.375rem;
     -moz-border-radius: 1.375rem;
          border-radius: 1.375rem;
}
.sendAdmEmailTo .aef-sendButton {
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #fff;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 2.5625rem;
  cursor: pointer;
  position: absolute;
  top: -0.125rem;
  right: -0.125rem;
  z-index: 2;
  background: #C91235;
  height: 2.625rem;
  width: 2.625rem;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  text-align: center;
  text-transform: uppercase;
}
html.no-touch .sendAdmEmailTo .aef-sendButton:hover {
  background: #252429;
}
.sendAdmEmailTo .aef-sendButton:before {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.4375rem;
  margin-left: -0.5rem;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.admissions-functionality-wrapper {
  /*font-family:$admissionsFont;*/
  position: relative;
  z-index: 2;
  background: #F9F7ED;
  /*border-top-right-radius: 50px;*/
  margin: 2.5rem 0;
  padding: 2.5rem;
}
.admissions-functionality-wrapper .adm-form-one {
  position: relative;
  z-index: 1;
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-title {
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  color: #252429;
  margin-bottom: 0.9375rem;
  font-weight: bold;
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-details {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: bold;
  color: #252429;
  margin-bottom: 0.9375rem;
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-intro {
  font-weight: bold;
  border-top: 0.0625rem solid #C91235;
  color: #252429;
  font-size: 1rem;
  line-height: 1rem;
  padding-top: 1.25rem;
  margin-bottom: 0.9375rem;
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-intro.error {
  color: red;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
  float: left;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-right: 1.125rem;
  float: left;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 1.125rem;
  width: 7.25rem;
  height: 3.125rem;
  border: 0.125rem solid #C91235;
  background: #F9F7ED;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 3rem;
  text-transform: uppercase;
  color: #252429;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.opened {
  background: #F9F7ED;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.opened:before {
  opacity: 0;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.opened:after {
  opacity: 1;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error {
  color: red;
  border-color: red;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:before {
  position: absolute;
  top: 50%;
  margin-top: -0.4375rem;
  right: 0.9375rem;
  z-index: 2;
  opacity: 1;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:after {
  position: absolute;
  top: 50%;
  margin-top: -0.4375rem;
  right: 0.9375rem;
  z-index: 2;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
html.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:hover {
  background: #F9F7ED;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
  border-bottom: 0.125rem solid #C91235;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 15.625rem;
  overflow: hidden;
  overflow-y: auto;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: auto;
  display: none;
}
html.touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select {
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  letter-spacing: 1px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 3.125rem;
  border-left: 0.125rem solid #C91235;
  border-right: 0.125rem solid #C91235;
  background: #F9F7ED;
  color: #252429;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select:nth-child(even) {
  background: #F9F7ED;
}
html.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select:hover {
  background: #F9F7ED;
  color: #fff;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit {
  border: 0.125rem solid #F9F7ED;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #F9F7ED;
  /*border-top-right-radius: 15px;*/
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 3rem;
  color: #252429;
  text-transform: uppercase;
  letter-spacing: 1px;
}
html.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit:hover {
  color: #252429;
  background: #F9F7ED;
  border: 0.125rem solid #F9F7ED;
}

/* slide out panel */
.adm-async-form-two {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99999;
  display: none;
  /*font-family:$admissionsFont;*/
}
.adm-async-form-two .adm-form-two-bg {
  background: #252429;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.adm-async-form-two .adm-results-slide-out {
  width: 48rem;
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  padding: 2.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: -4px 0 4px 3px rgba(3, 3, 3, 0.2);
     -moz-box-shadow: -4px 0 4px 3px rgba(3, 3, 3, 0.2);
          box-shadow: -4px 0 4px 3px rgba(3, 3, 3, 0.2);
  overflow: hidden;
  overflow-y: auto;
}
html.touch .adm-async-form-two .adm-results-slide-out {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.adm-async-form-two .adm-results-slide-out .adm-results-title {
  letter-spacing: 1px;
  font-size: 1.5625rem;
  line-height: 1.625rem;
  color: #252429;
  margin-bottom: 0.4375rem;
  font-weight: bold;
  margin-right: 4.375rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-details {
  font-size: 0.9375rem;
  line-height: 1rem;
  color: #252429;
  margin-bottom: 2.5rem;
  margin-right: 4.375rem;
}
.adm-async-form-two .adm-results-slide-out .close-adm-results {
  cursor: pointer;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 2.125rem;
  height: 2.125rem;
  border: 0.125rem solid #C91235;
  -webkit-border-radius: 2.375rem;
     -moz-border-radius: 2.375rem;
          border-radius: 2.375rem;
}
.adm-async-form-two .adm-results-slide-out .close-adm-results:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.375rem;
  margin-left: -0.375rem;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .close-adm-results:hover:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
}
.adm-async-form-two .adm-results-slide-out .adm-results-container {
  border: 0.125rem solid #C91235;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native {
  display: none;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 2;
  height: 2.875rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native select {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  width: 100%;
  height: 100%;
  border: 0 !important;
  outline: 0 !important;
  font-size: 0.9375rem;
  line-height: 2.875rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #252429;
  display: block;
  padding: 0 0.625rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown {
  display: none;
  z-index: 2;
  cursor: pointer;
  color: #252429;
  font-size: 0.9375rem;
  line-height: 2.875rem;
  height: 2.875rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .dd-down-lbl {
  padding: 0 2.8125rem 0 1.25rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .dd-down-lbl > span {
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:before {
  opacity: 1;
  position: absolute;
  top: 0.9375rem;
  right: 1.125rem;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:after {
  opacity: 0;
  position: absolute;
  top: 0.9375rem;
  right: 1.125rem;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown.opened:before {
  opacity: 0;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown.opened:after {
  opacity: 1;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area {
  margin: 0 -0.125rem;
  display: none;
  border-left: 0.125rem solid #C91235;
  border-right: 0.125rem solid #C91235;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry {
  padding: 0.625rem 1.25rem;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #252429;
  font-size: 0.8125rem;
  line-height: 2.25rem;
  border-bottom: 0.125rem solid #C91235;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry span {
  font-size: 0.9375rem;
  font-weight: bold;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry:hover {
  background: #C91235;
  color: #252429;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry.active {
  background: #C91235 !important;
  color: #FFFFFF !important;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers {
  display: table;
  width: 100%;
  height: 4.25rem;
  text-align: center;
  background: #F9F7ED;
}
html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers.changeBgLeft {
  background: white;
  background: -moz-linear-gradient(left, white 0%, white 54%, #f9f7ed 56%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(54%, white), color-stop(56%, #f9f7ed));
  background: -webkit-linear-gradient(left, white 0%, white 54%, #f9f7ed 56%);
  background: -o-linear-gradient(left, white 0%, white 54%, #f9f7ed 56%);
  background: -ms-linear-gradient(left, white 0%, white 54%, #f9f7ed 56%);
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(54%, white), color-stop(56%, #f9f7ed));
  background: linear-gradient(to right, white 0%, white 54%, #f9f7ed 56%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$white, endColorstr=$B_AdmissionsTab, GradientType=1 );
}
html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers.changeBgRight {
  background: #f9f7ed;
  background: -moz-linear-gradient(left, #f9f7ed 0%, #f9f7ed 53%, #c7dcf3 54%, white 55%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f9f7ed), color-stop(53%, #f9f7ed), color-stop(54%, #c7dcf3), color-stop(55%, white));
  background: -webkit-linear-gradient(left, #f9f7ed 0%, #f9f7ed 53%, #c7dcf3 54%, white 55%);
  background: -o-linear-gradient(left, #f9f7ed 0%, #f9f7ed 53%, #c7dcf3 54%, white 55%);
  background: -ms-linear-gradient(left, #f9f7ed 0%, #f9f7ed 53%, #c7dcf3 54%, white 55%);
  background: -webkit-gradient(linear, left top, right top, from(#f9f7ed), color-stop(53%, #f9f7ed), color-stop(54%, #c7dcf3), color-stop(55%, white));
  background: linear-gradient(to right, #f9f7ed 0%, #f9f7ed 53%, #c7dcf3 54%, white 55%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$B_AdmissionsTab, endColorstr=$white, GradientType=1 );
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
  background: #F9F7ED;
  display: table-cell;
  height: 4.25rem;
  vertical-align: middle;
  border-right: 0.0625rem solid rgba(8, 42, 89, 0.2);
  color: #252429;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry span {
  font-size: 0.9375rem;
  display: block;
  margin-top: 0.125rem;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry:last-child {
  border-right: 0;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry:hover {
  background: #C91235;
  color: #252429;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry.active {
  background: #C91235 !important;
  color: #FFFFFF !important;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
  position: relative;
  padding: 2.5rem 2.5rem 0 6.25rem;
  display: none;
  z-index: 1;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry {
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel.showFirst {
  display: block;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date {
  color: #252429;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date span {
  display: block;
  color: #252429;
  margin-top: 0.1875rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol {
  margin: 0;
  padding: 0;
  counter-reset: li;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step {
  padding: 1.0625rem 0 0 0;
  border-top: 0.125rem solid #C91235;
  margin-bottom: 1.0625rem;
  position: relative;
  list-style: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:after {
  position: absolute;
  top: 2.5rem;
  left: -3.125rem;
  z-index: 1;
  height: 100%;
  width: 0.125rem;
  background: #C91235;
  display: block;
  content: "";
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:before {
  position: absolute;
  top: 0.625rem;
  left: -4.375rem;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-border-radius: 2.5rem;
     -moz-border-radius: 2.5rem;
          border-radius: 2.5rem;
  background: #C91235;
  z-index: 2;
  color: #F9F7ED;
  content: counter(li);
  counter-increment: li;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-title {
  color: #252429;
  font-size: 1.375rem;
  line-height: 1.4375rem;
  margin-bottom: 0.4375rem;
  text-transform: capitalize;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-text {
  color: #252429;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  /* Firefox numbering fix: always start nested ordered lists at 1 using custom counter */
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-text ol {
  margin: 0 0 0.9375rem 1.5625rem;
  padding: 0;
  list-style: none;
  counter-reset: adm-num;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-text ol li {
  list-style: none;
  /* hide native marker */
  counter-increment: adm-num;
  position: relative;
  padding-left: 0.3125rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-text ol li::before {
  content: counter(adm-num) ".";
  position: absolute;
  left: -1.5625rem;
  color: #E63946;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:last-child {
  margin-bottom: 0;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:last-child:after {
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns {
  padding: 1.25rem 0 0 0;
  position: relative;
  border-top: 0.125rem solid #C91235;
  margin: 1.0625rem 0 2.5rem 0;
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a {
  position: relative;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  float: left;
  margin-right: 0.625rem;
  padding: 0.75rem 0;
  width: 9.375rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 1.625rem;
     -moz-border-radius: 1.625rem;
          border-radius: 1.625rem;
  border: 0.125rem solid #C91235;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:link {
  color: #252429;
  text-decoration: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:visited {
  color: #252429;
  text-decoration: none;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:hover {
  color: #252429;
  text-decoration: none;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:hover:before {
  opacity: 0;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:hover:after {
  opacity: 1;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:active {
  color: #252429;
  text-decoration: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.8125rem;
}
html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn {
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before {
  position: absolute;
  top: 0.625rem;
  left: 0.75rem;
  opacity: 1;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after {
  position: absolute;
  top: 0.625rem;
  left: 0.75rem;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before {
  position: absolute;
  top: 0.625rem;
  left: 0.75rem;
  opacity: 1;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after {
  position: absolute;
  top: 0.625rem;
  left: 0.75rem;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.mobile-select {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-right: 3%;
  width: 30%;
  float: left;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 1.125rem;
  height: 3.125rem;
  border: 0.125rem solid #C91235;
  background: #F9F7ED;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 3rem;
  text-transform: uppercase;
  color: #252429;
}
html.touch .mobile-select {
  border: 0;
}
.mobile-select.opened {
  background: #F9F7ED;
}
.mobile-select.error {
  color: red;
  border-color: red;
  /*@extend .dsb-LG_ADM;  @extend .dsb-LG_ADM_adm-arrow-error; */
}
html.no-touch .mobile-select:hover {
  background: #F9F7ED;
}
.mobile-select select {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0.625rem;
}
@media screen and (max-width: 1200px) {
  .admissions-functionality-wrapper {
    padding: 1.6875rem 1.25rem 1.875rem 1.25rem;
  }

  .adm-async-form-two .adm-results-slide-out {
    width: 100%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    margin-right: 0.625rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    width: 6.5rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
    width: 6.5rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns .adm-print-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sendAdmEmailToDivider {
    display: none;
  }

  .sendAdmEmailTo input {
    padding-right: 2.875rem;
  }

  .sendAdmEmailTo {
    margin-top: 1.25rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native {
    display: block;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-func-title {
    line-height: 2rem;
    margin-bottom: 0.75rem;
  }

  .admissions-functionality-wrapper {
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    padding: 1.6875rem 1.25rem 1.875rem 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
    width: 90%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    width: 31%;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date span {
    display: inline;
  }

  .adm-async-form-two .adm-results-slide-out .close-adm-results {
    top: 1.25rem;
    right: 1.25rem;
  }

  .adm-async-form-two .adm-results-slide-out {
    width: 100%;
    padding: 1.25rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-title {
    font-size: 1.25rem;
    line-height: 1.3125rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:last-child {
    padding-bottom: 1.0625rem;
    border-bottom: 0.125rem solid #C91235;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
    padding: 1.25rem 1.875rem 1.875rem 1.875rem;
    border-top: 0.125rem solid #C91235;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:before {
    left: -2.875rem;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.875rem;
    line-height: 1.875rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:after {
    left: -2rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns {
    border-top: 0;
    margin-bottom: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry:first-child {
    border-top: 0.125rem solid #C91235;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
    width: 100%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    display: none !important;
  }

  .mobile-select {
    display: block;
  }

  html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
    border-top: 0;
    border-left: 0.125rem solid #C91235;
    border-right: 0.125rem solid #C91235;
    border-bottom: 0.125rem solid #C91235;
  }

  html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container {
    border: 0;
  }
}
@media screen and (max-width: 580px) {
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    width: 29%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 450px) {
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
    float: none;
    width: auto;
    margin-bottom: 1.25rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    margin-right: 1%;
    width: 32%;
    font-size: 0.75rem;
    padding-left: 0.625rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:last-child {
    margin-right: 0;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit {
    width: 96%;
    float: none;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:before {
    right: 0.5rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:after {
    right: 0.5rem;
  }
}
@media print {
  body.page-has-admissions > div:not(.adm-async-form-two) {
    display: none;
  }

  .adm-async-form-two {
    position: relative;
    height: auto;
  }

  .adm-async-form-two .adm-form-two-bg {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out {
    position: relative;
    height: auto;
    width: auto;
    padding: 0;
    overflow: visible;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-title {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .close-adm-results {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container {
    border: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers {
    display: none;
    height: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
    padding: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-details {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native {
    display: none;
  }
}
.hpm-triggers {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  display: none;
  z-index: 20;
}
.hpm-triggers.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.hpm-triggers.active-items-0.active-items-1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hpm-triggers.active-items-0.active-items-1.active-items-2 {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.hpm-triggers.no-popups-items {
  display: none;
}
@media (min-width: 375px) {
  .hpm-triggers {
    width: 60%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .hpm-triggers {
    background-color: transparent;
    right: 1.25rem;
    bottom: 1.25rem;
    left: auto;
    width: auto;
  }
}

.hpm-triggers-wrapper {
  width: 100%;
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  min-height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 1.25rem 0 0.9375rem;
  background: #252429;
  -webkit-box-shadow: 0px -0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0px -0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0px -0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  pointer-events: auto !important;
}
.hpm-triggers-wrapper.no-popups-items {
  display: none;
}
body.secondLvl .hpm-triggers-wrapper {
  position: fixed;
}
@media (min-width: 768px) {
  body.secondLvl .hpm-triggers-wrapper {
    left: 50%;
    top: 0;
    right: auto;
    bottom: auto;
    position: absolute;
    -webkit-transform: translateY(-100%) translateX(-50%);
       -moz-transform: translateY(-100%) translateX(-50%);
        -ms-transform: translateY(-100%) translateX(-50%);
         -o-transform: translateY(-100%) translateX(-50%);
            transform: translateY(-100%) translateX(-50%);
  }
}
@media (min-width: 768px) {
  .hpm-triggers-wrapper {
    position: fixed;
    background: transparent;
    z-index: 4;
    width: auto;
    left: auto;
    right: 1.875rem;
    bottom: 1.25rem;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .hpm-triggers-wrapper {
    bottom: 1.875rem;
  }
}

.popup-btn {
  background: transparent;
  border: none;
  cursor: pointer;
}
.popup-btn * {
  pointer-events: none;
}
.popup-btn .pb-inner {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html.no-touch .popup-btn.pb-notice:hover .hp-notices {
  opacity: 0.8;
}
html.no-touch .popup-btn.pb-notice:hover .hp-notices-left {
  top: -0.125rem;
  left: -0.1875rem;
}
html.no-touch .popup-btn.pb-notice:hover .hp-notices-right {
  top: -0.125rem;
  right: -0.1875rem;
}
html.no-touch .popup-btn.pb-events:hover .hp-calendar {
  opacity: 0.8;
}
.popup-btn.pb-events .pb-counter {
  right: 0.3125rem;
}
html.no-touch .popup-btn.pb-alert:hover .hp-alert {
  opacity: 0.8;
}
html.no-touch .popup-btn.pb-events:hover [class*=hp-notices],
html.no-touch .popup-btn.pb-events:hover .hp-calendar, html.no-touch .popup-btn.pb-notice:hover [class*=hp-notices],
html.no-touch .popup-btn.pb-notice:hover .hp-calendar {
  color: #F9F7ED;
}
.popup-btn .hp-icon {
  position: relative;
  font-size: 1.5625rem;
  color: #F9F7ED;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.popup-btn .hp-icon.hp-alert {
  color: #C91235;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.popup-btn .hp-icon.hp-notices {
  position: relative;
  display: inline-block;
  width: 1.6875rem;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.popup-btn .hp-icon.hp-calendar {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.popup-btn .hp-icon.hp-notices-left, .popup-btn .hp-icon.hp-notices-right {
  position: absolute;
  top: 0;
  font-size: 0.625rem;
  -webkit-transition: left 0.2s ease-in, right 0.2s ease-in, top 0.2s ease-in, color 0.2s ease-in;
  -o-transition: left 0.2s ease-in, right 0.2s ease-in, top 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: left 0.2s ease-in, right 0.2s ease-in, top 0.2s ease-in, color 0.2s ease-in;
  transition: left 0.2s ease-in, right 0.2s ease-in, top 0.2s ease-in, color 0.2s ease-in;
}
.popup-btn .hp-icon.hp-notices-left {
  left: 0;
}
.popup-btn .hp-icon.hp-notices-right {
  right: 0;
}
.popup-btn .pb-title {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #f9f7ed;
  display: block;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .popup-btn .pb-title {
    font-size: 0.8125rem;
  }
}
.popup-btn .pb-counter {
  position: absolute;
  top: -0.375rem;
  right: -0.125rem;
  background: #C91235;
  width: 0.8125rem;
  height: 0.8125rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .popup-btn .pb-counter {
    width: 0.9375rem;
    height: 0.9375rem;
    font-size: 0.75rem;
    display: inline-block;
    padding-top: 0.15625rem;
  }
}
@media (min-width: 768px) {
  .popup-btn:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .popup-btn {
    margin-right: 1.875rem;
  }
}

.custom-popup {
  display: none;
}

.custom-popup.popup-alert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 36, 41, 0.7);
  z-index: 31;
  padding-bottom: 3.125rem;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.custom-popup.popup-alert::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.custom-popup.popup-alert.opened {
  display: block;
}
.custom-popup.popup-alert.opened .alert-close {
  display: block;
}
@media (min-width: 1024px) {
  .custom-popup.popup-alert.opened {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.custom-popup.popup-alert.hovered .popup-card.has-url .popup-image:before {
  opacity: 0.25;
}
.custom-popup.popup-alert.hovered .popup-card.has-url .popup-title {
  color: #C91235;
}
.custom-popup.popup-alert .pc-content-wrapper {
  position: relative;
}
.custom-popup.popup-alert .alert-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-20%) translateX(20%);
     -moz-transform: translateY(-20%) translateX(20%);
      -ms-transform: translateY(-20%) translateX(20%);
       -o-transform: translateY(-20%) translateX(20%);
          transform: translateY(-20%) translateX(20%);
}
.custom-popup.popup-alert .alert-close button {
  width: 5rem;
  height: 5rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #C91235;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
     -moz-box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
          box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .alert-close button {
    width: 6.4375rem;
    height: 6.4375rem;
  }
}
.custom-popup.popup-alert .alert-close span.global-icons {
  display: inline-block;
  font-size: 1.4375rem;
  color: #F9F7ED;
  font-weight: normal;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .alert-close span.global-icons {
    font-size: 1.6875rem;
  }
}
html.no-touch .custom-popup.popup-alert .alert-close:hover span.global-icons {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
@media (min-width: 350px) {
  .custom-popup.popup-alert .alert-close {
    -webkit-transform: translateY(-20%) translateX(30%);
       -moz-transform: translateY(-20%) translateX(30%);
        -ms-transform: translateY(-20%) translateX(30%);
         -o-transform: translateY(-20%) translateX(30%);
            transform: translateY(-20%) translateX(30%);
  }
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .alert-close {
    -webkit-transform: translateY(-30%) translateX(40%);
       -moz-transform: translateY(-30%) translateX(40%);
        -ms-transform: translateY(-30%) translateX(40%);
         -o-transform: translateY(-30%) translateX(40%);
            transform: translateY(-30%) translateX(40%);
  }
}
.custom-popup.popup-alert .popup-wrapper {
  padding-top: 2.5rem;
  overflow: visible;
  max-width: 18.4375rem;
  margin: 0 auto;
}
@media (min-width: 375px) {
  .custom-popup.popup-alert .popup-wrapper {
    max-width: 34.375rem;
  }
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .popup-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .custom-popup.popup-alert .popup-wrapper {
    max-width: 54.0625rem;
  }
}
@media (min-width: 1336px) {
  .custom-popup.popup-alert .popup-wrapper {
    max-width: 61.875rem;
  }
}
.custom-popup.popup-alert .pc-inner {
  max-width: 18.4375rem;
  margin: 0 0.625rem;
}
@media (min-width: 375px) {
  .custom-popup.popup-alert .pc-inner {
    margin: 0 10%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .pc-inner {
    margin: 0;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .custom-popup.popup-alert .pc-inner {
    max-width: 54.0625rem;
    height: 80vh;
  }
}
@media (min-width: 1336px) {
  .custom-popup.popup-alert .pc-inner {
    max-width: 61.875rem;
    height: 90vh;
  }
}
.custom-popup.popup-alert .pc-content {
  background: #fff;
  -webkit-border-radius: 0.3125rem;
     -moz-border-radius: 0.3125rem;
          border-radius: 0.3125rem;
  position: relative;
}
@media (min-width: 1024px) {
  .custom-popup.popup-alert .pc-content {
    background: #2B2B2B;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .custom-popup.popup-alert .pc-content .popup-image,
.custom-popup.popup-alert .pc-content .popup-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.custom-popup.popup-alert .popup-image {
  background-color: #252429;
  height: 12.5rem;
  overflow: hidden;
  -webkit-border-radius: 0.3125rem 0.3125rem 0 0;
     -moz-border-radius: 0.3125rem 0.3125rem 0 0;
          border-radius: 0.3125rem 0.3125rem 0 0;
  position: relative;
}
.custom-popup.popup-alert .popup-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #252429;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.custom-popup.popup-alert .popup-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .popup-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 22.5rem;
  }
}
@media (min-width: 1024px) {
  .custom-popup.popup-alert .popup-image {
    height: auto;
    -webkit-border-radius: 0.3125rem 0 0 0.3125rem;
       -moz-border-radius: 0.3125rem 0 0 0.3125rem;
            border-radius: 0.3125rem 0 0 0.3125rem;
  }
}
.custom-popup.popup-alert .popup-content {
  background: #fff;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .popup-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1024px) {
  .custom-popup.popup-alert .popup-content {
    -webkit-border-radius: 0 0.3125rem 0.3125rem 0;
       -moz-border-radius: 0 0.3125rem 0.3125rem 0;
            border-radius: 0 0.3125rem 0.3125rem 0;
  }
}
.custom-popup.popup-alert .popup-content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-popup.popup-alert .popup-content-header .popup-header {
  font-family: "Lexend Deca", sans-serif;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #C91235;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 0.1875rem;
  text-transform: uppercase;
}
.custom-popup.popup-alert .popup-content-header .hp-icon {
  font-size: 1.3125rem;
  color: #C91235;
  display: inline-block;
  margin-right: 0.625rem;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .popup-content-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.custom-popup.popup-alert .popup-content-inner {
  padding: 1.5625rem;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .popup-content-inner {
    padding: 2.8125rem;
  }
}
.custom-popup.popup-alert .popup-title {
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.875rem;
  line-height: 2.0625rem;
  font-weight: bold;
  text-align: left;
  color: #252429;
  margin: 1.25rem 0;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 375px) {
  .custom-popup.popup-alert .popup-title {
    font-size: 1.875rem;
    line-height: 2.0625rem;
  }
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .popup-title {
    font-size: 2.375rem;
    line-height: 2.6875rem;
  }
}
.custom-popup.popup-alert .popup-description {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #0D0303;
}
.custom-popup.popup-alert .popup-description p {
  padding-bottom: 0.625rem;
}
.custom-popup.popup-alert .popup-description a {
  color: #C91235;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  z-index: 10;
  pointer-events: auto;
}
.custom-popup.popup-alert .popup-description a:hover {
  color: #252429;
}
.custom-popup.popup-alert .popup-description > *:last-child:after {
  content: "";
  margin-left: 0.4375rem;
  font-family: "global-icons";
  font-size: 0.75rem;
  color: #C91235;
}
.custom-popup.popup-alert .popup-description ol {
  padding-left: 1.5625rem;
  margin-bottom: 1.875rem;
}
.custom-popup.popup-alert .popup-description ol li {
  list-style-type: decimal;
  margin-bottom: 0.9375rem;
}
.custom-popup.popup-alert .popup-description ol li::marker {
  color: #C91235;
  font-weight: bold;
}
.custom-popup.popup-alert .popup-description ul {
  margin-bottom: 1.875rem;
}
.custom-popup.popup-alert .popup-description ul li {
  list-style: none;
  padding-left: 1.875rem;
  position: relative;
  margin-bottom: 0.9375rem;
}
.custom-popup.popup-alert .popup-description ul li:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #C91235;
  position: absolute;
  left: 0;
  top: 0.4375rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .popup-description {
    margin: 1.5625rem 0 0.9375rem;
  }
}
.custom-popup.popup-alert .popup-link-icon {
  pointer-events: none;
  font-size: 0.6875rem;
  color: #C91235;
  display: inline;
  margin-left: 0.625rem;
}
.custom-popup.popup-alert .updated {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: left;
  letter-spacing: 0.05em;
  color: #242327;
  opacity: 0.55;
  text-transform: uppercase;
  margin: 0.9375rem 0 0;
  display: block;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .updated {
    margin: 1.875rem 0 0;
  }
}
.custom-popup.popup-alert .popup-card.has-url .global-url {
  display: block;
}
.custom-popup.popup-alert .popup-card.no-url .global-url {
  display: none;
}
.custom-popup.popup-alert .popup-card.no-url .popup-description > *:last-child:after {
  display: none;
}
.custom-popup.popup-alert .global-url {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    background: transparent;
    -webkit-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
  }
  .custom-popup.popup-alert .popup-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in 0.2s, visibility 0.2s ease-in 0.2s;
    -o-transition: opacity 0.2s ease-in 0.2s, visibility 0.2s ease-in 0.2s;
    -moz-transition: opacity 0.2s ease-in 0.2s, visibility 0.2s ease-in 0.2s;
    transition: opacity 0.2s ease-in 0.2s, visibility 0.2s ease-in 0.2s;
  }
  .custom-popup.popup-alert.opened {
    pointer-events: all;
    background: rgba(37, 36, 41, 0.7);
  }
  .custom-popup.popup-alert.opened .popup-wrapper {
    opacity: 1;
    visibility: visible;
  }
}

.custom-popup.popup-notices {
  display: none;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 31;
}
@media (max-width: 767px) {
  .custom-popup.popup-notices .notices-items-container {
    padding-right: 1.875rem;
  }
}
@media (max-width: 767px) {
  .custom-popup.popup-notices .custom-popup-swiper {
    padding-bottom: 6.25rem;
  }
}
.custom-popup.popup-notices .popup-card.no-image .popup-image {
  display: none;
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .popup-title {
    margin: 0;
  }
}

.custom-popup.popup-events {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 31;
}
.custom-popup.popup-events .popup-date {
  text-align: center;
}
.custom-popup.popup-events .popup-date .calendar-date.has-multi-day .date-range {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
}
.custom-popup.popup-events .popup-content-time-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5625rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .custom-popup.popup-events .popup-content-time-date {
    margin: 0;
  }
}
.custom-popup.popup-events .popup-title {
  margin-top: 0;
}
.custom-popup.popup-events .day,
.custom-popup.popup-events .month,
.custom-popup.popup-events .popup-time {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2.25rem;
  text-align: left;
  color: #C91235;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .custom-popup.popup-events .day,
.custom-popup.popup-events .month,
.custom-popup.popup-events .popup-time {
    font-size: 1.1875rem;
  }
}
.custom-popup.popup-events .month,
.custom-popup.popup-events .popup-time {
  display: inline-block;
  margin-left: 0.3125rem;
}
.custom-popup.popup-events .popup-time {
  padding-left: 0.9375rem;
  margin-left: 0.9375rem;
  position: relative;
}
.custom-popup.popup-events .popup-time:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.0625rem;
  height: 0.9375rem;
  background: rgba(201, 18, 53, 0.5);
}
@media (min-width: 768px) {
  .custom-popup.popup-events .popup-events-carousel {
    background: #f9f7ed;
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .custom-popup.popup-events .popup-events-container {
    padding-right: 1.25rem;
  }
}
.custom-popup.popup-events .popup-card.noImage .popup-image {
  display: none;
}

.custom-popup.popup-notices .popup-inner, .custom-popup.popup-events .popup-inner {
  height: 100%;
  background: rgba(37, 36, 41, 0.7);
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .popup-inner > .close-popup-wrapper, .custom-popup.popup-events .popup-inner > .close-popup-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .popup-inner, .custom-popup.popup-events .popup-inner {
    background: transparent;
  }
}
.custom-popup.popup-notices .custom-popup-swiper, .custom-popup.popup-events .custom-popup-swiper {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.custom-popup.popup-notices .custom-popup-swiper::-webkit-scrollbar, .custom-popup.popup-events .custom-popup-swiper::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .custom-popup-swiper, .custom-popup.popup-events .custom-popup-swiper {
    padding-left: 3.125rem;
  }
}
.custom-popup.popup-notices .custom-popup-scroller > .close-popup-wrapper, .custom-popup.popup-events .custom-popup-scroller > .close-popup-wrapper {
  position: fixed;
  -webkit-transform: translateX(-3.125rem);
     -moz-transform: translateX(-3.125rem);
      -ms-transform: translateX(-3.125rem);
       -o-transform: translateX(-3.125rem);
          transform: translateX(-3.125rem);
  height: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .custom-popup.popup-notices .custom-popup-scroller > .close-popup-wrapper, .custom-popup.popup-events .custom-popup-scroller > .close-popup-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .custom-popup-scroller, .custom-popup.popup-events .custom-popup-scroller {
    max-width: 32.5rem;
    margin-right: 0;
    -webkit-border-radius: 0.3125rem 0 0 0.3125rem;
       -moz-border-radius: 0.3125rem 0 0 0.3125rem;
            border-radius: 0.3125rem 0 0 0.3125rem;
    overflow: visible;
    margin-left: auto;
  }
}
.custom-popup.popup-notices .custom-popup-swiper-wrapper, .custom-popup.popup-events .custom-popup-swiper-wrapper {
  height: 100%;
  margin-left: auto;
}
.custom-popup.popup-notices .custom-popup-swiper-wrapper > .popup-content-header, .custom-popup.popup-events .custom-popup-swiper-wrapper > .popup-content-header {
  display: none;
  width: 21.875rem;
  margin: 5.625rem auto 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid rgba(201, 18, 53, 0.4);
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .custom-popup-swiper-wrapper > .popup-content-header, .custom-popup.popup-events .custom-popup-swiper-wrapper > .popup-content-header {
    display: block;
  }
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .custom-popup-swiper-wrapper, .custom-popup.popup-events .custom-popup-swiper-wrapper {
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
    -webkit-transform: translate3d(120%, 0, 0);
       -moz-transform: translate3d(120%, 0, 0);
            transform: translate3d(120%, 0, 0);
    -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, visibility 0.2s ease-in, -webkit-transform 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, visibility 0.2s ease-in, -o-transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in, opacity 0.2s ease-in, visibility 0.2s ease-in, -moz-transform 0.2s ease-in;
    transition: transform 0.2s ease-in, opacity 0.2s ease-in, visibility 0.2s ease-in;
    transition: transform 0.2s ease-in, opacity 0.2s ease-in, visibility 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
    background: #fff;
  }
  .custom-popup.popup-notices .custom-popup-swiper-wrapper::-webkit-scrollbar, .custom-popup.popup-events .custom-popup-swiper-wrapper::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}
.custom-popup.popup-notices.opened, .custom-popup.popup-events.opened {
  display: block;
  pointer-events: all;
}
.custom-popup.popup-notices.opened:before, .custom-popup.popup-events.opened:before {
  -webkit-transition: opacity 0.3s ease 0.3s;
  -o-transition: opacity 0.3s ease 0.3s;
  -moz-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}
.custom-popup.popup-notices .close-popup-wrapper, .custom-popup.popup-events .close-popup-wrapper {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(30%) translateX(-10%);
     -moz-transform: translateY(30%) translateX(-10%);
      -ms-transform: translateY(30%) translateX(-10%);
       -o-transform: translateY(30%) translateX(-10%);
          transform: translateY(30%) translateX(-10%);
}
.custom-popup.popup-notices .close-popup-wrapper button, .custom-popup.popup-events .close-popup-wrapper button {
  width: 5rem;
  height: 5rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #C91235;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
     -moz-box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
          box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .close-popup-wrapper button, .custom-popup.popup-events .close-popup-wrapper button {
    width: 6.4375rem;
    height: 6.4375rem;
  }
}
.custom-popup.popup-notices .close-popup-wrapper span.global-icons, .custom-popup.popup-events .close-popup-wrapper span.global-icons {
  display: inline-block;
  font-size: 1.4375rem;
  color: #F9F7ED;
  font-weight: normal;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .close-popup-wrapper span.global-icons, .custom-popup.popup-events .close-popup-wrapper span.global-icons {
    font-size: 1.6875rem;
  }
}
html.no-touch .custom-popup.popup-notices .close-popup-wrapper:hover span.global-icons, html.no-touch .custom-popup.popup-events .close-popup-wrapper:hover span.global-icons {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
@media (min-width: 375px) {
  .custom-popup.popup-notices .close-popup-wrapper, .custom-popup.popup-events .close-popup-wrapper {
    -webkit-transform: translateY(30%);
       -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
         -o-transform: translateY(30%);
            transform: translateY(30%);
  }
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .close-popup-wrapper, .custom-popup.popup-events .close-popup-wrapper {
    right: auto;
    top: 3.125rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.custom-popup.popup-notices .close-popup-js:focus-visible, .custom-popup.popup-events .close-popup-js:focus-visible {
  outline: 2px dashed #000;
}
.custom-popup.popup-notices .popup-arrows, .custom-popup.popup-events .popup-arrows {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  min-height: 5rem;
  background: #252429;
  -webkit-box-shadow: 0 -0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 -0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 -0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .popup-arrows, .custom-popup.popup-events .popup-arrows {
    display: none;
  }
}
.custom-popup.popup-notices .popup-arrow, .custom-popup.popup-events .popup-arrow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.custom-popup.popup-notices .popup-arrow button, .custom-popup.popup-events .popup-arrow button {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.custom-popup.popup-notices .popup-arrow button.swiper-button-disabled, .custom-popup.popup-events .popup-arrow button.swiper-button-disabled {
  opacity: 0.4;
}
.custom-popup.popup-notices .popup-arrow .global-icons, .custom-popup.popup-events .popup-arrow .global-icons {
  color: #f9f7ed;
  font-size: 0.875rem;
}
.custom-popup.popup-notices .popup-arrow.swiper-button-pre .global-icons, .custom-popup.popup-events .popup-arrow.swiper-button-pre .global-icons {
  display: inline-block;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 0.625rem;
}
.custom-popup.popup-notices .popup-arrow.swiper-button-next, .custom-popup.popup-events .popup-arrow.swiper-button-next {
  position: relative;
}
.custom-popup.popup-notices .popup-arrow.swiper-button-next .global-icons, .custom-popup.popup-events .popup-arrow.swiper-button-next .global-icons {
  margin-left: 0.625rem;
}
.custom-popup.popup-notices .popup-arrow.swiper-button-next:before, .custom-popup.popup-events .popup-arrow.swiper-button-next:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.0625rem;
  height: 1.875rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #C91235;
}
.custom-popup.popup-notices .popup-arrow-title, .custom-popup.popup-events .popup-arrow-title {
  font-family: "Lexend Deca", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #f9f7ed;
}
.custom-popup.popup-notices .global-url, .custom-popup.popup-events .global-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.custom-popup.popup-notices .global-url:focus-visible, .custom-popup.popup-events .global-url:focus-visible {
  outline: 2px dashed #000;
}
.custom-popup.popup-notices .popup-card, .custom-popup.popup-events .popup-card {
  width: auto;
}
.custom-popup.popup-notices .popup-card.has-url .global-url, .custom-popup.popup-events .popup-card.has-url .global-url {
  display: block;
}
html.no-touch .custom-popup.popup-notices .popup-card.has-url .pc-content:hover .popup-title, html.no-touch .custom-popup.popup-events .popup-card.has-url .pc-content:hover .popup-title {
  color: #C91235;
}
html.no-touch .custom-popup.popup-notices .popup-card.has-url .pc-content:hover .popup-image:before, html.no-touch .custom-popup.popup-events .popup-card.has-url .pc-content:hover .popup-image:before {
  opacity: 0.25;
  visibility: visible;
}
html.no-touch .custom-popup.popup-notices .popup-card.has-url .pc-content:hover .card-dot, html.no-touch .custom-popup.popup-events .popup-card.has-url .pc-content:hover .card-dot {
  opacity: 1;
  visibility: visible;
}
.custom-popup.popup-notices .popup-card.no-url .global-url, .custom-popup.popup-events .popup-card.no-url .global-url {
  display: none;
}
.custom-popup.popup-notices .popup-card.no-url .popup-description > *:last-child:after, .custom-popup.popup-events .popup-card.no-url .popup-description > *:last-child:after {
  content: none;
}
.custom-popup.popup-notices .popup-card:last-child .pc-inner, .custom-popup.popup-events .popup-card:last-child .pc-inner {
  border: none;
  padding-bottom: 0;
}
.custom-popup.popup-notices .popup-content-inner, .custom-popup.popup-events .popup-content-inner {
  padding: 1.5625rem;
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .popup-content-inner, .custom-popup.popup-events .popup-content-inner {
    height: 100%;
    padding: 1.25rem 0 0;
  }
}
.custom-popup.popup-notices .pc-inner, .custom-popup.popup-events .pc-inner {
  padding-top: 2.5rem;
  padding-bottom: 6.25rem;
  overflow: visible;
  max-width: 18.4375rem;
  margin: 0 auto;
}
@media (min-width: 375px) {
  .custom-popup.popup-notices .pc-inner, .custom-popup.popup-events .pc-inner {
    max-width: 20.625rem;
    margin: 0 0.3125rem;
  }
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .pc-inner, .custom-popup.popup-events .pc-inner {
    max-width: 23.125rem;
    margin: 0 auto 2.5rem;
    padding-bottom: 2.5rem;
    padding-top: 0;
    border-bottom: 0.0625rem solid rgba(201, 18, 53, 0.4);
  }
}
.custom-popup.popup-notices .pc-content, .custom-popup.popup-events .pc-content {
  position: relative;
}
.custom-popup.popup-notices .pc-content-wrapper, .custom-popup.popup-events .pc-content-wrapper {
  margin: 0 0.625rem;
}
@media (min-width: 375px) {
  .custom-popup.popup-notices .pc-content-wrapper, .custom-popup.popup-events .pc-content-wrapper {
    max-width: 34.375rem;
  }
}
@media (min-width: 1024px) {
  .custom-popup.popup-notices .pc-content-wrapper, .custom-popup.popup-events .pc-content-wrapper {
    max-width: 54.0625rem;
  }
}
@media (min-width: 1336px) {
  .custom-popup.popup-notices .pc-content-wrapper, .custom-popup.popup-events .pc-content-wrapper {
    max-width: 61.875rem;
  }
}
.custom-popup.popup-notices .popup-content-header, .custom-popup.popup-events .popup-content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-popup.popup-notices .popup-content-header .hp-icon, .custom-popup.popup-events .popup-content-header .hp-icon {
  font-size: 1.3125rem;
  color: #C91235;
  display: inline-block;
  margin-right: 0.625rem;
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .popup-content-header, .custom-popup.popup-events .popup-content-header {
    display: none;
  }
}
.custom-popup.popup-notices .popup-header, .custom-popup.popup-events .popup-header {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 1.3125rem;
  text-align: left;
  color: #C91235;
}
.custom-popup.popup-notices .popup-title, .custom-popup.popup-events .popup-title {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.0625rem;
  text-align: left;
  color: #252429;
  margin: 0.625rem 0;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  max-width: 100%;
}
@media (min-width: 375px) {
  .custom-popup.popup-notices .popup-title, .custom-popup.popup-events .popup-title {
    font-size: 1.3125rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .popup-title, .custom-popup.popup-events .popup-title {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    margin-bottom: 0;
  }
}
.custom-popup.popup-notices .popup-image, .custom-popup.popup-events .popup-image {
  background-color: #242327;
  height: 12.5rem;
  min-height: 12.5rem;
  overflow: hidden;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  position: relative;
}
.custom-popup.popup-notices .popup-image:before, .custom-popup.popup-events .popup-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #18153E;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.custom-popup.popup-notices .popup-image img, .custom-popup.popup-events .popup-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  display: block;
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .popup-image, .custom-popup.popup-events .popup-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 9.375rem;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: 0 0.3125rem 1rem rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0 0.3125rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.3125rem 1rem rgba(0, 0, 0, 0.15);
  }
}
.custom-popup.popup-notices .popup-content, .custom-popup.popup-events .popup-content {
  background: #fff;
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .popup-content, .custom-popup.popup-events .popup-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1024px) {
  .custom-popup.popup-notices .popup-content, .custom-popup.popup-events .popup-content {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}
.custom-popup.popup-notices .popup-description, .custom-popup.popup-events .popup-description {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #252429;
}
.custom-popup.popup-notices .popup-description > *:last-child:after, .custom-popup.popup-events .popup-description > *:last-child:after {
  content: "";
  margin-left: 0.4375rem;
  font-family: "global-icons";
  font-size: 0.75rem;
  color: #C91235;
}
.custom-popup.popup-notices .popup-description ol li, .custom-popup.popup-notices .popup-description ul li, .custom-popup.popup-events .popup-description ol li, .custom-popup.popup-events .popup-description ul li {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #252429;
}
.custom-popup.popup-notices .popup-description ol, .custom-popup.popup-events .popup-description ol {
  display: block;
  padding-left: 1.5625rem;
  margin: 0 0 1.875rem;
}
.custom-popup.popup-notices .popup-description ol li, .custom-popup.popup-events .popup-description ol li {
  position: relative;
  list-style-type: decimal;
  margin-bottom: 0.9375rem !important;
  padding-left: 0.3125rem;
}
.custom-popup.popup-notices .popup-description ol li::marker, .custom-popup.popup-events .popup-description ol li::marker {
  -webkit-transform: translateY(0.125rem);
     -moz-transform: translateY(0.125rem);
      -ms-transform: translateY(0.125rem);
       -o-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
  display: inline-block;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: inherit;
  line-height: inherit;
  text-align: right;
  color: #C91235;
}
.custom-popup.popup-notices .popup-description ul, .custom-popup.popup-events .popup-description ul {
  display: block;
  margin-bottom: 1.875rem;
}
.custom-popup.popup-notices .popup-description ul li, .custom-popup.popup-events .popup-description ul li {
  list-style-type: none;
  padding-left: 1.875rem;
  position: relative;
  margin-bottom: 0.9375rem;
}
.custom-popup.popup-notices .popup-description ul li:before, .custom-popup.popup-events .popup-description ul li:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4375rem;
  background: #C91235;
}
.custom-popup.popup-notices .popup-description ul li:last-child, .custom-popup.popup-events .popup-description ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .popup-description, .custom-popup.popup-events .popup-description {
    margin: 1.5625rem 0 0.9375rem;
  }
}
.custom-popup.popup-notices .updated, .custom-popup.popup-events .updated {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: left;
  letter-spacing: 0.05em;
  color: #252429;
  opacity: 0.55;
  text-transform: uppercase;
  margin: 0.9375rem 0 0;
  display: block;
}
@media (min-width: 768px) {
  .custom-popup.popup-notices .updated, .custom-popup.popup-events .updated {
    margin: 1.875rem 0 0;
  }
}
.custom-popup.popup-notices .card-dot, .custom-popup.popup-events .card-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.75rem;
  height: 3.75rem;
  font-size: 2.1875rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .custom-popup.popup-notices .card-dot, .custom-popup.popup-events .card-dot {
    display: none;
  }
}
@media (min-width: 768px) {
  .custom-popup.popup-notices, .custom-popup.popup-events {
    display: block !important;
    pointer-events: none;
    background: transparent;
    -webkit-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
  }
  .custom-popup.popup-notices.opened, .custom-popup.popup-events.opened {
    pointer-events: all;
    background: rgba(37, 36, 41, 0.7);
    opacity: 1;
    visibility: visible;
  }
  .custom-popup.popup-notices.opened .custom-popup-scroller > .close-popup-wrapper, .custom-popup.popup-events.opened .custom-popup-scroller > .close-popup-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0s 0.2s, visibility 0s 0.2s;
    -o-transition: opacity 0s 0.2s, visibility 0s 0.2s;
    -moz-transition: opacity 0s 0.2s, visibility 0s 0.2s;
    transition: opacity 0s 0.2s, visibility 0s 0.2s;
  }
  .custom-popup.popup-notices.opened .custom-popup-swiper-wrapper, .custom-popup.popup-events.opened .custom-popup-swiper-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .custom-popup.popup-notices.opened .popup-wrapper, .custom-popup.popup-events.opened .popup-wrapper {
    opacity: 1;
    visibility: visible;
  }
}