/*!
Theme Name: Furman University
Description: Child theme for Engage Theme
Author: Michael Li
Template: Engage
*/
:root {
  /*===========*/
  /* VARIABLES */
  /*===========*/
  /* Colors */
  --white: #fff;
  --black: #212529;
  /* Fonts */
  --abril: "abril-display", serif;
  --oswald: "Oswald", sans-serif;
  --epilogue: "Epilogue", sans-serif;
}

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

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

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

strong {
  font-weight: 600;
}

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

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

body {
  font-family: var(--epilogue);
  font-size: 16px;
  color: #212529;
}

@media (max-width: 991px) {
  main#main:has(.main-hero-section) .main-hero-section,
  .tribe-events-view--list,
  #tribe-events-pg-template {
    padding-top: var(--headeroffset) !important;
    transition: padding-top 0.2s ease-out !important;
  }
}
/*============*/
/* TYPOGRAPHY */
/*============*/
/* Heading */
/*---------*/
h1,
h2,
h3,
h4 {
  color: inherit;
  margin: 0 0 0.75em !important;
  line-height: 1.2;
}

h1 {
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 500 !important;
  text-wrap: balance;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 700 !important;
  text-wrap: balance;
}

h3 {
  font-size: clamp(2rem, 5vw, 2.5rem);
}

h4 {
  font-size: clamp(1.5rem, 5vw, 2rem);
}

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

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

ul {
  padding-left: 1.125rem;
}

strong {
  font-weight: 700 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.highlight-text {
  display: inline-block;
  padding: 4px 12px;
  line-height: 1.2;
  background-color: #582C83;
  color: var(--white, #fff);
}

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

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

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

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

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

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

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

header a[target=_blank]:not(.share-link, .btn)::after,
main a[target=_blank]:not(.share-link, .btn)::after {
  content: "" !important;
  display: inline-block;
  font-family: var(--fa-version);
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none !important;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  text-wrap: balance;
  background: url(/wp-content/uploads/sites/2/2025/10/arrow-diag.svg) no-repeat center center;
  background-size: cover;
  width: 10px;
  height: 14px;
  transform: translate(0, 0) !important;
  transition: ease-out 0.2s;
  white-space: nowrap;
}
header a[target=_blank]:not(.share-link, .btn):is(:hover, :focus)::after,
main a[target=_blank]:not(.share-link, .btn):is(:hover, :focus)::after {
  transform: translate(2px, -2px) !important;
}

main .has-theme-light-color,
main .text-light,
main .text-mb-light {
  color: var(--white) !important;
}
main .has-theme-light-color a:is(:link, :visited):not(.btn),
main .text-light a:is(:link, :visited):not(.btn),
main .text-mb-light a:is(:link, :visited):not(.btn) {
  color: var(--white, #fff);
  text-decoration-color: var(--white, #fff);
  transition: 0.2s ease-out;
}
main .has-theme-light-color a:is(:hover, :focus):not(.btn),
main .text-light a:is(:hover, :focus):not(.btn),
main .text-mb-light a:is(:hover, :focus):not(.btn) {
  color: #fff;
  text-decoration-color: #AADEEB;
}
main .has-theme-light-color a[target=_blank]:not(.share-link, .btn)::after,
main .text-light a[target=_blank]:not(.share-link, .btn)::after,
main .text-mb-light a[target=_blank]:not(.share-link, .btn)::after {
  color: var(--white, #fff);
  background: url("/wp-content/uploads/sites/2/2025/11/arrow-diag-white.svg") no-repeat center center;
}
main .has-theme-light-color a[target=_blank]:not(.share-link, .btn):is(:hover, :focus)::after,
main .text-light a[target=_blank]:not(.share-link, .btn):is(:hover, :focus)::after,
main .text-mb-light a[target=_blank]:not(.share-link, .btn):is(:hover, :focus)::after {
  color: #AADEEB;
  background-color: transparent;
}
main .text-dark,
main .has-theme-dark-color {
  color: var(--black) !important;
}
@media (max-width: 991px) {
  main .text-mb-light {
    color: var(--white) !important;
  }
  main .text-mb-dark {
    color: var(--black) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*============*/
/* COMPONENTS */
/*============*/
/*--------*/
/* Button */
/*--------*/
.btn {
  display: flex !important;
  align-items: center;
  font-family: var(--oswald);
  font-size: 1.125rem;
  font-weight: 400 !important;
  margin: 1rem 0 0;
  padding: 1rem 40px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  transition: ease-out 0.2s;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  text-wrap: balance;
  text-align: left;
  /* CTA Buttons with External Links */
  /* Link & External Link Button */
  /* External Link Button */
  /* Link Arrow */
  /* Link Arrow Diagonal */
  /* Back Button */
  /* Stylized Buttons */
  /* Circle White Button */
  /* Ray Yellow Button */
}
.btn:is(:hover, :focus) {
  text-decoration: none;
  box-shadow: none;
  border: 0;
  outline: 0;
}
.btn.btn--light-blue--light-purple-text[target=_blank]::after, .btn.btn--light-blue--dark-purple-text[target=_blank]::after, .btn.btn--yellow[target=_blank]::after, .btn.btn--clear--white-border[target=_blank]::after, .btn.btn--white--purple-border[target=_blank]::after, .btn.btn--dark-purple[target=_blank]::after {
  content: "" !important;
  background-size: cover !important;
  width: 20px !important;
  height: 20px !important;
  transform: translate(0, 0) !important;
}
.btn.btn--light-blue--light-purple-text[target=_blank]:is(:hover, :focus)::after, .btn.btn--light-blue--dark-purple-text[target=_blank]:is(:hover, :focus)::after, .btn.btn--yellow[target=_blank]:is(:hover, :focus)::after, .btn.btn--clear--white-border[target=_blank]:is(:hover, :focus)::after, .btn.btn--white--purple-border[target=_blank]:is(:hover, :focus)::after, .btn.btn--dark-purple[target=_blank]:is(:hover, :focus)::after {
  transform: translate(2px, -2px) !important;
}
.btn.btn--light-blue--light-purple-text[target=_blank]::after, .btn.btn--light-blue--dark-purple-text[target=_blank]::after, .btn.btn--yellow[target=_blank]::after, .btn.btn--clear--white-border[target=_blank]::after {
  content: "" !important;
  background-image: url("/wp-content/uploads/sites/2/2025/10/arrow-diag.svg") !important;
}
.btn.btn--white--purple-border[target=_blank]::after, .btn.btn--dark-purple[target=_blank]::after {
  content: "" !important;
  background-image: url("/wp-content/uploads/sites/2/2025/11/arrow-diag-white.svg") !important;
}
.btn[class*=btn--link], .btn[class*=btn--link][class*=-ext] {
  display: inline-block !important;
  font-family: var(--epilogue);
  font-size: 1rem;
  font-weight: 500 !important;
  padding: 0;
  text-transform: none;
  text-decoration: underline;
  text-decoration-thickness: 5%;
  text-decoration-color: #AADEEB;
  text-underline-offset: 5px;
  color: inherit;
}
.btn[class*=btn--link]:is(:hover, :focus), .btn[class*=btn--link]:is(:hover, :focus)::after, .btn[class*=btn--link][class*=-ext]:is(:hover, :focus), .btn[class*=btn--link][class*=-ext]:is(:hover, :focus)::after {
  text-decoration: none;
  transition: ease-out 0.2s;
}
.btn[class*=btn--link]::after, .btn[class*=btn--link][class*=-ext]::after {
  transform: translateX(0.25rem);
}
.btn[class*=btn--link]:is(:hover, :focus)::after, .btn[class*=btn--link][class*=-ext]:is(:hover, :focus)::after {
  text-decoration: none;
  transform: translateX(0.25rem);
}
.btn[class*=-ext]::after {
  content: "";
  display: inline-block !important;
  background: url(/wp-content/uploads/sites/2/2025/10/arrow-diag.svg) no-repeat center center;
  background-size: cover;
  width: 20px;
  height: 20px;
  transform: translateY(4px);
  transition: ease-out 0.2s;
}
.btn.btn--link-arrow {
  transition: ease-out 0.2s;
}
.btn.btn--link-arrow::after {
  content: "\f061" !important;
  display: inline-block;
  font-family: var(--fa-version);
  font-size: 1rem;
  font-weight: 600;
  line-height: 0;
  transform: translateX(6px) !important;
  transition: ease-out 0.2s;
}
.btn.btn--link-arrow:is(:hover, :focus)::after {
  transform: translateX(10px) !important;
}
.btn.btn--link-arrow-diagonal {
  transition: ease-out 0.2s;
}
.btn.btn--link-arrow-diagonal::after {
  content: "";
  display: inline-block !important;
  background: url(/wp-content/uploads/sites/2/2025/10/arrow-diag.svg) no-repeat center center !important;
  background-size: cover;
  width: 20px;
  height: 20px;
  transform: translateY(4px);
  transition: ease-out 0.2s;
}
.btn.btn--link-arrow-diagonal-white {
  color: #fff;
  transition: ease-out 0.2s;
}
.btn.btn--link-arrow-diagonal-white::after {
  content: "";
  display: inline-block !important;
  background: url("/wp-content/uploads/sites/2/2025/11/arrow-diag-white.svg") no-repeat center center !important;
  background-size: cover;
  width: 20px;
  height: 20px;
  transform: translateY(4px);
  transition: ease-out 0.2s;
}
.btn.btn--back::before {
  content: "\f053" !important;
  font-family: var(--fa-version);
  font-size: 1rem;
  font-weight: 600;
  margin-right: 0.5rem;
  line-height: 0;
}
.btn.btn--dotted-blue, .btn.btn--circle-white, .btn.btn--ray-yellow {
  display: flex;
  justify-content: center;
  font-size: clamp(1.5rem, 5vw, 2rem);
  border-radius: 0;
  padding: 1.875rem 2.5rem 2rem;
  text-transform: none;
  max-width: 490px;
  width: 100%;
  color: #201547;
  transition: ease-out 0.2s;
}
.btn.btn--dotted-blue:is(:hover, :focus), .btn.btn--dotted-blue:is(:hover, :focus)::after, .btn.btn--circle-white:is(:hover, :focus), .btn.btn--circle-white:is(:hover, :focus)::after, .btn.btn--ray-yellow:is(:hover, :focus), .btn.btn--ray-yellow:is(:hover, :focus)::after {
  text-decoration: none;
  transition: ease-out 0.2s;
}
.btn.btn--dotted-blue::after, .btn.btn--circle-white::after, .btn.btn--ray-yellow::after {
  content: "\f061";
  font-family: var(--fa-version);
  font-size: 0.75em;
  font-weight: 600;
  transition: ease-out 0.2s;
  transform: translateX(0.5rem);
  margin-left: 0.5rem;
}
.btn.btn--dotted-blue:is(:hover, :focus)::after, .btn.btn--circle-white:is(:hover, :focus)::after, .btn.btn--ray-yellow:is(:hover, :focus)::after {
  text-decoration: none;
  transition: ease-out 0.2s;
  transform: translateX(0.75rem);
}
.btn.btn--dotted-blue {
  background: url("/wp-content/uploads/sites/2/2025/09/dotted-blue.png");
}
.btn.btn--circle-white {
  background: url("/wp-content/uploads/sites/2/2025/09/circle-white.png");
}
.btn.btn--ray-yellow {
  background: url("/wp-content/uploads/sites/2/2025/09/ray-yellow.png");
}

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

/*------*/
/* Card */
/*------*/
.card {
  display: block;
  padding: 0;
  height: 100%;
  border: 0;
  overflow: hidden;
  border-radius: 20px;
}
.card .featured-img {
  position: relative;
  margin: 0;
}
.card .featured-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card-body {
  padding: 30px 25px;
}
.card.card--testimonial {
  border-top-left-radius: 0;
}
.card.card--testimonial .card-body {
  padding-top: 100px;
}
.card.card--yellow-border {
  border: 1px solid #f2be1a;
  background-color: transparent;
}

/*================*/
/* HALF HERO CARD */
/*================*/
.half-hero-card {
  border-radius: 20px;
  overflow: hidden;
}
.half-hero-card .inner {
  background-color: #fff;
}
.half-hero-card::before {
  z-index: 1;
}

/*================*/
/* LARGE CARD */
/*================*/
.large-card {
  position: relative;
  border-radius: 20px;
  padding: 50px;
}

@media (max-width: 991px) {
  .large-card {
    padding: 35px;
  }
}
/*-------*/
/* TAGS */
/*-------*/
.tags {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 1.5rem 0;
  align-items: start;
  justify-content: start;
}
.tags .tag {
  margin: 0;
}

.tag {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 1rem 2rem;
  font-family: var(--oswald);
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  color: #201547;
  background-color: #AADEEB;
}

/*--------------------*/
/* Vertical separator */
/*--------------------*/
@media (min-width: 992px) {
  .v-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1px;
    height: 100%;
  }
  .v-separator.v-separator--yellow {
    background-color: #F2BE1A;
  }
}
/*===========*/
/* WP BLOCKS */
/*===========*/
/*---------------------*/
/* Collapsible Content */
/*---------------------*/
.block-collapse,
.block-courses,
.block-faqs,
.block-filter,
.block-n-tabs {
  width: 100%;
}
.block-collapse .collapse-item,
.block-courses .collapse-item,
.block-faqs .collapse-item,
.block-filter .collapse-item,
.block-n-tabs .collapse-item {
  margin-top: -1px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.block-collapse .card-body,
.block-courses .card-body,
.block-faqs .card-body,
.block-filter .card-body,
.block-n-tabs .card-body {
  padding: 40px;
  margin-bottom: 0;
  color: inherit;
  border: 0;
}
.block-collapse .btn-accordion,
.block-courses .btn-accordion,
.block-faqs .btn-accordion,
.block-filter .btn-accordion,
.block-n-tabs .btn-accordion {
  display: flex;
  align-items: center;
  font-weight: 600;
  border: 0;
  padding: 1.125rem 3.5rem 1.125rem 25px;
}
.block-collapse .btn-accordion:is(:hover, :focus, :active), .block-collapse .btn-accordion[aria-expanded=true],
.block-courses .btn-accordion:is(:hover, :focus, :active),
.block-courses .btn-accordion[aria-expanded=true],
.block-faqs .btn-accordion:is(:hover, :focus, :active),
.block-faqs .btn-accordion[aria-expanded=true],
.block-filter .btn-accordion:is(:hover, :focus, :active),
.block-filter .btn-accordion[aria-expanded=true],
.block-n-tabs .btn-accordion:is(:hover, :focus, :active),
.block-n-tabs .btn-accordion[aria-expanded=true] {
  text-decoration: none;
}
.block-collapse .btn-accordion::after,
.block-courses .btn-accordion::after,
.block-faqs .btn-accordion::after,
.block-filter .btn-accordion::after,
.block-n-tabs .btn-accordion::after {
  padding: 2px 6px;
  width: -moz-fit-content;
  width: fit-content;
}
.block-collapse.block-collapse--dark .btn-accordion,
.block-courses.block-collapse--dark .btn-accordion,
.block-faqs.block-collapse--dark .btn-accordion,
.block-filter.block-collapse--dark .btn-accordion,
.block-n-tabs.block-collapse--dark .btn-accordion {
  color: #fff;
  background-color: #201547;
}
.block-collapse.block-collapse--dark .card-body,
.block-courses.block-collapse--dark .card-body,
.block-faqs.block-collapse--dark .card-body,
.block-filter.block-collapse--dark .card-body,
.block-n-tabs.block-collapse--dark .card-body {
  color: #fff;
  background-color: #201547;
  border-top: 1px solid #AADEEB;
}
.block-collapse.block-collapse--light .btn-accordion,
.block-courses.block-collapse--light .btn-accordion,
.block-faqs.block-collapse--light .btn-accordion,
.block-filter.block-collapse--light .btn-accordion,
.block-n-tabs.block-collapse--light .btn-accordion {
  color: #232D4B;
}
.block-collapse .card-body,
.block-courses .card-body,
.block-faqs .card-body,
.block-filter .card-body,
.block-n-tabs .card-body {
  padding: 18px 25px 25px;
}

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

/*---------*/
/* Faculty */
/*---------*/
.block-faculty .result-list {
  gap: 50px;
}
.block-faculty .r-hero {
  width: 100%;
  height: 100%;
  margin: 0;
}
.block-faculty .r-hero img,
.block-faculty .r-hero .wp-image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.block-faculty .r-item {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  align-items: start;
  background-color: transparent;
  gap: 0;
  padding: 0;
  border-radius: 2rem;
  border: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.block-faculty .r-item .r-content-block {
  gap: 0.25rem;
  padding: 2rem;
  background-color: #fff;
  height: 100%;
}
.block-faculty .r-item .r-content-block .r-headline h3,
.block-faculty .r-item .r-content-block .r-faculty-title {
  text-align: start;
}
.block-faculty .r-item .r-content-block .r-headline h3 {
  font-family: var(--oswald);
  font-size: 2rem;
  font-weight: 400 !important;
  margin-bottom: 0.5rem !important;
}
.block-faculty .r-item .r-content-block .r-faculty-title {
  font-family: var(--epilogue);
  font-size: 1rem;
  font-weight: 700;
  color: #582C83;
  padding-bottom: 0;
  border-bottom: 0;
}
.block-faculty .r-item .btn-r-action {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  margin-top: 30px;
  font-weight: 600 !important;
  margin: 1rem 0 0;
  padding: 0.625rem 35px 0.625rem 25px;
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: ease-out 0.2s;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  text-wrap: balance;
  text-align: left;
  border-radius: 100px;
  border: 0;
}
.block-faculty .r-item .btn-r-action::after {
  display: inline-block;
  content: "\f08e" !important;
  font-family: var(--fa-version);
  font-size: 1rem !important;
  vertical-align: baseline !important;
  margin-left: 0;
  transform: translateX(0.5rem);
  transition: 0.2s ease-in-out;
}
.block-faculty .r-item .btn-r-action:is(:hover, :focus) {
  text-decoration: none;
}

@media (min-width: 992px) {
  .block-faculty .result-list {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .block-faculty .result-list .r-item {
    gap: 0;
  }
  .block-faculty .result-list .r-item .r-hero {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: 0;
  }
  .block-faculty .result-list .r-item .r-headline h3,
  .block-faculty .result-list .r-item .r-faculty-title {
    text-align: start;
  }
  .block-faculty .result-list .r-item .r-faculty-title {
    margin-bottom: 1rem;
  }
}
/*------*/
/* Form */
/*------*/
.form-wrapper {
  padding: 5rem 2.5rem;
  background-color: var(--white, #fff);
  max-width: 450px;
  margin-left: auto;
}
.form-wrapper label {
  width: 100% !important;
  margin-left: 0 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  margin-bottom: 0.25rem !important;
}
.form-wrapper .form-headline {
  font-size: 1.65rem;
  font-weight: 800 !important;
  text-align: center;
  color: #232D4B;
  margin-bottom: 3rem;
}
.form-wrapper .form-subheadline {
  font-size: 1rem;
  text-align: left;
}
.form-wrapper input:is(.plato, .f_text, .plato .f_select, .plato .f_textarea),
.form-wrapper select {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  font-weight: 500;
  background-color: var(--white, #fff);
  border: 1px solid #232D4B !important;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.form-wrapper .plato .disclaimer {
  text-align: left;
}
.form-wrapper input[type=button] {
  background-color: #232D4B !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-size: 1.125rem;
  font-weight: 500;
  justify-content: center;
  width: 100% !important;
  margin-top: 1.5rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
.form-wrapper input[type=button]:is(:hover, :focus) {
  background-color: var(--black) !important;
  border-radius: 10px !important;
  transition: 175ms ease-in-out;
}

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

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

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

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

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

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

@media (max-width: 991px) {
  .form-wrapper {
    max-width: 100%;
    margin: auto;
    padding: 2rem;
  }
}
/*-------*/
/* Lists */
/*-------*/
ul[class*=list--] {
  list-style: none !important;
}

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

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

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

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

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

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

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

/* Add 'list--{icon}-{color}-bg' class to 'List' block */
ul[class*=-purple-bg] > li::before {
  background-color: #582C83 !important;
}

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

/*--------*/
/* N-Tabs */
/*--------*/
.block-n-tabs .nav-tabs,
.block-filter .nav-tabs {
  margin-bottom: 2rem;
  border-color: #fff;
  gap: 1rem;
}
.block-n-tabs .nav-tabs .nav-link,
.block-filter .nav-tabs .nav-link {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 12px 32px 10px;
  font-weight: 600;
  color: inherit;
}
.block-n-tabs .nav-tabs .nav-link:is(:hover, :focus),
.block-filter .nav-tabs .nav-link:is(:hover, :focus) {
  border-color: #AADEEB;
}
.block-n-tabs .nav-tabs .nav-link.active,
.block-filter .nav-tabs .nav-link.active {
  background-color: #fff;
  color: #201547;
  border-color: #fff;
}
.block-n-tabs .card-body,
.block-filter .card-body {
  padding: 1rem;
  background-color: transparent;
}
.block-n-tabs .collapse-item,
.block-filter .collapse-item {
  margin-bottom: 0;
}
.block-n-tabs .btn-accordion,
.block-filter .btn-accordion {
  display: none !important;
}
@media (max-width: 991px) {
  .block-n-tabs .btn-accordion,
  .block-filter .btn-accordion {
    display: block !important;
  }
  .block-n-tabs .btn-accordion:is(:hover, :focus)::after,
  .block-filter .btn-accordion:is(:hover, :focus)::after {
    transform: translateX(1rem) !important;
  }
  .block-n-tabs .btn-accordion::after,
  .block-filter .btn-accordion::after {
    right: 40px;
    transform: translateX(1rem) !important;
  }
}

/*------------*/
/* Pagination */
/*------------*/
.pagination,
.nlp-pagination {
  align-items: flex-end;
}
.pagination .page-numbers,
.nlp-pagination .page-numbers {
  background-color: #fff;
  color: #646A75;
  padding: 14px 20px !important;
  border: 0;
  border-left: 1px solid #F4F4F5;
  border-right: 1px solid #F4F4F5;
  gap: 0;
  font-size: 1rem;
  text-decoration: none !important;
}
.pagination .page-numbers:is(:hover, :focus), .pagination .page-numbers.current.btn, .pagination .page-numbers.current,
.nlp-pagination .page-numbers:is(:hover, :focus),
.nlp-pagination .page-numbers.current.btn,
.nlp-pagination .page-numbers.current {
  color: var(--white, #fff);
  background-color: #582C83;
}
.pagination .page-numbers::after,
.nlp-pagination .page-numbers::after {
  display: none;
}
@media (max-width: 991px) {
  .pagination .page-numbers,
  .nlp-pagination .page-numbers {
    padding: 8px !important;
  }
}

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

/*-----------*/
/* Separator */
/*-----------*/
.wp-block-separator {
  border: none;
  border-bottom: 1px solid;
  border-color: #582C83;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
}

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

/*---------------*/
/* Max Mega Menu */
/*---------------*/
.mega-menu {
  /* Dropdown Arrow */
}
.mega-menu .mega-indicator::after {
  content: "\f078" !important;
  font-family: var(--fa-version) !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  margin-left: 8px !important;
  border: 0 !important;
}

@media (min-width: 992px) {
  /* Size and center Mega Menu */
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 75vw;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transition: transform 0.2s ease-out !important;
  }
  .mega-menu {
    /* Current Menu Item */
    /* Nav Menu Links */
  }
  .mega-menu .mega-current-menu-ancestor > .mega-menu-link,
  .mega-menu .mega-current-menu-item > .mega-menu-link {
    background: transparent !important;
    text-decoration: underline !important;
    text-underline-offset: 5px !important;
    text-decoration-color: #aadeeb !important;
    font-weight: 500 !important;
  }
  .mega-menu .mega-menu-item {
    margin: 0 25px !important;
  }
  .mega-menu .mega-menu-link {
    font-size: 0.875rem !important;
  }
  .mega-menu .mega-sub-menu {
    /* Mega Menu Subheading */
  }
  .mega-menu .mega-sub-menu h2 {
    font-family: var(--oswald);
    font-size: 2rem;
    font-weight: 400 !important;
    text-transform: normal;
    margin-bottom: 1rem;
  }
  .mega-menu .mega-sub-menu h2,
  .mega-menu .mega-sub-menu p,
  .mega-menu .mega-sub-menu a:is(:link, :visited):not(.btn) {
    color: #201547 !important;
  }
  .mega-menu .mega-sub-menu p {
    font-size: 1rem !important;
  }
  .mega-menu .mega-sub-menu .mega-menu-link:is(:link, :visited):not(.mega-menu-link[href="#"]:first-child) {
    margin-bottom: 1rem !important;
    padding-left: 0 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-decoration-color: #aadeeb !important;
    text-underline-offset: 4px !important;
    text-decoration-thickness: 2px !important;
  }
  .mega-menu .mega-sub-menu .mega-menu-link[href="#"]:first-child {
    display: flex !important;
    font-size: 1.125rem !important;
    align-items: center !important;
    gap: 0.125rem !important;
    color: #582C83 !important;
    text-transform: none !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mega-menu .mega-sub-menu .mega-menu-link[href="#"]:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
    background-image: url("/wp-content/uploads/sites/2/2025/12/diamond-purple.png") !important;
    background-size: cover !important;
  }
  /* Mega Menu Wrapper */
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: url("/wp-content/uploads/sites/2/2025/09/background-light-blue-dot-halftone.webp") center center;
    background-size: cover;
    padding: 2rem;
  }
  .mega-menu-row {
    height: 100% !important;
  }
  .mega-menu-row > .mega-sub-menu {
    display: flex !important;
    height: 100% !important;
  }
  .mega-menu-row .mega-menu-column {
    padding: 2rem !important;
  }
  .mega-menu-row .mega-menu-column:first-child {
    border-right: 1px solid #582C83 !important;
  }
}
@media (min-width: 992px) {
  /* Hide Organizations and Community Impact Links on Desktop */
  #mega-menu-item-2700,
  #mega-menu-item-2699 {
    display: none !important;
  }
}
/*=================*/
/* NLP: COURSE CARD */
/*=================*/
#nlp-course-filter-results .slick-track,
.nlp-course-related .slick-track {
  margin: 0;
  gap: 0 !important;
}
#nlp-course-filter-results .slick-dots,
.nlp-course-related .slick-dots {
  bottom: -50px;
}
#nlp-course-filter-results .nlp-course-card-wrapper,
.nlp-course-related .nlp-course-card-wrapper {
  padding: 0;
}
#nlp-course-filter-results .nlp-course-card-wrapper.slick-slide.slick-active,
.nlp-course-related .nlp-course-card-wrapper.slick-slide.slick-active {
  height: 100% !important;
}
#nlp-course-filter-results .nlp-course-card-wrapper .nlp-course-card,
.nlp-course-related .nlp-course-card-wrapper .nlp-course-card {
  color: inherit;
  max-width: 100%;
  height: 100%;
  width: 100%;
  border: 1px solid #D2D2D2;
  margin: 0;
  padding: 30px;
}
#nlp-course-filter-results .nlp-course-card-wrapper .nlp-course-card .nlp-course-title h3,
.nlp-course-related .nlp-course-card-wrapper .nlp-course-card .nlp-course-title h3 {
  font-family: var(--oswald);
  font-size: 2rem;
}
#nlp-course-filter-results .nlp-course-card-wrapper .nlp-course-card .nlp-course-meta,
.nlp-course-related .nlp-course-card-wrapper .nlp-course-card .nlp-course-meta {
  order: 1;
}
#nlp-course-filter-results .nlp-course-card-wrapper .nlp-course-card .nlp-course-excerpt,
.nlp-course-related .nlp-course-card-wrapper .nlp-course-card .nlp-course-excerpt {
  margin-top: 0;
}
#nlp-course-filter-results .nlp-course-card-wrapper .nlp-course-card .nlp-course-excerpt h2,
.nlp-course-related .nlp-course-card-wrapper .nlp-course-card .nlp-course-excerpt h2 {
  font-size: 1.125rem;
}
#nlp-course-filter-results .nlp-course-card-wrapper .nlp-course-card .nlp-course-excerpt p,
.nlp-course-related .nlp-course-card-wrapper .nlp-course-card .nlp-course-excerpt p {
  font-weight: 400;
}
#nlp-course-filter-results .nlp-course-card-wrapper .nlp-course-card .nlp-course-cta,
.nlp-course-related .nlp-course-card-wrapper .nlp-course-card .nlp-course-cta {
  order: 2;
}
#nlp-course-filter-results .nlp-course-card-wrapper .nlp-course-card .nlp-course-cta .btn,
.nlp-course-related .nlp-course-card-wrapper .nlp-course-card .nlp-course-cta .btn {
  display: inline-block !important;
  margin-top: 1rem;
  font-family: var(--epilogue);
  font-weight: 700 !important;
  color: #201547 !important;
  background-color: transparent !important;
  text-transform: none;
  border: none !important;
  padding: 0 !important;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: #AADEEB;
}
#nlp-course-filter-results .nlp-course-card-wrapper .nlp-course-card .nlp-course-cta .btn::after,
.nlp-course-related .nlp-course-card-wrapper .nlp-course-card .nlp-course-cta .btn::after {
  content: "\f061";
  display: inline-block;
  font-family: var(--fa-version);
  font-size: 0.75em;
  font-weight: 600;
  transition: ease-out 0.2s;
  transform: translateX(0.5rem);
  margin-left: 0.125rem;
  text-decoration: none;
}
#nlp-course-filter-results .nlp-course-card-wrapper .nlp-course-card:is(:hover, :focus),
.nlp-course-related .nlp-course-card-wrapper .nlp-course-card:is(:hover, :focus) {
  transform: none;
  box-shadow: none;
}

/* NLP: COURSE DESCRIPTION */
.nlp-course-description,
.nlp-course-short-description {
  margin-bottom: 2rem;
}
.nlp-course-description h2,
.nlp-course-short-description h2 {
  font-family: var(--abril);
  font-style: italic;
}

/*===================*/
/* NLP: COURSE OVERVIEW */
/*===================*/
.course-overview-card {
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.course-overview-card h3 {
  display: none;
}
.course-overview-card p.pb-0.mb-0 {
  font-family: var(--oswald);
  font-size: 1.5rem;
}
.course-overview-card p.pb-0.mb-0 strong {
  font-weight: 500 !important;
}

/* NLP: COURSE INSTRUCTORS */
.nlp-course-instructors {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 4rem;
}
.nlp-course-instructors .nlp-instructor {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nlp-course-instructors .nlp-instructor .nlp-instructor-image {
  height: 50px;
}
.nlp-course-instructors .nlp-instructor .nlp-instructor-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.nlp-course-instructors .nlp-instructor .nlp-instructor-name {
  font-size: 1.125rem;
  font-weight: 700;
}

/* NLP: COURSE SCHEDULE */
.nlp-schedule .nlp-schedule__term {
  display: none;
}
.nlp-schedule .nlp-schedule__start {
  display: inline-block;
  font-weight: 600;
  color: #582C83;
}
.nlp-schedule .nlp-schedule__start .nlp-schedule__start-label {
  display: none;
}
.nlp-schedule .nlp-schedule__end {
  display: inline-block;
  font-weight: 600;
  color: #582C83;
}
.nlp-schedule .nlp-schedule__end::before {
  content: "-";
}
.nlp-schedule .nlp-schedule__end .nlp-schedule__end-label {
  display: none;
}
.nlp-schedule .nlp-schedule__enroll-by {
  display: none;
}
.nlp-schedule .nlp-schedule__schedule-days .nlp-schedule__hours {
  font-family: var(--oswald);
  font-size: 1.5rem;
  background: rgba(170, 222, 235, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem 1rem 1.25rem;
  border-radius: 10px;
}
.nlp-schedule .nlp-schedule__schedule-days .nlp-schedule__hours .nlp-schedule__hours-day::before {
  content: "";
  display: inline-block;
  background: url("/wp-content/uploads/sites/2/2025/10/Vector.png");
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 0.875rem;
}
.nlp-schedule .nlp-schedule__schedule-days .nlp-schedule__hours .nlp-schedule__hours-end-time::before {
  content: "- ";
}
.nlp-schedule .nlp-schedule__schedule-days .nlp-schedule__hours .nlp-schedule__hours-end-time::after {
  content: "Eastern Time";
}
.nlp-schedule .nlp-schedule__schedule-days .nlp-schedule__hours .nlp-schedule__hours-timezone {
  display: none;
}

/* NLP: COURSE TITLE */
.nlp-course-title {
  background-color: transparent !important;
  color: inherit !important;
}

/*----------------*/
/* NLP: Shopping Cart */
/*----------------*/
/* Shopping Cart Icon on Header */
.shopping-cart-icon {
  order: 1;
  margin: 0 2rem 0 1rem;
  z-index: 0;
}
.shopping-cart-icon svg {
  fill: #fff;
}
.shopping-cart-icon .cart-badge {
  top: 2px;
  right: -10px;
}

.shopping-cart-icon svg {
  min-width: 30px !important;
  max-width: 30px !important;
}

/* Shopping Cart Modal */
#shoppingCartModal {
  /* Modal Wrapper */
  /* Close Button */
  /* Heading */
}
#shoppingCartModal .modal-content {
  border-radius: 10px;
  padding: 30px;
}
#shoppingCartModal .custom-modal-close.btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1056;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  border: 2px solid #000;
  transition: all 0.2s ease;
  width: 22px;
  height: 22px;
}
#shoppingCartModal .custom-modal-close.btn-close::before {
  content: "\f00d";
  font-family: var(--fa-version);
  font-size: 1rem;
  font-weight: 700;
  color: var(--black);
  line-height: 0;
}
#shoppingCartModal .custom-modal-close.btn-close:is(:hover, :focus), #shoppingCartModal .custom-modal-close.btn-close:is(:hover, :focus)::before {
  box-shadow: none !important;
  background: #000 !important;
  transform: none !important;
  color: #fff !important;
}
#shoppingCartModal #shoppingCartModalLabel {
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-weight: 400 !important;
  color: #201547;
}
#shoppingCartModal .item-title {
  font-size: 1rem;
}
#shoppingCartModal .item-remove.btn {
  font-family: var(--epilogue);
  font-size: 0.875rem;
  font-weight: 400 !important;
  text-transform: none;
  color: #201547 !important;
  border: 1px solid #201547;
}
#shoppingCartModal .item-remove.btn:is(:hover, :focus) {
  background-color: #201547 !important;
  color: #fff !important;
}

.continue-browsing-btn,
.enroll-now-btn {
  font-family: var(--oswald);
  font-weight: 300 !important;
  font-size: 1.125rem !important;
  padding: 1rem 2rem 1.25rem !important;
  height: auto !important;
}

.enroll-now-btn {
  background-color: #aadeeb !important;
  border-color: #aadeeb !important;
  color: #201547 !important;
}
.enroll-now-btn:is(:hover, :focus) {
  background-color: #f2be1a !important;
  border-color: #f2be1a !important;
}

@media (max-width: 991px) {
  #shoppingCartModal .modal-dialog {
    position: relative;
    max-width: 420px;
    max-height: -moz-fit-content;
    max-height: fit-content;
    height: auto !important;
  }
}
/* NLP: COURSE RELATED */
.nlp-course-related,
.nlp-courses {
  background-color: transparent !important;
  border: none !important;
}
.nlp-course-related .slick-prev::before,
.nlp-course-related .slick-next::before,
.nlp-courses .slick-prev::before,
.nlp-courses .slick-next::before {
  color: #212529;
}
.nlp-course-related .slick-prev:is(:hover, :focus)::before,
.nlp-course-related .slick-next:is(:hover, :focus)::before,
.nlp-courses .slick-prev:is(:hover, :focus)::before,
.nlp-courses .slick-next:is(:hover, :focus)::before {
  color: #582c83 !important;
}

.nlp-course-related.slick-slider .slick-track {
  padding-bottom: 1rem !important;
}
.nlp-course-related.slick-slider .slick-slide {
  height: 0 !important;
}
.nlp-course-related.slick-slider .slick-slide .nlp-course-card {
  border: transparent !important;
}
.nlp-course-related.slick-slider .slick-slide.slick-active {
  height: 100% !important;
}
.nlp-course-related.slick-slider .slick-slide.slick-active .nlp-course-card {
  border: 1px solid #D2D2D2 !important;
}
.nlp-course-related.slick-slider .slick-dots li.slick-active button::before {
  background-color: #212529 !important;
  outline: none !important;
}
.nlp-course-related.slick-slider .slick-dots li button::before {
  background-color: #ccc !important;
  outline: none !important;
}
.nlp-course-related.slick-slider .slick-dots li button:is(:hover, :focus)::before {
  background-color: #582c83 !important;
  outline: none !important;
}

@media (max-width: 1510px) {
  .nlp-course-related.slick-slider .slick-slide {
    height: 0 !important;
  }
  .nlp-course-related.slick-slider .slick-slide.slick-active {
    height: 100% !important;
  }
  .nlp-course-related.slick-slider .slick-dots {
    bottom: -120px;
  }
  .nlp-course-related.slick-slider .slick-prev,
  .nlp-course-related.slick-slider .slick-next {
    bottom: -100px;
  }
  .nlp-course-related.slick-slider .slick-prev {
    left: 20vw;
  }
  .nlp-course-related.slick-slider .slick-next {
    left: initial;
    right: 20vw;
  }
}
/*===================*/
/* NLP: COURSE BUTTON */
/*===================*/
.nlp-course-button .btn {
  min-height: initial !important;
  max-width: none !important;
  padding: 1rem 40px !important;
  font-weight: 400 !important;
  line-height: 1.5;
}
.nlp-course-button .btn:is(:hover, :focus) .seats-text {
  transition: 0.2s ease-in-out;
  color: #201547 !important;
}
.nlp-course-button .btn .main-button-text {
  font-weight: 400 !important;
}
.nlp-course-button .btn.has-seats-text {
  line-height: 1.5;
}
.nlp-course-button .btn .seats-text {
  font-family: var(--epilogue);
  font-weight: 500;
  line-height: 1.5;
}
.nlp-course-button .btn.disabled:not(.waitlist) {
  color: #666 !important;
}
.nlp-course-button .btn.disabled:not(.waitlist) .seats-text {
  color: #666 !important;
}

/* NLP FACET FILTER */
.nlp-facet-filter {
  /* Clear Filter Button */
}
.nlp-facet-filter .facetwp-input-wrap input,
.nlp-facet-filter .fs-label-wrap,
.nlp-facet-filter .facetwp-search {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0 !important;
  border: 1px solid #201547 !important;
  outline: 0 !important;
  font-family: var(--oswald);
  font-weight: 300 !important;
  text-transform: uppercase;
  height: 50px !important;
  padding: 0.5rem 0.875rem;
}
.nlp-facet-filter .facetwp-input-wrap input:is(:focus, :focus-visible, :hover, :active),
.nlp-facet-filter .fs-label-wrap:is(:focus, :focus-visible, :hover, :active),
.nlp-facet-filter .facetwp-search:is(:focus, :focus-visible, :hover, :active) {
  border-radius: 0 !important;
}
.nlp-facet-filter .facet-wrap > div {
  color: inherit !important;
  margin-bottom: 10px;
}
.nlp-facet-filter .fs-label {
  font-weight: 300 !important;
  padding: 0 !important;
}
.nlp-facet-filter button.facetwp-reset {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #AADEEB;
  color: #201547;
  font-weight: 700;
}
.nlp-facet-filter button.facetwp-reset:is(:hover, :focus, :focus-visible, :active) {
  background-color: transparent !important;
  color: #582C83;
}

/*--------*/
/* Slider */
/*--------*/
.slick-slider {
  transition: none !important;
  max-width: 100% !important;
}
.slick-slider .slick-track {
  align-items: start;
  gap: 0;
}
.slick-slider .slick-dots {
  bottom: -40px;
  text-align: center;
}
.slick-slider .slick-dots li {
  height: 8px;
  width: 8px;
  margin: 0 0.5rem;
}
.slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  font-size: 0;
  transition: ease-in-out 175ms;
  opacity: 1;
  color: var(--black);
  width: 8px;
  height: 8px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--white, #fff);
  outline: 1px solid var(--blue-gray);
}
.slick-slider .slick-dots li button:is(:hover, :focus)::before {
  color: var(--black);
  background-color: var(--black);
  outline: 1px solid var(--blue-gray);
}
.slick-slider .slick-dots li.slick-active button::before {
  color: var(--black);
  background-color: var(--black);
  outline: 1px solid var(--blue-gray);
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  bottom: 40%;
  top: initial;
  left: initial;
  right: initial;
  background-color: transparent;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  color: var(--white, #fff);
  font-size: 1.5rem !important;
}
.slick-slider .slick-prev:is(:hover, :focus),
.slick-slider .slick-next:is(:hover, :focus) {
  background-color: transparent !important;
}
.slick-slider .slick-prev:is(:hover, :focus)::before,
.slick-slider .slick-next:is(:hover, :focus)::before {
  color: var(--white, #fff);
  transition: ease-in-out 175ms;
}
.slick-slider .slick-prev {
  left: -50px;
}
.slick-slider .slick-prev::before {
  content: "\f060";
}
.slick-slider .slick-next {
  right: -50px;
}
.slick-slider .slick-next::before {
  content: "\f061";
}
.slick-slider .slick-slide {
  overflow: visible;
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.2s ease-in;
  transform-origin: right;
}
.slick-slider .slick-slide.slick-active {
  height: 100% !important;
  transition: 0.2s ease-in;
  transform-origin: right;
  scale: 1;
}
.slick-slider .slick-slide[aria-hidden=true] {
  scale: 0;
  height: 0 !important;
  transition: 0.2s ease-in;
  transform-origin: right;
}

@media (min-width: 992px) {
  .section-container:has(.slider-controls-dt--bottom) {
    padding-bottom: 150px;
  }
  .slider-wrapper .slider-controls-dt--bottom {
    padding-bottom: 50px;
  }
  .slider-controls-dt--bottom .slick-dots {
    bottom: -10px;
  }
  .slider-controls-dt--bottom .slick-prev,
  .slider-controls-dt--bottom .slick-next {
    bottom: 0;
  }
  .slider-controls-dt--bottom .slick-prev::before,
  .slider-controls-dt--bottom .slick-next::before {
    color: #F2BE1A;
  }
  .slider-controls-dt--bottom .slick-prev {
    left: 35px;
  }
  .slider-controls-dt--bottom .slick-next {
    left: 80px;
    right: initial;
  }
}
@media (max-width: 991px) {
  .section-container:has(.slider-controls-mb--bottom) {
    padding-bottom: 150px;
  }
  .slider-wrapper:has(.slider-controls-mb--bottom) {
    padding-bottom: 50px;
  }
  .slider-controls-mb--bottom .slick-dots {
    bottom: -100px;
  }
  .slider-controls-mb--bottom .slick-prev,
  .slider-controls-mb--bottom .slick-next {
    bottom: -50px;
  }
  .slider-controls-mb--bottom .slick-prev::before,
  .slider-controls-mb--bottom .slick-next::before {
    color: #F2BE1A;
  }
  .slider-controls-mb--bottom .slick-prev {
    left: 35px;
  }
  .slider-controls-mb--bottom .slick-next {
    left: 80px;
    right: initial;
  }
}
@media (max-width: 1510px) {
  .section-container:has(.slider-center-controls-mb--bottom) {
    padding-bottom: 150px;
  }
  .slider-wrapper:has(.slider-center-controls-mb--bottom) {
    padding-bottom: 50px;
  }
  .slider-center-controls-mb--bottom {
    /* Purple Controls */
  }
  .slider-center-controls-mb--bottom .slick-dots {
    bottom: -100px;
  }
  .slider-center-controls-mb--bottom.slider--purple-controls .slick-prev::before,
  .slider-center-controls-mb--bottom.slider--purple-controls .slick-next::before {
    color: #582C83 !important;
  }
  .slider-center-controls-mb--bottom .slick-prev,
  .slider-center-controls-mb--bottom .slick-next {
    bottom: -100px;
  }
  .slider-center-controls-mb--bottom .slick-prev::before,
  .slider-center-controls-mb--bottom .slick-next::before {
    color: #F2BE1A !important;
  }
  .slider-center-controls-mb--bottom .slick-prev {
    left: 20vw;
  }
  .slider-center-controls-mb--bottom .slick-next {
    left: initial;
    right: 20vw;
  }
}
@media (max-width: 991px) {
  .slider-controls-mb--top .slick-prev,
  .slider-controls-mb--top .slick-next {
    top: -50px;
    bottom: initial;
    height: 60px;
    background-color: transparent;
  }
  .slider-controls-mb--top .slick-prev::before,
  .slider-controls-mb--top .slick-next::before {
    color: var(--orange);
  }
  .slider-controls-mb--top .slick-prev:hover,
  .slider-controls-mb--top .slick-next:hover {
    background-color: var(--orange);
  }
}
/*=================*/
/* EVENTS CALENDAR */
/*=================*/
/* As seen on the Events Page */
.tribe-events {
  /* Event Date */
  /* Event Title */
  /* Event Description */
  /* Event Price */
}
.tribe-events .tribe-events-calendar-latest-past__event-title a {
  color: #582C83 !important;
  font-family: var(--oswald);
  text-decoration: none !important;
  font-size: 1.875rem;
  font-weight: 400 !important;
}
.tribe-events .tribe-events-calendar-list__event-datetime-wrapper {
  margin: 0;
}
.tribe-events .tribe-events-calendar-list__event-datetime-wrapper .tribe-events-calendar-list__event-datetime {
  font-family: var(--oswald);
  font-size: 1.25rem;
  font-weight: 400 !important;
  line-height: 1;
}
.tribe-events .tribe-events-calendar-list__event-title {
  font-family: var(--oswald);
  font-size: 2rem !important;
  /* Event Link */
}
.tribe-events .tribe-events-calendar-list__event-title .tribe-events-calendar-list__event-title-link {
  font-weight: 400 !important;
  border: 0 !important;
  text-decoration: none;
  color: #582C83;
  white-space: normal;
}
.tribe-events .tribe-events-calendar-list__event-title .tribe-events-calendar-list__event-title-link:is(:hover, :focus) {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
}
.tribe-events .tribe-events-calendar-list__event-description {
  font-family: var(--epilogue);
  font-size: 1rem !important;
}
.tribe-events .tribe-events-c-small-cta__price {
  font-family: var(--epilogue);
  font-size: 1.125rem;
  font-weight: 700;
}
.tribe-events button.tribe-events-c-search__button {
  background-color: #582C83;
}
.tribe-events .tribe-events-c-view-selector__list-item-link {
  white-space: nowrap !important;
}
.tribe-events .tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button {
  white-space: nowrap !important;
}
.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
  font-family: var(--oswald);
  font-size: 1.5rem;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  font-family: var(--oswald) !important;
  font-size: 1rem !important;
  color: #582C83 !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
  font-family: var(--oswald) !important;
  font-weight: 400 !important;
  font-size: 1.875rem !important;
}
.tribe-events .tribe-events-c-nav__next,
.tribe-events .tribe-events-c-nav__prev-label {
  font-family: var(--oswald) !important;
  font-size: 1.25rem !important;
  font-weight: 300 !important;
}
.tribe-events .tribe-events-c-nav__prev-label,
.tribe-events .tribe-events-c-nav__next-label {
  white-space: nowrap !important;
  color: #201547;
}
.tribe-events .tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-label,
.tribe-events .tribe-events-c-nav__prev:disabled .tribe-events-c-nav__prev-label {
  color: #d5d5d5 !important;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  font-family: var(--oswald);
  font-size: 1.125rem;
  font-weight: 400 !important;
  background-color: #aadeeb !important;
  color: #201547 !important;
  border: 0;
  border-radius: 0;
}
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button button {
  text-transform: uppercase !important;
}
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:is(:hover, :focus) {
  background-color: #f2be1a !important;
}

/* Fix: White Space on Subscribe Dropdown */
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a,
ul.tribe-events-c-subscribe-dropdown__list {
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-max-content;
  max-width: max-content;
  white-space: nowrap !important;
}

/* Simple Event Post-it - as seen on Community Impact Page */
.ecs-event-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  color: #fff;
  gap: 2rem;
}
.ecs-event-list .ecs-event {
  list-style: none;
  border: 1px solid #AADEEB;
  border-radius: 10px;
  padding: 40px;
}
.ecs-event-list .ecs-event .entry-title {
  font-family: var(--oswald);
  font-size: 1.5rem;
}
.ecs-event-list .ecs-event .entry-title a:is(:link, :visited) {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.ecs-event-list .ecs-event .duration.time::before {
  content: "\f133";
  font-family: var(--fa-version);
  margin-right: 0.5rem;
  color: #aadeeb;
}

/* SINGLE EVENT PAGE */
.tribe-events-event-image img {
  max-height: 400px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0;
     object-position: 0;
}

.tribe-events-meta-group {
  width: -moz-fit-content;
  width: fit-content;
}

.tribe-events-single-event-title {
  font-family: var(--oswald);
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #212529;
  margin-bottom: 1rem;
}

/*===========*/
/* UTILITIES */
/*===========*/
/*------------*/
/* Background */
/*------------*/
/* Background Color */
.bg-color-gradient--180deg {
  background: linear-gradient(180deg, #582C83 14.38%, #201547) !important;
}

/* Background Color */
.bg-color-gradient--360deg {
  background: linear-gradient(360deg, #582C83 14.38%, #201547) !important;
}

/* Background Attachment */
.bg-attachment-fixed {
  background-attachment: fixed !important;
}

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

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

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

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

.bg-position-bottom,
.bg-position-bottom::before {
  background-position: bottom !important;
}

/*--------*/
/* Border */
/*--------*/
.border--yellow {
  border: 1px solid #f2be1a !important;
}

.border--light-blue {
  border: 1px solid #aadeeb !important;
}

.border--purple {
  border: 1px solid #582c83 !important;
}

.border--dark-purple {
  border: 1px solid #201547 !important;
}

.border-radius-20,
.border-radius-12,
.border-radius-10,
.border-radius-8,
.border-radius-6,
.border-radius-4 {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border--orange {
  border: 1px solid #E57200 !important;
}

/*===================*/
/* OBSERVE ANIMATION */
/*===================*/
/** Setup
*
* 1. Add the class "observe-section" to the section you want to animate
* 2. Add the "observe-animate" class and animation class (e.g. "fade-in") to the element you want to animate
*/
.observe-section .observe-animate {
  transition: 0.6s ease;
}
.observe-section .fade-in {
  opacity: 0;
}
.observe-section .fade-in.visible {
  opacity: 1;
}
.observe-section .slide-up {
  transform: translateY(50px);
}
.observe-section .slide-up.visible {
  transform: translateY(0);
}
.observe-section .slide-left {
  transform: translateX(50px);
}
.observe-section .slide-left.visible {
  transform: translateX(0);
}
.observe-section .slide-right {
  transform: translateX(-50px);
}
.observe-section .slide-right.visible {
  transform: translateX(0);
}
.observe-section .zoom-in {
  transform: scale(0.8);
}
.observe-section .zoom-in.visible {
  transform: scale(1);
}

@media (max-width: 1500px) {
  .observe-section {
    overflow: hidden;
  }
}
/*================*/
/* POSITION OFFSET */
/*================*/
@media (min-width: 992px) {
  .offset-top-dt-25 {
    position: relative;
    top: 25px;
  }
  .offset-top-dt-50 {
    position: relative;
    top: 50px;
  }
  .offset-top-dt-75 {
    position: relative;
    top: 75px;
  }
  .offset-top-dt-100 {
    position: relative;
    top: 100px;
  }
}
/*--------*/
/* Transform */
/*--------*/
@media (max-width: 991px) {
  .rotate-mb-180 {
    transform: rotate(180deg);
  }
}
/*=========*/
/* Z-INDEX */
/*=========*/
.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-4 {
  z-index: 4 !important;
}

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

/*========*/
/* LAYOUT */
/*========*/
/*--------*/
/* Header */
/*--------*/
.header {
  position: sticky;
  z-index: 1000;
}
.header .container,
.header .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}
.header .cta-btns {
  gap: 0px;
}
.header .cta-btns .btn {
  font-family: var(--oswald);
  font-size: 1rem;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin: 0;
  padding: 1.125rem 1.875rem;
  border: 0 !important;
  order: 2;
}
.header .cta-btns .btn:nth-of-type(1):not(button),
.header .cta-btns .btn:nth-of-type(2):not(button) {
  font-family: var(--epilogue);
  font-size: 0.875rem;
  text-decoration: underline;
  text-decoration-color: #AADEEB;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  text-transform: none;
  font-weight: 700 !important;
  padding: 0 1rem;
  order: 0;
}
.header .cta-btns #n-header-btn-request-info::before {
  content: "\f061";
  font-family: var(--fa-version);
  font-weight: 600;
  margin-right: 0.5rem;
}
.header button:focus {
  background-color: transparent;
}

@media (max-width: 991px) {
  .header .container,
  .header .container-fluid {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
/* Navigation */
#navbarMain {
  /* Dropdown Arrow */
  /* Dropdown Menu */
}
#navbarMain .navbar-nav {
  gap: 2.5rem;
  justify-content: center;
}
#navbarMain .navbar-nav .nav-link {
  font-family: var(--epilogue);
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  padding: 0.875rem 0;
  transition: 0.2s ease-out;
  text-decoration: underline;
  text-decoration-color: #AADEEB;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
#navbarMain .navbar-nav .nav-link:is(:hover, :focus) {
  color: #AADEEB;
}
#navbarMain .navbar-options {
  margin-left: auto;
}
#navbarMain .dropdown-toggle::after {
  content: "\f078";
  font-family: var(--fa-version);
  font-weight: 600;
  font-size: 0.6rem;
  margin-left: 8px;
  border: 0;
}
#navbarMain .dropdown-menu {
  padding: 0;
  border-radius: 0;
  background-color: var(--white, #fff);
}
#navbarMain .dropdown-menu.show {
  margin-right: 0;
  top: 100%;
  transition: ease-in-out 175ms;
  visibility: visible;
  box-shadow: 0px 0px 16.8px 0px rgba(0, 0, 0, 0.1);
}
#navbarMain .dropdown-menu .menu-item {
  min-width: 15rem;
}
#navbarMain .dropdown-menu .menu-item .dropdown-item:is(:link, :visited) {
  padding: 0.875rem 1.5rem;
  transition: none;
}
#navbarMain .dropdown-menu .menu-item .dropdown-item:is(:hover, :focus) {
  text-decoration: none;
}

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

/*===================*/
/* MOBILE NAVIGATION */
/*===================*/
/* Note: There may be overlap between this stylesheet and the _header.scss stylesheet,
 as well as the mega menu stylesheet -- 
 as this stylesheet is for mobile only and the other stylesheets are for desktop only. */
.header .mobile-nav.student-login, .header .mobile-nav.school-link, .header .mobile-nav.find-program, .header .mobile-nav.request-info {
  display: none !important;
}

@media (max-width: 991px) {
  .header {
    display: grid;
    position: fixed;
    grid-template-columns: 5fr 1fr;
    top: 0 !important;
    /* Shows Shopping Cart Icon Only on Header */
    /* Hides Desktop Nav Bar on Mobile */
    /* Hamburger Button Wrapper */
    /* Hamburger Button Text: Menu/Close */
    /* Hides Default Close Button on Expanded Menu */
    /* Mobile Menu Toggle */
    /* Mobile Mega Menu */
    /* Mobile Menu */
  }
  .header .mobile-nav {
    /* Shows Mobile Nav Links on Mobile Menu */
  }
  .header .mobile-nav.student-login, .header .mobile-nav.school-link, .header .mobile-nav.find-program, .header .mobile-nav.request-info {
    display: block !important;
  }
  .header .navbar-options .cta-btns {
    display: block !important;
  }
  .header .navbar-options .cta-btns > *:not(.shopping-cart-icon) {
    display: none !important;
  }
  .header .navbar-options .cta-btns .shopping-cart-icon {
    margin: 0;
  }
  .header .inner-navbar,
  .header .navbar-toggler.collapsed {
    display: none !important;
  }
  .header .mobile-menu-btn,
  .header .mega-toggle-blocks-right {
    background-color: #582C83 !important;
  }
  .header button.mega-toggle-animated.mega-toggle-animated-slider {
    position: relative;
  }
  .header button.mega-toggle-animated.mega-toggle-animated-slider[aria-expanded=false]::before, .header button.mega-toggle-animated.mega-toggle-animated-slider[aria-expanded=true]::before {
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--epilogue);
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
  }
  .header button.mega-toggle-animated.mega-toggle-animated-slider[aria-expanded=false]::before {
    content: "Menu";
  }
  .header button.mega-toggle-animated.mega-toggle-animated-slider[aria-expanded=true]::before {
    content: "Close";
  }
  .header .mega-close {
    display: none !important;
  }
  .header #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    right: 0 !important;
    left: initial !important;
    top: var(--headeroffset) !important;
  }
  .header .mega-menu {
    background-color: #582C83 !important;
    right: 0 !important;
    left: initial !important;
    top: var(--headeroffset) !important;
    /* Hides Unused Column on Mobile */
  }
  .header .mega-menu ul.mega-sub-menu[style="--columns:12"] > li.mega-menu-column:first-child {
    display: none !important;
  }
  .header .mega-menu .mega-sub-menu {
    flex-direction: column !important;
  }
  .header .mega-menu .mega-sub-menu .mega-menu-column {
    padding: 0 !important;
  }
  .header .mega-menu .mega-sub-menu .mega-menu-row .mega-menu-item {
    border: 0 !important;
  }
  .header .mega-menu .mega-sub-menu .mega-menu-row .mega-menu-item::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #582C83;
  }
  .header .mega-menu .mega-sub-menu .mega-menu-row .mega-menu-item .mega-menu-link {
    margin-top: 1rem !important;
    padding: 0 !important;
  }
  .header .mega-menu .mega-current-menu-item > .mega-menu-link {
    text-decoration: none !important;
  }
  .header .mega-menu .mega-menu-item {
    border-bottom: 1px solid #fff !important;
  }
  .header .mega-menu .mega-menu-item .mega-menu-link {
    height: auto !important;
    padding: 0.25rem 0 0.25rem 1rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    /* Dropdown Menu */
  }
  .header .mega-menu .mega-menu-item .mega-menu-link > .mega-indicator {
    padding: 0 1rem 0 0.75rem !important;
    border-left: 1px solid #fff;
    position: relative;
  }
  .header .mega-menu .mega-menu-item .mega-menu-link[aria-expanded=true] > .mega-indicator::after {
    transform: rotate(180deg) !important;
    transition: 0.2s ease-in-out;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    flex-direction: column;
    padding: 0 !important;
    transform: none !important;
  }
  /* Activated Menu Dropdown Item */
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: #201547 !important;
  }
  /* Removes Text Decoration from Mobile Menu Links */
  .mega-menu .mega-sub-menu .mega-menu-link:is(:link, :visited):not(.mega-menu-link[href="#"]:first-child) {
    text-decoration: none !important;
  }
  /* Disable Dark Overlay when Mobile Menu is Open */
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
    display: none !important;
  }
  /* Show Organizations and Community Impact Links on Mobile */
  #mega-menu-item-2700 .mega-menu-link,
  #mega-menu-item-2699 .mega-menu-link {
    display: flex !important;
    align-items: center !important;
    border-bottom: 1px solid transparent !important;
  }
  /* Student Login and furman.com Links */
  #mega-menu-item-2626 .mega-menu-link::after,
  #mega-menu-item-2627 .mega-menu-link::after {
    background: url("/wp-content/uploads/sites/2/2025/11/arrow-diag-white.svg") no-repeat center center;
  }
  /*
    Find My Program Button
    Request Info Button
  */
  #mega-menu-item-2629,
  #mega-menu-item-2628 {
    border: 0 !important;
  }
  #mega-menu-item-2629 .mega-menu-link,
  #mega-menu-item-2628 .mega-menu-link {
    font-family: var(--oswald) !important;
    font-weight: 400 !important;
    font-size: 1.125rem !important;
    text-align: center !important;
    text-transform: uppercase !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    color: #201547 !important;
  }
  /* Find My Program Button */
  #mega-menu-item-2628 .mega-menu-link {
    background-color: #fff !important;
  }
  /* Request Info Button */
  #mega-menu-item-2629 {
    background-color: #AADEEB !important;
  }
  #mega-menu-item-2629 .mega-menu-link::before {
    content: "\f061";
    font-family: var(--fa-version) !important;
    font-weight: 600 !important;
    margin-right: 0.5rem !important;
  }
  /* Mobile Nav Submenu Subheading */
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    display: flex;
    align-items: center;
    text-transform: none;
    color: #582C83;
    font-weight: 700 !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 0 !important;
    padding: 1rem !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:is(:hover, :focus),
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:is(:hover, :focus) {
    color: #582C83;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link::before,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::before {
    content: "" !important;
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
    background-image: url(/wp-content/uploads/sites/2/2025/12/diamond-purple.png) !important;
    background-size: cover !important;
  }
  /* Mobile Nav Submenu Link */
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    padding: 0.75rem 1rem !important;
    margin-top: 0 !important;
    color: #201547 !important;
    font-weight: 500 !important;
  }
  /**********************************************+++++++++++++++++++++++++++++++****/
  /* Fixes bug where the mega menu submenu is visible when the mega menu is closed */
  /***************************************+++++++++++++++++++++++++++++++***********/
  .mega-menu-toggle:has(button[aria-expanded=false]) + #mega-menu-menu-1 .mega-sub-menu {
    visibility: hidden !important;
    height: 0 !important;
  }
  /**************************++++++++++++++++++++++++++++****/
  /* Fixes bug where menu stutters when opening and closing */
  /***************************************+++++++************/
  .header #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    right: initial !important;
    left: 0 !important;
    top: var(--headeroffset) !important;
    transform: translatex(100000px) !important;
  }
  .header #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    right: initial !important;
    left: 0 !important;
    top: var(--headeroffset) !important;
    transform: translatex(0) !important;
  }
}
/* Current Page */
@media only screen and (max-width: 991px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #fff;
    background: #582C83;
  }
}
/*=======*/
/* PAGES */
/*=======*/
/*==========*/
/* SECTIONS */
/*==========*/
/*=====================*/
/* AT A GLANCE SECTION */
/*=====================*/
.at-a-glance-section-1 {
  position: relative;
  top: -100px;
  /* Diamond Icon Markers */
  /* NLP: COURSE SCHEDULE BLOCK OVERRIDES */
}
.at-a-glance-section-1 .container,
.at-a-glance-section-1 .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}
.at-a-glance-section-1 .large-card {
  border-radius: 20px;
  padding: 50px !important;
}
.at-a-glance-section-1 .nlp-schedule__enroll-by,
.at-a-glance-section-1 .nlp-schedule__start,
.at-a-glance-section-1 .nlp-snippet-value {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.at-a-glance-section-1 .nlp-schedule__enroll-by::before,
.at-a-glance-section-1 .nlp-schedule__start::before,
.at-a-glance-section-1 .nlp-snippet-value::before {
  content: "";
  display: inline-block;
  max-width: 20px;
  width: 100%;
  height: 100%;
  max-height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.at-a-glance-section-1 .nlp-schedule__start::before {
  background-image: url("/wp-content/uploads/sites/2/2025/12/diamond-yellow.png");
}
.at-a-glance-section-1 .nlp-snippet-value::before,
.at-a-glance-section-1 .nlp-schedule__enroll-by::before {
  background-image: url("/wp-content/uploads/sites/2/2025/12/diamond-purple.png");
}
.at-a-glance-section-1 .nlp-schedule .nlp-schedule__term,
.at-a-glance-section-1 .nlp-schedule .nlp-schedule__end,
.at-a-glance-section-1 .nlp-schedule .nlp-schedule__schedule-days {
  display: none;
}
.at-a-glance-section-1 .nlp-schedule .nlp-schedule__start,
.at-a-glance-section-1 .nlp-schedule .nlp-schedule__enroll-by {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

/* Labels */
.nlp-schedule__enroll-by-label {
  font-weight: 600;
}

.nlp-course-snippet .nlp-snippet-label {
  font-family: var(--oswald) !important;
  font-size: 1.88rem;
  color: inherit;
  margin: 0 0 0.75em !important;
  line-height: 1.2;
}
.nlp-course-snippet .nlp-snippet-value {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.nlp-course-snippet.categories {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.nlp-course-snippet.categories .nlp-snippet-value {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
  border-radius: 50px;
  color: #fff;
  background-color: #582C83;
}
.nlp-course-snippet.categories .nlp-snippet-value::before {
  display: none;
}

.course-overview-card p.pb-0.mb-0 {
  display: none;
}
.course-overview-card .topic-badge::before {
  content: "";
}

/*-----------*/
/* Container */
/*-----------*/
@media (min-width: 992px) {
  .container,
  .container-fluid {
    padding-top: var(--cont-pad-dt-top, 80px);
    padding-bottom: var(--cont-pad-dt-bottom, 80px);
  }
}
/*-------------------*/
/* Main Hero Section */
/*-------------------*/
.main-hero-section {
  position: relative;
}
.main-hero-section h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: inherit;
}
.main-hero-section h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: inherit;
}
.main-hero-section.main-hero-section--gradient .container,
.main-hero-section.main-hero-section--gradient .container-fluid {
  position: relative;
  z-index: 2;
}
.main-hero-section.main-hero-section--gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(32, 21, 71, 0.8) 100%);
}
.main-hero-section.main-hero-section--gradient .cta-btns {
  display: flex;
  gap: 20px;
  align-items: start;
  margin-top: 2rem;
}
.main-hero-section.main-hero-section--gradient .cta-btns .btn {
  margin: 0 !important;
}
@media (max-width: 991px) {
  .main-hero-section .container,
  .main-hero-section .container-fluid {
    padding-top: var(--cont-pad-mb-top, 120px);
    padding-bottom: var(--cont-pad-mb-bottom, 120px);
  }
}
@media (min-width: 992px) {
  .main-hero-section .container,
  .main-hero-section .container-fluid {
    padding-top: var(--cont-pad-dt-top, 120px);
    padding-bottom: var(--cont-pad-dt-bottom, 120px);
  }
}

/*==============*/
/* WP TEMPLATES */
/*==============*/
/*------------------*/
/* Articles Archive */
/*------------------*/
#blog-home {
  /* Featured Article */
}
#blog-home .r-archive-blog .result-list {
  gap: 50px;
  max-width: 1440px;
  margin: 0 auto;
}
#blog-home .r-archive-blog .result-list .r-item {
  gap: 1rem;
  border-radius: 0;
  overflow: hidden;
  background-color: var(--white);
  border: 0 !important;
  padding: 0;
}
#blog-home .r-archive-blog .result-list .r-item .r-content-block {
  padding: 0 2rem 2rem;
  gap: 0;
}
#blog-home .r-archive-blog .result-list .r-item .btn-taxonomy {
  background-color: #F4F4F5;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 0.325rem 0.5rem;
}
#blog-home .r-archive-blog .result-list .r-item .r-hero img {
  height: 100%;
  width: 100%;
}
#blog-home .r-archive-blog .result-list .r-item .r-meta {
  order: -1;
}
#blog-home .r-archive-blog .result-list .r-item .r-headline h3 {
  /* Truncate text */
  font-family: var(--oswald);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  line-height: 0.5 !important;
}
#blog-home .r-archive-blog .result-list .r-item .r-headline h3 a:is(:link, :visited) {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: #AADEEB;
}
#blog-home .r-archive-blog .result-list .r-item .r-headline h3 a:is(:hover, :focus) {
  text-decoration: none;
  color: #582C83;
  outline: 0;
}
#blog-home .r-archive-blog .result-list .r-item .r-action .btn {
  padding: 10px 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.125rem;
  font-weight: 600 !important;
  margin: 1rem 0 0;
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 10%;
  background-color: transparent !important;
}
#blog-home .r-archive-blog .result-list .r-item .r-action .btn:is(:hover, :focus) {
  text-decoration: none;
}
#blog-home .r-archive-blog .result-list .r-item .r-action .btn::after {
  content: "\f054";
  font-family: var(--fa-version);
  font-size: 1rem;
}
#blog-home .featured-article .block-posts .r-item .r-hero img {
  -o-object-position: 50% 35% !important;
     object-position: 50% 35% !important;
  aspect-ratio: 2/1.125 !important;
}

/* Results */
#results .r-body .r-item {
  padding: 2rem;
}
#results .r-body .r-content-block {
  padding: 0 !important;
}

@media (max-width: 991px) {
  #blog-home .r-archive-blog .result-list {
    gap: 35px;
  }
}
/* Temp: Styles */
/*-----------*/
/* Blog Post */
/*-----------*/
.blog-single {
  position: relative;
  /* Back to Articles Button */
  /* Blog Container */
  /* Related Posts Section */
  /* CTA Builder Section */
  /*
  .block-cta-builder {
    .btn {
      background-color: #fff !important;
      color: var(--red-200) !important;

      &:is(:hover, :focus) {
        background-color: var(--blue-300) !important;
        color: #fff !important;
      }
    }
  }
  */
}
.blog-single .btn--back {
  padding: 1rem;
}
.blog-single .row-single {
  margin: 0;
}
.blog-single .col-single-content .grid {
  gap: 0 !important;
}
.blog-single .col-single-content .grid .breadcrumbs {
  display: none;
  order: -1;
  margin-top: 30px;
  margin-bottom: 60px;
}
.blog-single .col-single-content .grid .breadcrumbs a:is(:link, :visited) {
  text-decoration: none;
  color: var(--black);
  font-weight: 400;
}
.blog-single .col-single-content .grid .breadcrumbs a:is(:hover, :focus) {
  text-decoration: underline;
  text-decoration-color: var(--orange);
}
.blog-single .col-single-content .grid .breadcrumbs .bread-wrapper {
  font-weight: 900 !important;
  color: var(--orange) !important;
}
.blog-single .col-single-content .grid .headline {
  display: grid;
  order: 0;
}
.blog-single .col-single-content .grid .headline h1 {
  font-family: var(--abril);
  font-size: clamp(1.875rem, 5vw, 3rem);
  font-style: italic;
  font-weight: 700 !important;
  text-transform: none;
  max-width: 100%;
  margin-bottom: 10px !important;
}
.blog-single .col-single-content .grid .headline .meta {
  order: 1;
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog-single .col-single-content .grid .headline .categories {
  display: none;
}
.blog-single .col-single-content .grid .featured-image {
  width: 100%;
  margin-bottom: 35px;
}
.blog-single .col-single-content .grid .featured-image .wp-image {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
  border-bottom: 1rem solid #582C83;
}
.blog-single .col-single-content .grid .share {
  display: none !important;
}
.blog-single h2 {
  font-size: 1.5rem;
  margin-top: 2rem !important;
  margin-bottom: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
.blog-single h2:first-child {
  margin-top: 0 !important;
}
.blog-single ul {
  margin-bottom: 1.5rem;
}
.blog-single hr {
  width: 100px;
  border: 0;
  margin: 0 auto 20px 0;
}
.blog-single .related-posts-after-content h2 {
  font-size: clamp(2.25rem, 5vw, 2.5rem) !important;
  line-height: 1.2 !important;
  font-weight: 400;
}

@media (max-width: 991px) {
  .blog-single .section-container.container {
    padding-top: 80px;
  }
  .blog-single .section-container.container > .row > .col-12 {
    padding: 0;
  }
  .blog-single .section-related-posts .col-12,
  .blog-single .cta-section .col-12 {
    padding-left: var(--grid-spacing) !important;
    padding-right: var(--grid-spacing) !important;
  }
  .blog-single .result-list {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */