  @charset "UTF-8";
* {
  box-sizing: border-box;
  font-stretch: 85%;
}

body.has-interstitial {
  overflow: hidden;
}

body.no-scroll {
  overflow: hidden;
}
body.no-scroll .nav-hide-closed {
  max-width: 80px;
  width: 80px;
  display: block;
  margin-right: 0;
}

body.scrolled-body .nav-blocks, body.no-scroll .nav-blocks {
  transform: translateY(-30px);
}
body.scrolled-body .theme-header, body.no-scroll .theme-header {
  z-index: 102;
}

@media screen and (max-width: 63.9375em) {
  body.scrolled-body .nav-blocks, body.no-scroll .nav-blocks {
    transform: translateY(0px);
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif !important;
  font-weight: 500;
}

.top-bar-left.mainNav #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > a.mega-menu-link {
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif !important;
}

.top-bar {
  padding: 8px 0;
  background-color: #53585a;
  color: white;
  text-align: right;
}

.theme-header {
  position: fixed;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 100;
  width: 100%;
  display: flex;
}
.theme-header .header-container {
  width: 100%;
  position: relative;
}

.button-container {
  background-color: rgba(11, 34, 64, 0.75);
  padding: 8px 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 60px;
  min-width: 60px;
}
.button-container button {
  cursor: pointer;
}

.no-scroll .button-container:nth-child(2) {
  width: 100%;
  min-width: auto;
  max-width: 147px;
}

.nav-hide-closed {
  object-position: left;
  object-fit: cover;
  min-height: 32px;
  width: 80px;
  max-width: 0px;
  margin-right: -16px;
  transition: max-width 250ms linear;
}

.nav-blocks {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  position: relative;
  z-index: 100;
  transform: translateY(0);
  transition: transform 250ms linear;
}

.header-logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  margin-top: -4px;
  margin-bottom: -8px;
  display: flex;
  flex-direction: column;
}
.header-logo img {
  margin-bottom: 4px;
  height: 40px;
  width: 40px;
}

.toggle-button {
  width: 27px;
  height: 17px;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.toggle-button span {
  height: 3px;
  background-color: white;
  border-radius: 10px;
  transition: transform 0.2s ease-out;
}
.toggle-button.close span:first-child {
  transform: rotate(45deg) translate(5px, 5px);
}
.toggle-button.close span:nth-child(2) {
  opacity: 0;
}
.toggle-button.close span:last-child {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Overlay Styles */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: whitesmoke;
  z-index: 99;
  display: none;
  counter-reset: navColumn;
}
.overlay.open {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.overlay-section {
  flex-basis: 50%;
  max-width: 50%;
  padding: 10px;
}
.overlay-section:nth-child(even) {
  text-align: right;
}

.overlay-headline {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 10px;
}

.col {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 25vh 32px 0 32px;
  border-right: 1px solid #999;
  color: gray;
  transition: all 500ms ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.col .col-container {
  position: relative;
  z-index: 1;
}
.col h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.col h2::after {
  content: "";
  width: 100%;
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 1px 0 0;
  height: 0;
  background: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.col ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.col li {
  margin-bottom: 10px;
  line-height: 1.2;
}
.col li a {
  color: #0b2240;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
.col li a:hover {
  color: #f1bd48;
}
.col::after {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 500ms ease;
}
.col:hover {
  box-shadow: inset 0px 0px 40px 0px black;
  color: white;
}
.col:hover a {
  color: white;
}
.col:hover::after {
  background: rgba(11, 34, 64, 0.7);
}
.col:last-child {
  border: 0;
}

@media (max-width: 1360px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay .col {
    border-bottom: 1px solid #999;
    padding-top: 10vh;
    padding-bottom: 30px;
  }
  .overlay.open {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .overlay .col {
    grid-template-rows: auto;
    border-right: 0;
    border-bottom: 1px solid #999;
    padding: 42px;
  }
  .overlay .col:first-child {
    padding-top: 80px;
  }
  .overlay.open {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cta-wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  width: 100;
}
.cta-wrapper a {
  text-decoration: none;
}
.cta-wrapper .cta-split-photo {
  transition: all 200ms linear 0.02s;
  background: #09223f center center/cover no-repeat;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.cta-wrapper .cta-split-photo .content {
  transition: all 200ms linear 0.02s;
  background-color: transparent;
  height: 100%;
  padding: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cta-wrapper .cta-split-photo .content .icon {
  margin-right: 10px;
  width: 50px;
  height: auto;
}
.cta-wrapper .cta-split-photo .content > * {
  position: relative;
}
.cta-wrapper .cta-split-photo .content::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.9;
}
.cta-wrapper .cta-split-photo.tint-brand-light-blue::after {
  background-color: rgba(64, 116, 142, 0.9);
}
.cta-wrapper .cta-split-photo::before {
  transition: all 2000ms linear 0.02s;
  content: "";
  display: block;
  width: 102%;
  height: 102%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  position: absolute;
  background: transparent center center/cover no-repeat;
}
.cta-wrapper .cta-split-photo:hover::before {
  transform: scale(1.2) translateY(-40%) translateX(-40%);
}
.cta-wrapper .cta-split-photo:hover .cta-inline-text {
  letter-spacing: 0.09375rem;
}
.cta-wrapper span.cta-inline-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.cta-inline-text {
  transition: all 200ms linear 0.02s;
  color: #fff;
  font-size: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .cta-wrapper .cta-split-photo .content {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .cta-wrapper .cta-split-photo {
    flex: 0 0 50%;
    height: 50vh;
    max-width: 50%;
  }
  .cta-wrapper .cta-split-photo.single-column {
    max-width: 100%;
    flex: 0 0 100%;
    height: 35vh;
  }
  .cta-wrapper .cta-split-photo.single-column:nth-child(odd) .content {
    float: right;
  }
  .cta-wrapper .cta-split-photo.single-column:nth-child(odd)::after {
    right: 0;
    left: unset;
  }
  .cta-wrapper .cta-split-photo.single-column:nth-child(even) .content {
    float: left;
  }
  .cta-wrapper .cta-split-photo.single-column:nth-child(even)::after {
    left: 0;
    right: unset;
  }
  .cta-wrapper .cta-split-photo:nth-child(even) .content {
    float: left;
  }
  .cta-wrapper .cta-split-photo:nth-child(even) .content::after {
    left: 0;
    right: unset;
  }
  .cta-wrapper .cta-split-photo .content::before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.9;
  }
}
.cta-wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 30px 0;
  width: 100%;
}
.home .cta-wrapper {
  padding: 0;
}
.cta-wrapper a {
  transition: transform 0.2s ease-out;
}
.cta-wrapper a:active, .cta-wrapper a:link, .cta-wrapper a:visited {
  color: #fff;
}
.cta-wrapper span.cta-inline-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cta-wrapper span.cta-inline-text {
    position: absolute !important;
    bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .cta-wrapper span.cta-inline-text {
    margin-bottom: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cta-wrapper span.cta-inline-text {
    margin-bottom: 0;
  }
}
.cta-wrapper .cta-split-photo {
  transition: transform 0.2s ease-out;
  background: #0b2240 center center/cover no-repeat;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.cta-wrapper .cta-split-photo:hover .cta-inline-text {
  letter-spacing: 0.09375rem;
}
.cta-wrapper .cta-split-photo:hover::before {
  transform: scale(1.2) translateY(-40%) translateX(-40%);
}
.cta-wrapper .cta-split-photo:nth-child(even) .content {
  float: right;
}
.cta-wrapper .cta-split-photo:nth-child(even)::after {
  left: unset;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .cta-wrapper .cta-split-photo {
    flex: 0 0 50%;
    height: 50vh;
    max-width: 50%;
  }
  .cta-wrapper .cta-split-photo:nth-child(even) .content {
    float: left;
  }
  .cta-wrapper .cta-split-photo:nth-child(even)::after {
    left: 0;
    right: unset;
  }
  .cta-wrapper .cta-split-photo:nth-child(3) .content, .cta-wrapper .cta-split-photo:nth-child(4) .content, .cta-wrapper .cta-split-photo:nth-child(3n+4) .content, .cta-wrapper .cta-split-photo:nth-child(4n+4) .content {
    float: right;
  }
  .cta-wrapper .cta-split-photo:nth-child(3)::after, .cta-wrapper .cta-split-photo:nth-child(4)::after, .cta-wrapper .cta-split-photo:nth-child(3n+4)::after, .cta-wrapper .cta-split-photo:nth-child(4n+4)::after {
    left: unset;
    right: 0;
  }
}
.cta-wrapper .cta-split-photo::before {
  transition: transform 2s ease-out;
  content: "";
  display: block;
  width: 102%;
  height: 102%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  position: absolute;
  background: transparent center center/cover no-repeat;
}
.cta-wrapper .cta-split-photo::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  display: block;
}
@media screen and (min-width: 768px) {
  .cta-wrapper .cta-split-photo::after {
    width: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cta-wrapper .cta-split-photo::after {
    width: 50%;
  }
}
.cta-wrapper .cta-split-photo.tint-brand-primary::after {
  mix-blend-mode: multiply;
  background: rgb(11, 34, 64);
  background: linear-gradient(0deg, rgba(11, 34, 64, 0) 20%, rgb(11, 34, 64) 100%);
}
@media screen and (max-width: 767px) {
  .cta-wrapper .cta-split-photo.tint-brand-primary::after {
    background: linear-gradient(0deg, rgba(11, 34, 64, 0) 40%, rgb(11, 34, 64) 100%);
  }
}
.cta-wrapper .cta-split-photo.tint-brand-secondary::after {
  background-color: rgba(105, 199, 184, 0.9);
}
.cta-wrapper .cta-split-photo.tint-brand-tertiary::after {
  background-color: rgba(241, 189, 72, 0.9);
}
.cta-wrapper .cta-split-photo.tint-brand-light-blue::after {
  background-color: rgba(110, 123, 161, 0.9);
}
.cta-wrapper .cta-split-photo.tint-brand-dark-grey::after {
  background-color: rgba(83, 88, 90, 0.9);
}
.cta-wrapper .cta-split-photo.tint-brand-mid-grey::after {
  background-color: rgba(83, 88, 90, 0.9);
}
.cta-wrapper .cta-split-photo .content {
  transition: transform 0.2s ease-out;
  background-color: transparent;
  height: 100%;
  padding: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cta-wrapper .cta-split-photo .content {
    min-height: 250px;
  }
}
@media screen and (min-width: 768px) {
  .cta-wrapper .cta-split-photo .content {
    width: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cta-wrapper .cta-split-photo .content {
    width: 50%;
  }
}
.cta-wrapper .cta-split-photo .content::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.9;
}
.cta-wrapper .cta-split-photo .content.tint-brand-primary::before {
  background-color: rgba(11, 34, 64, 0.9);
}
.cta-wrapper .cta-split-photo .content.tint-brand-secondary::before {
  background-color: rgba(105, 199, 184, 0.9);
}
.cta-wrapper .cta-split-photo .content.tint-brand-tertiary::before {
  background-color: rgba(241, 189, 72, 0.9);
}
.cta-wrapper .cta-split-photo .content.tint-brand-light-blue::before {
  background-color: rgba(110, 123, 161, 0.9);
}
.cta-wrapper .cta-split-photo .content.tint-brand-dark-grey::before {
  background-color: rgba(136, 137, 141, 0.9);
}
.cta-wrapper .cta-split-photo .content.tint-brand-mid-grey::before {
  background-color: rgba(83, 88, 90, 0.9);
}
.cta-wrapper .cta-split-photo .content .tint {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  display: block;
}
.cta-wrapper .cta-split-photo .content .tint.tint-brand-primary {
  background-color: rgba(11, 34, 64, 0.9);
}
.cta-wrapper .cta-split-photo .content .tint.tint-brand-secondary {
  background-color: rgba(105, 199, 184, 0.9);
}
.cta-wrapper .cta-split-photo .content .tint.tint-brand-tertiary {
  background-color: rgba(241, 189, 72, 0.9);
}
.cta-wrapper .cta-split-photo .content .tint.tint-brand-light-blue {
  background-color: rgba(110, 123, 161, 0.9);
}
.cta-wrapper .cta-split-photo .content .tint.tint-brand-dark-grey {
  background-color: rgba(136, 137, 141, 0.9);
}
.cta-wrapper .cta-split-photo .content .tint.tint-brand-mid-grey {
  background-color: rgba(83, 88, 90, 0.9);
}
.cta-wrapper .cta-split-photo .content > * {
  position: relative;
}
.cta-wrapper .cta-split-photo .content h2 {
  transition: transform 0.2s ease-out;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .cta-wrapper .cta-split-photo .content h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .cta-wrapper .cta-split-photo .content h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cta-wrapper .cta-split-photo .content h2 {
    font-size: 2rem;
  }
}
@media screen and (max-height: 900px) {
  .cta-wrapper .cta-split-photo .content h2 {
    font-size: 1.75rem;
    margin-top: 0;
  }
}
.cta-wrapper .cta-split-photo .content h2 + p {
  margin-top: 0;
}
.cta-wrapper .cta-split-photo .content h2 + p:last-of-type {
  margin-bottom: 0;
}
.cta-wrapper .cta-split-photo .content h2 span {
  letter-spacing: -0.025em;
  line-height: 1.5;
  font-size: 0.5em;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .cta-wrapper .cta-split-photo .content h2 span {
    line-height: 1.1;
    letter-spacing: 0em;
  }
}
.cta-wrapper .cta-split-photo .content p {
  display: none;
  font-size: 1.0625rem;
  line-height: 1.5;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-wrapper .cta-split-photo .content p {
    display: block;
    line-height: 1.4;
    font-size: 0.875rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cta-wrapper .cta-split-photo .content p {
    line-height: 1.4;
    font-size: 0.875rem;
  }
}
.cta-wrapper .cta-split-photo .content h2, .cta-wrapper .cta-split-photo .content h3, .cta-wrapper .cta-split-photo .content p, .cta-wrapper .cta-split-photo .content span, .cta-wrapper .cta-split-photo .content li {
  text-shadow: 1px 1px 12px black;
}
.cta-wrapper .cta-split-photo .content .icon {
  margin-right: 10px;
  width: 50px;
  height: auto;
}

.article-wrapper {
  background-color: #F2F2F2;
  padding: 80px 0;
  overflow: hidden;
}
.article-wrapper .body-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.article-wrapper .section-card {
  margin-bottom: 80px;
}
.article-wrapper .section-card .wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.article-wrapper .section-card .img-block {
  order: 12;
  max-width: 57%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.article-wrapper .section-card .img-block::before {
  background: #f0efec;
  background: linear-gradient(180deg, rgba(240, 239, 236, 0) 30%, rgb(240, 239, 236) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.article-wrapper .section-card .img-block img {
  display: block;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.article-wrapper .section-card .content {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
  color: #88898d;
  max-width: 48%;
  margin-right: -70px;
  padding: 60px 100px 60px 50px;
  position: relative;
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  width: 100%;
  z-index: 1;
  text-decoration: none;
}
.article-wrapper .section-card .content h3 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  margin-top: 0;
  position: relative;
  line-height: 1;
}
.article-wrapper .section-card .content h3.section-icon {
  padding-top: 80px;
}
.article-wrapper .section-card .content h3.section-icon::before {
  background-repeat: no-repeat;
  content: "";
  top: 0;
  left: 0;
  height: 64px;
  width: 64px;
  position: absolute;
}
.article-wrapper .section-card .content p {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 24px;
}
.article-wrapper .section-card .content p:last-child {
  margin-bottom: 0;
}
.article-wrapper .section-card .content::before {
  content: "";
  position: absolute;
  top: 0;
  height: 8px;
  left: 48px;
  right: 100px;
  background: #6e7ba1;
}
.article-wrapper .section-card a.content:hover {
  transform: translateY(-16px);
  box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.22);
}
.article-wrapper .section-card a.content:hover .cta-btn-text {
  letter-spacing: 0.09375rem;
}
.article-wrapper .section-card:last-child {
  padding-bottom: 0;
}
.article-wrapper .cta-btn-text {
  cursor: pointer;
  color: #272d3d;
  font-size: 14px;
  padding: 4px 0;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  display: flex;
  align-items: end;
}
.article-wrapper .cta-btn-text::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/wp-content/themes/maria-2023/assets/images/butterfly.svg") no-repeat center center;
  position: relative;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .article-wrapper .section-card:nth-child(even) .wrapper .content {
    margin-left: -70px;
    margin-right: 0;
    order: 12;
    padding: 60px 50px 60px 100px;
  }
  .article-wrapper .section-card:nth-child(even) .wrapper .content::before {
    left: 100px;
    right: 48px;
  }
}
@media (max-width: 991px) {
  .article-wrapper .section-card {
    padding: 48px 24px;
  }
  .article-wrapper .section-card h3 {
    font-size: 32px;
  }
}
@media (max-width: 834px) {
  .article-wrapper .section-card {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .article-wrapper .section-card .wrapper {
    margin: 0 -16px;
  }
  .article-wrapper .section-card .img-block {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
  }
  .article-wrapper .section-card .content {
    order: 12;
    max-width: 100%;
    margin-top: -16px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 60px 50px;
  }
  .article-wrapper .section-card .content::before {
    left: 48px;
    right: 48px;
  }
}
@media (max-width: 480px) {
  .article-wrapper .section-card .content {
    padding: 32px 24px;
  }
  .article-wrapper .section-card .content::before {
    left: 24px;
    right: 24px;
  }
}
.banner-section {
  background-color: #333;
  background-position: center;
  background-size: cover;
  color: white;
  position: fixed;
  top: 0;
  min-height: 800px;
}
.banner-section::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 42.8571428571%;
  min-height: 800px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
}

.banner-content {
  text-shadow: 3px 3px 15px black, 3px 3px 55px black;
  color: white;
  display: inline-block;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-content img {
  filter: drop-shadow(3px 3px 15px black);
  width: 110px;
  margin: 20px auto;
  display: block;
}
.banner-content h1, .banner-content h2 {
  text-align: center;
  margin: 0;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
}
.banner-content span {
  display: block;
  font-size: 1rem;
}
.banner-content em {
  font-style: normal;
  color: white;
}

.home .banner-content h1 {
  font-size: 26px;
}
.home .intro, .home .article-wrapper, .home .flex-card-layout, .home .newsEvents {
  z-index: 1;
  position: relative;
}

.flex-card-layout .cta-split-photo .content h3 {
  padding-left: 30px;
  line-height: 1;
  text-shadow: 0 0 30px #000;
}
.flex-card-layout .cta-split-photo .content h3:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 25px;
  height: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: url("/wp-content/themes/maria-2023/assets/images/butterfly-white.svg") no-repeat 0 0/25px;
  display: flex;
  align-items: center;
}

.banner-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  min-width: 530px;
}
.banner-buttons .cta-btn-link {
  background-color: #69c7b8;
  background-image: url("/wp-content/themes/Maria-College/assets/images/feature-arrow-right.gif");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 28px;
  border: 0;
  padding: 8px 36px 8px 12px;
  text-align: left;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner-buttons .cta-btn-link:hover {
  background-color: rgb(61.8446601942, 165.6553398058, 149.0898058252);
  color: white;
}
.banner-buttons .video-btn {
  border: 1px #fff solid;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 5px 20px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-buttons .video-btn:hover {
  color: #69c7b8;
  border-color: #69c7b8;
}

@media screen and (max-width: 900px) {
  .banner-buttons {
    flex-direction: column;
    gap: 16px;
    min-width: unset;
  }
  .banner-buttons::before {
    margin-bottom: 0;
  }
}
.featured-hero .bottom-center {
  width: 90%;
}
@media screen and (max-width: 700px) {
  .featured-hero .bottom-center {
    bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .featured-hero .bottom-center .banner-content {
    padding: 0;
  }
}

.bottom-center {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
}

.card-layout {
  padding: 60px 0;
  background-color: white;
}
.card-layout .body-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
  position: relative;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.flip-card {
  flex: initial;
  position: relative;
  height: 28rem;
  width: 100%;
  overflow: hidden;
}
.flip-card__side {
  height: 28rem;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden; /* We don't want to see the back part of the element. */
  backface-visibility: hidden; /* We don't want to see the back part of the element. */
  border-radius: 0;
  overflow: hidden; /* The image is overflowing the parent. */
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.15);
}
.flip-card__side--front {
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-color: #0b2240;
}
.flip-card__side--front::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  mix-blend-mode: multiply;
  background-color: rgba(11, 34, 64, 0.75);
  background: linear-gradient(0deg, rgba(11, 34, 64, 0) 20%, rgb(11, 34, 64) 100%);
}
.flip-card__side--front:after {
  content: ">";
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 25px;
  height: 20px;
  padding-left: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: url("/wp-content/themes/maria-2023/assets/images/butterfly-white.svg") no-repeat 0 0/25px;
  display: flex;
  align-items: center;
}
.flip-card__side--back {
  z-index: 2;
  background-color: white;
  transform: translateY(100%);
  box-shadow: inset 1px 0px 70px #ccc;
}
.flip-card:hover .flip-card__side--back, .flip-card:focus .flip-card__side--back {
  transform: translateY(0%);
}
.flip-card__theme {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  height: 100px;
  text-align: center;
}
.flip-card__theme-box {
  margin-bottom: 0;
}
.flip-card__subject {
  color: white !important;
  font-size: 2.4rem !important;
  line-height: 0.8 !important;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700 !important;
  text-align: left;
}
.flip-card__title {
  text-transform: uppercase;
  font-weight: 100;
}
.flip-card__cover {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 6rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #0b2240;
}
.flip-card__cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 34, 64, 0.75);
  mix-blend-mode: multiply;
}
.flip-card__heading {
  text-align: center;
  color: white !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
}
.flip-card__heading-span {
  font-weight: 400 !important;
  text-transform: uppercase;
  color: white !important;
  line-height: 0.8;
  font-size: 1.4rem;
}
.flip-card__heading-span a {
  color: white !important;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.flip-card__heading-span a:hover, .flip-card__heading-span a:focus {
  color: #69c7b8;
}
.flip-card__details a {
  color: #6e7ba1 !important;
}
.flip-card__details a:hover, .flip-card__details a:focus {
  color: #69c7b8 !important;
}
.flip-card__details p {
  line-height: 1.2;
  margin: 0;
  padding: 16px;
}
.flip-card__details p a {
  display: block;
  line-height: 1.2;
  width: 100%;
  margin: 0;
  padding-bottom: 0;
}
.flip-card__details p a + a, .flip-card__details p a + br + a {
  margin-top: 16px;
}
.flip-card__details br {
  display: none;
}
.flip-card__details ul {
  list-style: none;
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.flip-card__details ul li {
  text-align: center;
  padding: 0.75rem;
}
.flip-card__details ul li a {
  color: #0b2240;
  text-decoration: none;
}
.flip-card__details ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.flip-card__details .container p a {
  color: #4ca392 !important;
  font-weight: 500 !important;
  line-height: 0.9 !important;
  margin-bottom: 25px !important;
}
@media only screen and (max-width: 37.5em), only screen and (hover: none) {
  .flip-card {
    height: auto;
    border-radius: 0;
    background-color: white;
    box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.15);
  }
  .flip-card__side {
    height: auto;
    position: relative;
    box-shadow: none;
  }
  .flip-card__side--front {
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  }
  .flip-card__side--back {
    transform: rotateY(0);
  }
  .flip-card:hover .flip-card__side--front, .flip-card:focus .flip-card__side--front {
    transform: rotateY(0);
  }
  .flip-card__details {
    padding: 3rem 2rem;
  }
  .flip-card__theme-box {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .card-layout .body-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .card-layout .body-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.primary-textblock {
  font-size: 20px;
  font-weight: 700;
  color: #0b2240;
}

.stats {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  position: relative;
}
.stats .stat {
  box-shadow: inset 1px 0px 70px #6e7ba1;
  padding: 2rem;
  text-align: center;
  width: 33.3333333333%;
}
.stats .stat:nth-child(2) {
  box-shadow: inset 1px 0px 70px #f1bd48;
}
.stats .stat:nth-child(3) {
  box-shadow: inset 1px 0px 70px #69c7b8;
}
.stats .stat:first-child:last-child {
  width: 100%;
}
.stats .stat:first-child:nth-last-child(2), .stats .stat:nth-child(2):last-child {
  width: 50%;
}
.stats .stat h3 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.stats .stat .desc p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 650px) {
  .stats {
    flex-direction: column;
  }
  .stats .stat {
    width: 100% !important;
  }
}
/*** Home Banner Start ***/
.main-banner {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: end;
  align-items: end;
  top: 0;
}

.banner-video-wrapper {
  position: relative;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.main-banner video {
  width: 100%;
  /*height:100vh;*/
}

.main-banner video.play-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.banner-video {
  height: auto;
}

.banner-video .title-block {
  display: none;
  pointer-events: none;
}

.site-secondary-header .secondarynav.desktop {
  max-width: none !important;
}
.site-secondary-header .secondarynav.desktop .top-bar-right {
  padding: 0 0 0 8px;
}

.top-bar-right ul.dropdown.menu li.SecondaryThree a,
.top-bar-right ul.top-secondary.mobile li.SecondaryThree a {
  color: #f1bd48;
}

.parallax-section {
  padding: 150px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #D1D1D1;
}
.parallax-section .parallax-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.parallax-section .parallax-container.reverse {
  align-items: flex-end;
}
.parallax-section .parallax-image {
  background-position: top;
  background-size: cover;
  height: 60em;
  left: 0;
  position: absolute;
  top: -10em;
  width: 100%;
}
.parallax-section .overlay-content {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.12);
  color: #88898d;
  max-width: 576px;
  padding: 60px 50px;
  position: relative;
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  width: 100%;
  z-index: 1;
  text-decoration: none;
}
.parallax-section .overlay-content h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 2rem;
  margin-bottom: 16px;
  margin-top: 0;
  position: relative;
  color: black;
}
.parallax-section .overlay-content::before {
  content: "";
  position: absolute;
  top: 0;
  height: 8px;
  left: 48px;
  right: 48px;
  background: #6e7ba1;
}
.parallax-section .overlay-content:hover {
  transform: translateY(-16px);
  box-shadow: 2px 4px 24px rgba(68, 0, 153, 0.22);
}
.parallax-section .overlay-content:hover .cta-btn-text {
  letter-spacing: 0.09375rem;
}
.parallax-section .cta-btn-text {
  cursor: pointer;
  color: #272d3d;
  font-size: 14px;
  padding: 4px 0;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  display: flex;
  align-items: end;
}
.parallax-section .cta-btn-text::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/wp-content/themes/maria-2023/assets/images/butterfly.svg") no-repeat center center;
  position: relative;
  margin-right: 5px;
}

@media screen and (max-width: 835px) {
  .banner-video {
    position: fixed;
    height: 100vh;
  }
  .banner-video-wrapper {
    position: absolute;
    height: 100vh;
    top: 0;
  }
  .banner-video-wrapper video {
    object-fit: cover;
    height: 100vh;
    width: 100vw;
    max-height: 100vh;
  }
  .push-fixed {
    margin-top: 0;
  }
  .parallax-section {
    padding: 48px;
  }
  .parallax-section .parallax-container {
    padding-bottom: 45vh;
  }
  .parallax-section .parallax-image {
    width: 200vw;
    height: 100%;
    top: -100%;
    background-position: bottom left;
    background-size: 50%;
    background-repeat: no-repeat;
  }
  .parallax-section .overlay-content {
    width: 100%;
    max-width: unset;
  }
  .parallax-section .overlay-content h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 420px) {
  .parallax-section {
    padding: 25px;
  }
  .parallax-section .parallax-container h2 {
    font-size: 28px;
    line-height: 1.5rem;
  }
  .parallax-section .overlay-content {
    padding: 32px 24px;
  }
  .parallax-section .overlay-content::before {
    left: 24px;
    right: 24px;
  }
}
@media screen and (max-width: 360px) {
  .parallax-section .parallax-container h2 {
    font-size: 24px;
  }
}
.sidebarButtons .button::before {
  content: ">" !important;
  background: none !important;
  font-size: 150% !important;
}

.info-bar {
  background: #0b2240;
  height: 40px;
  padding: 8px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.info-bar a:active, .info-bar a:focus, .info-bar a:link, .info-bar a:visited {
  color: #f1bd48;
  font-weight: normal;
  text-decoration: underline;
}
.info-bar a:hover {
  color: #f1bd48 !important;
  text-decoration: none;
}
.info-bar p {
  color: #fff !important;
  margin: 0;
  padding: 0;
}

.mobile-search-block {
  display: none;
  margin-left: auto;
}
.mobile-search-block img {
  width: 32px;
  height: 32px;
}
.mobile-search-block button {
  color: white;
  font-weight: 700;
  font-size: 32px;
}

.mobile-search {
  display: block;
  position: fixed;
  top: 92px;
  right: 16px;
  padding-left: 32px;
  width: 100%;
  max-width: 450px;
  z-index: 11;
}
.mobile-search form {
  display: none;
  align-items: center;
  justify-content: end;
}
.mobile-search form input {
  margin-bottom: 0;
}
.mobile-search form .button {
  padding: 11px;
  background-color: rgba(11, 34, 64, 0.75);
  border-radius: 0;
  height: 39px;
}

.searchDrop.desktop .button {
  background-color: rgba(11, 34, 64, 0.75) !important;
}

@media screen and (max-width: 1024px) {
  .mobile-search-block, .mobile-search form {
    display: flex;
  }
}
.interstitial {
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 103;
}
.interstitial .interstitial-container {
  max-width: 950px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 100vh;
}
.interstitial .interstitial-container h2, .interstitial .interstitial-container h3, .interstitial .interstitial-container p, .interstitial .interstitial-container button, .interstitial .interstitial-container li, .interstitial .interstitial-container span {
  color: white;
  line-height: 1;
  text-align: center;
}
.interstitial .interstitial-container h2 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1;
}
.interstitial .interstitial-container h3 {
  text-transform: none;
  line-height: 1;
  margin-bottom: 32px;
}
.interstitial .interstitial-container p {
  line-height: 1.2;
  text-align: center;
}
.interstitial .interstitial-container .cta-btn {
  color: #f1bd48;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1;
  transition: 100ms ease-in-out all;
  background-color: rgba(0, 0, 0, 0.6);
}
.interstitial .interstitial-container .cta-btn:hover, .interstitial .interstitial-container .cta-btn:focus {
  border-color: #f1bd48;
  color: #f1bd48;
}
.interstitial .interstitial-container .cta-link {
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  line-height: 1;
}
.interstitial .interstitial-container .cta-link:hover, .interstitial .interstitial-container .cta-link:focus {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .interstitial {
    background-color: rgba(0, 0, 0, 0.85);
  }
  .interstitial .interstitial-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 600px) {
  .interstitial .interstitial-container h2 {
    font-size: 55px;
  }
}
body {
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif !important;
}
body p, body li, body a {
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif !important;
  font-style: normal;
  font-weight: 400;
}

.container .text-white {
  color: white !important;
}
.container .text-white h2,
.container .text-white h3 {
  color: #fff;
}
.container .text-white p {
  color: #fff;
}

.footer-container {
  background-color: #0b2240 !important;
  position: relative;
  overflow: hidden;
}
.footer-container .footer {
  position: relative;
}
.footer-container .footer .widget:first-of-type .textwidget img {
  max-width: 120px;
}

.home-bg.container {
  background-color: #fff !important;
  padding-top: 100vh;
}

@media screen and (max-width: 1023px) {
  .footer-container .footer .widget {
    width: 25% !important;
  }
  .footer-container .footer .widget:first-of-type {
    width: 100% !important;
  }
  .footer-container .footer .widget:first-of-type .textwidget {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .footer-container .footer .widget:first-of-type .textwidget img {
    margin: 0 !important;
  }
  .footer-container .footer .widget:last-of-type {
    width: 100% !important;
  }
}
@media screen and (max-width: 750px) {
  .footer-container {
    padding-bottom: 200px !important;
  }
  .footer-container .footer .widget {
    width: 50% !important;
  }
}
@media screen and (max-width: 400px) {
  .footer-container .footer .widget {
    width: 100% !important;
  }
}
.site-info::before {
  content: "";
  width: 360px;
  height: 200px;
  background: url("/wp-content/themes/maria-2023/assets/images/butterfly-cluster-white.svg") no-repeat;
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  opacity: 0.5;
}

body .footer-container .footer {
  max-width: unset;
}
body .footer-container .footer .widget {
  width: 18.5%;
}

.butterfly-gold {
  align-items: center;
  display: flex;
}
.butterfly-gold::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/wp-content/themes/maria-2023/assets/images/butterfly-gold.svg) no-repeat center center;
  position: relative;
  margin-right: 5px;
  margin-top: -3px;
}

.header-wrapper .site-secondary-header, .header-wrapper .top-bar-right {
  float: none;
}
.header-wrapper .site-secondary-header {
  background-color: #0b2240;
}
.header-wrapper .top-bar-right {
  display: flex;
  justify-content: flex-end;
}
.header-wrapper .top-bar-right .menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-wrapper .top-bar-right .menu li.SecondaryThree:nth-of-type(1) {
  margin-right: auto;
  padding-right: unset !important;
}
.header-wrapper .top-bar-right .menu li.butterfly-gold {
  align-items: center;
  display: flex;
  margin-left: 12px;
}
.header-wrapper .top-bar-right .menu li.butterfly-gold::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/wp-content/themes/maria-2023/assets/images/butterfly-gold.svg) no-repeat center center;
  position: relative;
}
.header-wrapper .top-bar-right .menu li.butterfly-gold a:link {
  padding-left: 0;
}
.header-wrapper .top-bar-right ul.dropdown.menu li.SecondaryTwo.is-dropdown-submenu-parent > a {
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.header-wrapper .top-bar-right ul.dropdown.menu li.SecondaryTwo.Gift > a {
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.header-wrapper .top-bar-right ul.dropdown.menu li.SecondaryTwo.search > a {
  background-repeat: no-repeat;
  background-size: 15px 15px;
}

body.page-template-page-templates .container .featured-news .post-type-head {
  margin-top: 48px;
}
body.page-template-page-templates .container .breadcrumbs {
  padding-top: 88px;
}
body.page-template-page-templates .container .breadcrumbs + #page .featured-news .post-type-head {
  margin-top: 0;
}
body.page-template-page-templates .container .secondaryNav {
  padding-top: 88px;
}

body.page-template-default .breadcrumbs {
  padding-top: 92px;
}
@media screen and (max-width: 1024px) {
  body.page-template-default .secondaryNav {
    padding-top: 92px;
  }
  body.page-template-default .breadcrumbs {
    padding-top: 0;
  }
}

.featured-hero + .secondaryNav {
  padding-top: 24px !important;
}

.page-template-page-stories #page .main-content,
.page-template-page-campus .main-content {
  margin-top: 92px;
}

.single-alumni .breadcrumbs,
.single-blog .breadcrumbs,
.single-stories .main-content {
  padding-top: 92px !important;
}

.single-news .post-type-head {
  margin-top: 92px !important;
}

@media screen and (max-width: 1023px) {
  body.page-template-page-templates .container .featured-news .post-type-head {
    margin-top: 0;
  }
}
.majors-hero-content + .breadcrumbs {
  padding-top: 25px !important;
}

.page-template-default .theme-header + .container,
.page-template-page-alumni .theme-header + .container,
.error404 .container {
  padding-top: 100px !important;
}

.error404 .container {
  padding-bottom: 100px;
}

.section-intro {
  display: flex;
  gap: 60px;
  align-items: center;
  flex-flow: row-reverse;
}
.section-intro .img-wrapper {
  position: relative;
  justify-self: flex-start;
}
.section-intro .img-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(240, 239, 236);
  background: linear-gradient(270deg, rgba(240, 239, 236, 0) 30%, rgb(240, 239, 236) 100%);
}
.section-intro .img-wrapper, .section-intro .img-wrapper + .entry-content {
  max-width: 50%;
  width: 100%;
}
.section-intro .entry-content {
  margin-left: 0 !important;
  text-align: left !important;
}
.section-intro .entry-content h2 {
  font-size: 44px !important;
  font-weight: 600 !important;
  margin-bottom: 24px;
  line-height: 1;
}
.section-intro .entry-content h2:last-child {
  margin-bottom: 0;
}
.section-intro .entry-content p {
  font-size: 16px !important;
  margin-bottom: 16px;
  line-height: 24px !important;
}
.section-intro .entry-content p:last-child {
  margin-bottom: 0;
}
.section-intro .entry-content .intro-copy p {
  font-size: 24px;
  font-weight: 700;
  color: #0b2240;
}
.section-intro .entry-content h2 {
  font-size: 20px;
  font-weight: 400;
}
.section-intro .entry-content p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .section-intro {
    flex-direction: column;
    gap: 30px;
  }
  .section-intro .img-wrapper {
    display: none;
  }
  .section-intro .entry-content {
    max-width: 100%;
    width: 100%;
  }
  .page-template .entry-content {
    margin-bottom: 24px;
  }
}
.accordion li.accordion-item.is-active > .accordion-title {
  background-color: #0b2240;
  color: white;
}
.accordion li.accordion-item.is-active > .accordion-title::before {
  content: unset;
}
.accordion li.accordion-item.is-active > .accordion-title::after {
  color: white;
  content: "–";
  padding-top: 7px;
  margin-right: 12px;
}
.accordion li.accordion-item .accordion-title {
  padding-right: 2.5rem !important;
}
.accordion li.accordion-item .accordion-title:hover {
  background-color: #6e7ba1;
  color: white;
}
.accordion li.accordion-item .accordion-title:hover::after {
  color: white;
}
.accordion li.accordion-item .accordion-title::before {
  content: unset;
}
.accordion li.accordion-item .accordion-title::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  float: none;
  height: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1rem;
  display: block;
  color: #0b2240;
  margin-top: 0.6rem;
}

.featured-hero {
  max-height: 90vh;
  padding-top: 160px;
  overflow: hidden;
}
.featured-hero:before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
}
.featured-hero + .secondaryNav + .breadcrumbs {
  padding-top: 24px !important;
}
.featured-hero + .secondaryNav + .breadcrumbs + #page {
  padding-top: 24px !important;
}

.newsEvents {
  position: relative;
  background: white;
  overflow-x: hidden;
  max-width: unset !important;
  margin: 0 !important;
  z-index: 0;
}
.newsEvents .content-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.newsEvents .featuredContent {
  position: relative;
  background-color: transparent !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.newsEvents .featuredContent::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  background-color: #F2F2F2;
  height: 100%;
  width: 150vw;
  z-index: -1;
}
.newsEvents .featuredContent, .newsEvents .news, .newsEvents .events {
  float: unset !important;
}
.newsEvents .image {
  position: relative;
}
.newsEvents .image::before {
  background: rgb(240, 239, 236);
  background: linear-gradient(rgba(240, 239, 236, 0) 30%, rgb(240, 239, 236) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media print, screen and (min-width: 64em) {
  .newsEvents .featuredContent {
    width: 100% !important;
  }
  .newsEvents .featuredContent .content {
    display: flex;
    align-items: center;
  }
  .newsEvents .featuredContent .content .entry-title {
    font-size: 44px;
    font-weight: 600;
    padding-bottom: 24px;
  }
  .newsEvents .featuredContent .content .image {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .newsEvents .news, .newsEvents .events {
    width: calc(50% - 15px) !important;
  }
  .newsEvents .featuredContent .more, .newsEvents .news .more, .newsEvents .events .more {
    transition: all 0.3s ease-in-out;
  }
  .newsEvents .featuredContent .more a, .newsEvents .news .more a, .newsEvents .events .more a {
    color: #0b2240 !important;
  }
  .newsEvents .featuredContent .more:hover, .newsEvents .featuredContent .more:focus, .newsEvents .news .more:hover, .newsEvents .news .more:focus, .newsEvents .events .more:hover, .newsEvents .events .more:focus {
    letter-spacing: 0.09375rem;
  }
}
.intro {
  text-align: left !important;
  width: 100%;
  max-width: unset !important;
  background-color: #fff;
}
.intro .fp-intro {
  max-width: 765px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.header-wrapper {
  z-index: 101;
  position: relative;
}

.sidebarButtons {
  margin-top: 0 !important;
}
.sidebarButtons .button {
  background-color: #0b2240 !important;
}
.sidebarButtons .button::before {
  filter: brightness(10);
}
.sidebarButtons .button:hover, .sidebarButtons .button:focus {
  background-color: #6e7ba1 !important;
}

.section-intro .entry-content .intro-copy p {
  line-height: 1;
}

.sidebar .grouped-nav {
  position: relative;
  background-color: transparent !important;
  padding-top: 20px;
  padding-bottom: 25px;
  z-index: 1;
}
.sidebar .grouped-nav li {
  padding-left: 16px;
}
.sidebar .grouped-nav ul li {
  padding-left: unset;
}
.sidebar .grouped-nav::before {
  content: "";
  height: 112px;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
}
.sidebar .grey-gradient::before {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 46%, rgba(83, 88, 90, 0.25) 100%);
  border-top: 5px solid rgb(83, 88, 90);
}
.sidebar .purple-gradient::before {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 46%, rgba(110, 123, 161, 0.25) 100%);
  border-top: 5px solid rgb(110, 123, 161);
}
.sidebar .teal-gradient::before {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 46%, rgba(105, 199, 184, 0.25) 100%);
  border-top: 5px solid rgb(105, 199, 184);
}
.sidebar .gold-gradient::before {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 46%, rgba(241, 189, 72, 0.25) 100%);
  border-top: 5px solid rgb(241, 189, 72);
}

.sidebarContacts .entry.contacts {
  float: unset !important;
}

.theme-header + section.container > #page:first-child {
  margin-top: 100px;
}

.search .main-content {
  margin-top: 60px;
  min-height: 50vh;
}

body.page-template-page-news .featured-news .orbit-bullets {
  display: flex;
  gap: 4px;
}

.stats .stat .desc p {
  line-height: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .site-secondary-header {
    display: none !important;
  }
  .logged-in.admin-bar .mobile-search {
    top: 122px;
  }
}
@media screen and (max-width: 782px) {
  .logged-in.admin-bar .mobile-search {
    top: 132px;
  }
  .logged-in.admin-bar .overlay .col:first-child {
    padding-top: 120px;
  }
}
@media screen and (max-width: 782px) {
  #block-2 {
    width: 100% !important;
  }
}
#menu-site-pages {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 782px) {
  #menu-site-pages {
    flex-direction: column;
  }
}

/* Safari 10.1+ (alternate method) */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .banner-video-wrapper {
      height: 100svh;
    }
    .bottom-center {
      bottom: 120px;
    }
  }
}

/*# sourceMappingURL=2023-overrides.css.map */
