@charset "UTF-8";
* {
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  min-height: 100%;
}

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

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul:not(.block-editor-block-list__layout),
ol {
  list-style: none;
}

li {
  display: list-item;
}

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

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

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

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

html, body {
  font-size: 16px;
  background-color: #ffffff;
  color: #666666;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

svg {
  fill: currentColor;
}

img {
  height: auto;
  max-width: 100%;
  width: auto;
}

h1, .title--xl {
  margin-bottom: 1rem;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  word-break: normal;
  font-size: clamp(2rem, 6vw, 3.5rem);
}
h1:first-child, .title--xl:first-child {
  padding-top: 0;
}
h1.title--long, .title--xl.title--long {
  font-size: clamp(1.5rem, 4.5vw, 2.5rem);
}

h2, .title--large {
  margin-bottom: 1rem;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.5rem, 4.5vw, 2.5rem);
}
h2:first-child, .title--large:first-child {
  padding-top: 0;
}
h2.title--long, .title--large.title--long {
  font-size: clamp(1.25rem, 4.5vw, 2rem);
}

h3, .title--med {
  margin-bottom: 1rem;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.25rem, 4.5vw, 2rem);
}
h3:first-child, .title--med:first-child {
  padding-top: 0;
}
h3.title--long, .title--med.title--long {
  font-size: clamp(1.25rem, 4vw, 1.5rem);
}

h4, .title--medSmall {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
}
h4:first-child, .title--medSmall:first-child {
  padding-top: 0;
}

h5, .title--small {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
}
h5:first-child, .title--small:first-child {
  padding-top: 0;
}

h6, .title--xs {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: 1.125rem;
  font-weight: bold;
  color: #C84E00;
  text-transform: uppercase;
  text-transform: uppercase;
}
h6:first-child, .title--xs:first-child {
  padding-top: 0;
}

p {
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.1875rem;
}

blockquote {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: 400;
}
blockquote p {
  font-size: 1.25rem;
}

main p a, main li a, main blockquote a, main table a {
  color: #001E62;
}
main p a:hover, main p a:focus, main li a:hover, main li a:focus, main blockquote a:hover, main blockquote a:focus, main table a:hover, main table a:focus {
  color: #091123;
}
main .hero--theme-dn a,
main .hero--theme-mn a,
main .stripe-news-feeder--theme-mn a {
  color: #ffffff;
}
main .hero--theme-dn a:hover, main .hero--theme-dn a:focus,
main .hero--theme-mn a:hover,
main .hero--theme-mn a:focus,
main .stripe-news-feeder--theme-mn a:hover,
main .stripe-news-feeder--theme-mn a:focus {
  color: #ffffff;
  text-decoration: none;
}
main ul:not(.ab-top-menu):not(.accordion-group):not(.dept-links):not(.accordion-group):not(.menu):not(.sub-menu):not(.timeline__dates):not(.stripe-events-feature__events):not(.stripe-news-feature__posts):not(.faculty-hero__contacts):not(.faculty-hero__misc):not(.event-listing__info):not(.directory-intro__list):not(.directory-bar):not(.tribe-events-c-top-bar__nav-list):not(.tribe-events-c-view-selector__list) {
  padding-left: 0;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-size: 1.125rem;
  text-align: left;
  padding-left: 1rem;
}
main ul:not(.ab-top-menu):not(.accordion-group):not(.dept-links):not(.accordion-group):not(.menu):not(.sub-menu):not(.timeline__dates):not(.stripe-events-feature__events):not(.stripe-news-feature__posts):not(.faculty-hero__contacts):not(.faculty-hero__misc):not(.event-listing__info):not(.directory-intro__list):not(.directory-bar):not(.tribe-events-c-top-bar__nav-list):not(.tribe-events-c-view-selector__list) > li {
  line-height: 1.5;
  display: list-item;
  list-style-position: outside;
}
main ul:not(.ab-top-menu):not(.accordion-group):not(.dept-links):not(.accordion-group):not(.menu):not(.sub-menu):not(.timeline__dates):not(.stripe-events-feature__events):not(.stripe-news-feature__posts):not(.faculty-hero__contacts):not(.faculty-hero__misc):not(.event-listing__info):not(.directory-intro__list):not(.directory-bar):not(.tribe-events-c-top-bar__nav-list):not(.tribe-events-c-view-selector__list) > li::before {
  content: "◆";
  color: #E89923;
  position: relative;
  top: -0.1em;
  margin-right: 0.5rem;
}
main ul:not(.ab-top-menu):not(.accordion-group):not(.dept-links):not(.accordion-group):not(.menu):not(.sub-menu):not(.timeline__dates):not(.stripe-events-feature__events):not(.stripe-news-feature__posts):not(.faculty-hero__contacts):not(.faculty-hero__misc):not(.event-listing__info):not(.directory-intro__list):not(.directory-bar):not(.tribe-events-c-top-bar__nav-list):not(.tribe-events-c-view-selector__list) > li ol {
  margin-left: 2rem;
  margin-top: 1rem;
  counter-reset: nested-ol;
  display: grid;
  gap: 0.5;
  padding-left: 1rem;
}
main ul:not(.ab-top-menu):not(.accordion-group):not(.dept-links):not(.accordion-group):not(.menu):not(.sub-menu):not(.timeline__dates):not(.stripe-events-feature__events):not(.stripe-news-feature__posts):not(.faculty-hero__contacts):not(.faculty-hero__misc):not(.event-listing__info):not(.directory-intro__list):not(.directory-bar):not(.tribe-events-c-top-bar__nav-list):not(.tribe-events-c-view-selector__list) > li ol li {
  display: list-item;
  list-style-position: outside;
  counter-increment: nested-ol;
}
main ul:not(.ab-top-menu):not(.accordion-group):not(.dept-links):not(.accordion-group):not(.menu):not(.sub-menu):not(.timeline__dates):not(.stripe-events-feature__events):not(.stripe-news-feature__posts):not(.faculty-hero__contacts):not(.faculty-hero__misc):not(.event-listing__info):not(.directory-intro__list):not(.directory-bar):not(.tribe-events-c-top-bar__nav-list):not(.tribe-events-c-view-selector__list) > li ol li::before {
  content: counter(nested-ol) ". ";
  font-size: 1rem;
}
main ul:not(.ab-top-menu):not(.accordion-group):not(.dept-links):not(.accordion-group):not(.menu):not(.sub-menu):not(.timeline__dates):not(.stripe-events-feature__events):not(.stripe-news-feature__posts):not(.faculty-hero__contacts):not(.faculty-hero__misc):not(.event-listing__info):not(.directory-intro__list):not(.directory-bar):not(.tribe-events-c-top-bar__nav-list):not(.tribe-events-c-view-selector__list) > li ol li ol {
  padding-left: 1rem;
  display: grid;
  gap: 0.5;
}
main ul:not(.ab-top-menu):not(.accordion-group):not(.dept-links):not(.accordion-group):not(.menu):not(.sub-menu):not(.timeline__dates):not(.stripe-events-feature__events):not(.stripe-news-feature__posts):not(.faculty-hero__contacts):not(.faculty-hero__misc):not(.event-listing__info):not(.directory-intro__list):not(.directory-bar):not(.tribe-events-c-top-bar__nav-list):not(.tribe-events-c-view-selector__list) > li ol li ol li {
  display: list-item;
  list-style-position: outside;
}
main ul:not(.ab-top-menu):not(.accordion-group):not(.dept-links):not(.accordion-group):not(.menu):not(.sub-menu):not(.timeline__dates):not(.stripe-events-feature__events):not(.stripe-news-feature__posts):not(.faculty-hero__contacts):not(.faculty-hero__misc):not(.event-listing__info):not(.directory-intro__list):not(.directory-bar):not(.tribe-events-c-top-bar__nav-list):not(.tribe-events-c-view-selector__list) > li ol li ol li::before {
  content: counters(nested-ol, ". ") " ";
}
main ul:not(.ab-top-menu):not(.accordion-group):not(.dept-links):not(.accordion-group):not(.menu):not(.sub-menu):not(.timeline__dates):not(.stripe-events-feature__events):not(.stripe-news-feature__posts):not(.faculty-hero__contacts):not(.faculty-hero__misc):not(.event-listing__info):not(.directory-intro__list):not(.directory-bar):not(.tribe-events-c-top-bar__nav-list):not(.tribe-events-c-view-selector__list) > li ul {
  margin: 0.5em 0 0 1rem;
  display: grid;
  gap: 0.5;
  padding-left: 1rem;
}
main ul:not(.ab-top-menu):not(.accordion-group):not(.dept-links):not(.accordion-group):not(.menu):not(.sub-menu):not(.timeline__dates):not(.stripe-events-feature__events):not(.stripe-news-feature__posts):not(.faculty-hero__contacts):not(.faculty-hero__misc):not(.event-listing__info):not(.directory-intro__list):not(.directory-bar):not(.tribe-events-c-top-bar__nav-list):not(.tribe-events-c-view-selector__list) > li ul > li {
  display: list-item;
  list-style-position: outside;
}
main ul:not(.ab-top-menu):not(.accordion-group):not(.dept-links):not(.accordion-group):not(.menu):not(.sub-menu):not(.timeline__dates):not(.stripe-events-feature__events):not(.stripe-news-feature__posts):not(.faculty-hero__contacts):not(.faculty-hero__misc):not(.event-listing__info):not(.directory-intro__list):not(.directory-bar):not(.tribe-events-c-top-bar__nav-list):not(.tribe-events-c-view-selector__list) > li ul > li::m {
  content: "●";
}
main ul:not(.ab-top-menu):not(.accordion-group):not(.dept-links):not(.accordion-group):not(.menu):not(.sub-menu):not(.timeline__dates):not(.stripe-events-feature__events):not(.stripe-news-feature__posts):not(.faculty-hero__contacts):not(.faculty-hero__misc):not(.event-listing__info):not(.directory-intro__list):not(.directory-bar):not(.tribe-events-c-top-bar__nav-list):not(.tribe-events-c-view-selector__list) > li ul > li ul > li::before {
  content: "■";
}
main ol {
  counter-reset: custom-ol;
  margin-bottom: 1em;
  font-size: 1.125em;
  display: grid;
  gap: 0.5;
  padding-left: 1rem;
}
main ol > li {
  display: list-item;
  list-style-position: outside;
  counter-increment: custom-ol;
  margin-bottom: 8px;
  line-height: 1.5;
}
main ol > li::before {
  content: counter(custom-ol) ". ";
  color: #C84E00;
  font-weight: 700;
  font-size: 1.35em;
  font-family: "Merriweather", sans-serif;
  position: relative;
  top: 0.075em;
  width: 1em;
  display: inline-block;
  text-align: center;
  padding-right: 0.55em;
}
main ol > li ul {
  margin-left: 1rem;
  display: grid;
  gap: 0.5;
  padding-left: 1rem;
}
main ol > li ul li {
  display: list-item;
  list-style-position: outside;
  padding-left: 0.5rem;
}
main ol > li ul li ol li {
  display: list-item;
  list-style-position: outside;
}
main ol > li ul li ol li::before {
  content: counter(custom-ol) ". ";
}
main ol > li ol {
  margin-left: 2rem;
  display: grid;
  gap: 0.5;
  grid-column: 2;
  padding-left: 1rem;
}
main ol > li ol li {
  display: list-item;
  list-style-position: outside;
}
main ol > li ol li::before {
  content: counters(custom-ol, ". ") ". ";
  font-size: 1rem;
  width: 2rem;
}
main ol > li ol li ol {
  margin-left: 3rem;
  margin-top: 1rem;
  display: grid;
  gap: 0.5;
  padding-left: 1rem;
}
main ol > li ol li ol li {
  display: list-item;
  list-style-position: outside;
}
main ol > li ol li ol li::before {
  content: counters(custom-ol, ". ") " ";
  width: 3rem;
  font-size: 1rem;
}
main .contain {
  max-width: calc(1180px + 2em);
  margin: 0 auto;
  padding: 0 1em;
}

.text--dn {
  font-weight: 600;
  color: #001E62;
}

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

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.header {
  padding: 1em 1em 0;
  background-color: var(--header-bg-color);
  --header-bg-color: #ffffff;
  --header-li-text-color: #091123;
  --header-main-caret-filter: unset;
  --header-eyebrow-caret-filter: unset;
  --header-eyebrow-text-color: #666666;
  --header-eyebrow-text-hover-color: #091123;
  --header-eyebrow-caret-opacity: 1;
  --header-eyebrow-button-text: #091123;
  --header-eyebrow-button-filter: unset;
  --header-eyebrow-external-opacity: 0.6;
  --header-eyebrow-external-hover-opacity: 1;
}
.header--theme-dn, .header--theme-mn {
  --header-li-text-color: #ffffff;
  --header-eyebrow-text-color: #B5B5B5;
  --header-eyebrow-text-hover-color: #ffffff;
  --header-eyebrow-caret-filter: brightness(0) invert(1);
  --header-eyebrow-caret-opacity: 0.7;
  --header-eyebrow-button-text: #ffffff;
  --header-eyebrow-button-filter: brightness(0) invert(1);
}
.header--theme-dn {
  --header-bg-color: #001E62;
  --header-main-eyebrow-filter: brightness(0) invert(1);
}
.header--theme-mn {
  --header-bg-color: #091123;
}
.header--theme-wg {
  --header-bg-color: #F3F2F1 ;
}
.header__logo {
  transition: 0.25s ease;
}
.header__logo figure {
  margin-bottom: 0;
}
.header__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1376px;
  margin: 0 auto;
  gap: 16px;
}
.header__grid .button--alt {
  background-color: transparent;
  color: var(--header-eyebrow-button-text);
  padding: 6px 12px;
  font-weight: 400;
  text-transform: capitalize;
}
.header__grid .button--alt::after {
  content: "";
  background: url(../assets/arrow-midnight.svg);
  width: 1.25em;
  height: 1.25em;
  background-size: contain;
  filter: var(--header-eyebrow-button-filter);
}
.header__grid .button--alt:hover, .header__grid .button--alt:focus {
  color: #ffffff;
  background-color: rgb(149, 58.11, 0);
}
.header__grid .button--alt:hover::after, .header__grid .button--alt:focus::after {
  filter: brightness(0) invert(1);
}
.header__grid .button--mobile {
  display: none;
}
.header__toggle {
  height: 2em;
  font-size: 1rem;
  background-color: #F3F2F1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  gap: 0.5em;
  color: #091123;
  cursor: pointer;
}
.header__toggle span {
  font-size: 14px;
}
.header__toggle::after {
  content: url(../assets/hamburger.svg);
}
.header__toggle[aria-expanded=true]::after {
  content: url(../assets/close.svg);
}
.header .navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1em;
  z-index: 999;
}
.header .navigation .nav-item__button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.header .navigation .nav-item__button::after {
  content: url(../assets/down-caret.svg);
  position: relative;
}
.header .navigation .nav-item.external a::after {
  content: "";
  background: url(../assets/external-link-midnight.svg);
  width: 1.25em;
  height: 1.25em;
  background-size: contain;
  filter: var(--header-li-text-color);
  vertical-align: middle;
  display: inline-block;
}
.header .navigation .nav-item.external:hover a::after {
  opacity: var(--header-eyebrow-external-hover-opacity);
}
.header .navigation .nav-item--search .nav-item__button {
  font-size: 13px;
  width: 36px;
  display: flex;
  justify-content: center;
}
.header .navigation .nav-item--search .nav-item__button::after {
  content: url(../assets/search.svg);
  position: relative;
  filter: var(--header-eyebrow-button-filter);
}
.header .navigation .nav-item--search .nav-item__button[aria-expanded=true]::after {
  transform: none;
  top: 0;
}
.header .navigation .nav-item--search .sub-menu {
  width: 191px;
  transform: translateX(-155px);
}
.header .navigation .nav-item--search .search-form {
  padding: 0.5em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: space-between;
  width: 100%;
}
.header .navigation .nav-item--search .search-form button {
  background-color: unset;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 10%;
}
.header .navigation .nav-item--search .search-form button::after {
  content: "";
  background: url(../assets/arrow-midnight.svg);
  height: 1.5em;
  width: 1.5em;
  display: block;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.header .navigation .nav-item--search .search-form input {
  border: 1px solid #666666;
  width: 100%;
}
.header .navigation .sub-menu {
  position: absolute;
  visibility: hidden;
  background-color: #F3F2F1;
  z-index: 999;
  max-width: 250px;
  box-shadow: 0 1rem 1.5rem -0.5rem rgba(0, 0, 0, 0.75);
}
.header .navigation .sub-menu a, .header .navigation .sub-menu span {
  cursor: pointer;
}
.header .navigation__row {
  display: flex;
  align-items: center;
}
.header .navigation__row--eyebrow {
  font-size: 14px;
  gap: 1rem;
  order: 1;
}
.header .navigation__row--eyebrow .nav-item__button:not(.button), .header .navigation__row--eyebrow .nav-item > a:not(.button) {
  color: var(--header-eyebrow-text-color);
}
.header .navigation__row--eyebrow .nav-item__button:not(.button)::after, .header .navigation__row--eyebrow .nav-item > a:not(.button)::after {
  opacity: var(--header-eyebrow-caret-opacity);
  filter: var(--header-eyebrow-caret-filter);
}
.header .navigation__row--eyebrow .nav-item__button:not(.button):hover, .header .navigation__row--eyebrow .nav-item__button:not(.button):focus, .header .navigation__row--eyebrow .nav-item > a:not(.button):hover, .header .navigation__row--eyebrow .nav-item > a:not(.button):focus {
  color: var(--header-eyebrow-text-hover-color);
}
.header .navigation__row--eyebrow .nav-item__button[aria-expanded=true], .header .navigation__row--eyebrow .nav-item > a[aria-expanded=true] {
  text-decoration: underline;
}
.header .navigation__row--eyebrow .nav-item__button[aria-expanded=true]::after, .header .navigation__row--eyebrow .nav-item > a[aria-expanded=true]::after {
  transform: rotate(180deg);
  top: 0.07em;
}
.header .navigation__row--eyebrow .nav-item.external > a::after {
  opacity: var(--header-eyebrow-external-opacity);
}
.header .navigation__row--eyebrow .sub-menu {
  margin-top: 8px;
  width: 155px;
  z-index: 1;
}
.header .navigation__row--eyebrow .sub-menu li {
  width: 100%;
}
.header .navigation__row--eyebrow .sub-menu li:last-child {
  border-bottom: none;
}
.header .navigation__row--eyebrow .sub-menu li a {
  padding: 12px;
  display: inline-block;
  color: #091123;
  width: 100%;
  text-decoration: none;
}
.header .navigation__row--eyebrow .sub-menu li a:hover, .header .navigation__row--eyebrow .sub-menu li a:focus {
  color: #ffffff !important;
  background-color: #666666;
}
.header .navigation__row--main {
  order: 2;
}
.header .navigation__row--main > .nav-item > .nav-item__button, .header .navigation__row--main > .nav-item > a {
  text-transform: uppercase;
}
.header .navigation__row--main > .nav-item:last-of-type .sub-menu .sub-menu {
  right: 100%;
  left: unset;
}
@media only screen and (max-width: 1680px) {
  .header .navigation__row--main > .nav-item:nth-last-of-type(2) .sub-menu .sub-menu {
    right: 100%;
    left: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .header .navigation__row--main > .nav-item:nth-last-of-type(2) .sub-menu .sub-menu {
    left: 0;
  }
}
.header .navigation__row--main .nav-item__button, .header .navigation__row--main .nav-item > a {
  font-size: 15px;
  padding: 0.5em 0.75em;
  font-weight: 600;
  color: var(--header-li-text-color);
}
.header .navigation__row--main .nav-item__button::after, .header .navigation__row--main .nav-item > a::after {
  filter: var(--main-main-caret-filter);
}
.header .navigation__row--main .nav-item__button[aria-expanded=true], .header .navigation__row--main .nav-item > a[aria-expanded=true] {
  background-color: #F3F2F1;
  color: #091123;
  text-decoration: underline;
}
.header .navigation__row--main .nav-item__button[aria-expanded=true]::after, .header .navigation__row--main .nav-item > a[aria-expanded=true]::after {
  transform: rotate(180deg);
  top: 0.15em;
  filter: unset;
}
.header .navigation__row--main .sub-menu li a, .header .navigation__row--main .sub-menu li button {
  font-weight: 600;
  color: #091123;
  font-size: 15px;
  padding: 16px;
  text-decoration: none;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  gap: 1em;
  min-height: 50px;
  transition: background-color 0.1s ease, text-decoration 0.1s ease, color 0.1s ease;
  border: none;
  background-color: transparent;
  cursor: pointer;
  align-items: center;
  text-align: left;
}
.header .navigation__row--main .sub-menu li a:hover, .header .navigation__row--main .sub-menu li a:focus, .header .navigation__row--main .sub-menu li button:hover, .header .navigation__row--main .sub-menu li button:focus {
  color: #ffffff;
  background-color: rgb(149, 58.11, 0);
}
.header .navigation__row--main .sub-menu li a:hover::after, .header .navigation__row--main .sub-menu li a:focus::after, .header .navigation__row--main .sub-menu li button:hover::after, .header .navigation__row--main .sub-menu li button:focus::after {
  filter: brightness(0) invert(1);
}
.header .navigation__row--main .sub-menu li button::after {
  content: "";
  background: url(../assets/down-caret.svg);
  width: 9px;
  height: 1.25em;
  background-size: contain;
  font-size: 7px;
  transform: rotate(270deg);
}
.header .navigation__row--main .sub-menu li.has-children > a::after, .header .navigation__row--main .sub-menu li.has-children > span::after {
  content: url(../assets/down-caret.svg);
  transform: rotate(270deg);
}
.header .navigation__row--main .sub-menu li .sub-menu {
  left: 100%;
  margin-top: -50px;
  background-color: #666666;
  min-width: 210px;
}
.header .navigation__row--main .sub-menu li .sub-menu a {
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.header .navigation__row--main .sub-menu li .sub-menu a:hover, .header .navigation__row--main .sub-menu li .sub-menu a:focus {
  background-color: rgba(9, 17, 35, 0.4);
  text-decoration: underline;
}
.header .navigation__row--main .sub-menu li .sub-menu a::after {
  display: none;
}
.header .navigation__row--main .sub-menu li:hover > a, .header .navigation__row--main .sub-menu li:hover button, .header .navigation__row--main .sub-menu li:focus > a, .header .navigation__row--main .sub-menu li:focus button, .header .navigation__row--main .sub-menu li:focus-within > a, .header .navigation__row--main .sub-menu li:focus-within button {
  background-color: #666666;
  color: #ffffff;
}
.header .navigation__row--main .sub-menu li:hover > a::after, .header .navigation__row--main .sub-menu li:hover button::after, .header .navigation__row--main .sub-menu li:focus > a::after, .header .navigation__row--main .sub-menu li:focus button::after, .header .navigation__row--main .sub-menu li:focus-within > a::after, .header .navigation__row--main .sub-menu li:focus-within button::after {
  filter: brightness(0) invert(1);
}
.header .navigation__row--main .sub-menu li:hover > a, .header .navigation__row--main .sub-menu li:focus > a, .header .navigation__row--main .sub-menu li:focus-within > a {
  text-decoration: underline;
}
@media only screen and (max-width: 1280px) {
  .header__logo {
    max-width: 230px;
    min-height: 41px;
  }
  .header .navigation__row--main .nav-item__button {
    padding: 0.5em 0.45em;
  }
  .header .navigation__row--main .nav-item:last-of-type .sub-menu {
    right: 1em;
  }
  .header .navigation__row--main .nav-item--search .sub-menu {
    transform: unset;
  }
}
@media only screen and (max-width: 1180px) {
  .header__logo {
    max-width: 200px;
  }
  .header .navigation__row--main .nav-item__button {
    font-size: 13px;
  }
  .header .navigation__row--main .sub-menu li .sub-menu {
    min-width: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    padding: 1em 0 0;
  }
  .header__logo {
    max-width: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em;
    gap: clamp(1em, 7vw, 2.5em);
  }
  .header__grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .header__grid .button--mobile {
    display: inline-flex;
  }
  .header .navigation {
    gap: 0;
    position: absolute;
    width: 100%;
    top: 105px;
    background: #ffffff;
    visibility: hidden;
    height: 0;
    overflow-y: scroll;
  }
  .header .navigation__row--main, .header .navigation__row--eyebrow {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
  }
  .header .navigation__row--main .sub-menu, .header .navigation__row--eyebrow .sub-menu {
    position: relative;
    max-height: 0;
    overflow-y: hidden;
    margin: 0;
    max-width: unset;
  }
  .header .navigation__row--main .sub-menu li .sub-menu, .header .navigation__row--eyebrow .sub-menu li .sub-menu {
    left: 0;
    margin-top: 0;
  }
  .header .navigation__row--main .nav-item, .header .navigation__row--eyebrow .nav-item {
    width: 100%;
    border-bottom: 2px solid #F3F2F1;
    order: 2;
  }
  .header .navigation__row--main .nav-item > a, .header .navigation__row--main .nav-item button, .header .navigation__row--eyebrow .nav-item > a, .header .navigation__row--eyebrow .nav-item button {
    padding: 1rem;
    font-size: 1.25rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: left;
    gap: 0.5em;
    text-transform: capitalize;
    color: #001E62;
    text-decoration: none;
    font-family: "Roboto";
  }
  .header .navigation__row--main .nav-item > a:first-child, .header .navigation__row--main .nav-item button:first-child, .header .navigation__row--eyebrow .nav-item > a:first-child, .header .navigation__row--eyebrow .nav-item button:first-child {
    padding-top: 16px;
  }
  .header .navigation__row--main .nav-item__button, .header .navigation__row--eyebrow .nav-item__button {
    margin-bottom: 1rem;
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    color: #001E62;
    line-height: 1.257;
    word-break: break-word;
    font-size: clamp(1.25rem, 4.5vw, 2rem);
    text-transform: capitalize;
    margin: 0;
    padding: 0;
  }
  .header .navigation__row--main .nav-item__button:first-child, .header .navigation__row--eyebrow .nav-item__button:first-child {
    padding-top: 0;
  }
  .header .navigation__row--main .nav-item__button::after, .header .navigation__row--eyebrow .nav-item__button::after {
    content: url(../assets/Icon-diamond.svg);
  }
  .header .navigation__row--main .nav-item__button[aria-expanded=true], .header .navigation__row--eyebrow .nav-item__button[aria-expanded=true] {
    background-color: unset;
    border-color: transparent;
  }
  .header .navigation__row--main .nav-item__button[aria-expanded=true]::after, .header .navigation__row--eyebrow .nav-item__button[aria-expanded=true]::after {
    top: -0.3em;
  }
  .header .navigation__row--main .nav-item--search, .header .navigation__row--eyebrow .nav-item--search {
    order: 1;
  }
  .header .navigation__row--main .nav-item .sub-menu, .header .navigation__row--eyebrow .nav-item .sub-menu {
    width: calc(100% - 2em);
    margin: 0 auto;
  }
  .header .navigation__row--main .nav-item .sub-menu li > a, .header .navigation__row--main .nav-item .sub-menu li button, .header .navigation__row--eyebrow .nav-item .sub-menu li > a, .header .navigation__row--eyebrow .nav-item .sub-menu li button {
    font-size: 1rem;
  }
  .header .navigation__row--main .nav-item .sub-menu li:hover, .header .navigation__row--main .nav-item .sub-menu li:focus, .header .navigation__row--main .nav-item .sub-menu li:focus-within, .header .navigation__row--eyebrow .nav-item .sub-menu li:hover, .header .navigation__row--eyebrow .nav-item .sub-menu li:focus, .header .navigation__row--eyebrow .nav-item .sub-menu li:focus-within {
    background-color: initial;
    color: initial;
    text-decoration: unset;
  }
  .header .navigation__row--main .nav-item .sub-menu li:hover a, .header .navigation__row--main .nav-item .sub-menu li:hover button, .header .navigation__row--main .nav-item .sub-menu li:focus a, .header .navigation__row--main .nav-item .sub-menu li:focus button, .header .navigation__row--main .nav-item .sub-menu li:focus-within a, .header .navigation__row--main .nav-item .sub-menu li:focus-within button, .header .navigation__row--eyebrow .nav-item .sub-menu li:hover a, .header .navigation__row--eyebrow .nav-item .sub-menu li:hover button, .header .navigation__row--eyebrow .nav-item .sub-menu li:focus a, .header .navigation__row--eyebrow .nav-item .sub-menu li:focus button, .header .navigation__row--eyebrow .nav-item .sub-menu li:focus-within a, .header .navigation__row--eyebrow .nav-item .sub-menu li:focus-within button {
    background-color: initial;
    color: initial;
    text-decoration: unset;
  }
  .header .navigation__row--main .nav-item .sub-menu li:hover a::after, .header .navigation__row--main .nav-item .sub-menu li:hover button::after, .header .navigation__row--main .nav-item .sub-menu li:focus a::after, .header .navigation__row--main .nav-item .sub-menu li:focus button::after, .header .navigation__row--main .nav-item .sub-menu li:focus-within a::after, .header .navigation__row--main .nav-item .sub-menu li:focus-within button::after, .header .navigation__row--eyebrow .nav-item .sub-menu li:hover a::after, .header .navigation__row--eyebrow .nav-item .sub-menu li:hover button::after, .header .navigation__row--eyebrow .nav-item .sub-menu li:focus a::after, .header .navigation__row--eyebrow .nav-item .sub-menu li:focus button::after, .header .navigation__row--eyebrow .nav-item .sub-menu li:focus-within a::after, .header .navigation__row--eyebrow .nav-item .sub-menu li:focus-within button::after {
    filter: unset;
  }
  .header .navigation__row--main .nav-item .sub-menu li a::after, .header .navigation__row--eyebrow .nav-item .sub-menu li a::after {
    display: none;
  }
  .header .navigation__row--main .nav-item .sub-menu li button::after, .header .navigation__row--eyebrow .nav-item .sub-menu li button::after {
    background: url(../assets/Icon-diamond.svg);
    transform: unset;
    width: 2.5em;
    height: 2.5em;
    background-size: contain;
  }
  .header .navigation__row--main .nav-item .sub-menu li button[aria-expanded=true]::after, .header .navigation__row--eyebrow .nav-item .sub-menu li button[aria-expanded=true]::after {
    transform: rotate(180deg);
  }
  .header .navigation__row--main .nav-item .sub-menu li .sub-menu, .header .navigation__row--eyebrow .nav-item .sub-menu li .sub-menu {
    background: #ffffff;
    margin: 0 auto;
  }
  .header .navigation__row--main .nav-item .sub-menu li .sub-menu li a, .header .navigation__row--eyebrow .nav-item .sub-menu li .sub-menu li a {
    color: #001E62;
    text-decoration: underline;
    font-size: 1rem;
  }
  .header .navigation__row--eyebrow {
    order: 2;
  }
  .header .navigation__row--eyebrow .nav-item:not(.has-children) {
    border-bottom: none;
  }
  .header .navigation__row--eyebrow .nav-item > a:not(.button) {
    font-size: 1rem;
    color: #001E62;
  }
  .header .navigation__row--eyebrow .nav-item button:not(.button) {
    color: #001E62;
  }
  .header .navigation__row--eyebrow .nav-item button:not(.button)::after {
    filter: unset;
    opacity: 1;
  }
  .header .navigation__row--eyebrow .nav-item--eyebrowCTA {
    display: none;
  }
  .header .navigation__row--eyebrow .nav-item .sub-menu li a, .header .navigation__row--eyebrow .nav-item .sub-menu li button {
    padding: 1rem;
  }
  .header .navigation__row--main {
    order: 1;
  }
}
.header.active {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.header.active .navigation {
  visibility: visible;
  height: 100%;
}
.header .duke-alert {
  margin: 0;
}

.footer {
  background-color: #091123;
  padding: clamp(2em, 2vw, 3em) 1em clamp(1.5em, 2.5vw, 2.5em);
}
.footer__grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px clamp(2em, 2vw, 3em);
}
.footer__contact {
  max-width: 480px;
}
.footer__logo {
  margin-bottom: 0;
}
.footer__social {
  display: flex;
  padding: 0;
  margin: 40px 0;
  gap: 2px;
}
.footer__social li {
  flex-grow: 1;
  padding: 0;
  margin: 0;
}
.footer__social li a {
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 1em;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer__social li a:hover, .footer__social li a:focus {
  background-color: rgba(255, 255, 255, 0.05);
}
.footer__social li::before {
  content: "";
}
.footer__contactInfo {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(242, 242, 242, 0.3);
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.footer__contactInfo li {
  display: flex;
  gap: 0.5em;
}
.footer__contactInfo li a {
  color: #ffffff;
}
.footer__contactInfo li a address {
  font-style: normal;
}
.footer__contactInfo li a:hover, .footer__contactInfo li a:focus {
  opacity: 0.75;
}
.footer__contactInfo li:last-of-type {
  margin-bottom: 0;
}
.footer__address::before {
  content: url(../assets/map-marker.svg);
}
.footer__email::before {
  content: url(../assets/envelope.svg);
}
.footer__phone::before {
  content: url(../assets/phone.svg);
}
.footer h3 {
  color: #ffffff;
  font-size: 1.5rem;
}
.footer .gform_button {
  cursor: pointer;
}
.footer__newsletter {
  display: flex;
  align-items: flex-end;
  gap: 0.5em;
}
.footer__newsletter p, .footer__newsletter label {
  color: #d7d7d7;
}
.footer__newsletter .gform-body {
  width: 100%;
}
.footer__newsletter .gform-body .ginput_container input {
  width: 100%;
  height: 37px;
}
.footer__newsletter .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.footer__newsletter .gform_footer .gform_button {
  margin: 0 !important;
}
.footer__newsletter .gform_submission_error,
.footer__newsletter .gfield_validation_message {
  color: #fff;
}
.footer__newsletter p {
  margin-bottom: 0;
  flex-grow: 1;
}
.footer__newsletter p input {
  width: 100%;
  height: 47px;
  background-color: rgba(255, 255, 255, 0.1);
  border: unset;
  color: #ffffff;
}
.footer__newsletter p input::placeholder {
  color: #ffffff;
  padding: 0 1em;
}
.footer__newsletter label {
  display: block;
  line-height: 1.5;
  margin-bottom: 0.35em;
}
.footer__newsletter button {
  cursor: pointer;
}
.footer__links {
  background-color: rgba(255, 255, 255, 0.1);
  max-width: 590px;
  padding: 40px;
}
.footer__links .menu {
  gap: 40px;
}
.footer__links .menu .sub-menu {
  margin-top: 1em;
}
.footer__links .menu > li.external a::after {
  content: "";
  background: url(../assets/external-link-midnight.svg);
  width: 1em;
  height: 1em;
  background-size: contain;
  filter: brightness(0) invert(1);
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.2em;
}
.footer__links .menu > li > a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.footer__links .menu > li a {
  text-decoration: none;
}
.footer__links .menu > li a:hover, .footer__links .menu > li a:focus {
  text-decoration: underline;
}
.footer__links .menu > li ul {
  padding: 0;
  margin: 0;
  flex-direction: column;
  gap: 0.5em;
}
.footer__links .menu > li ul li a {
  color: #B5B5B5;
}
.footer__links .menu > li {
  flex-basis: calc(33.33% - 27px);
}
.footer__links ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer__links ul li {
  padding: 0;
  margin: 0;
}
.footer__links ul li::before {
  content: "";
}
.footer__tenet {
  height: 7.875em;
  padding: 0 1em;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 2.5em;
}
.footer__tenet::before {
  content: "";
  position: absolute;
  width: calc(100% - 2em);
  max-width: 1180px;
  margin: 0 auto;
  height: 2px;
  background: #f2f2f2;
  opacity: 0.3;
  top: calc((100% - 2px) / 2);
}
.footer__tenet::after {
  content: url(../assets/tenet.svg);
  height: 46px;
  padding: 0 1em;
  position: absolute;
  top: calc((100% - 46px) / 2);
  background-color: #091123;
}
.footer__lower {
  display: flex;
  gap: 0.5em 1em;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__lower li {
  color: #B5B5B5;
}
.footer__lower li a {
  color: #B5B5B5;
  text-decoration: underline;
}
@media only screen and (max-width: 960px) {
  .footer__grid {
    grid-template-columns: 1fr;
  }
  .footer__contact {
    margin: 0 auto;
  }
  .footer__links {
    display: none;
  }
  .footer__lower li:first-of-type {
    flex-basis: 100%;
    text-align: center;
  }
}

div.container {
  position: relative;
}
div.container.grid-system {
  display: grid;
  grid-template-columns: 1fr 6fr;
}
div.container.grid-system nav.sidebar {
  position: relative;
  top: 0;
  left: 2.5rem;
}
@media screen and (max-width: 1180px) {
  div.container.grid-system {
    grid-template-columns: 1fr;
  }
}
div.container .no-divider-hero section.hero-a,
div.container .no-divider-hero section.hero-b,
div.container .no-divider-hero section.hero-c,
div.container .no-divider-hero section.hero-d,
div.container .no-divider-hero .divider-curve:first-of-type {
  display: none;
}
@media (min-width: 1180px) and (max-width: 1800px) {
  div.container .no-divider-hero section {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}
div.container .stripe-wysiwyg .hero-block .inner-hero-block {
  margin: 0;
}
@media (min-width: 801px) and (max-width: 1675px) {
  div.container .news-card__date {
    flex-direction: column;
    gap: 6px;
    min-height: 5rem;
    text-align: center;
  }
  div.container .news-card__date date {
    border-bottom: 1px dashed grey;
  }
  div.container .news-card__date date::after {
    content: none !important;
  }
}

nav.sidebar {
  position: absolute;
  width: 12rem;
  left: 2.5rem;
  top: clamp(2em, 2vw, 3em);
  z-index: 5;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.5) 0 4px 12px;
  transition: transform 1s;
}
nav.sidebar.sticky {
  position: fixed;
  top: 50px;
  transition: transform 1s;
}
nav.sidebar.bottom-abs {
  position: absolute;
  bottom: 50px;
  top: unset;
  transition: transform 1s;
}
nav.sidebar li a:hover,
nav.sidebar li button:hover {
  border-left: 3px solid #C84E00;
}
nav.sidebar li.current_page_item > a {
  color: #ffffff;
  background-color: #001E62;
  border-left: 3px solid #C84E00;
}
nav.sidebar li.current_page_item ul.sub-menu li.current_page_item > button {
  color: #001E62;
  background-color: #F3F2F1;
}
nav.sidebar li.current_page_item ul.sub-menu li.current_page_item > button:hover {
  background: #001E62;
  color: #ffffff;
}
nav.sidebar li a,
nav.sidebar li button {
  text-decoration: none;
  text-transform: capitalize;
  padding: 0.65rem 0.5rem;
  width: 100%;
  border: 0;
  border-left: 3px solid transparent;
  display: flex;
  align-items: flex-start;
  background-color: transparent;
  text-align: left;
  color: #001E62;
  font-size: 100%;
}
nav.sidebar li.menu-item-has-children > button::after {
  content: url("../assets/down-caret.svg");
  position: relative;
  margin-left: 0.5rem;
  display: block;
}
nav.sidebar li ul.sub-menu {
  display: none;
}
nav.sidebar li.active > button::after {
  transform: rotate(180deg);
  top: 0.15rem;
}
nav.sidebar li.active .sub-menu {
  display: block;
  background-color: #F3F2F1;
}
nav.sidebar li.active .sub-menu li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1180px) {
  nav.sidebar {
    display: none;
  }
}
@media (min-width: 1180px) and (max-width: 1800px) {
  nav.sidebar {
    left: 1.5rem;
  }
}

.mobile-side-bar {
  position: relative;
  display: none;
}
.mobile-side-bar select {
  display: block;
  margin: auto;
  width: 70vw;
  border-width: 2px;
  min-height: 2rem;
  font-size: 1.2rem;
  border-radius: 0;
  border-color: #000;
}
.mobile-side-bar select::placeholder {
  color: #000;
}
.mobile-side-bar select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.mobile-side-bar select::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.mobile-side-bar select:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.mobile-side-bar select:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
@media screen and (max-width: 1180px) {
  .mobile-side-bar {
    display: block;
    margin: 2rem auto;
  }
}

.button, .wp-element-button.wp-block-button__link {
  display: inline-flex;
  padding: 0 0.3em;
  gap: 0.35em;
  align-items: center;
  transition: 0.25s ease;
  background-color: #C84E00;
  padding: 0.75em 1.25em;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  justify-content: center;
  border: 2px solid #C84E00;
  text-transform: uppercase;
  border-radius: unset;
}
.button::after, .wp-element-button.wp-block-button__link::after {
  content: url(../assets/arrow.svg);
  width: 1em;
  transition: 0.25s ease;
  position: relative;
  top: 0.1em;
}
.button:hover, .button:focus, .wp-element-button.wp-block-button__link:hover, .wp-element-button.wp-block-button__link:focus {
  background-color: rgb(149, 58.11, 0);
  text-decoration: underline;
  border: 2px solid rgb(149, 58.11, 0);
}
.button:hover::after, .button:focus::after, .wp-element-button.wp-block-button__link:hover::after, .wp-element-button.wp-block-button__link:focus::after {
  transform: translateX(0.25rem);
}

.wp-block-button {
  margin-bottom: 1.5rem;
}

.faculty-hero {
  background-color: #ffffff;
  padding: clamp(1em, 2.5vw, 2.5em);
  gap: 0 clamp(1em, 2.5vw, 2.5em);
  display: grid;
  grid-template-columns: auto 1fr;
}
.faculty-hero hgroup {
  grid-column-start: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #F3F2F1;
}
.faculty-hero hgroup h1 {
  color: #001E62;
  display: inline;
  margin-bottom: 0;
}
.faculty-hero hgroup h2 {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: 1.125rem;
  font-weight: bold;
  color: #C84E00;
  text-transform: uppercase;
  margin-bottom: 0;
  order: 1;
}
.faculty-hero hgroup h2:first-child {
  padding-top: 0;
}
.faculty-hero hgroup p {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  color: #666666;
  margin-bottom: 0;
  order: 4;
}
.faculty-hero__heading {
  order: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.75em;
}
.faculty-hero__nae, .faculty-hero__ieee {
  font-size: 14px;
  padding: 0.5em 1rem;
  background-color: #F3F2F1;
  color: #001E62;
  font-weight: 600;
  height: 38px;
  margin-top: 0.5em;
  display: flex;
  align-items: center;
  gap: 0.35em;
}
.faculty-hero__nae::before {
  content: url(../assets/nae-icon.svg);
}
.faculty-hero__image {
  grid-row: 1/3;
  position: relative;
  width: 280px;
  height: 280px;
}
.faculty-hero__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faculty-hero__links {
  grid-column-start: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 1.5rem;
  gap: 1em;
}
.faculty-hero__links a {
  color: #001E62 !important;
}
.faculty-hero__contacts, .faculty-hero__misc {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.faculty-hero__contacts li, .faculty-hero__misc li {
  display: flex;
  gap: 0.35em;
}
.faculty-hero__contacts li::before, .faculty-hero__misc li::before {
  min-width: 1.75em;
  text-align: center;
}
.faculty-hero__address::before {
  content: url(../assets/building.svg);
}
.faculty-hero__phone::before {
  content: url(../assets/phone.svg);
}
.faculty-hero__email::before {
  content: url(../assets/envelope.svg);
}
.faculty-hero__link::before {
  content: url(../assets/link.svg);
}
.faculty-hero__socials {
  display: flex;
  gap: 0.125em;
}
.faculty-hero__socials a {
  width: 2em;
  height: 2em;
  background-color: #F3F2F1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.faculty-hero__socials a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.25s ease;
}
.faculty-hero__socials a svg {
  margin-bottom: 0;
}
.faculty-hero__socials a svg path {
  fill: #001E62;
}
.faculty-hero__socials a:hover::before, .faculty-hero__socials a:focus::before {
  opacity: 0.125;
  transition: 0.25s ease;
}
@media only screen and (max-width: 800px) {
  .faculty-hero {
    display: flex;
    flex-direction: column;
  }
  .faculty-hero__image {
    order: 1;
  }
  .faculty-hero hgroup {
    order: 2;
  }
  .faculty-hero__links {
    order: 3;
  }
}
@media only screen and (max-width: 600px) {
  .faculty-hero__links {
    grid-template-columns: 1fr;
  }
}

.profile-overview {
  display: grid;
  grid-template-columns: 1fr;
  background-color: var(--profile-feeder-accent);
  max-width: 380px;
  position: relative;
}
.profile-overview__thumbnail {
  grid-row: 1;
}
.profile-overview__thumbnail figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 68.421052631%;
}
.profile-overview__thumbnail figure img,
.profile-overview__thumbnail figure iframe {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profile-overview__info {
  padding: 2rem;
  display: grid;
  gap: 1rem;
}
.profile-overview__info h3 {
  margin-bottom: 0;
}
.profile-overview__info a {
  color: #001E62;
  text-decoration: none;
}
.profile-overview__info a:hover {
  text-decoration: underline;
}
.profile-overview__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease;
  opacity: 0;
  background: #000;
}
.profile-overview__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.profile-overview__link:hover::before, .profile-overview__link:focus::before {
  opacity: 0.1;
  transition: 0.25s ease;
}
.profile-overview__link h3 {
  display: inline-flex;
  padding: 0 0.3em;
  gap: 0.5em;
  align-items: center;
  transition: 0.25s ease;
  padding-left: 0;
  position: relative;
}
.profile-overview__link h3::after {
  content: url(../assets/arrow-midnight.svg);
  width: 1em;
  transition: 0.25s ease;
  padding-top: 0.3rem;
}
.profile-overview__link:hover h3, .profile-overview__link:focus h3 {
  text-decoration: underline;
}
.profile-overview__link:hover h3::after, .profile-overview__link:focus h3::after {
  transform: translateX(0.25rem);
}
.profile-overview__deg-prog {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  color: var(--profile-feeder-program-color);
}
.profile-overview__deg-prog .degree,
.profile-overview__deg-prog .program {
  min-height: 1.583em;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  line-height: 1.257;
  font-size: clamp(1.25rem, 4vw, 1.2rem);
  max-width: 210px;
}
.profile-overview__deg-prog .degree::after {
  content: "";
  width: 1px;
  background-image: linear-gradient(#B5B5B5 33%, #ffffff 0%);
  background-size: 1px 7px;
  background-repeat: repeat-y;
  min-height: 2.375rem;
  background-position: center;
}

.styled-filters {
  max-width: 1212px;
  margin: 0 auto;
  padding: clamp(2.25rem, 5vw, 5em) 1rem;
}
.styled-filters--news {
  display: flex;
  flex-wrap: wrap;
}
.styled-filters--news h2 {
  width: 100%;
}
.styled-filters--news .spacer {
  flex-basis: 100%;
  height: 0; /* Make it invisible */
}
.styled-filters--news form {
  display: inline-flex;
  flex-grow: 1;
  margin-bottom: 2rem;
}
.styled-filters--news form div {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 600px) {
  .styled-filters--news form div {
    flex-wrap: wrap;
  }
}
.styled-filters--news form input[type=search] {
  flex-grow: 1;
}
.styled-filters--faculty form, .styled-filters--profile form {
  display: flex;
  flex-grow: 1;
}
.styled-filters--faculty form div, .styled-filters--profile form div {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
.styled-filters--faculty form input[type=search], .styled-filters--profile form input[type=search] {
  flex-grow: 1;
}
.styled-filters--faculty form input[type=filter], .styled-filters--profile form input[type=filter] {
  flex-grow: 0;
}
.styled-filters--faculty form input[name=department], .styled-filters--profile form input[name=department] {
  max-width: 232px;
}
.styled-filters--commencement form {
  display: flex;
  flex-grow: 1;
}
.styled-filters--commencement form div {
  display: flex;
  flex-grow: 1;
}
.styled-filters--commencement form input[type=search] {
  flex-grow: 1;
}
.styled-filters--commencement form input[type=filter] {
  flex-grow: 0;
}
.styled-filters--directory form input {
  width: 100%;
}
.styled-filters input {
  padding: 18px 20px;
  margin: 3px;
  border: none;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 16px;
  color: #091123;
}
.styled-filters input::placeholder {
  color: #091123;
}
@media screen and (max-width: 760px) {
  .styled-filters input {
    font-size: 10px;
    margin-bottom: 5px;
    margin-left: 5px;
  }
}
.styled-filters input[type=search] {
  background: #F3F2F1 url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
  background-position: right 10px top 15px;
}
@media screen and (max-width: 760px) {
  .styled-filters input[type=search] {
    background: #F3F2F1 url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    background-position: right 10px top 17px;
  }
}
.styled-filters select {
  cursor: pointer;
  padding: 18px 50px 18px 20px;
  margin: 3px;
  border: none;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 16px;
  color: #091123;
  appearance: none;
  position: relative;
  background: #F3F2F1 url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='22.7236' y='11.3137' width='16.1362' height='16' transform='rotate(135 22.7236 11.3137)' fill='%23C84E00'/%3E%3Crect x='16.7236' y='11.3644' width='8' height='2' transform='rotate(135 16.7236 11.3644)' fill='white'/%3E%3Crect width='2' height='8' transform='matrix(-0.707107 0.707107 0.707107 0.707107 6.82373 9.95068)' fill='white'/%3E%3C/svg%3E%0A") no-repeat;
  background-position: right 10px top 15px;
}
@media screen and (max-width: 760px) {
  .styled-filters select {
    font-size: 10px;
    margin: 5px;
    background: #F3F2F1 url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='22.7236' y='11.3137' width='16.1362' height='16' transform='rotate(135 22.7236 11.3137)' fill='%23C84E00'/%3E%3Crect x='16.7236' y='11.3644' width='8' height='2' transform='rotate(135 16.7236 11.3644)' fill='white'/%3E%3Crect width='2' height='8' transform='matrix(-0.707107 0.707107 0.707107 0.707107 6.82373 9.95068)' fill='white'/%3E%3C/svg%3E%0A") no-repeat;
    background-position: right 10px top 16px;
  }
}
.styled-filters input[type=submit] {
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 2px #F3F2F1;
}

figure:not(.wp-block-image):not(.alignleft):not(.alignright):not(.aligncenter):not(.wp-block-gallery) figcaption {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.wp-block-image {
  margin: clamp(2em, 2vw, 3em) auto;
  max-width: 1180px;
  text-align: center;
}

.wp-block-gallery {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(2em, 2vw, 3em) 0;
}

.wp-block-embed {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(2em, 2vw, 3em) 1em;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  width: 100%;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  padding-bottom: 75%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}

.pagination-container {
  display: flex;
  justify-content: center;
}
.pagination-container .pagination {
  display: flex;
  margin: 40px 0;
}
.pagination-container .pagination .pagination-arrow {
  background-color: #C84E00;
  transform: rotate(45deg);
  cursor: pointer;
}
.pagination-container .pagination .pagination-arrow.left-arrow {
  margin-right: 10px;
}
.pagination-container .pagination .pagination-arrow.left-arrow img {
  transform: rotate(135deg);
}
.pagination-container .pagination .pagination-arrow.right-arrow {
  margin-left: 10px;
}
.pagination-container .pagination .pagination-arrow.right-arrow img {
  transform: rotate(-45deg);
}
.pagination-container .pagination .pagination-numbers .pagination-number {
  padding: 12px 16px;
  color: #001E62;
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.pagination-container .pagination .pagination-numbers .pagination-number.active {
  background-color: #F3F2F1;
  border-bottom: 2px solid #C84E00;
}
@media screen and (max-width: 480px) {
  .pagination-container .pagination .pagination-numbers .pagination-number {
    padding: 6px 8px;
  }
}

.pagination {
  padding: 3rem 0;
  text-align: center;
}
.pagination .page-numbers, .pagination .nav-previous, .pagination .nav-next {
  padding: 0.75rem 1rem;
  font-size: 1.5rem;
  color: #001E62;
  font-family: "Merriweather", serif;
  text-decoration: unset;
  font-weight: 700;
  border-bottom: 3px solid transparent;
}
.pagination .page-numbers.current, .pagination .nav-previous.current, .pagination .nav-next.current {
  border-color: #C84E00;
  background-color: #F3F2F1;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus, .pagination .nav-previous:hover, .pagination .nav-previous:focus, .pagination .nav-next:hover, .pagination .nav-next:focus {
  text-decoration: underline;
}

main table {
  width: 100%;
  border: 1px solid #B5B5B5;
  overflow-x: auto;
  margin-bottom: 1rem;
  background-color: #ffffff;
}
main table th, main table td {
  padding: 1em 0.75em;
  line-height: 1.275;
}
main table th {
  background-color: #C84E00;
  color: #ffffff;
  font-weight: 700;
}
main table tr:nth-child(odd) {
  background-color: #F3F2F1;
}

.stripe-accordions {
  padding: clamp(2em, 2vw, 3em) 1em;
  position: relative;
  background-color: var(--accordions-bg-color);
  overflow-y: hidden;
  --accordions-bg-color: #ffffff;
  --accordions-gap: 2rem;
  --accordion-toggle-color: #F3F2F1;
  --accordion-panel-padding: clamp(1em, 7vw, 8.125em) 0;
  --accordions-dot-color: #B5B5B5;
  --accordions-grid-span: span 2;
  --accordions-order: 2;
  --accordions-text-order: 1;
  --accordions-padding: 0;
  --accordions-border-color: #ffffff;
}
.stripe-accordions--theme-wg {
  --accordions-bg-color: #F3F2F1;
  --accordion-toggle-color: #ffffff;
  --accordions-border-color: #F3F2F1;
}
.stripe-accordions--theme-mn {
  --accordions-bg-color: #091123;
  --accordion-toggle-color: #ffffff;
  --accordions-dot-color: rgba(255, 255, 255, 0.4);
  --accordions-border-color: #F3F2F1;
}
.stripe-accordions--theme-mn .stripe-accordions__content {
  color: #ffffff;
}
.stripe-accordions--theme-mn .stripe-accordions__content h2 {
  color: #ffffff;
}
.stripe-accordions--theme-mn .stripe-accordions__content a {
  color: #ffffff;
}
.stripe-accordions--lo-right, .stripe-accordions--lo-left {
  --accordions-grid-span: span 1;
  --accordions-gap: 20px clamp(2em, 2vw, 3em);
  --accordion-panel-padding: clamp(1em, 3vw, 8.125em) 0;
}
@media only screen and (min-width: 801px) {
  .stripe-accordions--lo-left {
    --accordions-order: 1;
    --accordions-text-order: 2;
  }
}
.stripe-accordions--type-timeline .stripe-accordions__grid {
  grid-template-columns: 1fr 2fr;
  gap: 0 40px;
}
@media only screen and (max-width: 800px) {
  .stripe-accordions--type-timeline .stripe-accordions__grid {
    grid-template-columns: 1fr;
  }
}
.stripe-accordions--type-timeline::before {
  display: none;
}
.stripe-accordions__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--accordions-gap);
  position: relative;
}
.stripe-accordions__content {
  background-color: var(--accordions-bg-color);
  order: var(--accordions-text-order);
}
.stripe-accordions__content p:last-of-type {
  margin-bottom: 0;
}
.stripe-accordions__accordions {
  order: var(--accordions-order);
  grid-column: var(--accordions-grid-span);
  padding: var(--accordions-padding);
  margin: 0;
}
.stripe-accordions__accordions > li {
  list-style: none;
  padding: 0;
}
.stripe-accordions__accordions > li::before {
  content: "";
}
.stripe-accordions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#B5B5B5 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  background-image: linear-gradient(var(--accordions-dot-color) 33%, rgba(255, 255, 255, 0) 0%);
}
@media only screen and (max-width: 800px) {
  .stripe-accordions__content {
    padding: 20px 0;
  }
  .stripe-accordions__grid {
    grid-template-columns: 1fr;
  }
}

.accordion__toggle {
  display: block;
  width: 100%;
  text-align: left;
  border: unset;
  background: unset;
  background-color: var(--accordion-toggle-color);
  padding: 1em 1.5em;
  display: flex;
  gap: 0.5em;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.accordion__toggle h3 {
  margin-bottom: 0;
}
.accordion__toggle::after {
  content: url(../assets/Icon-diamond.svg);
}
.accordion__toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
  position: relative;
  top: -3px;
}
.accordion__content {
  padding: 0 2em;
  background-color: var(--accordion-toggle-color);
  border-bottom: 2px solid var(--accordions-border-color);
  max-height: 0;
  visibility: hidden;
}
.accordion__content.toggleOpen .alignright {
  float: right;
  margin-left: 15px;
}
.accordion__content.toggleOpen .alignleft {
  float: left;
  margin-right: 20px;
}
.accordion__text {
  max-width: 780px;
  margin: 0 auto;
  padding: calc(clamp(2em, 2vw, 3em) / 2) 0;
}

.stripe-cta {
  padding: clamp(2em, 2vw, 3em) 1em;
  background: var(--cta-bg);
  position: relative;
  --cta-bg: #ffffff;
  --cta-box-bg: var(--cta-bg);
  --cta-box-padding: 2.5em 0;
  --cta-dot-color-outer: #B5B5B5;
  --cta-dot-color-inner: var(--cta-dot-color-outer);
  --cta-button-bg: #ffffff;
  --cta-button-border: #C84E00;
  --cta-button-text: #091123;
  --cta-button-arrow: url(../assets/arrow-midnight.svg);
  --cta-button-hover-bg: rgb(229.5, 229.5, 229.5);
  --cta-button-hover-border: #C84E00;
}
.stripe-cta::before, .stripe-cta::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: clamp(2em, 2vw, 3em);
  background-image: linear-gradient(180deg, var(--cta-dot-color-outer) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
}
.stripe-cta::before {
  top: 0;
}
.stripe-cta::after {
  bottom: 0;
  transform: scaleY(-1);
}
.stripe-cta__box {
  background-color: var(--cta-box-bg);
  padding: var(--cta-box-padding);
  text-align: center;
  gap: 1em;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}
.stripe-cta__box h2, .stripe-cta__box p {
  margin-bottom: 0;
}
.stripe-cta__box::before, .stripe-cta__box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.25em;
  background-image: linear-gradient(var(--cta-dot-color-inner) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center bottom;
  background-size: 1px 8px;
  background-repeat: repeat-y;
}
.stripe-cta__box::before {
  top: 0;
  transform: scaleY(-1);
}
.stripe-cta__box::after {
  bottom: 0;
}
.stripe-cta__content {
  min-width: 15em;
}
.stripe-cta__buttonWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding-bottom: 0.35em;
}
.stripe-cta__buttonWrapper .button--alt {
  background-color: var(--cta-button-bg);
  border: 2px solid var(--cta-button-border);
  color: var(--cta-button-text);
}
.stripe-cta__buttonWrapper .button--alt::after {
  content: var(--cta-button-arrow);
}
.stripe-cta__buttonWrapper .button--alt:hover, .stripe-cta__buttonWrapper .button--alt:focus {
  background-color: var(--cta-button-hover-bg);
  border-color: var(--cta-button-hover-border);
}
@media only screen and (max-width: 500px) {
  .stripe-cta__buttonWrapper {
    flex-direction: column;
  }
  .stripe-cta__buttonWrapper .button {
    width: 100%;
  }
}
.stripe-cta--lo-boxed {
  --cta-box-bg: #F3F2F1;
  --cta-box-padding: clamp(2.5em, 3.75vw, 3.75em) clamp(1em, 2.5vw, 2.5em);
  --cta-button-bg: var(--cta-box-bg);
  --cta-button-hover-bg: rgb(219.4615384615, 216.5, 213.5384615385);
}
.stripe-cta--lo-boxed .stripe-cta__box {
  max-width: 780px;
  margin: 0 auto;
}
.stripe-cta--lo-hor {
  --cta-box-padding: 0;
}
.stripe-cta--lo-hor .stripe-cta__box {
  max-width: 1080px;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em 2em;
  text-align: left;
}
.stripe-cta--lo-hor .stripe-cta__box h2 {
  margin-bottom: 1rem;
}
.stripe-cta--lo-hor .stripe-cta__box::before, .stripe-cta--lo-hor .stripe-cta__box::after, .stripe-cta--lo-hor .stripe-cta__boxWrapper::before, .stripe-cta--lo-hor .stripe-cta__boxWrapper::after {
  display: none;
}
.stripe-cta--lo-hor .stripe-cta__buttonWrapper {
  flex-direction: column;
}
.stripe-cta--lo-hor .stripe-cta__buttonWrapper .button {
  display: flex;
  width: 100%;
  min-width: 15em;
}
@media only screen and (max-width: 560px) {
  .stripe-cta--lo-hor .stripe-cta__box {
    text-align: center;
    flex-direction: column;
  }
  .stripe-cta--lo-hor .stripe-cta__buttonWrapper {
    width: 100%;
  }
}
.stripe-cta:not(.stripe-cta--lo-boxed) {
  --cta-button-bg: var(--cta-bg);
}
.stripe-cta:not(.stripe-cta--lo-hor) .stripe-cta__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.stripe-cta--theme-wg {
  --cta-bg: #F3F2F1;
}
.stripe-cta--theme-wg:not(.stripe-cta--lo-boxed) {
  --cta-button-hover-bg: rgb(219.4615384615, 216.5, 213.5384615385);
}
.stripe-cta--theme-wg.stripe-cta--lo-boxed {
  --cta-box-bg: #ffffff;
}
.stripe-cta--theme-mn, .stripe-cta--theme-dn, .stripe-cta--theme-cop {
  --cta-dot-color-outer: rgba(255, 255, 255, 0.4);
}
.stripe-cta--theme-mn:not(.stripe-cta--lo-boxed), .stripe-cta--theme-dn:not(.stripe-cta--lo-boxed), .stripe-cta--theme-cop:not(.stripe-cta--lo-boxed) {
  --cta-button-text: #ffffff;
  --cta-button-arrow: url(../assets/arrow.svg);
  --cta-button-hover-bg: rgb(149, 58.11, 0);
  --cta-button-hover-border: rgb(149, 58.11, 0);
}
.stripe-cta--theme-mn:not(.stripe-cta--lo-boxed) h2, .stripe-cta--theme-mn:not(.stripe-cta--lo-boxed) p, .stripe-cta--theme-dn:not(.stripe-cta--lo-boxed) h2, .stripe-cta--theme-dn:not(.stripe-cta--lo-boxed) p, .stripe-cta--theme-cop:not(.stripe-cta--lo-boxed) h2, .stripe-cta--theme-cop:not(.stripe-cta--lo-boxed) p {
  color: #ffffff;
}
.stripe-cta--theme-mn.stripe-cta--lo-boxed, .stripe-cta--theme-dn.stripe-cta--lo-boxed, .stripe-cta--theme-cop.stripe-cta--lo-boxed {
  --cta-dot-color-inner: #B5B5B5;
  --cta-box-bg: #ffffff;
}
.stripe-cta--theme-mn {
  --cta-bg: #091123;
}
.stripe-cta--theme-dn {
  --cta-bg: #001E62;
}
.stripe-cta--theme-cop {
  --cta-bg: #C84E00;
}
.stripe-cta--theme-cop:not(.stripe-cta--lo-boxed) {
  --cta-button-border: #ffffff;
  --cta-button-hover-border: #ffffff;
}
.stripe-cta--theme-cop:not(.stripe-cta--lo-boxed) .button:not(.button--alt) {
  background-color: #ffffff;
  color: #091123;
  border: 2px solid #ffffff;
}
.stripe-cta--theme-cop:not(.stripe-cta--lo-boxed) .button:not(.button--alt)::after {
  content: url(../assets/arrow-midnight.svg);
}
.stripe-cta--theme-cop:not(.stripe-cta--lo-boxed) .button:not(.button--alt):hover, .stripe-cta--theme-cop:not(.stripe-cta--lo-boxed) .button:not(.button--alt):focus {
  background: rgb(229.5, 229.5, 229.5);
  border: 2px solid rgb(229.5, 229.5, 229.5);
}

.stripe-custom-cards {
  padding: clamp(2em, 2vw, 3em) 1em;
  background-color: var(--custom-card-secBG);
  --custom-card-secBG: #ffffff;
  --custom-card-color: #F3F2F1;
  --custom-card-gap: 0 20px;
  --custom-card-contentBG: transparent;
  --custom-card-rowSize: 3;
  --custom-card-dot-color: #B5B5B5;
}
.stripe-custom-cards--dotted {
  background-image: linear-gradient(var(--custom-card-dot-color) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  --custom-card-gap: 0 clamp(2em, 2vw, 3em);
}
@media only screen and (max-width: 800px) {
  .stripe-custom-cards--dotted {
    --custom-card-contentBG: var(--custom-card-secBG);
  }
  .stripe-custom-cards--dotted .stripe-custom-cards__upper {
    padding: 1em 0;
  }
}
.stripe-custom-cards--theme-wg {
  --custom-card-secBG: #F3F2F1;
  --custom-card-color: #ffffff;
}
.stripe-custom-cards--theme-mn {
  --custom-card-secBG: #091123;
  --custom-card-color: #ffffff;
  --custom-card-dot-color: rgba(255, 255, 255, 0.4);
}
.stripe-custom-cards--theme-mn .stripe-custom-cards__upper h2, .stripe-custom-cards--theme-mn .stripe-custom-cards__upper p, .stripe-custom-cards--theme-mn .stripe-custom-cards__upper a {
  color: #ffffff;
}
.stripe-custom-cards--lo-2up {
  --custom-card-rowSize: 2;
}
@media only screen and (min-width: 801px) {
  .stripe-custom-cards--lo-2up .custom-card {
    max-width: unset;
  }
}
.stripe-custom-cards__upper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--custom-card-gap);
  background-color: var(--custom-card-contentBG);
}
.stripe-custom-cards__row {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(var(--custom-card-rowSize), 1fr);
  gap: 20px;
}
.stripe-custom-cards__row:not(.stripe-custom-cards__row:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .stripe-custom-cards__upper {
    padding: 20px 0;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
  }
  .stripe-custom-cards__buttonWrapper {
    display: flex;
    justify-content: center;
  }
  .stripe-custom-cards__row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.custom-card {
  background-color: var(--custom-card-color);
  position: relative;
  max-width: 380px;
  width: 100%;
}
.custom-card__icon {
  z-index: 1;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 68.421052631%;
}
.custom-card__icon img,
.custom-card__icon iframe {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-card__content {
  padding: 2em;
}
.custom-card__link {
  text-decoration: none;
}
.custom-card__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease;
  opacity: 0;
  background: #000;
}
.custom-card__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.custom-card__link:hover::before, .custom-card__link:focus::before {
  opacity: 0.1;
  transition: 0.25s ease;
}
.custom-card__link h3 {
  display: inline-flex;
  padding: 0 0.3em;
  gap: 0.5em;
  align-items: center;
  transition: 0.25s ease;
  padding-left: 0;
  position: relative;
}
.custom-card__link h3::after {
  content: url(../assets/arrow-midnight.svg);
  width: 1em;
  transition: 0.25s ease;
  padding-top: 0.3rem;
}
.custom-card__link:hover h3, .custom-card__link:focus h3 {
  text-decoration: underline;
}
.custom-card__link:hover h3::after, .custom-card__link:focus h3::after {
  transform: translateX(0.25rem);
}
.custom-card > p {
  position: relative;
}
.custom-card > p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .custom-card__content {
    padding: 1em;
  }
}

.stripe-dept-feat {
  padding: clamp(2em, 2vw, 3em) 1em;
  background-color: var(--df-bg);
  --df-bg: #ffffff;
  --df-border: #F3F2F1;
  --df-btn-hover-bg: rgb(229.5, 229.5, 229.5);
  --df-icon-color: #C84E00;
}
.stripe-dept-feat--theme-wg {
  --df-bg: #F3F2F1;
  --df-border: #ffffff;
  --df-btn-hover-bg: rgb(219.4615384615, 216.5, 213.5384615385);
}
.stripe-dept-feat--theme-mn {
  --df-bg: #091123;
  --df-border: rgba(255, 255, 255, 0.1);
  --df-btn-hover-bg: rgb(149, 58.11, 0);
  --df-icon-color: #339898;
}
.stripe-dept-feat--theme-mn h2, .stripe-dept-feat--theme-mn h3, .stripe-dept-feat--theme-mn a, .stripe-dept-feat--theme-mn li a span, .stripe-dept-feat--theme-mn p {
  color: #ffffff;
}
.stripe-dept-feat--theme-mn .dept-links__item a::before {
  background-color: rgba(255, 255, 255, 0.7);
}
.stripe-dept-feat--theme-mn .dept-links__item a span::after {
  background-image: url(../assets/arrow-diamond-transparent.svg);
}
.stripe-dept-feat--theme-mn .stripe-dept-feat__buttonWrapper .button--alt {
  color: #ffffff;
}
.stripe-dept-feat--theme-mn .stripe-dept-feat__buttonWrapper .button--alt::after {
  content: url(../assets/arrow.svg);
}
.stripe-dept-feat__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1180px;
  margin: 0 auto;
}
.stripe-dept-feat__dept {
  max-width: 480px;
  padding-right: 2em;
}
.stripe-dept-feat__dept h2 {
  margin-bottom: 2rem;
}
.stripe-dept-feat__feat figure {
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 68.421052631%;
}
.stripe-dept-feat__feat figure img,
.stripe-dept-feat__feat figure iframe {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stripe-dept-feat__buttonWrapper {
  padding-top: 0.25em;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.stripe-dept-feat__buttonWrapper .button {
  min-width: calc(50% - 0.5em);
  flex-grow: 1;
}
.stripe-dept-feat__buttonWrapper .button--alt {
  background: transparent;
  color: #091123;
}
.stripe-dept-feat__buttonWrapper .button--alt::after {
  content: url(../assets/arrow-midnight.svg);
}
.stripe-dept-feat__buttonWrapper .button--alt:hover, .stripe-dept-feat__buttonWrapper .button--alt:focus {
  background-color: var(--df-btn-hover-bg);
}
@media only screen and (max-width: 1150px) {
  .stripe-dept-feat__buttonWrapper {
    flex-direction: column;
  }
  .stripe-dept-feat__buttonWrapper .button {
    width: 100%;
    min-width: 15em;
  }
}
@media only screen and (max-width: 960px) {
  .stripe-dept-feat__grid {
    grid-template-columns: 1fr;
    max-width: 590px;
    margin: 0 auto;
    gap: 2em;
  }
  .stripe-dept-feat__dept {
    max-width: unset;
    padding-right: 0;
  }
}

.dept-links {
  padding: 0;
  border-top: 2px solid var(--df-border);
}
.dept-links__item {
  padding: 1em 0.5em;
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--df-border);
  margin-bottom: 0;
  gap: 0.5em;
  position: relative;
}
.dept-links__item a {
  width: 100%;
}
.dept-links__item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease;
  opacity: 0;
  background: #000;
}
.dept-links__item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.dept-links__item a:hover::before, .dept-links__item a:focus::before {
  opacity: 0.1;
  transition: 0.25s ease;
}
.dept-links__item a span {
  text-decoration: none;
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  display: inline-flex;
  padding: 0 0.3em;
  gap: 0.35em;
  align-items: center;
  transition: 0.25s ease;
  margin-bottom: 0;
  justify-content: space-between;
  width: 100%;
}
.dept-links__item a span:first-child {
  padding-top: 0;
}
.dept-links__item a span::after {
  content: url(../assets/arrow-midnight.svg);
  width: 1em;
  transition: 0.25s ease;
}
.dept-links__item a span::after {
  content: "";
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 32px;
  max-width: 32px;
  background-image: url(../assets/arrow-diamond.svg);
}
.dept-links__item a:hover span, .dept-links__item a:focus span {
  text-decoration: underline;
}
.dept-links__item a:hover span::after, .dept-links__item a:focus span::after {
  transform: translateX(0.25rem);
}
.dept-links__item::before {
  content: "";
}
.dept-links__icon {
  margin-bottom: 0;
  min-width: clamp(36px, 6vw, 44px);
  display: flex;
  justify-content: center;
}
.dept-links__icon svg {
  font-size: clamp(1.5em, 2vw, 2em);
}
.dept-links__icon svg path {
  fill: var(--df-icon-color);
}

.divider {
  height: clamp(2em, 2vw, 3em);
  background: var(--divider-bg-color);
  position: relative;
  --divider-bg-color: #ffffff;
  --divider-dot-color: #B5B5B5;
}
.divider::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#B5B5B5 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  background-image: linear-gradient(180deg, var(--divider-dot-color) 33%, rgba(255, 255, 255, 0) 0%);
  left: calc((100% - 1px) / 2);
}
.divider--color-wg {
  --divider-bg-color: #F3F2F1;
}
.divider--color-mn, .divider--color-dn, .divider--color-cop {
  --divider-dot-color: rgba(255, 255, 255, 0.4);
}
.divider--color-mn {
  --divider-bg-color: #091123;
}
.divider--color-dn {
  --divider-bg-color: #001E62;
}
.divider--color-cop {
  --divider-bg-color: #C84E00;
}

.divider-tenet {
  background-color: #091123;
  height: 7.875em;
  padding: 0 1em;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
}
.divider-tenet::before {
  content: "";
  position: absolute;
  width: calc(100% - 2em);
  max-width: 1180px;
  margin: 0 auto;
  height: 2px;
  background: #f2f2f2;
  opacity: 0.3;
  top: calc((100% - 2px) / 2);
}
.divider-tenet::after {
  content: url(../assets/tenet.svg);
  height: 46px;
  padding: 0 1em;
  position: absolute;
  top: calc((100% - 46px) / 2);
  background-color: #091123;
}

.divider-curve {
  height: 9.86vw;
  width: 100%;
  z-index: 2;
  text-align: center;
  position: relative;
  background-color: var(--divider-bg-color);
  --divider-after-height: calc(100% - 2.8vw - 2px);
  --divider-before-height: 2.8vw;
  --divider-before-position: 0;
}
.divider-curve--bottom-white, .divider-curve--bottom-wg {
  --divider-dot-color-inner: #B5B5B5;
}
.divider-curve--bottom-white {
  --divider-curves-color: #ffffff;
}
.divider-curve--bottom-wg {
  --divider-curves-color: #F3F2F1;
}
.divider-curve--bottom-mn, .divider-curve--bottom-dn, .divider-curve--bottom-cop {
  --divider-dot-color-inner: rgba(255, 255, 255, 0.4);
}
.divider-curve--bottom-mn {
  --divider-curves-color: #091123;
}
.divider-curve--bottom-dn {
  --divider-curves-color: #001E62;
}
.divider-curve--bottom-cop {
  --divider-curves-color: #C84E00;
}
.divider-curve--top-white, .divider-curve--top-wg {
  --divider-dot-color-outer: #B5B5B5;
}
.divider-curve--top-white {
  --divider-bg-color: #ffffff;
}
.divider-curve--top-wg {
  --divider-bg-color: #F3F2F1;
}
.divider-curve--top-mn, .divider-curve--top-dn, .divider-curve--top-cop {
  --divider-dot-color-outer: rgba(255, 255, 255, 0.4);
}
.divider-curve--top-mn {
  --divider-bg-color: #091123;
}
.divider-curve--top-dn {
  --divider-bg-color: #001E62;
}
.divider-curve--top-cop {
  --divider-bg-color: #C84E00;
}
.divider-curve--trim-top:not(.divider-curve--type-peak) {
  --divider-after-height: 2.8vw;
}
.divider-curve--trim-bottom:not(.divider-curve--type-peak) {
  --divider-before-height: 1.8vw;
  --divider-before-position: 1vw;
}
.divider-curve--type-peak {
  transform: scaleY(-1);
  top: 1px;
}
.divider-curve--type-peak.divider-curve--trim-top {
  --divider-before-height: 1.8vw;
  --divider-before-position: 1vw;
}
.divider-curve--type-peak.divider-curve--trim-bottom {
  --divider-after-height: 2.8vw;
}
.divider-curve--type-peak.divider-curve--top-white, .divider-curve--type-peak.divider-curve--top-wg {
  --divider-dot-color-inner: #B5B5B5;
}
.divider-curve--type-peak.divider-curve--top-white {
  --divider-curves-color: #ffffff;
}
.divider-curve--type-peak.divider-curve--top-wg {
  --divider-curves-color: #F3F2F1;
}
.divider-curve--type-peak.divider-curve--top-mn, .divider-curve--type-peak.divider-curve--top-dn, .divider-curve--type-peak.divider-curve--top-cop {
  --divider-dot-color-inner: rgba(255, 255, 255, 0.4);
}
.divider-curve--type-peak.divider-curve--top-mn {
  --divider-curves-color: #091123;
}
.divider-curve--type-peak.divider-curve--top-dn {
  --divider-curves-color: #001E62;
}
.divider-curve--type-peak.divider-curve--top-cop {
  --divider-curves-color: #C84E00;
}
.divider-curve--type-peak.divider-curve--bottom-white, .divider-curve--type-peak.divider-curve--bottom-wg {
  --divider-dot-color-outer: #B5B5B5;
}
.divider-curve--type-peak.divider-curve--bottom-white {
  --divider-bg-color: #ffffff;
}
.divider-curve--type-peak.divider-curve--bottom-wg {
  --divider-bg-color: #F3F2F1;
}
.divider-curve--type-peak.divider-curve--bottom-mn, .divider-curve--type-peak.divider-curve--bottom-dn, .divider-curve--type-peak.divider-curve--bottom-cop {
  --divider-dot-color-outer: rgba(255, 255, 255, 0.4);
}
.divider-curve--type-peak.divider-curve--bottom-mn {
  --divider-bg-color: #091123;
}
.divider-curve--type-peak.divider-curve--bottom-dn {
  --divider-bg-color: #001E62;
}
.divider-curve--type-peak.divider-curve--bottom-cop {
  --divider-bg-color: #C84E00;
}
.divider-curve::before, .divider-curve::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  z-index: 1;
}
.divider-curve::before {
  background: var(--divider-curves-color);
  bottom: -2px;
}
.divider-curve::after {
  left: unset;
  right: 0;
  background: var(--divider-bg-color);
  top: -2px;
}
.divider-curve__curves {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  top: 1px;
}
.divider-curve__curves path {
  fill: var(--divider-curves-color);
}
.divider-curve__dots::before, .divider-curve__dots::after {
  content: "";
  position: absolute;
  left: -0.001%;
  bottom: 0;
  width: 100%;
  height: var(--divider-before-height);
  bottom: var(--divider-before-position);
  background-image: linear-gradient(180deg, var(--divider-dot-color-inner) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
}
.divider-curve__dots::after {
  bottom: 2.8vw;
  height: var(--divider-after-height);
  background-image: linear-gradient(180deg, var(--divider-dot-color-outer) 33%, rgba(255, 255, 255, 0) 0%);
}

.stripe-events-feature {
  padding: 0 1em clamp(2em, 2vw, 3em);
  position: relative;
  background-color: var(--events-feat-bg-color);
  overflow-x: hidden;
  --events-feat-bg-color: #F3F2F1;
  --events-feat-month-color: #001E62;
  --events-feat-day-color: #339898;
  --events-feat-text-color: #666666;
  --events-feat-link-color: #001E62;
  --events-feat-border-color: #ffffff;
  --events-feat-overlay-color: #000;
  --events-feat-hover-text-color: #001E62;
}
.stripe-events-feature--theme-mn {
  --events-feat-bg-color: #091123;
  --events-feat-month-color: #339898;
  --events-feat-day-color: #ffffff;
  --events-feat-text-color: #B5B5B5;
  --events-feat-link-color: #ffffff;
  --events-feat-border-color: rgba(255, 255, 255, 0.1);
  --events-feat-overlay-color: transparent;
  --events-feat-hover-text-color: #339898;
}
.stripe-events-feature__upper {
  background-color: var(--hero-upper-color);
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto 1fr;
  max-width: 1180px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 40px;
  margin: 0 auto;
}
.stripe-events-feature__content {
  max-width: 482px;
  padding: clamp(2em, 2vw, 3em) 0 calc((clamp(2em, 2vw, 3em)) / 2);
  position: relative;
}
.stripe-events-feature__content h2, .stripe-events-feature__content p, .stripe-events-feature__content .button {
  position: relative;
}
.stripe-events-feature__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1000000000%;
  height: 100%;
  background: #ffffff;
  left: -1000000%;
}
.stripe-events-feature__events {
  margin: 0;
  padding: calc((clamp(2em, 2vw, 3em)) / 4) 0 0 0;
}
.stripe-events-feature__events li {
  padding: 0;
  border-bottom: 2px solid var(--events-feat-border-color);
  margin-bottom: 0;
}
.stripe-events-feature__events li::before {
  content: "";
}
.stripe-events-feature__events li:last-of-type {
  border-bottom: 0;
}
.stripe-events-feature .event-card {
  margin-top: clamp(2em, 2vw, 3em);
  position: relative;
  max-width: 590px;
  display: flex;
  flex-direction: column;
  position: relative;
  grid-row: span 2;
}
.stripe-events-feature .event-card__content {
  order: 2;
  background: #ffffff;
  padding: clamp(1em, 2.5vw, 2.5em);
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.stripe-events-feature .event-card__content h3, .stripe-events-feature .event-card__content p {
  position: relative;
  margin-bottom: 0;
}
.stripe-events-feature .event-card__time {
  order: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.stripe-events-feature .event-card__time span {
  position: relative;
  display: inline-flex;
}
.stripe-events-feature .event-card__time span::after {
  content: "";
  background-image: linear-gradient(#B5B5B5 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  width: 1px;
  background-size: 1px 7px;
  margin: 0 0.5em 0 0.65em;
}
.stripe-events-feature .event-card__time span:last-of-type::after {
  display: none;
}
.stripe-events-feature .event-card__title {
  order: 2;
  text-decoration: none;
  transition: 0.25s ease;
}
.stripe-events-feature .event-card__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease;
  opacity: 0;
  background: #000;
}
.stripe-events-feature .event-card__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.stripe-events-feature .event-card__title:hover::before, .stripe-events-feature .event-card__title:focus::before {
  opacity: 0.1;
  transition: 0.25s ease;
}
.stripe-events-feature .event-card__title h3 {
  display: inline-flex;
  padding: 0 0.3em;
  gap: 0.5em;
  align-items: center;
  transition: 0.25s ease;
  padding-left: 0;
  position: relative;
  display: inline-block;
  color: #001E62;
  padding-right: 0;
}
.stripe-events-feature .event-card__title h3::after {
  content: url(../assets/arrow-midnight.svg);
  width: 1em;
  transition: 0.25s ease;
  padding-top: 0.3rem;
}
.stripe-events-feature .event-card__title h3::after {
  display: inline-block;
  margin-right: 0.25em;
  position: relative;
  top: 0.1em;
  padding-top: 0;
  height: 0.4em;
  left: 0.15em;
}
.stripe-events-feature .event-card__title::before {
  transition: 0.25s ease;
}
.stripe-events-feature .event-card__title:hover h3, .stripe-events-feature .event-card__title:focus h3 {
  text-decoration: underline;
}
.stripe-events-feature .event-card__title:hover h3::after, .stripe-events-feature .event-card__title:focus h3::after {
  transform: translateX(0.25rem);
}
.stripe-events-feature .event-card__presenter {
  order: 3;
}
.stripe-events-feature .event-card__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 68.421052631%;
  order: 1;
  margin-bottom: 0;
  position: relative;
}
.stripe-events-feature .event-card__image img,
.stripe-events-feature .event-card__image iframe {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stripe-events-feature .event-listing {
  display: grid;
  grid-template-columns: auto 83%;
  gap: clamp(1em, 2vw, 2em);
  padding: calc(clamp(3em, 5vw, 5em) / 4) 0.5em;
  position: relative;
}
.stripe-events-feature .event-listing__date {
  text-align: center;
  width: 1.6125em;
  margin-bottom: 1rem;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.5rem, 4.5vw, 2.5rem);
  color: var(--events-feat-day-color);
  font-family: "Merriweather", serif;
}
.stripe-events-feature .event-listing__date:first-child {
  padding-top: 0;
}
.stripe-events-feature .event-listing__month {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: 1.125rem;
  font-weight: bold;
  color: #C84E00;
  text-transform: uppercase;
  color: var(--events-feat-month-color);
  display: block;
  margin-bottom: 0;
}
.stripe-events-feature .event-listing__month:first-child {
  padding-top: 0;
}
.stripe-events-feature .event-listing__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.stripe-events-feature .event-listing__content p, .stripe-events-feature .event-listing__content h3 {
  margin-bottom: 0;
}
.stripe-events-feature .event-listing__time {
  order: 1;
  color: var(--events-feat-text-color);
}
.stripe-events-feature .event-listing__time span {
  position: relative;
  display: inline-flex;
}
.stripe-events-feature .event-listing__time span::after {
  content: "";
  background-image: linear-gradient(#B5B5B5 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  width: 1px;
  background-size: 1px 7px;
  margin: 0 0.25em 0 0.5em;
}
.stripe-events-feature .event-listing__time span:last-of-type::after {
  display: none;
}
.stripe-events-feature .event-listing__title {
  order: 2;
  padding-bottom: 4px;
}
.stripe-events-feature .event-listing__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease;
  opacity: 0;
  background: #000;
}
.stripe-events-feature .event-listing__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.stripe-events-feature .event-listing__title:hover::before, .stripe-events-feature .event-listing__title:focus::before {
  opacity: 0.1;
  transition: 0.25s ease;
}
.stripe-events-feature .event-listing__title h3 {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  margin-bottom: 0;
  text-decoration: underline;
  color: var(--events-feat-link-color);
}
.stripe-events-feature .event-listing__title h3:first-child {
  padding-top: 0;
}
.stripe-events-feature .event-listing__title::before {
  background-color: var(--events-feat-overlay-color);
}
.stripe-events-feature .event-listing__title:hover h3, .stripe-events-feature .event-listing__title:focus h3 {
  color: var(--events-feat-hover-text-color);
}
.stripe-events-feature .event-listing__presenter {
  order: 3;
  color: var(--events-feat-text-color);
}
@media only screen and (max-width: 800px) {
  .stripe-events-feature__upper {
    grid-template-columns: 1fr;
  }
  .stripe-events-feature__content {
    max-width: unset;
  }
  .stripe-events-feature__content::before {
    height: 185%;
  }
  .stripe-events-feature__events {
    max-width: 590px;
    margin: 0 auto;
    width: 100%;
  }
  .stripe-events-feature__btnWrapper {
    text-align: center;
  }
  .stripe-events-feature .event-card {
    margin: calc((clamp(2em, 2vw, 3em)) / 2) auto 0;
  }
}

.stripe-events-feeder {
  padding: clamp(2em, 2vw, 3em) 1em;
  background-color: var(--events-feeder-secBG);
  --events-feeder-secBG: #ffffff;
  --events-feeder-h2-color: #001E62;
  --events-feeder-text-color: #666666;
  --events-feeder-card-color: #F3F2F1;
  --events-feeder-button-color: #ffffff;
}
.stripe-events-feeder--theme-wg {
  --events-feeder-secBG: #F3F2F1;
  --events-feeder-card-color: #ffffff;
}
.stripe-events-feeder--theme-mn {
  --events-feeder-secBG: #091123;
  --events-feeder-h2-color: #ffffff;
  --events-feeder-text-color: #B5B5B5;
  --events-feeder-card-color: #ffffff;
}
.stripe-events-feeder--theme-mn .stripe-events-feeder__upper a.button {
  color: var(--events-feeder-button-color);
}
.stripe-events-feeder--theme-mn .stripe-events-feeder__upper a {
  color: var(--events-feeder-text-color);
}
.stripe-events-feeder__upper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--events-feeder-gap);
  background-color: var(--events-feeder-contentBG);
}
.stripe-events-feeder__upper h2 {
  color: var(--events-feeder-h2-color);
}
.stripe-events-feeder__upper p {
  color: var(--events-feeder-text-color);
}
.stripe-events-feeder__row {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.stripe-events-feeder__row:not(.stripe-events-feeder__row:last-of-type) {
  margin-bottom: 20px;
}
.stripe-events-feeder .event-listing {
  background-color: var(--events-feeder-card-color);
  padding: 2.5em 1.5em;
  text-align: center;
  position: relative;
}
.stripe-events-feeder .event-listing__month {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: 1.125rem;
  font-weight: bold;
  color: #C84E00;
  text-transform: uppercase;
  color: #001E62;
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.stripe-events-feeder .event-listing__month:first-child {
  padding-top: 0;
}
.stripe-events-feeder .event-listing__day {
  font-size: clamp(2.5rem, 3.5vw, 3.5rem);
  font-weight: 700;
  margin: 0 auto;
  color: #339898;
  font-family: "Merriweather", serif;
  line-height: 1.15;
  text-align: center;
}
.stripe-events-feeder .event-listing__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.stripe-events-feeder .event-listing__content p, .stripe-events-feeder .event-listing__content h3 {
  margin-bottom: 0;
}
.stripe-events-feeder .event-listing__time {
  order: 1;
}
.stripe-events-feeder .event-listing__time span {
  position: relative;
  display: inline-flex;
}
.stripe-events-feeder .event-listing__time span::after {
  content: "";
  background-image: linear-gradient(#B5B5B5 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  width: 1px;
  background-size: 1px 7px;
  margin: 0 0.25em 0 0.5em;
}
.stripe-events-feeder .event-listing__time span:last-of-type::after {
  display: none;
}
.stripe-events-feeder .event-listing__title {
  order: 2;
}
.stripe-events-feeder .event-listing__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease;
  opacity: 0;
  background: #000;
}
.stripe-events-feeder .event-listing__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.stripe-events-feeder .event-listing__title:hover::before, .stripe-events-feeder .event-listing__title:focus::before {
  opacity: 0.1;
  transition: 0.25s ease;
}
.stripe-events-feeder .event-listing__title h3 {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  margin-bottom: 0;
  text-decoration: underline;
  color: #001E62;
}
.stripe-events-feeder .event-listing__title h3:first-child {
  padding-top: 0;
}
.stripe-events-feeder .event-listing__presenter {
  order: 3;
}
@media only screen and (max-width: 800px) {
  .stripe-events-feeder__upper {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
  }
  .stripe-events-feeder__buttonWrapper {
    display: flex;
    justify-content: center;
  }
  .stripe-events-feeder__row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .stripe-events-feeder .event-listing {
    display: flex;
    gap: 1.5em;
    text-align: left;
    width: 100%;
    padding: 1em;
  }
  .stripe-events-feeder .event-listing__date {
    padding-left: 0.5em;
    min-width: 3rem;
    text-align: center;
  }
}

.stripe-faculty-feeder {
  padding: clamp(2em, 2vw, 3em) 1em;
  background-color: var(--faculty-feeder-bg);
  --faculty-feeder-bg: #ffffff;
  --faculty-feeder-accent: #F3F2F1;
  --faculty-feeder-upper-gap: 2.5em;
  --faculty-feeder-lower-gap: 2.5em;
  --faculty-feeder-rowSize: 2;
}
.stripe-faculty-feeder--lo-4up {
  --faculty-feeder-rowSize: 4;
  --faculty-feeder-upper-gap: 20px;
  --faculty-feeder-lower-gap: 20px;
}
.stripe-faculty-feeder--theme-wg {
  --faculty-feeder-bg: #F3F2F1;
  --faculty-feeder-accent: #ffffff;
}
.stripe-faculty-feeder--dotted {
  background-image: linear-gradient(#B5B5B5 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  --faculty-feeder-upper-gap: 5em;
}
.stripe-faculty-feeder__upper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 var(--faculty-feeder-upper-gap);
}
.stripe-faculty-feeder__grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(var(--faculty-feeder-rowSize), 1fr);
  gap: var(--faculty-feeder-lower-gap);
}
.stripe-faculty-feeder__grid:not(.stripe-faculty-feeder__grid:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .stripe-faculty-feeder__grid {
    grid-template-columns: 1fr;
  }
  .stripe-faculty-feeder--lo-4up .stripe-faculty-feeder__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 800px) {
  .stripe-faculty-feeder__upper {
    background-color: var(--faculty-feeder-bg);
    padding: 20px 0;
    grid-template-columns: 1fr;
  }
  .stripe-faculty-feeder__buttonWrapper {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .stripe-faculty-feeder--lo-4up .stripe-faculty-feeder__grid {
    grid-template-columns: 1fr;
  }
}

.faculty-overview {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1em;
}
.faculty-overview__thumbnail {
  grid-row: span 2;
  margin-bottom: 1em;
}
.faculty-overview__thumbnail figure {
  width: 160px;
  height: 160px;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 0;
}
.faculty-overview__thumbnail figure img {
  width: 100%;
}
.faculty-overview__nae, .faculty-overview__ieee {
  font-weight: 600;
  color: #001E62;
  display: flex;
  justify-content: center;
  gap: 0.25em;
  align-items: center;
  padding: 0.375em 0.25em;
  background: var(--faculty-feeder-accent);
}
.faculty-overview__nae::before {
  content: url(../assets/nae-icon.svg);
  margin-top: 0.25em;
}
.faculty-overview__info h3 {
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--faculty-feeder-accent);
}
.faculty-overview__info h3 a {
  color: #001E62;
}
.faculty-overview__email {
  display: flex;
  gap: 0.25em;
  margin-bottom: 1rem;
  color: #001E62;
}
.faculty-overview__email::before {
  content: url(../assets/email-envelope.svg);
}
.faculty-overview__research {
  grid-column: 2;
  transition: 0.2s ease;
  overflow-y: hidden;
}
.faculty-overview__toggle {
  justify-content: center;
  grid-column: span 2;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid var(--faculty-feeder-accent);
  padding: 0.375em;
  color: #666666;
  font-family: "Roboto";
  gap: 0.25em;
  cursor: pointer;
  display: none;
  transition: 0.25s ease;
}
.faculty-overview__toggle::after {
  content: url(../assets/down-caret.svg);
}
.faculty-overview__toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.faculty-overview h4 {
  font-size: 1rem;
}
@media only screen and (max-width: 960px) {
  .faculty-overview {
    grid-template-columns: 124px auto;
  }
  .faculty-overview__thumbnail figure {
    width: 124px;
    height: 124px;
  }
  .faculty-overview__nae, .faculty-overview__ieee {
    font-size: 0.8em;
  }
  .faculty-overview__research {
    grid-column: span 2;
    max-height: 0;
  }
  .faculty-overview__research:not([hidden]) {
    display: block;
  }
  .faculty-overview__toggle {
    display: flex;
  }
}

.faculty-card {
  background-color: var(--faculty-feeder-accent);
  padding: 1.5em;
}
.faculty-card__thumbnail {
  margin: 0 auto 20px;
  text-align: center;
}
.faculty-card__thumbnail img {
  width: 156px;
  height: 156px;
  object-fit: cover;
  border-radius: 100%;
}
.faculty-card h3 {
  margin-bottom: 0.5rem;
}
.faculty-card h3 a {
  color: #001E62;
  text-decoration: none;
}
.faculty-card h3 a:hover, .faculty-card h3 a:focus {
  text-decoration: underline;
}
.faculty-card h3::after {
  content: "";
  display: block;
  margin-top: 0.5rem;
  width: 100%;
  border-bottom: 2px solid var(--faculty-feeder-bg);
}
.faculty-card__description {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .faculty-card {
    display: grid;
    grid-template-columns: 72px auto;
    gap: 0 1em;
    padding: 1em;
  }
  .faculty-card__thumbnail {
    grid-row: span 2;
    margin-bottom: 0;
  }
  .faculty-card__thumbnail img {
    width: 72px;
    height: 72px;
  }
  .faculty-card__description {
    grid-column: 2;
  }
}

.stripe-fwi {
  padding: clamp(2em, 2vw, 3em) 1em;
  background: var(--fwi-bg);
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-color: var(--fwi-bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: var(--fwi-bg-attachment);
  --fwi-bg: #ffffff;
  --fwi-box-bg: var(--fwi-bg);
  --fwi-box-padding: 2.5em 0;
  --fwi-text-align: center;
  --fwi-left-width: 100%;
  --fwi-right-width: 0%;
  --fwi-bg-attachment: none;
  --fwi-text-color: #091123;
  --fwi-button-bg: #ffffff;
  --fwi-button-border: #C84E00;
  --fwi-button-text: #091123;
  --fwi-button-arrow: url(../assets/arrow-midnight.svg);
  --fwi-button-hover-bg: rgb(229.5, 229.5, 229.5);
  --fwi-button-hover-border: #C84E00;
}
.stripe-fwi__parallax {
  --fwi-bg-attachment: fixed;
}
.stripe-fwi__light {
  --fwi-text-color: #ffffff;
  --fwi-bg: #091123;
}
.stripe-fwi__dark {
  --fwi-text-color: #091123;
  --fwi-bg: #ffffff;
}
.stripe-fwi__left-txt {
  --fwi-text-align: left;
  --fwi-left-width: 50%;
  --fwi-right-width: 50%;
  --fwi-right-order: 2;
  --fwi-left-order: 1;
}
.stripe-fwi__right-txt {
  --fwi-text-align: right;
  --fwi-right-width: 50%;
  --fwi-left-width: 50%;
  --fwi-right-order: 1;
  --fwi-left-order: 2;
}
.stripe-fwi__dotted::before, .stripe-fwi__dotted::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: clamp(2em, 2vw, 3em);
  background-image: linear-gradient(180deg, var(--fwi-text-color) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
}
.stripe-fwi__dotted::before {
  top: 0;
}
.stripe-fwi__dotted::after {
  bottom: 0;
  transform: scaleY(-1);
}
.stripe-fwi__boxWrapper {
  width: 1180px;
  display: flex;
  flex-flow: row;
}
.stripe-fwi__box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stripe-fwi__content {
  text-align: var(--fwi-text-align);
  color: var(--fwi-text-color);
}
.stripe-fwi__content h2 {
  color: var(--fwi-text-color);
}
.stripe-fwi__left-section {
  width: var(--fwi-left-width);
  display: flex;
  flex-flow: column;
  order: var(--fwi-left-order);
}
.stripe-fwi__left-section.light-contrast {
  padding: 3rem;
  background: rgba(255, 255, 255, 0.5);
}
.stripe-fwi__left-section.dark-contrast {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.5);
}
.stripe-fwi__right-section {
  display: flex;
  width: var(--fwi-right-width);
  order: var(--fwi-right-order);
}
.stripe-fwi__buttonWrapper {
  display: flex;
  align-items: center;
  justify-content: var(--fwi-text-align);
  gap: 0.5em;
  padding-bottom: 0.35em;
}
.stripe-fwi__buttonWrapper .button--alt {
  background-color: var(--fwi-button-bg);
  border: 2px solid var(--fwi-button-border);
  color: var(--fwi-button-text);
}
.stripe-fwi__buttonWrapper .button--alt::after {
  content: var(--fwi-button-arrow);
}
.stripe-fwi__buttonWrapper .button--alt:hover, .stripe-fwi__buttonWrapper .button--alt:focus {
  background-color: var(--fwi-button-hover-bg);
  border-color: var(--fwi-button-hover-border);
}
@media only screen and (max-width: 1200px) {
  .stripe-fwi {
    --fwi-bg-attachment: none;
    min-height: unset;
    padding: clamp(7em, 6vw, 6em) 1em calc(clamp(2em, 9.86vw, 8.875em) + clamp(5em, 5vw, 6em));
  }
}
@media only screen and (max-width: 800px) {
  .stripe-fwi {
    --fwi-left-width: 100%;
    --fwi-right-width: 0%;
  }
}
@media only screen and (max-width: 500px) {
  .stripe-fwi__buttonWrapper {
    flex-direction: column;
  }
  .stripe-fwi__buttonWrapper .button {
    width: 100%;
  }
}

.stripe-icon-cards {
  padding: clamp(2em, 2vw, 3em) 1em;
  background-color: var(--icon-card-secBG);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  --icon-card-secBG: #ffffff;
  --icon-card-color: #F3F2F1;
  --icon-card-gap: 0 20px;
  --icon-card-contentBG: transparent;
  --icon-card-rowSize: 3;
  --icon-card-dot-color: #B5B5B5;
}
.stripe-icon-cards--dotted {
  background-image: linear-gradient(var(--icon-card-dot-color) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  --icon-card-gap: 0 clamp(2em, 2vw, 3em);
}
@media only screen and (max-width: 800px) {
  .stripe-icon-cards--dotted {
    --icon-card-contentBG: var(--icon-card-secBG);
  }
}
.stripe-icon-cards--dotted-image::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, var(--icon-card-color) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  top: 0;
  z-index: 0;
}
.stripe-icon-cards--dotted-image .stripe-icon-cards__upper {
  position: relative;
  z-index: 1;
}
.stripe-icon-cards--theme-wg {
  --icon-card-secBG: #F3F2F1;
  --icon-card-color: #ffffff;
}
.stripe-icon-cards--theme-mn {
  --icon-card-secBG: #091123;
  --icon-card-color: #ffffff;
  --icon-card-dot-color: rgba(255, 255, 255, 0.4);
}
.stripe-icon-cards--theme-mn .stripe-icon-cards__upper h2, .stripe-icon-cards--theme-mn .stripe-icon-cards__upper p, .stripe-icon-cards--theme-mn .stripe-icon-cards__upper a {
  color: #ffffff;
}
.stripe-icon-cards--4up {
  --icon-card-rowSize: 4;
}
@media only screen and (max-width: 1050px) {
  .stripe-icon-cards--4up .stripe-icon-cards__row {
    --icon-card-rowSize: 2;
  }
}
.stripe-icon-cards--2up {
  --icon-card-rowSize: 2 ;
}
.stripe-icon-cards__upper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--icon-card-gap);
  background-color: var(--icon-card-contentBG);
}
.stripe-icon-cards__row {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(var(--icon-card-rowSize), 1fr);
  gap: 20px;
  position: relative;
}
.stripe-icon-cards__row:not(.stripe-icon-cards__row:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .stripe-icon-cards__upper {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .stripe-icon-cards__upper, .stripe-icon-cards__row {
    grid-template-columns: 1fr;
  }
  .stripe-icon-cards__buttonWrapper {
    display: flex;
    justify-content: center;
  }
  .stripe-icon-cards__buttonWrapper .button {
    z-index: 1;
  }
}

.icon-card {
  text-align: center;
  padding: 2.5em 1em;
  background-color: var(--icon-card-color);
  position: relative;
}
.icon-card__animation {
  position: relative;
  opacity: 0;
  display: inline-block;
  width: 100%;
}
.icon-card__number {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #339898;
  margin-bottom: 1rem;
  display: block;
}
.icon-card__icon {
  margin-bottom: 2em;
  position: relative;
  z-index: 1;
  width: 96px;
  height: 86px;
  margin: 0 auto 2em;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-card__icon img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.icon-card__icon svg {
  font-size: 56px;
  max-height: 100%;
  width: 100%;
}
.icon-card__icon svg path {
  fill: #001E62;
}
.icon-card__link {
  text-decoration: none;
}
.icon-card__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease;
  opacity: 0;
  background: #000;
}
.icon-card__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.icon-card__link:hover::before, .icon-card__link:focus::before {
  opacity: 0.1;
  transition: 0.25s ease;
}
.icon-card__link h3 {
  display: inline-flex;
  padding: 0 0.3em;
  gap: 0.5rem;
  align-items: center;
  transition: 0.25s ease;
  padding: 0;
}
.icon-card__link h3::after {
  content: url(../assets/arrow-midnight.svg);
  width: 1em;
  transition: 0.25s ease;
  padding-top: 0.3rem;
}
.icon-card__link:hover h3, .icon-card__link:focus h3 {
  text-decoration: underline;
}
.icon-card__link:hover h3::after, .icon-card__link:focus h3::after {
  transform: translateX(0.25rem);
}
.icon-card__text {
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .icon-card {
    display: grid;
    text-align: left;
    gap: 1em;
    padding: 1em;
  }
  .icon-card__icon {
    width: 4.5em;
  }
  .icon-card__link {
    padding-left: 0;
  }
  .icon-card__number {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}

.icon-card__animation-begin.ltr-anime .stripe-icon-cards__row {
  position: relative;
}
.icon-card__animation-begin.ltr-anime .stripe-icon-cards__row .icon-card__animation {
  animation: leftSlideInCard 1.5s 1 forwards;
  left: -200%;
  position: relative;
  opacity: 0;
}
.icon-card__animation-begin.ltr-anime .stripe-icon-cards__row .card-position-2 {
  animation-delay: 0.3s;
}
.icon-card__animation-begin.ltr-anime .stripe-icon-cards__row .card-position-3 {
  animation-delay: 0.6s;
}
.icon-card__animation-begin.ltr-anime .stripe-icon-cards__row .card-position-4 {
  animation-delay: 0.9s;
}
.icon-card__animation-begin.ltr-anime .stripe-icon-cards__row .card-position-5 {
  animation-delay: 1.2s;
}
.icon-card__animation-begin.ltr-anime .stripe-icon-cards__row .card-position-6 {
  animation-delay: 1.5s;
}
.icon-card__animation-begin.ltr-anime .stripe-icon-cards__row .card-position-7 {
  animation-delay: 1.8s;
}
.icon-card__animation-begin.ltr-anime .stripe-icon-cards__row .card-position-8 {
  animation-delay: 2.1s;
}
.icon-card__animation-begin.ltr-anime .stripe-icon-cards__row .card-position-9 {
  animation-delay: 2.4s;
}
.icon-card__animation-begin.ltr-anime .stripe-icon-cards__row .card-position-10 {
  animation-delay: 2.7s;
}
.icon-card__animation-begin.ltr-anime .stripe-icon-cards__row .card-position-11 {
  animation-delay: 3s;
}
.icon-card__animation-begin.ltr-anime .stripe-icon-cards__row .card-position-12 {
  animation-delay: 3.3s;
}
@keyframes leftSlideInCard {
  0% {
    left: -200%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}

.icon-card__animation-begin.rtl-anime .stripe-icon-cards__row {
  position: relative;
}
.icon-card__animation-begin.rtl-anime .stripe-icon-cards__row .icon-card__animation {
  animation: rightSlideInCard 1.5s 1 forwards;
  right: -200%;
  position: relative;
  opacity: 0;
}
.icon-card__animation-begin.rtl-anime .stripe-icon-cards__row .card-position-2 {
  animation-delay: 0.3s;
}
.icon-card__animation-begin.rtl-anime .stripe-icon-cards__row .card-position-3 {
  animation-delay: 0.6s;
}
.icon-card__animation-begin.rtl-anime .stripe-icon-cards__row .card-position-4 {
  animation-delay: 0.9s;
}
.icon-card__animation-begin.rtl-anime .stripe-icon-cards__row .card-position-5 {
  animation-delay: 1.2s;
}
.icon-card__animation-begin.rtl-anime .stripe-icon-cards__row .card-position-6 {
  animation-delay: 1.5s;
}
.icon-card__animation-begin.rtl-anime .stripe-icon-cards__row .card-position-7 {
  animation-delay: 1.8s;
}
.icon-card__animation-begin.rtl-anime .stripe-icon-cards__row .card-position-8 {
  animation-delay: 2.1s;
}
.icon-card__animation-begin.rtl-anime .stripe-icon-cards__row .card-position-9 {
  animation-delay: 2.4s;
}
.icon-card__animation-begin.rtl-anime .stripe-icon-cards__row .card-position-10 {
  animation-delay: 2.7s;
}
.icon-card__animation-begin.rtl-anime .stripe-icon-cards__row .card-position-11 {
  animation-delay: 3s;
}
.icon-card__animation-begin.rtl-anime .stripe-icon-cards__row .card-position-12 {
  animation-delay: 3.3s;
}
@keyframes rightSlideInCard {
  0% {
    right: -200%;
    opacity: 0;
  }
  100% {
    right: 0%;
    opacity: 1;
  }
}

.icon-card__animation-begin.upward-anime .stripe-icon-cards__row {
  position: relative;
  column-count: var(--icon-card-rowSize);
  column-gap: 20px;
  transform: translateZ(0);
}
.icon-card__animation-begin.upward-anime .stripe-icon-cards__row .icon-card__animation {
  opacity: 0;
  transform: translateY(100%);
  margin-bottom: 20px;
  break-inside: avoid;
  animation: slideUp 1.5s 1 ease-out forwards;
}
.icon-card__animation-begin.upward-anime .stripe-icon-cards__row .card-position-2 {
  animation-delay: 0.3s;
}
.icon-card__animation-begin.upward-anime .stripe-icon-cards__row .card-position-3 {
  animation-delay: 0.6s;
}
.icon-card__animation-begin.upward-anime .stripe-icon-cards__row .card-position-4 {
  animation-delay: 0.9s;
}
.icon-card__animation-begin.upward-anime .stripe-icon-cards__row .card-position-5 {
  animation-delay: 1.2s;
}
.icon-card__animation-begin.upward-anime .stripe-icon-cards__row .card-position-6 {
  animation-delay: 1.5s;
}
.icon-card__animation-begin.upward-anime .stripe-icon-cards__row .card-position-7 {
  animation-delay: 1.8s;
}
.icon-card__animation-begin.upward-anime .stripe-icon-cards__row .card-position-8 {
  animation-delay: 2.1s;
}
.icon-card__animation-begin.upward-anime .stripe-icon-cards__row .card-position-9 {
  animation-delay: 2.4s;
}
.icon-card__animation-begin.upward-anime .stripe-icon-cards__row .card-position-10 {
  animation-delay: 2.7s;
}
.icon-card__animation-begin.upward-anime .stripe-icon-cards__row .card-position-11 {
  animation-delay: 3s;
}
.icon-card__animation-begin.upward-anime .stripe-icon-cards__row .card-position-12 {
  animation-delay: 3.3s;
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 800px) {
  .icon-card__animation-begin.upward-anime .stripe-icon-cards__row {
    column-count: 1;
  }
}

.stripe-image-cards {
  padding: clamp(2em, 2vw, 3em) 1em;
  background-color: var(--image-card-secBG);
  --image-card-secBG: #ffffff;
  --image-card-color: #F3F2F1;
  --image-card-gap: 0 20px;
  --image-card-contentBG: transparent;
  --image-card-rowSize: 3;
  --image-card-maxWidth: 380px;
  --image-card-dot-color: #B5B5B5;
}
.stripe-image-cards--dotted {
  background-image: linear-gradient(var(--image-card-dot-color) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  --image-card-gap: 0 clamp(2em, 2vw, 3em);
}
@media only screen and (max-width: 800px) {
  .stripe-image-cards--dotted {
    --image-card-contentBG: var(--image-card-secBG);
  }
}
.stripe-image-cards--theme-wg {
  --image-card-secBG: #F3F2F1;
  --image-card-color: #ffffff;
}
.stripe-image-cards--theme-mn {
  --image-card-secBG: #091123;
  --image-card-color: #ffffff;
  --image-card-dot-color: rgba(255, 255, 255, 0.4);
}
.stripe-image-cards--theme-mn h2, .stripe-image-cards--theme-mn p, .stripe-image-cards--theme-mn a, .stripe-image-cards--theme-dn h2, .stripe-image-cards--theme-dn p, .stripe-image-cards--theme-dn a, .stripe-image-cards--theme-cop h2, .stripe-image-cards--theme-cop p, .stripe-image-cards--theme-cop a {
  color: #ffffff;
}
.stripe-image-cards--2up {
  --image-card-rowSize: 2;
}
@media only screen and (min-width: 801px) {
  .stripe-image-cards--2up {
    --image-card-maxWidth: 580px;
  }
}
.stripe-image-cards--btn-standard .image-card__link {
  display: inline-flex;
  padding: 0 0.3em;
  gap: 0.35em;
  align-items: center;
  transition: 0.25s ease;
  background-color: #C84E00;
  padding: 0.75em 1.25em;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  justify-content: center;
  border: 2px solid #C84E00;
  text-transform: uppercase;
  border-radius: unset;
}
.stripe-image-cards--btn-standard .image-card__link::after {
  content: url(../assets/arrow.svg);
  width: 1em;
  transition: 0.25s ease;
  position: relative;
  top: 0.1em;
}
.stripe-image-cards--btn-standard .image-card__link:hover, .stripe-image-cards--btn-standard .image-card__link:focus {
  background-color: rgb(149, 58.11, 0);
  text-decoration: underline;
  border: 2px solid rgb(149, 58.11, 0);
}
.stripe-image-cards--btn-standard .image-card__link:hover::after, .stripe-image-cards--btn-standard .image-card__link:focus::after {
  transform: translateX(0.25rem);
}
.stripe-image-cards--btn-standard .image-card__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease;
  opacity: 0;
  background: #000;
}
.stripe-image-cards--btn-standard .image-card__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.stripe-image-cards--btn-standard .image-card__link:hover::before, .stripe-image-cards--btn-standard .image-card__link:focus::before {
  opacity: 0.1;
  transition: 0.25s ease;
}
.stripe-image-cards--btn-standard .image-card__link span {
  display: inline-flex;
  padding: 0 0.3em;
  gap: 0.35em;
  align-items: center;
  transition: 0.25s ease;
  z-index: 1;
  position: relative;
}
.stripe-image-cards--btn-standard .image-card__link span::after {
  content: url(../assets/arrow.svg);
  width: 1em;
  transition: 0.25s ease;
  position: relative;
  top: 0.1em;
}
.stripe-image-cards--btn-standard .image-card__link:hover:before, .stripe-image-cards--btn-standard .image-card__link:focus:before {
  opacity: 0;
}
.stripe-image-cards--btn-standard .image-card__link:hover span::after, .stripe-image-cards--btn-standard .image-card__link:focus span::after {
  transform: translateX(0.25rem);
}
.stripe-image-cards--btn-fancy .image-card__link {
  text-decoration: none;
  padding: 0.75em 1.25em;
  justify-content: space-between;
  display: flex;
  background-color: var(--image-card-color);
}
.stripe-image-cards--btn-fancy .image-card__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease;
  opacity: 0;
  background: #000;
}
.stripe-image-cards--btn-fancy .image-card__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.stripe-image-cards--btn-fancy .image-card__link:hover::before, .stripe-image-cards--btn-fancy .image-card__link:focus::before {
  opacity: 0.1;
  transition: 0.25s ease;
}
.stripe-image-cards--btn-fancy .image-card__link span {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  display: inline-flex;
  padding: 0 0.3em;
  gap: 0.5rem;
  align-items: center;
  transition: 0.25s ease;
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
  transition: 0.25s ease;
}
.stripe-image-cards--btn-fancy .image-card__link span:first-child {
  padding-top: 0;
}
.stripe-image-cards--btn-fancy .image-card__link span::after {
  content: url(../assets/arrow-midnight.svg);
  width: 1em;
  transition: 0.25s ease;
  padding-top: 0.25rem;
}
.stripe-image-cards--btn-fancy .image-card__link:hover h3, .stripe-image-cards--btn-fancy .image-card__link:focus h3 {
  text-decoration: underline;
}
.stripe-image-cards--btn-fancy .image-card__link:hover h3::after, .stripe-image-cards--btn-fancy .image-card__link:focus h3::after {
  transform: translateX(0.25rem);
}
.stripe-image-cards--btn-fancy .image-card__link:hover span, .stripe-image-cards--btn-fancy .image-card__link:focus span {
  text-decoration: underline;
}
.stripe-image-cards--btn-fancy .image-card__link:hover span::after, .stripe-image-cards--btn-fancy .image-card__link:focus span::after {
  transform: translateX(0.25rem);
}
.stripe-image-cards__upper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--image-card-gap);
  background-color: var(--image-card-contentBG);
}
.stripe-image-cards__row {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  grid-template-columns: repeat(var(--image-card-rowSize), 1fr);
}
.stripe-image-cards__row:not(.stripe-image-cards__row:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .stripe-image-cards__upper {
    padding: 20px 0;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
  }
  .stripe-image-cards__buttonWrapper {
    display: flex;
    justify-content: center;
  }
  .stripe-image-cards__row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.image-card {
  position: relative;
  width: 100%;
  max-width: var(--image-card-maxWidth);
}
.image-card__image, .image-card__video {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 68.421052631%;
}
.image-card__image img,
.image-card__image iframe, .image-card__video img,
.image-card__video iframe {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-card__video {
  z-index: 3;
  padding-bottom: 56.421052631%;
}
.image-card__link {
  width: 100%;
}

.stripe-itb {
  padding: clamp(2em, 2vw, 3em) 1em;
  background-color: var(--itb-background);
  position: relative;
  --itb-background: #ffffff;
  --itb-heading-border: #F3F2F1;
  --itb-content-bg: var(--itb-background);
  --itb-gap: 0;
  --itb-content-vert-padding: 0;
  --itb-content-padding: var(--itb-content-vert-padding) 20px var(--itb-content-vert-padding) 20px;
  --itb-text-justify: center;
}
.stripe-itb--io-right {
  --itb-content-padding: var(--itb-content-vert-padding) 20px var(--itb-content-vert-padding) 20px;
  --itb-text-justify: flex-start;
}
.stripe-itb--lo-fancy {
  --itb-gap: 20px;
  --itb-content-vert-padding: 2em;
  --itb-content-bg: #F3F2F1;
  --itb-heading-border: #ffffff;
  --itb-text-justify: center;
  --itb-dot-line-color: #B5B5B5;
  background-image: linear-gradient(var(--itb-dot-line-color) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
}
.stripe-itb--lo-fancy .stripe-itb__image, .stripe-itb--lo-fancy .stripe-itb__contentWrapper {
  display: flex;
  align-items: center;
}
.stripe-itb--lo-fancy .stripe-itb__content {
  position: relative;
}
.stripe-itb--lo-dualCTA .stripe-itb__content h2::after {
  display: none;
}
.stripe-itb--theme-wg {
  --itb-background: #F3F2F1;
  --itb-heading-border: #ffffff;
}
.stripe-itb--theme-wg.stripe-itb--lo-fancy {
  --itb-content-bg: #ffffff;
  --itb-heading-border: #F3F2F1;
}
.stripe-itb--theme-mn {
  --itb-background: #091123;
  --itb-heading-border: rgba(255, 255, 255, 0.1);
}
.stripe-itb--theme-mn:not(.stripe-itb--lo-fancy) .stripe-itb__content {
  color: #ffffff;
}
.stripe-itb--theme-mn:not(.stripe-itb--lo-fancy) .stripe-itb__content h2 {
  color: #ffffff;
}
.stripe-itb--theme-mn:not(.stripe-itb--lo-fancy) .stripe-itb__content a {
  color: #ffffff;
}
.stripe-itb--theme-mn:not(.stripe-itb--lo-fancy) .stripe-itb__content .title--xs {
  color: #339898;
}
.stripe-itb--theme-mn:not(.stripe-itb--lo-fancy) .stripe-itb__content ul li::before {
  color: #339898;
}
.stripe-itb--theme-mn.stripe-itb--lo-fancy {
  --itb-content-bg: #F3F2F1;
  --itb-heading-border: #ffffff;
  --itb-dot-line-color: rgba(255, 255, 255, 0.4);
}
.stripe-itb__grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px var(--itb-gap);
  position: relative;
}
.stripe-itb__image {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 68.421052631%;
  max-width: 580px;
}
.stripe-itb__image img,
.stripe-itb__image iframe {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stripe-itb__image div.sb_youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) and (max-width: 800px) {
  .stripe-itb__image.video {
    padding-bottom: 22rem;
    margin: auto;
  }
}
.stripe-itb__contentWrapper {
  padding: var(--itb-content-padding);
  display: flex;
  justify-content: var(--itb-text-justify);
  background-color: var(--itb-content-bg);
}
.stripe-itb__content {
  max-width: 480px;
}
.stripe-itb__content h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--itb-heading-border);
  left: 0;
  margin-top: 1.35em;
}
.stripe-itb__cta {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 20px;
}
.stripe-itb__cta:first-of-type {
  margin-bottom: 40px;
}
@media only screen and (min-width: 801px) {
  .stripe-itb__cta p {
    margin-bottom: 0;
  }
}
.stripe-itb__cta .button {
  min-width: 161px;
}
.stripe-itb__buttonWrapper {
  justify-self: end;
}
@media only screen and (max-width: 800px) {
  .stripe-itb__grid {
    grid-template-columns: 1fr;
  }
  .stripe-itb__image {
    order: 1;
    display: flex;
    justify-content: center;
  }
  .stripe-itb__contentWrapper {
    order: 2;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .stripe-itb__buttonWrapper {
    display: flex;
    justify-content: center;
    justify-self: center;
  }
  .stripe-itb__cta {
    grid-template-columns: 1fr;
  }
}

.stripe-list-itb {
  padding: clamp(2em, 2vw, 3em) 1em;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: clamp(2em, 2vw, 3em) 2.5em;
}
.stripe-list-itb--theme-wg {
  background-color: #F3F2F1;
}
.stripe-list-itb__row {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2.5em;
  width: 100%;
}
.stripe-list-itb__listBtn {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.stripe-list-itb__listBtn ul {
  margin-bottom: 1em;
}
.stripe-list-itb__image {
  min-width: 100%;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 68.421052631%;
  width: clamp(280px, 28vw, 380px);
}
.stripe-list-itb__image img,
.stripe-list-itb__image iframe {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) and (max-width: 800px) {
  .stripe-list-itb__image.video {
    padding-bottom: 22rem;
    margin: auto;
  }
}
@media only screen and (max-width: 800px) {
  .stripe-list-itb__row {
    grid-template-columns: 1fr;
    max-width: 590px;
  }
  .stripe-list-itb__image {
    max-width: unset;
  }
}

.stripe-news-feeder {
  padding: clamp(2em, 2vw, 3em) 1em;
  background-color: var(--news-feeder-secBG);
  --news-feeder-secBG: #ffffff;
  --news-feeder-h2-color: #001E62;
  --news-feeder-text-color: #666666;
  --news-card-color: #091123;
  --news-card-text-color: #B5B5B5;
  --news-card-h3-color: #ffffff;
  --news-card-event-color: #E89923;
  --news-feeder-gap: 0 20px;
  --news-feeder-contentBG: transparent;
  --news-feeder-rowSize: 3;
  --news-feeder-dot-color: #B5B5B5;
}
.stripe-news-feeder--dotted {
  background-image: linear-gradient(var(--news-feeder-dot-color) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  --news-feeder-gap: 0 clamp(2em, 2vw, 3em);
}
@media only screen and (max-width: 800px) {
  .stripe-news-feeder--dotted {
    --news-feeder-contentBG: var(--news-feeder-secBG);
  }
  .stripe-news-feeder--dotted .stripe-news-feeders__upper {
    padding: 1em 0;
  }
}
.stripe-news-feeder--theme-wg {
  --news-feeder-secBG: #F3F2F1;
}
.stripe-news-feeder--theme-mn {
  --news-feeder-secBG: #091123;
  --news-feeder-h2-color: #ffffff;
  --news-feeder-text-color: #B5B5B5;
  --news-feeder-dot-color: rgba(255, 255, 255, 0.4);
  --news-card-color: #ffffff;
  --news-card-text-color: #666666;
  --news-card-h3-color: #001E62;
  --news-card-event-color: #C84E00;
}
.stripe-news-feeder--theme-mn .stripe-news-feeders__upper a {
  color: #ffffff;
}
.stripe-news-feeder__upper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--news-feeder-gap);
  background-color: var(--news-feeder-contentBG);
}
.stripe-news-feeder__upper h2 {
  color: var(--news-feeder-h2-color);
}
.stripe-news-feeder__upper p {
  color: var(--news-feeder-text-color);
}
.stripe-news-feeder__row {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(var(--news-feeder-rowSize), 1fr);
  gap: 20px;
}
.stripe-news-feeder__row:not(.stripe-news-feeder__row:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .stripe-news-feeder__upper {
    padding: 20px 0;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
  }
  .stripe-news-feeder__buttonWrapper {
    display: flex;
    justify-content: center;
  }
  .stripe-news-feeder__row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.news-card {
  background-color: var(--news-card-color);
  position: relative;
  max-width: 380px;
}
.news-card__image {
  z-index: 1;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 68.421052631%;
}
.news-card__image img,
.news-card__image iframe {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-card__content {
  padding: 2em;
  color: var(--news-card-text-color);
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.news-card__date {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.news-card__date date {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  color: var(--news-card-event-color);
  font-family: "Merriweather", serif;
  min-height: 1.583em;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.news-card__date date:first-child {
  padding-top: 0;
}
.news-card__date date::after {
  content: "";
  background-image: linear-gradient(#B5B5B5 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  width: 1px;
  min-height: 2.375em;
  background-size: 1px 7px;
}
.news-card__date span {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: 1.125rem;
  font-weight: bold;
  color: #C84E00;
  text-transform: uppercase;
  color: var(--news-card-event-color);
  margin-bottom: 0;
  max-width: 190px;
}
.news-card__date span:first-child {
  padding-top: 0;
}
@media (min-width: 801px) and (max-width: 1195px) {
  .news-card__date {
    flex-direction: column;
    gap: 6px;
    min-height: 5rem;
    text-align: center;
  }
  .news-card__date date {
    border-bottom: 1px dashed grey;
  }
  .news-card__date date::after {
    content: none !important;
  }
}
.news-card__link {
  text-decoration: none;
}
.news-card__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease;
  opacity: 0;
  background: #000;
}
.news-card__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.news-card__link:hover::before, .news-card__link:focus::before {
  opacity: 0.1;
  transition: 0.25s ease;
}
.news-card__link h3 {
  padding-left: 0;
  position: relative;
  color: var(--news-card-h3-color);
  margin-bottom: 0;
}
.news-card__link:hover h3, .news-card__link:focus h3 {
  text-decoration: underline;
}
.news-card__link:hover h3::after, .news-card__link:focus h3::after {
  transform: translateX(0.25rem);
}
.news-card p {
  position: relative;
}
.news-card p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .news-card__content {
    padding: 1em;
  }
}

.stripe-news-feature {
  padding: 0 1em clamp(2em, 2vw, 3em);
  position: relative;
  background-color: var(--news-feat-bg-color);
  overflow-x: hidden;
  --news-feat-bg-color: #F3F2F1;
  --news-feat-month-color: #001E62;
  --news-feat-day-color: #339898;
  --news-feat-text-color: #666666;
  --news-feat-link-color: #001E62;
  --news-feat-border-color: #ffffff;
  --news-feat-overlay-color: #000;
  --news-feat-hover-text-color: #001E62;
  --news-card-new-color: #C84E00;
}
.stripe-news-feature--theme-mn {
  --news-feat-bg-color: #091123;
  --news-feat-month-color: #339898;
  --news-feat-day-color: #ffffff;
  --news-feat-text-color: #B5B5B5;
  --news-feat-link-color: #ffffff;
  --news-feat-border-color: rgba(255, 255, 255, 0.1);
  --news-feat-overlay-color: transparent;
  --news-feat-hover-text-color: #339898;
  --news-feat-dot-color: #B5B5B5;
  --news-card-new-color: #C84E00;
}
.stripe-news-feature__upper {
  background-color: var(--hero-upper-color);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  max-width: 1180px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 70px;
  margin: 0 auto;
}
.stripe-news-feature__content {
  max-width: 482px;
  padding: clamp(2em, 2vw, 3em) 0 calc((clamp(2em, 2vw, 3em)) / 2);
  position: relative;
}
.stripe-news-feature__content h2, .stripe-news-feature__content p, .stripe-news-feature__content .button {
  position: relative;
}
.stripe-news-feature__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1000000000%;
  height: 100%;
  background: #ffffff;
  left: -1000000%;
}
.stripe-news-feature__posts {
  padding: 2rem 0;
}
.stripe-news-feature .news-card {
  margin-top: clamp(2em, 2vw, 3em);
  position: relative;
  max-width: 590px;
  display: flex;
  flex-direction: column;
  position: relative;
  grid-row: span 2;
}
.stripe-news-feature .news-card__content {
  order: 2;
  background: #ffffff;
  padding: clamp(1em, 2.5vw, 2.5em);
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.stripe-news-feature .news-card__content h3, .stripe-news-feature .news-card__content p {
  position: relative;
  margin-bottom: 0;
}
.stripe-news-feature .news-card__date {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.stripe-news-feature .news-card__date date {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  color: var(--news-card-new-color);
  font-family: "Merriweather";
  min-height: 1.583em;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  word-break: normal;
}
.stripe-news-feature .news-card__date date:first-child {
  padding-top: 0;
}
.stripe-news-feature .news-card__date date::after {
  content: "";
  background-image: linear-gradient(#B5B5B5 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  width: 1px;
  min-height: 2.375em;
  background-size: 1px 7px;
}
.stripe-news-feature .news-card__date span {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: 1.125rem;
  font-weight: bold;
  color: #C84E00;
  text-transform: uppercase;
  color: var(--news-card-new-color);
  margin-bottom: 0;
  max-width: 350px;
}
.stripe-news-feature .news-card__date span:first-child {
  padding-top: 0;
}
@media (min-width: 801px) and (max-width: 1195px) {
  .stripe-news-feature .news-card__date {
    flex-direction: column;
    gap: 6px;
    min-height: 5rem;
    text-align: center;
  }
  .stripe-news-feature .news-card__date date {
    border-bottom: 1px dashed grey;
  }
  .stripe-news-feature .news-card__date date::after {
    content: none !important;
  }
}
.stripe-news-feature .news-card__title {
  text-decoration: none;
  transition: 0.25s ease;
}
.stripe-news-feature .news-card__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease;
  opacity: 0;
  background: #000;
}
.stripe-news-feature .news-card__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.stripe-news-feature .news-card__title:hover::before, .stripe-news-feature .news-card__title:focus::before {
  opacity: 0.1;
  transition: 0.25s ease;
}
.stripe-news-feature .news-card__title h3 {
  display: inline-flex;
  padding: 0 0.3em;
  gap: 0.5em;
  align-items: center;
  transition: 0.25s ease;
  padding-left: 0;
  position: relative;
  display: inline-block;
  color: #001E62;
  padding-right: 0;
}
.stripe-news-feature .news-card__title h3::after {
  content: url(../assets/arrow-midnight.svg);
  width: 1em;
  transition: 0.25s ease;
  padding-top: 0.3rem;
}
.stripe-news-feature .news-card__title h3::after {
  display: inline-block;
  margin-right: 0.25em;
  position: relative;
  top: 0.1em;
  padding-top: 0;
  height: 0.4em;
  left: 0.15em;
}
.stripe-news-feature .news-card__title::before {
  transition: 0.25s ease;
}
.stripe-news-feature .news-card__title:hover h3, .stripe-news-feature .news-card__title:focus h3 {
  text-decoration: underline;
}
.stripe-news-feature .news-card__title:hover h3::after, .stripe-news-feature .news-card__title:focus h3::after {
  transform: translateX(0.25rem);
}
.stripe-news-feature .news-card__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 68.421052631%;
  order: 1;
  margin-bottom: 0;
  position: relative;
}
.stripe-news-feature .news-card__image img,
.stripe-news-feature .news-card__image iframe {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stripe-news-feature .post-listing {
  display: grid;
  grid-template-columns: 78% auto;
  gap: clamp(0.5em, 2vw, 1em);
  padding: calc(clamp(1em, 5vw, 2em) / 4) 0.5em;
  position: relative;
  border-bottom: 1px solid var(--news-feat-border-color);
}
.stripe-news-feature .post-listing__image {
  z-index: 1;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 68.421052631%;
  padding-bottom: 100%;
}
.stripe-news-feature .post-listing__image img,
.stripe-news-feature .post-listing__image iframe {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stripe-news-feature .post-listing__link {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.stripe-news-feature .post-listing__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease;
  opacity: 0;
  background: #000;
}
.stripe-news-feature .post-listing__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.stripe-news-feature .post-listing__link:hover::before, .stripe-news-feature .post-listing__link:focus::before {
  opacity: 0.1;
  transition: 0.25s ease;
}
.stripe-news-feature .post-listing__link h3 {
  padding-left: 0;
  position: relative;
  color: var(--news-feat-link-color);
  margin-bottom: 0;
}
.stripe-news-feature .post-listing__link:hover h3, .stripe-news-feature .post-listing__link:focus h3 {
  text-decoration: underline;
  color: var(--news-feat-hover-text-color);
}
.stripe-news-feature .post-listing__link:hover h3::after, .stripe-news-feature .post-listing__link:focus h3::after {
  transform: translateX(0.25rem);
}
@media (min-width: 801px) and (max-width: 1195px) {
  .stripe-news-feature .post-listing {
    grid-template-columns: 70% auto;
  }
}
@media only screen and (max-width: 800px) {
  .stripe-news-feature__upper {
    grid-template-columns: 1fr;
  }
  .stripe-news-feature__content {
    max-width: unset;
    order: 1;
  }
  .stripe-news-feature__content::before {
    height: 185%;
  }
  .stripe-news-feature__posts {
    max-width: 590px;
    margin: 0 auto;
    width: 100%;
    order: 3;
    padding: 2rem 0 0 0;
  }
  .stripe-news-feature__posts .post-listing {
    padding: calc(clamp(3em, 5vw, 5em) / 4) 0.5em;
  }
  .stripe-news-feature__btnWrapper {
    text-align: center;
  }
  .stripe-news-feature .news-card {
    order: 2;
    margin: calc((clamp(2em, 2vw, 3em)) / 2) auto 0;
  }
}

.hero {
  padding: clamp(2em, 2vw, 3em) 1em;
  background-color: var(--hero-bg-color);
  --hero-bg-color: #ffffff;
  --hero-h1-color: #001E62;
  --hero-h2-color: #C84E00;
  --hero-p-color: #666666;
  --hero-alt-btn-border: #C84E00;
  --hero-alt-btn-text: #091123;
  --hero-alt-btn-arrow: url(../assets/arrow-midnight.svg);
  --hero-alt-btn-hover-text: #091123;
  --hero-alt-btn-hover-bg: rgb(229.5, 229.5, 229.5);
  --hero-alt-btn-hover-border: rgb(149, 58.11, 0);
  --hero-alt-btn-hover-arrow: url(../assets/arrow-midnight.svg);
}
.hero--theme-wg {
  --hero-bg-color: #F3F2F1;
  --hero-alt-btn-hover-bg: rgb(219.4615384615, 216.5, 213.5384615385);
}
.hero--theme-mn, .hero--theme-dn, .hero--theme-cop {
  --hero-alt-btn-text: #ffffff;
  --hero-alt-btn-arrow: url(../assets/arrow.svg);
  --hero-h1-color: #ffffff;
  --hero-p-color: #B5B5B5;
  --hero-alt-btn-hover-text: #ffffff;
  --hero-alt-btn-hover-bg: rgb(149, 58.11, 0);
  --hero-alt-btn-hover-border: rgb(149, 58.11, 0);
  --hero-alt-btn-hover-arrow: url(../assets/arrow.svg);
}
.hero--theme-mn {
  --hero-bg-color: #091123;
  --hero-h2-color: #339898;
}
.hero--theme-dn {
  --hero-bg-color: #001E62;
  --hero-h2-color: #E89923;
}
.hero--theme-cop {
  --hero-bg-color: #C84E00;
  --hero-h2-color: #ffffff;
  --hero-p-color: #ffffff;
  --hero-alt-btn-border: #ffffff;
  --hero-alt-btn-hover-border: #ffffff;
}
.hero--theme-cop a {
  color: #ffffff;
}
.hero--theme-cop .button:not(.button--alt) {
  background: #ffffff;
  color: #091123;
  border: 2px solid #ffffff;
}
.hero--theme-cop .button:not(.button--alt)::after {
  content: url(../assets/arrow-midnight.svg);
}
.hero--theme-cop .button:not(.button--alt):hover, .hero--theme-cop .button:not(.button--alt):focus {
  background-color: rgb(229.5, 229.5, 229.5);
  border: 2px solid rgb(229.5, 229.5, 229.5);
}
.hero h1 {
  color: var(--hero-h1-color);
  margin-bottom: 0;
}
.hero h2 {
  color: var(--hero-h2-color);
  margin-bottom: 0;
}
.hero p {
  color: var(--hero-p-color);
  margin-bottom: 0;
}
.hero__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: flex-end;
}
.hero__btns .button--alt {
  background-color: transparent;
  color: var(--hero-alt-btn-text);
  border: 2px solid var(--hero-alt-btn-border);
}
.hero__btns .button--alt::after {
  content: var(--hero-alt-btn-arrow);
}
.hero__btns .button--alt:hover, .hero__btns .button--alt:focus {
  color: var(--hero-alt-btn-hover-text);
  background-color: var(--hero-alt-btn-hover-bg);
  border: 2px solid var(--hero-alt-btn-hover-border);
}
.hero__btns .button--alt:hover::after, .hero__btns .button--alt:focus::after {
  content: var(--hero-alt-btn-hover-arrow);
}

.hero-a,
.hero-anime {
  min-height: calc(100vh - 100px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: clamp(2em, 2vw, 3em) 1em calc(9.86vw + clamp(2em, 2vw, 3em));
  background-size: cover;
  background-position: center center;
  background-color: #000;
  --hero-div-bottom-color: #ffffff;
  --hero-dot-color: #B5B5B5;
}
.hero-a--bottom-wg,
.hero-anime--bottom-wg {
  --hero-div-bottom-color: #F3F2F1;
}
.hero-a--bottom-mn,
.hero-anime--bottom-mn {
  --hero-div-bottom-color: #091123;
  --hero-dot-color: rgba(255, 255, 255, 0.4);
}
.hero-a__video,
.hero-anime__video {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
}
.hero-a__content,
.hero-anime__content {
  position: relative;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  text-align: center;
  z-index: 2;
}
.hero-a__content h1,
.hero-anime__content h1 {
  color: #ffffff;
  text-shadow: 0 0 1rem #091123;
}
.hero-a__content p,
.hero-anime__content p {
  max-width: 690px;
  margin: 0 auto;
  color: #ffffff;
  text-shadow: 0 0 1rem #091123;
}
.hero-a__btns,
.hero-anime__btns {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-a__btns .button--alt,
.hero-anime__btns .button--alt {
  background-color: transparent;
}
.hero-a__btns .button--alt:hover, .hero-a__btns .button--alt:focus,
.hero-anime__btns .button--alt:hover,
.hero-anime__btns .button--alt:focus {
  background-color: rgb(149, 58.11, 0);
}
.hero-a .play-pause,
.hero-anime .play-pause {
  position: absolute;
  z-index: 2;
  border: 2px solid #C84E00;
  width: 2em;
  height: 2em;
  align-items: center;
  justify-content: center;
  background: unset;
  transform: rotate(45deg);
  right: clamp(1em, 4vw, 4em);
  display: flex;
  padding: 0.25em;
  cursor: pointer;
  bottom: calc(9.86vw + 1em);
}
.hero-a .play-pause img,
.hero-anime .play-pause img {
  transform: rotate(-45deg);
  font-size: 2em;
}
.hero-a .play-pause img[aria-hidden=true],
.hero-anime .play-pause img[aria-hidden=true] {
  display: none;
}
.hero-a .divider-curve,
.hero-anime .divider-curve {
  position: absolute;
  bottom: 0;
  --divider-curves-color: var(--hero-div-bottom-color);
}
.hero-a .divider-curve__dots::before, .hero-a .divider-curve__dots::after,
.hero-anime .divider-curve__dots::before,
.hero-anime .divider-curve__dots::after {
  background-image: linear-gradient(180deg, var(--hero-dot-color) 33%, rgba(255, 255, 255, 0) 0%);
}
.hero-a .divider-curve__dots::after,
.hero-anime .divider-curve__dots::after {
  bottom: clamp(0.3em, 2.2vw, 3em);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 33%, rgba(255, 255, 255, 0) 0%);
}
.hero-a::before,
.hero-anime::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 30, 98, 0.55);
  background: linear-gradient(180deg, rgba(9, 17, 35, 0.3) 0%, rgba(9, 17, 35, 0.8) 100%);
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .hero-a,
  .hero-anime {
    min-height: unset;
    padding: clamp(7em, 6vw, 6em) 1em calc(clamp(2em, 9.86vw, 8.875em) + clamp(5em, 5vw, 6em));
  }
  .hero-a .play-pause,
  .hero-anime .play-pause {
    bottom: clamp(4em, 12.56vw, 13.875em);
  }
}

.hero-anime {
  padding: 0;
  min-height: 50vh;
}
.hero-anime .top-line-container,
.hero-anime .bottom-line-container {
  height: 10vh;
  position: relative;
}
.hero-anime .bottom-line-container {
  width: 100%;
  background-image: linear-gradient(transparent, #000);
}
.hero-anime__content {
  padding: clamp(5rem, 4vw, 4rem) 1rem;
  animation: an-slide-up 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-anime .top-line,
.hero-anime .bottom-line {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  left: 49.99%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 33%, rgba(255, 255, 255, 0) 0%);
  width: 1px;
  background-size: 1px 8px;
  background-repeat: repeat-y;
}
.hero-anime .top-line {
  animation: 1s linear 0s 1 topLineAnimate;
}
.hero-anime .bottom-line {
  animation: 2s linear 0s 1 bottomLineAnimate;
}
.hero-anime .play-pause {
  bottom: 1rem;
}
@keyframes an-slide-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes topLineAnimate {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes bottomLineAnimate {
  0% {
    height: 0;
  }
  80% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.hero-b {
  padding: 0 1em clamp(2em, 2vw, 3em);
  position: relative;
  overflow-x: hidden;
  --hero-upper-color: #F3F2F1;
  --hero-h1-color: #001E62;
}
.hero-b--upper-mn, .hero-b--upper-dn, .hero-b--upper-cop {
  --hero-h1-color: #ffffff;
}
.hero-b--upper-mn {
  --hero-upper-color: #091123;
}
.hero-b--upper-dn {
  --hero-upper-color: #001E62;
}
.hero-b--upper-cop {
  --hero-upper-color: #C84E00;
}
.hero-b__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  max-width: 1180px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 40px;
  margin: 0 auto;
}
.hero-b__heading {
  max-width: 482px;
  padding: clamp(2em, 2vw, 3em) 0 calc((clamp(2em, 2vw, 3em)) / 2);
  position: relative;
}
.hero-b__heading h1 {
  position: relative;
  margin-bottom: 0;
  color: var(--hero-h1-color);
}
.hero-b__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1000000000%;
  height: 100%;
  background: var(--hero-upper-color);
  left: -1000000%;
}
.hero-b__image {
  position: relative;
  margin-top: clamp(2em, 2vw, 3em);
  grid-row: span 2;
}
.hero-b__paragraphs {
  max-width: 482px;
  padding-left: 1em;
  position: relative;
  margin-top: calc((clamp(2em, 2vw, 3em)) / 2);
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.hero-b__paragraphs p {
  margin-bottom: 0;
}
.hero-b__paragraphs::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  top: 0;
  background-image: linear-gradient(#B5B5B5 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 800px) {
  .hero-b {
    padding: 0;
  }
  .hero-b__grid {
    grid-template-columns: 1fr;
  }
  .hero-b__image {
    order: 1;
    background-color: var(--hero-upper-color);
    padding: clamp(2em, 2vw, 3em) 1em 1em;
    text-align: center;
    margin: 0;
  }
  .hero-b__image img {
    max-width: 482px;
    width: 100%;
  }
  .hero-b__heading {
    order: 2;
    padding: 0.5em 1em 1.25em;
    margin: 0 auto;
    width: 100%;
    top: -1px;
  }
  .hero-b__paragraphs {
    order: 3;
    margin: 1.5em auto clamp(2em, 2vw, 3em);
    padding-left: 2em;
    padding-right: 1em;
  }
  .hero-b__paragraphs::before {
    left: 1em;
  }
}

.hero-c__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(2em, 2vw, 3em);
}
.hero-c__content {
  order: 2;
}
.hero-c__content, .hero-c__content hgroup {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero-c__image {
  order: 1;
}
.hero-c__image img {
  max-width: 510px;
  max-height: 343px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow-x: hidden;
}
@media only screen and (max-width: 800px) {
  .hero-c {
    padding: clamp(2em, 2vw, 3em) 0;
  }
  .hero-c__grid {
    grid-template-columns: 1fr;
  }
  .hero-c__image {
    margin: 0 1em;
    text-align: center;
  }
  .hero-c__image img {
    max-width: 482px;
    max-height: 360px;
  }
  .hero-c__content {
    margin: 0 auto;
    max-width: 482px;
    padding: 1em;
  }
}

.hero-d__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(1.25em, 2.5vw, 2.5em);
  max-width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .hero-d__grid {
    grid-template-columns: 1fr;
  }
}
.hero-d__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  grid-column: 1;
}
.hero-d .hero__btns {
  max-width: 370px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.stripe-podcast-embed {
  padding: clamp(2em, 2vw, 3em) 1em;
  background-color: var(--podcast-embed-bg);
  --podcast-embed-bg: #ffffff;
}
.stripe-podcast-embed--theme-wg {
  --podcast-embed-bg: #F3F2F1;
}
.stripe-podcast-embed--theme-mn {
  --podcast-embed-bg: #091123;
}
.stripe-podcast-embed__container {
  max-width: 780px;
  margin: 0 auto;
}

.stripe-podcast-feeder {
  padding: clamp(2em, 2vw, 3em) 1em;
  background-color: var(--podcast-feeder-secBG);
  --podcast-feeder-bg: #ffffff;
  --podcast-card-color: #F3F2F1;
}
.stripe-podcast-feeder--theme-wg {
  --podcast-feeder-secBG: #F3F2F1;
  --podcast-card-color: #ffffff;
}
.stripe-podcast-feeder--theme-mn {
  --podcast-feeder-secBG: #091123;
  --podcast-card-color: #ffffff;
}
.stripe-podcast-feeder--theme-mn .stripe-podcast-feeder__upper h2, .stripe-podcast-feeder--theme-mn .stripe-podcast-feeder__upper p, .stripe-podcast-feeder--theme-mn .stripe-podcast-feeder__upper a {
  color: #ffffff;
}
.stripe-podcast-feeder__upper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  background-color: var(--podcast-feeder-contentBG);
}
.stripe-podcast-feeder__grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
@media only screen and (max-width: 800px) {
  .stripe-podcast-feeder__upper {
    grid-template-columns: 1fr;
    padding: 1em 0;
    margin-bottom: 20px;
  }
  .stripe-podcast-feeder__buttonWrapper {
    display: flex;
    justify-content: center;
  }
  .stripe-podcast-feeder__grid {
    grid-template-columns: 1fr;
  }
}

.podcast-card {
  background-color: var(--podcast-card-color);
  padding: clamp(1em, 1.25vw, 1.25em);
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.25em;
  position: relative;
}
.podcast-card__thumbnail {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 160px;
  height: 160px;
  overflow: hidden;
}
.podcast-card__thumbnail img {
  width: 100%;
  object-fit: cover;
}
.podcast-card__taxonomy {
  padding-bottom: 1em;
  display: flex;
  align-items: center;
}
.podcast-card__season {
  display: flex;
}
.podcast-card__season::after {
  content: "";
  display: block;
  width: 17px;
  background-image: linear-gradient(#B5B5B5 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center top;
  background-size: 1px 5px;
  background-repeat: repeat-y;
}
.podcast-card__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease;
  opacity: 0;
  background: #000;
}
.podcast-card__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.podcast-card__link:hover::before, .podcast-card__link:focus::before {
  opacity: 0.1;
  transition: 0.25s ease;
}
.podcast-card h3 {
  text-decoration: underline;
}
@media screen and (max-width: 550px) {
  .podcast-card {
    grid-template-columns: 1fr;
  }
  .podcast-card__thumbnail {
    padding-bottom: 160px;
  }
}

.stripe-quote {
  padding: clamp(2em, 2vw, 3em) 1em;
  background-color: var(--quote-secBG);
  --quote-secBG: #ffffff;
  --quote-boxBg: transparent;
  --quote--boxPadding: 0;
  --quote-lineColor: #F3F2F1;
  --quote-socialColor: #F3F2F1;
  --quote-justify: center;
}
.stripe-quote--boxed {
  --quote-boxBg: #F3F2F1;
  --quote--boxPadding: 2.5em;
  --quote-lineColor: #ffffff;
  --quote-socialColor: #ffffff;
  --quote-justify: flex-start;
}
.stripe-quote--theme-wg {
  --quote-secBG: #F3F2F1;
}
.stripe-quote--theme-wg:not(.stripe-quote--boxed) {
  --quote-lineColor: #ffffff;
  --quote-socialColor: #ffffff;
}
.stripe-quote--theme-wg.stripe-quote--boxed {
  --quote-boxBg: #ffffff;
  --quote-lineColor: #F3F2F1;
  --quote-socialColor: #F3F2F1;
}
.stripe-quote--theme-mn {
  --quote-secBG: #091123;
}
.stripe-quote--theme-mn:not(.stripe-quote--boxed) {
  --quote-lineColor: rgba(255, 255, 255, 0.2);
  --quote-socialColor: rgba(255, 255, 255, 0.1);
}
.stripe-quote--theme-mn:not(.stripe-quote--boxed) .quote a {
  color: #ffffff;
}
.stripe-quote--theme-mn:not(.stripe-quote--boxed) .quote__text {
  color: #ffffff;
}
.stripe-quote--theme-mn:not(.stripe-quote--boxed) .quote__author {
  color: #E89923;
}
.stripe-quote--theme-mn:not(.stripe-quote--boxed) .quote__subtitle {
  color: #B5B5B5;
}
.stripe-quote--theme-mn:not(.stripe-quote--boxed) .quote__socials svg path {
  fill: #ffffff;
}
.stripe-quote--theme-mn.stripe-quote--boxed {
  --quote-boxBg: #ffffff;
  --quote-lineColor: #F3F2F1;
  --quote-socialColor: #F3F2F1;
}

.quote {
  background-color: var(--quote-boxBg);
  padding: var(--quote--boxPadding);
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 2.5em;
  max-width: 780px;
  margin: 0 auto;
  justify-content: var(--quote-justify);
}
.quote__image img {
  object-fit: cover;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.quote__text {
  margin-bottom: 1rem;
  display: block;
}
.quote__text p {
  font-style: italic;
}
.quote__text p:first-of-type::before {
  content: '"';
}
.quote__text p:last-of-type::after {
  content: '"';
}
.quote__text:after {
  content: "";
  display: block;
  width: 100%;
  background-color: var(--quote-lineColor);
  height: 2px;
}
.quote__attribute {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  gap: 1em;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1rem;
  font-style: normal;
}
.quote__author {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  display: block;
  margin-bottom: 0.2em;
}
.quote__author:first-child {
  padding-top: 0;
}
.quote__subtitle {
  color: #666666;
}
.quote__socials {
  display: flex;
  gap: 0.125em;
}
.quote__socials a {
  width: 2.5em;
  height: 2.5em;
  background-color: var(--quote-socialColor);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.quote__socials a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.25s ease;
}
.quote__socials a svg {
  margin-bottom: 0;
}
.quote__socials a:hover::before, .quote__socials a:focus::before {
  opacity: 0.125;
  transition: 0.25s ease;
}
@media only screen and (max-width: 800px) {
  .quote {
    grid-template-columns: 1fr;
    padding: 1em;
    gap: 1em;
  }
}

.stripe-wysiwyg {
  padding: clamp(2em, 2vw, 3em) 1em;
  overflow: hidden;
}
.stripe-wysiwyg__grid {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.stripe-wysiwyg--theme-wg {
  background-color: #F3F2F1;
}
.stripe-wysiwyg--theme-wg blockquote {
  background-color: #ffffff;
}
.stripe-wysiwyg--theme-wg blockquote.wp-block-quote cite {
  border-top-color: #f3f2f1;
}
.stripe-wysiwyg--theme-mn {
  background-color: #091123;
}
.stripe-wysiwyg--theme-mn .hero-inner-blocks > p,
.stripe-wysiwyg--theme-mn .wp-block-list,
.stripe-wysiwyg--theme-mn .wp-element-caption,
.stripe-wysiwyg--theme-mn .wp-block-heading,
.stripe-wysiwyg--theme-mn a {
  color: #ffffff;
}
.stripe-wysiwyg--theme-mn table,
.stripe-wysiwyg--theme-mn td {
  background-color: #ffffff;
}
.stripe-wysiwyg--theme-mn blockquote {
  background-color: #F3F2F1;
}
.stripe-wysiwyg--theme-mn blockquote.wp-block-quote cite {
  border-top-color: #ffffff;
}
.stripe-wysiwyg .wp-block-image {
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.stripe-wysiwyg .wp-caption-text {
  font-size: 1rem;
  font-style: italic;
  color: #999;
}
.stripe-wysiwyg .wp-block-embed {
  padding: clamp(2em, 2vw, 5em) 1em;
}
.stripe-wysiwyg .alignright {
  float: right;
  margin-left: 15px;
}
.stripe-wysiwyg .alignleft {
  float: left;
  margin-right: 20px;
}
.stripe-wysiwyg img {
  width: 100%;
  height: 100%;
}
.stripe-wysiwyg--columns .stripe-wysiwyg__grid, .stripe-wysiwyg--columns-3 .stripe-wysiwyg__grid, .stripe-wysiwyg--columns-2 .stripe-wysiwyg__grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 20px;
}
.stripe-wysiwyg--columns-2 .stripe-wysiwyg__grid {
  grid-template-columns: 1fr 1fr;
}
.stripe-wysiwyg--columns-3 .stripe-wysiwyg__grid {
  grid-template-columns: 1fr 1fr 1fr;
}
.stripe-wysiwyg blockquote {
  background-color: #f3f2f1;
  padding: 50px;
  margin: 3rem auto;
}
.stripe-wysiwyg blockquote p {
  font-style: italic;
}
.stripe-wysiwyg > div,
.stripe-wysiwyg iframe,
.stripe-wysiwyg .sby_inner_item {
  margin-bottom: 2rem;
}
.stripe-wysiwyg blockquote.wp-block-quote cite {
  display: block;
  font-size: 1rem;
  font-style: normal;
  border-top: 2px solid white;
  padding-top: 1rem;
}
.stripe-wysiwyg blockquote.wp-block-quote cite:first-line {
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  margin-bottom: 0.2em;
}
.stripe-wysiwyg blockquote:not(.wp-block-quote) p:only-child {
  margin-bottom: 0;
}
.stripe-wysiwyg blockquote:not(.wp-block-quote) p:last-child:not(:only-child) {
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #001E62;
  letter-spacing: 0.07em;
}
.stripe-wysiwyg blockquote.author-image {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.stripe-wysiwyg blockquote.author-image > p {
  flex: none;
  margin: 0 auto 1.5em auto;
}
.stripe-wysiwyg blockquote.author-image > p img {
  display: block;
  max-width: 160px;
}
@media all and (min-width: 800px) {
  .stripe-wysiwyg blockquote.author-image {
    flex-wrap: nowrap;
  }
  .stripe-wysiwyg blockquote.author-image > p {
    margin: 0 2.5em 0 0;
  }
}
.stripe-wysiwyg img.standalone-image,
.stripe-wysiwyg img.image-left,
.stripe-wysiwyg img.image-right {
  display: block;
  margin: 1.5rem auto;
  width: revert-layer;
  height: auto;
}
@media all and (min-width: 800px) {
  .stripe-wysiwyg img.image-left {
    float: left;
    max-width: 45%;
    margin: 5% 5% 5% 0;
  }
  .stripe-wysiwyg img.image-right {
    float: right;
    max-width: 45%;
    margin: 5% 0 5% 5%;
  }
}

.hero-block {
  max-width: 1180px;
  margin: 0 auto;
}
.hero-block .inner-hero-block {
  max-width: 812px;
  margin: 0 auto;
}

.wp-block-columns {
  max-width: 1180px;
  margin: 0 auto;
}

.stripe-vignette {
  position: relative;
  background-color: var(--vignette-background);
  overflow-y: hidden;
  --vignette-content-vert-padding: 2em;
  --vignette-content-padding: var(--vignette-content-vert-padding) 20px var(--vignette-content-vert-padding) 20px;
  --vignette-heading-border: #ffffff;
  --vignette-text-justify: flex-end;
  --vignette-dot-line-color: #B5B5B5;
  --vignette-text-color: #666666;
  --vignette-header-color: #001E62;
  --vignette-button-bg: #ffffff;
  --vignette-button-border: #C84E00;
  --vignette-button-text: #091123;
  --vignette-button-arrow: url(../assets/arrow-midnight.svg);
  --vignette-button-hover-bg: rgb(229.5, 229.5, 229.5);
  --vignette-button-hover-border: #C84E00;
  background-image: linear-gradient(var(--vignette-dot-line-color) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
}
.stripe-vignette--theme-wg {
  --vignette-background: #F3F2F1;
  --vignette-heading-border: #ffffff;
}
.stripe-vignette--theme-mn {
  --vignette-background: #091123;
  --vignette-heading-border: rgba(255, 255, 255, 0.1);
  --vignette-text-color: #ffffff;
  --vignette-header-color: #ffffff;
}
.stripe-vignette--right {
  --vignette-text-justify: flex-start;
}
.stripe-vignette__row {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding: 3rem 0;
}
.stripe-vignette__content {
  max-width: 480px;
}
.stripe-vignette__contentWrapper {
  padding: var(--vignette-content-padding);
  display: flex;
}
.stripe-vignette__contentWrapper h2 {
  color: var(--vignette-header-color);
}
.stripe-vignette__contentWrapper p {
  color: var(--vignette-text-color);
}
.stripe-vignette__buttonWrapper {
  display: flex;
  align-items: center;
  justify-content: var(--vignette-text-align);
  gap: 0.5em;
  padding-bottom: 0.35em;
}
.stripe-vignette__buttonWrapper .button--alt {
  background-color: var(--vignette-button-bg);
  border: 2px solid var(--vignette-button-border);
  color: var(--vignette-button-text);
}
.stripe-vignette__buttonWrapper .button--alt::after {
  content: var(--vignette-button-arrow);
}
.stripe-vignette__buttonWrapper .button--alt:hover, .stripe-vignette__buttonWrapper .button--alt:focus {
  background-color: var(--vignette-button-hover-bg);
  border-color: var(--vignette-button-hover-border);
}
.stripe-vignette__dummy-image {
  padding: var(--vignette-content-vert-padding) 0;
  min-height: 28vw;
}
.stripe-vignette__dummy-video {
  padding: var(--vignette-content-vert-padding) 0;
  min-height: 22.5vw;
}
.stripe-vignette__image {
  position: absolute;
  top: 0;
  max-height: 100%;
}
.stripe-vignette__image.right {
  left: 50%;
  right: 0;
}
.stripe-vignette__image.left {
  right: 50%;
  left: 0;
}
.stripe-vignette__image.video {
  --clipProgress: 75%;
  clip-path: polygon(calc(50% - var(--clipProgress) / 2) calc(50% - var(--clipProgress) / 2), calc(50% + var(--clipProgress) / 2) calc(50% - var(--clipProgress) / 2), calc(50% + var(--clipProgress) / 2) calc(50% + var(--clipProgress) / 2), calc(50% - var(--clipProgress) / 2) calc(50% + var(--clipProgress) / 2));
}
.stripe-vignette__image.video > figure > div > div {
  padding: 0 !important;
}
@media (min-width: 600px) and (max-width: 800px) {
  .stripe-vignette__image.video {
    margin: auto;
  }
}
.stripe-vignette__caption {
  padding: 0.5rem 1rem;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 100;
}
.stripe-vignette__caption p {
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .stripe-vignette__buttonWrapper {
    flex-direction: column;
  }
  .stripe-vignette__buttonWrapper .button {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .stripe-vignette {
    --vignette-dot-line-color: transparent;
  }
  .stripe-vignette__row {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
  .stripe-vignette__dummy-image, .stripe-vignette__dummy-video {
    min-height: auto;
    padding-top: 0;
  }
  .stripe-vignette__image, .stripe-vignette__video {
    order: 1;
    padding: 0;
    justify-content: center;
    position: relative;
  }
  .stripe-vignette__image.left, .stripe-vignette__image.right, .stripe-vignette__video.left, .stripe-vignette__video.right {
    left: 0;
  }
  .stripe-vignette__contentWrapper {
    order: 2;
    display: flex;
    justify-content: center;
    position: relative;
  }
}
@media screen and (max-width: 1180px) {
  .stripe-vignette__caption {
    position: relative;
    background-color: transparent;
    color: var(--vignette-text-color);
  }
}
@media (min-width: 1181px) and (max-width: 1700px) {
  .stripe-vignette__dummy-image {
    min-height: 32vw;
  }
  .stripe-vignette__dummy-video {
    min-height: 27vw;
  }
  .stripe-vignette__image.left, .stripe-vignette__image.right, .stripe-vignette__video.left, .stripe-vignette__video.right {
    top: 0;
  }
}

.courses {
  padding: clamp(2em, 2vw, 3em) 1em;
  position: relative;
  overflow-y: hidden;
}
.courses__tabs {
  max-width: 1180px;
  margin: 1rem auto;
}
.courses__tab {
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  background-color: #C84E00;
}
.courses__tab > button::after {
  content: "";
}
.courses__tab > button:hover, .courses__tab > button:active, .courses__tab > button:focus {
  text-decoration: none;
}
.courses__tab > button.active {
  background-color: #001E62;
  border: 0;
}
.courses__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  grid-gap: 2rem;
}
.courses__tabcontent {
  display: none;
}
.courses__tabcontent.active {
  display: grid;
}
@media only screen and (max-width: 800px) {
  .courses__grid {
    grid-template-columns: 1fr;
  }
  .courses__tab {
    flex-flow: column;
    background-color: #ffffff;
  }
  .courses__tab > button {
    margin: 0.5rem auto;
    width: 14rem;
  }
}

.directory-intro {
  padding: 0 1em;
}
.directory-intro__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 302px;
  gap: 2.5rem 1.25rem;
}
.directory-intro__location {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.directory-intro__location h2 {
  padding-bottom: 1rem;
  margin-bottom: 0;
  border-bottom: 2px solid #F3F2F1;
}
.directory-intro__location address {
  font-size: 1.125rem;
  line-height: 1.5;
  font-style: normal;
}
.directory-intro__location ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.directory-intro__location ul li {
  display: flex;
  gap: 0.35em;
}
.directory-intro__location ul li p {
  font-size: 1rem;
}
.directory-intro__location ul li a {
  display: block;
  color: #001E62;
}
.directory-intro__location ul li::before {
  min-width: 1.75em;
  text-align: center;
}
.directory-intro__directions::before {
  content: url(../assets/directions.svg);
}
.directory-intro__phone::before {
  content: url(../assets/phone.svg);
}
.directory-intro__contact {
  padding: 2.5rem;
  background-color: #F3F2F1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.directory-intro__contact h3 {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  margin-bottom: 0;
}
.directory-intro__contact h3:first-child {
  padding-top: 0;
}
.directory-intro__contact p, .directory-intro__contact li {
  line-height: 1.5;
  margin-bottom: 0;
}
.directory-intro__contact li a {
  color: #001E62;
}
.directory-intro__contact .button--alt {
  background-color: #F3F2F1;
  color: #091123;
}
.directory-intro__contact .button--alt::after {
  content: url(../assets/arrow-midnight.svg);
}
.directory-intro__contact .button--alt:hover, .directory-intro__contact .button--alt:focus {
  background-color: rgb(219.4615384615, 216.5, 213.5384615385);
}
@media only screen and (max-width: 800px) {
  .directory-intro__grid {
    grid-template-columns: 1fr;
  }
}

.directory-search {
  padding: clamp(2em, 2vw, 3em) 1em 2rem;
}

.stripe-accordions--directory {
  padding: 0 1rem;
  --accordion-toggle-color: #ffffff;
}
.stripe-accordions--directory h3 {
  margin-bottom: 1rem;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.25rem, 4.5vw, 2rem);
  margin: 1rem 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  grid-column: 1/-1;
}
.stripe-accordions--directory h3:first-child {
  padding-top: 0;
}
.stripe-accordions--directory h3::after {
  content: "";
  height: 2px;
  background: #F3F2F1;
  width: 100%;
}
.stripe-accordions--directory h4 {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: 1.125rem;
  font-weight: bold;
  color: #C84E00;
  text-transform: uppercase;
  margin-bottom: 0;
}
.stripe-accordions--directory h4:first-child {
  padding-top: 0;
}
.stripe-accordions--directory h4 a {
  color: #C84E00;
  text-decoration: none;
}
.stripe-accordions--directory h4 a:hover {
  color: #C84E00;
  text-decoration: underline;
}
.stripe-accordions--directory .accordion {
  border-bottom: 2px solid #F3F2F1;
}
.stripe-accordions--directory .accordion__toggle {
  padding: 1rem 0;
}
.stripe-accordions--directory .accordion__toggle h2 {
  margin-bottom: 1rem;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.25rem, 4.5vw, 2rem);
  margin-bottom: 0;
  text-transform: unset;
}
.stripe-accordions--directory .accordion__toggle h2:first-child {
  padding-top: 0;
}
.stripe-accordions--directory .accordion__toggle::after {
  content: "";
  width: clamp(1.5rem, 4.5vw, 2.5rem);
  height: clamp(1.5rem, 4.5vw, 2.5rem);
  background-image: url(../assets/Icon-diamond.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.stripe-accordions--directory .accordion__toggle[aria-expanded=true]::after {
  top: 0;
}
.stripe-accordions--directory .accordion__content {
  padding: 0 0;
}
.stripe-accordions--directory .accordion__text {
  max-width: unset;
  padding: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.directory-bar {
  display: flex;
  padding: 1rem;
  background-color: #F3F2F1;
  gap: 0.5rem 1.5rem;
  flex-wrap: wrap;
}
.directory-bar li {
  color: #001E62;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.directory-bar li a {
  color: #001E62;
}
.directory-bar li::before {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}
.directory-bar__office::before {
  content: url(../assets/office.svg);
  top: -1px;
}
.directory-bar__email::before {
  content: url(../assets/email-envelope.svg);
  top: 1px;
}

.directory-profiles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(2em, 2vw, 3em) 2.5rem;
}
.directory-profiles:first-of-type {
  padding: 2.5rem 0;
}
.directory-profiles__profile {
  display: grid;
  grid-template-columns: 96px auto;
  gap: 16px;
}
.directory-profiles__profile figure {
  width: 96px;
  height: 96px;
  overflow: hidden;
}
.directory-profiles__profile figure img {
  object-fit: cover;
}
.directory-profiles__profile hgroup {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.directory-profiles__profile hgroup h4 {
  padding-bottom: 0.35rem;
  border-bottom: 2px solid #F3F2F1;
  margin-bottom: 0;
}
.directory-profiles__profile hgroup p {
  margin-bottom: 0;
}
@media only screen and (max-width: 780px) {
  .directory-profiles {
    grid-template-columns: 1fr;
  }
  .directory-profiles__profile hgroup {
    align-items: flex-start;
  }
}
@media (min-width: 780px) and (max-width: 1180px) {
  .directory-profiles {
    grid-template-columns: 1fr 1fr;
  }
}

.tribe-events-c-top-bar.tribe-events-header__top-bar nav.tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list {
  flex-direction: row !important;
  margin-bottom: 0 !important;
}
.tribe-events-c-top-bar.tribe-events-header__top-bar nav.tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list li::before {
  content: "" !important;
  display: inline-block;
  width: 48px;
}
.tribe-events-c-top-bar.tribe-events-header__top-bar nav.tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item {
  padding: 0;
}
.tribe-events-c-top-bar.tribe-events-header__top-bar nav.tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item button svg,
.tribe-events-c-top-bar.tribe-events-header__top-bar nav.tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item a svg {
  display: none;
}
.tribe-events-c-top-bar.tribe-events-header__top-bar nav.tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon--caret-left.tribe-events-c-top-bar__nav-link--prev::after,
.tribe-events-c-top-bar.tribe-events-header__top-bar nav.tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon--caret-right.tribe-events-c-top-bar__nav-link--next::after {
  content: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='22.7233' height='22.5315' transform='matrix(-0.707107 0.707107 0.707107 0.707107 16.0679 0.361816)' fill='%23C84E00'/%3E%3Crect width='10' height='2' transform='matrix(-0.707107 0.707107 0.707107 0.707107 14.929 9.36182)' fill='white'/%3E%3Crect x='16.3433' y='22.0907' width='2' height='10' transform='rotate(135 16.3433 22.0907)' fill='white'/%3E%3Crect width='14' height='2' transform='matrix(-1 0 0 1 23.929 15.4321)' fill='white'/%3E%3C/svg%3E%0A");
}
.tribe-events-c-top-bar.tribe-events-header__top-bar nav.tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon--caret-right.tribe-events-c-top-bar__nav-link--next::after {
  display: inline-block;
  transform: rotate(180deg);
  margin-right: 25px;
}
.tribe-events-c-top-bar.tribe-events-header__top-bar a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button {
  color: var(--midnight, #091123);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 14px 20px;
  margin-right: 24px;
  border: 2px solid var(--whisper-gray, #f3f2f1);
  border-radius: 0;
}
.tribe-events-c-top-bar.tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden {
  color: var(--duke-navy, #001e62);
  font-family: Merriweather;
  font-size: 40px;
  line-height: normal;
}
.tribe-events-c-top-bar.tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker svg {
  display: none;
}
.tribe-events-c-top-bar.tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button::after {
  content: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='22.7236' y='11.3137' width='16.1362' height='16' transform='rotate(135 22.7236 11.3137)' fill='%23C84E00'/%3E%3Crect x='16.7236' y='11.3644' width='8' height='2' transform='rotate(135 16.7236 11.3644)' fill='white'/%3E%3Crect width='2' height='8' transform='matrix(-0.707107 0.707107 0.707107 0.707107 6.82373 9.95068)' fill='white'/%3E%3C/svg%3E%0A");
  margin-left: 8px;
}

.tribe-events .tribe-events-calendar-month__header-column h3.tribe-events-calendar-month__header-column-title.tribe-common-b3 {
  color: var(--duke-navy, #001e62);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body {
  border-top: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week {
  gap: 20px;
  border-left: none;
  margin-bottom: 40px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day {
  border-width: 2px 0 0 0;
  border-color: var(--whisper-gray, #f3f2f1);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past h3.tribe-events-calendar-month__day-date.tribe-common-h4,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day h3.tribe-events-calendar-month__day-date.tribe-common-h4 {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Merriweather;
  font-size: 40px;
  line-height: normal;
  opacity: 1;
  padding: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past h3.tribe-events-calendar-month__day-date.tribe-common-h4 time,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past h3.tribe-events-calendar-month__day-date.tribe-common-h4 time a,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day h3.tribe-events-calendar-month__day-date.tribe-common-h4 time,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day h3.tribe-events-calendar-month__day-date.tribe-common-h4 time a {
  color: #339898;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__events,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day .tribe-events-calendar-month__events {
  margin-top: 10px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event.tribe_events.type-tribe_events,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event.tribe_events.type-tribe_events {
  padding: 0;
  opacity: 1;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event.tribe_events.type-tribe_events .tribe-events-calendar-month__calendar-event-datetime,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event.tribe_events.type-tribe_events .tribe-events-calendar-month__calendar-event-datetime {
  color: var(--graphite, #666);
  font-family: Roboto;
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 700;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event.tribe_events.type-tribe_events h3 a,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event.tribe_events.type-tribe_events h3 a {
  color: var(--duke-navy, #001e62);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__events .tribe-events-calendar-location_badge,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day .tribe-events-calendar-month__events .tribe-events-calendar-location_badge {
  background-color: var(--whisper-gray, #f3f2f1);
  border-radius: 20px;
  padding: 2px 16px;
  margin-bottom: 8px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__events .tribe-events-calendar-location_badge p,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day .tribe-events-calendar-month__events .tribe-events-calendar-location_badge p {
  font-weight: 400;
  color: var(--graphite, #666);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event-details,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__events .tribe-events-calendar_description,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day .tribe-events-calendar-month__events .tribe-events-calendar_description {
  margin-top: 10px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__events .tribe-events-calendar-add_to_calendar,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day .tribe-events-calendar-month__events .tribe-events-calendar-add_to_calendar {
  margin-top: 10px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__events .tribe-events-calendar-add_to_calendar a,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day.tribe-events-calendar-month__day .tribe-events-calendar-month__events .tribe-events-calendar-add_to_calendar a {
  color: var(--duke-navy, #001e62);
  font-weight: 400;
  text-decoration: underline;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
  padding: 14px 16px;
  border: 2px solid #c84e00;
  background: #c84e00;
  color: white;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button::after {
  content: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1875 7.44238L13.9062 6.72363L13.1875 6.03613L8.6875 1.53613L8 0.817383L6.5625 2.22363L7.28125 2.94238L10.0625 5.72363H1H0V7.72363H1H10.0625L7.28125 10.5361L6.5625 11.2236L8 12.6611L8.6875 11.9424L13.1875 7.44238Z' fill='white'/%3E%3C/svg%3E%0A");
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button svg {
  display: none;
}

.tribe-events-c-search.tribe-events-c-events-bar__search-form .tribe-common-c-btn.tribe-events-c-search__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  padding: 14px 16px;
  border: 2px solid #c84e00;
  background: #c84e00;
  color: white;
}

.tribe-events-header {
  position: relative;
}
.tribe-events-header .tribe-events-header__events-bar {
  align-items: center;
}
.tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 2;
}
.tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector .tribe-events-c-view-selector__content {
  height: auto;
}
.tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #f3f2f1;
  cursor: pointer;
  padding: 14px 16px;
  margin-bottom: 0;
}
.tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item--active {
  display: none;
}
.tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item--month,
.tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item--list {
  padding: 0;
}
.tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item--month a,
.tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item--list a {
  padding: 0;
}
.tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item--month a::after,
.tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector .tribe-events-c-view-selector__content ul.tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item--list a::after {
  display: none;
}

nav.tribe-events-calendar-month-nav.tribe-events-c-nav ul.tribe-events-c-nav__list {
  flex-direction: row !important;
}
nav.tribe-events-calendar-month-nav.tribe-events-c-nav ul.tribe-events-c-nav__list li.tribe-events-c-nav__list-item {
  display: list-item;
  width: auto;
}
nav.tribe-events-calendar-month-nav.tribe-events-c-nav ul.tribe-events-c-nav__list li.tribe-events-c-nav__list-item::before {
  content: "" !important;
}

.tribe-common .media-hero {
  padding: clamp(3em, 1vw, 3em) 1em;
}
.tribe-common .media-hero .hero-d__grid {
  margin: 0 auto;
}

.events-hero {
  padding: clamp(2em, 2vw, 3em) 1em;
  background-color: #F3F2F1;
}
.events-hero__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 940px) {
  .events-hero__grid {
    grid-template-columns: 8fr 7fr;
  }
}
.events-hero__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.events-hero__content h1, .events-hero__content p {
  margin-bottom: 0;
}
.events-hero__presenter {
  font-size: 1.125rem;
  color: #666666;
  font-family: "Roboto";
  font-weight: 400;
  margin-bottom: 0;
}
.events-hero__description {
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-start;
  gap: 1.25em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #ffffff;
}
.events-hero__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 68.421052631%;
  margin-left: clamp(2em, 4vw, 4em);
  width: calc(100% - clamp(2em, 4vw, 4em));
}
.events-hero__image img,
.events-hero__image iframe {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.events-hero .event-listing {
  padding-top: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.events-hero .event-listing__time {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
.events-hero .event-listing__time p {
  font-size: 1rem;
}
.events-hero .event-listing__time p a {
  margin-top: 0.35em;
  display: inline-block;
}
.events-hero .event-listing__calendar {
  background-color: #ffffff;
  padding: 1rem;
  min-width: 5.5em;
  text-align: center;
}
.events-hero .event-listing__month {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: 1.125rem;
  font-weight: bold;
  color: #C84E00;
  text-transform: uppercase;
  color: #001E62;
  display: block;
  margin-bottom: 0;
}
.events-hero .event-listing__month:first-child {
  padding-top: 0;
}
.events-hero .event-listing__day {
  text-align: center;
  width: 1.6125em;
  margin-bottom: 1rem;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.5rem, 4.5vw, 2.5rem);
  color: #339898;
  font-family: "Merriweather", serif;
}
.events-hero .event-listing__day:first-child {
  padding-top: 0;
}
.events-hero .event-listing__info {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.events-hero .event-listing__info li {
  display: flex;
  gap: 0.35em;
}
.events-hero .event-listing__info li p {
  font-size: 1rem;
}
.events-hero .event-listing__info li a {
  display: block;
}
.events-hero .event-listing__info li::before {
  min-width: 1.75em;
  text-align: center;
  position: relative;
  top: 0.25rem;
}
.events-hero .event-listing__location::before {
  content: url(../assets/directions.svg);
}
.events-hero .event-listing__organizer::before {
  content: url(../assets/user.svg);
  position: relative;
  top: 0.15em;
}
.events-hero .event-listing__organizer a {
  margin-top: 0.35em;
}
@media only screen and (max-width: 800px) {
  .events-hero__grid {
    grid-template-columns: 1fr;
  }
  .events-hero__image {
    order: 1;
    margin-left: 0;
    width: 100%;
  }
  .events-hero__content {
    order: 2;
  }
}
@media only screen and (max-width: 550px) {
  .events-hero__description {
    grid-template-columns: 1fr;
  }
  .events-hero .event-listing {
    grid-template-columns: 1fr;
  }
}

.template--timeline {
  background-color: #F3F2F1;
}

.timeline {
  padding: clamp(2em, 2vw, 3em) 1em;
}
.timeline__group {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  scroll-padding: 2em;
}
.timeline__heading {
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.timeline__heading:first-child {
  padding-top: 1rem;
}
.timeline__dates {
  padding: clamp(2em, 2vw, 3em) 0 clamp(6em, 10vw, 10em);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.timeline__dates::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100% - 40px) / 3 + 19px);
  width: 2px;
  background-color: #C84E00;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .timeline__dates::before {
    left: 1em;
  }
}

.timeline-entry {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0 40px;
  align-items: start;
  position: relative;
}
.timeline-entry::before {
  content: "";
  position: absolute;
  top: clamp(0px, 0.5vw, 0.35em);
  left: calc((100% - 40px) / 3 + 4px);
  background-image: url(../assets/timeline-marker.svg);
  width: 2em;
  height: 2em;
}
.timeline-entry h4 {
  grid-column-start: 2;
  opacity: 0;
  transform: translateX(5em);
  transition: 0.4s ease-in;
  margin-bottom: 1rem;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.25rem, 4.5vw, 2rem);
}
.timeline-entry h4:first-child {
  padding-top: 0;
}
.timeline-entry__content {
  grid-column-start: 2;
  padding: 1.5rem;
  background-color: #ffffff;
  opacity: 0;
  transform: translateX(5em);
  transition: 0.4s ease-in;
}
.timeline-entry__content p:last-of-type {
  margin-bottom: 0;
}
.timeline-entry__image {
  opacity: 0;
  transform: translateX(-5em);
  transition: 0.4s ease-in;
  transition-delay: 0.2s;
}
.timeline-entry.visible h4, .timeline-entry.visible .timeline-entry__content, .timeline-entry.visible .timeline-entry__image {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 800px) {
  .timeline-entry {
    grid-template-columns: 1fr;
  }
  .timeline-entry__image {
    grid-column-start: 2;
    transition-delay: 0s;
    transform: translateX(5em);
  }
  .timeline-entry::before {
    left: 1px;
  }
}

.template--media .hero h2 {
  color: #001E62;
}
.template--media .hero-d__grid {
  grid-template-columns: 1fr;
}
.template--media .stripe-news-feeder {
  --news-feeder-secBG: #ffffff;
  --news-card-color: #F3F2F1;
}
.template--media .contain {
  padding-top: 1em;
}

.featured-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.featured-media__content {
  padding: 2em;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1em;
  background-color: #091123;
  order: 2;
}
.featured-media__date {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.featured-media__date date {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  color: #E89923;
  font-family: "Merriweather", serif;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  word-break: unset;
}
.featured-media__date date:first-child {
  padding-top: 0;
}
.featured-media__date date::after {
  content: "";
  background-image: linear-gradient(#B5B5B5 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  width: 1px;
  min-height: 1em;
  background-size: 1px 7px;
}
.featured-media__date span {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: 1.125rem;
  font-weight: bold;
  color: #C84E00;
  text-transform: uppercase;
  color: #E89923;
  margin-bottom: 0;
}
.featured-media__date span:first-child {
  padding-top: 0;
}
.featured-media__link {
  text-decoration: none;
}
.featured-media__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease;
  opacity: 0;
  background: #000;
}
.featured-media__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.featured-media__link:hover::before, .featured-media__link:focus::before {
  opacity: 0.1;
  transition: 0.25s ease;
}
.featured-media__link h3 {
  padding-left: 0;
  position: relative;
  color: #ffffff;
  margin-bottom: 0;
}
.featured-media__link:hover h3, .featured-media__link:focus h3 {
  text-decoration: underline;
}
.featured-media__link:hover h3::after, .featured-media__link:focus h3::after {
  transform: translateX(0.25rem);
}
.featured-media p {
  position: relative;
  color: #B5B5B5;
}
.featured-media p:last-child {
  margin-bottom: 0;
}
.featured-media__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 68.421052631%;
  margin-bottom: 0;
  height: 100%;
}
.featured-media__image img,
.featured-media__image iframe {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 800px) {
  .featured-media {
    grid-template-columns: 1fr;
  }
  .featured-media__content {
    padding: 1em;
  }
}

.media-hero {
  background-color: #F3F2F1;
  padding: clamp(3em, 1vw, 3em) 1em;
}
.media-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em clamp(2em, 2vw, 3em);
  max-width: 1180px;
  margin: 0 auto;
}
.media-hero__content {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.media-hero__content h1 {
  order: 2;
  margin-bottom: 0;
}
.media-hero__content p {
  order: 3;
  margin-bottom: 0;
}
.media-hero__date {
  order: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.media-hero__date date {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  color: #C84E00;
  font-family: "Merriweather", serif;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  word-break: unset;
}
.media-hero__date date:first-child {
  padding-top: 0;
}
.media-hero__date date::after {
  content: "";
  background-image: linear-gradient(#B5B5B5 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  width: 1px;
  min-height: 1em;
  background-size: 1px 7px;
}
.media-hero__date span {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: 1.125rem;
  font-weight: bold;
  color: #C84E00;
  text-transform: uppercase;
  color: #C84E00;
  margin-bottom: 0;
}
.media-hero__date span:first-child {
  padding-top: 0;
}
.media-hero__byline {
  margin: 0;
  line-height: 0;
  order: 3;
}
.media-hero__image {
  order: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 68.421052631%;
}
.media-hero__image img,
.media-hero__image iframe {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-hero__socials {
  display: flex;
  align-items: center;
  gap: 0.25em;
  order: 4;
}
.media-hero__socials p {
  margin-bottom: 0;
  margin-right: 0.35em;
}
.media-hero__socials button, .media-hero__socials a {
  position: relative;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border: unset;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  order: inherit;
}
.media-hero__socials button::before, .media-hero__socials a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.25s ease;
  opacity: 0;
  background: #000;
}
.media-hero__socials button::after, .media-hero__socials a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.media-hero__socials button:hover::before, .media-hero__socials button:focus::before, .media-hero__socials a:hover::before, .media-hero__socials a:focus::before {
  opacity: 0.1;
  transition: 0.25s ease;
}
.media-hero__socials button span, .media-hero__socials a span {
  opacity: 0;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .media-hero__grid {
    grid-template-columns: 1fr;
  }
}

.single-post .stripe-wysiwyg {
  padding: clamp(2em, 1vw, 3em) 1em;
}

.template--profile-single {
  --profile-socialColor: #F3F2F1;
}
.template--profile-single .hero-d__grid {
  grid-template-columns: 1fr;
}
.template--profile-single .hero-d__grid p {
  color: #ffffff;
}
.template--profile-single .hero-d__grid .profile-hero {
  background-color: #001E62;
  padding: clamp(1em, 2.5vw, 2.5em);
  gap: 0 clamp(1em, 2.5vw, 2.5em);
}
.template--profile-single .hero-d__grid .profile-hero__pull-quote {
  font-style: italic;
  margin-top: 1rem;
  color: #E89923;
}
.template--profile-single .hero-d__grid .profile-hero__heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.75em;
  border-bottom: 1px solid #E89923;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.template--profile-single .hero-d__grid .profile-hero__heading h1 {
  color: #ffffff;
}
.template--profile-single .hero-d__grid .profile-hero__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  min-height: 450px;
}
.template--profile-single .hero-d__grid .profile-hero__image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 450px;
}
.template--profile-single .hero-d__grid .profile-hero__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template--profile-single .hero-d__grid .profile-hero__links {
  display: flex;
  flex-flow: column;
  gap: 0.5em;
}
.template--profile-single .hero-d__grid .profile-hero__links a {
  color: #001E62 !important;
}
.template--profile-single .hero-d__grid .profile-hero__socials {
  display: flex;
  gap: 0.5em;
}
.template--profile-single .hero-d__grid .profile-hero__socials a {
  width: 2.5em;
  height: 2.5em;
  background-color: var(--profile-socialColor);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.template--profile-single .hero-d__grid .profile-hero__socials a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.25s ease;
}
.template--profile-single .hero-d__grid .profile-hero__socials a svg {
  margin-bottom: 0;
}
.template--profile-single .hero-d__grid .profile-hero__socials a:hover::before, .template--profile-single .hero-d__grid .profile-hero__socials a:focus::before {
  opacity: 0.125;
  transition: 0.25s ease;
}
@media only screen and (max-width: 800px) {
  .template--profile-single .hero-d__grid .profile-hero {
    display: flex;
    flex-direction: column;
  }
  .template--profile-single .hero-d__grid .profile-hero__content {
    display: flex;
    flex-flow: column;
    order: 3;
  }
  .template--profile-single .hero-d__grid .profile-hero__image {
    order: 2;
  }
  .template--profile-single .hero-d__grid .profile-hero__links {
    order: 3;
    gap: 0.5em;
    padding-top: 0;
  }
  .template--profile-single .hero-d__grid .profile-hero__pull-quote {
    order: 4;
  }
}
@media only screen and (max-width: 600px) {
  .template--profile-single .hero-d__grid .profile-hero__links {
    grid-template-columns: 1fr;
  }
}

.stripe-profile-feeder {
  padding: clamp(2em, 2vw, 3em) 1em;
  --profile-feeder-program-color: #C84E00;
  --profile-feeder-accent: #F3F2F1;
  --profile-feeder-upper-gap: 1.5em;
  --profile-feeder-lower-gap: 1.5em;
  --profile-feeder-rowSize: 3;
}
.stripe-profile-feeder__grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(var(--profile-feeder-rowSize), 1fr);
  gap: var(--profile-feeder-lower-gap);
}
.stripe-profile-feeder__grid:not(.stripe-profile-feeder__grid:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .stripe-profile-feeder {
    display: flex;
  }
  .stripe-profile-feeder__grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-flow: column;
  }
}

.template--news .hero-d__grid {
  max-width: 1800px;
}
.template--news .stripe-news-feeder {
  --news-feeder-secBG: variables.$white;
  --news-card-color: variables.$whisper-grey;
}
.template--news .contain {
  padding-top: 1em;
}
.template--news section {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25em, 2.5vw, 2.5em);
  max-width: 1800px;
  margin: 2rem auto;
  padding: 0 1em clamp(2em, 2vw, 3em);
  padding-bottom: 2rem;
}
.template--news .news-events {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.template--news .stripe-events-feature .featured-event {
  position: relative;
}
.template--news .stripe-events-feature .featured-event img {
  margin-bottom: 1rem;
}
.template--news .stripe-all-news .events {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.template--news .stripe-all-news .events .news-card {
  border-bottom: 1px solid #F3F2F1;
}
.template--news .stripe-all-news .events .news-card:last-of-type {
  border-bottom: none;
}
.template--news .stripe-all-news .events .news-card__content {
  padding: 1rem 0;
}
.template--news .stripe-all-news .events .news-card__content .news-card__link {
  color: #001E62;
}
.template--news .featured-section {
  display: grid;
  grid-template-columns: 5fr 2fr;
}
.template--news .featured-section .article {
  position: relative;
}
.template--news .featured-section .article-content {
  padding: 1rem;
}
.template--news .featured-section .main-feature {
  padding-right: 2rem;
  border-right: 1px solid #B5B5B5;
  margin-bottom: 2rem;
}
.template--news .featured-section .main-feature .main-sub-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
.template--news .featured-section .secondary-feature {
  padding-left: 2rem;
}
.template--news .featured-media {
  display: flex;
  position: relative;
  flex-direction: column;
}
.template--news .featured-media__content {
  padding: 2em;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1em;
  background-color: #091123;
  order: 2;
}
.template--news .featured-media__date {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.template--news .featured-media__date date {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  color: #E89923;
  font-family: "Meriweather";
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  word-break: unset;
}
.template--news .featured-media__date date:first-child {
  padding-top: 0;
}
.template--news .featured-media__date date::after {
  content: "";
  background-image: linear-gradient(#B5B5B5 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  width: 1px;
  min-height: 1em;
  background-size: 1px 7px;
}
.template--news .featured-media__date span {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #001E62;
  line-height: 1.257;
  word-break: break-word;
  font-size: 1.125rem;
  font-weight: bold;
  color: #C84E00;
  text-transform: uppercase;
  color: #E89923;
  margin-bottom: 0;
}
.template--news .featured-media__date span:first-child {
  padding-top: 0;
}
.template--news .featured-media__link {
  text-decoration: none;
}
.template--news .featured-media__link h3 {
  padding-left: 0;
  position: relative;
  color: #ffffff;
  margin-bottom: 0;
}
.template--news .featured-media__link:hover h3, .template--news .featured-media__link:focus h3 {
  text-decoration: underline;
}
.template--news .featured-media__link:hover h3::after, .template--news .featured-media__link:focus h3::after {
  transform: translateX(0.25rem);
}
.template--news .featured-media p {
  position: relative;
  color: #B5B5B5;
}
.template--news .featured-media p:last-child {
  margin-bottom: 0;
}
.template--news .featured-media__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 68.421052631%;
  margin-bottom: 0;
  height: 100%;
}
.template--news .featured-media__image img,
.template--news .featured-media__image iframe {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 800px) {
  .template--news .featured-media {
    grid-template-columns: 1fr;
  }
  .template--news .featured-media__content {
    padding: 1em;
  }
}
.template--news .stripe-all-news .news-card {
  max-width: 500px;
}
.template--news .stripe-all-news .category-post-header a {
  color: #001E62;
}
.template--news .videos {
  height: 400px;
  overflow: hidden;
  mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
}
.template--news .videos:hover .sby_item {
  animation-play-state: paused;
}
.template--news .videos .sby_items_wrap {
  --marquee-item-width: 300px;
  --marquee-item-height: 368px;
  --marquee-duration: 30s;
  --marquee-items: 5;
}
.template--news .videos .sby_item:nth-of-type(1) {
  --marquee-item-index: 1;
}
.template--news .videos .sby_item:nth-of-type(2) {
  --marquee-item-index: 2;
}
.template--news .videos .sby_item:nth-of-type(3) {
  --marquee-item-index: 3;
}
.template--news .videos .sby_item:nth-of-type(4) {
  --marquee-item-index: 4;
}
.template--news .videos .sby_item:nth-of-type(5) {
  --marquee-item-index: 5;
}
.template--news .videos .sby_item {
  --marquee-item-offset: max(
      calc(var(--marquee-item-width) * var(--marquee-items)),
      calc(100% + var(--marquee-item-width))
  );
  --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
  position: absolute;
  inset-inline-start: var(--marquee-item-offset);
  transform: translateX(-50%);
  animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
}
@keyframes go {
  to {
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
  border-radius: 0;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: #953a00;
  border-color: #953a00;
  text-decoration: underline;
}

.tribe-events-c-subscribe-dropdown__list-item::before {
  display: none;
}

#tribe-events-pg-template {
  padding: 0;
  max-width: none;
}
#tribe-events-pg-template .template--events-single {
  margin: 0 auto;
}

/*** Styling for Events List Page ***/
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
  background-color: #c84e00;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
  color: #339898;
  font-size: 40px !important;
  font-weight: 700;
  font-family: "Merriweather", sans-serif;
}

.tribe-common a:not(.tribe-common-anchor--unstyle) {
  color: #001E62;
  font-size: 20px;
  text-decoration: underline;
}

.tribe-events .tribe-events-calendar-list__event-datetime {
  font-size: 20px;
  color: #666666;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  color: #091123;
  font-size: 18px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
}

.tribe-common .tribe-common-c-svgicon--featured path {
  fill: #c84e00;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
  color: #c84e00;
}

/*** End of Styling for Events list page ***/
.vertical-video {
  max-width: 400px;
  width: 50%;
  float: left;
  margin-right: 1rem;
  padding-bottom: 0 !important;
  padding-top: 1rem !important;
}
.vertical-video .wp-block-embed__wrapper {
  margin-bottom: 1rem;
  padding-bottom: 0 !important;
}
.vertical-video iframe,
.vertical-video .sby_video_thumbnail {
  width: 100%;
  height: auto !important;
  aspect-ratio: 9/16;
  position: relative !important;
  margin-bottom: 0;
}

/*** CFCI Testimonial CSS ***/
.tss-wrapper .rt-responsive-img {
  width: auto;
}

/*# sourceMappingURL=index.css.map */
