@charset "UTF-8";
/*** Sizes ***/
/* TO REMOVE */
/* TO REMOVE */
/*** Type ***/
/*** Columns ***/
/*** Colours ***/
/*** Animation ***/
/* Copied from AMPD */
/* Primary Colors */
/* Secondary (Neutral) Colors */
/* Faculty Accent Colors */
/* Common Colors */
/* Fonts */
/* Font weights */
/* Custom breakpoints */
/* breakpoints are inspired from bootstrap 5 https://getbootstrap.com/docs/5.0/layout/breakpoints/ */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a.nice-select.open,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*** Mixins - Layout ***/
/*** Size Media Queries ***/
/*** Hi DPI media query ***/
/*** Padding ***/
/*** Flexbox ***/
/*** Positioning ***/
/*** Size ***/
/*** Media query background images ***/
/*** Background ***/
/*** Mixins - Styles ***/
/*** Type Sizing calculations ***/
/*** ***/
/*** Transitions ***/
/*** Shadows ***/
@font-face {
  font-family: "IBMPlexSans";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  src: url("../../fonts/IBMPlexSans-Regular.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/IBMPlexSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/IBMPlexSans-Regular.otf") format("opentype"), url("../../fonts/IBMPlexSans-Regular.svg") format("svg"), url("../../fonts/IBMPlexSans-Regular.ttf") format("truetype"), url("../../fonts/IBMPlexSans-Regular.woff") format("woff"), url("../../fonts/IBMPlexSans-Regular.woff2") format("woff2"); /* Modern Browsers */
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  src: url("../../fonts/IBMPlexSans-Italic.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/IBMPlexSans-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/IBMPlexSans-Italic.otf") format("opentype"), url("../../fonts/IBMPlexSans-Italic.svg") format("svg"), url("../../fonts/IBMPlexSans-Italic.ttf") format("truetype"), url("../../fonts/IBMPlexSans-Italic.woff") format("woff"), url("../../fonts/IBMPlexSans-Italic.woff2") format("woff2"); /* Modern Browsers */
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  src: url("../../fonts/IBMPlexSans-Medium.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/IBMPlexSans-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/IBMPlexSans-Medium.otf") format("opentype"), url("../../fonts/IBMPlexSans-Medium.svg") format("svg"), url("../../fonts/IBMPlexSans-Medium.ttf") format("truetype"), url("../../fonts/IBMPlexSans-Medium.woff") format("woff"), url("../../fonts/IBMPlexSans-Medium.woff2") format("woff2"); /* Modern Browsers */
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  src: url("../../fonts/IBMPlexSans-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/IBMPlexSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/IBMPlexSans-SemiBold.otf") format("opentype"), url("../../fonts/IBMPlexSans-SemiBold.svg") format("svg"), url("../../fonts/IBMPlexSans-SemiBold.ttf") format("truetype"), url("../../fonts/IBMPlexSans-SemiBold.woff") format("woff"), url("../../fonts/IBMPlexSans-SemiBold.woff2") format("woff2"); /* Modern Browsers */
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url("../../fonts/IBMPlexSans-Bold.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/IBMPlexSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/IBMPlexSans-Bold.otf") format("opentype"), url("../../fonts/IBMPlexSans-Bold.svg") format("svg"), url("../../fonts/IBMPlexSans-Bold.ttf") format("truetype"), url("../../fonts/IBMPlexSans-Bold.woff") format("woff"), url("../../fonts/IBMPlexSans-Bold.woff2") format("woff2"); /* Modern Browsers */
}
/*** Global ***/
.no-scroll {
  overflow: hidden;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  position: relative;
}

img, video {
  max-width: 100%;
  display: block;
  flex-shrink: 0;
}

figure {
  margin: 0;
  padding: 0;
}

svg circle,
svg path {
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}

ol li {
  margin-bottom: 0.5em;
}

nav ul, nav ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

:focus {
  outline: 1px solid #e31837;
  transition: none;
}

main {
  overflow-x: hidden;
}

.entry-content {
  font-size: 1.3125rem;
  line-height: 2rem;
}
.entry-content .scs-medium-text {
  font-size: 1rem;
  line-height: 1.5rem;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content figure,
.entry-content blockquote {
  margin-bottom: 1.5rem;
}
.entry-content strong {
  font-weight: 600;
}
.entry-content figure figcaption {
  font-size: 1rem;
  line-height: 1.5rem;
}
.entry-content figure.alignleft {
  float: left;
  margin-right: 1rem;
}
.entry-content figure.alignright {
  float: right;
  margin-left: 1rem;
}
.entry-content figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content blockquote {
  margin: 0 auto;
  max-width: 59.375rem;
  padding: 1.625rem 0 3.125rem;
}
.entry-content blockquote::before {
  background-image: url("../../icons/blockquote-quotes.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 2.75rem;
  margin-bottom: 1rem;
  width: 3.125rem;
}
.entry-content blockquote p:last-of-type {
  margin-bottom: 0.75rem;
}
.entry-content blockquote cite {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
}

/*** Global ***/
/*** Header ***/
header#header {
  position: relative;
  z-index: 1001;
}

/*** Footer ***/
footer#footer .footer-sitemap {
  padding: 1.5rem 0;
  background-color: #353047;
}
@media (min-width: 980px) {
  footer#footer .footer-sitemap {
    padding: 4rem 0;
  }
}
footer#footer .footer-sitemap ul.menu {
  gap: 3.38rem;
  /* menu titles */
}
@media (min-width: 980px) {
  footer#footer .footer-sitemap ul.menu {
    flex-wrap: nowrap;
  }
}
footer#footer .footer-sitemap ul.menu > li > ul > li > a {
  display: block;
  margin-bottom: 0.5rem;
}
footer#footer .footer-sitemap ul.menu > li > ul > li > a strong {
  font-weight: 600;
}
footer#footer .footer-sitemap ul.menu .submenu-sitemap li {
  padding: 0.19rem 0;
}
footer#footer .footer-sitemap ul.menu li a {
  color: #ffffff;
}
footer#footer .footer-sitemap ul.menu li a:hover {
  color: #dee2e6;
}
footer#footer .footer-social-links {
  background-color: #212529;
  padding: 1rem 0 1.5rem;
}
@media (min-width: 980px) {
  footer#footer .footer-social-links {
    padding: 2rem 0;
  }
}
footer#footer .footer-social-links .headline * {
  margin: 0;
  color: #fff;
  line-height: 1.625rem;
  text-align: center;
}
@media (min-width: 980px) {
  footer#footer .footer-social-links .headline * {
    text-align: left;
  }
}
footer#footer .footer-social-links .social-media {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 980px) {
  footer#footer .footer-social-links .social-media {
    justify-content: flex-end;
  }
}
footer#footer .footer-social-links .social-media li {
  margin-left: 8px;
}
footer#footer .footer-social-links .social-media li:first-of-type {
  margin-left: 0;
}
footer#footer .footer-social-links .social-media li a {
  display: flex;
  justify-content: center;
}
footer#footer .footer-social-links .social-media li a svg {
  width: 36px;
}
footer#footer .footer-social-links .social-media li a:hover svg path {
  fill: #e31837;
}

/*** Images ***/
.has-full-image {
  position: relative;
  overflow: hidden;
}
.has-full-image .bg-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  width: 100%;
  height: 100%;
  background-color: #e31837;
}

.full-image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.full-image-container > img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.full-image-container.align--left > img {
  -webkit-object-position: left;
  -moz-object-position: left;
  -ms-object-position: left;
  -o-object-position: left;
  object-position: left;
}
.full-image-container.align--right > img {
  -webkit-object-position: right;
  -moz-object-position: right;
  -ms-object-position: right;
  -o-object-position: right;
  object-position: right;
}
.full-image-container.has-multiply::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.full-image-container.has-multiply--primary-dark-100::after {
  background-color: #810001;
  opacity: 1;
}
.full-image-container.has-multiply--dark-blue-90::after {
  background-color: #353047;
  opacity: 0.9;
}
.full-image-container.has-multiply--dark-blue-50::after {
  background-color: #353047;
  opacity: 0.5;
}
.full-image-container.has-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 979px) {
  .full-image-container.has-overlay::after {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 980px) {
  .full-image-container.has-overlay::after {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }
}

.custom-object-fit {
  background-size: cover;
  background-position: center center;
}
.custom-object-fit > img {
  opacity: 0;
}
.custom-object-fit.align--left {
  background-position: left center;
}
.custom-object-fit.align--right {
  background-position: right center;
}

.has-full-bg-video video,
.has-full-bg-video .embed-video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
}
.has-full-bg-video video[poster] {
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*** Notificataion ***/
.notification {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
}
@media (max-width: 979px) {
  .notification {
    width: calc(100% - 32px);
  }
}
@media (min-width: 980px) {
  .notification {
    right: 25px;
    bottom: 25px;
  }
}
.notification .notice-global,
.notification .notice-gdpr {
  display: none;
}
@media (max-width: 979px) {
  .notification .notice-global p,
  .notification .notice-global a:not(.notice-close),
  .notification .notice-gdpr p,
  .notification .notice-gdpr a:not(.notice-close) {
    font-size: 0.75rem;
    line-height: 1.3em;
  }
}
.notification .notice-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  width: 16px;
  height: 16px;
}
.notification .notice-close::before, .notification .notice-close::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 2px;
  height: 16px;
  background-color: #353047;
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}
.notification .notice-close::before {
  transform: rotate(45deg);
}
.notification .notice-close::after {
  transform: rotate(-45deg);
}
.notification .notice-close:hover::before, .notification .notice-close:hover::after {
  background-color: #e31837;
}
.notification .notice-close:focus {
  outline: none;
}

.global-active .notice-global {
  display: block;
}

.gdpr-active .notice-gdpr {
  display: block;
}

/*** Embed ***/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-video-background {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  width: 300%; /* enlarge beyond browser width */
  left: 50%;
  transform: translateX(-50%);
}
.embed-video-background iframe,
.embed-video-background object,
.embed-video-background embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/*** Lists ***/
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.york-symbol {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 70px;
  height: 70px;
}

/*** Grid System ***/
.container, .mobile-submenu__submenu-link, .mobile-submenu__link,
.mobile-submenu__label, .mobile-menu__link,
.mobile-menu__submenu-button, .dropdown-menu__inner, .brand-stripe__inner {
  max-width: 71.875rem;
  width: 100%;
  padding: 0 1.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 1200px) {
  .container, .mobile-submenu__submenu-link, .mobile-submenu__link,
  .mobile-submenu__label, .mobile-menu__link,
  .mobile-menu__submenu-button, .dropdown-menu__inner, .brand-stripe__inner {
    padding: 0;
  }
}
@media (max-width: 979px) {
  .container.mobile-full-width, .mobile-full-width.mobile-submenu__submenu-link, .mobile-full-width.mobile-submenu__link,
  .mobile-full-width.mobile-submenu__label, .mobile-full-width.mobile-menu__link,
  .mobile-full-width.mobile-menu__submenu-button, .mobile-full-width.dropdown-menu__inner, .mobile-full-width.brand-stripe__inner {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}

.clear {
  zoom: 1;
}
.clear:after {
  display: table;
  content: "";
  display: block;
  clear: both;
}

.flex-row {
  display: table;
  display: flex;
  flex-direction: column;
}
@media (min-width: 980px) {
  .flex-row {
    flex-direction: row;
  }
}

.flex-column {
  display: table;
  display: flex;
  flex-direction: column;
}

.column-reverse {
  flex-direction: column-reverse;
}

@media (min-width: 980px) {
  .m-column-reverse {
    flex-direction: column-reverse;
  }
}

@media (min-width: 980px) {
  .m-column-normal {
    flex-direction: column;
  }
}

.row-reverse {
  flex-direction: row-reverse;
}

@media (min-width: 980px) {
  .m-row-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 980px) {
  .m-row-normal {
    flex-direction: row;
  }
}

.flex {
  display: table;
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (min-width: 980px) {
  .flex {
    flex-direction: row;
  }
}
.flex--between {
  justify-content: space-between;
}
.flex--x-center {
  justify-content: center;
}
.flex--x-left {
  justify-content: flex-start;
}
.flex--x-right {
  justify-content: flex-end;
}
.flex--y-center {
  align-items: center;
}
.flex--y-top {
  align-items: flex-start;
}
.flex--y-bottom {
  align-items: flex-end;
}
@media (min-width: 980px) {
  .flex--m-x-left {
    justify-content: flex-start;
  }
  .flex--m-x-right {
    justify-content: flex-end;
  }
  .flex--m-x-center {
    justify-content: center;
  }
  .flex--m-y-center {
    align-items: center;
  }
}

.fo--first {
  order: -1;
}
.fo--last {
  order: 99999;
}

@media (min-width: 980px) {
  .m-fo--default {
    order: 0;
  }
}

.gutters-m {
  margin: 0 -16px 0 -16px;
}
@media (min-width: 980px) {
  .gutters-m {
    margin: 0 -20px 0 -20px;
  }
}
@media (min-width: 1400px) {
  .gutters-m {
    margin: 0 -30px 0 -30px;
  }
}
.gutters-m > .unit {
  padding: 16px;
}
@media (min-width: 980px) {
  .gutters-m > .unit {
    padding: 20px;
  }
}
@media (min-width: 1400px) {
  .gutters-m > .unit {
    padding: 30px;
  }
}

.gutters-xs {
  margin: 0 -5px 0 -5px;
}
@media (min-width: 980px) {
  .gutters-xs {
    margin: 0 -10px 0 -10px;
  }
}
.gutters-xs > .unit {
  padding: 5px;
}
@media (min-width: 980px) {
  .gutters-xs > .unit {
    padding: 10px;
  }
}

.gutters-s {
  margin: 0 -10px 0 -10px;
}
@media (min-width: 980px) {
  .gutters-s {
    margin: 0 -15px 0 -15px;
  }
}
@media (min-width: 1400px) {
  .gutters-s {
    margin: 0 -20px 0 -20px;
  }
}
.gutters-s > .unit {
  padding: 10px;
}
@media (min-width: 980px) {
  .gutters-s > .unit {
    padding: 15px;
  }
}
@media (min-width: 1400px) {
  .gutters-s > .unit {
    padding: 20px;
  }
}

.gutters-l {
  margin: 0 -24px 0 -24px;
}
@media (min-width: 980px) {
  .gutters-l {
    margin: 0 -36px 0 -36px;
  }
}
@media (min-width: 1400px) {
  .gutters-l {
    margin: 0 -48px 0 -48px;
  }
}
.gutters-l > .unit {
  padding: 24px;
}
@media (min-width: 980px) {
  .gutters-l > .unit {
    padding: 36px;
  }
}
@media (min-width: 1400px) {
  .gutters-l > .unit {
    padding: 48px;
  }
}

.gutters-experts {
  margin: 0 -10px 0 -10px;
}
.gutters-experts > .unit {
  padding: 10px;
}

.none {
  display: none;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

@media (min-width: 980px) {
  .m-none {
    display: none;
  }
}

@media (min-width: 980px) {
  .m-inline {
    display: inline;
  }
}

@media (min-width: 980px) {
  .m-inline-block {
    display: inline-block;
  }
}

@media (min-width: 980px) {
  .m-block {
    display: block;
  }
}

/*** Grid Wrap Modifiers ***/
.no-wrap {
  flex-wrap: nowrap;
}

.wrap-2 > *,
.wrap-2 .unit {
  width: 50%;
}

.wrap-3 > *,
.wrap-3 .unit {
  width: 33.3333%;
}

.wrap-4 > *,
.wrap-4 .unit {
  width: 25%;
}

@media (min-width: 500px) {
  .sm-wrap-2 .unit {
    width: 50%;
  }
}

@media (min-width: 500px) {
  .sm-wrap-3 .unit {
    width: 33.333%;
  }
}

@media (min-width: 500px) {
  .sm-wrap-4 .unit {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .s-m-no-wrap {
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .s-m-wrap-2 .unit {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .s-m-wrap-3 .unit {
    width: 33.333%;
  }
}

@media (min-width: 768px) {
  .s-m-wrap-4 .unit {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .s-m-wrap-5 .unit {
    width: 20%;
  }
}

@media (min-width: 980px) {
  .m-no-wrap {
    flex-wrap: nowrap;
  }
}

@media (min-width: 980px) {
  .m-wrap-2 > .unit {
    width: 50%;
  }
}

@media (min-width: 980px) {
  .m-wrap-3 .unit {
    width: 33.3333%;
  }
}

@media (min-width: 980px) {
  .m-wrap-4 .unit {
    width: 25%;
  }
}

@media (min-width: 980px) {
  .m-wrap-5 .unit {
    width: 20%;
  }
}

@media (min-width: 980px) {
  .m-wrap-6 .unit {
    width: 16.6666666667%;
  }
}

@media (min-width: 980px) {
  .m-wrap-7 .unit {
    width: 14.2857142857%;
  }
}

/*** Unit styles ***/
.unit {
  width: 100%;
}

@media (min-width: 980px) {
  .grow {
    width: auto !important;
    flex-grow: inherit;
  }
}

.grow-1 {
  flex-grow: 1;
}

.c-1-2 {
  width: 50%;
}

.c-1-3 {
  width: 33.3333%;
}

.c-2-3 {
  width: 66.6666%;
}

.c-2-5 {
  width: 40%;
}

.c-3-5 {
  width: 60%;
}

.c-3-4 {
  width: 75%;
}

.c-4-5 {
  width: 80%;
}

.c-5-6 {
  width: 83.3333%;
}

.c-7-8 {
  width: 87.5%;
}

@media (min-width: 500px) {
  .sm-1-2 {
    width: 50%;
  }
  .sm-1-3 {
    width: 33.3333%;
  }
  .sm-2-3 {
    width: 66.6666%;
  }
  .sm-3-4 {
    width: 75%;
  }
  .sm-2-5 {
    width: 40%;
  }
  .sm-3-5 {
    width: 60%;
  }
  .sm-85 {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .s-1-2 {
    width: 50%;
  }
  .s-half-gutter {
    width: 57%;
  }
  .s-2-5 {
    width: 40%;
  }
  .s-1-3 {
    width: 33.3333%;
  }
  .s-2-3 {
    width: 66.6666%;
  }
  .s-3-4 {
    width: 75%;
  }
  .s-1-4 {
    width: 25%;
  }
  .s-1-5 {
    width: 20%;
  }
  .s-4-5 {
    width: 80%;
  }
  .s-3-5 {
    width: 60%;
  }
  .s-70 {
    width: 70%;
  }
  .s-30 {
    width: 30%;
  }
  .s-15 {
    width: 15%;
  }
  .s-85 {
    width: 85%;
  }
  .s-90 {
    width: 90%;
  }
  .s-5 {
    width: 41.6666%;
  }
  .s-7 {
    width: 58.3333%;
  }
}
@media (min-width: 980px) {
  .m-1-12 {
    width: 8.3333%;
  }
  .m-1-10 {
    width: 10%;
  }
  .m-3-25 {
    width: 12%;
  }
  .m-1-2 {
    width: 50%;
  }
  .m-1-3 {
    width: 33.3333%;
  }
  .m-1-4 {
    width: 25%;
  }
  .m-1-5 {
    width: 20%;
  }
  .m-1-6 {
    width: 16.6666%;
  }
  .m-2-3 {
    width: 66.6666%;
  }
  .m-5-12 {
    width: 41.6666%;
  }
  .m-7-12 {
    width: 58.3333%;
  }
  .m-30 {
    width: 30%;
  }
  .m-3-8 {
    width: 37.5%;
  }
  .m-2-5 {
    width: 40%;
  }
  .m-48 {
    width: 48%;
  }
  .m-3-5 {
    width: 60%;
  }
  .m-70 {
    width: 70%;
  }
  .m-3-4 {
    width: 75%;
  }
  .m-4-5 {
    width: 80%;
  }
  .m-5-6 {
    width: 83.3333%;
  }
  .m-85 {
    width: 85%;
  }
  .m-7-8 {
    width: 87.5%;
  }
  .m-8-9 {
    width: 88.8888%;
  }
  .m-11-12 {
    width: 91.6666%;
  }
  .m-95 {
    width: 95%;
  }
  .m-auto {
    width: auto;
  }
  .offset-1 {
    margin-left: 8.3333%;
  }
  .offset-2 {
    margin-left: 16.6666%;
  }
  .offset-3 {
    margin-left: 24.9999%;
  }
  .offset-4 {
    margin-left: 33.3332%;
  }
  .offset-half {
    margin-left: 50%;
  }
}
@media (min-width: 1400px) {
  .l-1-2 {
    width: 50%;
  }
}
.vh-75 {
  height: 75vh;
}

.vh-80 {
  height: 80vh;
}

.vh-85 {
  height: 85vh;
}

.vh-90 {
  height: 90vh;
}

.vh-95 {
  height: 95vh;
}

.vh-100 {
  height: 100vh;
}

@media (min-width: 980px) {
  .m-vh-50 {
    height: 50vh;
  }
  .m-vh-55 {
    height: 55vh;
  }
  .m-vh-60 {
    height: 60vh;
  }
  .m-vh-65 {
    height: 65vh;
  }
  .m-vh-70 {
    height: 70vh;
  }
  .m-vh-75 {
    height: 75vh;
  }
  .m-vh-80 {
    height: 80vh;
  }
  .m-vh-85 {
    height: 85vh;
  }
  .m-vh-90 {
    height: 90vh;
  }
  .m-vh-95 {
    height: 95vh;
  }
  .m-vh-100 {
    height: 100vh;
  }
}
.y-full {
  height: 100%;
}

.no-shrink {
  flex-shrink: 0;
}

@media (min-width: 980px) {
  .m-no-shrink {
    flex-shrink: 0;
  }
}

/*** Spacing ***/
.m-t-n-2 {
  margin-top: -2em;
}

.m-0 {
  margin: 0;
}

.m-t-0,
.m-y-0 {
  margin-top: 0em;
}

.m-t-quarter,
.m-y-quarter {
  margin-top: 0.25em;
}

.m-t-half,
.m-y-half {
  margin-top: 0.5em;
}

.m-t-1,
.m-y-1 {
  margin-top: 1em;
}

.m-t-2,
.m-y-2 {
  margin-top: 2em;
}

.m-t-3,
.m-y-3 {
  margin-top: 3em;
}

.m-t-4,
.m-y-4 {
  margin-top: 4em;
}

.m-t-5,
.m-y-5 {
  margin-top: 5em;
}

.m-b-0,
.m-y-0 {
  margin-bottom: 0em;
}

.m-b-0-i {
  margin-bottom: 0rem !important;
}

.m-b-quarter,
.m-y-quarter {
  margin-bottom: 0.25em;
}

.m-b-half,
.m-y-half {
  margin-bottom: 0.5em;
}

.m-b-1,
.m-y-1 {
  margin-bottom: 1em;
}

.m-b-2,
.m-y-2 {
  margin-bottom: 2em;
}

.m-b-3,
.m-y-3 {
  margin-bottom: 3em;
}

.m-b-4,
.m-y-4 {
  margin-bottom: 4em;
}

.m-b-5,
.m-y-5 {
  margin-bottom: 5em;
}

.m-l-0,
.m-x-0 {
  margin-left: 0;
}

.m-l-1,
.m-x-1 {
  margin-left: 1em;
}

.m-r-0,
.m-x-0 {
  margin-right: 0;
}

.m-r-1,
.m-x-1 {
  margin-right: 1em;
}

.p-mobile {
  padding: 25px;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1em;
}

.p-2 {
  padding: 2em;
}

.p-3 {
  padding: 3em;
}

.p-4 {
  padding: 4em;
}

.p-t-0,
.p-y-0 {
  padding-top: 0;
}

.p-t-1,
.p-y-1 {
  padding-top: 1em;
}

.p-t-2,
.p-y-2 {
  padding-top: 2em;
}

.p-t-3,
.p-y-3 {
  padding-top: 3em;
}

.p-t-4,
.p-y-4 {
  padding-top: 4em;
}

.p-t-5,
.p-y-5 {
  padding-top: 5em;
}

.p-t-6,
.p-y-6 {
  padding-top: 6em;
}

.p-t-8,
.p-y-8 {
  padding-top: 8em;
}

.p-t-40 {
  padding-top: 40%;
}

.p-t-45 {
  padding-top: 45%;
}

.p-t-50 {
  padding-top: 50%;
}

.p-t-55 {
  padding-top: 55%;
}

.p-t-60 {
  padding-top: 60%;
}

.p-t-65 {
  padding-top: 65%;
}

.p-t-70 {
  padding-top: 70%;
}

.p-t-75 {
  padding-top: 75%;
}

.p-t-80 {
  padding-top: 80%;
}

.p-t-85 {
  padding-top: 85%;
}

.p-t-90 {
  padding-top: 90%;
}

.p-t-95 {
  padding-top: 95%;
}

.p-t-100 {
  padding-top: 100%;
}

.p-b-0,
.p-y-0 {
  padding-bottom: 0;
}

.p-b-1,
.p-y-1 {
  padding-bottom: 1em;
}

.p-b-2,
.p-y-2 {
  padding-bottom: 2em;
}

.p-b-3,
.p-y-3 {
  padding-bottom: 3em;
}

.p-b-4,
.p-y-4 {
  padding-bottom: 4em;
}

.p-b-5,
.p-y-5 {
  padding-bottom: 5em;
}

.p-b-6,
.p-y-6 {
  padding-bottom: 6em;
}

.p-b-8,
.p-y-8 {
  padding-bottom: 8em;
}

@media (min-width: 768px) {
  .s-m-m-t-0,
  .s-m-m-y-0 {
    margin-top: 0em;
  }
  .s-m-m-t-1,
  .s-m-m-y-1 {
    margin-top: 1em;
  }
  .s-m-m-t-2,
  .s-m-m-y-2 {
    margin-top: 2em;
  }
  .s-m-m-t-3,
  .s-m-m-y-3 {
    margin-top: 3em;
  }
  .s-m-m-t-4,
  .s-m-m-y-4 {
    margin-top: 4em;
  }
  .s-m-m-t-5,
  .s-m-m-y-5 {
    margin-top: 5em;
  }
  .s-m-m-b-0,
  .s-m-m-y-0 {
    margin-bottom: 0em;
  }
  .s-m-m-b-1,
  .s-m-m-y-1 {
    margin-bottom: 1em;
  }
  .s-m-m-b-2,
  .s-m-m-y-2 {
    margin-bottom: 2em;
  }
  .s-m-m-b-3,
  .s-m-m-y-3 {
    margin-bottom: 3em;
  }
  .s-m-m-b-4,
  .s-m-m-y-4 {
    margin-bottom: 4em;
  }
  .s-m-m-b-5,
  .s-m-m-y-5 {
    margin-bottom: 5em;
  }
  .s-m-p-0 {
    padding: 0;
  }
  .s-m-p-1 {
    padding: 1em;
  }
  .s-m-p-2 {
    padding: 2em;
  }
  .s-m-p-3 {
    padding: 3em;
  }
  .s-m-p-4 {
    padding: 4em;
  }
  .s-m-p-t-0,
  .s-m-p-y-0 {
    padding-top: 0;
  }
  .s-m-p-t-1,
  .s-m-p-y-1 {
    padding-top: 1em;
  }
  .s-m-p-t-2,
  .s-m-p-y-2 {
    padding-top: 2em;
  }
  .s-m-p-t-3,
  .s-m-p-y-3 {
    padding-top: 3em;
  }
  .s-m-p-t-4,
  .s-m-p-y-4 {
    padding-top: 4em;
  }
  .s-m-p-t-5,
  .s-m-p-y-5 {
    padding-top: 5em;
  }
  .s-m-p-t-6,
  .s-m-p-y-6 {
    padding-top: 6em;
  }
  .s-m-p-t-8,
  .s-m-p-y-8 {
    padding-top: 8em;
  }
  .s-m-p-b-0,
  .s-m-p-y-0 {
    padding-bottom: 0;
  }
  .s-m-p-b-1,
  .s-m-p-y-1 {
    padding-bottom: 1em;
  }
  .s-m-p-b-2,
  .s-m-p-y-2 {
    padding-bottom: 2em;
  }
  .s-m-p-b-3,
  .s-m-p-y-3 {
    padding-bottom: 3em;
  }
  .s-m-p-b-4,
  .s-m-p-y-4 {
    padding-bottom: 4em;
  }
  .s-m-p-b-5,
  .s-m-p-y-5 {
    padding-bottom: 5em;
  }
  .s-m-p-b-6,
  .s-m-p-y-6 {
    padding-bottom: 6em;
  }
  .s-m-p-b-8,
  .s-m-p-y-8 {
    padding-bottom: 8em;
  }
}
@media (min-width: 980px) {
  .m-m-t-n-4 {
    margin-top: -4em;
  }
  .m-m-t-0,
  .m-m-y-0 {
    margin-top: 0em;
  }
  .m-m-t-1,
  .m-m-y-1 {
    margin-top: 1em;
  }
  .m-m-t-2,
  .m-m-y-2 {
    margin-top: 2em;
  }
  .m-m-t-3,
  .m-m-y-3 {
    margin-top: 3em;
  }
  .m-m-t-4,
  .m-m-y-4 {
    margin-top: 4em;
  }
  .m-m-t-5,
  .m-m-y-5 {
    margin-top: 5em;
  }
  .m-m-b-0,
  .m-m-y-0 {
    margin-bottom: 0em;
  }
  .m-m-b-1,
  .m-m-y-1 {
    margin-bottom: 1em;
  }
  .m-m-b-2,
  .m-m-y-2 {
    margin-bottom: 2em;
  }
  .m-m-b-3,
  .m-m-y-3 {
    margin-bottom: 3em;
  }
  .m-m-b-4,
  .m-m-y-4 {
    margin-bottom: 4em;
  }
  .m-m-b-5,
  .m-m-y-5 {
    margin-bottom: 5em;
  }
  .m-m-b-6,
  .m-m-y-6 {
    margin-bottom: 6em;
  }
  .m-m-r-1,
  .m-m-x-1 {
    margin-right: 1em;
  }
  .m-p-0 {
    padding: 0;
  }
  .m-p-1 {
    padding: 1em;
  }
  .m-p-2 {
    padding: 2em;
  }
  .m-p-3 {
    padding: 3em;
  }
  .m-p-4 {
    padding: 4em;
  }
  .m-p-5 {
    padding: 5em;
  }
  .m-p-6 {
    padding: 6em;
  }
  .m-p-8 {
    padding: 8em;
  }
  .m-p-t-0,
  .m-p-y-0 {
    padding-top: 0;
  }
  .m-p-t-1,
  .m-p-y-1 {
    padding-top: 1em;
  }
  .m-p-t-2,
  .m-p-y-2 {
    padding-top: 2em;
  }
  .m-p-t-3,
  .m-p-y-3 {
    padding-top: 3em;
  }
  .m-p-t-4,
  .m-p-y-4 {
    padding-top: 4em;
  }
  .m-p-t-5,
  .m-p-y-5 {
    padding-top: 5em;
  }
  .m-p-t-6,
  .m-p-y-6 {
    padding-top: 6em;
  }
  .m-p-t-8,
  .m-p-y-8 {
    padding-top: 8em;
  }
  .m-p-t-40 {
    padding-top: 40%;
  }
  .m-p-t-45 {
    padding-top: 45%;
  }
  .m-p-t-50 {
    padding-top: 50%;
  }
  .m-p-t-55 {
    padding-top: 55%;
  }
  .m-p-t-60 {
    padding-top: 60%;
  }
  .m-p-t-65 {
    padding-top: 65%;
  }
  .m-p-t-70 {
    padding-top: 70%;
  }
  .m-p-t-75 {
    padding-top: 75%;
  }
  .m-p-t-80 {
    padding-top: 80%;
  }
  .m-p-t-85 {
    padding-top: 85%;
  }
  .m-p-t-90 {
    padding-top: 90%;
  }
  .m-p-t-95 {
    padding-top: 95%;
  }
  .m-p-t-100 {
    padding-top: 100%;
  }
  .m-p-b-0,
  .m-p-y-0 {
    padding-bottom: 0;
  }
  .m-p-b-1,
  .m-p-y-1 {
    padding-bottom: 1em;
  }
  .m-p-b-2,
  .m-p-y-2 {
    padding-bottom: 2em;
  }
  .m-p-b-3,
  .m-p-y-3 {
    padding-bottom: 3em;
  }
  .m-p-b-4,
  .m-p-y-4 {
    padding-bottom: 4em;
  }
  .m-p-b-5,
  .m-p-y-5 {
    padding-bottom: 5em;
  }
  .m-p-b-6,
  .m-p-y-6 {
    padding-bottom: 6em;
  }
  .m-p-b-8,
  .m-p-y-8 {
    padding-bottom: 8em;
  }
}
@media (min-width: 1400px) {
  .l-m-t-0,
  .l-m-y-0 {
    margin-top: 0em;
  }
  .l-m-t-1,
  .l-m-y-1 {
    margin-top: 1em;
  }
  .l-m-t-2,
  .l-m-y-2 {
    margin-top: 2em;
  }
  .l-m-t-3,
  .l-m-y-3 {
    margin-top: 3em;
  }
  .l-m-t-4,
  .l-m-y-4 {
    margin-top: 4em;
  }
  .l-m-t-5,
  .l-m-y-5 {
    margin-top: 5em;
  }
  .l-m-b-0,
  .l-m-y-0 {
    margin-bottom: 0em;
  }
  .l-m-b-1,
  .l-m-y-1 {
    margin-bottom: 1em;
  }
  .l-m-b-2,
  .l-m-y-2 {
    margin-bottom: 2em;
  }
  .l-m-b-3,
  .l-m-y-3 {
    margin-bottom: 3em;
  }
  .l-m-b-4,
  .l-m-y-4 {
    margin-bottom: 4em;
  }
  .l-m-b-5,
  .l-m-y-5 {
    margin-bottom: 5em;
  }
  .l-p-0 {
    padding: 0;
  }
  .l-p-1 {
    padding: 1em;
  }
  .l-p-2 {
    padding: 2em;
  }
  .l-p-3 {
    padding: 3em;
  }
  .l-p-4 {
    padding: 4em;
  }
  .l-p-t-0,
  .l-p-y-0 {
    padding-top: 0;
  }
  .l-p-t-1,
  .l-p-y-1 {
    padding-top: 1em;
  }
  .l-p-t-2,
  .l-p-y-2 {
    padding-top: 2em;
  }
  .l-p-t-3,
  .l-p-y-3 {
    padding-top: 3em;
  }
  .l-p-t-4,
  .l-p-y-4 {
    padding-top: 4em;
  }
  .l-p-t-5,
  .l-p-y-5 {
    padding-top: 5em;
  }
  .l-p-t-6,
  .l-p-y-6 {
    padding-top: 6em;
  }
  .l-p-t-8,
  .l-p-y-8 {
    padding-top: 8em;
  }
  .l-p-b-0,
  .l-p-y-0 {
    padding-bottom: 0;
  }
  .l-p-b-1,
  .l-p-y-1 {
    padding-bottom: 1em;
  }
  .l-p-b-2,
  .l-p-y-2 {
    padding-bottom: 2em;
  }
  .l-p-b-3,
  .l-p-y-3 {
    padding-bottom: 3em;
  }
  .l-p-b-4,
  .l-p-y-4 {
    padding-bottom: 4em;
  }
  .l-p-b-5,
  .l-p-y-5 {
    padding-bottom: 5em;
  }
  .l-p-b-6,
  .l-p-y-6 {
    padding-bottom: 6em;
  }
  .l-p-b-8,
  .l-p-y-8 {
    padding-bottom: 8em;
  }
}
/*** Flexbox ***/
.no-flexbox .flex,
.no-flexbox .row {
  width: 100%;
  zoom: 1;
  overflow: hidden;
  margin: auto;
}
.no-flexbox .flex:after,
.no-flexbox .row:after {
  display: table;
  content: "";
  display: block;
  clear: both;
}
.no-flexbox .unit {
  float: left;
}
.no-flexbox .m-half {
  width: 50%;
}

/*** Gutenberg Wide and Full Width Alignment ***/
.entry-content {
  position: relative;
}

@media (min-width: 768px) {
  .entry-content .alignwide {
    margin-left: calc(-50vw + 50% + 60px);
    margin-right: calc(-50vw + 50% + 60px);
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 980px) {
  .entry-content .alignwide {
    margin-left: calc(-50vw + 50% + 120px);
    margin-right: calc(-50vw + 50% + 120px);
  }
}

@media (min-width: 768px) {
  .entry-content .wp-block-embed.alignwide,
  .entry-content .wp-block-gallery.alignwide,
  .entry-content .wp-block-blockgallery-carousel.alignwide,
  .entry-content .wp-block-blockgallery-masonry.alignwide,
  .entry-content .wp-block-blockgallery-stacked.alignwide,
  .entry-content .wp-block-table.alignwide,
  .entry-content .wp-video-slider.alignwide {
    display: block;
  }
}

.entry-content .wp-block-media-text.alignwide {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .entry-content .wp-block-media-text.alignwide {
    display: grid;
  }
}

.entry-content .wp-block-columns.alignwide {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .entry-content .alignwide img {
    max-width: 1360px;
  }
}

@media (min-width: 768px) {
  .entry-content .wp-block-columns.alignwide img {
    max-width: 100%;
  }
}

.entry-content .alignwide figcaption {
  width: 100%;
}
@media (min-width: 1600px) {
  .entry-content .alignwide figcaption {
    width: 1360px;
  }
}

.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.entry-content .alignfull.is-layout-constrained {
  padding-left: 20px;
  padding-right: 20px;
}

.entry-content .wp-block-embed.alignfull,
.entry-content .wp-block-gallery.alignfull,
.entry-content .wp-block-blockgallery-carousel.alignfull,
.entry-content .wp-block-blockgallery-masonry.alignfull,
.entry-content .wp-block-blockgallery-stacked.alignfull,
.entry-content .wp-block-table.alignfull,
.entry-content .wp-video-slider.alignfull {
  display: block;
}

.entry-content .wp-block-media-text.alignfull {
  display: flex;
}
@media (min-width: 768px) {
  .entry-content .wp-block-media-text.alignfull {
    display: grid;
  }
}

.entry-content .wp-block-columns.alignfull {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .entry-content .wp-block-columns.alignfull {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.entry-content .alignfull img {
  max-width: 1600px;
}

.entry-content .wp-block-columns.alignfull img {
  max-width: 100%;
}

.entry-content .alignfull figcaption {
  width: 100%;
}
@media (min-width: 768px) {
  .entry-content .alignfull figcaption {
    width: calc(100% - 120px);
  }
}
@media (min-width: 980px) {
  .entry-content .alignfull figcaption {
    width: calc((100% - 240px) / 3 * 2);
  }
}
@media (min-width: 1600px) {
  .entry-content .alignfull figcaption {
    width: 906.6666666667px;
  }
}

.entry-content .wp-block-image .is-resized {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 500px) {
  .entry-content .wp-block-image .is-resized {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 500px) {
  .entry-content .wp-block-image .alignright {
    margin-left: 1.25rem;
  }
}
@media (min-width: 500px) {
  .entry-content .wp-block-image .alignleft {
    margin-right: 1.25rem;
  }
}

.entry-content .wp-block-blockgallery-carousel {
  height: auto;
}

.entry-content .wp-block-blockgallery-masonry.alignwide img,
.entry-content .wp-block-blockgallery-masonry.alignfull img {
  max-width: 100%;
}

.entry-content .wp-block-table {
  margin-bottom: 1.5rem;
  width: 100%;
}
.entry-content .wp-block-table tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .entry-content .wp-block-table tr {
    display: table-row;
    margin-bottom: 0;
  }
}
.entry-content .wp-block-table td {
  border: 1px solid #212529;
  line-height: 1.8;
  padding: 0.5rem;
}
.entry-content .wp-block-table td:first-child {
  vertical-align: top;
}

.entry-content .wp-block-table.alignwide,
.entry-content .wp-block-table.alignfull {
  width: auto;
}

.entry-content .wp-block-table.alignfull {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 500px) {
  .entry-content .wp-block-table.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
}

.entry-content .wp-block-latest-posts {
  margin: 0;
}
.entry-content .wp-block-latest-posts li {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 980px) {
  .entry-content .wp-block-latest-posts li {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 1400px) {
  .entry-content .wp-block-latest-posts li {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.entry-content .wp-block-latest-posts li + li {
  margin-top: 0.5em;
}

.entry-content .wp-block-group__inner-container {
  width: 100%;
}

/*** WP WYSIWYG Editor Default Styles ***/
.content .alignleft, .content img.alignleft {
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  display: inline;
  float: left;
}
.content .alignright, .content img.alignright {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  display: inline;
  float: right;
}
.content .aligncenter, .content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.content p {
  clear: both;
}

/* Dropdown Menu */
.nav--account ul.menu li:not(:first-of-type) {
  margin-left: 16px;
}
@media (max-width: 979px) {
  .nav--account ul.menu li:not(.menu-item-mobile):not(.wpml-ls-item) {
    display: none;
  }
}
.nav--account ul.menu li a {
  color: #212529;
  font-weight: 600;
}
.nav--account ul.menu li a:hover {
  color: #e31837;
}
.nav--account ul.menu li.current-menu-item a {
  color: #8c0000;
}

/* WPML */
.wpml-ls-first-item.wpml-ls-last-item {
  display: none;
}

.wpml-ls-item.menu-item-has-children {
  position: relative;
  padding-right: 1rem;
}
.wpml-ls-item.menu-item-has-children::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-75%) rotate(135deg);
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  vertical-align: top;
  height: 0.5rem;
  width: 0.5rem;
}
@media (min-width: 980px) {
  .wpml-ls-item.menu-item-has-children:hover .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
  }
}
@media (max-width: 979px) {
  .wpml-ls-item.menu-item-has-children.collapsed > .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
  }
}
.wpml-ls-item.menu-item-has-children > a:hover {
  color: #212529 !important;
}
.wpml-ls-item.menu-item-has-children > .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
}
.wpml-ls-item.menu-item-has-children > .submenu li {
  margin: 0.25rem 0 !important;
}

/* Block menu */
@media (min-width: 980px) {
  .nav--gutenberg {
    background-color: #EAEAEC;
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .nav--gutenberg {
    padding: 24px 36px;
  }
}
.nav--gutenberg .mobile-menu-toggle {
  display: block;
  position: relative;
  border: 1px solid #D8D8D8;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}
.nav--gutenberg .mobile-menu-toggle::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-75%) rotate(135deg);
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  vertical-align: top;
  height: 0.8rem;
  width: 0.8rem;
}
.nav--gutenberg .mobile-menu-toggle.collapsed:before {
  transform: translateY(-25%) rotate(-45deg);
}
.nav--gutenberg .mobile-menu-toggle:focus {
  outline: none;
}
.nav--gutenberg .mobile-menu-toggle:focus-visible {
  outline: 1px solid #e31837;
}
@media (min-width: 980px) {
  .nav--gutenberg .mobile-menu-toggle {
    display: none;
  }
}
@media (max-width: 979px) {
  .nav--gutenberg ul.menu {
    display: none;
    background-color: #EAEAEC;
    padding: 0.75rem 0;
  }
  .nav--gutenberg ul.menu.collapsed {
    display: block;
  }
}
.nav--gutenberg ul.menu li {
  line-height: 1.8rem;
  font-size: 1rem;
}
.nav--gutenberg ul.menu li.current-menu-item > a {
  font-weight: 700;
}
@media (max-width: 979px) {
  .nav--gutenberg ul.menu li.current-menu-item {
    display: none;
  }
}
@media (min-width: 980px) {
  .nav--gutenberg ul.menu li {
    margin: 0.75rem 0;
  }
}
@media (max-width: 979px) {
  .nav--gutenberg ul.menu li a {
    display: block;
    padding: 0.75rem 1.5rem;
  }
}

.visuallyhidden:not(:focus):not(:active):not(.nice-select.open) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-sticky {
  position: -webkit-sticky;
  position: sticky;
}
.p-sticky--top {
  top: 0;
}

.z-1000 {
  z-index: 1000;
}

.red-bg {
  background-color: #e31837;
}

.aubergine-bg {
  background-color: #353047;
}

.gray-bg {
  background-color: #f5f5f5;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*** Type ***/
html {
  font-size: 16px;
}

body {
  font-family: "IBMPlexSans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 0.5rem;
  font-weight: 500;
}

h1, .h1, .tabs .h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

h2, .h2, .tabs .h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.375rem;
}

h3, .h3, .tabs .h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.125rem;
}

h4, .h4, .tabs .h4 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5rem;
}

h5, .h5, .tabs .h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

p {
  margin: 0 0 1rem;
}

p + p {
  margin-top: 1rem;
}

.paragraph-lg {
  font-size: 1.3125rem;
  line-height: 2rem;
}

.paragraph-xl {
  font-size: 1.875rem;
  line-height: 2.81rem;
}

blockquote {
  margin: 0;
}
blockquote::before {
  content: "“";
}
blockquote::after {
  content: "”";
}

a {
  color: #e31837;
  text-decoration: none;
}
a:hover {
  color: #8c0000;
}

.content a,
.entry-content a {
  text-decoration: underline;
}
.content .page-breadcrumb a,
.entry-content .page-breadcrumb a {
  text-decoration-color: transparent;
  -webkit-text-decoration-color: transparent;
}
.content .page-breadcrumb a:hover,
.entry-content .page-breadcrumb a:hover {
  text-decoration-color: currentColor;
  -webkit-text-decoration-color: currentColor;
}

.content.cta .h1, .content.cta .h2, .content.cta .h3, .content.cta .h4, .content.cta .h5, .content.cta h1, .content.cta h2, .content.cta h3, .content.cta h4, .content.cta h5, .entry-content.cta .h1, .entry-content.cta .h2, .entry-content.cta .h3, .entry-content.cta .h4, .entry-content.cta .h5, .entry-content.cta h1, .entry-content.cta h2, .entry-content.cta h3, .entry-content.cta h4, .entry-content.cta h5 {
  font-weight: 500;
}

.content.cta .h1, .content.cta h1, .entry-content.cta .h1, .entry-content.cta h1 {
  font-size: 2.25rem;
  margin: 0 0 0.25rem;
}

@media (min-width: 980px) {
  .content.cta .h1, .content.cta h1, .entry-content.cta .h1, .entry-content.cta h1 {
    font-size: 3.5rem;
  }
}
.content.cta .h2, .content.cta h2, .entry-content.cta .h2, .entry-content.cta h2 {
  font-size: 2.125rem;
}

@media (min-width: 980px) {
  .content.cta .h2, .content.cta h2, .entry-content.cta .h2, .entry-content.cta h2 {
    font-size: 3rem;
  }
}
.content.landing .h2, .content.landing h2, .entry-content.landing .h2, .entry-content.landing h2 {
  font-size: 1.75rem;
}

@media (min-width: 980px) {
  .content.landing .h2, .content.landing h2, .entry-content.landing .h2, .entry-content.landing h2 {
    font-size: 2.625rem;
  }
}
a.underline {
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-text-decoration-color: transparent;
}
a.underline:hover {
  text-decoration-color: currentColor;
  -webkit-text-decoration-color: currentColor;
}
a.underlined {
  text-decoration: underline;
  text-decoration-color: currentColor;
  -webkit-text-decoration-color: currentColor;
}
a.underlined:hover {
  text-decoration-color: transparent;
  -webkit-text-decoration-color: transparent;
}

.wp-block-button .wp-block-button__link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}
.wp-block-button .wp-block-button__link:hover {
  color: #ffffff;
  text-decoration-color: transparent;
}

.no-underline {
  text-decoration: none !important;
}

.text-s *:not(h1):not(h2):not(h3):not(h4):not(h5):not(.body-size):not(.btn) {
  font-size: 0.875rem;
}

.text-m :not(h1):not(h2):not(h3):not(h4):not(h5):not(.body-size):not(.btn) {
  font-size: 1rem;
}

@media (min-width: 980px) {
  .text-m :not(h1):not(h2):not(h3):not(h4):not(h5):not(.body-size):not(.btn) {
    font-size: 1.125rem;
  }
}
.text-l *:not(h1):not(h2):not(h3):not(h4):not(h5):not(.body-size):not(.btn) {
  font-size: 1rem;
}
@media (min-width: 980px) {
  .text-l *:not(h1):not(h2):not(h3):not(h4):not(h5):not(.body-size):not(.btn) {
    font-size: 1.25rem;
  }
}

.text-xl *:not(h1):not(h2):not(h3):not(h4):not(h5):not(.body-size):not(.btn) {
  font-size: 1.125rem;
}
@media (min-width: 980px) {
  .text-xl *:not(h1):not(h2):not(h3):not(h4):not(h5):not(.body-size):not(.btn) {
    font-size: 1.5rem;
  }
}

.text-body-xl *:not(h1):not(h2):not(h3):not(h4):not(h5):not(.body-size):not(.btn) {
  font-size: 1rem;
}
@media (min-width: 980px) {
  .text-body-xl *:not(h1):not(h2):not(h3):not(h4):not(h5):not(.body-size):not(.btn) {
    font-size: 1.5rem;
  }
}

.text-r {
  text-align: right;
}

.text-c {
  text-align: center;
}

@media (min-width: 980px) {
  .m-text-c {
    text-align: center;
  }
}

@media (min-width: 980px) {
  .m-text-la {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .m-l-text-la {
    text-align: left;
  }
}

.w-regular {
  font-weight: 400;
}

.w-medium {
  font-weight: 500;
}

.w-semibold {
  font-weight: 600;
}

.w-bold {
  font-weight: 700;
}

.no-text-wrap {
  white-space: nowrap;
}

/*** Forms ***/
input {
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=tel] {
  border: none;
  border-bottom: 1px solid #212529;
  width: 100%;
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input.nice-select.open:-webkit-autofill {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

@keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
@-webkit-keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
input {
  border: 0;
}

.button-reset {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.program-search {
  border: 1px solid #979797;
}
.program-search h1 {
  font-size: 1rem;
  margin-bottom: 1em;
}
@media (min-width: 980px) {
  .program-search h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5em;
  }
}
.program-search form {
  border: 2px solid #353047;
  padding: 8px;
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}
@media (min-width: 980px) {
  .program-search form {
    padding: 15px 25px;
  }
}
.program-search form:focus-within {
  border-color: #e31837;
}
.program-search form input:focus,
.program-search form button:focus {
  outline: 0;
}
.program-search form input[type=text] {
  border: 0;
  font-size: 1rem;
}
@media (min-width: 980px) {
  .program-search form input[type=text] {
    font-size: 1.375rem;
  }
}
.program-search form button {
  height: 20px;
  width: 20px;
}
@media (min-width: 980px) {
  .program-search form button {
    height: 36px;
    width: 36px;
  }
}
@media (max-width: 979px) {
  .program-search form button svg {
    width: 20px;
    height: 20px;
  }
}

/*** Gravity Forms ***/
.gform_wrapper {
  font-size: 1rem;
  line-height: 1.5;
}
.gform_wrapper form input[type=text],
.gform_wrapper form input[type=tel],
.gform_wrapper form input[type=email] {
  width: 100% !important;
  border: 1px solid #353047;
  padding: 1em !important;
  color: #353047;
}
.gform_wrapper form input[type=submit] {
  padding: 0.625rem 1.875rem;
  margin-bottom: 0px !important;
  color: #fff;
  background-color: #e31837;
  font-weight: 600;
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}
.gform_wrapper form input[type=submit]:hover {
  background-color: #8c0000;
}
.gform_wrapper form ul.gform_fields li.gfield {
  padding: 0;
}
.gform_wrapper form ul.gform_fields li.gfield ul.gfield_checkbox {
  width: 100%;
}
.gform_wrapper form ul.gform_fields li.gfield ul.gfield_checkbox li {
  display: flex;
}
.gform_wrapper form ul.gform_fields li.gfield ul.gfield_checkbox li input[type=checkbox] {
  margin-top: 3px;
  margin-right: 10px;
}
.gform_wrapper form ul.gform_fields li.gfield ul.gfield_checkbox li label {
  max-width: 100%;
  width: 100%;
  color: #212529;
}
.gform_wrapper form ul.gform_fields li.gfield.gfield_error {
  background: none;
  border: none;
}
.gform_wrapper form ul.gform_fields li.gfield.gfield_error .gfield_label,
.gform_wrapper form ul.gform_fields li.gfield.gfield_error .gform-field-label {
  color: #212529;
}
.gform_wrapper form ul.gform_fields li.gfield.gfield_error input,
.gform_wrapper form ul.gform_fields li.gfield.gfield_error textarea {
  border-color: #e31837 !important;
}
.gform_wrapper form ul.gform_fields li.gfield.gfield_error .validation_message {
  color: #e31837;
}

.gfield_required {
  display: none;
}

.wp-block-quote::before {
  content: none;
}
.wp-block-quote::after {
  content: none;
}
.wp-block-quote p::before {
  content: "“";
}
.wp-block-quote p::after {
  content: "”";
}

.wp-block-pullquote {
  text-align: left !important;
  color: #e31837;
  font-size: 1rem !important;
}
.wp-block-pullquote blockquote {
  padding: 2em;
  border: 5px solid #e31837;
}
@media (min-width: 980px) {
  .wp-block-pullquote blockquote {
    padding: 3em;
  }
}
.wp-block-pullquote blockquote::before {
  content: none;
}
.wp-block-pullquote blockquote::after {
  content: none;
}
.wp-block-pullquote blockquote p {
  margin: 0;
  font-size: 1.75rem;
}
.wp-block-pullquote blockquote cite {
  font-style: normal;
}
@media (max-width: 979px) {
  .wp-block-pullquote.no-padding-top {
    padding-top: 0;
  }
}

.entry-content .wp-block-columns {
  /* Change Columns breakpoint to 980px */
}
@media (max-width: 979px) {
  .entry-content .wp-block-columns {
    flex-wrap: wrap;
  }
}
@media (max-width: 979px) {
  .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 980px) {
  .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 979px) {
  .entry-content .wp-block-column {
    flex-basis: 100% !important;
    margin: 0 !important;
  }
}
@media (max-width: 781px) and (min-width: 600px) {
  .entry-content .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
}

.btn {
  color: #fff;
  background-color: #e31837;
  font-weight: 500;
  text-align: center;
}
.btn:hover {
  background-color: #810001;
}

.btn {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 18px 36px;
}
@media (min-width: 980px) {
  .btn {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .btn {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.btn.is-inline-block {
  display: inline-block;
}
.btn.is-bold {
  font-weight: 700;
}
.btn.primary {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 16px 48px;
}
@media (min-width: 980px) {
  .btn.primary {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media (min-width: 1400px) {
  .btn.primary {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.btn.secondary {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 16px 48px;
  font-weight: 700;
  color: #353047;
  background-color: #E1E0E3;
  border: 1px solid #353047;
}
@media (min-width: 980px) {
  .btn.secondary {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  .btn.secondary {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.btn.secondary:hover {
  color: #fff;
  background-color: #353047;
}
.btn.inverted {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 24px 48px;
  font-weight: 700;
  color: #353047;
  background-color: #fff;
  border: 1px solid #353047;
}
@media (min-width: 980px) {
  .btn.inverted {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  .btn.inverted {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.btn.inverted:hover {
  color: #fff;
  background-color: #e31837;
  border: 1px solid #e31837;
}
.btn.tertiary {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 48px;
  font-weight: 700;
  color: #fff;
  background-color: #353047;
  border: 1px solid #353047;
}
@media (min-width: 980px) {
  .btn.tertiary {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  .btn.tertiary {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.btn.tertiary:hover {
  color: #353047;
  background-color: #E1E0E3;
  border-color: #E1E0E3;
}
.btn.xl {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 980px) {
  .btn.xl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 1400px) {
  .btn.xl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.btn.landing {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 16px 48px;
  font-weight: 700;
  color: #fff;
  background-color: #353047;
  border: 1px solid #353047;
}

@media (min-width: 980px) {
  .btn.landing {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .btn.landing {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.btn.landing:hover {
  color: #353047;
  background-color: #e1e0e3;
  border-color: #e1e0e3;
}

.btn.landing--header {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 8px 16px;
}

@media (min-width: 980px) {
  .btn.landing--header {
    font-size: 17.5px;
    font-size: 1.09375rem;
  }
}
@media (min-width: 1400px) {
  .btn.landing--header {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 980px) {
  .btn.landing--header {
    padding: 12px 36px;
  }
}
.register {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  padding: 12px 36px;
  color: #353047;
  background-color: #F5F4F6;
  border: 1px solid #353047;
}
@media (min-width: 980px) {
  .register {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  .register {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.register:hover {
  color: #fff;
  background-color: #353047;
}

.main--home .hero .program-search {
  border: none;
  background-color: rgba(53, 48, 71, 0.75);
}
.main--home .hero .program-search form {
  background-color: #fff;
  border-color: transparent;
}
.main--home .hero .program-search form:focus-within {
  border-color: #e31837;
}

@media (max-width: 979px) {
  .main--english-language-institute .hero h1 {
    color: #fff;
  }
  .main--english-language-institute .hero .full-image-container img {
    -webkit-object-position: 55% 50%;
    -moz-object-position: 55% 50%;
    -ms-object-position: 55% 50%;
    -o-object-position: 55% 50%;
    object-position: 55% 50%;
  }
  .main--english-language-institute .hero .custom-object-fit {
    background-position: 55% 50%;
  }
}

@media (max-width: 979px) {
  .main--single-programs .summary {
    background-color: #fff;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 50px 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .main--single-programs .summary {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 980px) {
  .main--single-programs .summary {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 36px;
  }
}

.york-theme .bg-white {
  background-color: #fff !important;
}
.york-theme .bg-primary {
  background-color: #e31837 !important;
}
.york-theme .text-white {
  color: #fff !important;
}
.york-theme .pt-1,
.york-theme .py-1 {
  padding-top: 0.25rem !important;
}
.york-theme .pb-1,
.york-theme .py-1 {
  padding-bottom: 0.25rem !important;
}
.york-theme .pt-3,
.york-theme .py-3 {
  padding-top: 1rem !important;
}
.york-theme .pb-3,
.york-theme .py-3 {
  padding-bottom: 1rem !important;
}
.york-theme .pt-5,
.york-theme .py-5 {
  padding-top: 3rem !important;
}
.york-theme .mt-auto,
.york-theme .my-auto {
  margin-top: auto !important;
}
.york-theme .mb-4,
.york-theme .my-4 {
  margin-bottom: 1.5rem !important;
}
.york-theme .font-weight-bold {
  font-weight: 600 !important;
}
.york-theme .list-unstyled {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.york-theme .york-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.york-theme .d-block {
  display: block !important;
}
.york-theme .d-inline-block {
  display: inline-block !important;
}
.york-theme .d-flex {
  display: flex !important;
}
.york-theme .york-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.york-theme .justify-content-between {
  justify-content: space-between !important;
}
.york-theme .align-items-center {
  align-items: center !important;
}
.york-theme .w-100 {
  width: 100% !important;
}
.york-theme .col-1, .york-theme .col-2, .york-theme .col-3, .york-theme .col-4, .york-theme .col-5, .york-theme .col-6, .york-theme .col-7, .york-theme .col-8, .york-theme .col-9, .york-theme .col-10, .york-theme .col-11, .york-theme .col-12, .york-theme .col,
.york-theme .col-auto, .york-theme .col-sm-1, .york-theme .col-sm-2, .york-theme .col-sm-3, .york-theme .col-sm-4, .york-theme .col-sm-5, .york-theme .col-sm-6, .york-theme .col-sm-7, .york-theme .col-sm-8, .york-theme .col-sm-9, .york-theme .col-sm-10, .york-theme .col-sm-11, .york-theme .col-sm-12, .york-theme .col-sm,
.york-theme .col-sm-auto, .york-theme .col-md-1, .york-theme .col-md-2, .york-theme .col-md-3, .york-theme .col-md-4, .york-theme .col-md-5, .york-theme .col-md-6, .york-theme .col-md-7, .york-theme .col-md-8, .york-theme .col-md-9, .york-theme .col-md-10, .york-theme .col-md-11, .york-theme .col-md-12, .york-theme .col-md,
.york-theme .col-md-auto, .york-theme .col-lg-1, .york-theme .col-lg-2, .york-theme .col-lg-3, .york-theme .col-lg-4, .york-theme .col-lg-5, .york-theme .col-lg-6, .york-theme .col-lg-7, .york-theme .col-lg-8, .york-theme .col-lg-9, .york-theme .col-lg-10, .york-theme .col-lg-11, .york-theme .col-lg-12, .york-theme .col-lg,
.york-theme .col-lg-auto, .york-theme .col-xl-1, .york-theme .col-xl-2, .york-theme .col-xl-3, .york-theme .col-xl-4, .york-theme .col-xl-5, .york-theme .col-xl-6, .york-theme .col-xl-7, .york-theme .col-xl-8, .york-theme .col-xl-9, .york-theme .col-xl-10, .york-theme .col-xl-11, .york-theme .col-xl-12, .york-theme .col-xl,
.york-theme .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.york-theme .small {
  font-size: 80%;
  font-weight: 400;
}
.york-theme .navbar {
  display: none;
}
.york-theme .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.york-theme .navbar .york-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.york-theme .navbar .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 500;
}
.york-theme .navbar .navbar-brand:hover, .york-theme .navbar .navbar-brand:focus {
  text-decoration: none;
}
.york-theme .navbar-dark .navbar-brand {
  color: #fff;
}
.york-theme .navbar-dark .navbar-brand:hover, .york-theme .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.york-theme #york-footer .york-container {
  background-repeat: no-repeat !important;
  background-position: right 0px bottom -15px !important;
}
.york-theme #york-footer .york-row {
  padding-bottom: 2rem;
}
@media (min-width: 980px) {
  .york-theme #york-footer .york-row {
    padding-bottom: 3.75rem;
  }
}
.york-theme #york-footer a {
  text-decoration: underline;
  color: #ffffff;
}
.york-theme #york-footer a:hover {
  color: #dee2e6;
}
.york-theme #york-footer p,
.york-theme #york-footer li {
  line-height: 1.5;
}
.york-theme .yu-logo {
  width: 140px;
  height: 31px;
  border: 0;
  margin: 5px 0;
}
.york-theme .yu-logo:focus {
  background-color: #fff;
  border-color: #f28898;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 24, 55, 0.25);
}

@supports (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .york-theme .york-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .york-theme .york-container {
    max-width: 720px;
  }
  .york-theme .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .york-theme .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .york-theme .navbar-expand-lg > .york-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .york-theme .york-container {
    max-width: 960px;
  }
  .york-theme .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .york-theme .navbar-expand-lg > .york-container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .york-theme .york-container {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .york-theme .d-sm-flex {
    display: flex !important;
  }
}
/*** York Custom Blocks ***/
.entry-content {
  /*** Accordion Block ***/
  /*** WPML Widget ***/
  /*** Social Bar Block ***/
  /*** Contact Block ***/
  /*** Brand Block ***/
  /*** Profile Block ***/
  /*** Learn More Block ***/
  /*** Image CTA Block ***/
  /*** Grid Block ***/
  /*** Info Cards Block ***/
  /*** Infographics and Numbers Block ***/
  /*** Grey BG Block ***/
  /*** Grid Block ***/
}
.entry-content .kt-blocks-accordion-header {
  background: #fff !important;
  border-bottom: 1px solid #ccc !important;
}
.entry-content .kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger::before, .entry-content .kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger::after {
  height: 3px !important;
  width: 13px !important;
  color: #e31837 !important;
}
.entry-content .kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger::before, .entry-content .kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger::after {
  height: 3px !important;
  width: 13px !important;
  background-color: #e31837 !important;
}
.entry-content .kt-accodion-icon-style-arrow .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger::before, .entry-content .kt-accodion-icon-style-arrow .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger::after {
  background-color: #fff !important;
}
.entry-content .kt-accordion-panel-inner {
  border: 0;
  background: #ffffff;
  color: #212529;
}
.entry-content .kt-blocks-accordion-header {
  color: #212529;
  font-weight: 600;
}
.entry-content .kt-blocks-accordion-header.kt-accordion-panel-active {
  color: #ffffff;
  font-weight: 600;
  background: #c00c1a !important;
  border: 0;
}
.entry-content a.wpml-ls-link {
  text-decoration: none !important;
}
.entry-content .wpml-ls-link {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #e31837;
  border-color: #e31837;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.entry-content .wpml-ls-link:hover {
  color: #fff;
  background-color: #c0142f;
  border-color: #b5132c;
}
.entry-content .wpml-ls-link:focus {
  color: #fff;
  background-color: #c0142f;
  border-color: #b5132c;
  box-shadow: 0 0 0 0.2rem rgba(231, 59, 85, 0.5);
}
.entry-content .wpml-ls-link:active, .entry-content .wpml-ls-link.nice-select.open {
  color: #fff;
  background-color: #b5132c;
  border-color: #a91229;
}
.entry-content .social-bar-block {
  margin-left: -300vw;
  padding-left: 300vw;
  margin-right: -300vw;
  padding-right: 300vw;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #fff;
  background-color: #000;
}
.entry-content .social-bar-block.wp-block-columns {
  margin-bottom: 0;
}
.entry-content .social-bar-block .wp-block-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-content .social-bar-block .wp-block-column h2, .entry-content .social-bar-block .wp-block-column h3, .entry-content .social-bar-block .wp-block-column h4, .entry-content .social-bar-block .wp-block-column h5, .entry-content .social-bar-block .wp-block-column h6, .entry-content .social-bar-block .wp-block-column p {
  margin-bottom: 0;
  font-weight: 600;
}
.entry-content .social-bar-block a, .entry-content .social-bar-block a:hover, .entry-content .social-bar-block a:focus {
  color: #fff;
}
.entry-content .social-bar-block i {
  font-size: 2rem;
  margin: 0 0.625rem;
}
.entry-content .social-bar-block i:first-of-type {
  margin-left: 0;
}
.entry-content .social-bar-block i:last-of-type {
  margin-right: 0;
}
.entry-content .wp-block-social-links {
  background-color: #000 !important;
}
@media (max-width: 480px) {
  .entry-content .social-bar-block {
    margin-bottom: 5rem;
    text-align: left;
  }
  .entry-content .social-bar-block .wp-block-column {
    margin-bottom: 0.5rem;
  }
  .entry-content .social-bar-block .wp-block-column:first-of-type {
    padding-top: 10px;
  }
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #000;
  color: #444;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #000;
  color: #382110;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #000;
  color: #fff;
  stroke: #000;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: #000;
  color: #fff;
}
.entry-content .wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #000;
  color: #fff;
}
.entry-content .contact-block .wp-block-column:first-of-type {
  overflow: hidden;
}
.entry-content .contact-block .wp-block-column p {
  margin-left: 20px;
}
.entry-content .contact-block .wp-block-column i {
  margin-left: -20px;
  color: #e31837;
  min-width: 17px;
}
.entry-content .brand-block {
  position: relative;
  margin-bottom: 20px;
}
.entry-content .brand-block .wp-block-image {
  margin-bottom: 0;
}
.entry-content .brand-block figure {
  max-height: 500px;
  overflow: hidden;
  border: 13.5px solid #e31837;
}
.entry-content .brand-block figure img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  overflow: hidden;
}
.entry-content .brand-block .wp-block-group {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
}
.entry-content .brand-block.left .wp-block-group {
  justify-content: flex-start;
}
.entry-content .brand-block.right .wp-block-group {
  justify-content: flex-end;
}
.entry-content .brand-block .wp-block-group .wp-block-group__inner-container {
  width: 50%;
  padding: 15px;
  margin: 35px;
}
.entry-content .brand-block.white .wp-block-group__inner-container {
  background: #fff;
  color: #212529;
}
.entry-content .brand-block.red .wp-block-group__inner-container {
  background: #e31837;
  color: #fff;
}
.entry-content .brand-block.red .wp-block-group__inner-container a, .entry-content .brand-block.red .wp-block-group__inner-container a:hover, .entry-content .brand-block.red .wp-block-group__inner-container a:focus {
  color: #fff;
  border-color: #fff;
  text-decoration-color: #fff;
}
.entry-content .brand-block .wp-block-group__inner-container p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 720px) {
  .entry-content .brand-block .wp-block-group .wp-block-group__inner-container {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 720px) {
  .entry-content .profile-block .wp-block-group .wp-block-group__inner-container {
    width: 50%;
    margin: 35px;
  }
}
@media (min-width: 768px) {
  .entry-content .brand-block .wp-block-group .wp-block-group__inner-container {
    width: 50%;
    margin: 35px;
  }
}
@media (max-width: 720px) {
  .entry-content .brand-block, .entry-content .brand-block .wp-block-group {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .entry-content .brand-block figure {
    display: block;
    height: auto;
    width: 100%;
  }
  .entry-content .brand-block figure img {
    object-fit: unset;
    min-height: auto;
    width: 100%;
  }
  .entry-content .brand-block .wp-block-group {
    position: relative;
    top: 0;
    width: 100%;
    display: block;
  }
  .entry-content .brand-block .wp-block-group__inner-container {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
.entry-content .profile-block {
  position: relative;
  margin-bottom: 20px;
}
.entry-content .profile-block .wp-block-image {
  margin-bottom: 0;
}
.entry-content .profile-block figure {
  max-height: 500px;
  overflow: hidden;
}
.entry-content .profile-block figure img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  overflow: hidden;
}
.entry-content .profile-block .wp-block-group {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  min-height: 500px;
}
.entry-content .profile-block.right .wp-block-group, .entry-content .profile-block.middle.right .wp-block-group {
  justify-content: flex-end;
}
.entry-content .profile-block.top.left .wp-block-group, .entry-content .profile-block.middle.left .wp-block-group, .entry-content .profile-block.bottom.left .wp-block-group {
  justify-content: flex-start;
}
.entry-content .profile-block.middle .wp-block-group {
  align-items: center;
}
.entry-content .profile-block .wp-block-group .wp-block-group__inner-container {
  width: 30%;
  padding: 15px;
  margin: 35px;
}
.entry-content .profile-block.top.right .wp-block-group .wp-block-group__inner-container, .entry-content .profile-block.top.left .wp-block-group .wp-block-group__inner-container {
  align-self: flex-start;
}
.entry-content .profile-block.bottom .wp-block-group .wp-block-group__inner-container {
  align-self: flex-end;
}
.entry-content .profile-block.white .wp-block-group__inner-container {
  background: #fff;
  color: #212529;
}
.entry-content .profile-block.black .wp-block-group__inner-container {
  background: #212529;
  color: #fff;
}
.entry-content .profile-block .wp-block-group__inner-container p:last-of-type {
  margin-bottom: 0;
}
.entry-content .profile-block.black .wp-block-group__inner-container a, .entry-content .profile-block.black .wp-block-group__inner-container a:hover, .entry-content .profile-block.black .wp-block-group__inner-container a:focus {
  color: #fff;
  border-color: #fff;
  text-decoration-color: #fff;
}
@media (min-width: 576px) {
  .entry-content .profile-block .wp-block-group .wp-block-group__inner-container {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .entry-content .profile-block .wp-block-group .wp-block-group__inner-container {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .entry-content .profile-block .wp-block-group .wp-block-group__inner-container {
    max-width: 100%;
    margin: 35px;
  }
}
@media (max-width: 992px) {
  .entry-content .profile-block, .entry-content .profile-block .wp-block-group {
    display: block;
    position: relative !important;
    min-height: auto !important;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .entry-content .profile-block figure {
    display: block;
    height: auto;
    width: 100%;
  }
  .entry-content .profile-block figure img {
    object-fit: unset;
    min-height: auto;
    width: 100%;
  }
  .entry-content .profile-block .wp-block-group .wp-block-group__inner-container {
    width: 100% !important;
    display: block;
    position: relative !important;
    margin: 0 auto !important;
  }
}
.entry-content .learnmore-block figure.is-resized {
  margin-top: 1.5rem;
}
.entry-content .learnmore-block .wp-block-column p {
  overflow: hidden;
}
.entry-content .imagecta-block, .entry-content .imagecta-block p, .entry-content .imagecta-block a, .entry-content .imagecta-block a:hover, .entry-content .imagecta-block a:focus {
  font-size: 2.5rem !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}
.entry-content .imagecta-block i {
  font-size: 2.5rem;
  color: #fff;
}
.entry-content .grid-block li {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}
.entry-content .grid-block.wp-block-gallery .blocks-gallery-item figcaption {
  width: calc(100% - 0.5rem);
  margin: 0.25rem auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 100%, transparent);
  padding: 10px;
  text-align: left;
  font-size: 1rem !important;
}
.entry-content .grid-block.wp-block-gallery .blocks-gallery-item figcaption a, .entry-content .grid-block.wp-block-gallery .blocks-gallery-item figcaption a:hover, .entry-content .grid-block.wp-block-gallery .blocks-gallery-item figcaption a:focus {
  color: #fff;
  text-decoration-color: #fff;
}
@media (max-width: 767px) {
  .entry-content .grid-block .wp-block-gallery .blocks-gallery-item, .entry-content .grid-block .blocks-gallery-grid li, .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
  }
  .entry-content .grid-block .blocks-gallery-grid .blocks-gallery-item figure figcaption {
    width: 97.55%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .entry-content .wp-block-column .grid-block.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
  }
}
.entry-content .card-deck.aspect-ratio figure img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 8px;
}
.entry-content .wp-block-column.card {
  margin-bottom: 0.5rem !important;
}
.entry-content .infographics-block.card-deck {
  margin-left: 0;
  margin-right: 0;
}
.entry-content .container .grey-bg-block, .entry-content .mobile-submenu__submenu-link .grey-bg-block, .entry-content .mobile-submenu__link .grey-bg-block,
.entry-content .mobile-submenu__label .grey-bg-block, .entry-content .mobile-menu__link .grey-bg-block,
.entry-content .mobile-menu__submenu-button .grey-bg-block, .entry-content .dropdown-menu__inner .grey-bg-block, .entry-content .brand-stripe__inner .grey-bg-block {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-left: -300vw;
  padding-left: 300vw;
  margin-right: -300vw;
  padding-right: 300vw;
  background: #E1DFDC !important;
}
.entry-content .blocks-gallery-grid figure {
  overflow: hidden;
}
.entry-content .blocks-gallery-grid img {
  transition: transform 10s ease;
}
.entry-content .blocks-gallery-grid figure:hover img {
  transform: scale(1.5);
}

.custom-btn a,
.custom-btn button {
  border-radius: 0;
  width: auto;
  padding: 0.625rem 1.875rem;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  border: none;
  text-align: center;
}
.custom-btn a:focus,
.custom-btn button:focus {
  outline: none;
}
.custom-btn a:focus-visible,
.custom-btn button:focus-visible {
  outline: 1px solid #212529;
}
.custom-btn__outlined-white a {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 0.5rem 1.625rem;
}
.custom-btn__outlined-white a:hover {
  background-color: #8c0000;
  border-color: #8c0000;
  color: #ffffff;
}
.custom-btn__outlined-black a, .custom-btn__outlined-black button {
  background-color: transparent;
  border: 2px solid #212529;
  color: #212529;
  padding: 0.5rem 1.625rem;
}
.custom-btn__outlined-black a:hover, .custom-btn__outlined-black button:hover {
  background-color: #8c0000;
  border-color: #8c0000;
  color: #ffffff;
}
.custom-btn__outlined-black a:focus-visible, .custom-btn__outlined-black button:focus-visible {
  outline-color: #e31837;
}
.custom-btn__filled-white-red a {
  background-color: #ffffff;
  color: #e31837;
}
.custom-btn__filled-white-red a:hover {
  background-color: #8c0000;
  color: #ffffff;
}
.custom-btn__filled-white-black a {
  background-color: #ffffff;
  color: #212529;
}
.custom-btn__filled-white-black a:hover {
  background-color: #8c0000;
  color: #ffffff;
}
.custom-btn__filled-red-white a {
  background-color: #e31837;
  color: #ffffff;
}
.custom-btn__filled-red-white a:hover {
  background-color: #8c0000;
  color: #ffffff;
}
.custom-btn__filled-black-white a, .custom-btn__filled-black-white button {
  background-color: #212529;
  color: #ffffff;
  font-size: inherit;
}
.custom-btn__filled-black-white a:hover, .custom-btn__filled-black-white button:hover {
  background-color: #8c0000;
  color: #ffffff;
}
.custom-btn__filled-black-white a:focus-visible, .custom-btn__filled-black-white button:focus-visible {
  outline-color: #e31837;
}

/*
 * The bar in the header that shows the SCS subtitle brand.
 */
.brand-stripe {
  background-color: #e31837;
  color: #ffffff;
  height: 46px;
}

.brand-stripe__inner {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: space-between;
  position: static;
}

.brand-stripe__title {
  color: #ffffff !important;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.c-brand-strip__menu-toggle {
  margin-right: -12px;
}

/*
 * The main header nav dropdown menus (desktop view).
 */
.dropdown-menu.header-dropdown {
  background-color: #f5f5f5;
  display: block;
  padding: 50px 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateX(-200%);
  transition: 300ms opacity, 0s 300ms transform;
}
.header-nav__menu-item:hover .dropdown-menu.header-dropdown, .header-nav__menu-item:focus-within .dropdown-menu.header-dropdown {
  opacity: 1;
  transform: translateX(0);
  transition: 300ms opacity;
}
.header-nav__menu-item:hover .dropdown-menu.header-dropdown {
  z-index: 2;
}

.dropdown-menu__list {
  --grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  gap: 32px 8px;
}

.dropdown-menu__item {
  display: block;
}
.dropdown-menu__item:first-child {
  grid-column-end: span 2;
}

.dropdown-menu__link,
.dropdown-menu__label {
  color: #686260;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  padding: 8px 24px 8px 8px;
  text-transform: uppercase;
}

.dropdown-menu__link .dropdown-menu__item.current-menu-item > * {
  color: #8c0000;
}
.dropdown-menu__link:hover {
  color: #e31837;
}
.dropdown-menu__link:focus-visible {
  outline: 2px solid #e31837;
  outline-offset: 0;
}

.menu-item-button > .dropdown-menu__link, .menu-item-button > .dropdown-menu__submenu-link {
  text-transform: none;
}

.menu-item-button.current-menu-item .dropdown-menu__link,
.menu-item-button.current-menu-item .dropdown-menu__submenu-link {
  background-color: #8c0000;
  font-weight: 600;
  color: #ffffff !important;
}

.dropdown-menu__submenu-list {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  gap: 8px 0;
  margin-top: 8px;
}
.dropdown-menu__submenu-list:first-child {
  margin-top: 0;
}

.dropdown-menu__submenu-item {
  display: block;
}

.dropdown-menu__item:not(.menu-item-119165) .dropdown-menu__submenu-item {
  padding: 0 8px;
}

.dropdown-menu__submenu-link {
  color: #000000;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 1px 0;
}
.dropdown-menu__submenu-item.current-menu-item > .dropdown-menu__submenu-link {
  color: #8c0000;
}
.dropdown-menu__submenu-link:hover {
  color: #e31837;
}
.dropdown-menu__submenu-link:focus-visible {
  outline: 2px solid #e31837;
  outline-offset: 0;
}

/*
 * The main header nav bar.
 */
.header-nav {
  background-color: #8c0000;
  display: none;
  min-height: 46px;
  position: relative;
}
@media (min-width: 980px) {
  .header-nav {
    display: block;
  }
}
.header-nav__inner {
  min-height: inherit;
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-nav__menu-list {
  display: flex;
  flex-flow: row;
  min-height: inherit;
}
.header-nav__menu-item {
  display: block;
}
.header-nav__menu-link {
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  font-size: 16px;
  height: 100%;
  line-height: 20px;
  padding: 8px;
  text-align: center;
}
.current-menu-item .header-nav__menu-link {
  color: #ffffff;
  font-weight: 600;
}
.header-nav__menu-link:hover, .header-nav__menu-item:hover .header-nav__menu-link, .header-nav__menu-item:focus-within .header-nav__menu-link {
  background-color: #e31837;
  color: #ffffff;
}
.header-nav__menu-link:focus-visible {
  outline: 2px solid #000000;
  outline-offset: -2px;
}
.header-nav__menu-link--with-submenu::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.75);
  content: "";
  display: block;
  flex: 0 0 auto;
  margin: 2px 8px 0 7px;
}
.header-nav .nav--side {
  display: flex;
  align-items: center;
}
.header-nav .nav--side ul.menu {
  display: flex;
  justify-content: flex-end;
  height: 46px;
}
.header-nav .nav--side li.menu-item:not(:first-of-type) {
  margin-left: 2rem;
}
.header-nav .nav--side li.menu-item a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.5rem;
  line-height: 1.25rem;
  color: #ffffff;
}
.header-nav .nav--side li.menu-item a:focus, .header-nav .nav--side li.menu-item a:hover {
  background: #e31837;
}

/*
 * The hamburger icon button that toggles the mobile menu on/off.
 */
.menu-toggle {
  align-items: center;
  background: none;
  border: 0;
  border-radius: 5px;
  display: flex;
  font: inherit;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}
@media (min-width: 980px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 0;
}

.menu-toggle__icon:before, .menu-toggle__icon:after, .menu-toggle__icon {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  color: transparent;
  user-select: none;
  border-radius: 2px;
  left: 0;
}

.menu-toggle__icon {
  position: relative;
  transition: transform 0.2s ease;
}
.menu-toggle[aria-expanded=true] .menu-toggle__icon {
  background: transparent;
}
.menu-toggle__icon:before, .menu-toggle__icon:after {
  content: "";
  position: absolute;
  transition: transform 0.2s ease;
  transform-origin: center center;
}
.menu-toggle__icon:before {
  bottom: 6px;
}
.menu-toggle[aria-expanded=true] .menu-toggle__icon:before {
  bottom: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}
.menu-toggle__icon:after {
  top: 6px;
}
.menu-toggle[aria-expanded=true] .menu-toggle__icon:after {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}

/*
 * The main mobile menu panel that is toggled on/off by the hambuger icon.
 */
.mobile-menu {
  background-color: #8c0000;
  display: none;
  height: calc(100vh - 119px);
  left: 0;
  overflow: auto;
  position: sticky;
  right: 0;
  top: 119px;
  z-index: 100;
}
.mobile-menu.is-open {
  display: block;
}
@media (min-width: 980px) {
  .mobile-menu.is-open {
    display: none;
  }
}

.mobile-menu__list {
  display: block;
}

.mobile-menu__item {
  min-height: 58px;
}
.mobile-menu__item.current-menu-item .mobile-menu__submenu-button {
  color: #ffffff;
  font-weight: 600;
}

.mobile-menu__link,
.mobile-menu__submenu-button {
  align-items: center;
  background-color: #8c0000;
  border: 0;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  display: flex;
  flex-flow: row;
  font: inherit;
  font-size: 16px;
  justify-content: space-between;
  line-height: 26px;
  min-height: inherit;
  padding-top: 16px;
  padding-bottom: 16px;
}
.mobile-menu__link[aria-expanded=true], .mobile-menu__link:hover,
.mobile-menu__submenu-button[aria-expanded=true],
.mobile-menu__submenu-button:hover {
  color: #ffffff;
}
.mobile-menu__link:focus-visible,
.mobile-menu__submenu-button:focus-visible {
  outline: 2px solid #000000;
  outline-offset: -2px;
}
.mobile-menu__link > svg,
.mobile-menu__submenu-button > svg {
  margin-top: 2px;
  margin-right: 2px;
}
.mobile-menu__link[aria-expanded=true] > svg,
.mobile-menu__submenu-button[aria-expanded=true] > svg {
  transform: rotate(180deg);
}

/*
 * An expandable submenu that sits under an item in the mobile menu.
 */
.mobile-submenu {
  background-color: #f5f5f5;
  display: none;
}
.mobile-submenu.is-open {
  display: block;
}

.mobile-submenu__list {
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding: 16px 0 24px 0;
}

.mobile-submenu__item {
  min-height: 42px;
}

.mobile-submenu__link,
.mobile-submenu__label {
  align-items: center;
  color: #686260;
  display: flex;
  padding: 0 28px;
  font-size: 16px;
  line-height: 24px;
  min-height: inherit;
  text-transform: uppercase;
}

.menu-item-button > .mobile-submenu__link, .menu-item-button > .mobile-submenu__submenu-link {
  margin-left: 20px;
  margin-right: 20px;
  text-transform: none;
  width: auto;
}

.mobile-submenu__submenu-list {
  display: flex;
  flex-flow: column;
  gap: 8px;
  margin-top: 8px;
}
.mobile-submenu__submenu-list:first-child {
  margin-top: 0;
}

.mobile-submenu__submenu-item {
  min-height: 26px;
}
.mobile-submenu__submenu-item.current-menu-item a {
  color: #8c0000;
}
.mobile-submenu__submenu-item.menu-item-button.current-menu-item a {
  background-color: #8c0000;
  font-weight: 600;
  color: #ffffff;
}

.mobile-submenu__submenu-link {
  align-items: center;
  color: #000000;
  display: flex;
  font-size: 16px;
  line-height: 24px;
  min-height: inherit;
  padding: 1px 28px;
}
.mobile-submenu__submenu-link:focus-visible {
  outline: 2px solid #e31837;
  outline-offset: -2px;
}

/*
 * A chunky button that sits inside the nav on both desktop and mobile.
 */
.submenu-cta, .menu-item-button > .dropdown-menu__link, .menu-item-button > .dropdown-menu__submenu-link, .menu-item-button > .mobile-submenu__link, .menu-item-button > .mobile-submenu__submenu-link {
  align-items: center;
  background-color: #212529;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  gap: 20px;
  justify-content: space-between;
  line-height: 24px;
  min-height: 42px;
  padding: 8px 12px 8px 8px;
}
.submenu-cta:hover, .menu-item-button > .dropdown-menu__link:hover, .menu-item-button > .dropdown-menu__submenu-link:hover, .menu-item-button > .mobile-submenu__link:hover, .menu-item-button > .mobile-submenu__submenu-link:hover {
  background-color: #8c0000;
  color: #ffffff;
}

/*** Components ***/
.bg-primary-1 {
  background-color: #e31837;
}

.bg-primary-2 {
  background-color: #810001;
}

.bg-grey-1 {
  background-color: #EAEAEC;
}

.bg-grey-2 {
  background-color: #D8D8D8;
}

.bg-grey-4 {
  background-color: #F5F4F6;
}

.bg-grey-5 {
  background-color: #EEEEEE;
}

.bg-dark-blue-1 {
  background-color: #353047;
}

.bg-white {
  background-color: #fff;
}

.c-primary {
  color: #e31837;
}
.c-primary * {
  color: #e31837;
}

.c-body {
  color: #212529;
}
.c-body * {
  color: #212529;
}

.c-white {
  color: #fff;
}
.c-white * {
  color: #fff;
}
.c-white a {
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}
.c-white a:hover {
  color: #fff;
}

.c-dark-blue {
  color: #353047;
}
.c-dark-blue * {
  color: #353047;
}

.border-primary-10 {
  border: 10px solid #e31837;
}

.hvr-img-transparency-60 img {
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}
.hvr-img-transparency-60:hover img {
  opacity: 0.6;
}

.card {
  display: block;
  position: relative;
  height: 100%;
}
.card.has-flex {
  display: flex;
}

.card-v-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #e31837;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}
.card-v-line:hover::after {
  opacity: 1;
  visibility: visible;
}

.card-program,
.card-link {
  background-color: #e31837;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 25px;
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}
@media (min-width: 980px) {
  .card-program,
  .card-link {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 1400px) {
  .card-program,
  .card-link {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (min-width: 980px) {
  .card-program,
  .card-link {
    padding: 48px 36px;
  }
}
.card-program:hover,
.card-link:hover {
  background-color: #810001;
  color: #ffffff;
}

.card-program-event {
  background-color: #EAEAEC;
}
.card-program-event:hover {
  background-color: #F5E7E9;
}

.card-program-category {
  padding: 100px 25px 25px;
}
@media (min-width: 980px) {
  .card-program-category {
    padding: 160px 36px 36px;
  }
}

.card-grid .full-image-container img {
  height: 100% !important;
}

.card-blog-post .blog-title,
.card-grid .blog-title {
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}
.card-blog-post:hover .blog-title,
.card-grid:hover .blog-title {
  background-color: #810001;
}

.card-featured-blog-post {
  padding: 20px;
}
@media (min-width: 980px) {
  .card-featured-blog-post {
    padding: 36px;
  }
}
.card-featured-blog-post:hover .blog-title p {
  text-decoration-color: currentColor;
  -webkit-text-decoration-color: currentColor;
}
.card-featured-blog-post .blog-title {
  position: relative;
  border: 5px solid #e31837;
}
@media (min-width: 980px) {
  .card-featured-blog-post .blog-title {
    border-width: 15px;
  }
}
.card-featured-blog-post .blog-title * {
  margin: 0;
}
.card-featured-blog-post .blog-title p {
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-text-decoration-color: transparent;
  color: #fff;
}

.card-yueli .page-title {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: calc(100% - 50px);
}
@media (min-width: 980px) {
  .card-yueli .page-title {
    bottom: 36px;
    left: 36px;
    width: calc(100% - 72px);
  }
}

.acc-button {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #EAEAEC;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}
.acc-button:hover {
  background-color: #F5F4F6;
}
.acc-button.open.active-top .acc-enrol-contact {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 979px) {
  .acc-button.open.active-top .acc-enrol-contact {
    display: block;
  }
}
.acc-button.open.active-top.not-top .acc-enrol-contact {
  opacity: 0 !important;
  visibility: hidden !important;
}
@media (max-width: 979px) {
  .acc-button.open.active-top.not-top .acc-enrol-contact {
    display: none !important;
  }
}
.acc-button.open .acc-expand::after {
  height: 0;
}
.acc-button .acc-enrol-contact {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}
@media (max-width: 979px) {
  .acc-button .acc-enrol-contact {
    display: none;
  }
}
@media (min-width: 980px) {
  .acc-button .acc-enrol-contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: calc((100% - 240px) / 3);
  }
}
@media (min-width: 1600px) {
  .acc-button .acc-enrol-contact {
    width: 453.3333333333px;
  }
}
.acc-button .acc-enrol-contact .acc-jump {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 980px) {
  .acc-button .acc-enrol-contact .acc-jump {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .acc-button .acc-enrol-contact .acc-jump {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 979px) {
  .acc-button .acc-enrol-contact .acc-jump {
    padding: 15px;
  }
}
@media (min-width: 980px) {
  .acc-button .acc-enrol-contact .acc-jump {
    padding: 10px 0;
  }
}
.acc-button .acc-enrol-contact .acc-jump-enrol {
  background-color: #353047;
  color: #fff;
}
.acc-button .acc-enrol-contact .acc-jump-enrol:hover {
  background-color: #e31837;
}
@media (max-width: 979px) {
  .acc-button .acc-enrol-contact .acc-jump-enrol {
    border: 2px solid #353047;
  }
  .acc-button .acc-enrol-contact .acc-jump-enrol:hover {
    border: 2px solid #e31837;
  }
}
.acc-button .acc-enrol-contact .acc-jump-contact {
  background-color: transparent;
  color: #353047;
}
@media (max-width: 979px) {
  .acc-button .acc-enrol-contact .acc-jump-contact {
    border: 2px solid #353047;
  }
  .acc-button .acc-enrol-contact .acc-jump-contact:hover {
    background-color: #353047;
    color: #fff;
  }
}
@media (min-width: 980px) {
  .acc-button .acc-enrol-contact .acc-jump-contact {
    border: 0;
    text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
  }
  .acc-button .acc-enrol-contact .acc-jump-contact:hover {
    text-decoration-color: currentColor;
    -webkit-text-decoration-color: currentColor;
  }
}
.acc-button .acc-title * {
  margin: 0;
}
.acc-button .acc-expand {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #fff;
}
@media (min-width: 980px) {
  .acc-button .acc-expand {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
.acc-button .acc-expand::before, .acc-button .acc-expand::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #212529;
}
.acc-button .acc-expand::before {
  width: 12px;
  height: 2px;
}
@media (min-width: 980px) {
  .acc-button .acc-expand::before {
    width: 22px;
  }
}
.acc-button .acc-expand::after {
  width: 2px;
  height: 12px;
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}
@media (min-width: 980px) {
  .acc-button .acc-expand::after {
    height: 22px;
  }
}

.acc-content {
  display: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.acc-content.open {
  display: block;
  opacity: 1;
  max-height: 99999px;
}
@media (min-width: 980px) {
  .acc-content .testimonials .testimonial-image {
    flex-shrink: 0;
    width: 150px;
    margin-right: 48px;
  }
}
.acc-content .course {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  margin-top: -1px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .acc-content .course {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 980px) {
  .acc-content .course {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.acc-content .course.odd {
  background-color: #F5F4F6;
}
.acc-content .program {
  background-color: #F5F4F6;
}
@media (min-width: 980px) {
  .acc-content .program {
    background-color: transparent;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    margin-top: -1px;
  }
}
@media (min-width: 980px) {
  .acc-content .program.odd {
    background-color: #F5F4F6;
  }
}
.acc-content .program .select-session-dates {
  position: relative;
  color: #353047;
}
.acc-content .program .select-session-dates::after {
  position: absolute;
  top: 35%;
  right: 1em;
  content: "";
  transform: rotate(135deg);
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: block;
  height: 0.6em;
  width: 0.6em;
  pointer-events: none;
}
@media (min-width: 980px) {
  .acc-content .program .select-session-dates::after {
    top: 40%;
  }
}
.acc-content .program .select-session-dates select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  width: 100%;
  background-color: #fff;
  padding: 0.75em 1em;
}
@media (min-width: 980px) {
  .acc-content .program .select-session-dates select {
    background-color: #F5F4F6;
  }
}
.acc-content .program .select-session-dates select::-ms-expand {
  display: none; /* Hide the default arrow in ie10 and ie11 */
}
.acc-content .program .course-details.disabled {
  pointer-events: none;
}
.acc-content .program .course-details.not-active {
  display: none;
}

.program-breadcrumb {
  position: relative;
}
@media (min-width: 980px) {
  .program-breadcrumb {
    top: 4em;
  }
}

.program-list-sort {
  display: none;
}
@media (min-width: 980px) {
  .program-list-sort {
    display: flex;
  }
}

.program-sort {
  position: relative;
  color: #353047;
  font-weight: 700;
}
@media (min-width: 980px) {
  .program-sort::after {
    position: relative;
    top: 6px;
    content: "";
    transform: rotate(135deg);
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    vertical-align: top;
    height: 0.6em;
    width: 0.6em;
    margin-left: 7.5px;
  }
}
.program-sort:focus {
  outline: none;
}
@media (min-width: 980px) {
  .program-sort.descending::after {
    top: 12px;
    transform: rotate(315deg);
  }
}

.program-list-item {
  background-color: #F5F4F6;
}
@media (min-width: 980px) {
  .program-list-item {
    background-color: transparent;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    margin-top: -1px;
  }
}
@media (min-width: 980px) {
  .program-list-item.odd {
    background-color: #F5F4F6;
  }
}

#program-list.sorted > div {
  background-color: transparent;
}
#program-list.sorted > div:nth-child(odd) {
  background-color: #F5F4F6;
}

.video-slider {
  height: 240px;
}
@media (min-width: 980px) {
  .video-slider {
    height: 480px;
  }
}
.video-slider .video-slide {
  height: 100%;
  width: 80%;
  margin-right: 16px;
}
@media (min-width: 980px) {
  .video-slider .video-slide {
    width: 70%;
    margin-right: 32px;
  }
  .video-slider .video-slide:hover .video-play-button svg path {
    fill: #e31837;
  }
  .video-slider .video-slide:hover .full-image-container {
    opacity: 0.85;
  }
}
.video-slider .video-slide .full-image-container {
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}
.video-slider .video-slide .full-image-container img {
  height: 100% !important;
}
.video-slider .video-slide .video-embed {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
}
@media (min-width: 980px) {
  .video-slider .video-slide .video-embed {
    height: 480px;
  }
}
.video-slider .video-slide .video-embed .video-play-button {
  width: 65px;
  height: 74px;
}

.fancybox-is-modal .fancybox-inner .fancybox-navigation .fancybox-button {
  background: transparent !important;
  color: #353047 !important;
}
.fancybox-is-modal .fancybox-inner .fancybox-navigation .fancybox-button:hover {
  color: #e31837 !important;
}
@media (min-width: 980px) {
  .fancybox-is-modal .fancybox-inner .fancybox-navigation .fancybox-button {
    color: #EAEAEC !important;
  }
}
.fancybox-is-modal .fancybox-inner .fancybox-navigation .fancybox-button > div {
  padding: 0 !important;
}
@media (min-width: 980px) {
  .fancybox-is-modal .fancybox-inner .fancybox-navigation .fancybox-button--arrow_left, .fancybox-is-modal .fancybox-inner .fancybox-navigation .fancybox-button--arrow_right {
    padding: 0 !important;
  }
}
.fancybox-is-modal .fancybox-inner .fancybox-navigation .fancybox-button--arrow_left {
  left: 25px !important;
  padding-left: 0 !important;
}
.fancybox-is-modal .fancybox-inner .fancybox-navigation .fancybox-button--arrow_right {
  right: 25px !important;
  padding-right: 0 !important;
}
.fancybox-is-modal .fancybox-inner .fancybox-stage .fancybox-slide {
  padding: 0 !important;
}

.modal-fancybox {
  position: relative;
}
.modal-fancybox .modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
  width: 36px;
  height: 36px;
}
.modal-fancybox .modal-close::before, .modal-fancybox .modal-close::after {
  content: "";
  position: absolute;
  left: 18px;
  width: 2px;
  height: 36px;
  background-color: #353047;
  transition: 0.35s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}
.modal-fancybox .modal-close::before {
  transform: rotate(45deg);
}
.modal-fancybox .modal-close::after {
  transform: rotate(-45deg);
}
.modal-fancybox .modal-close:hover::before, .modal-fancybox .modal-close:hover::after {
  background-color: #e31837;
}
.modal-fancybox .modal-close:focus {
  outline: none;
}
.modal-fancybox .modal-close:focus-visible {
  outline: 1px solid #e31837;
}

.modal-person-profile,
.modal-course-details {
  width: calc(100% - 3rem);
  padding: 1.5rem !important;
}
@media (min-width: 1200px) {
  .modal-person-profile,
  .modal-course-details {
    width: 1150px;
    padding: 6.25rem !important;
  }
}
.modal-person-profile h3,
.modal-course-details h3 {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}
.modal-person-profile h4,
.modal-course-details h4 {
  margin-bottom: 1rem;
  font-size: 1.375rem;
}
.modal-person-profile p,
.modal-course-details p {
  margin: 0 0 0.25em;
}
.modal-person-profile .program-offer_course-content p:last-child,
.modal-course-details .program-offer_course-content p:last-child {
  margin-bottom: 2rem;
}
.modal-person-profile .program-offer_course:last-child .program-offer_course-content p:last-child,
.modal-course-details .program-offer_course:last-child .program-offer_course-content p:last-child {
  margin-bottom: 0;
}
.modal-person-profile .m-1-4,
.modal-course-details .m-1-4 {
  margin-bottom: 2rem;
}
@media (min-width: 980px) {
  .modal-person-profile .m-1-4,
  .modal-course-details .m-1-4 {
    margin-bottom: 0;
  }
}
.modal-person-profile .modal-close,
.modal-course-details .modal-close {
  width: 24px;
  height: 24px;
  background: url("../../icons/close.svg") no-repeat center;
}
.modal-person-profile .modal-close:before, .modal-person-profile .modal-close:after,
.modal-course-details .modal-close:before,
.modal-course-details .modal-close:after {
  content: none;
}

.modal-video {
  position: static !important;
  width: 100%;
  padding: 0 !important;
}
@media (min-width: 980px) {
  .modal-video {
    width: 80%;
  }
}
.modal-video .modal-close::before, .modal-video .modal-close::after {
  background-color: #fff;
}

header.header-landing-lite {
  position: --webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

header.header-landing-lite .header-landing-lite__logo {
  display: flex;
  align-items: center;
}

@media (max-width: 979px) {
  header.header-landing-lite .header-landing-lite__logo > * {
    width: 80%;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-content:focus {
  outline: none;
}
.fancybox-content:focus-visible {
  outline: 1px solid #e31837;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #ced4da;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 48px;
  line-height: 46px;
  padding-left: 16px;
  padding-right: 28px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}
.nice-select:hover {
  border-color: #bfc7cf;
}
.nice-select:focus {
  outline: none;
}
.nice-select:focus-visible {
  outline: 1px solid #e31837;
}
.nice-select:after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  background: url("../../icons/dropdown.svg") no-repeat center;
  pointer-events: none;
  transition: all 0.15s ease-in-out;
}
.nice-select.open:after {
  transform: rotate(-180deg);
}
.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
}
.nice-select.disabled {
  border-color: #d4d9de;
  color: #212529;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #4e5862;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .nice-select-dropdown {
  width: calc(100% + 2px);
  background-color: #fff;
  pointer-events: none;
  border: solid 1px #ced4da;
  position: absolute;
  top: 100%;
  left: -1px;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}
.nice-select .list {
  margin: 8px 0;
  border-radius: 0px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 34px;
  list-style: none;
  outline: none;
  padding-left: 16px;
  padding-right: 27px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.focus, .nice-select .option.selected, .nice-select .option.selected.focus {
  color: #e31837;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #686260;
  cursor: default;
}
.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}
.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}
.nice-select .has-multiple span.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}
.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}
.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}
.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 16px;
}

.infographic-card {
  background-color: #ffffff;
  padding: 1.5rem;
}
.infographic-card .infographic-card-icon {
  align-items: center;
  display: flex;
  height: 4.375rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: 4.375rem;
}
.infographic-card .infographic-card-title {
  color: #212529;
  margin: 0 0 0.5rem;
}
.infographic-card p {
  color: #212529;
  margin-bottom: 0;
}

.york-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  padding: 0.5625rem;
}
.york-card .wp-block-embed,
.york-card .wp-block-image {
  padding: 0 0 0.625rem;
}
.york-card .wp-block-image img {
  width: 100%;
}
.york-card .card-title {
  font-weight: 600;
}
.york-card .card-body {
  padding: 0.625rem;
}
.york-card .card-body p {
  margin: 0;
}
.york-card.video-card-featured {
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .york-card.video-card-featured {
    margin-bottom: 2rem;
  }
}
.york-card.program-card h4 {
  margin-bottom: 0.25rem;
}
.york-card.program-card .card-url {
  margin-top: 1rem;
}
.york-card.program-card .card-url a {
  text-transform: uppercase;
}
.york-card.info-card {
  display: flex;
  flex-direction: column;
}
.york-card.info-card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.york-card.info-card .card-text {
  margin-bottom: 1rem;
}
.york-card.info-card .card-url a {
  text-transform: uppercase;
}
.york-card.clickable-card {
  position: relative;
}
.york-card.clickable-card .card-url a::after {
  bottom: 0px;
  content: "";
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.intro-with-anchor-links {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 6.25rem;
}
.intro-with-anchor-links__columns {
  margin-top: 6.25rem;
  gap: 3.125rem;
}
@media (max-width: 992px) {
  .intro-with-anchor-links__columns {
    /* Displaying columns in rows for tablet devices */
    flex-wrap: wrap !important;
  }
  .intro-with-anchor-links__columns .wp-block-column {
    flex-basis: 100% !important;
  }
}
.intro-with-anchor-links .wp-block-heading {
  margin-bottom: 1rem;
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .intro-with-anchor-links .wp-block-heading {
    margin-bottom: 1.5rem;
  }
}
.intro-with-anchor-links ul {
  margin: 0;
}
.intro-with-anchor-links ul li {
  margin-bottom: 0.5rem;
}
.intro-with-anchor-links ul li:last-child {
  margin-bottom: 0;
}

.full-width-cta-block {
  font-size: 1rem;
  line-height: 1.5;
  background-color: #e31837;
  color: #ffffff;
  padding: 6.25rem 0;
}
.full-width-cta-block.full-width-cta-light-block {
  background: #ffffff;
  color: #212529;
}
.full-width-cta-block .wp-block-columns {
  margin-bottom: 0;
  padding: 0 1.5rem;
}
@media (min-width: 1200px) {
  .full-width-cta-block .wp-block-columns {
    padding: 0;
  }
}
.full-width-cta-block .wp-block-buttons {
  gap: 1rem;
}
@media (min-width: 1200px) {
  .full-width-cta-block .wp-block-buttons {
    gap: 0.5rem;
  }
}
.full-width-cta-block .wp-block-column:nth-child(2) {
  padding-left: 4.6875rem;
}
@media (min-width: 992px) {
  .full-width-cta-block .wp-block-column:nth-child(2) {
    padding-left: 0;
  }
}
.full-width-cta-block .wp-block-column .wp-block-image {
  margin: 0 1.25rem 0 0 !important;
}
.full-width-cta-block .wp-block-column .wp-block-heading {
  margin: 0 0 0.5rem 0;
}
.full-width-cta-block .wp-block-column p {
  margin: 0 0 0 4.6875rem;
}

.full-width-image-block img {
  width: 100%;
}

.hero-banner {
  font-size: 1rem;
  line-height: 1.5;
}
.hero-banner__columns {
  flex-direction: column-reverse;
  gap: 0;
  width: 100%;
  max-width: none !important;
}
@media (min-width: 1200px) {
  .hero-banner__columns {
    flex-direction: row;
  }
}
.hero-banner .hero-banner__content {
  padding: 3.125rem 1.5rem 6.25rem;
}
.hero-banner .hero-banner__content h1 {
  margin-bottom: 2rem;
}
.hero-banner .hero-banner__content p {
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .hero-banner .hero-banner__content {
    max-width: 36rem;
    padding: 0;
    margin-left: auto;
  }
}
.hero-banner .hero-banner__image .wp-block-cover {
  min-height: 335px;
}
@media (min-width: 992px) {
  .hero-banner .hero-banner__image .wp-block-cover {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .hero-banner .hero-banner__image .wp-block-cover {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .hero-banner .hero-banner__image {
    flex-grow: 0 !important;
    min-width: 50%;
    padding-left: 6.25rem;
  }
}

.info-cards-four-cols {
  font-size: 1rem;
  line-height: 1.5;
}
.info-cards-four-cols .wp-block-heading {
  width: 100%;
  margin-bottom: 2rem;
}
.info-cards-four-cols .card-deck {
  gap: 3.125rem;
  width: 100%;
}
.info-cards-four-cols .card-deck .card {
  margin-bottom: 0 !important;
  background: #ffffff;
  border: 1px solid #dee2e6;
}
.info-cards-four-cols .card-deck .card figure {
  padding: 0.62rem 0.62rem 0;
  margin-bottom: 0;
}
.info-cards-four-cols .card-deck .card figure img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .info-cards-four-cols .card-deck .card figure img {
    height: 200px;
  }
}
.info-cards-four-cols .card-deck .card p {
  padding: 1.25rem;
  margin: 0;
  font-weight: 600;
}

.infographic-cards-collection {
  padding: 6.25rem 0;
  font-size: 1rem;
  line-height: 1.5;
}
.infographic-cards-collection.aubergine-bg h2,
.infographic-cards-collection.aubergine-bg .paragraph-lg {
  color: #f5f5f5;
}
.infographic-cards-collection h2 {
  margin-bottom: 1.5rem;
}
.infographic-cards-collection .paragraph-lg {
  margin-bottom: 2rem;
  margin-left: 0 !important;
  max-width: 59.375rem;
}
.infographic-cards-collection .infographic-cards-wrapper {
  gap: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .infographic-cards-collection .infographic-cards-wrapper {
    gap: 4.125rem;
  }
}

.alternated-image-text-cta {
  padding: 6.25rem 0;
  font-size: 1rem;
  line-height: 1.5;
}
.alternated-image-text-cta h2 {
  margin-bottom: 2rem;
}
.alternated-image-text-cta .wp-block-columns {
  gap: 1.5rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 992px) {
  .alternated-image-text-cta .wp-block-columns {
    gap: 3.125rem;
    margin-bottom: 2rem;
  }
}
.alternated-image-text-cta .wp-block-columns:nth-child(2n+1) .wp-block-column:first-child {
  order: 2;
}
@media (min-width: 992px) {
  .alternated-image-text-cta .wp-block-columns:nth-child(2n+1) .wp-block-column:first-child {
    order: 1;
  }
}
.alternated-image-text-cta .wp-block-columns:nth-child(2n+1) .wp-block-column:nth-child(2) {
  order: 1;
}
@media (min-width: 992px) {
  .alternated-image-text-cta .wp-block-columns:nth-child(2n+1) .wp-block-column:nth-child(2) {
    order: 2;
  }
}
.alternated-image-text-cta .wp-block-columns:last-child {
  margin-bottom: 0;
}
.alternated-image-text-cta .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.alternated-image-text-cta .wp-block-column h3 {
  margin-bottom: 1rem;
}
.alternated-image-text-cta .wp-block-column p {
  margin: 0 0 1rem;
}
.alternated-image-text-cta .wp-block-column p:last-child {
  margin-bottom: 0;
}
.alternated-image-text-cta .wp-block-column a {
  text-transform: uppercase;
}
.alternated-image-text-cta .wp-block-column figure {
  margin-bottom: 0;
}

.text-cta-3-cols.red-bg {
  color: #ffffff;
}

.text-cta {
  font-size: 1rem;
  line-height: 1.5;
}
.text-cta__content {
  gap: 2rem;
  margin: 3.12rem 0 0;
}
.text-cta__content .wp-block-separator {
  margin: 0 0 1rem;
  border-color: #212529;
  border-bottom: none;
}
.red-bg .text-cta__content .wp-block-separator {
  border-color: #ffffff;
}
.text-cta p.text-cta__heading {
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.text-cta p.text-cta__link {
  margin: 0;
  text-transform: uppercase;
}
.red-bg .text-cta p.text-cta__link a {
  color: #ffffff;
}
.red-bg .text-cta p.text-cta__link a:hover {
  color: #dee2e6;
}
.text-cta p {
  margin: 0 0 1rem 0;
}

.video-testimonials-featured {
  padding: 6.25rem 0;
  font-size: 1rem;
  line-height: 1.5;
}
.video-testimonials-featured figure {
  margin-bottom: 0;
}
.video-testimonials-featured h2 {
  margin-bottom: 2rem;
}
.video-testimonials-featured p.card-title {
  margin-bottom: 0.25rem;
}
.video-testimonials-featured .video-cards-wrapper {
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .video-testimonials-featured .video-cards-wrapper {
    gap: 3.125rem;
  }
}

.large-image-cta {
  font-size: 1rem;
  line-height: 1.5;
}
.large-image-cta h2 {
  width: 100%;
  margin-bottom: 2.5rem;
}
.large-image-cta .wp-block-cover {
  display: block;
  width: 100%;
}
.large-image-cta .wp-block-cover img {
  position: static;
  height: 300px;
}
@media (min-width: 992px) {
  .large-image-cta .wp-block-cover img {
    position: absolute;
    height: auto;
  }
}
@media (min-width: 992px) {
  .large-image-cta .wp-block-cover {
    display: flex;
  }
}
@media (max-width: 992px) {
  .large-image-cta .wp-block-cover {
    min-height: auto !important;
    padding: 0px !important;
  }
}
.large-image-cta__content {
  width: 100%;
}
.large-image-cta__content h3 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
}
.large-image-cta__content p {
  margin-bottom: 1rem;
}
.large-image-cta__content p:last-child {
  margin-bottom: 0px;
}
.large-image-cta__content a {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .large-image-cta__content {
    width: 590px;
  }
}

.program-cards-collection {
  padding: 6.25rem 0;
  font-size: 1rem;
  line-height: 1.5;
}
.program-cards-collection figure {
  margin-bottom: 0;
}
.program-cards-collection h2 {
  color: #ffffff;
  margin-bottom: 2rem;
}
.program-cards-collection .wp-block-columns {
  gap: 3rem;
}
@media (min-width: 992px) {
  .program-cards-collection .wp-block-columns {
    gap: 3.25rem;
  }
}
.program-cards-collection .wp-block-columns .wp-block-heading {
  margin-bottom: 0.25rem;
}

.featured-news-events {
  padding: 6.25rem 0;
  font-size: 1rem;
  line-height: 1.5;
}
.featured-news-events h2 {
  margin-bottom: 2rem;
}
.featured-news-events figure {
  margin-bottom: 0;
}
.featured-news-events .wp-block-columns {
  gap: 2rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .featured-news-events .wp-block-columns {
    gap: 3.125rem;
  }
  .featured-news-events .wp-block-columns > .wp-block-column:not(.york-card):nth-child(2) {
    flex-basis: calc(33.3333333333% - 25px) !important;
  }
}
.featured-news-events .wp-block-columns .wp-block-columns {
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .featured-news-events .wp-block-columns .wp-block-columns {
    gap: 3.125rem;
  }
}
.featured-news-events .york-card .card-body p a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-news-events .featured-news-events__view-more {
  margin-bottom: 0;
}
.featured-news-events .featured-news-events__view-more a {
  text-transform: uppercase;
}
.featured-news-events .tribe-events {
  margin-bottom: 0;
}
.featured-news-events .tribe-events .tribe-events-widget-events-list__header {
  display: none;
}
.featured-news-events .tribe-events .tribe-events-widget-events-list__event-row {
  border-bottom: 1px solid #dee2e6;
  gap: 2rem;
  margin-bottom: 0;
  padding: 1rem 0 0.9375rem 1.5rem;
}
.featured-news-events .tribe-events .tribe-events-widget-events-list__event-date-tag-datetime {
  align-items: center;
  background-color: #8c0000;
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  width: 4rem;
}
.featured-news-events .tribe-events .tribe-events-widget-events-list__event-date-tag-datetime:after {
  content: none !important;
}
.featured-news-events .tribe-events .tribe-events-widget-events-list__event-date-tag-month {
  color: #ffffff;
  font-family: "IBMPlexSans", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  order: 2;
}
.featured-news-events .tribe-events .tribe-events-widget-events-list__event-date-tag-daynum {
  color: #ffffff;
  font-family: "IBMPlexSans", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0;
  order: 1;
}
.featured-news-events .tribe-events .tribe-events-widget-events-list__event-datetime-wrapper {
  display: none;
}
.featured-news-events .tribe-events .tribe-events-widget-events-list__event-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border-bottom: none;
  font-family: "IBMPlexSans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.featured-news-events .tribe-events .tribe-events-widget-events-list__event-title a:hover, .featured-news-events .tribe-events .tribe-events-widget-events-list__event-title a:focus {
  border-bottom: none;
  color: #e31837;
}
.featured-news-events .tribe-events .tribe-events-widget-events-list__view-more {
  margin-top: 1.5rem;
}
.featured-news-events .tribe-events .tribe-events-widget-events-list__view-more-link, .featured-news-events .tribe-events .tribe-events-widget-events-list__view-more-link:visited {
  border-bottom: none;
  color: #e31837;
  font-family: "IBMPlexSans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
}
.featured-news-events .tribe-events .tribe-events-widget-events-list__view-more-link:hover {
  border-bottom: none;
  color: #8c0000;
}

.info-cards-three-cols {
  font-size: 1rem;
  line-height: 1.5;
  padding: 6.25rem 0;
}
.info-cards-three-cols figure {
  margin-bottom: 0px;
}
.info-cards-three-cols h2 {
  margin-bottom: 2rem;
}
.info-cards-three-cols h3.card-title,
.info-cards-three-cols h4.card-title {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.info-cards-three-cols .wp-block-columns {
  gap: 3.125rem;
  margin-bottom: 0;
}

.info-cards-three-cols-two-rows .card-deck .card figure img {
  height: 280px;
}

.full-width-text {
  font-size: 1rem;
  line-height: 1.5;
}
.full-width-text h2 {
  margin-bottom: 2rem;
}
.full-width-text h2 + p {
  margin: 0 0 2rem 0;
}

#default-template {
  padding: 6.25rem 0;
}

/* Hero */
.scs-hero-banner {
  background: #353047;
}
.scs-hero-banner .hero-banner__columns {
  display: flex;
}
.scs-hero-banner .hero-banner__columns .hero-banner__content {
  align-self: center;
  width: 100%;
  padding: 3.25rem 1.25rem 6.25rem;
  margin: 0 auto;
}
.scs-hero-banner .hero-banner__columns .hero-banner__content h1 {
  margin: 0;
  color: #ffffff;
}
.scs-hero-banner .hero-banner__columns .hero-banner__content.no-featured-img {
  max-width: 71.875rem;
  padding: 6.25rem 1.25rem;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .scs-hero-banner .hero-banner__columns .hero-banner__content {
    padding: 6.25rem 0 !important;
    margin: 0 0 0 auto;
  }
}
.scs-hero-banner .hero-banner__columns .hero-banner__image {
  flex-basis: 0;
}
.scs-hero-banner .hero-banner__columns .hero-banner__image .hero-banner__image-cover {
  height: 195px;
}
.scs-hero-banner .hero-banner__columns .hero-banner__image .hero-banner__image-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .scs-hero-banner .hero-banner__columns .hero-banner__image .hero-banner__image-cover img {
    object-position: top;
  }
}
@media (min-width: 992px) {
  .scs-hero-banner .hero-banner__columns .hero-banner__image .hero-banner__image-cover {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .scs-hero-banner .hero-banner__columns .hero-banner__image .hero-banner__image-cover {
    max-width: 700px;
  }
}

/* Breadcrumbs */
.intro-with-anchor-links .breadcrumbs,
.scs-breadcrumbs {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 3.125rem;
}
.intro-with-anchor-links .breadcrumbs .yoast-breadcrumbs > span,
.scs-breadcrumbs .yoast-breadcrumbs > span {
  display: flex;
  gap: 0.375rem;
  flex-wrap: wrap;
}
.intro-with-anchor-links .breadcrumbs a,
.scs-breadcrumbs a {
  text-decoration: underline;
}
.intro-with-anchor-links .breadcrumbs strong,
.scs-breadcrumbs strong {
  font-weight: 400;
}

/*** Program Detail Page ***/
/* Hero */
.program-hero {
  padding: 6.25rem 0;
  color: #ffffff;
  background: #353047;
}
.program-hero .container, .program-hero .brand-stripe__inner, .program-hero .dropdown-menu__inner, .program-hero .mobile-menu__link,
.program-hero .mobile-menu__submenu-button, .program-hero .mobile-submenu__link,
.program-hero .mobile-submenu__label, .program-hero .mobile-submenu__submenu-link {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem;
}
.program-hero__left {
  width: 100%;
}
.program-hero__left h1 {
  margin-bottom: 1rem;
}
.program-hero__left p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .program-hero__left {
    width: 850px;
  }
  .program-hero__left h1 {
    margin-bottom: 1.5rem;
  }
}
.program-hero__right {
  flex-grow: 1;
}
.program-hero__right h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .program-hero__right h2 {
    margin-bottom: 1.5rem;
  }
}
.program-hero__right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.program-hero__right ul li {
  margin-bottom: 0.5rem;
}
.program-hero__right ul li a {
  color: #ffffff;
  text-decoration: underline;
}
.program-hero__right ul li a:hover {
  color: #dee2e6;
}
.program-hero__right ul li:last-child {
  margin-bottom: 0px;
}

/* Breadcrumbs */
.scs-breadcrumbs {
  margin-top: 0px;
  padding-top: 2rem;
}
.scs-breadcrumbs ol {
  display: flex;
  gap: 0.375rem;
  flex-wrap: wrap;
}
.scs-breadcrumbs ol li {
  display: flex;
  gap: 0.375rem;
  margin: 0;
}
.scs-breadcrumbs ol li a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .scs-breadcrumbs {
    padding-top: 3.12rem;
  }
}

/* Meta */
.program-meta {
  padding-top: 3.12rem;
  padding-bottom: 3.12rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .program-meta {
    flex-wrap: nowrap;
  }
}
.program-meta > section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 1.5rem;
  border-left: 1px solid #e31837;
}
.program-meta > section p.program-meta__heading {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.program-meta > section p {
  margin: 0px;
  font-weight: 600;
}
.program-meta > section:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .program-meta > section {
    width: auto;
    margin-bottom: 0;
  }
}

/* No offerings */
.program-no-enrolment .custom-btn a {
  display: inline-block;
}

/* Program offerings */
.program-offerings {
  padding: 6.25rem 0;
  background: #f5f5f5;
}
.program-offerings.p-b-0 {
  padding-bottom: 0 !important;
}
.program-offerings h2,
.program-offerings h3 {
  margin-bottom: 1.5rem;
}

/* Program offering */
.program-offer {
  margin-bottom: 1.5rem;
  background: #ffffff;
}
.program-offer__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1.5rem;
}
.program-offer__top section {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}
.program-offer__top section p.program-offer__heading {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.program-offer__top section p {
  margin: 0px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .program-offer__top section {
    width: 14.875rem;
  }
}
.program-offer__bot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
}
.program-offer__bot .program-offer__schedule button {
  display: flex;
  gap: 0.25rem;
  padding: 0;
  text-decoration: underline;
  background: none;
  border: none;
  color: #e31837;
}
.program-offer__bot .program-offer__schedule button:after {
  display: block;
  content: "";
  position: relative;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #e31837;
  mask: url("../../icons/add.svg") no-repeat center;
  mask-size: contain;
}
.program-offer__bot .program-offer__schedule button:hover {
  color: #8c0000;
}
.program-offer__bot .program-offer__schedule button:hover:after {
  background-color: #8c0000;
}
.program-offer__bot .program-offer__schedule button:hover {
  color: #8c0000;
}
.program-offer__bot .program-offer__cta a {
  display: block;
}
.program-offer:last-child {
  margin-bottom: 0px;
}

/* Bundles */
.program-bundles {
  padding: 3rem 0 6.25rem;
  background: #f5f5f5;
}
.program-bundles h3 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
.program-bundles h4 {
  font-size: 1.375rem;
  margin-bottom: 1rem;
  color: #e31837;
}
.program-bundles .preferred-session {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: #ffffff;
}
.program-bundles .preferred-session .flex-row {
  gap: 3.125rem;
}
.program-bundles .preferred-session .flex-row select {
  display: none;
}
.program-bundles .preferred-session .flex-row button.course-details {
  gap: 0.25rem;
  padding: 0;
  margin-top: 1rem;
  text-decoration: underline;
  background: none;
  border: none;
  color: #e31837;
}
.program-bundles .preferred-session .flex-row button.course-details.disabled {
  pointer-events: none;
}
.program-bundles .preferred-session .flex-row button.course-details.not-active {
  display: none;
}
.program-bundles .preferred-session .flex-row button.course-details[style*="display: inline"] {
  display: flex !important;
}
.program-bundles .preferred-session .flex-row button.course-details:after {
  display: block;
  content: "";
  position: relative;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #e31837;
  mask: url("../../icons/add.svg") no-repeat center;
  mask-size: contain;
}
.program-bundles .preferred-session .flex-row button.course-details:hover {
  color: #8c0000;
}
.program-bundles .preferred-session .flex-row button.course-details:hover:after {
  background-color: #8c0000;
}
.program-bundles .preferred-session .flex-row button.course-details:hover {
  color: #8c0000;
}
@media (max-width: 992px) {
  .program-bundles .preferred-session .flex-row:last-child .m-1-2:first-child {
    display: none;
  }
}
.program-bundles .preferred-session__register {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.program-bundles .preferred-session__register .custom-btn {
  margin-left: auto;
}
.program-bundles .preferred-session:last-child {
  margin-bottom: 0px;
}

/* Program notification */
#program-notification {
  margin-top: 3.125rem;
}
#program-notification__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5rem;
  background: #f5f5f5;
}
#program-notification__inner p {
  width: 100%;
}
#program-notification__inner p > *:nth-child(1) {
  line-height: 40px;
}
@media (min-width: 992px) {
  #program-notification__inner p {
    width: auto;
  }
}
#program-notification__inner .custom-btn {
  margin-top: 1rem;
}
#program-notification__inner .custom-btn a {
  display: block;
}
@media (min-width: 992px) {
  #program-notification__inner .custom-btn {
    margin: 0 0 0 auto;
  }
}

/* Program description */
.tabs {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  /* Tab list */
  /* General typography */
  /* Content section */
  /* Course list section */
  /* Instructors + Advisory sections */
  /* Contact us section */
}
.tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.tabs__list [role=tab] {
  padding: 10px;
  margin-bottom: -1px;
  background: #ffffff;
  border: 1px solid #313131;
}
.tabs__list [role=tab]:hover {
  background: #8c0000;
  border-color: #8c0000;
}
.tabs__list [role=tab]:hover span {
  color: #ffffff;
}
.tabs__list [role=tab]:focus, .tabs__list [role=tab][aria-selected=true] {
  background: #313131;
  border-color: #313131;
  outline: none;
}
.tabs__list [role=tab]:focus span, .tabs__list [role=tab][aria-selected=true] span {
  color: #ffffff;
}
.tabs__list [role=tab] span {
  font-weight: 600;
}
@media (min-width: 992px) {
  .tabs__list {
    border-bottom: 1px solid #313131;
  }
  .tabs__list [role=tab] {
    margin-bottom: -1px;
  }
}
.tabs h2, .tabs .h2,
.tabs h3, .tabs .h3,
.tabs h4, .tabs .h4,
.tabs h5, .tabs .h5,
.tabs h6, .tabs .h6 {
  margin-bottom: 1rem;
}
.tabs h6, .tabs .h6 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.tabs ul, .tabs ol {
  padding-left: 20px;
}
.tabs ul li:marker, .tabs ol li:marker {
  font-size: 2px;
}
.tabs p, .tabs ul, .tabs ol {
  margin-bottom: 2rem;
}
.tabs .custom-btn a {
  display: inline-block;
}
.tabs [role=tabpanel].is-hidden {
  display: none;
}
.tabs .content_section_2_3-1_3 .content-section {
  display: flex;
  flex-wrap: wrap;
  gap: 3.38rem;
}
.tabs .content_section_2_3-1_3 .content-section .main-content .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.tabs .content_section_2_3-1_3 .content-section .main-content .row .columnleft {
  width: 100px;
  margin-bottom: 2rem;
}
.tabs .content_section_2_3-1_3 .content-section .main-content .row .columnleft img {
  width: 100%;
}
.tabs .content_section_2_3-1_3 .content-section .main-content .row .columnright {
  width: 100%;
}
@media (min-width: 992px) {
  .tabs .content_section_2_3-1_3 .content-section .main-content .row .columnleft {
    margin: 0 1.5rem 0 0;
  }
  .tabs .content_section_2_3-1_3 .content-section .main-content .row .columnright {
    flex: 1;
  }
}
.tabs .content_section_2_3-1_3 .content-section .main-content *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .tabs .content_section_2_3-1_3 .content-section .main-content {
    flex: 1;
  }
}
.tabs .content_section_2_3-1_3 .content-section .side-content {
  align-self: flex-start;
  width: 100%;
  padding: 1.5rem;
  background: #f5f5f5;
}
.tabs .content_section_2_3-1_3 .content-section .side-content.empty {
  background: none;
  padding: 0;
}
@media (min-width: 992px) {
  .tabs .content_section_2_3-1_3 .content-section .side-content.empty {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .tabs .content_section_2_3-1_3 .content-section .side-content.empty {
    width: 364px;
  }
}
.tabs .content_section_2_3-1_3 .content-section .side-content h4 {
  margin-bottom: 1.5rem;
}
.tabs .content_section_2_3-1_3 .content-section .side-content *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .tabs .content_section_2_3-1_3 .content-section .side-content {
    width: 364px;
  }
}
.tabs .course_list_section .course {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: #f5f5f5;
}
.tabs .course_list_section .course p.h5 {
  margin-bottom: 1rem !important;
}
.tabs .course_list_section .course:last-child,
.tabs .course_list_section .course p:last-child {
  margin-bottom: 0px;
}
.tabs .instructors_profile_grid_section h3,
.tabs .advisors_profile_grid_section h3 {
  margin-bottom: 14px;
}
.tabs .instructors_profile_grid_section .unit,
.tabs .advisors_profile_grid_section .unit {
  margin-bottom: 1rem;
}
.tabs .instructors_profile_grid_section .unit p,
.tabs .advisors_profile_grid_section .unit p {
  margin-bottom: 0px;
}
.tabs .contact_section .gform_legacy_markup_wrapper,
.tabs .contact_section .gform_legacy_markup_wrapper .gform_footer {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* CTA */
.program-cta {
  padding: 6.25rem 0;
  background: #e31837;
  color: #ffffff;
}
.program-cta.light-theme {
  background: #ffffff;
  color: #212529;
}
.program-cta .container, .program-cta .brand-stripe__inner, .program-cta .dropdown-menu__inner, .program-cta .mobile-menu__link,
.program-cta .mobile-menu__submenu-button, .program-cta .mobile-submenu__link,
.program-cta .mobile-submenu__label, .program-cta .mobile-submenu__submenu-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.69rem;
}
@media (min-width: 980px) {
  .program-cta .container, .program-cta .brand-stripe__inner, .program-cta .dropdown-menu__inner, .program-cta .mobile-menu__link,
  .program-cta .mobile-menu__submenu-button, .program-cta .mobile-submenu__link,
  .program-cta .mobile-submenu__label, .program-cta .mobile-submenu__submenu-link {
    gap: 2rem;
  }
}
.program-cta__left {
  display: flex;
  gap: 1.25rem;
}
.program-cta__left img {
  width: 55px;
  height: 78px;
}
.program-cta__left-content {
  display: flex;
  flex-wrap: wrap;
}
.program-cta__left-content h2 {
  width: 100%;
}
.program-cta__left-content p {
  margin-bottom: 0;
}
@media (min-width: 980px) {
  .program-cta__left {
    flex: 1;
  }
}
.program-cta__buttons {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-left: 75px;
}
@media (min-width: 980px) {
  .program-cta__buttons {
    flex-direction: row;
    max-width: 40%;
    padding-left: 0;
  }
}
.program-cta__buttons a {
  display: inline-block;
}

/* Full width image */
.program-footer-img {
  background: #e31837;
}
@media (max-width: 980px) {
  .program-footer-img .container, .program-footer-img .brand-stripe__inner, .program-footer-img .dropdown-menu__inner, .program-footer-img .mobile-menu__link,
  .program-footer-img .mobile-menu__submenu-button, .program-footer-img .mobile-submenu__link,
  .program-footer-img .mobile-submenu__label, .program-footer-img .mobile-submenu__submenu-link {
    padding: 0;
  }
}

/* Testimonials section */
.program-testimonial {
  padding: 6.25rem 0;
  background: #f5f5f5;
}
.program-testimonial h2 {
  margin-bottom: 2rem;
}
.program-testimonial__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3.125rem;
}
.program-testimonial__content img {
  width: 100%;
}
@media (min-width: 992px) {
  .program-testimonial__content img {
    width: 450px;
  }
}
.program-testimonial__content blockquote {
  flex: 1;
  font-size: 2rem;/* Added */
}
.program-testimonial__content blockquote footer {
  font-style: normal; /* Changed from italic to normal */
  font-weight: bold; /* Added */
  font-size: 2rem; /* Added */
}
.program-testimonial__content blockquote footer cite {
  display: block;
  font-style: italic; /* Added */
  font-size: 2rem; /* Added */
}
.program-testimonial__content blockquote:before {
  content: "";
  display: block;
  width: 35px;
  height: 25px;
  margin-bottom: 1rem;
  /* background: url("../../icons/quotes.svg") no-repeat center; */ /* Commented out */
}
.program-testimonial__content blockquote:after {
  content: none;
}

/*** All Programs Page ***/
.explore-programs-form {
  padding: 6.25rem 0;
  /* Search */
  /* Filters */
  /* Programs */
}
.explore-programs-form__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .explore-programs-form__wrapper {
    flex-direction: row-reverse;
  }
}
.explore-programs-form .keyword-search-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.explore-programs-form .keyword-search-wrapper #keyword-txt {
  padding: 0.75rem 44px 0.75rem 0.75rem;
  border: 1px solid #DEE2E6;
  color: #686260;
}
.explore-programs-form .keyword-search-wrapper svg {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  padding: 3px;
}
.explore-programs-form .filters-wrapper {
  width: 100%;
}
.explore-programs-form .filters-wrapper h4 {
  margin: 0.5rem 0 1rem;
}
@media (max-width: 992px) {
  .explore-programs-form .filters-wrapper h4 {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.375rem;
  }
}
.explore-programs-form .filters-wrapper__group {
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
}
.explore-programs-form .filters-wrapper__group > button {
  padding: 0;
  margin-bottom: 1rem;
  background: none;
  border: none;
}
.explore-programs-form .filters-wrapper__group > button h5 {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  font-size: 1rem;
  cursor: pointer;
}
.explore-programs-form .filters-wrapper__group > button h5:after {
  background-image: url("../../icons/chevron-up.svg");
  content: "";
  height: 24px;
  width: 24px;
  transition: transform 0.3s;
}
.explore-programs-form .filters-wrapper__group > button:focus {
  outline: none;
}
.explore-programs-form .filters-wrapper__group > button:focus h5 {
  color: #e31837;
}
.explore-programs-form .filters-wrapper__group.hidden {
  height: 56px;
  overflow: hidden;
}
.explore-programs-form .filters-wrapper__group.hidden h5:after {
  transform: rotate(180deg);
}
.explore-programs-form .filters-wrapper__group .option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.explore-programs-form .filters-wrapper__group .option input[type=checkbox] {
  width: 17px;
  height: 17px;
  accent-color: #8c0000;
  cursor: pointer;
}
.explore-programs-form .filters-wrapper__group .option label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
}
.explore-programs-form .filters-wrapper__group .option label .tooltip {
  display: block;
  content: "";
  background: url("../../icons/info-black.svg") no-repeat center;
  height: 22px;
  width: 25px;
  padding: 0;
  border: none;
}
.explore-programs-form .filters-wrapper__group .option:last-child {
  margin-bottom: 0;
}
.explore-programs-form .filters-wrapper .button_wrapper {
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .explore-programs-form .filters-wrapper {
    width: 350px;
  }
}
.explore-programs-form .programs-wrapper {
  flex: 1;
}
.explore-programs-form .programs-wrapper .programs-results {
  padding-top: 1rem;
}
.explore-programs-form .programs-wrapper .programs-results .program {
  padding: 1.5rem;
  margin-bottom: 1rem;
  background: #f5f5f5;
}
.explore-programs-form .programs-wrapper .programs-results .program span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.explore-programs-form .programs-wrapper .programs-results .program h2,
.explore-programs-form .programs-wrapper .programs-results .program h3 {
  font-size: 1.75rem;
  line-height: 2.125rem;
}
.explore-programs-form .programs-wrapper .programs-results .program h2 a,
.explore-programs-form .programs-wrapper .programs-results .program h3 a {
  color: #212529;
}
.explore-programs-form .programs-wrapper .programs-results .program h2 a:hover,
.explore-programs-form .programs-wrapper .programs-results .program h3 a:hover {
  color: #c00c1a;
}
.explore-programs-form .programs-wrapper .programs-results .program *:last-child {
  margin: 0;
}
.explore-programs-form .programs-wrapper .programs-pagination {
  display: flex;
  justify-content: center;
  gap: 0.94rem;
  padding-top: 2rem;
  text-transform: uppercase;
}
.explore-programs-form .programs-wrapper .programs-pagination ul {
  display: flex;
  gap: 1.375rem;
}
.explore-programs-form .programs-wrapper .programs-pagination a {
  text-decoration: underline;
}
.explore-programs-form .programs-wrapper .programs-pagination a.disabled {
  color: #686260;
  text-decoration: none;
  pointer-events: none;
}

.tippy-box {
  max-width: 200px !important;
  line-height: 1.375rem;
  border-radius: 0;
  background: #212529;
}
.tippy-box .tippy-content {
  padding: 0.5rem 0.5rem 0.5rem 2rem;
}
.tippy-box .tippy-content:before {
  display: block;
  position: absolute;
  top: 11px;
  left: 8px;
  content: "";
  background: url("../../icons/info.svg") no-repeat center;
  height: 16px;
  width: 16px;
}

/* STYLING FROM WP CUSTOMIZER */
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.video-margin {
  margin-bottom: 20px;
}

img {
  height: auto;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.columnleft {
  width: 15%;
  float: left;
}

.columnright {
  width: 85%;
  float: right;
}

div.jumbotron img {
  padding: 20px;
}

#test {
  vertical-align: top;
  text-align: left;
  font-size: 0.8rem;
}

.columnbtn {
  width: 30%;
  float: left;
}

a.btn {
  text-decoration: none;
}

.columnpic {
  width: 30%;
  float: left;
}

/*# sourceMappingURL=theme-styles.css.map */
