@charset "UTF-8";
/**
 * OHO Interactive main theme stylesheet.
 * Version 2019-04-08
 * https://www.oho.com
 */
:root {
  --Brand-Purple-Purple-Mid: #3B1954;
  --Brand-Purple-Purple-Background: #eeebf0;
  --Brand-Purple-Purple-Light: #D3AEED;
  --Brand-Purple-Purple-Line: #5E377A;
  --Brand-Purple-Purple-Dark: #290543;
  --Global-White: #ffffff;
  --Global-Black: #000000;
  --Global-Gray: #A5A5A5;
  --Global-Gray-Light: #F8F8F8;
  --Global-Gray-Line: #E4E4E4;
  --Global-Gray-Mid: #A5A5A5;
  --Accent-Red: #D53A0A;
  --Accent-Orange: #D53A0A;
  --Accent-Orange-Mid: #FF7347;
  --Accent-Yellow: #fbc616;
  --Accent-Yellow-Mid: #ffc377;
  --Accent-Yellow-Light: #ffedb2;
  --Accent-Yellow-Background: #fffcf1;
  --Accent-Yellow-Light-Tint: rgba(255, 237, 178, 0.3);
  --Gradient-Purple-Tones: linear-gradient(180deg, var(--Brand-Purple-Purple-Dark, #290543) 19.2%, var(--Brand-Purple-Purple-Mid, #3B1954) 68.48%);
  --Gradient-Dark-Purple-Tones: linear-gradient(288deg, #000 -0.53%, #180427 60.85%);
  --Gradient-Purple-Light-Tones: linear-gradient(103deg, #EEEBF0 0%, #FFF 100%);
  --Gradient-Page-Shape-Hero: linear-gradient(169deg, rgba(39, 13, 58, 0.30) 0%, rgba(45, 17, 66, 0.70) 37.07%, #3B1954 66.46%);
}

:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em / 1 'Font Awesome 6 Brands';
}

:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-solid: normal 900 1em / 1 'Font Awesome 6 Pro';
}

@media (min-width: 769px) {
  .page:not(.page--full-width-page) #block-main-page-content > section:not(.hero):last-of-type {
    --bottom-spacing: 520;
    padding-bottom: calc(var(--bottom-spacing) * 1px);
    margin-bottom: calc(var(--bottom-spacing) * -1px);
  }
}
@media (min-width: 1px) {
  .global-spacing--6xlarge {
    margin-top: 50px;
  }
}
@media (min-width: 769px) {
  .global-spacing--6xlarge {
    margin-top: 80px;
  }
}
@media (min-width: 1025px) {
  .global-spacing--6xlarge {
    margin-top: 120px;
  }
}

@media (min-width: 1px) {
  .global-spacing--5xlarge {
    margin-top: 50px;
  }
}
@media (min-width: 769px) {
  .global-spacing--5xlarge {
    margin-top: 80px;
  }
}
@media (min-width: 1025px) {
  .global-spacing--5xlarge {
    margin-top: 100px;
  }
}

@media (min-width: 1px) {
  .global-spacing--4xlarge {
    margin-top: 50px;
  }
}
@media (min-width: 769px) {
  .global-spacing--4xlarge {
    margin-top: 60px;
  }
}
@media (min-width: 1025px) {
  .global-spacing--4xlarge {
    margin-top: 80px;
  }
}

@media (min-width: 1px) {
  .global-spacing--3xlarge {
    margin-top: 50px;
  }
}
@media (min-width: 769px) {
  .global-spacing--3xlarge {
    margin-top: 60px;
  }
}
@media (min-width: 1025px) {
  .global-spacing--3xlarge {
    margin-top: 60px;
  }
}

@media (min-width: 1px) {
  .global-spacing--2xlarge {
    margin-top: 40px;
  }
}
@media (min-width: 769px) {
  .global-spacing--2xlarge {
    margin-top: 50px;
  }
}

@media (min-width: 1px) {
  .global-spacing--xlarge {
    margin-top: 40px;
  }
}
@media (min-width: 769px) {
  .global-spacing--xlarge {
    margin-top: 50px;
  }
}

@media (min-width: 1px) {
  .global-spacing--large {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .global-spacing--large {
    margin-top: 40px;
  }
}

@media (min-width: 1px) {
  .global-spacing--default,
  .story-listing,
  .section--proof-points + .listing,
  .blog-listing {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .global-spacing--default,
  .story-listing,
  .section--proof-points + .listing,
  .blog-listing {
    margin-top: 30px;
  }
}

@media (min-width: 1px) {
  .global-spacing--medium,
  table {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .global-spacing--medium,
  table {
    margin-top: 30px;
  }
}

@media (min-width: 1px) {
  .global-spacing--small,
  .card .card--story-detail__column .cell,
  .section--accordions p + .accordion {
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  .global-spacing--small,
  .card .card--story-detail__column .cell,
  .section--accordions p + .accordion {
    margin-top: 20px;
  }
}

@media (min-width: 1px) {
  .global-spacing--xsmall {
    margin-top: 15px;
  }
}

@media (min-width: 1px) {
  .global-spacing--xxsmall {
    margin-top: 10px;
  }
}

@media (min-width: 1px) {
  .global-spacing--xxxsmall {
    margin-top: 5px;
  }
}

@media (min-width: 1px) {
  .global-padding--6xlarge {
    padding-top: 50px;
  }
}
@media (min-width: 769px) {
  .global-padding--6xlarge {
    padding-top: 80px;
  }
}
@media (min-width: 1025px) {
  .global-padding--6xlarge {
    padding-top: 120px;
  }
}
@media (min-width: 1px) {
  .global-padding--6xlarge {
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .global-padding--6xlarge {
    padding-bottom: 80px;
  }
}
@media (min-width: 1025px) {
  .global-padding--6xlarge {
    padding-bottom: 120px;
  }
}

@media (min-width: 1px) {
  .global-padding--5xlarge {
    padding-top: 50px;
  }
}
@media (min-width: 769px) {
  .global-padding--5xlarge {
    padding-top: 80px;
  }
}
@media (min-width: 1025px) {
  .global-padding--5xlarge {
    padding-top: 100px;
  }
}
@media (min-width: 1px) {
  .global-padding--5xlarge {
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .global-padding--5xlarge {
    padding-bottom: 80px;
  }
}
@media (min-width: 1025px) {
  .global-padding--5xlarge {
    padding-bottom: 100px;
  }
}

@media (min-width: 1px) {
  .global-padding--4xlarge {
    padding-top: 50px;
  }
}
@media (min-width: 769px) {
  .global-padding--4xlarge {
    padding-top: 60px;
  }
}
@media (min-width: 1025px) {
  .global-padding--4xlarge {
    padding-top: 80px;
  }
}
@media (min-width: 1px) {
  .global-padding--4xlarge {
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .global-padding--4xlarge {
    padding-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .global-padding--4xlarge {
    padding-bottom: 80px;
  }
}

@media (min-width: 1px) {
  .global-padding--3xlarge {
    padding-top: 50px;
  }
}
@media (min-width: 769px) {
  .global-padding--3xlarge {
    padding-top: 60px;
  }
}
@media (min-width: 1025px) {
  .global-padding--3xlarge {
    padding-top: 60px;
  }
}
@media (min-width: 1px) {
  .global-padding--3xlarge {
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .global-padding--3xlarge {
    padding-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .global-padding--3xlarge {
    padding-bottom: 60px;
  }
}

@media (min-width: 1px) {
  .global-padding--2xlarge {
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .global-padding--2xlarge {
    padding-top: 50px;
  }
}
@media (min-width: 1px) {
  .global-padding--2xlarge {
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .global-padding--2xlarge {
    padding-bottom: 50px;
  }
}

@media (min-width: 1px) {
  .global-padding--xlarge {
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .global-padding--xlarge {
    padding-top: 50px;
  }
}
@media (min-width: 1px) {
  .global-padding--xlarge {
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .global-padding--xlarge {
    padding-bottom: 50px;
  }
}

@media (min-width: 1px) {
  .global-padding--large {
    padding-top: 30px;
  }
}
@media (min-width: 769px) {
  .global-padding--large {
    padding-top: 40px;
  }
}
@media (min-width: 1px) {
  .global-padding--large {
    padding-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .global-padding--large {
    padding-bottom: 40px;
  }
}

@media (min-width: 1px) {
  .global-padding--default {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .global-padding--default {
    padding-top: 30px;
  }
}
@media (min-width: 1px) {
  .global-padding--default {
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .global-padding--default {
    padding-bottom: 30px;
  }
}

@media (min-width: 1px) {
  .global-padding--medium {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .global-padding--medium {
    padding-top: 30px;
  }
}
@media (min-width: 1px) {
  .global-padding--medium {
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .global-padding--medium {
    padding-bottom: 30px;
  }
}

@media (min-width: 1px) {
  .global-padding--small {
    padding-top: 15px;
  }
}
@media (min-width: 769px) {
  .global-padding--small {
    padding-top: 20px;
  }
}
@media (min-width: 1px) {
  .global-padding--small {
    padding-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .global-padding--small {
    padding-bottom: 20px;
  }
}

@media (min-width: 1px) {
  .global-padding--xsmall {
    padding-top: 15px;
  }
}
@media (min-width: 1px) {
  .global-padding--xsmall {
    padding-bottom: 15px;
  }
}

@media (min-width: 1px) {
  .global-padding--xxsmall {
    padding-top: 10px;
  }
}
@media (min-width: 1px) {
  .global-padding--xxsmall {
    padding-bottom: 10px;
  }
}

@media (min-width: 1px) {
  .global-padding--xxxsmall {
    padding-top: 5px;
  }
}
@media (min-width: 1px) {
  .global-padding--xxxsmall {
    padding-bottom: 5px;
  }
}

@media (min-width: 1025px) {
  .angled-band--bottom-white-down {
    position: relative;
    z-index: 1;
  }
  .angled-band--bottom-white-down::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 580px;
    background: var(--Global-White);
    clip-path: polygon(0 0, 100% 80%, 100% 100%, 0 100%);
    z-index: 2;
    pointer-events: none;
  }
  .angled-band--bottom-white-down section:last-child {
    padding-bottom: 400px;
  }
  .angled-band--sibling {
    margin-top: -400px;
  }
  .angled-band__reversed {
    position: relative;
    background: var(--Brand-Purple-Purple-Mid);
    background: var(--Brand-Purple-Purple-Dark);
  }
  .angled-band__reversed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 65px);
    background: var(--Brand-Purple-Purple-Dark);
    background: var(--Brand-Purple-Purple-Mid);
    clip-path: polygon(0 0, 100% 0, 100% 55%, 0 35%);
    z-index: 0;
  }
  .content__home .angled-band__reversed {
    background: var(--Brand-Purple-Purple-Mid);
    background: var(--Brand-Purple-Purple-Dark);
    background: linear-gradient(to bottom, #5E377A 0px, #5E377A 350px, #ffffff 350px, #ffffff 100%);
  }
  .content__home .angled-band__reversed::before {
    top: 350px;
  }
  .top-section,
  .bottom-section {
    position: relative;
    z-index: 1;
  }
}
.angled-band__reversed {
  position: relative;
}
.angled-band__reversed::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--Brand-Purple-Purple-Dark);
  z-index: 0;
  height: 100%;
}
@media (min-width: 769px) {
  .angled-band__reversed {
    padding-top: 3.125rem;
    margin-top: -3.125rem;
  }
}
@media (min-width: 1025px) {
  .angled-band__reversed {
    background: transparent;
    overflow: hidden;
  }
  .angled-band__reversed::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--Brand-Purple-Purple-Dark);
    clip-path: polygon(0 0%, 100% 35%, 100% 100%, 0 100%);
    z-index: 0;
    height: 100%;
  }
  .angled-band__reversed > * {
    position: relative;
    z-index: 1;
  }
}

.angled-band__reversed-partial {
  position: relative;
  background: var(--Brand-Purple-Purple-Dark);
  background: var(--Brand-Purple-Purple-Mid);
  color: var(--Global-White);
  overflow: hidden;
}
@media (min-width: 769px) {
  .angled-band__reversed-partial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(220px, 32vw, 420px);
    height: 100%;
    background: var(--Brand-Purple-Purple-Dark);
    z-index: 0;
    width: 100vw;
    top: 100px;
  }
  .angled-band__reversed-partial::after {
    content: "";
    position: absolute;
    top: 0;
    left: 450px;
    right: 0;
    height: 220px;
    background: var(--Brand-Purple-Purple-Dark);
    clip-path: polygon(30% 0%, 100% 30%, 100% 100%, 0 100%);
    z-index: 0;
  }
  .angled-band__reversed-partial > * {
    position: relative;
    z-index: 1;
  }
}

.global-padding--primary-color {
  background-color: #3B1954;
  background-color: var(--Brand-Purple-Purple-Mid);
}
.global-padding--white {
  background-color: #ffffff;
  color: var(--Global-Black);
}
.global-padding--gray {
  background: var(--Global-Gray-Light, #F8F8F8);
  color: var(--Global-Black);
}
.global-padding--gears {
  background: var(--Gradient-Purple-Tones);
  width: 100%;
}
.page--home .global-padding--gears {
  position: relative;
}
@media (min-width: 1025px) {
  .global-padding--gears {
    position: relative;
  }
  .global-padding--gears__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/themes/custom/francis_tuttle/assets/img/gears.svg");
    background-repeat: no-repeat;
    background-position: left top;
    pointer-events: none;
  }
  .global-padding--gears__inner::after {
    content: "";
    position: absolute;
    top: 317px;
    left: 0;
    width: 100%;
    height: calc(100% - 65px);
    background: var(--Global-White);
    background: transparent;
    z-index: 0;
    clip-path: polygon(0 64%, 100% 100%, 100% 100%, 0 100%);
  }
  .global-padding--gears--left {
    width: 100%;
    background: linear-gradient(180deg, #290543 14.78%, #5E377A 60.56%);
    background-image: url("/themes/custom/francis_tuttle/assets/img/gears.svg");
    background-repeat: no-repeat;
    background-position: left top;
    color: var(--Global-White);
  }
  .global-padding--gears--right {
    width: 100%;
    background: linear-gradient(180deg, #290543 14.78%, #5E377A 60.56%);
    background-image: url("/themes/custom/francis_tuttle/assets/img/gears-right.svg");
    background-repeat: no-repeat;
    background-position: right top;
    color: var(--Global-White);
  }
}
.global-padding--gray--light {
  background: var(--Global-Gray-Light);
  color: var(--Global-Black);
}
.global-padding--gray--xlight {
  background-color: #E4E4E4;
  color: var(--Global-Black);
}
.global-padding--purple-gray-xlight {
  background-color: #eeebf0;
  color: var(--Global-Black);
}
.global-padding--yellow--light {
  background: #ffedb2;
  color: var(--Global-Black);
}
.global-padding--yellow--xlight {
  background: rgba(255, 237, 178, 0.3);
  color: var(--Global-Black);
}

.small-purple {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  flex: 1 0 0;
  border-radius: 10px;
  background: var(--Brand-Purple-Purple-Mid);
  background: var(--Brand-Purple-Purple-Dark);
  border-radius: 10px;
  background: linear-gradient(90deg, #1E1E1E 0%, var(--Brand-Purple-Purple-Mid) 100%);
  background: linear-gradient(90deg, #1E1E1E 0%, var(--Brand-Purple-Purple-Dark) 100%);
}
.small-purple *,
.small-purple p,
.small-purple a {
  color: #ffffff;
}
.small-purple a:hover,
.small-purple a:focus {
  color: var(--Accent-Orange);
  text-decoration: underline;
  text-decoration-color: var(--Global-Gray-Mid);
}
.small-purple a:hover::after,
.small-purple a:focus::after {
  color: var(--Global-White);
}
@media (min-width: 769px) {
  .small-purple {
    display: flex;
    flex-direction: row;
    padding: 20px 30px;
    align-items: center;
    justify-content: space-between;
    flex: 1 0 0;
    border-radius: 10px;
    background: var(--Brand-Purple-Purple-Mid);
    background: var(--Brand-Purple-Purple-Dark);
  }
  .small-purple *,
  .small-purple p,
  .small-purple a {
    color: #ffffff;
  }
}

.no-following-margin + * {
  margin-top: 0 !important;
}

p, ul, ol, li, .intro-text, blockquote, .section--accordions, .btn, figure, h2, h3, h4, h5, h6, .link-arrow,
table {
  margin: 0;
}
@media (min-width: 1px) {
  p, ul, ol, li, .intro-text, blockquote, .section--accordions, .btn, figure, h2, h3, h4, h5, h6, .link-arrow,
  table {
    margin-top: 15px;
  }
}

@media (min-width: 1px) {
  h2,
  .section--accordions {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  h2,
  .section--accordions {
    margin-top: 30px;
  }
}

@media (min-width: 1px) {
  h3, h4, h5, h6,
  blockquote,
  .intro-text,
  table {
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  h3, h4, h5, h6,
  blockquote,
  .intro-text,
  table {
    margin-top: 20px;
  }
}

.card p:first-child, .card ul:first-child, .card ol:first-child, .card li:first-child, .card .intro-text:first-child, .card blockquote:first-child, .card .section--accordions:first-child, .card .btn:first-child, .card figure:first-child, .card h2:first-child, .card h3:first-child, .card h4:first-child, .card h5:first-child, .card h6:first-child, .card .link-arrow:first-child,
section p:first-child,
section ul:first-child,
section ol:first-child,
section li:first-child,
section .intro-text:first-child,
section blockquote:first-child,
section .section--accordions:first-child,
section .btn:first-child,
section figure:first-child,
section h2:first-child,
section h3:first-child,
section h4:first-child,
section h5:first-child,
section h6:first-child,
section .link-arrow:first-child,
header p:first-child,
header ul:first-child,
header ol:first-child,
header li:first-child,
header .intro-text:first-child,
header blockquote:first-child,
header .section--accordions:first-child,
header .btn:first-child,
header figure:first-child,
header h2:first-child,
header h3:first-child,
header h4:first-child,
header h5:first-child,
header h6:first-child,
header .link-arrow:first-child,
.listing-item p:first-child,
.listing-item ul:first-child,
.listing-item ol:first-child,
.listing-item li:first-child,
.listing-item .intro-text:first-child,
.listing-item blockquote:first-child,
.listing-item .section--accordions:first-child,
.listing-item .btn:first-child,
.listing-item figure:first-child,
.listing-item h2:first-child,
.listing-item h3:first-child,
.listing-item h4:first-child,
.listing-item h5:first-child,
.listing-item h6:first-child,
.listing-item .link-arrow:first-child {
  margin-top: 0;
}

.global-padding--primary-color + .global-padding--purple-gray-xlight,
.global-padding--purple-gray-xlight + .global-padding--primary-color,
.global-padding + .global-padding:not(.global-spacing--xlarge) {
  margin-top: 0;
}

@media (max-width: 640px) {
  .related .cell {
    margin-top: 1.875rem;
  }
}

.section--page-content .medium-auto,
.section-wysiwyg .medium-auto {
  max-width: 47.5rem;
}

.global-padding + .section--checkerboard {
  margin-top: 0;
  border-top: 0;
}

.section--checkerboard + .global-padding {
  margin-top: 0;
}

@media (max-width: 640px) {
  .column-stack--small-down > .cell:not(:first-child) {
    margin-top: 1.875rem;
  }
}

:root {
  --serif: $serif;
  --serif--accent: $serif-accent;
  --sans-serif: $sans-serif;
}

/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .initial-shrink, .grid-x > .initial-full, .grid-x > .initial-1, .grid-x > .initial-2, .grid-x > .initial-3, .grid-x > .initial-4, .grid-x > .initial-5, .grid-x > .initial-6, .grid-x > .initial-7, .grid-x > .initial-8, .grid-x > .initial-9, .grid-x > .initial-10, .grid-x > .initial-11, .grid-x > .initial-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 20em) {
  .grid-x > .tiny-shrink, .grid-x > .tiny-full, .grid-x > .tiny-1, .grid-x > .tiny-2, .grid-x > .tiny-3, .grid-x > .tiny-4, .grid-x > .tiny-5, .grid-x > .tiny-6, .grid-x > .tiny-7, .grid-x > .tiny-8, .grid-x > .tiny-9, .grid-x > .tiny-10, .grid-x > .tiny-11, .grid-x > .tiny-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .initial-12, .grid-x > .initial-11, .grid-x > .initial-10, .grid-x > .initial-9, .grid-x > .initial-8, .grid-x > .initial-7, .grid-x > .initial-6, .grid-x > .initial-5, .grid-x > .initial-4, .grid-x > .initial-3, .grid-x > .initial-2, .grid-x > .initial-1 {
  flex: 0 0 auto;
}

.grid-x > .initial-1 {
  width: 8.3333333333%;
}

.grid-x > .initial-2 {
  width: 16.6666666667%;
}

.grid-x > .initial-3 {
  width: 25%;
}

.grid-x > .initial-4 {
  width: 33.3333333333%;
}

.grid-x > .initial-5 {
  width: 41.6666666667%;
}

.grid-x > .initial-6 {
  width: 50%;
}

.grid-x > .initial-7 {
  width: 58.3333333333%;
}

.grid-x > .initial-8 {
  width: 66.6666666667%;
}

.grid-x > .initial-9 {
  width: 75%;
}

.grid-x > .initial-10 {
  width: 83.3333333333%;
}

.grid-x > .initial-11 {
  width: 91.6666666667%;
}

.grid-x > .initial-12 {
  width: 100%;
}

@media print, screen and (min-width: 20em) {
  .grid-x > .tiny-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .tiny-12, .grid-x > .tiny-11, .grid-x > .tiny-10, .grid-x > .tiny-9, .grid-x > .tiny-8, .grid-x > .tiny-7, .grid-x > .tiny-6, .grid-x > .tiny-5, .grid-x > .tiny-4, .grid-x > .tiny-3, .grid-x > .tiny-2, .grid-x > .tiny-1, .grid-x > .tiny-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .tiny-shrink {
    width: auto;
  }
  .grid-x > .tiny-1 {
    width: 8.3333333333%;
  }
  .grid-x > .tiny-2 {
    width: 16.6666666667%;
  }
  .grid-x > .tiny-3 {
    width: 25%;
  }
  .grid-x > .tiny-4 {
    width: 33.3333333333%;
  }
  .grid-x > .tiny-5 {
    width: 41.6666666667%;
  }
  .grid-x > .tiny-6 {
    width: 50%;
  }
  .grid-x > .tiny-7 {
    width: 58.3333333333%;
  }
  .grid-x > .tiny-8 {
    width: 66.6666666667%;
  }
  .grid-x > .tiny-9 {
    width: 75%;
  }
  .grid-x > .tiny-10 {
    width: 83.3333333333%;
  }
  .grid-x > .tiny-11 {
    width: 91.6666666667%;
  }
  .grid-x > .tiny-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-x > .small-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1, .grid-x > .small-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .small-shrink {
    width: auto;
  }
  .grid-x > .small-1 {
    width: 8.3333333333%;
  }
  .grid-x > .small-2 {
    width: 16.6666666667%;
  }
  .grid-x > .small-3 {
    width: 25%;
  }
  .grid-x > .small-4 {
    width: 33.3333333333%;
  }
  .grid-x > .small-5 {
    width: 41.6666666667%;
  }
  .grid-x > .small-6 {
    width: 50%;
  }
  .grid-x > .small-7 {
    width: 58.3333333333%;
  }
  .grid-x > .small-8 {
    width: 66.6666666667%;
  }
  .grid-x > .small-9 {
    width: 75%;
  }
  .grid-x > .small-10 {
    width: 83.3333333333%;
  }
  .grid-x > .small-11 {
    width: 91.6666666667%;
  }
  .grid-x > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .initial-1 {
  width: calc(8.3333333333% - 2.5rem);
}
.grid-margin-x > .initial-2 {
  width: calc(16.6666666667% - 2.5rem);
}
.grid-margin-x > .initial-3 {
  width: calc(25% - 2.5rem);
}
.grid-margin-x > .initial-4 {
  width: calc(33.3333333333% - 2.5rem);
}
.grid-margin-x > .initial-5 {
  width: calc(41.6666666667% - 2.5rem);
}
.grid-margin-x > .initial-6 {
  width: calc(50% - 2.5rem);
}
.grid-margin-x > .initial-7 {
  width: calc(58.3333333333% - 2.5rem);
}
.grid-margin-x > .initial-8 {
  width: calc(66.6666666667% - 2.5rem);
}
.grid-margin-x > .initial-9 {
  width: calc(75% - 2.5rem);
}
.grid-margin-x > .initial-10 {
  width: calc(83.3333333333% - 2.5rem);
}
.grid-margin-x > .initial-11 {
  width: calc(91.6666666667% - 2.5rem);
}
.grid-margin-x > .initial-12 {
  width: calc(100% - 2.5rem);
}
@media print, screen and (min-width: 20em) {
  .grid-margin-x > .tiny-auto {
    width: auto;
  }
  .grid-margin-x > .tiny-shrink {
    width: auto;
  }
  .grid-margin-x > .tiny-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .tiny-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .tiny-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .tiny-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .tiny-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .tiny-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .tiny-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .tiny-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .tiny-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .tiny-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .tiny-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .tiny-12 {
    width: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .small-auto {
    width: auto;
  }
  .grid-margin-x > .small-shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .initial-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .initial-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .initial-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .initial-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .initial-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .initial-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .initial-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .initial-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .initial-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .initial-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .initial-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .initial-12 {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x > .tiny-auto {
    width: auto;
  }
  .grid-margin-x > .tiny-shrink {
    width: auto;
  }
  .grid-margin-x > .tiny-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .tiny-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .tiny-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .tiny-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .tiny-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .tiny-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .tiny-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .tiny-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .tiny-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .tiny-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .tiny-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .tiny-12 {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x > .small-auto {
    width: auto;
  }
  .grid-margin-x > .small-shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.5rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.initial-up-1 > .cell {
  width: 100%;
}

.initial-up-2 > .cell {
  width: 50%;
}

.initial-up-3 > .cell {
  width: 33.3333333333%;
}

.initial-up-4 > .cell {
  width: 25%;
}

.initial-up-5 > .cell {
  width: 20%;
}

.initial-up-6 > .cell {
  width: 16.6666666667%;
}

.initial-up-7 > .cell {
  width: 14.2857142857%;
}

.initial-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 20em) {
  .tiny-up-1 > .cell {
    width: 100%;
  }
  .tiny-up-2 > .cell {
    width: 50%;
  }
  .tiny-up-3 > .cell {
    width: 33.3333333333%;
  }
  .tiny-up-4 > .cell {
    width: 25%;
  }
  .tiny-up-5 > .cell {
    width: 20%;
  }
  .tiny-up-6 > .cell {
    width: 16.6666666667%;
  }
  .tiny-up-7 > .cell {
    width: 14.2857142857%;
  }
  .tiny-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) {
  .small-up-1 > .cell {
    width: 100%;
  }
  .small-up-2 > .cell {
    width: 50%;
  }
  .small-up-3 > .cell {
    width: 33.3333333333%;
  }
  .small-up-4 > .cell {
    width: 25%;
  }
  .small-up-5 > .cell {
    width: 20%;
  }
  .small-up-6 > .cell {
    width: 16.6666666667%;
  }
  .small-up-7 > .cell {
    width: 14.2857142857%;
  }
  .small-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.initial-up-1 > .cell {
  width: calc(100% - 2.5rem);
}

.grid-margin-x.initial-up-2 > .cell {
  width: calc(50% - 2.5rem);
}

.grid-margin-x.initial-up-3 > .cell {
  width: calc(33.3333333333% - 2.5rem);
}

.grid-margin-x.initial-up-4 > .cell {
  width: calc(25% - 2.5rem);
}

.grid-margin-x.initial-up-5 > .cell {
  width: calc(20% - 2.5rem);
}

.grid-margin-x.initial-up-6 > .cell {
  width: calc(16.6666666667% - 2.5rem);
}

.grid-margin-x.initial-up-7 > .cell {
  width: calc(14.2857142857% - 2.5rem);
}

.grid-margin-x.initial-up-8 > .cell {
  width: calc(12.5% - 2.5rem);
}

@media print, screen and (min-width: 20em) {
  .grid-margin-x.tiny-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.tiny-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.tiny-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.tiny-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.tiny-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.tiny-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.tiny-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.tiny-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x.initial-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.initial-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.initial-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.initial-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.initial-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.initial-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.initial-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.initial-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
.initial-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.initial-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.initial-margin-collapse > .initial-1 {
  width: 8.3333333333%;
}
.initial-margin-collapse > .initial-2 {
  width: 16.6666666667%;
}
.initial-margin-collapse > .initial-3 {
  width: 25%;
}
.initial-margin-collapse > .initial-4 {
  width: 33.3333333333%;
}
.initial-margin-collapse > .initial-5 {
  width: 41.6666666667%;
}
.initial-margin-collapse > .initial-6 {
  width: 50%;
}
.initial-margin-collapse > .initial-7 {
  width: 58.3333333333%;
}
.initial-margin-collapse > .initial-8 {
  width: 66.6666666667%;
}
.initial-margin-collapse > .initial-9 {
  width: 75%;
}
.initial-margin-collapse > .initial-10 {
  width: 83.3333333333%;
}
.initial-margin-collapse > .initial-11 {
  width: 91.6666666667%;
}
.initial-margin-collapse > .initial-12 {
  width: 100%;
}
@media print, screen and (min-width: 20em) {
  .initial-margin-collapse > .tiny-1 {
    width: 8.3333333333%;
  }
  .initial-margin-collapse > .tiny-2 {
    width: 16.6666666667%;
  }
  .initial-margin-collapse > .tiny-3 {
    width: 25%;
  }
  .initial-margin-collapse > .tiny-4 {
    width: 33.3333333333%;
  }
  .initial-margin-collapse > .tiny-5 {
    width: 41.6666666667%;
  }
  .initial-margin-collapse > .tiny-6 {
    width: 50%;
  }
  .initial-margin-collapse > .tiny-7 {
    width: 58.3333333333%;
  }
  .initial-margin-collapse > .tiny-8 {
    width: 66.6666666667%;
  }
  .initial-margin-collapse > .tiny-9 {
    width: 75%;
  }
  .initial-margin-collapse > .tiny-10 {
    width: 83.3333333333%;
  }
  .initial-margin-collapse > .tiny-11 {
    width: 91.6666666667%;
  }
  .initial-margin-collapse > .tiny-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .initial-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .initial-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .initial-margin-collapse > .small-3 {
    width: 25%;
  }
  .initial-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .initial-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .initial-margin-collapse > .small-6 {
    width: 50%;
  }
  .initial-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .initial-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .initial-margin-collapse > .small-9 {
    width: 75%;
  }
  .initial-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .initial-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .initial-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .initial-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .initial-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .initial-margin-collapse > .medium-3 {
    width: 25%;
  }
  .initial-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .initial-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .initial-margin-collapse > .medium-6 {
    width: 50%;
  }
  .initial-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .initial-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .initial-margin-collapse > .medium-9 {
    width: 75%;
  }
  .initial-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .initial-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .initial-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .initial-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .initial-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .initial-margin-collapse > .large-3 {
    width: 25%;
  }
  .initial-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .initial-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .initial-margin-collapse > .large-6 {
    width: 50%;
  }
  .initial-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .initial-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .initial-margin-collapse > .large-9 {
    width: 75%;
  }
  .initial-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .initial-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .initial-margin-collapse > .large-12 {
    width: 100%;
  }
}

.initial-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.initial-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 20em) {
  .tiny-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .tiny-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 20em) {
  .tiny-margin-collapse > .initial-1 {
    width: 8.3333333333%;
  }
  .tiny-margin-collapse > .initial-2 {
    width: 16.6666666667%;
  }
  .tiny-margin-collapse > .initial-3 {
    width: 25%;
  }
  .tiny-margin-collapse > .initial-4 {
    width: 33.3333333333%;
  }
  .tiny-margin-collapse > .initial-5 {
    width: 41.6666666667%;
  }
  .tiny-margin-collapse > .initial-6 {
    width: 50%;
  }
  .tiny-margin-collapse > .initial-7 {
    width: 58.3333333333%;
  }
  .tiny-margin-collapse > .initial-8 {
    width: 66.6666666667%;
  }
  .tiny-margin-collapse > .initial-9 {
    width: 75%;
  }
  .tiny-margin-collapse > .initial-10 {
    width: 83.3333333333%;
  }
  .tiny-margin-collapse > .initial-11 {
    width: 91.6666666667%;
  }
  .tiny-margin-collapse > .initial-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 20em) {
  .tiny-margin-collapse > .tiny-1 {
    width: 8.3333333333%;
  }
  .tiny-margin-collapse > .tiny-2 {
    width: 16.6666666667%;
  }
  .tiny-margin-collapse > .tiny-3 {
    width: 25%;
  }
  .tiny-margin-collapse > .tiny-4 {
    width: 33.3333333333%;
  }
  .tiny-margin-collapse > .tiny-5 {
    width: 41.6666666667%;
  }
  .tiny-margin-collapse > .tiny-6 {
    width: 50%;
  }
  .tiny-margin-collapse > .tiny-7 {
    width: 58.3333333333%;
  }
  .tiny-margin-collapse > .tiny-8 {
    width: 66.6666666667%;
  }
  .tiny-margin-collapse > .tiny-9 {
    width: 75%;
  }
  .tiny-margin-collapse > .tiny-10 {
    width: 83.3333333333%;
  }
  .tiny-margin-collapse > .tiny-11 {
    width: 91.6666666667%;
  }
  .tiny-margin-collapse > .tiny-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .tiny-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .tiny-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .tiny-margin-collapse > .small-3 {
    width: 25%;
  }
  .tiny-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .tiny-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .tiny-margin-collapse > .small-6 {
    width: 50%;
  }
  .tiny-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .tiny-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .tiny-margin-collapse > .small-9 {
    width: 75%;
  }
  .tiny-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .tiny-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .tiny-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .tiny-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .tiny-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .tiny-margin-collapse > .medium-3 {
    width: 25%;
  }
  .tiny-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .tiny-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .tiny-margin-collapse > .medium-6 {
    width: 50%;
  }
  .tiny-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .tiny-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .tiny-margin-collapse > .medium-9 {
    width: 75%;
  }
  .tiny-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .tiny-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .tiny-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .tiny-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .tiny-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .tiny-margin-collapse > .large-3 {
    width: 25%;
  }
  .tiny-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .tiny-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .tiny-margin-collapse > .large-6 {
    width: 50%;
  }
  .tiny-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .tiny-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .tiny-margin-collapse > .large-9 {
    width: 75%;
  }
  .tiny-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .tiny-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .tiny-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 20em) {
  .tiny-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .tiny-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .initial-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .initial-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .initial-3 {
    width: 25%;
  }
  .small-margin-collapse > .initial-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .initial-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .initial-6 {
    width: 50%;
  }
  .small-margin-collapse > .initial-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .initial-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .initial-9 {
    width: 75%;
  }
  .small-margin-collapse > .initial-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .initial-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .initial-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .tiny-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .tiny-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .tiny-3 {
    width: 25%;
  }
  .small-margin-collapse > .tiny-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .tiny-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .tiny-6 {
    width: 50%;
  }
  .small-margin-collapse > .tiny-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .tiny-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .tiny-9 {
    width: 75%;
  }
  .small-margin-collapse > .tiny-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .tiny-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .tiny-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .small-3 {
    width: 25%;
  }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .small-6 {
    width: 50%;
  }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .small-9 {
    width: 75%;
  }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .small-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .initial-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .initial-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .initial-3 {
    width: 25%;
  }
  .medium-margin-collapse > .initial-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .initial-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .initial-6 {
    width: 50%;
  }
  .medium-margin-collapse > .initial-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .initial-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .initial-9 {
    width: 75%;
  }
  .medium-margin-collapse > .initial-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .initial-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .initial-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .tiny-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .tiny-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .tiny-3 {
    width: 25%;
  }
  .medium-margin-collapse > .tiny-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .tiny-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .tiny-6 {
    width: 50%;
  }
  .medium-margin-collapse > .tiny-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .tiny-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .tiny-9 {
    width: 75%;
  }
  .medium-margin-collapse > .tiny-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .tiny-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .tiny-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .initial-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .initial-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .initial-3 {
    width: 25%;
  }
  .large-margin-collapse > .initial-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .initial-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .initial-6 {
    width: 50%;
  }
  .large-margin-collapse > .initial-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .initial-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .initial-9 {
    width: 75%;
  }
  .large-margin-collapse > .initial-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .initial-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .initial-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .tiny-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .tiny-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .tiny-3 {
    width: 25%;
  }
  .large-margin-collapse > .tiny-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .tiny-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .tiny-6 {
    width: 50%;
  }
  .large-margin-collapse > .tiny-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .tiny-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .tiny-9 {
    width: 75%;
  }
  .large-margin-collapse > .tiny-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .tiny-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .tiny-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.initial-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .initial-offset-0 {
  margin-left: calc(0% + 2.5rem / 2);
}

.initial-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .initial-offset-1 {
  margin-left: calc(8.3333333333% + 2.5rem / 2);
}

.initial-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .initial-offset-2 {
  margin-left: calc(16.6666666667% + 2.5rem / 2);
}

.initial-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .initial-offset-3 {
  margin-left: calc(25% + 2.5rem / 2);
}

.initial-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .initial-offset-4 {
  margin-left: calc(33.3333333333% + 2.5rem / 2);
}

.initial-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .initial-offset-5 {
  margin-left: calc(41.6666666667% + 2.5rem / 2);
}

.initial-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .initial-offset-6 {
  margin-left: calc(50% + 2.5rem / 2);
}

.initial-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .initial-offset-7 {
  margin-left: calc(58.3333333333% + 2.5rem / 2);
}

.initial-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .initial-offset-8 {
  margin-left: calc(66.6666666667% + 2.5rem / 2);
}

.initial-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .initial-offset-9 {
  margin-left: calc(75% + 2.5rem / 2);
}

.initial-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .initial-offset-10 {
  margin-left: calc(83.3333333333% + 2.5rem / 2);
}

.initial-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .initial-offset-11 {
  margin-left: calc(91.6666666667% + 2.5rem / 2);
}

@media print, screen and (min-width: 20em) {
  .tiny-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .tiny-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .tiny-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .tiny-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .tiny-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .tiny-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .tiny-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .tiny-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .tiny-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .tiny-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .tiny-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .tiny-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .tiny-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .tiny-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .tiny-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .tiny-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .tiny-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .tiny-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .tiny-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .tiny-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .tiny-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .tiny-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .tiny-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .tiny-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
@media print, screen and (min-width: 40em) {
  .small-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .small-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .small-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .small-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .small-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .small-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .small-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .small-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .small-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .small-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .small-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .small-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .small-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .initial-shrink, .grid-y > .initial-full, .grid-y > .initial-1, .grid-y > .initial-2, .grid-y > .initial-3, .grid-y > .initial-4, .grid-y > .initial-5, .grid-y > .initial-6, .grid-y > .initial-7, .grid-y > .initial-8, .grid-y > .initial-9, .grid-y > .initial-10, .grid-y > .initial-11, .grid-y > .initial-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 20em) {
  .grid-y > .tiny-shrink, .grid-y > .tiny-full, .grid-y > .tiny-1, .grid-y > .tiny-2, .grid-y > .tiny-3, .grid-y > .tiny-4, .grid-y > .tiny-5, .grid-y > .tiny-6, .grid-y > .tiny-7, .grid-y > .tiny-8, .grid-y > .tiny-9, .grid-y > .tiny-10, .grid-y > .tiny-11, .grid-y > .tiny-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .initial-12, .grid-y > .initial-11, .grid-y > .initial-10, .grid-y > .initial-9, .grid-y > .initial-8, .grid-y > .initial-7, .grid-y > .initial-6, .grid-y > .initial-5, .grid-y > .initial-4, .grid-y > .initial-3, .grid-y > .initial-2, .grid-y > .initial-1 {
  flex: 0 0 auto;
}
.grid-y > .initial-1 {
  height: 8.3333333333%;
}
.grid-y > .initial-2 {
  height: 16.6666666667%;
}
.grid-y > .initial-3 {
  height: 25%;
}
.grid-y > .initial-4 {
  height: 33.3333333333%;
}
.grid-y > .initial-5 {
  height: 41.6666666667%;
}
.grid-y > .initial-6 {
  height: 50%;
}
.grid-y > .initial-7 {
  height: 58.3333333333%;
}
.grid-y > .initial-8 {
  height: 66.6666666667%;
}
.grid-y > .initial-9 {
  height: 75%;
}
.grid-y > .initial-10 {
  height: 83.3333333333%;
}
.grid-y > .initial-11 {
  height: 91.6666666667%;
}
.grid-y > .initial-12 {
  height: 100%;
}
@media print, screen and (min-width: 20em) {
  .grid-y > .tiny-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .tiny-12, .grid-y > .tiny-11, .grid-y > .tiny-10, .grid-y > .tiny-9, .grid-y > .tiny-8, .grid-y > .tiny-7, .grid-y > .tiny-6, .grid-y > .tiny-5, .grid-y > .tiny-4, .grid-y > .tiny-3, .grid-y > .tiny-2, .grid-y > .tiny-1, .grid-y > .tiny-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .tiny-shrink {
    height: auto;
  }
  .grid-y > .tiny-1 {
    height: 8.3333333333%;
  }
  .grid-y > .tiny-2 {
    height: 16.6666666667%;
  }
  .grid-y > .tiny-3 {
    height: 25%;
  }
  .grid-y > .tiny-4 {
    height: 33.3333333333%;
  }
  .grid-y > .tiny-5 {
    height: 41.6666666667%;
  }
  .grid-y > .tiny-6 {
    height: 50%;
  }
  .grid-y > .tiny-7 {
    height: 58.3333333333%;
  }
  .grid-y > .tiny-8 {
    height: 66.6666666667%;
  }
  .grid-y > .tiny-9 {
    height: 75%;
  }
  .grid-y > .tiny-10 {
    height: 83.3333333333%;
  }
  .grid-y > .tiny-11 {
    height: 91.6666666667%;
  }
  .grid-y > .tiny-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-y > .small-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1, .grid-y > .small-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .small-shrink {
    height: auto;
  }
  .grid-y > .small-1 {
    height: 8.3333333333%;
  }
  .grid-y > .small-2 {
    height: 16.6666666667%;
  }
  .grid-y > .small-3 {
    height: 25%;
  }
  .grid-y > .small-4 {
    height: 33.3333333333%;
  }
  .grid-y > .small-5 {
    height: 41.6666666667%;
  }
  .grid-y > .small-6 {
    height: 50%;
  }
  .grid-y > .small-7 {
    height: 58.3333333333%;
  }
  .grid-y > .small-8 {
    height: 66.6666666667%;
  }
  .grid-y > .small-9 {
    height: 75%;
  }
  .grid-y > .small-10 {
    height: 83.3333333333%;
  }
  .grid-y > .small-11 {
    height: 91.6666666667%;
  }
  .grid-y > .small-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 2.5rem);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .initial-1 {
  height: calc(8.3333333333% - 2.5rem);
}
.grid-margin-y > .initial-2 {
  height: calc(16.6666666667% - 2.5rem);
}
.grid-margin-y > .initial-3 {
  height: calc(25% - 2.5rem);
}
.grid-margin-y > .initial-4 {
  height: calc(33.3333333333% - 2.5rem);
}
.grid-margin-y > .initial-5 {
  height: calc(41.6666666667% - 2.5rem);
}
.grid-margin-y > .initial-6 {
  height: calc(50% - 2.5rem);
}
.grid-margin-y > .initial-7 {
  height: calc(58.3333333333% - 2.5rem);
}
.grid-margin-y > .initial-8 {
  height: calc(66.6666666667% - 2.5rem);
}
.grid-margin-y > .initial-9 {
  height: calc(75% - 2.5rem);
}
.grid-margin-y > .initial-10 {
  height: calc(83.3333333333% - 2.5rem);
}
.grid-margin-y > .initial-11 {
  height: calc(91.6666666667% - 2.5rem);
}
.grid-margin-y > .initial-12 {
  height: calc(100% - 2.5rem);
}
@media print, screen and (min-width: 20em) {
  .grid-margin-y > .tiny-auto {
    height: auto;
  }
  .grid-margin-y > .tiny-shrink {
    height: auto;
  }
  .grid-margin-y > .tiny-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .tiny-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .tiny-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .tiny-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .tiny-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .tiny-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .tiny-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .tiny-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .tiny-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .tiny-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .tiny-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .tiny-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .initial-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .initial-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .initial-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .initial-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .initial-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .initial-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .initial-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .initial-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .initial-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .initial-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .initial-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .initial-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .tiny-auto {
    height: auto;
  }
  .grid-margin-y > .tiny-shrink {
    height: auto;
  }
  .grid-margin-y > .tiny-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .tiny-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .tiny-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .tiny-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .tiny-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .tiny-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .tiny-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .tiny-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .tiny-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .tiny-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .tiny-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .tiny-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .small-auto {
    height: auto;
  }
  .grid-margin-y > .small-shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.initial-order-1 {
  order: 1;
}

.initial-order-2 {
  order: 2;
}

.initial-order-3 {
  order: 3;
}

.initial-order-4 {
  order: 4;
}

.initial-order-5 {
  order: 5;
}

.initial-order-6 {
  order: 6;
}

@media print, screen and (min-width: 20em) {
  .tiny-order-1 {
    order: 1;
  }
  .tiny-order-2 {
    order: 2;
  }
  .tiny-order-3 {
    order: 3;
  }
  .tiny-order-4 {
    order: 4;
  }
  .tiny-order-5 {
    order: 5;
  }
  .tiny-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 40em) {
  .small-order-1 {
    order: 1;
  }
  .small-order-2 {
    order: 2;
  }
  .small-order-3 {
    order: 3;
  }
  .small-order-4 {
    order: 4;
  }
  .small-order-5 {
    order: 5;
  }
  .small-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

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

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

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

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

@media print, screen and (min-width: 20em) {
  .tiny-flex-container {
    display: flex;
  }
  .tiny-flex-child-auto {
    flex: 1 1 auto;
  }
  .tiny-flex-child-grow {
    flex: 1 0 auto;
  }
  .tiny-flex-child-shrink {
    flex: 0 1 auto;
  }
  .tiny-flex-dir-row {
    flex-direction: row;
  }
  .tiny-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .tiny-flex-dir-column {
    flex-direction: column;
  }
  .tiny-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 40em) {
  .small-flex-container {
    display: flex;
  }
  .small-flex-child-auto {
    flex: 1 1 auto;
  }
  .small-flex-child-grow {
    flex: 1 0 auto;
  }
  .small-flex-child-shrink {
    flex: 0 1 auto;
  }
  .small-flex-dir-row {
    flex-direction: row;
  }
  .small-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .small-flex-dir-column {
    flex-direction: column;
  }
  .small-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
:root {
  --aspect-ratio: 1;
}

.aspect-ratio-frame {
  position: relative;
}
.aspect-ratio-frame::before {
  content: "";
  padding-bottom: calc(1 * 100%);
  display: block;
}
.aspect-ratio-frame img, .aspect-ratio-frame video, .aspect-ratio-frame .autoplay-video-container, .aspect-ratio-frame iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@supports (--css: variables) {
  .aspect-ratio-frame:before {
    content: "";
    padding-bottom: calc(var(--aspect-ratio) * 100%);
  }
}

:root {
  --bezier-ease: cubic-bezier(.82, .06, .14, .97);
  --bezier-ease--soft: cubic-bezier(.42, .08, .06, .98);
  --bezier-ease--swanky: cubic-bezier(1, .63, .47, .8);
  --bezier-ease--slingshot: cubic-bezier(.5, 0, .38, 1.47);
  --primary-transition-time: 150ms;
  --primary-transition-function: var(--bezier-ease--soft);
  --primary-transition: var(--primary-transition-time) var(--primary-transition-function);
  --primary-animation-time: 550ms;
  --primary-animation: var(--primary-animation-time) var(--primary-transition-function) 250ms;
}

.oho-animate {
  transition: opacity var(--primary-animation), transform var(--primary-animation);
  transform: none;
  opacity: 1;
}
.oho-animate--ready {
  transition: none;
}
.oho-animate--ready.fade-in-up, .oho-animate--out.fade-in-up {
  transform: translateY(5rem);
  opacity: 0;
}
.oho-animate--ready.fade-in-right, .oho-animate--out.fade-in-right {
  transform: translateX(5rem);
  opacity: 0;
}
.oho-animate--ready.fade-in-down, .oho-animate--out.fade-in-down {
  transform: translateY(-5rem);
  opacity: 0;
}
.oho-animate--ready.fade-in-left, .oho-animate--out.fade-in-left {
  transform: translateX(-5rem);
  opacity: 0;
}
.oho-animate--ready.fade-in, .oho-animate--out.fade-in {
  opacity: 0;
}
.oho-animate--ready.fade-in-big, .oho-animate--out.fade-in-big {
  transform: scale(0.4);
  opacity: 0;
}
.oho-animate:focus {
  transform: none !important;
  opacity: 1 !important;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

html,
body {
  margin: 0;
}

main {
  display: block;
}

button {
  cursor: pointer;
  font-size: 1rem;
}

figure {
  display: table;
}

figcaption {
  display: table-caption;
  margin-top: 0.5em;
  caption-side: bottom;
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  figcaption {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  figcaption {
    font-size: 0.875rem;
  }
}
.wysiwyg figcaption {
  padding-bottom: 0.9375rem;
  position: relative;
  overflow: hidden;
}
.wysiwyg figcaption::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.0625rem;
  width: 3.75rem;
  background: var(--Accent-Yellow-Light, #FFEDB2);
}

iframe {
  max-width: 100%;
  border: none;
}

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

dl,
dd,
pre {
  margin: 0;
  padding: 0;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.show-for-sr,
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

slider-navigation button[type=button] {
  z-index: 4;
}
@media print, screen and (min-width: 48em) {
  slider-navigation button[type=button] {
    position: absolute;
  }
}

.slider-navigation__prev {
  right: auto;
}
@media print, screen and (min-width: 48em) {
  .slider-navigation__prev {
    left: 1.875rem;
  }
}
.slider-navigation__prev:before {
  margin-right: 0.1875rem;
  margin-left: 0;
}
.slider-navigation__disabled {
  opacity: 0.4;
}

.swiper-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 48em) {
  .swiper-container {
    display: block;
  }
}
.swiper-container .swiper-list {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.swiper-container .slider-navigation {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .swiper-container .slider-navigation {
    margin: 0;
  }
}

.fancybox-content {
  background: none;
  padding: 0;
  position: static;
}

.fancybox-navigation .fancybox-button {
  border: none;
}

.fancybox-close-small {
  border: none;
  padding: 0;
}
.fancybox-close-small svg {
  width: 1.875rem;
  height: 1.875rem;
}
.fancybox-close-small svg path {
  fill: #ffffff;
}
.fancybox-close-small svg:hover path,
.fancybox-close-small svg:focus path {
  fill: #000000;
}

.page {
  overflow: hidden;
}

.white {
  color: #ffffff;
}

.tabs-nav-global {
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (max-width: 47.99875em) {
  .tabs-nav-global {
    overflow: auto;
    width: calc(100% + 20px);
  }
}
.tabs-nav-global ul {
  min-width: 37.5rem;
}
.tabs-nav-global ul,
.tabs-nav-global li {
  margin-top: 0;
  list-style: none;
  padding: 0;
}
.tabs-nav-global li {
  padding-bottom: 1.25rem;
}

.tabs-nav-global ul a,
.ui-tabs-nav a {
  display: block;
}
.tabs-nav-global ul a:hover, .tabs-nav-global ul a:focus,
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus {
  text-decoration: none;
}
.tabs-nav-global ul strong,
.ui-tabs-nav strong {
  color: #3B1954;
}
.tabs-nav-global ul li,
.ui-tabs-nav li {
  transition: box-shadow 0.8s cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.tabs-nav-global ul li.ui-state-active,
.ui-tabs-nav li.ui-state-active {
  border: none;
  background: none;
  box-shadow: inset 0px -4px 0px 0px #ffc377;
}
.tabs-nav-global ul li.ui-state-active strong,
.ui-tabs-nav li.ui-state-active strong {
  color: #000000;
}
.tabs-nav-global ul .ui-state-active,
.ui-tabs-nav .ui-state-active {
  border: none;
  background: none;
}
.tabs-nav-global ul li:hover,
.tabs-nav-global ul li:focus,
.ui-tabs-nav li:hover,
.ui-tabs-nav li:focus {
  box-shadow: inset 0px -8px 0px 0px #ffc377;
}

.tab-panel {
  padding: 1.25rem;
  background-color: #ffffff;
}
@media print, screen and (max-width: 47.99875em) {
  .tab-panel {
    margin-left: -1.25rem;
    width: calc(100% + 40px);
  }
}
@media print, screen and (min-width: 48em) {
  .tab-panel {
    padding: 2.5rem;
  }
}

.slick-slide:focus {
  outline: none;
}

.page:after {
  transition: opacity 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  opacity: 0;
  z-index: -1;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1080deg);
  }
}
.ajax-running .page:after {
  content: "";
  position: fixed;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 1;
}
.ajax-running .page:before {
  content: "\f110";
  font-family: "Font Awesome 6 Pro";
  z-index: 99990;
  color: #FF7347;
  font-size: 3.75rem;
  position: fixed;
  top: calc(50vh - 40px);
  left: calc(50vw - 40px);
  animation-duration: 5s;
  animation-name: spin;
}

.skip-link a:focus {
  position: absolute !important;
  z-index: 999;
  overflow: visible;
  clip: unset;
  width: auto;
  height: auto;
  padding: 10px;
  color: #fff;
  background: #000;
  font-size: 22px;
  font-weight: 700;
}

.section__content .section__content--prefix {
  color: #3B1954;
  font-family: "freight-text-pro", "Times New Roman", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
[type=file],
[type=image],
[type=submit],
textarea {
  appearance: none;
  margin: 0;
  padding: 0;
  border-width: 0.0625em;
  border-style: solid;
  border-color: inherit;
  border-radius: 0;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 1rem;
}

select {
  appearance: none;
  margin: 0;
  border-width: 0.0625em;
  border-style: solid;
  border-color: inherit;
  border-radius: 0;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 1rem;
}

[type=checkbox],
[type=radio] {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border-width: 0.0625em;
  border-style: solid;
  border-color: inherit;
}

[type=submit] {
  text-align: center;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1px) {
  [type=submit]:not(:first-child) {
    margin-top: 15px;
  }
}
[type=submit]:hover, [type=submit]:focus {
  text-decoration: none;
}
[type=submit] {
  font-size: 1rem;
  padding: 0.6rem;
}
@media print, screen and (min-width: 48em) {
  [type=submit] {
    padding: 0.9375rem 1.5625rem;
    font-size: 1rem;
  }
}
[type=submit] {
  color: var(--Global-White, #ffffff);
  letter-spacing: 0.0625rem;
  transition: background-color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  border-radius: 10px;
  background: var(--Accent-Orange, #D53A0A);
}
[type=submit]:hover, [type=submit]:focus {
  background: var(--Brand-Purple-Purple-Mid, #3B1954);
}
[type=submit] {
  cursor: pointer;
  border: 0;
}

label {
  display: block;
  color: #A5A5A5;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-weight: 400;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
[type=file],
[type=image],
textarea {
  padding: 10px;
  color: #000000;
  border-color: #BFBFBF;
  border-radius: 4px;
}
[type=text]::-webkit-input-placeholder, [type=password]::-webkit-input-placeholder, [type=date]::-webkit-input-placeholder, [type=datetime]::-webkit-input-placeholder, [type=datetime-local]::-webkit-input-placeholder, [type=month]::-webkit-input-placeholder, [type=week]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder, [type=search]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder, [type=time]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder, [type=color]::-webkit-input-placeholder,
[type=file]::-webkit-input-placeholder,
[type=image]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A5A5A5;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}
[type=text]::-moz-placeholder, [type=password]::-moz-placeholder, [type=date]::-moz-placeholder, [type=datetime]::-moz-placeholder, [type=datetime-local]::-moz-placeholder, [type=month]::-moz-placeholder, [type=week]::-moz-placeholder, [type=email]::-moz-placeholder, [type=number]::-moz-placeholder, [type=search]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=time]::-moz-placeholder, [type=url]::-moz-placeholder, [type=color]::-moz-placeholder,
[type=file]::-moz-placeholder,
[type=image]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #A5A5A5;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}
[type=text]:-ms-input-placeholder, [type=password]:-ms-input-placeholder, [type=date]:-ms-input-placeholder, [type=datetime]:-ms-input-placeholder, [type=datetime-local]:-ms-input-placeholder, [type=month]:-ms-input-placeholder, [type=week]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=number]:-ms-input-placeholder, [type=search]:-ms-input-placeholder, [type=tel]:-ms-input-placeholder, [type=time]:-ms-input-placeholder, [type=url]:-ms-input-placeholder, [type=color]:-ms-input-placeholder,
[type=file]:-ms-input-placeholder,
[type=image]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A5A5A5;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}

select {
  padding: 10px;
  cursor: pointer;
  color: #000000;
  border-color: #BFBFBF;
  border-radius: 4px;
  background-color: #ffffff;
  background-image: url(../img/angle-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.625em) 50%;
  background-size: 1em;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}

[type=checkbox],
[type=radio] {
  cursor: pointer;
}
[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  margin: 1em 0 1em 0.25em;
  cursor: pointer;
  vertical-align: middle;
  color: #000000;
}

fieldset {
  margin-bottom: 0.75em;
  padding: 0.5em;
  border-color: #A5A5A5;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}

legend {
  margin-bottom: 0;
  font-weight: 400;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
[type=file],
[type=image],
select,
textarea {
  transition: background-color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97), border-color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97), box-shadow 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
[type=text]:disabled, [type=password]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=month]:disabled, [type=week]:disabled, [type=email]:disabled, [type=number]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=time]:disabled, [type=url]:disabled, [type=color]:disabled,
[type=file]:disabled,
[type=image]:disabled,
select:disabled,
textarea:disabled {
  background-color: #F8F8F8;
}

[type=text]:not(:empty):invalid, [type=password]:not(:empty):invalid, [type=date]:not(:empty):invalid, [type=datetime]:not(:empty):invalid, [type=datetime-local]:not(:empty):invalid, [type=month]:not(:empty):invalid, [type=week]:not(:empty):invalid, [type=email]:not(:empty):invalid, [type=number]:not(:empty):invalid, [type=search]:not(:empty):invalid, [type=tel]:not(:empty):invalid, [type=time]:not(:empty):invalid, [type=url]:not(:empty):invalid, [type=color]:not(:empty):invalid,
[type=file]:not(:empty):invalid,
[type=image]:not(:empty):invalid,
textarea:not(:empty):invalid {
  border-color: #D53A0A;
  box-shadow: 0 0 0 0.0625em #D53A0A;
}

:root {
  --ogs-container-width: 1200px;
  --ogs-container-padding-inline: 20px;
  --ogs-column-gap: 40px;
  --ogs-row-gap: 30px;
}
@media (max-width: 1200px) {
  :root {
    --ogs-container-width: 100%;
  }
}

.ogs-container {
  width: 100%;
  max-width: var(--ogs-container-width);
  padding-inline: var(--ogs-container-padding-inline);
  margin-inline: auto;
}
.ogs-container .ogs-container {
  --ogs-container-padding-inline: 0;
}
.ogs-container .row:has(.col) {
  display: grid;
}
.ogs-container .row {
  grid-template-rows: repeat(1, auto);
  grid-template-columns: repeat(12, 1fr);
  row-gap: var(--ogs-row-gap);
}
@media (min-width: 641px) {
  .ogs-container .row {
    column-gap: var(--ogs-column-gap);
  }
}
.ogs-container .col {
  grid-column: auto/span 12;
}
.ogs-container .col:has(.subgrid) {
  display: grid;
  row-gap: var(--ogs-row-gap);
}
.ogs-container .col .subgrid {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: auto/span 12;
  column-gap: var(--ogs-column-gap);
  row-gap: var(--ogs-row-gap);
}
@media (min-width: 641px) {
  .ogs-container .sm-1 {
    grid-column: auto/span 1;
  }
  .ogs-container .sm-1 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 1;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .sm-2 {
    grid-column: auto/span 2;
  }
  .ogs-container .sm-2 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 2;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .sm-3 {
    grid-column: auto/span 3;
  }
  .ogs-container .sm-3 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 3;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .sm-4 {
    grid-column: auto/span 4;
  }
  .ogs-container .sm-4 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 4;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .sm-5 {
    grid-column: auto/span 5;
  }
  .ogs-container .sm-5 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 5;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .sm-6 {
    grid-column: auto/span 6;
  }
  .ogs-container .sm-6 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 6;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .sm-7 {
    grid-column: auto/span 7;
  }
  .ogs-container .sm-7 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 7;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .sm-8 {
    grid-column: auto/span 8;
  }
  .ogs-container .sm-8 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 8;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .sm-9 {
    grid-column: auto/span 9;
  }
  .ogs-container .sm-9 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 9;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .sm-10 {
    grid-column: auto/span 10;
  }
  .ogs-container .sm-10 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 10;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .sm-11 {
    grid-column: auto/span 11;
  }
  .ogs-container .sm-11 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 11;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .sm-12 {
    grid-column: auto/span 12;
  }
  .ogs-container .sm-12 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 12;
    column-gap: var(--ogs-column-gap);
  }
}
@media (min-width: 769px) {
  .ogs-container .md-1 {
    grid-column: auto/span 1;
  }
  .ogs-container .md-1 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 1;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .md-2 {
    grid-column: auto/span 2;
  }
  .ogs-container .md-2 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 2;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .md-3 {
    grid-column: auto/span 3;
  }
  .ogs-container .md-3 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 3;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .md-4 {
    grid-column: auto/span 4;
  }
  .ogs-container .md-4 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 4;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .md-5 {
    grid-column: auto/span 5;
  }
  .ogs-container .md-5 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 5;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .md-6 {
    grid-column: auto/span 6;
  }
  .ogs-container .md-6 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 6;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .md-7 {
    grid-column: auto/span 7;
  }
  .ogs-container .md-7 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 7;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .md-8 {
    grid-column: auto/span 8;
  }
  .ogs-container .md-8 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 8;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .md-9 {
    grid-column: auto/span 9;
  }
  .ogs-container .md-9 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 9;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .md-10 {
    grid-column: auto/span 10;
  }
  .ogs-container .md-10 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 10;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .md-11 {
    grid-column: auto/span 11;
  }
  .ogs-container .md-11 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 11;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .md-12 {
    grid-column: auto/span 12;
  }
  .ogs-container .md-12 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 12;
    column-gap: var(--ogs-column-gap);
  }
}
@media (min-width: 1025px) {
  .ogs-container .lg-1 {
    grid-column: auto/span 1;
  }
  .ogs-container .lg-1 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 1;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .lg-2 {
    grid-column: auto/span 2;
  }
  .ogs-container .lg-2 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 2;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .lg-3 {
    grid-column: auto/span 3;
  }
  .ogs-container .lg-3 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 3;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .lg-4 {
    grid-column: auto/span 4;
  }
  .ogs-container .lg-4 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 4;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .lg-5 {
    grid-column: auto/span 5;
  }
  .ogs-container .lg-5 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 5;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .lg-6 {
    grid-column: auto/span 6;
  }
  .ogs-container .lg-6 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 6;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .lg-7 {
    grid-column: auto/span 7;
  }
  .ogs-container .lg-7 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 7;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .lg-8 {
    grid-column: auto/span 8;
  }
  .ogs-container .lg-8 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 8;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .lg-9 {
    grid-column: auto/span 9;
  }
  .ogs-container .lg-9 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 9;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .lg-10 {
    grid-column: auto/span 10;
  }
  .ogs-container .lg-10 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 10;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .lg-11 {
    grid-column: auto/span 11;
  }
  .ogs-container .lg-11 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 11;
    column-gap: var(--ogs-column-gap);
  }
  .ogs-container .lg-12 {
    grid-column: auto/span 12;
  }
  .ogs-container .lg-12 .subgrid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: auto/span 12;
    column-gap: var(--ogs-column-gap);
  }
}
.ogs-container .row > .col.full-width-override:only-child {
  grid-column: auto/span 12;
}
@media (min-width: 769px) {
  .ogs-container .row-centered > .col.md-10:only-child {
    grid-column: 2/span 10;
  }
}
@media (min-width: 1025px) {
  .ogs-container .row-centered > .col.lg-10:only-child {
    grid-column: 2/span 10;
  }
}
@media (min-width: 1025px) {
  .ogs-container .row-centered > .col.lg-8:only-child {
    grid-column: 3/span 8;
  }
}
.ogs-container .subcolumns-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.ogs-container .subcolumns-1 > .col {
  grid-column: auto/span 1;
}
@media (min-width: 769px) {
  .ogs-container .subcolumns-1 > .col {
    grid-column: auto/span 1;
  }
}
.ogs-container .subcolumns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ogs-container .subcolumns-2 > .col {
  grid-column: auto/span 2;
}
@media (min-width: 769px) {
  .ogs-container .subcolumns-2 > .col {
    grid-column: auto/span 1;
  }
}
.ogs-container .subcolumns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.ogs-container .subcolumns-3 > .col {
  grid-column: auto/span 3;
}
@media (min-width: 769px) {
  .ogs-container .subcolumns-3 > .col {
    grid-column: auto/span 1;
  }
}
.ogs-container .subcolumns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.ogs-container .subcolumns-4 > .col {
  grid-column: auto/span 4;
}
@media (min-width: 769px) {
  .ogs-container .subcolumns-4 > .col {
    grid-column: auto/span 1;
  }
}
.ogs-container .subcolumns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.ogs-container .subcolumns-5 > .col {
  grid-column: auto/span 5;
}
@media (min-width: 769px) {
  .ogs-container .subcolumns-5 > .col {
    grid-column: auto/span 1;
  }
}
.ogs-container .subcolumns-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.ogs-container .subcolumns-6 > .col {
  grid-column: auto/span 6;
}
@media (min-width: 769px) {
  .ogs-container .subcolumns-6 > .col {
    grid-column: auto/span 1;
  }
}
.ogs-container .subcolumns-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.ogs-container .subcolumns-7 > .col {
  grid-column: auto/span 7;
}
@media (min-width: 769px) {
  .ogs-container .subcolumns-7 > .col {
    grid-column: auto/span 1;
  }
}
.ogs-container .subcolumns-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.ogs-container .subcolumns-8 > .col {
  grid-column: auto/span 8;
}
@media (min-width: 769px) {
  .ogs-container .subcolumns-8 > .col {
    grid-column: auto/span 1;
  }
}
.ogs-container .subcolumns-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
.ogs-container .subcolumns-9 > .col {
  grid-column: auto/span 9;
}
@media (min-width: 769px) {
  .ogs-container .subcolumns-9 > .col {
    grid-column: auto/span 1;
  }
}
.ogs-container .subcolumns-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
.ogs-container .subcolumns-10 > .col {
  grid-column: auto/span 10;
}
@media (min-width: 769px) {
  .ogs-container .subcolumns-10 > .col {
    grid-column: auto/span 1;
  }
}
.ogs-container .subcolumns-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}
.ogs-container .subcolumns-11 > .col {
  grid-column: auto/span 11;
}
@media (min-width: 769px) {
  .ogs-container .subcolumns-11 > .col {
    grid-column: auto/span 1;
  }
}
.ogs-container .subcolumns-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.ogs-container .subcolumns-12 > .col {
  grid-column: auto/span 12;
}
@media (min-width: 769px) {
  .ogs-container .subcolumns-12 > .col {
    grid-column: auto/span 1;
  }
}
.ogs-container .always-subcolumns-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: var(--ogs-column-gap);
}
.ogs-container .always-subcolumns-1 > .col {
  grid-column: auto/span 1;
}
.ogs-container .always-subcolumns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: var(--ogs-column-gap);
}
.ogs-container .always-subcolumns-2 > .col {
  grid-column: auto/span 1;
}
.ogs-container .always-subcolumns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: var(--ogs-column-gap);
}
.ogs-container .always-subcolumns-3 > .col {
  grid-column: auto/span 1;
}
.ogs-container .always-subcolumns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: var(--ogs-column-gap);
}
.ogs-container .always-subcolumns-4 > .col {
  grid-column: auto/span 1;
}
.ogs-container .always-subcolumns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: var(--ogs-column-gap);
}
.ogs-container .always-subcolumns-5 > .col {
  grid-column: auto/span 1;
}
.ogs-container .always-subcolumns-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: var(--ogs-column-gap);
}
.ogs-container .always-subcolumns-6 > .col {
  grid-column: auto/span 1;
}
.ogs-container .always-subcolumns-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: var(--ogs-column-gap);
}
.ogs-container .always-subcolumns-7 > .col {
  grid-column: auto/span 1;
}
.ogs-container .always-subcolumns-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: var(--ogs-column-gap);
}
.ogs-container .always-subcolumns-8 > .col {
  grid-column: auto/span 1;
}
.ogs-container .always-subcolumns-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  column-gap: var(--ogs-column-gap);
}
.ogs-container .always-subcolumns-9 > .col {
  grid-column: auto/span 1;
}
.ogs-container .always-subcolumns-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  column-gap: var(--ogs-column-gap);
}
.ogs-container .always-subcolumns-10 > .col {
  grid-column: auto/span 1;
}
.ogs-container .always-subcolumns-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  column-gap: var(--ogs-column-gap);
}
.ogs-container .always-subcolumns-11 > .col {
  grid-column: auto/span 1;
}
.ogs-container .always-subcolumns-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--ogs-column-gap);
}
.ogs-container .always-subcolumns-12 > .col {
  grid-column: auto/span 1;
}
.ogs-container--wide {
  --ogs-container-width: 1440px;
}

.ogs-flex {
  display: flex;
  flex-direction: column;
  row-gap: var(--ogs-row-gap);
  column-gap: var(--ogs-column-gap);
}
@media (min-width: 641px) {
  .ogs-flex {
    flex-direction: row;
  }
}

.ogs-shrink {
  flex: 0 0 auto;
}

.ogs-auto {
  flex: 1 1 0;
}

table {
  border-collapse: collapse;
  border-top: 1px solid var(--Global-Gray-Line);
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  table {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  table {
    font-size: 1rem;
  }
}
table[align=left] {
  float: none;
}
@media print, screen and (min-width: 48em) {
  table[align=left] {
    float: left;
    margin-right: 2em;
  }
}
table[align=right] {
  float: none;
}
@media print, screen and (min-width: 48em) {
  table[align=right] {
    float: right;
    margin-left: 2em;
  }
}

thead,
tbody {
  vertical-align: top;
}

thead {
  font-weight: bold;
  text-align: left;
}

tbody {
  border-top: 0;
}

thead + tbody tr:nth-child(2n) {
  background: var(--Global-Gray-Light);
}

table > tbody:first-child tr:nth-child(2n+1) {
  background: var(--Global-Gray-Light);
}

th {
  padding: 0.9375rem;
  font-weight: 600;
  text-align: left;
  min-width: 11.25rem;
  color: var(--Global-White);
  background: var(--Brand-Purple-Purple-Mid);
  border-top: 1px solid var(--tint-black-10, rgba(0, 0, 0, 0.1));
  border-right: 1px solid var(--tint-black-10, rgba(0, 0, 0, 0.1));
  border-bottom: 1px solid var(--tint-black-10, rgba(0, 0, 0, 0.1));
  background: var(--Brand-Purple-Purple-Mid, #3B1954);
}

td {
  padding: 1em 1.25em;
  border-right: 1px solid var(--Global-Gray-Line);
  border-left: 1px solid var(--Global-Gray-Line);
  border-bottom: 1px solid var(--Global-Gray-Line);
  min-width: 11.25rem;
}

@media print, screen and (max-width: 63.99875em) {
  .mobile-table {
    margin-bottom: 0;
  }
  .mobile-table--scroll {
    overflow-y: scroll;
    width: calc(100% + 20px);
  }
  .mobile-table--scroll th:last-child,
  .mobile-table--scroll td:last-child {
    width: 22.5rem;
    padding-right: 4.375rem;
  }
  .mobile-table--scroll table {
    transform: translateZ(0);
    overflow: hidden;
  }
  .mobile-table--scroll table::before,
  .mobile-table--scroll table::after {
    content: "";
    z-index: 4;
    top: 0;
    height: 100%;
    display: block;
    pointer-events: none;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: opacity 0.15s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    position: fixed;
  }
  .mobile-table--scroll table::after {
    background-size: 25% 100%;
    right: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background-position: right -1px top;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  }
  .mobile-table--scroll:not(.scrolled) table::after {
    background-size: 45% 100%;
  }
  .mobile-table--scroll table::before {
    background-size: 15% 100%;
    right: 0;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background-position: left 1px top;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
    transition: opacity 0.15s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    opacity: 0;
  }
  .mobile-table table {
    margin-bottom: 0;
  }
  .mobile-table--scroll.scrolled-to-edge table:after {
    opacity: 0;
  }
  .mobile-table--scroll.scrolled-to-edge table:before {
    opacity: 1;
  }
}
.body,
body,
.body--default,
.checkerboard-item__description,
.section-announcement__content .section-announcement__content__teaser,
.oho-alert p {
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .body,
  body,
  .body--default,
  .checkerboard-item__description,
  .section-announcement__content .section-announcement__content__teaser,
  .oho-alert p {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .body,
  body,
  .body--default,
  .checkerboard-item__description,
  .section-announcement__content .section-announcement__content__teaser,
  .oho-alert p {
    font-size: 1rem;
  }
}

.body--large {
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .body--large {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .body--large {
    font-size: 1.125rem;
  }
}

.program-header, .section-announcement__content .section-announcement__date,
.body--small {
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .program-header, .section-announcement__content .section-announcement__date,
  .body--small {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .program-header, .section-announcement__content .section-announcement__date,
  .body--small {
    font-size: 1rem;
  }
}

.body--xsmall {
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .body--xsmall {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .body--xsmall {
    font-size: 0.875rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 3.4375rem;
}
@media print, screen and (min-width: 48em) {
  h1,
  .h1 {
    font-size: 3.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  h1,
  .h1 {
    font-size: 6.5625rem;
  }
}
h1,
.h1 {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.5;
}
@media print, screen and (min-width: 48em) {
  h1,
  .h1 {
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media print, screen and (min-width: 64em) {
  h1,
  .h1 {
    line-height: 0.97;
    letter-spacing: -2px;
  }
}
h1,
.h1 {
  margin-block-start: 0;
  margin-block-end: 0;
}
.page--program h1,
.page--program .h1 {
  font-size: 3.4375rem;
}
@media print, screen and (min-width: 48em) {
  .page--program h1,
  .page--program .h1 {
    font-size: 3.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--program h1,
  .page--program .h1 {
    font-size: 6.5625rem;
  }
}
.page--program h1,
.page--program .h1 {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.5;
}
@media print, screen and (min-width: 48em) {
  .page--program h1,
  .page--program .h1 {
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media print, screen and (min-width: 64em) {
  .page--program h1,
  .page--program .h1 {
    line-height: 0.97;
    letter-spacing: -2px;
  }
}
.page--program h1,
.page--program .h1 {
  font-size: 3.25rem;
}
@media print, screen and (min-width: 48em) {
  .page--program h1,
  .page--program .h1 {
    font-size: 4.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--program h1,
  .page--program .h1 {
    font-size: 6.25rem;
  }
}
.page--program h1,
.page--program .h1 {
  line-height: 1.2;
  letter-spacing: 0;
}
@media print, screen and (min-width: 48em) {
  .page--program h1,
  .page--program .h1 {
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media print, screen and (min-width: 64em) {
  .page--program h1,
  .page--program .h1 {
    line-height: 1;
    letter-spacing: -2px;
  }
}
.page-home h1,
.page-home .h1 {
  font-size: 3.4375rem;
}
@media print, screen and (min-width: 48em) {
  .page-home h1,
  .page-home .h1 {
    font-size: 3.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page-home h1,
  .page-home .h1 {
    font-size: 6.5625rem;
  }
}
.page-home h1,
.page-home .h1 {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.5;
}
@media print, screen and (min-width: 48em) {
  .page-home h1,
  .page-home .h1 {
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-home h1,
  .page-home .h1 {
    line-height: 0.97;
    letter-spacing: -2px;
  }
}
.page-home h1,
.page-home .h1 {
  font-size: 3.125rem;
}
@media print, screen and (min-width: 48em) {
  .page-home h1,
  .page-home .h1 {
    font-size: 5.3125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page-home h1,
  .page-home .h1 {
    font-size: 7.5rem;
  }
}
.page-home h1,
.page-home .h1 {
  line-height: 0.97;
  letter-spacing: 0;
}
@media print, screen and (min-width: 48em) {
  .page-home h1,
  .page-home .h1 {
    letter-spacing: -1px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-home h1,
  .page-home .h1 {
    letter-spacing: -2px;
  }
}
.page-home h1 span,
.page-home .h1 span {
  font-size: 3.4375rem;
}
@media print, screen and (min-width: 48em) {
  .page-home h1 span,
  .page-home .h1 span {
    font-size: 3.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page-home h1 span,
  .page-home .h1 span {
    font-size: 6.5625rem;
  }
}
.page-home h1 span,
.page-home .h1 span {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.5;
}
@media print, screen and (min-width: 48em) {
  .page-home h1 span,
  .page-home .h1 span {
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-home h1 span,
  .page-home .h1 span {
    line-height: 0.97;
    letter-spacing: -2px;
  }
}
.page-home h1 span,
.page-home .h1 span {
  font-family: "freight-text-pro", "Times New Roman", serif;
  font-size: 2.25rem;
}
@media print, screen and (min-width: 48em) {
  .page-home h1 span,
  .page-home .h1 span {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page-home h1 span,
  .page-home .h1 span {
    font-size: 4.5rem;
  }
}
.page-home h1 span,
.page-home .h1 span {
  line-height: 1;
  letter-spacing: 0;
  font-style: italic;
}

h2,
.h2 {
  font-size: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  h2,
  .h2 {
    font-size: 4.5rem;
  }
}
h2,
.h2 {
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.5px;
}
@media print, screen and (min-width: 64em) {
  h2,
  .h2 {
    letter-spacing: -1px;
  }
}

.h2-small {
  font-size: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .h2-small {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .h2-small {
    font-size: 4.5rem;
  }
}
.h2-small {
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.5px;
}
@media print, screen and (min-width: 64em) {
  .h2-small {
    letter-spacing: -1px;
  }
}
.h2-small {
  font-size: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .h2-small {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .h2-small {
    font-size: 4rem;
  }
}

.h2-xsmall {
  font-size: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .h2-xsmall {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .h2-xsmall {
    font-size: 4.5rem;
  }
}
.h2-xsmall {
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.5px;
}
@media print, screen and (min-width: 64em) {
  .h2-xsmall {
    letter-spacing: -1px;
  }
}
.h2-xsmall {
  font-size: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .h2-xsmall {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .h2-xsmall {
    font-size: 2.625rem;
  }
}

h3,
.h3 {
  font-size: 1.75rem;
}
@media print, screen and (min-width: 48em) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  h3,
  .h3 {
    font-size: 2.25rem;
  }
}
h3,
.h3 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.25px;
}

h4,
.h4 {
  font-family: "freight-text-pro", "Times New Roman", serif;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  h4,
  .h4 {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  h4,
  .h4 {
    font-size: 2rem;
  }
}
h4,
.h4 {
  line-height: 1.2;
  letter-spacing: 0;
}

h5,
.h5 {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  h5,
  .h5 {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 64em) {
  h5,
  .h5 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  line-height: 1.2;
  letter-spacing: 0;
}

h6,
.h6 {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  h6,
  .h6 {
    font-size: 1.25rem;
  }
}
h6,
.h6 {
  line-height: 1.1;
  letter-spacing: -0.25px;
}

.serif {
  font-family: "freight-text-pro", "Times New Roman", serif;
}

.sans-serif {
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}

.main-content {
  font-weight: 300;
}

a {
  color: var(--Brand-Purple-Purple-Mid, #3B1954);
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--Global-Gray-Mid);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
  /*
  border-bottom: 1.5px solid $color;
  text-decoration-color: $color;
  transition: border .25s;
  */
}
a:hover, a:focus {
  text-decoration: none;
}
a:hover {
  color: var(--Accent-Orange, #D53A0A);
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
}
a.alt {
  color: var(--Brand-Purple-Purple-Mid, #3B1954);
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--Global-Gray-Mid);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
  /*
  border-bottom: 1.5px solid $color;
  text-decoration-color: $color;
  transition: border .25s;
  */
}
a.alt:hover, a.alt:focus {
  text-decoration: none;
}
a.alt:hover {
  color: var(--Accent-Orange, #D53A0A);
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
}
a.alt {
  color: var(--Global-White, #FFF);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--Accent-Yellow-Mid);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
  /*
  border-bottom: 1.5px solid $color;
  text-decoration-color: $color;
  transition: border .25s;
  */
}
a.alt:hover, a.alt:focus {
  text-decoration: none;
}
a.small {
  font-size: 15px;
  font-weight: 600;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  blockquote {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  blockquote {
    font-size: 1.75rem;
  }
}
blockquote {
  position: relative;
  font-family: "freight-text-pro", "Times New Roman", serif;
  line-height: 1.7;
  margin: 20px 0;
  padding-left: 60px;
}
blockquote::before {
  font-family: var(--serif);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  color: var(--Global-White, #FFF);
  text-align: center;
  background: url(../img/quote-icon--small.svg) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  blockquote {
    margin: 30px 0;
    padding-left: 100px;
  }
  blockquote::before {
    width: 70px;
    height: 100%;
    height: 70px;
    background: url(../img/quote-icon.svg) no-repeat;
  }
  blockquote::after {
    content: "";
    position: absolute;
    left: 34px;
    top: 90px;
    bottom: 0;
    width: 1px;
    background: var(--Accent-Yellow-Mid);
  }
}
.ck-content blockquote, .wysiwyg blockquote {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .ck-content blockquote, .wysiwyg blockquote {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ck-content blockquote, .wysiwyg blockquote {
    font-size: 1.75rem;
  }
}
.ck-content blockquote, .wysiwyg blockquote {
  line-height: 1.7;
}

hr {
  border: none;
  height: 2px;
  background-color: var(--Accent-Yellow-Mid);
  margin: 10px 0;
}

ul,
ol {
  padding: 0 0 0 0.9375rem;
  margin: 0 0 0 1.875rem;
}
p + ul,
p + ol {
  margin-top: 20px;
}
ul li,
ol li {
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  line-height: 150%; /* 24px */
}
ul li::before, ul li::marker,
ol li::before,
ol li::marker {
  color: var(--Accent-Orange, #D53A0A);
}
ul li:not(:first-of-type),
ol li:not(:first-of-type) {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  ul,
  ol {
    padding: 0 0 0 0.9375rem;
    margin: 0 0 0 1.875rem;
  }
  ul li,
  ol li {
    font-size: 16px;
    line-height: 150%; /* 24px */
  }
  ul li:not(:first-of-type),
  ol li:not(:first-of-type) {
    margin-top: 1.25rem;
  }
}

.wysiwyg ul li {
  padding-left: 0.625rem;
}

ol:not(.breadcrumbs) {
  list-style: none;
  counter-reset: li;
  padding-left: 0;
}
@media (min-width: 1px) {
  ol:not(.breadcrumbs) {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  ol:not(.breadcrumbs) {
    margin-top: 30px;
  }
}
@media (min-width: 1px) {
  ol:not(.breadcrumbs) > li li,
  ol:not(.breadcrumbs) > li li:first-child {
    margin-top: 10px;
  }
}
ol:not(.breadcrumbs) > li {
  padding-left: 1.5rem;
  position: relative;
  counter-increment: li;
  list-style: none;
}
ol:not(.breadcrumbs) > li::before {
  content: counter(li) ".";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
@media print, screen and (min-width: 48em) {
  ol:not(.breadcrumbs) > li {
    padding-left: 1.875rem;
  }
}

ol.breadcrumbs li {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  ol.breadcrumbs li {
    margin-top: 1.25rem;
  }
}

@media (min-width: 1px) {
  .ck-content ol ol,
  .ck-content ul ul {
    margin-top: 15px;
  }
}
@media (min-width: 1px) {
  .ck-content ol ol,
  .ck-content ul ul {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .ck-content ol ol,
  .ck-content ul ul {
    margin-bottom: 20px;
  }
}
.ck-content a {
  font-weight: 600;
}

.menu,
.menu li {
  list-style: none;
}

.reset-ul ul {
  padding-left: 0;
}
.reset-ul li {
  list-style: none;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.listing-item__eyebrow,
.eyebrow {
  letter-spacing: 0.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.25rem;
}

.accent-text {
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}

.link-arrow {
  color: var(--Brand-Purple-Purple-Mid, #3B1954);
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--Global-Gray-Mid);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
  /*
  border-bottom: 1.5px solid $color;
  text-decoration-color: $color;
  transition: border .25s;
  */
}
.link-arrow:hover, .link-arrow:focus {
  text-decoration: none;
}
.link-arrow:hover {
  color: var(--Accent-Orange, #D53A0A);
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
}
.link-arrow {
  text-decoration: none;
}
.link-arrow::after {
  display: inline-block;
  content: "\f178";
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
  color: #FF7347;
  padding-left: 0.5rem;
  font-weight: 400;
  text-decoration: none;
}
.link-arrow:hover, .link-arrow:focus {
  color: var(--Global-Black);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--Accent-Orange);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
  /*
  border-bottom: 1.5px solid $color;
  text-decoration-color: $color;
  transition: border .25s;
  */
}
.link-arrow:hover::after, .link-arrow:focus::after {
  color: var(--Global-Gray-Mid, #A5A5A5);
  text-decoration: none;
}

.section-title {
  position: relative;
  overflow: hidden;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.lined-title {
  display: flex;
  align-items: center;
  gap: 8px;
  /* Forces the text to stay on one line, preventing the squeeze */
  white-space: nowrap;
}
.lined-title::after {
  content: "";
  display: block;
  width: 150px;
  height: 0.0625rem;
  background: var(--Accent-Yellow-Light);
  flex-shrink: 0;
}

.underscored-section {
  position: relative;
  overflow: hidden;
}
.underscored-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.0625rem;
  width: 3.75rem;
  background: var(--Accent-Yellow-Light, #FFEDB2);
}

.section-intro,
.section-intro p {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .section-intro,
  .section-intro p {
    font-size: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .section-intro,
  .section-intro p {
    font-size: 1.5625rem;
  }
}
.section-intro,
.section-intro p {
  line-height: 1.5;
  font-family: "freight-text-pro", "Times New Roman", serif;
}

p .btn {
  margin-top: 0;
}

p.highlighted {
  color: #D53A0A;
  font-weight: 700;
}

.global-padding--primary-color,
.global-padding--primary-color p,
.global-padding--primary-color span:not([class]),
.global-padding--primary-color figcaption,
.global-padding--primary-color a:not(.btn):not(.btn-alt),
.section-angle,
.section-angle p,
.section-angle span:not([class]),
.section-angle figcaption,
.section-angle a:not(.btn):not(.btn-alt) {
  color: #ffffff;
}

.page-intro,
.page-intro p {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .page-intro,
  .page-intro p {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page-intro,
  .page-intro p {
    font-size: 1.875rem;
  }
}
.page-intro,
.page-intro p {
  line-height: 1.5;
  font-family: "freight-text-pro", "Times New Roman", serif;
}

.wysiwyg-intro,
.wysiwyg-intro p {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .wysiwyg-intro,
  .wysiwyg-intro p {
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .wysiwyg-intro,
  .wysiwyg-intro p {
    font-size: 2rem;
  }
}
.wysiwyg-intro,
.wysiwyg-intro p {
  line-height: 1.6;
  font-family: "freight-text-pro", "Times New Roman", serif;
}

.obj-right,
.align-right {
  float: none;
}
drupal-media .obj-right,
drupal-media .align-right {
  float: right;
}
@media print, screen and (min-width: 48em) {
  .obj-right,
  .align-right {
    display: table; /* Locks width to the image */
    float: right;
    margin: 0.625em 0 0.625em 2em;
    padding: 0;
  }
  .obj-right img,
  .align-right img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .obj-right figcaption,
  .align-right figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 0.5rem 0; /* Keeps caption spacing consistent with center */
  }
}
.obj-right img,
.align-right img {
  display: block;
}

.obj-left,
.align-left {
  float: none;
}
drupal-media .obj-left,
drupal-media .align-left {
  float: left;
}
@media print, screen and (min-width: 48em) {
  .obj-left,
  .align-left {
    display: table; /* Locks width to the image */
    float: left;
    margin: 0.625em 2em 0.625em 0;
    padding: 0;
  }
  .obj-left img,
  .align-left img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .obj-left figcaption,
  .align-left figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 0.5rem 0; /* Keeps caption spacing consistent with center */
  }
}
.obj-left img,
.align-left img {
  display: block;
}

.obj-center,
.align-center {
  display: table;
  margin: 1.25rem auto 0;
}
.obj-center img,
.align-center img {
  display: block;
  max-width: 100%;
  height: auto;
}
.obj-center figcaption,
.align-center figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: 0.5rem 0;
}
.obj-center img,
.align-center img {
  display: block;
}
.obj-center div,
.align-center div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.obj-center figcaption,
.align-center figcaption {
  display: block;
}

.ck-content figure[role=group]:not(.align-center):not(.align-right):not(.align-left) {
  width: 100%;
}

@media (min-width: 1px) {
  .video-embed-field-responsive-video {
    margin-top: 15px;
  }
}
@media (min-width: 1px) {
  .video-embed-field-responsive-video {
    margin-bottom: 15px;
  }
}

.user-login-form,
.page--utility .main-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-login-form .form-item,
.page--utility .main-content .form-item {
  max-width: 18.75rem;
}

#toolbar-bar li {
  margin: 0;
}

.admin-tabs {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1em;
  border-top: 2px solid #A5A5A5;
  border-left: 2px solid #A5A5A5;
  background: #ffffff;
}
.admin-tabs ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.admin-tabs li {
  display: inline-block;
  margin-top: 0;
}
.admin-tabs li + li {
  margin-left: 0.5em;
}
.admin-tabs a {
  display: block;
  margin: 0;
  padding: 0.5em 1em;
  transition: background-color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
  text-decoration: none;
  color: #ffffff;
  border-radius: 0.25em;
  background-color: #290543;
}
.admin-tabs a:hover {
  background-color: #3B1954;
}
.admin-tabs a.is-active {
  background-color: #5E377A;
}

.section-webform form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  z-index: 1;
}
.section-webform form .form-item {
  width: 100%;
}
.section-webform form dialog.multiselect-dropdown__dialog {
  z-index: 1;
}
.section-webform form dialog.multiselect-dropdown__dialog .multiselect-dropdown__wrapper {
  position: relative;
  padding: 64px 16px 32px;
}
.section-webform form dialog.multiselect-dropdown__dialog .multiselect-dropdown__wrapper .multiselect-dropdown__dialog-close {
  position: absolute;
  right: 0;
  top: -48px;
  background: none;
  border: none;
}
.section-webform form dialog.multiselect-dropdown__dialog .multiselect-dropdown__wrapper .multiselect-dropdown__dialog-close::before {
  transition: color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
  color: var(--Global-Black);
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f00d";
  font-size: 1.75rem;
  font-weight: 200;
}
@media print, screen and (min-width: 64em) {
  .section-webform form {
    grid-template-columns: 1fr 1fr;
  }
}

.form-item,
.listing {
  position: relative;
}
.form-item [type=checkbox],
.form-item [type=radio],
.listing [type=checkbox],
.listing [type=radio] {
  position: absolute;
  top: 50%;
  width: 2em;
  height: 2em;
  transition: border-color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transform: translateY(-50%);
  opacity: 0;
  font-size: inherit;
}
.form-item [type=checkbox] + label,
.form-item [type=radio] + label,
.listing [type=checkbox] + label,
.listing [type=radio] + label {
  position: relative;
  margin-left: 1.5em;
  transition: color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.form-item [type=checkbox] + label:before,
.form-item [type=radio] + label:before,
.listing [type=checkbox] + label:before,
.listing [type=radio] + label:before {
  position: absolute;
  top: 0.125em;
  left: -1.5em;
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  transition: background 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97), border-color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97), box-shadow 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
  border: 0.0625em solid #A5A5A5;
}
.form-item [type=checkbox]:disabled, .form-item [type=checkbox]:disabled + label,
.form-item [type=radio]:disabled,
.form-item [type=radio]:disabled + label,
.listing [type=checkbox]:disabled,
.listing [type=checkbox]:disabled + label,
.listing [type=radio]:disabled,
.listing [type=radio]:disabled + label {
  cursor: default;
}
.form-item [type=checkbox]:invalid + label,
.form-item [type=radio]:invalid + label,
.listing [type=checkbox]:invalid + label,
.listing [type=radio]:invalid + label {
  color: #D53A0A;
}
.form-item [type=checkbox]:invalid + label:before,
.form-item [type=radio]:invalid + label:before,
.listing [type=checkbox]:invalid + label:before,
.listing [type=radio]:invalid + label:before {
  border-color: #D53A0A;
  box-shadow: 0 0 0 0.0625em #D53A0A;
}
.form-item [type=checkbox]:checked + label:before,
.listing [type=checkbox]:checked + label:before {
  background-color: #3B1954;
}
.form-item [type=checkbox]:checked + label:after,
.listing [type=checkbox]:checked + label:after {
  position: absolute;
  top: 50%;
  left: -1.125em;
  display: block;
  width: 0.3125em;
  height: 0.6875em;
  content: "";
  transform: rotate(45deg) translate(-100%, -50%);
  border-width: 0 0.125em 0.125em 0;
  border-style: solid;
  border-color: #ffffff;
}
.form-item [type=checkbox]:checked:disabled + label:after,
.listing [type=checkbox]:checked:disabled + label:after {
  border-color: #A5A5A5;
}
.form-item [type=checkbox]:disabled + label:before,
.listing [type=checkbox]:disabled + label:before {
  background-color: #F8F8F8;
}
.form-item [type=radio] + label:before,
.listing [type=radio] + label:before {
  border-radius: 50%;
  background-image: radial-gradient(#3B1954 0.25em, #ffffff 0.25em, #ffffff 0.5em, #3B1954 0.5em);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0 0;
}
.form-item [type=radio]:checked + label:before,
.listing [type=radio]:checked + label:before {
  border-color: #3B1954;
  background-size: 1em 1em;
}
.form-item [type=radio]:checked:disabled + label:before,
.listing [type=radio]:checked:disabled + label:before {
  border-color: #A5A5A5;
  background-image: radial-gradient(#A5A5A5 0.25em, #F8F8F8 0.25em, #F8F8F8 0.5em, #A5A5A5 0.5em);
}
.form-item [type=radio]:checked:invalid + label:before,
.listing [type=radio]:checked:invalid + label:before {
  background-image: radial-gradient(#D53A0A 0.25em, #ffffff 0.25em, #ffffff 0.5em, #D53A0A 0.5em);
}
.form-item [type=radio]:disabled + label:before,
.listing [type=radio]:disabled + label:before {
  background-color: #F8F8F8;
}
.form-item label,
.listing label {
  color: #000000;
}
@media (min-width: 1px) {
  .form-item label,
  .listing label {
    margin-bottom: 10px;
  }
}
.form-item label,
.listing label {
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .form-item label,
  .listing label {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .form-item label,
  .listing label {
    font-size: 1rem;
  }
}
.form-item label,
.listing label {
  font-weight: 700;
}
.form-item legend + .form-checkboxes,
.listing legend + .form-checkboxes {
  margin-top: 0.625rem;
}

.form-required:after {
  content: "*";
  color: #D53A0A;
}

.webform-element-description {
  color: #A5A5A5;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .webform-element-description {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .webform-element-description {
    font-size: 1rem;
  }
}

.required > label:after {
  content: "*";
  color: #D53A0A;
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .required > label:after {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .required > label:after {
    font-size: 1rem;
  }
}

.form-managed-file ~ .description .webform-element-description,
[type=text] ~ .description .webform-element-description, [type=password] ~ .description .webform-element-description, [type=date] ~ .description .webform-element-description, [type=datetime] ~ .description .webform-element-description, [type=datetime-local] ~ .description .webform-element-description, [type=month] ~ .description .webform-element-description, [type=week] ~ .description .webform-element-description, [type=email] ~ .description .webform-element-description, [type=number] ~ .description .webform-element-description, [type=search] ~ .description .webform-element-description, [type=tel] ~ .description .webform-element-description, [type=time] ~ .description .webform-element-description, [type=url] ~ .description .webform-element-description, [type=color] ~ .description .webform-element-description,
select ~ .description .webform-element-description,
textarea ~ .description .webform-element-description {
  margin: 0 0 0.75em;
}

[type=checkbox] ~ .description .webform-element-description,
[type=radio] ~ .description .webform-element-description {
  margin: 0.3125rem 0 0.25em;
}

[type=checkbox][name*="["] + label,
.form-radio + label {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.webform-managed-file-placeholder {
  color: #A5A5A5;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.form-managed-file [type=submit] {
  margin-left: 1em;
  padding: 0.75em;
}

form[class*=webform] .form-item {
  width: 100%;
}
form[class*=webform] [type=text], form[class*=webform] [type=password], form[class*=webform] [type=date], form[class*=webform] [type=datetime], form[class*=webform] [type=datetime-local], form[class*=webform] [type=month], form[class*=webform] [type=week], form[class*=webform] [type=email], form[class*=webform] [type=number], form[class*=webform] [type=search], form[class*=webform] [type=tel], form[class*=webform] [type=time], form[class*=webform] [type=url], form[class*=webform] [type=color],
form[class*=webform] [type=file],
form[class*=webform] [type=image],
form[class*=webform] fieldset,
form[class*=webform] select,
form[class*=webform] textarea {
  width: 100%;
  max-width: 25rem;
}

.webform-submission-form .js-form-item:not(:first-child) {
  margin-top: 1.25rem;
}
.webform-submission-form [type=text], .webform-submission-form [type=password], .webform-submission-form [type=date], .webform-submission-form [type=datetime], .webform-submission-form [type=datetime-local], .webform-submission-form [type=month], .webform-submission-form [type=week], .webform-submission-form [type=email], .webform-submission-form [type=number], .webform-submission-form [type=search], .webform-submission-form [type=tel], .webform-submission-form [type=time], .webform-submission-form [type=url], .webform-submission-form [type=color],
.webform-submission-form [type=file],
.webform-submission-form [type=image],
.webform-submission-form select {
  width: 100%;
}
.webform-submission-form [data-drupal-selector=edit-reset] {
  text-align: center;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1px) {
  .webform-submission-form [data-drupal-selector=edit-reset]:not(:first-child) {
    margin-top: 15px;
  }
}
.webform-submission-form [data-drupal-selector=edit-reset]:hover, .webform-submission-form [data-drupal-selector=edit-reset]:focus {
  text-decoration: none;
}
.webform-submission-form [data-drupal-selector=edit-reset] {
  font-size: 1rem;
  padding: 0.6rem;
}
@media print, screen and (min-width: 48em) {
  .webform-submission-form [data-drupal-selector=edit-reset] {
    padding: 0.9375rem 1.5625rem;
    font-size: 1rem;
  }
}
.webform-submission-form [data-drupal-selector=edit-reset] {
  color: var(--Global-White, #ffffff);
  letter-spacing: 0.0625rem;
  transition: background-color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  border-radius: 10px;
  background: var(--Accent-Orange, #D53A0A);
}
.webform-submission-form [data-drupal-selector=edit-reset]:hover, .webform-submission-form [data-drupal-selector=edit-reset]:focus {
  background: var(--Brand-Purple-Purple-Mid, #3B1954);
}
.webform-submission-form .form-actions {
  display: flex;
}
.webform-submission-form [type=submit] {
  display: block;
  margin: 0;
  padding: 12px 20px;
}
.webform-submission-form [type=submit] + [type=submit] {
  margin-left: 1em;
}
.webform-submission-form [type=submit] {
  text-align: center;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1px) {
  .webform-submission-form [type=submit]:not(:first-child) {
    margin-top: 15px;
  }
}
.webform-submission-form [type=submit]:hover, .webform-submission-form [type=submit]:focus {
  text-decoration: none;
}
.webform-submission-form [type=submit] {
  font-size: 1rem;
  padding: 0.6rem;
}
@media print, screen and (min-width: 48em) {
  .webform-submission-form [type=submit] {
    padding: 0.9375rem 1.5625rem;
    font-size: 1rem;
  }
}
.webform-submission-form [type=submit] {
  color: var(--Global-White, #ffffff);
  letter-spacing: 0.0625rem;
  transition: background-color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  border-radius: 10px;
  background: var(--Accent-Orange, #D53A0A);
}
.webform-submission-form [type=submit]:hover, .webform-submission-form [type=submit]:focus {
  background: var(--Brand-Purple-Purple-Mid, #3B1954);
}
@media print, screen and (min-width: 40em) {
  .webform-submission-form form {
    display: flex;
    align-items: flex-end;
  }
  .webform-submission-form [type=text], .webform-submission-form [type=password], .webform-submission-form [type=date], .webform-submission-form [type=datetime], .webform-submission-form [type=datetime-local], .webform-submission-form [type=month], .webform-submission-form [type=week], .webform-submission-form [type=email], .webform-submission-form [type=number], .webform-submission-form [type=search], .webform-submission-form [type=tel], .webform-submission-form [type=time], .webform-submission-form [type=url], .webform-submission-form [type=color],
  .webform-submission-form [type=file],
  .webform-submission-form [type=image],
  .webform-submission-form select {
    margin-bottom: 0;
  }
  .webform-submission-form .form-item,
  .webform-submission-form .form-actions {
    margin-bottom: 0;
  }
  .webform-submission-form .form-item {
    flex: 0 1 auto;
  }
  .webform-submission-form .form-actions {
    flex: 0 0 auto;
  }
}
.webform-submission-form .form-checkboxes .js-form-item:not(:first-child),
.webform-submission-form .form-checkboxes .js-form-item:first-child {
  margin-top: 0.625rem;
}
.webform-submission-form .webform-actions {
  margin-top: 1.25rem;
}

#ui-datepicker-div {
  z-index: 999 !important;
  background: #49176d;
}

.ui-datepicker-calendar {
  width: 100%;
  position: relative;
  background: #fff;
  margin: 0;
  z-index: 9999;
}
.ui-datepicker-calendar tbody {
  border-right: 1px solid #c6c6c6;
}
.ui-datepicker-calendar td, .ui-datepicker-calendar th {
  min-width: 0;
}

.ui-datepicker-next:before,
.ui-datepicker-prev:before {
  content: "\f105";
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 0.4375rem;
}

.ui-datepicker-prev:before {
  content: "\f104";
}

.fieldset-legend {
  margin-bottom: 0.625rem;
}

.element-invisible {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.embedded-entity:not([class^=align-]) {
  width: 100%;
}

.maintenance-page {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100vh;
}
.maintenance-page > .main-content {
  margin-bottom: 6.25rem;
  padding-top: 2.5rem;
}
.maintenance-page > footer {
  flex: 1 1 auto;
  align-self: flex-end;
  width: 100%;
  padding-top: 1.25rem;
}

.oho-alert {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #E4E4E4;
  position: relative;
}
.oho-alert .fa,
.oho-alert .fad {
  font-size: 2.7em;
  margin-top: 8px;
}
@media print, screen and (max-width: 63.99875em) {
  .oho-alert .fa,
  .oho-alert .fad {
    font-size: 2.3em;
  }
}
.oho-alert .fa {
  color: #fbc616;
}
.oho-alert .fad {
  --fa-primary-color: #49176d;
  --fa-secondary-color: #fbc616;
}
.oho-alert .fad::after {
  opacity: 1;
}
.oho-alert a {
  color: #000000;
}
@media (min-width: 1px) {
  .oho-alert p {
    margin-top: 15px;
  }
}
.oho-alert h2 {
  margin-top: 0;
}
.oho-alert .btn {
  color: #ffffff;
  font-weight: 600;
}
.oho-alert .grid-margin-x > .initial-10 {
  width: calc(83.33333% - 2.5rem);
}
@media print, screen and (max-width: 63.99875em) {
  .oho-alert .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 4.5rem);
    margin-right: 0px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .oho-alert .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 2.5rem);
    margin-right: 10px;
  }
}
.oho-alert__dismiss {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: none;
  border: none;
}
.oho-alert__dismiss:before {
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-size: 2rem;
  font-weight: 100;
  color: #000000;
}

.oho-banner .oho-banner-message {
  background-color: #FFEDB2;
}
.oho-banner .oho-banner-message .oho-banner__icon {
  line-height: 1.5;
  text-align: right;
}
.oho-banner .oho-banner-message p:first-of-type {
  margin-top: 0;
}

@media (min-width: 1px) {
  .pager {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .pager {
    padding-top: 30px;
  }
}
@media (min-width: 1px) {
  .pager {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .pager {
    margin-top: 30px;
  }
}
@media (min-width: 1px) {
  .pager {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .pager {
    margin-bottom: 50px;
  }
}
.pager {
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  border-top: 0.1875rem solid #E4E4E4;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.pager__items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pager__item {
  margin-left: 0.25em;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0;
}
.pager__item--previous, .pager__item--next, .pager__item--first, .pager__item--last {
  background-color: #fbc616;
  background-size: 41px 41px;
  color: #000000;
}
.pager a {
  display: block;
  padding: 0.3125rem 0.625rem;
  transition: color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.pager a:hover {
  text-decoration: none;
  color: #290543;
}
.pager .is-active a {
  background-color: #ffedb2;
  background-size: 41px 41px;
  color: #000000;
}
@media print, screen and (max-width: 39.99875em) {
  .pager .is-active a {
    padding-top: 1px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .pager .is-active a::after {
    content: "2/10";
  }
}
.pager [aria-hidden=true] {
  display: none;
}
.pager [class*=pager__item--] a:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pager__item--first a:before {
  content: "\f100";
}
.pager__item--previous a:before {
  content: "\f053";
}
.pager__item--next a:before {
  content: "\f054";
}
.pager__item--last a:before {
  content: "\f101";
}
@media print, screen and (max-width: 39.99875em) {
  .pager__item:not([class*=pager__item--]):not(.is-active), .pager__item--ellipsis {
    display: none;
  }
  .pager__item {
    margin-left: 0px;
  }
}

.page--search .main-content h2 {
  margin-bottom: 0.5em;
}
.page--search .main-content .search-form .form-item {
  display: inline-block;
}
.page--search .main-content .search-form label {
  display: block;
}
.page--search .main-content .search-form [type=search] {
  width: 100%;
  font-size: 1rem;
}
.page--search .main-content .search-form button {
  text-align: center;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1px) {
  .page--search .main-content .search-form button:not(:first-child) {
    margin-top: 15px;
  }
}
.page--search .main-content .search-form button:hover, .page--search .main-content .search-form button:focus {
  text-decoration: none;
}
.page--search .main-content .search-form button {
  font-size: 1rem;
  padding: 0.6rem;
}
@media print, screen and (min-width: 48em) {
  .page--search .main-content .search-form button {
    padding: 0.9375rem 1.5625rem;
    font-size: 1rem;
  }
}
.page--search .main-content .search-form button {
  color: var(--Global-White, #ffffff);
  letter-spacing: 0.0625rem;
  transition: background-color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  border-radius: 10px;
  background: var(--Accent-Orange, #D53A0A);
}
.page--search .main-content .search-form button:hover, .page--search .main-content .search-form button:focus {
  background: var(--Brand-Purple-Purple-Mid, #3B1954);
}
.page--search .main-content .search-form button {
  margin: 0;
  padding: 0.75em 1em;
  border: 0;
}
.page--search .main-content .search-form a {
  color: var(--Brand-Purple-Purple-Mid, #3B1954);
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--Global-Gray-Mid);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
  /*
  border-bottom: 1.5px solid $color;
  text-decoration-color: $color;
  transition: border .25s;
  */
}
.page--search .main-content .search-form a:hover, .page--search .main-content .search-form a:focus {
  text-decoration: none;
}
.page--search .main-content .search-form a:hover {
  color: var(--Accent-Orange, #D53A0A);
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
}
.page--search .main-content .search-form a {
  text-decoration: none;
}
.page--search .main-content .search-form a::after {
  display: inline-block;
  content: "\f178";
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
  color: #FF7347;
  padding-left: 0.5rem;
  font-weight: 400;
  text-decoration: none;
}
.page--search .main-content .search-form a:hover, .page--search .main-content .search-form a:focus {
  color: var(--Global-Black);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--Accent-Orange);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
  /*
  border-bottom: 1.5px solid $color;
  text-decoration-color: $color;
  transition: border .25s;
  */
}
.page--search .main-content .search-form a:hover::after, .page--search .main-content .search-form a:focus::after {
  color: var(--Global-Gray-Mid, #A5A5A5);
  text-decoration: none;
}
.page--search .main-content .search-form a {
  display: inline-block;
  margin-bottom: 1.25em;
}
.page--search .main-content .search-results {
  padding: 0;
  list-style: none;
}
.page--search .main-content .search-result + .search-result {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #A5A5A5;
}
.page--search .main-content .search-result__title {
  margin-bottom: 0.25em;
  font-size: 1.5rem;
  font-weight: 600;
}
.page--search .main-content .search-result__snippet {
  margin-bottom: 0;
}

@media print, screen and (max-width: 47.99875em) {
  .page--search .listing .form-actions {
    display: block;
    margin-top: 0.625rem;
    width: 100%;
  }
}

.messages {
  margin: 2em 0;
  padding: 1em;
  border: 1px solid;
  border-radius: 0.25em;
}
.messages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messages li + li {
  margin-top: 0.5em;
}
.messages a {
  text-decoration: underline;
  color: inherit;
  font-weight: 700;
}
.messages--status {
  color: #3c763d;
  border-color: rgb(102.5280898876, 177.4719101124, 103.8202247191);
  background: rgb(170.1460674157, 211.8539325843, 170.8651685393);
}
.messages--error {
  color: #a94442;
  border-color: rgb(206.4127659574, 132.0595744681, 130.5872340426);
  background: rgb(235.0595744681, 204.5446808511, 203.9404255319);
}
.messages__close {
  float: right;
  margin: 0 0 1rem 1rem;
  cursor: pointer;
}
.messages__close:hover {
  text-decoration: underline;
}

.glide {
  position: relative;
}
.glide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 3em;
  height: 3em;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  font-size: 1.25rem;
}
.glide__arrow:after {
  display: block;
  padding: 0.5em;
  font-family: "Font Awesome 6 Pro";
  line-height: 1.1;
}
.glide__arrow--prev {
  left: 0;
}
.glide__arrow--prev:after {
  content: "\f053";
}
.glide__arrow--next {
  right: 0;
}
.glide__arrow--next:after {
  content: "\f054";
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

.swiper-container {
  z-index: 2;
}
.swiper-container .swiper-wrapper {
  z-index: 1;
}
.swiper-container .slider-navigation {
  z-index: 2;
}

.slider-navigation {
  display: none;
}
.swiper-initialized .slider-navigation {
  display: flex;
}
.slider-navigation__next i::before, .slider-navigation__prev i::before {
  color: var(--btn-primary-color);
}
.slider-navigation__next:hover i::before, .slider-navigation__prev:hover i::before {
  color: #ffffff;
}

.swiper-wrapper {
  list-style: none;
}
.swiper-wrapper > li {
  list-style: none;
}

.swiper-initialized:has(.swiper-button-disabled + .swiper-button-disabled) .slider-navigation,
.swiper-initialized:has(.swiper-button-disabled + .swiper-button-disabled) button[class^=slider-navigation] {
  display: none;
}

.swiper-button-disabled,
.fully-disable {
  opacity: 0;
  pointer-events: none;
}

.slider-navigation__prev,
.slider-navigation__next {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}

.slider-navigation__prev::before,
.slider-navigation__next::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: block;
  text-align: center;
  line-height: 48px;
}

.slider-navigation__prev::before {
  content: "\f053";
}

.slider-navigation__next::before {
  content: "\f054";
}

.btn {
  text-align: center;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1px) {
  .btn:not(:first-child) {
    margin-top: 15px;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn {
  font-size: 1rem;
  padding: 0.6rem;
}
@media print, screen and (min-width: 48em) {
  .btn {
    padding: 0.9375rem 1.5625rem;
    font-size: 1rem;
  }
}
.btn {
  color: var(--Global-White, #ffffff);
  letter-spacing: 0.0625rem;
  transition: background-color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  border-radius: 10px;
  background: var(--Accent-Orange, #D53A0A);
}
.btn:hover, .btn:focus {
  background: var(--Brand-Purple-Purple-Mid, #3B1954);
}

.btn-alt {
  text-align: center;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1px) {
  .btn-alt:not(:first-child) {
    margin-top: 15px;
  }
}
.btn-alt:hover, .btn-alt:focus {
  text-decoration: none;
}
.btn-alt {
  font-size: 1rem;
  padding: 0.6rem;
}
@media print, screen and (min-width: 48em) {
  .btn-alt {
    padding: 0.9375rem 1.5625rem;
    font-size: 1rem;
  }
}
.btn-alt {
  color: var(--Global-White, #ffffff);
  letter-spacing: 0.0625rem;
  transition: background-color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  border-radius: 10px;
  border: 1px solid var(--Accent-Orange, #D53A0A);
  background: transparent;
}
.btn-alt:hover, .btn-alt:focus {
  color: var(--Brand-Purple-Purple-Mid);
  background: var(--Global-White);
  border: 1px solid var(--Global-White);
}

.play {
  z-index: 2;
  margin: auto;
  text-decoration: none;
  border-radius: 66px;
  background: var(--Global-White, #FFF);
  /* blow out */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  width: 60px;
  height: 60px;
  padding-left: 4px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  transition: background-color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.play::after, .play::before {
  color: var(--Accent-Orange, #D53A0A);
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.play:hover, .play:focus {
  background: var(--Brand-Purple-Purple-Line, #5E377A);
  text-decoration: none;
}
.play:hover::after, .play:hover::before, .play:focus::after, .play:focus::before {
  color: var(--Global-White, #FFF);
}
@media print, screen and (min-width: 64em) {
  .play {
    border-radius: 66px;
    width: 100px;
    height: 100px;
    padding-left: 4px;
  }
  .play::after {
    font-size: 32px;
  }
}
.play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.play::after {
  content: "\f04b";
}

.slider-navigation__prev {
  z-index: 2;
  margin: auto;
  text-decoration: none;
  border-radius: 66px;
  background: var(--Global-White, #FFF);
  /* blow out */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  width: 50px;
  height: 50px;
  padding-left: 4px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  transition: background-color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.slider-navigation__prev::after, .slider-navigation__prev::before {
  color: var(--Accent-Orange, #D53A0A);
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.slider-navigation__prev:hover, .slider-navigation__prev:focus {
  background: var(--Brand-Purple-Purple-Line, #5E377A);
  text-decoration: none;
}
.slider-navigation__prev:hover::after, .slider-navigation__prev:hover::before, .slider-navigation__prev:focus::after, .slider-navigation__prev:focus::before {
  color: var(--Global-White, #FFF);
}
@media print, screen and (min-width: 64em) {
  .slider-navigation__prev {
    border-radius: 66px;
    width: 80px;
    height: 80px;
    padding-left: 4px;
  }
  .slider-navigation__prev::after {
    font-size: 32px;
  }
}
.slider-navigation__prev {
  position: absolute;
  right: auto;
  border: 3px solid var(--Brand-Purple-Purple-Mid, #3B1954);
}
.slider-navigation__prev::before {
  content: "\f177";
  font-size: 16px;
}
@media print, screen and (min-width: 48em) {
  .slider-navigation__prev {
    left: 1.875rem;
  }
  .slider-navigation__prev::before {
    font-size: 24px;
  }
}
.slider-navigation__next {
  z-index: 2;
  margin: auto;
  text-decoration: none;
  border-radius: 66px;
  background: var(--Global-White, #FFF);
  /* blow out */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  width: 50px;
  height: 50px;
  padding-left: 4px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  transition: background-color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.slider-navigation__next::after, .slider-navigation__next::before {
  color: var(--Accent-Orange, #D53A0A);
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.slider-navigation__next:hover, .slider-navigation__next:focus {
  background: var(--Brand-Purple-Purple-Line, #5E377A);
  text-decoration: none;
}
.slider-navigation__next:hover::after, .slider-navigation__next:hover::before, .slider-navigation__next:focus::after, .slider-navigation__next:focus::before {
  color: var(--Global-White, #FFF);
}
@media print, screen and (min-width: 64em) {
  .slider-navigation__next {
    border-radius: 66px;
    width: 80px;
    height: 80px;
    padding-left: 4px;
  }
  .slider-navigation__next::after {
    font-size: 32px;
  }
}
.slider-navigation__next {
  position: absolute;
  left: auto;
  border: 3px solid var(--Brand-Purple-Purple-Mid, #3B1954);
}
.slider-navigation__next::before {
  content: "\f178";
  font-size: 16px;
}
@media print, screen and (min-width: 48em) {
  .slider-navigation__next {
    right: 1.875rem;
  }
  .slider-navigation__next::before {
    font-size: 24px;
  }
}

.link-external {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
.link-external:after {
  text-decoration: none;
  content: "\f14c";
  font-family: "Font Awesome 6 Pro";
  margin-left: 0.3125rem;
  font-weight: 400;
}
.link-external.btn::after {
  font: var(--fa-font-solid);
}
.link-external:hover:after, .link-external:focus:after {
  text-decoration: none;
}

.link--arrow,
.link-arrow {
  color: var(--Brand-Purple-Purple-Mid, #3B1954);
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--Global-Gray-Mid);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
  /*
  border-bottom: 1.5px solid $color;
  text-decoration-color: $color;
  transition: border .25s;
  */
}
.link--arrow:hover, .link--arrow:focus,
.link-arrow:hover,
.link-arrow:focus {
  text-decoration: none;
}
.link--arrow:hover,
.link-arrow:hover {
  color: var(--Accent-Orange, #D53A0A);
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
}
.link--arrow,
.link-arrow {
  text-decoration: none;
}
.link--arrow::after,
.link-arrow::after {
  display: inline-block;
  content: "\f178";
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
  color: #FF7347;
  padding-left: 0.5rem;
  font-weight: 400;
  text-decoration: none;
}
.link--arrow:hover, .link--arrow:focus,
.link-arrow:hover,
.link-arrow:focus {
  color: var(--Global-Black);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--Accent-Orange);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
  /*
  border-bottom: 1.5px solid $color;
  text-decoration-color: $color;
  transition: border .25s;
  */
}
.link--arrow:hover::after, .link--arrow:focus::after,
.link-arrow:hover::after,
.link-arrow:focus::after {
  color: var(--Global-Gray-Mid, #A5A5A5);
  text-decoration: none;
}

.link--arrow--dark,
.link-arrow--dark {
  color: var(--Brand-Purple-Purple-Mid, #3B1954);
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--Global-Gray-Mid);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
  /*
  border-bottom: 1.5px solid $color;
  text-decoration-color: $color;
  transition: border .25s;
  */
}
.link--arrow--dark:hover, .link--arrow--dark:focus,
.link-arrow--dark:hover,
.link-arrow--dark:focus {
  text-decoration: none;
}
.link--arrow--dark:hover,
.link-arrow--dark:hover {
  color: var(--Accent-Orange, #D53A0A);
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
}
.link--arrow--dark,
.link-arrow--dark {
  text-decoration: none;
}
.link--arrow--dark::after,
.link-arrow--dark::after {
  display: inline-block;
  content: "\f178";
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
  color: #FF7347;
  padding-left: 0.5rem;
  font-weight: 400;
  text-decoration: none;
}
.link--arrow--dark:hover, .link--arrow--dark:focus,
.link-arrow--dark:hover,
.link-arrow--dark:focus {
  color: var(--Global-Black);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--Accent-Orange);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
  /*
  border-bottom: 1.5px solid $color;
  text-decoration-color: $color;
  transition: border .25s;
  */
}
.link--arrow--dark:hover::after, .link--arrow--dark:focus::after,
.link-arrow--dark:hover::after,
.link-arrow--dark:focus::after {
  color: var(--Global-Gray-Mid, #A5A5A5);
  text-decoration: none;
}
.link--arrow--dark,
.link-arrow--dark {
  color: var(--Global-White);
}
.link--arrow--dark::after,
.link-arrow--dark::after {
  color: var(--Accent-Orange);
}
.link--arrow--dark:hover, .link--arrow--dark:focus,
.link-arrow--dark:hover,
.link-arrow--dark:focus {
  color: var(--Accent-Orange);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--Global-White);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
  /*
  border-bottom: 1.5px solid $color;
  text-decoration-color: $color;
  transition: border .25s;
  */
}
.link--arrow--dark:hover::after, .link--arrow--dark:focus::after,
.link-arrow--dark:hover::after,
.link-arrow--dark:focus::after {
  color: var(--Global-White);
  text-decoration: none;
}

.btn--centered {
  margin-left: 50%;
  transform: translateX(-50%);
}

[href*=".pdf"] {
  font-weight: bold;
}
[href*=".pdf"]:after {
  content: "\f019";
  font-family: "Font Awesome 6 Pro";
  margin-left: 0.625rem;
  font-weight: 600;
}
[href*=".pdf"].btn::after {
  font: var(--fa-font-solid);
}

.btn--tiny {
  text-align: center;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1px) {
  .btn--tiny:not(:first-child) {
    margin-top: 15px;
  }
}
.btn--tiny:hover, .btn--tiny:focus {
  text-decoration: none;
}
.btn--tiny {
  font-size: 0.875rem;
  padding: 0.4375rem 1.0625rem;
  color: var(--Global-White, #ffffff);
  letter-spacing: 0.0625rem;
  transition: background-color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  border-radius: 10px;
  background: var(--Accent-Orange, #D53A0A);
}
.btn--tiny:hover, .btn--tiny:focus {
  background: var(--Brand-Purple-Purple-Mid, #3B1954);
}

.date {
  display: block;
  margin-bottom: 0.75rem;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-weight: 300;
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .date {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .date {
    font-size: 1rem;
  }
}
@media (min-width: 1px) {
  .date {
    margin-top: 10px;
  }
}

.featured-image {
  margin-bottom: 1.25em;
}

.intro-text {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .intro-text {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .intro-text {
    font-size: 1.5rem;
  }
}
.intro-text {
  font-family: "freight-text-pro", "Times New Roman", serif;
}

.section-heading {
  margin-bottom: 30px;
}
.section-heading__heading {
  margin-bottom: 10px;
}
.section-heading__subheading {
  font-size: 20px;
}

.site-footer {
  color: var(--Global-White);
  z-index: 9;
}
.site-footer__wrapper {
  overflow: hidden;
  position: relative;
  min-width: 100%;
  width: 100%;
  display: flex;
  padding: 0 0 5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.125rem;
}
@media (min-width: 769px) {
  .site-footer__wrapper {
    gap: 6.25rem;
  }
}
.site-footer a.site-footer__logo img {
  width: 25rem;
}
.site-footer ul,
.site-footer li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.site-footer__inner {
  display: flex;
  padding: 3.75rem 0 0;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 1.875rem;
}
.site-footer__inner .footer-resource-links {
  --ogs-container-width: 720px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 5.625rem;
  align-self: stretch;
  gap: 3.75rem;
}
.site-footer__inner .footer-resource-links ul {
  display: flex;
  padding: 0.625rem 0 0.625rem 1.5625rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  align-self: stretch;
  border-left: 1px solid var(--tint-white-15, rgba(255, 255, 255, 0.15));
}
.site-footer__inner .footer-resource-links ul li {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .site-footer__inner {
    flex-direction: row;
    gap: 3.75rem;
  }
}
.site-footer p {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}
.site-footer ul:not(.ctas) h2,
.site-footer ul:not(.ctas) .h5,
.site-footer .site-footer__address h2,
.site-footer .site-footer__address .h5 {
  margin-top: 0;
  font-weight: 700;
  line-height: 150%;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .site-footer ul:not(.ctas) h2,
  .site-footer ul:not(.ctas) .h5,
  .site-footer .site-footer__address h2,
  .site-footer .site-footer__address .h5 {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .site-footer ul:not(.ctas) h2,
  .site-footer ul:not(.ctas) .h5,
  .site-footer .site-footer__address h2,
  .site-footer .site-footer__address .h5 {
    font-size: 1.5rem;
  }
}
.site-footer ul:not(.ctas) a,
.site-footer .site-footer__address a {
  color: var(--Global-White, #FFF);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 116%; /* 17.4px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--Accent-Yellow-Mid, #FFC377);
  text-decoration-thickness: 1px; /* 6.667% */
  text-underline-offset: 3.5px; /* 23.333% */
  text-underline-position: from-font;
}
.site-footer__upper {
  justify-content: space-between;
}
.site-footer__social-media {
  margin-top: 1.25rem;
}
.site-footer__social-media ul.social-media:not(.ctas) li {
  margin-top: 0;
  line-height: 1;
}
.site-footer__social-media ul.social-media:not(.ctas) a {
  color: #ffffff;
  font-size: 1.875rem;
}
.site-footer__social-media ul.social-media:not(.ctas) a:hover, .site-footer__social-media ul.social-media:not(.ctas) a:focus {
  color: #ffc377;
}
.site-footer, .site-footer.angled-band__reversed {
  margin-top: 2.5rem;
}
@media (min-width: 769px) {
  .site-footer, .site-footer.angled-band__reversed {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .site-footer, .site-footer.angled-band__reversed {
    margin-top: 1.875rem;
  }
}
.site-footer.footer--no-sock, .site-footer.angled-band__reversed.footer--no-sock {
  margin-top: 0;
  padding-top: 0;
}
.site-footer.footer--no-sock .site-footer--block.bottom-section, .site-footer.angled-band__reversed.footer--no-sock .site-footer--block.bottom-section {
  --footer-no-sock-adjustment: 85px;
  top: var(--footer-no-sock-adjustment);
  padding-bottom: var(--footer-no-sock-adjustment);
}
.site-footer.footer--no-sock .global-padding--gears--left .site-footer__wrapper, .site-footer.angled-band__reversed.footer--no-sock .global-padding--gears--left .site-footer__wrapper {
  padding-top: 9.375rem;
}

.site-footer__lower {
  display: flex;
  gap: 2.5rem;
  align-self: stretch;
  flex-direction: column-reverse;
  padding-top: 3.75rem;
}
@media (min-width: 1025px) {
  .site-footer__lower {
    flex-direction: row-reverse;
  }
}
.site-footer__lower p {
  margin-top: 0;
  color: var(--Global-White, #FFF);
  /* Body/Desktop/XSmall + Bold */
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}
.site-footer__lower__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  flex: 1 0 0;
}
.site-footer__lower__inner ul {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  align-self: stretch;
  margin-top: 0;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .site-footer__lower__inner ul {
    flex-direction: row;
  }
}
.site-footer__lower__inner ul li {
  margin-top: 0;
}
.site-footer__lower__inner ul li a {
  padding: 2px 0;
}
.site-footer__lower a.site-footer__state_dept_logo {
  display: flex;
  width: 10rem;
  padding: 0.9375rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  background: var(--Global-Black, #000);
}
.site-footer__lower a.site-footer__state_dept_logo img {
  max-width: 8.125rem;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.875rem;
  flex: 1 0 0;
  border-radius: 0.625rem;
  background: var(--tint-black-30, rgba(0, 0, 0, 0.3));
  color: var(--Global-White, #FFF);
  font-variant-numeric: lining-nums proportional-nums;
  padding: 1.875rem;
}
@media (min-width: 769px) {
  .footer-contact {
    padding: 2.5rem;
    width: 22.5rem;
    min-width: 22.5rem;
  }
}

.site-translate .gtranslate-toggle {
  display: inline-block;
  padding: 0 1.5rem 0 0.5rem;
}
.site-translate .gtranslate-toggle:focus, .site-translate .gtranslate-toggle.active {
  box-shadow: none;
}
.site-translate .gtranslate-toggle.active .gtranslate-icon {
  color: var(--Global-White);
}
.site-translate .gtranslate-icon {
  color: var(--Global-White);
  border: 1px solid transparent;
  transition: color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.site-translate .gtranslate-icon:hover, .site-translate .gtranslate-icon:focus {
  color: var(--Accent-Yellow-Mid);
  border: 1px solid var(--Accent-Yellow-Mid);
}
.site-translate .gtranslate {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 0.375rem;
  z-index: 10;
}
.site-translate .gtranslate.active {
  display: block;
}
.site-translate .gtranslate select {
  width: auto;
  padding-right: 1.5625rem;
}
.site-translate {
  position: relative;
  display: flex;
  color: var(--Global-White);
  font-weight: bold;
}
.site-translate .gtranslate,
.site-translate .gtranslate.active {
  display: inline-block;
  color: var(--Global-White);
  font-size: 0.875rem;
  font-weight: bold;
  z-index: 1;
}
.site-translate .gtranslate select,
.site-translate .gtranslate.active select {
  width: 100%;
  height: 100%;
  margin-left: -2.625rem;
  padding: 0.375rem 2rem 0.625rem 2.625rem;
  padding: 0;
  font-size: 0.875rem;
  font-weight: bold;
  border: none;
  background: none;
  appearance: none;
}
.site-translate .gtranslate {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 0.375rem;
  z-index: 10;
}
.site-translate .gtranslate.active {
  display: block;
}
.site-translate .gtranslate.active select {
  padding: 10px;
  cursor: pointer;
  color: #000000;
  border-color: #BFBFBF;
  border-radius: 4px;
  background-color: #ffffff;
  background-image: url(/themes/custom/francis_tuttle/assets/img/angle-down.svg);
  border: 1px solid var(--Brand-Purple-Purple-Background);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.625em) 50%;
  background-size: 1em;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  transition: background-color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97), border-color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97), box-shadow 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
  width: auto;
  padding-right: 1.5625rem;
}
@media screen and (min-width: 75em) {
  .site-header--beyond-threshold .sticky-container .site-translate {
    top: 0.75rem;
  }
  .site-header--beyond-threshold .sticky-container .site-translate .gtranslate-icon {
    color: #ffffff;
  }
  .site-header--beyond-threshold .sticky-container .site-translate .gtranslate-icon:hover {
    color: #eeebf0;
  }
}
.site-translate .gtranslate-toggle {
  position: relative;
  z-index: 2;
  padding: 0.625rem 1rem 0 0.75rem;
  padding: 0.5rem 0.625rem;
  margin-left: 0.625rem;
}
.site-translate .gtranslate-icon {
  font-size: 1.125rem;
}
@media print, screen and (max-width: 47.99875em) {
  .site-translate .gtranslate-toggle {
    padding: 0.625rem 0.5rem 0.25rem 0.75rem;
  }
}

#block-gtranslate--mobile.block-gtranslate {
  position: relative;
}
@media screen and (min-width: 75em) {
  #block-gtranslate--mobile.block-gtranslate {
    display: none;
  }
}
#block-gtranslate--mobile.block-gtranslate .gtranslate-icon {
  font-size: 2rem;
}

.site-header {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 2.5rem;
  z-index: 7;
  background: var(--Global-White);
}
.search-panel-open .site-header {
  z-index: auto;
}
.site-header__bottom__content {
  display: flex;
  padding-bottom: 2.5rem;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.site-header__bottom__content .mobile--wrapper button {
  display: none;
}
.site-header__top {
  background: var(--Brand-Purple-Purple-Mid, #3B1954);
}
.site-header__top__content {
  display: flex;
  padding: 0.625rem 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-direction: row;
}
.site-header__top__content,
.site-header__top__content a {
  color: var(--Global-White, #FFF);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.site-header__top__content.btn-alt,
.site-header__top__content a.btn-alt {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.5px;
  display: flex;
  padding: 0.625rem 0.9375rem;
  align-items: baseline;
  gap: 0.5rem;
  border-radius: 10px;
  border: 1px solid var(--tint-white-30, rgba(255, 255, 255, 0.3));
}
.site-header__top__content .site-header__top-primary {
  display: flex;
  align-items: flex-start;
  gap: 1.875rem;
}
.site-header__top__content .site-header__top-secondary {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  .site-header {
    --ogs-container-width: 100%;
    --ogs-container-padding-inline: 0;
    flex-direction: column;
    gap: 0;
  }
  .site-header__bottom__content {
    flex-direction: column;
    padding-bottom: 0;
  }
  .site-header__bottom__content .mobile--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid var(--Global-Gray-Line);
    padding: 0.9375rem 1.25rem;
  }
  .site-header__bottom__content .mobile--wrapper a.site-header__logo img {
    width: 10rem;
  }
  .site-header__bottom__content .mobile--wrapper button.mobile-menu-button {
    border: none;
    background-color: transparent;
    display: block;
  }
  .site-header__bottom__content .mobile--wrapper button.mobile-menu-button::before {
    display: inline-block;
    width: 100%;
    content: "\f0c9";
    color: var(---Brand-Purple-Purple-Mid);
    font-family: "Font Awesome 6 Pro";
    font-size: 1.25rem;
    font-weight: 400;
    align-content: flex-end;
  }
  body.mobile-menu-open .site-header__bottom__content .mobile--wrapper button.mobile-menu-button::before {
    content: "\f00d";
    color: var(--Accent-Orange-Mid);
  }
  .site-header__top__content {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: none;
  }
  .mobile-menu-open .site-header__top__content {
    display: flex;
  }
  .site-header__top__content .site-header__top-primary {
    width: 100%;
    display: block;
  }
  .site-header__top__content .site-header__top-secondary {
    width: 100%;
    justify-content: space-between;
    padding: 1.875rem 1.25rem;
  }
}
.site-search__inner {
  width: 100%;
  max-width: 72.5rem;
  position: relative;
}
.sticky-container .site-search {
  display: flex;
}
.site-search .search-block-form {
  z-index: 1;
  top: 100%;
  right: 0;
  display: none;
  width: auto;
  position: relative;
  border: 0.0625rem solid #ffffff;
  max-width: 25.375rem;
  margin: auto;
  justify-content: center;
}
.site-search .search-block-form label {
  position: absolute;
  color: #ffffff;
  top: 0;
  transform: translateY(calc(-100% - 10px));
  font-weight: bold;
}
.search-panel-open .site-search .search-block-form {
  display: block;
}
.site-search .search-block-form input {
  width: 100%;
  margin: 0;
  padding: 0.5em 5em 0.5em 0.5em;
  border: 0;
  border-radius: 0;
  background: none;
  height: 3.5rem;
  color: #ffffff;
}
.site-search .search-block-form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.site-search .search-block-form input::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0);
}
.site-search .search-block-form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.site-search .search-block-form input:focus {
  outline: none;
}
.site-search .search-block-form button {
  position: absolute;
  height: 2.75rem;
  width: 2.75rem;
  border: none;
  font-size: 0;
  background: #FF7347;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 0.3125rem;
  margin: auto;
}
.site-search .search-block-form button::after {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  font-size: 1.375rem;
}
.site-search__toggle {
  all: unset;
  display: block;
  margin: 0;
  transition: color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
  background-color: transparent;
  border: none;
  padding: 0.5rem 0.625rem;
  color: var(--Global-White);
}
.site-search__toggle::after {
  content: none;
  font-family: "Font Awesome 6 Pro";
  color: var(--tint-white-40, rgba(255, 255, 255, 0.4));
  color: var(--Global-White);
  font-weight: 400;
  font-size: 1.25rem;
}
.site-search__toggle::before {
  content: none;
  transition: color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
  color: #ffffff;
  font-family: "Font Awesome 6 Pro";
  font-size: 2rem;
  font-weight: 400;
}
.site-search__toggle:hover {
  background-color: transparent;
}
.site-search__toggle:hover path {
  fill: #290543;
}
.site-search__toggle:focus {
  outline: 2px solid Highlight;
  outline-offset: 2px;
}
.search-panel-open .site-search__toggle {
  background-color: #F8F8F8;
}
.search-panel-open .site-search__toggle svg {
  display: none;
}
@media (min-width: 1201px) {
  .site-search {
    order: 0;
    right: 2.1875rem;
    top: 1.1875rem;
  }
  .site-search__toggle:before {
    font-size: 1.125rem;
  }
}

@media (max-width: 1024px) {
  .site-search {
    position: absolute;
    top: 3.625rem;
    right: 0;
    z-index: 12;
    width: 100vw;
    background: var(--Global-Gray-Light);
  }
  .site-search .search-block-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    background: var(--Global-Gray-Light);
    padding: 0 0.75rem 0 0.625rem;
  }
  .site-search .search-block-form label {
    display: none;
  }
  .site-search .search-block-form input {
    background: var(--Global-Gray-Light);
    color: var(--Global-Black);
    font-style: italic;
    padding-right: 0;
  }
  .site-search .search-block-form input:-ms-input-placeholder {
    opacity: 1;
    color: var(--Global-Black);
  }
  .site-search .search-block-form input::placeholder {
    opacity: 1;
    color: var(--Global-Black);
  }
  .site-search .search-block-form button {
    position: relative;
    border: none;
    font-size: 0;
    background: transparent;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: var(--Brand-Purple-Purple-Mid, #3B1954);
  }
  .site-search .search-block-form button::after {
    color: var(--Brand-Purple-Purple-Mid, #3B1954);
    font-size: 1.25rem;
  }
  .site-search__toggle {
    display: none;
  }
  .mobile-menu-open .main-menu {
    margin-top: 3.25rem;
  }
}
.search-panel-open .sticky-container--sticky .site-search {
  display: flex;
}
.search-panel-open .site-search {
  position: fixed;
  z-index: 15;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.75rem 2.5rem;
}
@media (min-width: 641px) {
  .search-panel-open .site-search {
    padding: 3.75rem;
  }
}
.search-panel-open .site-search__toggle {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(calc(-100% - 60px));
  background: none;
}
.search-panel-open .site-search__toggle::before {
  content: "\f00d";
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 200;
}

body:not(.search-panel-open) .site-search__toggle::after {
  content: "\f002";
}

.sock {
  margin-top: 4rem;
  background-color: #A5A5A5;
}
.sock__links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.sock__links li {
  display: inline-block;
}
.sock__links a {
  display: block;
  margin: 0 0.5em;
  padding: 1em;
  text-decoration: none;
  color: #ffffff;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}
.sock__links a:hover, .sock__links a:focus {
  color: #3B1954;
  background-color: #A5A5A5;
}

.accessible-menu li {
  position: relative;
}
.accessible-menu .menu-item__button {
  position: absolute;
  border: none;
  background-color: transparent;
}
.accessible-menu .menu-item__button span {
  display: none;
}
@media (max-width: 1024px) {
  .accessible-menu .menu-item__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    margin: 0 0.75rem 0 0;
    padding: 0;
    color: transparent;
    font-size: 1.5rem;
  }
  .accessible-menu .menu-item__button:before {
    display: inline-block;
    width: 100%;
    content: "\f067";
    color: #3B1954;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
  }
}
@media (min-width: 1025px) {
  .accessible-menu .menu-item__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.5rem;
    height: 1rem;
    transition: opacity 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transform: translateX(-50%);
    opacity: 0;
    font-size: 0;
  }
  .accessible-menu .menu-item__button::before {
    width: 100%;
    content: "\f078";
    color: #3B1954;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
  }
  .accessible-menu .menu-item__button:focus {
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  .accessible-menu:not(.sidebar-menu) .menu-item--open .menu-item__button:focus::before {
    content: "\f077";
  }
}
.accessible-menu:not(.sidebar-menu) .menu-item--expanded:hover > ul, .accessible-menu:not(.sidebar-menu) .menu-item--open.menu-item--expanded > ul, .accessible-menu:not(.sidebar-menu) .menu-item--open > ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  min-width: 16.25rem;
  top: 100%;
}
@media (max-width: 1024px) {
  .accessible-menu:not(.sidebar-menu) .menu-item--expanded:hover > ul {
    display: none;
  }
  .accessible-menu:not(.sidebar-menu) .menu-item--open.menu-item--expanded > ul, .accessible-menu:not(.sidebar-menu) .menu-item--open > ul {
    display: block;
  }
}

.audience-menu .menu {
  margin: 0;
}
.audience-menu .menu .link-external::after {
  content: none;
}
.audience-menu a,
.audience-menu li,
.audience-menu span:not(.toggle-text) {
  display: block;
}
.audience-menu ul li {
  margin-top: 0;
}
.audience-menu a, .audience-menu a:hover {
  text-decoration: none;
}
.audience-menu a,
.audience-menu span {
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}
.audience-menu span:not(.toggle-text) {
  cursor: default;
}
.audience-menu ul ul {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  padding: 0.625rem 1.25rem;
}
.audience-menu ul ul li {
  padding: 0;
  border-top: 1px solid var(--Brand-Purple-Purple-Line, #5E377A);
  width: 100%;
}
.audience-menu ul ul a {
  padding: 0.625rem 0;
  padding: 15px;
}
.audience-menu ul > li:first-child > ul {
  left: 0;
}
@media (max-width: 1024px) {
  .audience-menu a,
  .audience-menu span:not(.toggle-text) {
    padding: 0.625rem 0;
    font-size: 1rem;
  }
  .audience-menu a:hover,
  .audience-menu span:not(.toggle-text):hover {
    text-decoration: none;
  }
  .audience-menu span:not(.toggle-text) {
    display: flex;
  }
  .audience-menu .menu-item__button {
    width: 100%;
    height: 1.25rem;
    padding: 0;
    right: 1.25rem;
    text-align: right;
  }
  .audience-menu .menu-item__button:before {
    content: "\f13a";
    font-family: "Font Awesome 6 Pro";
    color: var(--tint-white-40, rgba(255, 255, 255, 0.4));
    font-size: 1.75rem;
    line-height: 1.015625rem;
  }
  .audience-menu .menu-item--open > .menu-item__button:before {
    content: "\f106";
  }
  .audience-menu .menu-item--expanded span:not(.toggle-text) {
    font-weight: bold;
    display: inline-block;
    text-align: left;
  }
  .audience-menu > ul > li > span:not(.toggle-text), .audience-menu > ul > li > button.menu-item__button {
    padding: 15px;
    width: 100%;
  }
  .audience-menu .menu {
    display: flex;
    flex-direction: column;
  }
  .audience-menu ul ul {
    display: none;
  }
}
@media (min-width: 1025px) {
  .audience-menu ul {
    display: flex;
  }
  .audience-menu li.menu-item--expanded:hover > a,
  .audience-menu li.menu-item--expanded:hover > span {
    color: var(--tint-white-40, rgba(255, 255, 255, 0.4));
  }
  .audience-menu li.menu-item--expanded:hover > ul {
    display: block;
  }
  .audience-menu a,
  .audience-menu span:not(.toggle-text) {
    line-height: 1;
    font-size: 1rem;
  }
  .audience-menu a {
    padding: 0.75rem 1rem;
  }
  .audience-menu a:hover {
    text-decoration: none;
  }
  .audience-menu span:not(.toggle-text) {
    margin: 0.75rem 1rem 0.75rem 0;
  }
  .audience-menu .menu-item--expanded {
    display: flex;
  }
  .audience-menu .menu-item--expanded .menu-item__button {
    position: relative;
    opacity: 1;
    bottom: unset;
    left: unset;
    padding: 0;
    height: auto;
  }
  .audience-menu .menu-item--expanded .menu-item__button::before {
    content: unset;
  }
  .audience-menu .menu-item--expanded .menu-item__button::before {
    content: "\f13a";
    font-family: "Font Awesome 6 Pro";
    color: var(--tint-white-40, rgba(255, 255, 255, 0.4));
    font-weight: 350;
    font-size: 1.25rem;
    margin-left: 0.5rem;
  }
  .audience-menu .menu-item--expanded.menu-item--open .menu-item__button::before, .audience-menu .menu-item--expanded:hover .menu-item__button::before {
    content: unset;
  }
  .audience-menu .menu-item--expanded.menu-item--open .menu-item__button::before, .audience-menu .menu-item--expanded:hover .menu-item__button::before {
    content: "\f139";
    color: var(--Accent-Orange, #D53A0A);
  }
  .audience-menu ul ul {
    position: absolute;
    z-index: 7;
    right: 0;
    display: none;
    min-width: 10rem;
    background: var(--Brand-Purple-Purple-Mid);
    margin: 0;
    padding: 0;
    align-items: flex-start;
    align-self: stretch;
    border-top: 1px solid var(--Brand-Purple-Purple-Line, #5E377A);
  }
  .audience-menu ul ul li {
    margin: 0;
  }
  .audience-menu .menu-item--expanded:hover > ul,
  .audience-menu .menu-item--open.menu-item--expanded > ul,
  .audience-menu .menu-item--open > ul {
    box-shadow: 0 4px 6px rgb(0, 0, 0);
  }
}
@media (min-width: 1025px) and (max-width: 1100px) {
  .audience-menu ul {
    gap: 1.875rem;
  }
}

@media (max-width: 1024px) {
  .audience-menu ul.menu li {
    display: flex;
    justify-content: space-between;
    border-top: none;
    border-bottom: 0.0625rem solid var(--Brand-Purple-Purple-Line);
    flex-wrap: wrap;
    align-items: center;
  }
  .audience-menu ul.menu li span:not(.toggle-text),
  .audience-menu ul.menu li a {
    padding-left: 1.25rem;
    padding-right: 1.875rem;
  }
  .audience-menu ul.menu li button {
    padding-right: 1.25rem;
  }
  .audience-menu ul.menu li > ul.menu {
    display: none;
    /* Force the submenu to take up 100% of the width, pushing it to a new row */
    flex-basis: 100%;
    width: 100%;
    /* Reset any rogue margins so it sits flush */
    margin-top: 0;
  }
  .audience-menu .menu-item__button::before {
    color: var(--tint-white-40, rgba(255, 255, 255, 0.4));
  }
  .audience-menu .menu-item--expanded.menu-item--open > ul {
    display: block;
    width: 100%;
    margin-left: 0;
    background: var(--Brand-Purple-Purple-Mid);
    box-shadow: 0 4px 6px rgb(0, 0, 0);
    z-index: 11;
  }
}
.main-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.9375rem;
  flex: 1 0 0;
}
.main-menu .menu {
  margin: 0;
}
.main-menu .menu .link-external::after {
  content: none;
}
.main-menu > .menu {
  display: flex;
  justify-content: flex-end;
  align-self: stretch;
  gap: 0.125rem;
}
.main-menu ul {
  width: 100%;
}
.main-menu ul li {
  display: block;
  margin-top: 0;
}
.main-menu a {
  display: block;
  text-align: center;
}
.main-menu a:hover {
  text-decoration: none;
}
.main-menu > ul > li.menu-item--active-trail > a {
  color: var(--Brand-Purple-Purple-Mid, #3B1954);
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: var(--Accent-Orange, #D53A0A);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.25rem;
  text-underline-position: from-font;
}
.main-menu > ul > li > a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.9375rem;
  padding-bottom: 1.25rem;
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.main-menu > ul > li:focus > a, .main-menu > ul > li:hover > a {
  background: var(--Global-Gray-Light, #F8F8F8);
  color: var(--Global-Black, #000);
}
.main-menu ul ul {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 7;
  margin-top: -1rem;
  padding: 0;
  padding-top: 1rem;
}
.main-menu ul ul::before {
  content: "";
  position: absolute;
  left: 0.6875rem;
  top: 0.375rem;
  width: 1.125rem;
  height: 0.8125rem;
  fill: var(--Brand-Purple-Purple-Mid, #3B1954);
  background-image: url("/themes/custom/francis_tuttle/assets/img/polygon.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.main-menu ul ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--Global-White);
  background: var(--Brand-Purple-Purple-Mid);
  border-top: 0.0625rem solid var(--Brand-Purple-Purple-Line, #5E377A);
}
.main-menu ul ul li:hover {
  margin: 0;
  background: var(--Brand-Purple-Purple-Dark);
  color: var(--Accent-Orange-Mid);
}
.main-menu ul ul li:hover a {
  background: var(--Brand-Purple-Purple-Dark);
  color: var(--Accent-Orange-Mid);
}
.main-menu ul ul a {
  width: 100%;
  padding: 0.9375rem;
  color: var(--Global-White);
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}
.main-menu ul > li:nth-last-child(-n+1) > ul {
  right: 0;
}
.main-menu ul > li:nth-last-child(-n+1) > ul::before {
  left: unset;
  right: 0.6875rem;
}

@media (min-width: 1025px) {
  .main-menu .menu-item--expanded:hover > ul li,
  .main-menu .menu-item--open.menu-item--expanded > ul li,
  .main-menu .menu-item--open > ul li {
    box-shadow: 0 4px 6px rgb(0, 0, 0);
  }
}
@media (max-width: 1024px) {
  .menu li {
    display: block;
    border-top: 0.0625rem solid var(--Global-Gray-Line, #E4E4E4);
  }
  li.menu-item--expanded {
    padding: 0;
  }
  li.menu-item--expanded a {
    display: inline-block;
    width: calc(100% - 3rem);
    text-align: left;
  }
  .accessible-menu {
    width: 100%;
  }
  .accessible-menu > .menu {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
  .accessible-menu > ul > li > a {
    display: inline-block;
    width: calc(100% - 3rem);
    text-align: left;
  }
  .accessible-menu .menu-item__button {
    position: absolute;
    left: unset;
    right: 0;
    z-index: 10;
    padding: 0;
    color: var(--Brand-Purple-Purple-Line);
    opacity: 1;
  }
  .accessible-menu .menu-item__button::before {
    content: "\f13a";
    align-content: flex-end;
    color: var(--Brand-Purple-Purple-Line);
    font-size: 1.25rem;
  }
  .accessible-menu .menu-item--open > .menu-item__button::before,
  .accessible-menu .menu-item--open.menu-item--expanded > .menu-item__button::before {
    content: "\f139";
    color: var(--Accent-Orange-Mid);
  }
  .main-menu {
    display: none;
  }
  .mobile-menu-open .main-menu {
    display: flex;
  }
  .main-menu .menu {
    position: relative;
  }
  .main-menu li {
    border-top: 0.0625rem solid var(--Global-Gray-Line, #E4E4E4);
  }
  .main-menu li.menu-item--open {
    background: var(--Global-Gray-Light, #F8F8F8);
  }
  .main-menu ul li:hover ul,
  .main-menu ul ul {
    position: relative;
    z-index: 3;
    top: -1.125rem;
    margin-bottom: -1.125rem;
  }
  .main-menu ul li:hover ul li,
  .main-menu ul ul li {
    border-top: 0.0625rem solid var(--Brand-Purple-Purple-Line);
  }
  .main-menu ul li:hover ul a,
  .main-menu ul ul a {
    padding: 1.25rem;
  }
  .main-menu ul li {
    display: flex;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
  }
  .main-menu ul li > ul.menu {
    display: none;
    /* Force the submenu to take up 100% of the width, pushing it to a new row */
    flex-basis: 100%;
    width: 100%;
    /* Reset any rogue margins so it sits flush */
    margin-top: 0;
  }
  .main-menu ul li a {
    padding-left: 1.25rem;
    padding-right: 1.875rem;
  }
  .main-menu ul li button {
    padding-right: 1.25rem;
  }
  .main-menu .menu-item--expanded.menu-item--open > ul {
    display: block;
    box-shadow: 0 4px 6px rgb(0, 0, 0);
    z-index: 12;
  }
  .main-menu .menu-item--expanded.menu-item--open > ul li > a {
    background: none;
  }
}
.menu-item--disabled > a {
  cursor: default;
}
.menu-item--disabled > a button {
  left: 0;
  width: auto;
  padding-right: 0.625em;
  text-align: right;
  background-color: transparent;
}
.menu-item--overview {
  display: none !important;
}
.menu-item--disabled .menu-item--overview {
  display: block !important;
}

.sidebar-menu {
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .sidebar-menu {
    margin-bottom: 0;
  }
}
.sidebar-menu {
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.sidebar-menu__container button:not(.section-announcement__content__expand-link):hover {
  background: none !important;
}
.sidebar-menu .sidebar-menu__toggle {
  text-align: center;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1px) {
  .sidebar-menu .sidebar-menu__toggle:not(:first-child) {
    margin-top: 15px;
  }
}
.sidebar-menu .sidebar-menu__toggle:hover, .sidebar-menu .sidebar-menu__toggle:focus {
  text-decoration: none;
}
.sidebar-menu .sidebar-menu__toggle {
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .sidebar-menu .sidebar-menu__toggle {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sidebar-menu .sidebar-menu__toggle {
    font-size: 1.125rem;
  }
}
.sidebar-menu .sidebar-menu__toggle {
  padding: 0.9375rem 0.3125rem;
}
@media print, screen and (min-width: 48em) {
  .sidebar-menu .sidebar-menu__toggle {
    padding: 1.5rem 0.3125rem;
  }
}
.sidebar-menu .sidebar-menu__toggle {
  border-radius: 0;
  background: #F5F5F5;
  text-align: left;
  padding-left: 0.625rem;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize;
}
.sidebar-menu .sidebar-menu__toggle::after {
  color: #D53A0A;
}
@media print, screen and (min-width: 48em) {
  .sidebar-menu .sidebar-menu__toggle {
    display: none;
  }
}
.sidebar-menu .menu-item__button {
  font-size: 0;
}
.sidebar-menu .menu-item__button::before {
  font-size: 1.5rem;
}
.sidebar-menu h2,
.sidebar-menu h3 {
  background-color: #3B1954;
  text-transform: uppercase;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1;
}
.sidebar-menu h2 a,
.sidebar-menu h3 a {
  padding: 1em;
  color: white;
  margin-left: 0.3125rem;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
}
.sidebar-menu h2 a:hover,
.sidebar-menu h3 a:hover {
  background-color: none;
  color: #ffffff;
}
.sidebar-menu h2 a::before,
.sidebar-menu h3 a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f053";
  color: #fbc616;
  font-weight: 400;
  margin-right: 0.625rem;
  font-size: 1.25rem;
}
.sidebar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-menu ul li {
  margin-top: 0;
  border-top: 0.0625rem solid #E4E4E4;
}
.sidebar-menu ul li .menu-item__button {
  margin-top: 0;
}
.sidebar-menu ul li .menu-item__button:nth-child(n+1):hover {
  background-color: none;
}
.sidebar-menu a {
  text-decoration: none;
  position: relative;
  display: block;
  padding: 1.25rem 1.875rem;
  transition: background-color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.sidebar-menu a:focus, .sidebar-menu a:hover {
  color: var(--Accent-Orange);
}
.sidebar-menu li.menu-item--expanded > a {
  margin-right: 0.9375rem;
}
.sidebar-menu__toggle {
  display: none;
}
.sidebar-menu ul ul {
  background-color: #F5F5F5;
}
.sidebar-menu ul ul a {
  padding: 1.25rem 1.875rem;
  padding-left: 2.8125rem;
}
.sidebar-menu ul ul ul a {
  padding-left: 3.75rem;
}
.sidebar-menu .menu-item__button {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 2.375rem;
  height: 3.375rem;
  margin-top: 0;
  transform: none;
  opacity: 1;
  background-color: none;
  line-height: 1.6;
  box-shadow: none;
  border-radius: 0;
  padding: 1rem;
}
.sidebar-menu .menu-item__button:before {
  content: "\f067";
  font-size: 1.25rem;
  color: #3B1954;
  font-weight: 200;
  position: absolute;
  top: 0.625rem;
  bottom: 0;
  right: 0;
  padding-right: 1.25rem;
}
.sidebar-menu .menu-item__button:hover {
  box-shadow: none;
  color: #3B1954;
}
.sidebar-menu .menu-item--expanded > ul {
  display: none;
}
:root:not(.oho-js) .sidebar-menu .menu-item--expanded > ul {
  display: block;
}
.sidebar-menu .menu-item--open > ul {
  display: block;
}
.sidebar-menu .menu-item--active-trail {
  background: var(--Brand-Purple-Purple-Mid, #3B1954);
  color: var(--Global-White);
}
.sidebar-menu .menu-item--active-trail a {
  color: var(--Global-White);
}
.sidebar-menu .menu-item--active-trail > ul {
  display: block;
}
.sidebar-menu .menu-item--active-trail ul, .sidebar-menu .menu-item--open.menu-item--expanded, .sidebar-menu .menu-item--open {
  background: #F5F5F5;
}
.sidebar-menu .menu-item--active-trail ul li, .sidebar-menu .menu-item--open.menu-item--expanded li, .sidebar-menu .menu-item--open li {
  border-top: 0.125rem solid var(--Global-White);
}
.sidebar-menu .menu-item--active-trail ul > a, .sidebar-menu .menu-item--open.menu-item--expanded > a, .sidebar-menu .menu-item--open > a {
  font-weight: 600;
  margin-right: 1.875rem;
}
.sidebar-menu .menu-item--active-trail ul > .menu-item__button, .sidebar-menu .menu-item--open.menu-item--expanded > .menu-item__button, .sidebar-menu .menu-item--open > .menu-item__button {
  box-shadow: none;
}
.sidebar-menu .menu-item--active-trail ul > .menu-item__button:hover, .sidebar-menu .menu-item--open.menu-item--expanded > .menu-item__button:hover, .sidebar-menu .menu-item--open > .menu-item__button:hover {
  box-shadow: none;
}
.sidebar-menu .menu-item--active-trail ul a, .sidebar-menu .menu-item--open.menu-item--expanded a, .sidebar-menu .menu-item--open a {
  color: var(--Global-Black, #000);
}
.sidebar-menu .menu-item--active-trail ul a:focus, .sidebar-menu .menu-item--active-trail ul a:hover, .sidebar-menu .menu-item--open.menu-item--expanded a:focus, .sidebar-menu .menu-item--open.menu-item--expanded a:hover, .sidebar-menu .menu-item--open a:focus, .sidebar-menu .menu-item--open a:hover {
  color: var(--Accent-Orange);
}
.sidebar-menu .menu-item--active-trail ul > .menu-item__button:before, .sidebar-menu .menu-item--open.menu-item--expanded > .menu-item__button:before, .sidebar-menu .menu-item--open > .menu-item__button:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f068";
  color: #3B1954;
  font-weight: 200;
}
.sidebar-menu .menu-item--active-trail ul.menu-item--active-trail, .sidebar-menu .menu-item--open.menu-item--expanded.menu-item--active-trail, .sidebar-menu .menu-item--open.menu-item--active-trail {
  background: var(--Brand-Purple-Purple-Mid, #3B1954);
  color: var(--Global-White);
}
.sidebar-menu .menu-item--active-trail ul.menu-item--active-trail > a, .sidebar-menu .menu-item--open.menu-item--expanded.menu-item--active-trail > a, .sidebar-menu .menu-item--open.menu-item--active-trail > a {
  color: var(--Global-White);
}
.sidebar-menu .menu-item--active-trail ul.menu-item--active-trail > .menu-item__button, .sidebar-menu .menu-item--open.menu-item--expanded.menu-item--active-trail > .menu-item__button, .sidebar-menu .menu-item--open.menu-item--active-trail > .menu-item__button {
  color: var(--Global-White);
  box-shadow: none;
}
.sidebar-menu .menu-item--active-trail ul.menu-item--active-trail > .menu-item__button::before, .sidebar-menu .menu-item--open.menu-item--expanded.menu-item--active-trail > .menu-item__button::before, .sidebar-menu .menu-item--open.menu-item--active-trail > .menu-item__button::before {
  color: var(--Global-White);
}
.sidebar-menu .menu-item--active-trail ul.menu-item--active-trail ul ul a, .sidebar-menu .menu-item--open.menu-item--expanded.menu-item--active-trail ul ul a, .sidebar-menu .menu-item--open.menu-item--active-trail ul ul a {
  color: var(--Global-Black);
}
.sidebar-menu .menu-item--active-trail ul.menu-item--active-trail ul ul .menu-item__button, .sidebar-menu .menu-item--open.menu-item--expanded.menu-item--active-trail ul ul .menu-item__button, .sidebar-menu .menu-item--open.menu-item--active-trail ul ul .menu-item__button {
  color: var(--Accent-Orange);
}
@media print, screen and (max-width: 47.99875em) {
  .sidebar-menu {
    width: calc(100% + var(--ogs-container-padding-inline) + var(--ogs-container-padding-inline));
    margin: 0 calc(var(--ogs-container-padding-inline) * -1);
  }
  .sidebar-menu .sidebar-menu__toggle {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 1rem;
    transition: color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
    border: 0;
    color: var(--Global-White);
    background: var(--Global-Black, #000);
  }
  .sidebar-menu .sidebar-menu__toggle::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0.75rem;
    content: "\f067";
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Pro";
    font-size: 1.5em;
    color: var(--Accent-Orange);
  }
  .sidebar-menu-open .sidebar-menu .sidebar-menu__toggle::after {
    content: "\f068";
  }
  .sidebar-menu .sidebar-menu__toggle:hover {
    color: #290543;
    background: none;
  }
  .sidebar-menu__container {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .sidebar-menu__container {
    display: block !important;
  }
}

@media print, screen and (max-width: 47.99875em) {
  body.sidebar-menu-open .sidebar-menu__container {
    display: block;
  }
}
.sidebar-menu--padding-levels li a {
  padding-left: 1em;
}
.sidebar-menu--padding-levels li li a {
  padding-left: 2em;
}
.sidebar-menu--padding-levels li li li a {
  padding-left: 3em;
}
.sidebar-menu--padding-levels li li li li a {
  padding-left: 4em;
}

.sidebar-menu--ul-levels {
  border: 0;
}
.sidebar-menu--ul-levels ul {
  padding-left: 1em;
}
.sidebar-menu--ul-levels a {
  padding-left: 0;
}

.utility-menu a,
.utility-menu li {
  display: block;
}
.utility-menu a {
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}
@media print, screen and (max-width: 74.99875em) {
  .utility-menu {
    border-top: 1px solid #A5A5A5;
  }
  .utility-menu ul {
    column-count: 2;
  }
  .utility-menu a {
    padding: 0.5em;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
  }
  .utility-menu a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 75em) {
  .utility-menu ul {
    display: flex;
  }
  .utility-menu a {
    padding: 0.75em 1em;
    line-height: 1;
    font-size: 1rem;
    color: #000000;
  }
}

.section--accordions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.875rem;
  align-self: stretch;
}
.section--accordions__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9375rem;
  align-self: stretch;
}

.accordions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
}
.accordions .accordion {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: 0;
  flex: 1 0 0;
  border: 0.125rem solid var(--Brand-Purple-Purple-Background, #eeebf0);
  border-radius: 0.625rem;
  background: var(--Brand-Purple-Purple-Background, #eeebf0);
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.accordions .accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  padding: 1.5625rem;
  color: var(--Black, #000);
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.accordions .accordion summary::-webkit-details-marker {
  display: none;
}
.accordions .accordion summary::after {
  content: "+";
  display: inline-block;
  color: var(--Accent-Orange, #D53A0A);
  font-family: "Font Awesome 6 Pro";
  margin-left: 0.625rem;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.3s ease, color 0.3s ease, content 0.3s ease;
}
.accordions .accordion:hover {
  border-color: var(--Accent-Yellow, #fbc616);
  background: var(--Global-White, #fff);
}
.accordions .accordion:hover summary {
  color: var(--Brand-Purple-Purple-Mid, #3B1954);
}
.accordions .accordion:hover summary::after {
  color: var(--Brand-Purple-Purple-Mid, #3b1954);
  transform: rotate(-360deg);
}
.accordions .accordion[open] {
  gap: 1.875rem;
  background: var(--Global-White, #fff);
  border-color: var(--Brand-Purple-Purple-Background, #eeebf0);
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.08);
  padding: 1.5625rem;
}
.accordions .accordion[open] summary {
  color: var(--Brand-Purple-Purple-Mid, #3B1954);
  padding: 0;
}
.accordions .accordion[open] summary::after {
  content: "\f068";
  color: var(--Accent-Orange, #D53A0A);
}
.accordions .accordion[open]:hover {
  border-color: var(--Brand-Purple-Purple-Background, #eeebf0);
}

.alpha-jump-links {
  padding: 2.5rem;
  background-color: #eeebf2;
}
@media (max-width: 400px) {
  .alpha-jump-links {
    padding: 1.25rem;
  }
}
.alpha-jump-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alpha-jump-links li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  color: #808080;
  font-size: 1.5rem;
  font-weight: 600;
}

.oho-animate {
  transition: opacity 750ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms, transform 750ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms;
  transform: none;
  opacity: 1;
}
.oho-animate--ready {
  transition: none;
}
.oho-animate--ready.fade-in-up {
  transform: translateY(5rem);
  opacity: 0;
}
.oho-animate--ready.fade-in-right {
  transform: translateX(5rem);
  opacity: 0;
}
.oho-animate--ready.fade-in-down {
  transform: translateY(-5rem);
  opacity: 0;
}
.oho-animate--ready.fade-in-left {
  transform: translateX(-5rem);
  opacity: 0;
}

.fade-in-up.sequence-anim-item,
.fade-up-in.sequence-anim-item,
.fade-up-in.anim-item,
.fade-in-up.anim-item {
  transition: transform 1.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), opacity 1.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transform: translateY(3rem);
  will-change: transform;
  visibility: hidden;
  opacity: 0;
}
.fade-in-up.sequence-anim-item.sequence-anim-item--active, .fade-in-up.sequence-anim-item.anim-item--active,
.fade-up-in.sequence-anim-item.sequence-anim-item--active,
.fade-up-in.sequence-anim-item.anim-item--active,
.fade-up-in.anim-item.sequence-anim-item--active,
.fade-up-in.anim-item.anim-item--active,
.fade-in-up.anim-item.sequence-anim-item--active,
.fade-in-up.anim-item.anim-item--active {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.box-shadow-anim .text-card {
  transition: box-shadow 1.5s;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
}

.box-shadow-anim.sequence-anim-item--active .text-card {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
}

@keyframes pop-in {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  33.3333% {
    transform: scale(1.03);
  }
  66.6666% {
    transform: scale(0.98);
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.pop-in.sequence-anim-item {
  transform: scale(0.8);
  opacity: 0;
  animation-duration: 0.9s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.pop-in.sequence-anim-item.sequence-anim-item--active {
  animation-name: pop-in;
  transform: none;
  opacity: 1;
}

@keyframes pop-in-small {
  0% {
    transform: scale(0.97);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.pop-in-small.sequence-anim-item {
  transform: scale(0.97);
  opacity: 0;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
.pop-in-small.sequence-anim-item.sequence-anim-item--active {
  animation-name: pop-in-small;
  transform: none;
  opacity: 1;
}

.fade-in-left.sequence-anim-item,
.fade-in-left.anim-item,
.fade-slide-from-left.sequence-anim-item {
  transition: transform 1.5s cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 0.8s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transform: translateX(-3rem);
  will-change: transform;
  opacity: 0;
}
.fade-in-left.sequence-anim-item.sequence-anim-item--active, .fade-in-left.sequence-anim-item.anim-item--active,
.fade-in-left.anim-item.sequence-anim-item--active,
.fade-in-left.anim-item.anim-item--active,
.fade-slide-from-left.sequence-anim-item.sequence-anim-item--active,
.fade-slide-from-left.sequence-anim-item.anim-item--active {
  transform: none;
  opacity: 1;
}

.fade-scale-in.sequence-anim-item {
  transition: transform 1.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), opacity 0.6s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transform: scale(0.5);
  opacity: 0;
}
.fade-scale-in.sequence-anim-item.sequence-anim-item--active {
  transform: none;
  opacity: 1;
}

.fade-scale-in.fade-up-in.sequence-anim-item {
  transition: transform 1.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), opacity 0.6s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transform: scale(0.8) translateY(100px);
  opacity: 0;
}
.fade-scale-in.fade-up-in.sequence-anim-item.sequence-anim-item--active {
  transform: none;
  opacity: 1;
}

.lined-title.anim-item,
.section-title.anim-item {
  transition: opacity 1s cubic-bezier(0.82, 0.06, 0.14, 0.97), visibility 0s linear 1s;
  opacity: 0;
  visibility: hidden;
}
.lined-title.anim-item:after,
.section-title.anim-item:after {
  transition: width 3s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  width: 0;
}
.lined-title.anim-item.anim-item--active,
.section-title.anim-item.anim-item--active {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s cubic-bezier(0.82, 0.06, 0.14, 0.97), visibility 0s;
}
.lined-title.anim-item.anim-item--active:after,
.section-title.anim-item.anim-item--active:after {
  width: 150px;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  99% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
.announcement img {
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .announcement img {
    width: 11.25rem;
    height: auto;
  }
}
.announcement .listing-item__image {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .announcement .listing-item__image {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .announcement .listing-item__image {
    margin-top: 0;
  }
}
.announcement .listing-item__image {
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .announcement .listing-item__image {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .announcement .listing-item__image {
    margin-bottom: 0;
  }
}

.section-announcement {
  width: 100%;
}
@media print, screen and (max-width: 47.99875em) {
  .section-announcement {
    --ogs-container-padding-inline: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .section-announcement {
    display: flex;
    padding: 40px 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.section-announcement .announcement {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .section-announcement .announcement {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.section-announcement .announcement {
  display: flex;
  padding: 50px 20px;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 30px;
  border-radius: 0 10px 10px 0;
  background: #FFF;
  /* fade */
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
@media print, screen and (min-width: 48em) {
  .section-announcement .announcement {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-direction: row;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
}
.section-announcement h2.section-title + h2 {
  margin-top: 0;
}
.section-announcement__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
@media (min-width: 1px) {
  .section-announcement__content .section-announcement__date {
    margin-top: 10px;
  }
}
.section-announcement__content .section-announcement__date {
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}
.section-announcement__content .section-announcement__content__text .listing-item__metadata {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
@media print, screen and (min-width: 48em) {
  .section-announcement__content .section-announcement__content__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }
}
.section-announcement__content .section-announcement__content__teaser {
  font-weight: 300;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  display: block;
}
.section-announcement__content .section-announcement__content__teaser .announcement__content {
  margin-bottom: 20px;
}
.section-announcement__content .section-announcement__content__teaser p {
  font-size: 1.125rem;
}
.section-announcement__content .section-announcement__content__teaser .btn {
  margin-top: 0;
  padding: 15px 25px;
  align-items: baseline;
  gap: 8px;
}
@media print, screen and (min-width: 48em) {
  .section-announcement__content .section-announcement__content__teaser {
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
  .section-announcement__content .section-announcement__content__teaser .announcement__content {
    margin-bottom: 0;
  }
  .section-announcement__content .section-announcement__content__teaser .btn {
    min-width: 10.3125rem;
    display: flex;
  }
}
.section-announcement__content__title {
  font-family: "freight-text-pro", "Times New Roman", serif;
}
.section-announcement a:not(.btn) {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: #A5A5A5;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
  /*
  border-bottom: 1.5px solid $color;
  text-decoration-color: $color;
  transition: border .25s;
  */
}
.section-announcement a:not(.btn):hover, .section-announcement a:not(.btn):focus {
  text-decoration: none;
}

.section-announcement__content__teaser p {
  font-family: "freight-text-pro", "Times New Roman", serif;
}

.breadcrumbs {
  display: flex;
  margin: 0;
  padding: 0;
  color: var(--Global-White, #FFF);
  font-size: 16px;
  font-weight: 350;
  font-style: normal;
  line-height: 116%;
}
.breadcrumbs .active {
  font-weight: 600;
}
.breadcrumbs li {
  display: inline-block;
  margin-top: 0;
}
.breadcrumbs li::before {
  display: none;
}
.breadcrumbs li:nth-child(n+2)::before {
  content: "/";
  display: inline-block;
  color: var(--tint-white-20, rgba(255, 255, 255, 0.2));
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  font-variant-numeric: lining-nums proportional-nums;
  line-height: 150%;
  margin-top: -0.125rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.hero--program .breadcrumbs li:nth-child(n+2)::before {
  color: var(--Accent-Orange, #D53A0A);
}
@media print, screen and (max-width: 63.99875em) {
  .breadcrumbs li:not(:nth-last-child(2)) {
    display: none;
  }
  .breadcrumbs li:nth-last-child(2)::before {
    display: none;
  }
}
.breadcrumbs a {
  color: var(--Global-White, #FFF);
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 116%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: var(--Accent-Yellow-Mid, #FFC377);
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-underline-offset: 3.5px;
  text-underline-position: from-font;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: var(--Accent-Orange);
  text-decoration: none;
}
.hero--program .breadcrumbs {
  color: var(--Global-Black);
}
.hero--program .breadcrumbs a {
  color: var(--Brand-Purple-Purple-Mid);
}

.card {
  width: 100%;
}
.card .card__content__inner {
  padding: 1.25rem;
  font-size: 1rem;
}
.card h2, .card h3 {
  line-height: 1.3;
}
.card p, .card span:not(.name):not(.stat):not(.fa):not(.fas), .card .card__meta, .card .link-arrow {
  margin-top: 1.25rem;
}
.card p, .card span:not(.name):not(.stat):not(.fa):not(.fas), .card .card__meta, .card .link-arrow,
.card h2, .card h3 {
  display: block;
}
.card {
  display: flex;
  flex-wrap: wrap;
}
.card .card__media {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 0;
}
.card .card__content {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.card .link-arrow {
  font-weight: bold;
}
.card__content__inner {
  width: 100%;
}
.card__media {
  position: relative;
}
.card img {
  max-width: none;
  width: 100%;
  display: block;
}

@media print, screen and (min-width: 48em) {
  .card--large .card__content__inner {
    padding: 2.5rem;
    font-size: 1rem;
  }
  .card--large a {
    font-weight: 600;
  }
  .card--large p, .card--large span:not(.name):not(.stat):not(.fa):not(.fas), .card--large .card__meta, .card--large .link-arrow {
    font-size: 1rem;
    font-weight: 300;
  }
  .card--large p, .card--large span:not(.name):not(.stat):not(.fa):not(.fas), .card--large .card__meta, .card--large .link-arrow,
  .card--large h2, .card--large h3 {
    display: block;
  }
  .card--large {
    display: flex;
    flex-wrap: wrap;
  }
  .card--large .card__media {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .card--large .card__content {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .card--large .link-arrow {
    font-weight: bold;
  }
}

@media print, screen and (min-width: 48em) {
  .card--large.card--horizontal .card__content__inner {
    padding: 2.5rem;
    font-size: 1rem;
  }
  .card--large.card--horizontal a {
    font-weight: 600;
  }
  .card--large.card--horizontal p, .card--large.card--horizontal span:not(.name):not(.stat):not(.fa):not(.fas), .card--large.card--horizontal .card__meta, .card--large.card--horizontal .link-arrow {
    font-size: 1rem;
    font-weight: 300;
  }
  .card--large.card--horizontal p, .card--large.card--horizontal span:not(.name):not(.stat):not(.fa):not(.fas), .card--large.card--horizontal .card__meta, .card--large.card--horizontal .link-arrow,
  .card--large.card--horizontal h2, .card--large.card--horizontal h3 {
    display: block;
  }
  .card--large.card--horizontal {
    display: flex;
  }
  .card--large.card--horizontal .card__media {
    max-width: 35%;
    min-width: 35%;
    width: 35%;
    flex-basis: 35%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .card--large.card--horizontal .card__content {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex-basis: 65%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 2.5rem;
  }
  .card--large.card--horizontal .link-arrow {
    font-weight: bold;
  }
}

@media print, screen and (min-width: 48em) {
  .card--medium {
    display: flex;
    flex-wrap: wrap;
  }
  .card--medium .card__media {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .card--medium .card__content {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .card--medium .link-arrow {
    font-weight: bold;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .card--medium.card--horizontal .card__content__inner {
    padding: 1.25rem;
    font-size: 1rem;
  }
  .card--medium.card--horizontal h2, .card--medium.card--horizontal h3 {
    line-height: 1.3;
  }
  .card--medium.card--horizontal p, .card--medium.card--horizontal span:not(.name):not(.stat):not(.fa):not(.fas), .card--medium.card--horizontal .card__meta, .card--medium.card--horizontal .link-arrow {
    margin-top: 1.25rem;
  }
  .card--medium.card--horizontal p, .card--medium.card--horizontal span:not(.name):not(.stat):not(.fa):not(.fas), .card--medium.card--horizontal .card__meta, .card--medium.card--horizontal .link-arrow,
  .card--medium.card--horizontal h2, .card--medium.card--horizontal h3 {
    display: block;
  }
  .card--medium.card--horizontal {
    display: flex;
  }
  .card--medium.card--horizontal .card__media {
    max-width: 35%;
    min-width: 35%;
    width: 35%;
    flex-basis: 35%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .card--medium.card--horizontal .card__content {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex-basis: 65%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 1.25rem;
  }
  .card--medium.card--horizontal .link-arrow {
    font-weight: bold;
  }
}
@media print, screen and (min-width: 48em) {
  .card--medium.card--horizontal {
    display: flex;
  }
  .card--medium.card--horizontal .card__media {
    max-width: 35%;
    min-width: 35%;
    width: 35%;
    flex-basis: 35%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .card--medium.card--horizontal .card__content {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex-basis: 65%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 2.5rem;
  }
  .card--medium.card--horizontal .link-arrow {
    font-weight: bold;
  }
}

@media print, screen and (min-width: 48em) {
  .card--small .card__content__inner {
    padding: 1.25rem;
    font-size: 1rem;
  }
  .card--small h2, .card--small h3 {
    line-height: 1.3;
  }
  .card--small p, .card--small span:not(.name):not(.stat):not(.fa):not(.fas), .card--small .card__meta, .card--small .link-arrow {
    margin-top: 1.25rem;
  }
  .card--small p, .card--small span:not(.name):not(.stat):not(.fa):not(.fas), .card--small .card__meta, .card--small .link-arrow,
  .card--small h2, .card--small h3 {
    display: block;
  }
  .card--small {
    display: flex;
    flex-wrap: wrap;
  }
  .card--small .card__media {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .card--small .card__content {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .card--small .link-arrow {
    font-weight: bold;
  }
}

@media print, screen and (min-width: 48em) {
  .card--small.card--horizontal .card__content__inner {
    padding: 1.25rem;
    font-size: 1rem;
  }
  .card--small.card--horizontal h2, .card--small.card--horizontal h3 {
    line-height: 1.3;
  }
  .card--small.card--horizontal p, .card--small.card--horizontal span:not(.name):not(.stat):not(.fa):not(.fas), .card--small.card--horizontal .card__meta, .card--small.card--horizontal .link-arrow {
    margin-top: 1.25rem;
  }
  .card--small.card--horizontal p, .card--small.card--horizontal span:not(.name):not(.stat):not(.fa):not(.fas), .card--small.card--horizontal .card__meta, .card--small.card--horizontal .link-arrow,
  .card--small.card--horizontal h2, .card--small.card--horizontal h3 {
    display: block;
  }
  .card--small.card--horizontal {
    display: flex;
  }
  .card--small.card--horizontal .card__media {
    max-width: 35%;
    min-width: 35%;
    width: 35%;
    flex-basis: 35%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .card--small.card--horizontal .card__content {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex-basis: 65%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 1.25rem;
  }
  .card--small.card--horizontal .link-arrow {
    font-weight: bold;
  }
}

.section-newsevent__content > div {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media print, screen and (min-width: 48em) {
  .section-newsevent__content > div {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.card--news .card__link {
  text-align: center;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1px) {
  .card--news .card__link:not(:first-child) {
    margin-top: 15px;
  }
}
.card--news .card__link:hover, .card--news .card__link:focus {
  text-decoration: none;
}
.card--news .card__link {
  font-size: 1rem;
  padding: 0.6rem;
}
@media print, screen and (min-width: 48em) {
  .card--news .card__link {
    padding: 0.9375rem 1.5625rem;
    font-size: 1rem;
  }
}
.card--news .card__link {
  color: var(--Global-White, #ffffff);
  letter-spacing: 0.0625rem;
  transition: background-color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  border-radius: 10px;
  background: var(--Accent-Orange, #D53A0A);
}
.card--news .card__link:hover, .card--news .card__link:focus {
  background: var(--Brand-Purple-Purple-Mid, #3B1954);
}
@media (min-width: 1px) {
  .card--news .card__link {
    margin-top: 15px;
  }
}
.card--news span.fas {
  font-size: 3.5rem;
  font-weight: 200;
}
@media (min-width: 1px) {
  .card--news span.fas {
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .card--news span.fas {
    font-size: 2.5rem;
  }
}
.card--news .card__content__inner__newsicon,
.card--news .card__content__inner__eventicon {
  background-repeat: no-repeat;
  background-size: 60px 60px;
  z-index: 1;
  width: 60px;
  height: 60px;
}
@media (min-width: 1px) {
  .card--news .card__content__inner__newsicon,
  .card--news .card__content__inner__eventicon {
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .card--news .card__desc {
    font-weight: 300;
  }
}

.card--unbounded .card__content__inner {
  padding: 0;
}

.card--story-listing {
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}
.card--story-listing:not(:first-child) {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .card--story-listing .card__content__inner {
    padding: 2.5rem;
    font-size: 1rem;
  }
  .card--story-listing a {
    font-weight: 600;
  }
  .card--story-listing p, .card--story-listing span:not(.name):not(.stat):not(.fa):not(.fas), .card--story-listing .card__meta, .card--story-listing .link-arrow {
    font-size: 1rem;
    font-weight: 300;
  }
  .card--story-listing p, .card--story-listing span:not(.name):not(.stat):not(.fa):not(.fas), .card--story-listing .card__meta, .card--story-listing .link-arrow,
  .card--story-listing h2, .card--story-listing h3 {
    display: block;
  }
  .card--story-listing {
    display: flex;
    flex-wrap: wrap;
  }
  .card--story-listing .card__media {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .card--story-listing .card__content {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .card--story-listing .link-arrow {
    font-weight: bold;
  }
  .card--story-listing {
    display: flex !important;
  }
}
.card--story-listing .card__media img {
  max-width: none;
}
.card--story-listing .card__content .card__desc {
  font-size: 1.125rem;
  font-family: "freight-text-pro", "Times New Roman", serif;
}

.section--story-detail-feature .grid-container {
  max-width: 69.375rem;
}

.card--large.card--horizontal {
  align-items: flex-end;
}
@media print, screen and (max-width: 47.99875em) {
  .card--large.card--horizontal {
    max-width: 22.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .card--large.card--horizontal .card__media {
    margin-bottom: 1.875rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .card--large.card--horizontal .card__media {
    background: #ffffff;
    padding: 1.25rem 1.25rem 0 1.25rem;
  }
  .card--large.card--horizontal .card__media img {
    max-width: 6.25rem;
  }
}
.card--large.card--horizontal .card__content {
  padding-left: 0;
  z-index: 2;
}
@media print, screen and (min-width: 48em) {
  .card--large.card--horizontal .card__content {
    margin-left: -1.875rem;
  }
}
.card--large.card--horizontal .card__content p {
  margin: 0;
}

.card--story-detail .body--small {
  font-weight: 600;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .card--story-detail .body--small {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .card--story-detail .body--small {
    font-size: 1rem;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .card .card--story-detail__column .cell {
    padding: 0;
  }
}
.card .card--story-detail__column--first span {
  margin-top: 0.625rem;
}
.card .card--story-detail__column--last {
  background: #eeebf0;
}
@media print, screen and (max-width: 47.99875em) {
  .card .card--story-detail__column--last {
    padding-left: 0;
    padding-right: 0;
  }
}
.card .card--story-detail__column--last .grid-x {
  margin-top: -1.25rem;
}
@media print, screen and (max-width: 47.99875em) {
  .card .card--story-detail__column--last .grid-x {
    padding: 0 1.25rem 1.25rem;
    margin: 0;
  }
}

.card--lined {
  position: relative;
}
.card--lined:after {
  content: "";
  transition: transform 0.6s cubic-bezier(0.5, 0, 0.38, 1.47), opacity 0.6s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 3.75rem;
  height: 0.1875rem;
  background: #fbc616;
}
.card--lined.anim-item:after, .card--lined.sequence-anim-item:after {
  transform: translateY(200%);
  opacity: 0;
}
.card--lined.anim-item.anim-item--active, .card--lined.sequence-anim-item--active:after {
  transform: none;
  opacity: 1;
}
.card--lined {
  padding-top: 1.25rem;
}
.card--lined .card--lined__link-container {
  color: var(--Brand-Purple-Purple-Mid, #3B1954);
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--Global-Gray-Mid);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
  /*
  border-bottom: 1.5px solid $color;
  text-decoration-color: $color;
  transition: border .25s;
  */
}
.card--lined .card--lined__link-container:hover, .card--lined .card--lined__link-container:focus {
  text-decoration: none;
}
.card--lined .card--lined__link-container:hover {
  color: var(--Accent-Orange, #D53A0A);
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
}
.card--lined .card--lined__link-container {
  text-decoration: none;
}
.card--lined .card--lined__link-container::after {
  display: inline-block;
  content: "\f178";
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
  color: #FF7347;
  padding-left: 0.5rem;
  font-weight: 400;
  text-decoration: none;
}
.card--lined .card--lined__link-container:hover, .card--lined .card--lined__link-container:focus {
  color: var(--Global-Black);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--Accent-Orange);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
  /*
  border-bottom: 1.5px solid $color;
  text-decoration-color: $color;
  transition: border .25s;
  */
}
.card--lined .card--lined__link-container:hover::after, .card--lined .card--lined__link-container:focus::after {
  color: var(--Global-Gray-Mid, #A5A5A5);
  text-decoration: none;
}

.section--checkerboard {
  /*
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;

  @include breakpoint(medium) {
    gap: 80px;
  }
  */
}

.checkerboard__items {
  --ogs-container-width: 1440px;
}
@media print, screen and (min-width: 48em) {
  .checkerboard__items .row:nth-child(even) .col:first-child {
    order: 1;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .checkerboards {
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
  .checkerboards checkerboard-item {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (max-width: 768px) {
  .checkerboard-item .col:first-child {
    margin-inline: calc(-1 * var(--ogs-container-padding-inline));
  }
}
@media print, screen and (min-width: 40em) {
  .checkerboard-item .col:first-child {
    margin-inline: calc(-1 * var(--ogs-container-padding-inline));
  }
}
.checkerboard-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.checkerboard-item + .checkerboard-item {
  margin-top: 3.125rem;
}
@media print, screen and (min-width: 48em) {
  .checkerboard-item + .checkerboard-item {
    margin-top: 4.375rem;
  }
}
@media print, screen and (min-width: 48em) {
  .checkerboard-item + .checkerboard-item {
    margin-top: 5rem;
  }
}
.checkerboard-item__media {
  position: relative;
}
.checkerboard-item__media figure {
  position: relative;
  display: block;
  margin: 0;
}
.checkerboard-item__media figure figcaption {
  display: block;
  padding: 15px 20px;
}
@media print, screen and (min-width: 48em) {
  .checkerboard-item__media {
    display: flex;
    max-width: 720px;
    height: auto;
    flex-direction: column;
  }
  .checkerboard-item__media figure {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
  }
  .checkerboard-item__media figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .checkerboard-item__media figure figcaption {
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 15px;
    bottom: 15.215px;
    border-radius: 10px;
    background: var(--Global-White, #FFF);
  }
  .checkerboard-item:nth-child(even) .checkerboard-item__media figure figcaption {
    left: 15px;
    right: unset;
  }
}
.checkerboard-item__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
@media print, screen and (min-width: 48em) {
  .checkerboard-item__info {
    flex: 1 0 0;
    gap: 80px;
  }
}
@media print, screen and (min-width: 64em) {
  .checkerboard-item__info {
    padding: 0 140px 0 80px;
  }
}
.checkerboard-item__info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.checkerboard-item__info--container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.checkerboard-item__links--container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.checkerboard-item__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.checkerboard-item .btn, .checkerboard-item__link {
  font-weight: 600;
}
.checkerboard-item__link {
  display: block;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  margin: 0;
}
@media (min-width: 1px) {
  .checkerboard-item__link:first-of-type {
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  .checkerboard-item__link:first-of-type {
    margin-top: 20px;
  }
}
@media (min-width: 1px) {
  .checkerboard-item__button {
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  .checkerboard-item__button {
    margin-top: 20px;
  }
}
.checkerboard-item__description {
  color: var(--Global-Black, #000);
  font-variant-numeric: lining-nums proportional-nums;
  line-height: 150%;
  font-weight: 350;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}
.checkerboard-item__description + .checkerboard-item__description {
  margin-top: 1.25rem;
}

.photo-box__teaser {
  float: left;
  width: calc(100vw - 6rem);
}
.photo-box__teaser + .photo-box__teaser {
  margin-left: 2rem;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .photo-box__teaser {
    width: calc(50vw - 4rem);
  }
}
@media print, screen and (min-width: 64em) {
  .photo-box__teaser {
    width: 360px;
  }
}

@media print, screen and (min-width: 64em) {
  .section--photo-boxes .listing-slick {
    display: flex;
  }
}
.section--photo-boxes {
  overflow-x: hidden;
}
@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .section--photo-boxes .listing-slick {
    right: 1rem;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .section--photo-boxes .listing-slick {
    right: -1rem;
  }
}
.section--photo-boxes .slick-list {
  overflow: visible !important;
}
.section--photo-boxes .slick-track {
  display: flex;
}
.section--photo-boxes .btn {
  display: inline-block;
  margin: 3.75rem auto 0;
}

.photo-box__teaser a {
  text-align: center;
  text-decoration: none;
}
.photo-box__teaser div {
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  -webkit-background-blend-mode: multiply;
  background-blend-mode: multiply;
}
.photo-box__teaser h3,
.photo-box__teaser p {
  color: #ffffff;
}
.photo-box__teaser h3 {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.285;
}
.photo-box__teaser span {
  display: block;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
}
.photo-box__teaser a p {
  margin-bottom: 0;
  font-family: "freight-text-pro", "Times New Roman", serif;
}

.photo-box--small div {
  padding: 2rem;
}
.photo-box--small h3 {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

.photo-box--large {
  max-width: 100%;
}
.photo-box--large div {
  padding: 3rem;
}
.photo-box--large h3 {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 1.285;
}

.no-touch .photo-box__teaser a:hover div {
  background-color: rgba(149, 31, 36, 0.9);
}
.no-touch .photo-box__teaser a:hover h3:after {
  position: absolute;
  bottom: -1rem;
  left: calc((100% - 11rem) / 2);
  display: block;
  width: 11rem;
  height: 1px;
  content: "";
  background: #ffffff;
}

.photo-box--large a:hover h3:after {
  bottom: -1.5rem;
  left: calc((100% - 18rem) / 2);
  width: 18rem;
}

.photo-box__teasers--small,
.photo-box__teasers--large {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 42em) {
  .photo-box__teasers--small,
  .photo-box__teasers--large {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.photo-box__teasers--large {
  position: relative;
}
@media screen and (max-width: 39.99em) {
  .photo-box__teasers--large {
    margin-bottom: 4rem;
  }
  .photo-box__teasers--large:after {
    position: absolute;
    bottom: -2rem;
    left: 3rem;
    clear: both;
    width: calc(100% - 6rem);
    height: 1px;
    content: "";
    background-color: #999999;
  }
}

.photo-box--large {
  flex: 0 auto;
  width: 100%;
  height: auto;
  margin: 1rem;
}
@media screen and (min-width: 42em) and (max-width: 68.49em) {
  .photo-box--large {
    width: 60%;
  }
}
@media screen and (min-width: 68.5em) {
  .photo-box--large {
    width: 46.33%;
  }
}

.photo-box__teaser.photo-box--large {
  margin-left: 1rem;
}

.photo-box__teasers--small .photo-box--small {
  flex: 0 auto;
  width: 100%;
  height: auto;
  margin: 1rem;
}
@media screen and (min-width: 40em) and (max-width: 1079px) {
  .photo-box__teasers--small .photo-box--small {
    width: 44%;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1159px) {
  .photo-box__teasers--small .photo-box--small {
    width: 28%;
  }
}
@media screen and (min-width: 1160px) {
  .photo-box__teasers--small .photo-box--small {
    width: 29.75%;
  }
}

.section--contact {
  display: flex;
  padding: 50px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: var(--Gradient-Purple-Light-Tones, linear-gradient(103deg, #EEEBF0 0%, #FFF 100%));
}
@media print, screen and (min-width: 64em) {
  .section--contact {
    gap: 15px;
  }
}

.card--contact-banner {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 10px;
  background: var(--Global-White, #FFF);
  /* blow out */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.card--contact-banner [href*="mailto:"] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #3B1954;
}
@media print, screen and (min-width: 64em) {
  .card--contact-banner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    flex: 1 0 0;
  }
  .card--contact-banner .contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.card--contact-banner img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.card--contact-banner .card__subtitle {
  margin-top: 0.3125rem;
  font-weight: 400;
}
.card--contact-banner .contact-name {
  font-font: "freight-text-pro", "Times New Roman", serif;
  font-size: 1.375rem;
}
@media print, screen and (min-width: 48em) {
  .card--contact-banner .contact-name {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .card--contact-banner .contact-name {
    font-size: 1.5rem;
  }
}
.card--contact-banner .contact-name {
  line-height: 1.1;
  margin-top: 1.25rem;
}
.card--contact-banner .contact-name span {
  display: inline-block;
}
@media print, screen and (min-width: 64em) {
  .card--contact-banner .contact-name span {
    display: block;
    margin-top: 0;
  }
}
.card--contact-banner .contact-first {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.card--contact-banner .contact-first .contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.card--contact-banner .contact-first p:first-of-type {
  margin-top: 0;
  line-height: 1.5;
}
@media print, screen and (min-width: 64em) {
  .card--contact-banner .contact-first {
    flex-direction: row;
    gap: 20px;
  }
}
.card--contact-banner .meta-icons li {
  position: relative;
  padding-left: 20px;
}
.card--contact-banner .meta-icons li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  margin-top: 2px;
  margin-right: 5px;
  color: var(--Accent-Orange-Mid, #FF7347);
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.card--contact-banner .meta-icons li.mail::before {
  content: "\f0e0";
}
.card--contact-banner .meta-icons li.phone::before {
  content: "\f095";
}
.card--contact-banner .meta-icons li.map::before {
  content: "\f3c5";
}
.card--contact-banner .contact-meta {
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
}
.card--contact-banner .contact-meta ul {
  padding-left: 0;
}
.card--contact-banner .contact-meta ul li {
  list-style: none;
}
.card--contact-banner .contact-meta ul li:not(first-of-type) {
  margin-top: 10px;
}
@media print, screen and (max-width: 47.99875em) {
  .card--contact-banner .contact-meta ul {
    display: block;
  }
  .card--contact-banner .contact-meta ul + ul {
    margin-top: 0.3125rem;
  }
}
@media (min-width: 1px) {
  .card--contact-banner .contact-meta ul:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 769px) {
  .card--contact-banner .contact-meta ul:not(:last-child) {
    margin-right: 30px;
  }
}

.eu-cookie-compliance-message {
  float: none;
  width: 100%;
  max-width: none;
}

.cookie-compliance-popup {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3B1954;
  box-shadow: 0 -0.25rem 0.375rem var(--Brand-Purple-Purple-Dark);
  border-top: 0.0625rem solid var(--Brand-Purple-Purple-Line, #5E377A);
}
@media (min-width: 1px) {
  .cookie-compliance-popup {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .cookie-compliance-popup {
    padding-top: 30px;
  }
}
@media (min-width: 1px) {
  .cookie-compliance-popup {
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cookie-compliance-popup {
    padding-bottom: 30px;
  }
}
.cookie-compliance-popup h2,
.cookie-compliance-popup p {
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .cookie-compliance-popup h2,
  .cookie-compliance-popup p {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .cookie-compliance-popup h2,
  .cookie-compliance-popup p {
    font-size: 1rem;
  }
}
.cookie-compliance-popup h2,
.cookie-compliance-popup p {
  color: #ffffff;
}
.cookie-compliance-popup .find-more-button,
.cookie-compliance-popup h2,
.cookie-compliance-popup p {
  margin-top: 1.25rem;
  margin-right: 0.625rem;
  display: block;
}
.cookie-compliance-popup .find-more-button {
  all: unset;
  color: #ffc377;
  -webkit-text-fill-color: #ffc377;
  font-weight: bold;
  margin-right: 1.25rem;
  margin-top: 1.25rem;
}
.cookie-compliance-popup .find-more-button:hover, .cookie-compliance-popup .find-more-button:focus {
  text-decoration: underline;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
.cookie-compliance-popup .grid-container {
  align-items: center;
  margin-top: -1.25rem;
}
@media print, screen and (min-width: 48em) {
  .cookie-compliance-popup .grid-container {
    display: flex;
  }
}

.section-ctabanner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
}
@media (max-width: 640px) {
  .section-ctabanner {
    --ogs-container-padding-inline: 0;
  }
}
@media (max-width: 768px) {
  .section-ctabanner__content {
    padding: 0;
  }
  .section-ctabanner__content li {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .section-ctabanner__content {
    display: flex;
    align-items: flex-start;
  }
}
.section-ctabanner ul.section-ctabanner__inner {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  flex: 1 0 0;
  box-shadow: 0 0 40.7px -43px rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
  .section-ctabanner ul.section-ctabanner__inner {
    align-items: flex-start;
    gap: 5px;
    flex-direction: row;
  }
}
.section-ctabanner ul.section-ctabanner__inner li {
  display: block;
}
.section-ctabanner ul.section-ctabanner__inner li, .section-ctabanner ul.section-ctabanner__inner li:first-of-type {
  margin-top: 0;
}
@media (min-width: 769px) {
  .section-ctabanner ul.section-ctabanner__inner li {
    display: flex;
    flex: 1 0 0;
  }
}
.section-ctabanner ul.section-ctabanner__inner .cta-card {
  display: flex;
  padding: 50px 40px;
  gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  background: rgba(0, 0, 0, 0.9);
  border-top: 1px solid var(--tint-white-10, rgba(255, 255, 255, 0.1));
  border-bottom: 1px solid var(--tint-white-10, rgba(255, 255, 255, 0.1));
  width: 100%;
}
@media (min-width: 769px) {
  .section-ctabanner ul.section-ctabanner__inner .cta-card {
    border-radius: 10px;
    border-top: none;
    border-bottom: none;
  }
}
.section-ctabanner ul.section-ctabanner__inner .cta-card > * {
  flex: 1 0 0;
}
.section-ctabanner ul.section-ctabanner__inner .cta-card__intro {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.section-ctabanner ul.section-ctabanner__inner .cta-card__intro h3,
.section-ctabanner ul.section-ctabanner__inner .cta-card__intro p {
  font-weight: 350;
  color: var(--Global-White);
}
.section-ctabanner ul.section-ctabanner__inner .cta-card__intro h3 {
  font-size: 1.75rem;
}
@media print, screen and (min-width: 48em) {
  .section-ctabanner ul.section-ctabanner__inner .cta-card__intro h3 {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .section-ctabanner ul.section-ctabanner__inner .cta-card__intro h3 {
    font-size: 2rem;
  }
}
.section-ctabanner ul.section-ctabanner__inner .cta-card__intro h3 {
  line-height: 1.2;
  letter-spacing: 0;
}
.section-ctabanner ul.section-ctabanner__inner .cta-card .cta-card__button {
  margin-top: 0;
}

.section--cta-feature-box {
  margin-bottom: 0;
}

.cta-feature-box ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.columns .cta-feature-box {
  margin-bottom: 2.5rem;
}
.cta-feature-box__heading {
  margin: 0.625rem 0;
}
.cta-feature-box--featured {
  display: flex;
  align-items: center;
}
.cta-feature-box--featured .cta-feature-box__content {
  position: relative;
  z-index: 2;
  max-width: 25rem;
  padding: 1.875rem;
  transform: translateX(-3.75rem);
  color: #ffffff;
  background: #3B1954;
}

.ed-popup {
  background-color: #ffffff;
  border: 2px solid #ffc377;
  max-width: 25rem;
  border-radius: 1.25rem;
  padding: 2.5rem;
  margin: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .ed-popup {
    padding: 3.125rem;
  }
}
.ed-popup h2 {
  font-size: 1.5rem;
  margin-top: 0.9375rem;
}
.ed-popup p {
  font-size: 1.125rem;
}
.ed-popup__wrapper {
  position: relative;
  padding-top: 1.875rem;
}
.ed-popup__close-button {
  position: absolute;
  top: 0.3125rem;
  right: 1.25rem;
  background: none;
  border: none;
}
.ed-popup__close-button:before {
  display: block;
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  font-weight: 100;
  color: #ffffff;
}

[data-fancybox-modal] {
  display: none;
}

.fancybox-is-open .fancybox-bg {
  background-color: #290543;
  opacity: 0.92;
}

/* Fancybox UI style changes to match original. */
.fancybox__slide.has-html,
.fancybox__slide.has-iframe,
.fancybox__slide.has-youtube,
.fancybox__slide.has-vimeo {
  position: relative;
}
.fancybox__slide.has-html .f-html,
.fancybox__slide.has-iframe .f-html,
.fancybox__slide.has-youtube .f-html,
.fancybox__slide.has-vimeo .f-html {
  --f-video-width: 100%;
  --f-video-height: 100%;
  padding-top: 60px;
  padding: 60px 20px 40px;
  aspect-ratio: 16/9;
  height: auto;
  padding: 0;
  background: #000;
  overflow: hidden;
  overflow: visible;
}
.fancybox__slide.has-html .f-html iframe,
.fancybox__slide.has-iframe .f-html iframe,
.fancybox__slide.has-youtube .f-html iframe,
.fancybox__slide.has-vimeo .f-html iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.f-button {
  width: 1.875rem;
  height: 1.875rem;
}

.is-close-button {
  position: absolute;
  top: 1.875rem;
  right: 0;
  z-index: 3;
  top: -32px;
}

.fancybox__slide {
  --ogs-container-width: 1440px;
  max-width: calc(40px + var(--ogs-container-width));
}

.fancybox__slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}

@media print, screen and (min-width: 64em) {
  .section--flexible-cards:not(.section--flexible-cards__home) .section--flexible-cards__wrapper {
    max-width: 90rem;
  }
}
@media print, screen and (min-width: 64em) {
  .section--flexible-cards .section--flexible-cards__wrapper {
    display: flex;
    padding: 0 8.75rem;
    align-items: flex-start;
    gap: 2.5rem;
  }
}
.section--flexible-cards .section--flexible-cards__wrapper .section__intro p {
  font-family: "freight-text-pro", "Times New Roman", serif;
}
.section--flexible-cards .section--flexible-cards__wrapper .section__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.section--flexible-cards .section--flexible-cards__wrapper .section__content .card__content__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  align-self: stretch;
  position: relative;
}
.section--flexible-cards .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3125rem;
  align-self: stretch;
}
.section--flexible-cards .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title h3 {
  margin-top: 0;
}
.section--flexible-cards .section--flexible-cards__wrapper .section__content .card__content__inner .flexible-cards__links {
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
}
.section--flexible-cards .section--flexible-cards__wrapper .section__content .card__content__inner .flexible-cards__links span {
  margin-top: 0;
}
.section--flexible-cards .section--flexible-cards__wrapper .section__content .card__content__inner .flexible-cards__links span a {
  text-decoration: none;
}
.section--flexible-cards__home {
  --ogs-container-width: 1200px;
}
.section--flexible-cards__home .section--flexible-cards__wrapper {
  padding: 0;
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__intro p {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__intro p {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__intro p {
    font-size: 1.5rem;
  }
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content {
  gap: 1.875rem;
  padding: 0 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__content {
    padding: 0;
    margin-top: 2.5rem;
  }
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner {
  padding-bottom: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner {
    padding: 3.125rem 0 3.125rem 3.75rem;
    gap: 1.9375rem;
  }
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner p {
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner p {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner p {
    font-size: 1.25rem;
  }
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner p {
  font-weight: 350;
  line-height: 1.5;
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title h3 {
  color: var(--Global-White, #FFF);
  /* Misc/Find Fit/Title/Desktop */
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title h3 {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title h3 {
    font-size: 2.75rem;
  }
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title h3 {
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 48.4px */
  letter-spacing: -0.5px;
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title p:first-of-type {
  margin-top: 0.625rem;
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title .section__content--prefix {
  margin-top: 0;
  color: #ffc377;
  font-family: "freight-text-pro", "Times New Roman", serif;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title .section__content--prefix {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title .section__content--prefix {
    font-size: 1.875rem;
  }
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title .section__content--prefix {
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media print, screen and (min-width: 64em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title .section__content--prefix {
    position: absolute;
    left: -4.875rem;
  }
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title h3 {
  margin-top: 0;
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title .flexible-cards__links {
  display: flex;
  gap: 0.625rem;
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title .flexible-cards__links span:not(.name):not(.stat):not(.fa):not(.fas).link-arrow {
  margin-top: 0;
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title .flexible-cards__links span:not(.name):not(.stat):not(.fa):not(.fas).link-arrow a {
  text-decoration: none;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title .flexible-cards__links span:not(.name):not(.stat):not(.fa):not(.fas).link-arrow a {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title .flexible-cards__links span:not(.name):not(.stat):not(.fa):not(.fas).link-arrow a {
    font-size: 1.125rem;
  }
}
.link-arrow:hover .section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title .flexible-cards__links span:not(.name):not(.stat):not(.fa):not(.fas).link-arrow a {
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-underline-position: from-font;
}
.section--flexible-cards__home .section--flexible-cards__wrapper.global-padding--gears__inner::after {
  background: var(--Global-White);
}
.section--flexible-cards__standard {
  border: 0 solid var(--Global-White, #FFF);
  background: var(--Gradient-Dark-Purple-Tones, linear-gradient(288deg, #000 -0.53%, #180427 60.85%));
}
@media print, screen and (min-width: 64em) {
  .section--flexible-cards__standard.global-padding--gears .section--flexible-cards__wrapper {
    position: relative;
    background-image: url("/themes/custom/francis_tuttle/assets/img/gears.svg");
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1;
  }
}
.section--flexible-cards__standard .section--flexible-cards__wrapper {
  display: flex;
  padding: 3.125rem 1.25rem 1.875rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.875rem;
  align-self: stretch;
}
.section--flexible-cards__standard .section--flexible-cards__wrapper .section__intro h3 > p {
  margin-top: 0.9375rem;
}
.section--flexible-cards__standard .section--flexible-cards__wrapper .section__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  align-self: stretch;
}
.section--flexible-cards__standard .section--flexible-cards__wrapper .section__content .card {
  display: flex;
  padding: 1.875rem;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 0.625rem;
  background: var(--tint-white-5, rgba(255, 255, 255, 0.05));
  /* hard shadow */
  box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.05);
}
.section--flexible-cards__standard .section--flexible-cards__wrapper .section__content .card .card__content__inner {
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
}
.section--flexible-cards__standard .section--flexible-cards__wrapper .section__content .card .flexible-cards__links {
  display: flex;
  padding: 1.25rem 0 0 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  border-left: 1px solid var(--Accent-Yellow-Light-Tint, rgba(255, 237, 178, 0.3));
}
.section--flexible-cards__standard .section--flexible-cards__wrapper .section__content .card .flexible-cards__links span {
  margin-top: 0;
}
.section--flexible-cards__standard .section--flexible-cards__wrapper .section__content .card .card__content__inner--title h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media print, screen and (min-width: 64em) {
  .section--flexible-cards__standard .section--flexible-cards__wrapper {
    padding: 7.5rem 8.75rem;
    gap: 2.5rem;
  }
  .section--flexible-cards__standard .section--flexible-cards__wrapper .section__content {
    flex-direction: row;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper.grid-container {
    padding: 0;
  }
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__intro {
  padding: 3.125rem 1.25rem 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__intro {
    display: flex;
    max-width: 460px;
    padding: 12.5rem 2.5rem 0 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9375rem;
    flex-shrink: 0;
    text-align: right;
  }
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content {
  border-left: 1px solid rgba(221, 231, 230, 0.1);
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner {
  border-bottom: 1px solid rgba(221, 231, 230, 0.1);
}
.section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title h3 {
  font-size: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title h3 {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .section--flexible-cards__home .section--flexible-cards__wrapper .section__content .card__content__inner .card__content__inner--title h3 {
    font-size: 2.625rem;
  }
}

.section--slider {
  overflow: hidden;
}

.glide__slides {
  white-space: normal;
}

[data-slider-type=offsetCards] .glide__slides,
[data-slider-type=offsetCards] .glide__track {
  overflow: visible;
}
[data-slider-type=offsetCards] .glide__arrow--prev {
  display: none;
}

.glide__slide {
  transition: opacity 250ms ease;
  opacity: 0;
}
.glide__slide--active, .glide__slide--active ~ .glide__slide {
  opacity: 1;
}

.hero {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.hero > svg {
  display: none;
}
.hero__media {
  position: relative;
  overflow: hidden;
}
.hero video {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.hero img {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .hero__overlay {
    position: absolute;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    bottom: 0;
    height: 100%;
    width: 100%;
    height: 18.75rem;
  }
}

.hero:not(.hero--home):not(.hero--program) {
  background: var(--Gradient-Purple-Tones, linear-gradient(180deg, var(--Brand-Purple-Purple-Dark, #290543) 19.2%, var(--Brand-Purple-Purple-Mid, #3B1954) 68.48%));
}
@media (min-width: 1025px) {
  .hero:not(.hero--home):not(.hero--program) {
    background: linear-gradient(168deg, #EFEFEF 14.82%, #FFF 45.43%);
  }
}
.hero:not(.hero--home):not(.hero--program),
.hero:not(.hero--home):not(.hero--program) a {
  color: var(--Global-White);
}
.hero:not(.hero--home):not(.hero--program) .hero__content-wrapper {
  width: 100%;
}
.hero:not(.hero--home):not(.hero--program) .hero__content {
  display: flex;
  padding: 3.125rem 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1.25rem;
  align-self: stretch;
}
@media (min-width: 1025px) {
  .hero:not(.hero--home):not(.hero--program) .hero__content {
    padding: 0;
    gap: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .hero:not(.hero--home):not(.hero--program).hero--img {
    display: grid;
  }
  .hero:not(.hero--home):not(.hero--program).hero--img .hero__content-wrapper {
    order: 1;
  }
  .hero:not(.hero--home):not(.hero--program).hero--img .hero__media,
  .hero:not(.hero--home):not(.hero--program).hero--img .hero__media img {
    max-height: 21.875rem;
  }
}
@media (min-width: 1025px) {
  .hero:not(.hero--home):not(.hero--program).hero--img {
    order: 2;
  }
}
.hero:not(.hero--home):not(.hero--program) + section.section--application-wysiwyg > .ogs-container,
.hero:not(.hero--home):not(.hero--program) + section.section--page-content > .ogs-container {
  background: var(--Global-White, #FFF);
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  flex: 1 0 0;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 769px) {
  .hero:not(.hero--home):not(.hero--program) + section.section--application-wysiwyg > .ogs-container,
  .hero:not(.hero--home):not(.hero--program) + section.section--page-content > .ogs-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .hero:not(.hero--home):not(.hero--program) + section.section--application-wysiwyg > .ogs-container,
  .hero:not(.hero--home):not(.hero--program) + section.section--page-content > .ogs-container {
    border-radius: 0.625rem;
    padding-top: 5rem;
  }
}
@media (min-width: 1025px) {
  .hero:not(.hero--home):not(.hero--program) + .listing > .listing__form, .hero:not(.hero--home):not(.hero--program) + .listing > .program-header:first-child, .hero:not(.hero--home):not(.hero--program) + .listing > .ogs-container,
  .hero:not(.hero--home):not(.hero--program) + section.section--application-wysiwyg > .listing__form,
  .hero:not(.hero--home):not(.hero--program) + section.section--application-wysiwyg > .program-header:first-child,
  .hero:not(.hero--home):not(.hero--program) + section.section--application-wysiwyg > .ogs-container,
  .hero:not(.hero--home):not(.hero--program) + section.section--page-content > .listing__form,
  .hero:not(.hero--home):not(.hero--program) + section.section--page-content > .program-header:first-child,
  .hero:not(.hero--home):not(.hero--program) + section.section--page-content > .ogs-container {
    margin-top: -5rem;
    z-index: 2;
  }
}
@media (min-width: 1025px) {
  .hero:not(.hero--home):not(.hero--program) + .listing > .program-header:first-child,
  .hero:not(.hero--home):not(.hero--program) + section.section--application-wysiwyg > .program-header:first-child,
  .hero:not(.hero--home):not(.hero--program) + section.section--page-content > .program-header:first-child {
    box-shadow: 0 -0.25rem 0.375rem var(--Brand-Purple-Purple-Dark);
    border-top: 0.1875rem solid var(--Brand-Purple-Purple-Line, #5E377A);
  }
}

.hero--no-img:not(.hero--home):not(.hero--program) {
  display: flex;
  padding: 3.125rem 1.25rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1.25rem;
  background: var(--Brand-Purple-Purple-Mid, #3B1954);
}
@media (min-width: 1025px) {
  .hero--no-img:not(.hero--home):not(.hero--program) {
    padding: 5rem 8.75rem 9.375rem 8.75rem;
    gap: 1.875rem;
  }
}

@media (min-width: 1025px) {
  .hero--img:not(.hero--home):not(.hero--program) {
    height: 45rem;
    display: grid;
  }
  .hero--img:not(.hero--home):not(.hero--program) > .hero__content-wrapper,
  .hero--img:not(.hero--home):not(.hero--program) > .hero__media {
    grid-area: 1/1;
  }
  .hero--img:not(.hero--home):not(.hero--program) .hero__media {
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .hero--img:not(.hero--home):not(.hero--program) .hero__media img, .hero--img:not(.hero--home):not(.hero--program) .hero__media picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero--img:not(.hero--home):not(.hero--program) .hero__content-wrapper {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10rem;
  }
  .hero--img:not(.hero--home):not(.hero--program) .hero__content-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url("/themes/custom/francis_tuttle/assets/img/gears.svg"), var(--Gradient-Page-Shape-Hero, linear-gradient(169deg, rgba(39, 13, 58, 0.3) 0%, rgba(45, 17, 66, 0.7) 37.07%, #3B1954 66.46%));
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat;
  }
  .hero--img:not(.hero--home):not(.hero--program) .hero__content {
    position: relative;
    z-index: 2;
  }
}

.section--application-wysiwyg,
.section--page-content {
  z-index: 2;
  position: relative;
}

.page--home .hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 67%, rgb(41, 5, 67) 71%, rgb(41, 5, 67) 100%);
}
.page--home .hero .heading {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
  background-color: #ffffff;
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  position: relative;
}
@media (min-width: 1025px) {
  .page--home .hero .heading {
    max-width: 42.5rem;
  }
}
.page--home .hero .heading h1 {
  font-size: 3.4375rem;
}
@media print, screen and (min-width: 48em) {
  .page--home .hero .heading h1 {
    font-size: 3.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--home .hero .heading h1 {
    font-size: 6.5625rem;
  }
}
.page--home .hero .heading h1 {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.5;
}
@media print, screen and (min-width: 48em) {
  .page--home .hero .heading h1 {
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media print, screen and (min-width: 64em) {
  .page--home .hero .heading h1 {
    line-height: 0.97;
    letter-spacing: -2px;
  }
}
.page--home .hero .heading h1 {
  font-size: 3.125rem;
}
@media print, screen and (min-width: 48em) {
  .page--home .hero .heading h1 {
    font-size: 5.3125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--home .hero .heading h1 {
    font-size: 7.5rem;
  }
}
.page--home .hero .heading h1 {
  line-height: 0.97;
  letter-spacing: 0;
}
@media print, screen and (min-width: 48em) {
  .page--home .hero .heading h1 {
    letter-spacing: -1px;
  }
}
@media print, screen and (min-width: 64em) {
  .page--home .hero .heading h1 {
    letter-spacing: -2px;
  }
}
.page--home .hero .heading h1 {
  position: relative;
  flex: 1;
  color: #111;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 300;
  z-index: 6;
}
.page--home .hero .heading h1 .section__content--prefix {
  color: #5E377A;
  font-size: 3.4375rem;
}
@media print, screen and (min-width: 48em) {
  .page--home .hero .heading h1 .section__content--prefix {
    font-size: 3.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--home .hero .heading h1 .section__content--prefix {
    font-size: 6.5625rem;
  }
}
.page--home .hero .heading h1 .section__content--prefix {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.5;
}
@media print, screen and (min-width: 48em) {
  .page--home .hero .heading h1 .section__content--prefix {
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media print, screen and (min-width: 64em) {
  .page--home .hero .heading h1 .section__content--prefix {
    line-height: 0.97;
    letter-spacing: -2px;
  }
}
.page--home .hero .heading h1 .section__content--prefix {
  font-family: "freight-text-pro", "Times New Roman", serif;
  font-size: 2.25rem;
}
@media print, screen and (min-width: 48em) {
  .page--home .hero .heading h1 .section__content--prefix {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--home .hero .heading h1 .section__content--prefix {
    font-size: 4.5rem;
  }
}
.page--home .hero .heading h1 .section__content--prefix {
  line-height: 1;
  letter-spacing: 0;
  font-style: italic;
}

.parallax-overlay {
  background: #ffffff;
  z-index: 3;
}
.parallax-overlay::before, .parallax-overlay::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.parallax-overlay::after {
  clear: both;
}
.parallax-overlay {
  position: relative;
}

.hero--program .video-feature {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.hero--program .video-feature + img {
  display: none;
}
.hero--program .hero__media {
  position: relative;
}
@media (min-width: 1025px) {
  .hero--program .hero__media {
    padding-left: 3.75rem;
    padding-right: 0;
  }
  .hero--program .hero__media video,
  .hero--program .hero__media img {
    border-radius: 0.625rem;
  }
}
@media (min-width: 769px) {
  .hero--program .hero__media .play {
    right: -40.625rem;
    bottom: -25rem;
  }
}
@media (min-width: 1025px) {
  .hero--program .hero__media .play {
    right: -56.5625rem;
    bottom: -4.6875rem;
  }
}
@media (min-width: 1441px) {
  .hero--program .hero__media .play {
    right: -64rem;
    bottom: -11.25rem;
  }
}

.section--horizontal-feature-box {
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}
.section--horizontal-feature-box h2 {
  margin-top: 0;
}

.horizontal-feature-box__img {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 48em) {
  .horizontal-feature-box__img {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .image-grid .glide__slides {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 48em) {
  .image-grid .glide__slides {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .image-grid .glide__arrows {
    display: none;
  }
}

.image-grid-item__link {
  position: relative;
  display: table;
  margin: 0 auto;
  line-height: 1;
}
.image-grid-item__link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  transition: background-color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
  background-color: rgba(59, 25, 84, 0);
}
.image-grid-item__link:hover:before, .image-grid-item__link:focus:before {
  background-color: rgba(59, 25, 84, 0.333);
}
.image-grid-item__expand {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.5em;
  background-color: #ffffff;
  font-size: 1.25rem;
}
.image-grid-item .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.8125rem;
  height: 2.8125rem;
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 39.99875em) {
  .image-grid-item {
    padding: 0;
  }
  .image-grid-item__toggle {
    display: none;
  }
}
@media print, screen and (min-width: 40em) {
  .image-grid-item {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    display: block;
    height: auto;
    padding-bottom: 30px;
  }
  .image-grid-item__toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5em 0.5625em;
    text-align: center;
    color: #3B1954;
    background-color: #ffffff;
    font-size: 1.25rem;
  }
  .image-grid-item__toggle:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f424";
    font-weight: 300;
  }
  .image-grid-item__toggle:hover {
    background-color: #ffffff;
  }
}

.section-thissection .section-title {
  margin-bottom: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .section-thissection .section-title {
    display: none;
  }
}
.section-thissection .grid-margin-x > .cell {
  margin-left: 0;
  margin-right: 0;
}
.section-thissection ul {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  list-style-type: none;
}
.section-thissection li {
  max-width: 25%;
  min-width: 25%;
  width: 25%;
  flex-basis: 25%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 1px) {
  .section-thissection li:first-child {
    margin-top: 15px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .section-thissection--accordion .menu--mobile li {
    max-width: 33.33%;
    min-width: 33.33%;
    width: 33.33%;
    flex-basis: 33.33%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .section-thissection--accordion .menu--mobile li {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .section-thissection--accordion .menu--mobile li {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.accordion--mobile .accordion__button {
  text-align: center;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1px) {
  .accordion--mobile .accordion__button:not(:first-child) {
    margin-top: 15px;
  }
}
.accordion--mobile .accordion__button:hover, .accordion--mobile .accordion__button:focus {
  text-decoration: none;
}
.accordion--mobile .accordion__button {
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .accordion--mobile .accordion__button {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .accordion--mobile .accordion__button {
    font-size: 1.125rem;
  }
}
.accordion--mobile .accordion__button {
  padding: 0.9375rem 0.3125rem;
}
@media print, screen and (min-width: 48em) {
  .accordion--mobile .accordion__button {
    padding: 1.5rem 0.3125rem;
  }
}
.accordion--mobile .accordion__button {
  color: var(--Global-White, #ffffff);
  letter-spacing: 0.0625rem;
  transition: background-color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  border-radius: 10px;
  border: 1px solid var(--Accent-Orange, #D53A0A);
  background: transparent;
}
.accordion--mobile .accordion__button:hover, .accordion--mobile .accordion__button:focus {
  color: var(--Brand-Purple-Purple-Mid);
  background: var(--Global-White);
  border: 1px solid var(--Global-White);
}
.accordion--mobile .accordion__button {
  border-radius: 0;
  background-color: rgba(255, 237, 178, 0.3);
  text-align: left;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.accordion--mobile .accordion__button:hover {
  background-color: #fbc616;
}
.accordion--mobile .accordion__button-text {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 20px;
}

.section-thissection--programs li,
.section-thissection--programs li:first-child {
  margin-top: 0;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media print, screen and (min-width: 48em) {
  .section-thissection--programs li,
  .section-thissection--programs li:first-child {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 8.75rem;
  }
}
.section-thissection--programs li a,
.section-thissection--programs li:first-child a {
  padding: 0.9375rem 0;
  display: block;
  border-bottom: 0.0625rem solid #F8F8F8;
}

.jump-nav {
  position: fixed;
  top: 20rem;
  padding: 0;
  list-style: none;
}
.jump-nav__link {
  transition: color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
  font-size: 1.5rem;
  font-weight: 700;
}
.jump-nav__link--active {
  color: #FF7347;
}

.listing-icons ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}
@media print, screen and (min-width: 64em) {
  .listing-icons ul {
    display: flex;
    margin-top: 0;
  }
}
.listing-icons li {
  flex-flow: row;
  display: flex;
  align-items: baseline;
  line-height: 1.3;
  align-items: center;
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .listing-icons li {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .listing-icons li {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .listing-icons li:not(:first-child) {
    margin-top: 0;
  }
}
.listing-icons li span.fas,
.listing-icons li span.far {
  color: #D53A0A;
  margin-right: 10px;
}
.listing-icons li a {
  color: #000000;
  line-height: 1;
  font-weight: 400;
}
.listing-icons li .email {
  color: #3B1954;
}
@media print, screen and (min-width: 64em) {
  .listing-icons li:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.section-announcement .listing-icons li {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  font-variant-numeric: lining-nums proportional-nums;
}
.section-announcement .listing-icons li a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media print, screen and (min-width: 64em) {
  .section-announcement .listing-icons li:not(:last-child) {
    position: relative;
    margin-right: 0.625rem;
    padding-right: 2.5rem;
  }
  .section-announcement .listing-icons li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #E6E6E6; /* gray line */
  }
}

.program-majors details {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: 0;
  flex: 1 0 0;
  border: 0.125rem solid var(--Brand-Purple-Purple-Background, #eeebf0);
  border-radius: 0.625rem;
  background: var(--Brand-Purple-Purple-Background, #eeebf0);
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.program-majors details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  padding: 1.5625rem;
  color: var(--Black, #000);
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.program-majors details summary::-webkit-details-marker {
  display: none;
}
.program-majors details summary::after {
  content: "+";
  display: inline-block;
  color: var(--Accent-Orange, #D53A0A);
  font-family: "Font Awesome 6 Pro";
  margin-left: 0.625rem;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.3s ease, color 0.3s ease, content 0.3s ease;
}
.program-majors details:hover {
  border-color: var(--Accent-Yellow, #fbc616);
  background: var(--Global-White, #fff);
}
.program-majors details:hover summary {
  color: var(--Brand-Purple-Purple-Mid, #3B1954);
}
.program-majors details:hover summary::after {
  color: var(--Brand-Purple-Purple-Mid, #3b1954);
  transform: rotate(-360deg);
}
.program-majors details[open] {
  gap: 1.875rem;
  background: var(--Global-White, #fff);
  border-color: var(--Brand-Purple-Purple-Background, #eeebf0);
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.08);
  padding: 1.5625rem;
}
.program-majors details[open] summary {
  color: var(--Brand-Purple-Purple-Mid, #3B1954);
  padding: 0;
}
.program-majors details[open] summary::after {
  content: "\f068";
  color: var(--Accent-Orange, #D53A0A);
}
.program-majors details[open]:hover {
  border-color: var(--Brand-Purple-Purple-Background, #eeebf0);
}
.program-majors details summary {
  color: var(--Global-Black, #000);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .program-majors details summary {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .program-majors details summary {
    font-size: 1.25rem;
  }
}
.program-majors details summary {
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 22px */
  letter-spacing: -0.25px;
}

.majors {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.majors .views-element-container,
.majors .views-row {
  width: 100%;
}
.majors .listing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.major .major-content h2,
.major .major-section-heading {
  color: var(--Global-Black, #000);
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .major .major-content h2,
  .major .major-section-heading {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .major .major-content h2,
  .major .major-section-heading {
    font-size: 1.875rem;
  }
}
.major .major-content h2,
.major .major-section-heading {
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  align-self: stretch;
  word-break: break-word;
}
.major .major-content h2 + ul,
.major .major-section-heading + ul {
  margin-top: 0.9375rem;
}
.major .major-content h3 {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .major .major-content h3 {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .major .major-content h3 {
    font-size: 1.25rem;
  }
}
.major .major-content h4 {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .major .major-content h4 {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .major .major-content h4 {
    font-size: 1.25rem;
  }
}
.major .major-content h5 {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .major .major-content h5 {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .major .major-content h5 {
    font-size: 1.125rem;
  }
}
.major .major-content h6 {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .major .major-content h6 {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .major .major-content h6 {
    font-size: 1.125rem;
  }
}
.major .major--hours {
  color: var(--Global-Black, #000);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 36px */
  font-size: 2.25rem;
}
@media print, screen and (min-width: 48em) {
  .major .major--hours {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .major .major--hours {
    font-size: 2.25rem;
  }
}
.major .major--hours {
  margin-left: 1.25rem;
}
.major-content__inner {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.major-content__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  .major-content__wrapper {
    flex-direction: row;
  }
}
.major-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
.major-content .tuition-cost-content {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.major-content .tuition-cost-items {
  border-radius: 10px;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.major-content .tuition-cost-items .tuition-cost-item__info {
  border-left: 1.5px solid var(--Global-Gray-Line);
  display: flex;
  padding-left: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.major-content .tuition-cost-items h4 {
  color: var(--Global-Black, #000);
  font-family: "Proxima Nova", "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .major-content .tuition-cost-items h4 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .major-content .tuition-cost-items h4 {
    font-size: 1.125rem;
  }
}
.major-content .tuition-cost-items h4 {
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
.major-info {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 10px;
}
.major-info .eyebrow {
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.major-info .eyebrow p:first-of-type {
  margin-top: 0;
}
@media print, screen and (min-width: 64em) {
  .major-info {
    max-width: 25rem;
  }
}
.major ul {
  margin: 0;
}
.major ul li {
  font-weight: 350;
}
.major .tuition-cost-item ul li {
  margin: 0;
}
.major .major-info__item--location.reset-ul ul {
  margin-left: 1.25rem;
}
.major .fa-container {
  display: flex;
}
.major .fa-container span.fas {
  color: #D53A0A;
  margin-right: 0.625rem;
  line-height: 1.5;
}

.media-announce {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  will-change: transform, width;
  position: relative;
  z-index: 5;
  transition: transform 0.1s linear;
}
@media (max-width: 640px) {
  .media-announce {
    transition: none !important;
  }
}
@media (min-width: 769px) {
  .media-announce::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    height: 904px;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 33.17%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
  }
}
@media (min-width: 1025px) {
  .media-announce {
    transform: rotate(-20deg);
    margin: -4.375rem 0 0 0;
    width: 140vw;
    transition: transform 0.1s linear;
  }
}
@media (min-width: 1441px) {
  .media-announce {
    transform: rotate(-20deg);
    margin: -4rem 0 0 0;
    width: 140vw;
    transition: transform 0.1s linear;
  }
}
@media (min-width: 1601px) {
  .media-announce {
    transform: rotate(0deg);
  }
}
.media-announce.is-rotating .hero__announcement {
  border-top-color: #3B1954;
}
.media-announce .hero__announcement {
  border-top: 3px solid transparent;
  transition: border-color 0.1s linear;
}
.media-announce .hero__media {
  /* Bridges the Firefox anti-aliasing gap */
  box-shadow: 0 0 1px 1px #FFF;
  /* Sometimes Firefox needs this extra push to hardware-accelerate the edge smoothly */
  backface-visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.media-announce .hero__media img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.28/1;
}
@media (min-width: 769px) {
  .media-announce .hero__media img {
    height: auto;
    aspect-ratio: 2.2/1;
    object-fit: cover;
    position: relative;
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 2.2/1;
    object-fit: cover;
  }
}
.media-announce .hero__announcement {
  width: 100%;
}

.more-less {
  position: relative;
  overflow-y: hidden;
  max-height: 25rem;
}
.more-less:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}
.more-less__toggle {
  position: absolute;
  z-index: 2;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.more-less-open .more-less {
  max-height: 10000rem !important;
  padding-bottom: 5rem;
}
.more-less-open .more-less:after {
  background: rgba(255, 255, 255, 0);
}
.more-less-open .more-less .more-less__toggle {
  bottom: -1rem;
}

:root:not(.oho-js) .more-less,
.more-less--inactive {
  max-height: none;
}

:root:not(.oho-js) .more-less:after,
:root:not(.oho-js) .more-less__toggle,
.more-less--inactive:after,
.more-less--inactive .more-less__toggle {
  display: none;
}

.multiselect-dropdown {
  margin-top: 0.9375rem;
  position: relative;
}
.multiselect-dropdown button.multiselect-dropdown__toggle {
  display: flex;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .multiselect-dropdown button.multiselect-dropdown__toggle {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .multiselect-dropdown button.multiselect-dropdown__toggle {
    font-size: 1.25rem;
  }
}
.multiselect-dropdown button.multiselect-dropdown__toggle {
  line-height: 1.1;
  letter-spacing: -0.25px;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-weight: 600;
  padding: 0.75rem 1.875rem;
  border: 0.0625rem solid #F8F8F8;
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .multiselect-dropdown button.multiselect-dropdown__toggle {
    margin-bottom: 0;
  }
}
.multiselect-dropdown button.multiselect-dropdown__toggle[aria-expanded=true] {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.multiselect-dropdown button.multiselect-dropdown__toggle[aria-expanded=true]::after {
  margin-top: -0.125rem;
  transform: rotate(225deg);
}
.multiselect-dropdown button.multiselect-dropdown__toggle::after {
  border-color: #000000;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  height: 0.875rem;
  width: 0.875rem;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  margin-top: -0.625rem;
  transform: rotate(45deg);
}
.multiselect-dropdown .multiselect-dropdown__dialog {
  background-color: #ffffff;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
  display: none;
  border: 0.0625rem solid #F8F8F8;
  border-radius: 0 0 4px 4px;
  border-top: none;
  padding: 0 0.625rem 1.25rem 0.625rem;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.multiselect-dropdown .multiselect-dropdown__dialog[open] {
  display: block;
}
.multiselect-dropdown .multiselect-dropdown__dialog > div:last-child a {
  color: #3B1954;
  display: block;
  margin-top: 0.5rem;
  text-align: center;
}
.multiselect-dropdown .multiselect-dropdown__dialog > div:last-child a:hover {
  color: #5E377A;
}
.multiselect-dropdown .multiselect-dropdown__wrapper {
  border-top: 1px solid #A5A5A5;
  overflow-y: auto;
}
.multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__scroll {
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__scroll {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__scroll {
    font-size: 1rem;
  }
}
.multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__scroll {
  margin: 0;
  overflow: unset;
}
@media print, screen and (min-width: 48em) {
  .multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__scroll {
    margin: 0;
  }
}
.multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__scroll ul.multiselect-dropdown__list {
  padding-left: 0.125rem;
  margin: 0.625rem 0 1.25rem;
}
.multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__scroll ul.multiselect-dropdown__list li.multiselect-dropdown__item {
  margin-top: 0;
}
.multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__scroll [type=checkbox] {
  display: block;
  opacity: 0;
  position: absolute;
}
.multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__scroll [type=checkbox]:focus + label {
  border-radius: 5px;
  border-top: 1px solid #3B1954;
  border-bottom: 1px solid #3B1954;
}
.multiselect-dropdown .multiselect-dropdown__wrapper [type=checkbox] {
  display: none;
}
.multiselect-dropdown .multiselect-dropdown__wrapper [type=checkbox]:checked + label::before,
.multiselect-dropdown .multiselect-dropdown__wrapper [type=checkbox]:checked ~ a::before {
  background-color: #3B1954;
  border-color: #3B1954;
}
.multiselect-dropdown .multiselect-dropdown__wrapper [type=checkbox]:checked + label::after,
.multiselect-dropdown .multiselect-dropdown__wrapper [type=checkbox]:checked ~ a::after {
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 2px 2px 0;
  content: "";
  height: 0.6rem;
  margin-top: -0.4rem;
  position: absolute;
  transform: rotate(45deg);
  width: 0.3em;
  top: 1.125rem;
  left: 0.375rem;
}
.multiselect-dropdown .multiselect-dropdown__wrapper [type=checkbox]:indeterminate + label::after,
.multiselect-dropdown .multiselect-dropdown__wrapper [type=checkbox]:indeterminate ~ a::after {
  border-style: solid;
  border-color: #5E377A;
  border-width: 2px 0 0;
  content: "";
  height: 0;
  margin-top: -0.0625rem;
  position: absolute;
  width: 0.5rem;
  top: 1.25rem;
  left: calc(0.25rem + 1px);
}
.multiselect-dropdown .multiselect-dropdown__wrapper [type=checkbox]:disabled + label,
.multiselect-dropdown .multiselect-dropdown__wrapper [type=checkbox]:disabled ~ a {
  color: #A5A5A5;
  cursor: not-allowed;
  pointer-events: none;
}
.multiselect-dropdown .multiselect-dropdown__wrapper [type=checkbox]:disabled + label::before,
.multiselect-dropdown .multiselect-dropdown__wrapper [type=checkbox]:disabled ~ a::before {
  border-color: #A5A5A5;
}
.multiselect-dropdown .multiselect-dropdown__wrapper label,
.multiselect-dropdown .multiselect-dropdown__wrapper a {
  color: #000000;
  line-height: 1.4;
  margin: 0;
  padding: 0.5rem 0;
  padding-left: 26px;
  position: relative;
  width: 100%;
}
.multiselect-dropdown .multiselect-dropdown__wrapper label::before,
.multiselect-dropdown .multiselect-dropdown__wrapper a::before {
  border: 1px solid #5E377A;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 1rem;
  margin-left: -26px;
  position: absolute;
  vertical-align: middle;
  width: 1rem;
  top: 10px;
  left: 26px;
}
.multiselect-dropdown .multiselect-dropdown__wrapper label span:first-child,
.multiselect-dropdown .multiselect-dropdown__wrapper a span:first-child {
  margin-right: 0.5rem;
}
.multiselect-dropdown .multiselect-dropdown__wrapper label:hover,
.multiselect-dropdown .multiselect-dropdown__wrapper a:hover {
  color: #5E377A;
}
.multiselect-dropdown .multiselect-dropdown__wrapper a {
  text-decoration: none;
}
.multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
}
[data-whatinput=mouse] .multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__button {
  outline: 0;
}
.multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__button, .multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__button.disabled, .multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__button[disabled], .multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__button.disabled:hover, .multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__button[disabled]:hover, .multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__button.disabled:focus, .multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__button[disabled]:focus {
  background-color: "white";
  color: #ffffff;
}
.multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__button:hover, .multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__button:focus {
  background-color: rgb(50.15, 21.25, 71.4);
  color: #ffffff;
}
.multiselect-dropdown .multiselect-dropdown__wrapper .multiselect-dropdown__button {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin: 0 auto 16px;
  min-width: 175px;
}

@media print, screen and (min-width: 48em) {
  .section-newsevent__content {
    display: flex;
    flex-flow: row;
  }
}
@media print and (min-width: 1px), screen and (min-width: 48em) and (min-width: 1px) {
  .section-newsevent__content__news {
    margin-right: 20px;
  }
}
@media print and (min-width: 769px), screen and (min-width: 48em) and (min-width: 769px) {
  .section-newsevent__content__news {
    margin-right: 30px;
  }
}
@media print and (min-width: 1px), screen and (max-width: 47.99875em) and (min-width: 1px) {
  .section-newsevent__content__news {
    margin-bottom: 15px;
  }
}
@media print and (min-width: 769px), screen and (max-width: 47.99875em) and (min-width: 769px) {
  .section-newsevent__content__news {
    margin-bottom: 20px;
  }
}
.section-newsevent__content__news, .section-newsevent__content__event {
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
  border-top: 3px solid #fbc616;
  background-color: #ffffff;
}

.offset-slider {
  overflow-x: hidden;
}
.offset-slider .slick-list {
  overflow: visible !important;
}
.offset-slider .slick-track {
  left: -3.5rem;
}
.offset-slider__item {
  width: calc(100vw - 8rem);
  margin: 0 1rem;
}
.offset-slider__item > img {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .offset-slider .slick-track {
    left: 0;
  }
  .offset-slider__item {
    width: calc(50vw - 6rem);
  }
}
@media print, screen and (min-width: 64em) {
  .offset-slider--three {
    margin: 0 -1rem;
  }
  .offset-slider--three .offset-slider__item {
    float: left;
    width: calc(33.333% - 2rem);
  }
  .offset-slider--unlimited .offset-slider__item {
    width: calc(33.333vw - 4rem);
  }
}

@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .mobile-offset-slider,
  .slider-row {
    padding: 0 0 0 1.25rem;
  }
  .mobile-offset-slider .slick-slide,
  .slider-row .slick-slide {
    width: 100%;
    max-width: calc(100vw - 120px);
    padding: 0;
    transition: opacity 600ms ease;
    opacity: 0.6 !important;
  }
  .mobile-offset-slider .slick-slide[aria-hidden=true],
  .slider-row .slick-slide[aria-hidden=true] {
    opacity: 0 !important;
  }
  .mobile-offset-slider .slick-slide.slick-active,
  .slider-row .slick-slide.slick-active {
    opacity: 1 !important;
  }
  .mobile-offset-slider .slick-slide[aria-hidden=false] + .slick-slide,
  .slider-row .slick-slide[aria-hidden=false] + .slick-slide {
    opacity: 0 !important;
  }
  .mobile-offset-slider .slick-slide img,
  .slider-row .slick-slide img {
    width: 100%;
    max-width: none;
  }
}
.mobile-offset-slider,
.slider-row {
  position: relative;
}

.section--stat-block {
  text-align: center;
}
.section--stat-block .section-heading__subheading {
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-weight: 100;
}

.oho-stat-block {
  float: left;
  width: 100%;
  padding: 20px 0 50px;
  text-align: center;
}
@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .oho-stat-block .oho-stat {
    padding: 20px 0;
  }
  .oho-stat-block .oho-stat:first-child {
    padding-top: 0;
  }
  .oho-stat-block .oho-stat:last-child {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .oho-stat-block .oho-stat {
    border-left: 1px solid #cccccc;
  }
  .oho-stat-block .oho-stat:last-child {
    border-right: 1px solid #cccccc;
  }
}
.oho-stat-block .oho-stat__title {
  font-size: 24px;
}
.oho-stat-block .oho-stat__value {
  padding: 10px 0;
  font-size: 72px;
  line-height: 1;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .oho-stat-block .oho-stat__value {
    font-size: 55px;
  }
}
.oho-stat-block .oho-stat__desc {
  font-size: 24px;
  line-height: 1.2;
}
.oho-stat-block .oho-stat__desc p {
  margin: 0;
  line-height: 1.4;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .oho-stat-block .oho-stat__desc {
    font-size: 20px;
  }
}
.oho-stat-block .slick-slide {
  padding: 0 45px;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .oho-stat-block .slick-slide {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .oho-stat-block .slick-slide {
    padding: 0 25px;
  }
}
.oho-stat-block .slick-list {
  margin: 0 50px;
  padding: 0 !important;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.oho-stat-block .slick-list h2 {
  display: none;
}
.oho-stat-block .slick-list .slick-slide {
  min-height: 160px;
}
@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .oho-stat-block .slick-list {
    border: none;
  }
}
.oho-stat-block .slick-center {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .oho-stat-block .slick-center {
    border: none;
  }
}
.oho-stat-block .slick-track .slick-active:first-child {
  background-color: #0000ff;
}
.oho-stat-block .field-name-field-hc-statistic-link a {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 45px 8px 35px;
  transition: 200ms all ease;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #333333;
  background-image: url("../img/btn-arrow-white.png");
  background-repeat: no-repeat;
  background-position: 93% center;
  font-size: 12px;
}
.oho-stat-block .field-name-field-hc-statistic-link a:hover {
  transition: 200ms all ease;
  background-position: 95%;
}
.oho-stat-block .slick-prev {
  left: -8px;
}
@media print, screen and (min-width: 40em) {
  .oho-stat-block .slick-prev {
    left: 8px;
  }
}
.oho-stat-block .slick-next {
  right: -8px;
}
@media print, screen and (min-width: 40em) {
  .oho-stat-block .slick-next {
    right: 8px;
  }
}

.section--gallery p {
  margin-top: 15px;
  font-family: "freight-text-pro", "Times New Roman", serif;
}

.gallery-slider {
  padding-inline-end: 0;
}
.gallery-slider .swiper-container {
  padding-top: 40px;
}
@media print, screen and (min-width: 48em) {
  .gallery-slider .swiper-container {
    padding-top: 40px;
    overflow: visible;
  }
}
.gallery-slider .slider-navigation {
  position: absolute;
  top: 40%;
  width: 100%;
  justify-content: space-between;
}
.gallery-slider .slider-navigation__prev {
  right: unset;
  left: 0;
}
.gallery-slider .slider-navigation__next {
  left: unset;
  right: 0;
}
@media (min-width: 769px) {
  .gallery-slider .slider-navigation {
    top: 12.5rem;
  }
  .gallery-slider .slider-navigation__prev {
    display: none;
  }
  .gallery-slider .slider-navigation__next {
    right: unset;
    left: 715px;
  }
}
@media (min-width: 1025px) {
  .gallery-slider .slider-navigation {
    top: 13.625rem;
  }
}
.gallery-slider .swiper-slide {
  margin: 0;
  opacity: 0.3;
}
.gallery-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.gallery-slider .swiper-slide.swiper-slide-active + .gallery-slider .swiper-slide {
  opacity: 0.3;
}
@media print, screen and (min-width: 48em) {
  .gallery-slider .swiper-slide.swiper-slide-active, .gallery-slider .swiper-slide.swiper-slide-next {
    min-width: 760px;
    width: 760px;
    width: 760px !important;
  }
}
.gallery-slider .swiper-slide.swiper-slide-prev {
  opacity: 0;
}

.gallery-slider__item {
  width: 100%;
}
.gallery-slider__item img {
  border-radius: 10px;
}
.gallery-slider__item figcaption {
  padding-left: 35px;
  position: relative;
  display: block;
}
.gallery-slider__item figcaption::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--Accent-Yellow-Mid);
}
@media print, screen and (min-width: 48em) {
  .gallery-slider__item figcaption {
    padding-left: 80px;
  }
  .gallery-slider__item figcaption::before {
    left: 34px;
    top: -40px;
  }
}
.gallery-slider__item a {
  cursor: pointer;
}

.grid-container--profile-slider {
  position: relative;
}

.section--proof-points .proof-point--img {
  display: flex !important;
}
.section--proof-points .proof-points-slider-outer {
  position: relative;
  width: 100%;
  max-width: var(--ogs-container-width);
  padding-inline: var(--ogs-container-padding-inline);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .section--proof-points .proof-points-slider-outer {
    padding-right: 0;
  }
}

.proof-points-slider {
  overflow: visible;
  position: static;
}
.proof-points-slider .proof-point {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.proof-points-slider .proof-point.proof-point--img .proof-point__media, .proof-points-slider .proof-point.proof-point--stat .proof-point__media, .proof-points-slider .proof-point.proof-point--icon .proof-point__media {
  width: 250px;
  height: 300px;
  align-self: stretch;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  background: var(--Gradient-Dark-Purple-Tones);
  width: 100%;
  height: auto !important; /* Overrides any fixed height so it can shrink */
  aspect-ratio: 260/300;
  text-align: center;
  overflow: hidden;
}
.proof-points-slider .proof-point.proof-point--img .proof-point__media img, .proof-points-slider .proof-point.proof-point--stat .proof-point__media img, .proof-points-slider .proof-point.proof-point--icon .proof-point__media img {
  border-radius: 10px;
}
.proof-points-slider .proof-point.proof-point--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proof-points-slider .proof-point.proof-point--stat .proof-point__media, .proof-points-slider .proof-point.proof-point--icon .proof-point__media {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background: var(--Gradient-Dark-Purple-Tones);
}
.proof-points-slider .proof-point.proof-point--stat .proof-point__media span, .proof-points-slider .proof-point.proof-point--icon .proof-point__media span {
  color: var(--Global-White);
  font-size: 60px;
  font-size: clamp(32px, 5vw, 100px);
  text-align: center;
}
.proof-points-slider .proof-point.proof-point--stat .proof-point__media .fa,
.proof-points-slider .proof-point.proof-point--stat .proof-point__media .fad,
.proof-points-slider .proof-point.proof-point--stat .proof-point__media .far,
.proof-points-slider .proof-point.proof-point--stat .proof-point__media .fa-fas,
.proof-points-slider .proof-point.proof-point--stat .proof-point__media .fas, .proof-points-slider .proof-point.proof-point--icon .proof-point__media .fa,
.proof-points-slider .proof-point.proof-point--icon .proof-point__media .fad,
.proof-points-slider .proof-point.proof-point--icon .proof-point__media .far,
.proof-points-slider .proof-point.proof-point--icon .proof-point__media .fa-fas,
.proof-points-slider .proof-point.proof-point--icon .proof-point__media .fas {
  font-size: 60px;
  align-self: stretch;
  color: var(--Global-Gray-Light, #F8F8F8);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 110px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  margin: 0;
}
.proof-points-slider .swiper-slide, .proof-points-slider .swiper-slide.sequence-anim-item--active {
  margin: 0;
  opacity: 0.3;
}
@media (max-width: 1024px) {
  .proof-points-slider .swiper-slide, .proof-points-slider .swiper-slide.sequence-anim-item--active {
    min-width: 20rem;
  }
}
.proof-points-slider .swiper-slide.swiper-slide-active, .proof-points-slider .swiper-slide.sequence-anim-item--active.swiper-slide-active {
  opacity: 1;
}
@media (min-width: 1025px) {
  .proof-points-slider .swiper-slide, .proof-points-slider .swiper-slide.sequence-anim-item--active {
    opacity: 1;
  }
}

.section--proof-points .slider-navigation button.slider-navigation__prev, .section--proof-points .slider-navigation button.slider-navigation__next {
  border: none;
  top: 14.125rem;
  top: calc(50% - 50px);
}
@media (min-width: 769px) {
  .section--proof-points .slider-navigation button.slider-navigation__prev, .section--proof-points .slider-navigation button.slider-navigation__next {
    top: 17.8125rem;
    top: calc(50% - 35px);
  }
}
@media (min-width: 1025px) {
  .section--proof-points .slider-navigation button.slider-navigation__prev, .section--proof-points .slider-navigation button.slider-navigation__next {
    top: 8.75rem;
    top: calc(50% - 50px);
  }
}
@media (min-width: 1601px) {
  .section--proof-points .slider-navigation button.slider-navigation__prev, .section--proof-points .slider-navigation button.slider-navigation__next {
    top: 9.375rem;
    top: calc(50% - 5px);
  }
}
@media (max-width: 1024px) {
  .section--proof-points .slider-navigation button.slider-navigation__prev {
    display: none;
  }
  .section--proof-points .slider-navigation button.slider-navigation__next {
    right: 2.5rem;
  }
}

.proof-points-home {
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
@media (min-width: 769px) {
  .proof-points-home {
    flex-direction: row;
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .proof-points-home {
    gap: 40px;
  }
}
.proof-points-home .proof-point {
  width: 100%;
}
.proof-points-home .proof-point .h4 {
  line-height: 1.1;
}
.proof-points-home .proof-point .h4 a {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .proof-points-home .proof-point .h4 a {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .proof-points-home .proof-point .h4 a {
    font-size: 1.75rem;
  }
}
.proof-points-home .proof-point .h4 a {
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: var(--Brand-Purple-Purple-Mid, #3B1954);
}
.proof-points-home .proof-point .h4 a:hover, .proof-points-home .proof-point .h4 a:focus {
  color: var(--Accent-Orange);
  text-decoration: underline;
  text-decoration-color: var(--Global-Gray-Mid);
}
.proof-points-home .proof-point p {
  margin-top: 0.3125rem;
}
.proof-points-home .proof-point {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.proof-points-home .proof-point .proof-point__media {
  flex: 0 0 80px;
  width: 80px;
  min-width: 0;
  max-width: none;
  aspect-ratio: 2/3;
  overflow: hidden;
}
.proof-points-home .proof-point .proof-point__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.proof-points-home .proof-point .proof-point__content {
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
  flex: 1 1 0;
  min-width: 0;
}
@media (min-width: 769px) {
  .proof-points-home .proof-point {
    display: flex;
    flex-direction: column;
    gap: unset;
    padding-top: 60px;
    gap: 30px;
    max-width: calc(25% - 8px);
  }
  .proof-points-home .proof-point .proof-point__media {
    flex: unset;
    width: 100%;
    min-width: 0;
    max-width: none;
    overflow: hidden;
  }
  .proof-points-home .proof-point .proof-point__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: unset;
  }
  .proof-points-home .proof-point .proof-point__content {
    position: relative;
  }
  .proof-points-home .proof-point .proof-point__content::before {
    content: "";
    position: absolute;
    left: 30px;
    top: -60px; /* pulls it upward to overlap previous element */
    width: 1px;
    height: 60px;
    background: #F1C42B;
    z-index: 2; /* ensures it sits above media if needed */
  }
  .proof-points-home .proof-point:nth-of-type(2n+2) {
    flex-direction: column-reverse;
  }
  .proof-points-home .proof-point:nth-of-type(2n+2) .proof-point__content::before {
    top: -60px;
    top: unset;
    bottom: -60px;
  }
}
@media (min-width: 1025px) {
  .proof-points-home .proof-point {
    padding-top: 60px;
    gap: 30px;
    width: calc(25% - 30px);
    max-width: 260px;
  }
}

.proof-points-slider--outcomes {
  display: flex;
}
.proof-points-slider--outcomes:before, .proof-points-slider--outcomes:after {
  display: none;
}
.proof-points-slider--outcomes .stat--outcomes--salary {
  font-size: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .proof-points-slider--outcomes .stat--outcomes--salary {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .proof-points-slider--outcomes .stat--outcomes--salary {
    font-size: 4.5rem;
  }
}
.proof-points-slider--outcomes .stat--outcomes--salary {
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.5px;
}
@media print, screen and (min-width: 64em) {
  .proof-points-slider--outcomes .stat--outcomes--salary {
    letter-spacing: -1px;
  }
}
.proof-points-slider--outcomes.slick-slider {
  margin-left: -20px;
  width: calc(100% + 40px);
}
.proof-points-slider--outcomes .slick-slide {
  padding: 0;
  max-width: 65vw;
  border-right: 0.1875rem solid #E4E4E4;
}

@media (min-width: 1px) {
  .proof-point.proof-point--outcomes {
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .proof-point.proof-point--outcomes {
    padding-right: 30px;
  }
}
@media (min-width: 1px) {
  .proof-point.proof-point--outcomes {
    padding-left: 20px;
  }
}
@media (min-width: 769px) {
  .proof-point.proof-point--outcomes {
    padding-left: 30px;
  }
}
@media (min-width: 1px) {
  .proof-point.proof-point--outcomes {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .proof-point.proof-point--outcomes {
    padding-top: 30px;
  }
}
@media (min-width: 1px) {
  .proof-point.proof-point--outcomes {
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .proof-point.proof-point--outcomes {
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 40em) {
  .proof-point.proof-point--outcomes {
    max-width: 33.333%;
    min-width: 33.333%;
    width: 33.333%;
    flex-basis: 33.333%;
    flex-grow: 0;
    flex-shrink: 0;
    width: 33% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .proof-point.proof-point--outcomes {
    border-right: 0.1875rem solid #E4E4E4;
  }
  .proof-point.proof-point--outcomes:first-child {
    border-left: 0.1875rem solid #E4E4E4;
  }
  .proof-point.proof-point--outcomes .proof-point__content {
    align-items: center;
    display: flex;
  }
}

.social-media {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-media li {
  display: inline-block;
}
.social-media a {
  display: block;
  margin: 0 0.25em;
  transition: color 250ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
  font-size: 1.5rem;
}
.social-media a:hover {
  color: #290543;
}

@media print, screen and (max-width: 47.99875em) {
  .tabs__buttons {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .tabs__buttons {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  :root:not(.oho-js) .tabs__buttons {
    display: none;
  }
  .tabs__buttons li + li {
    margin-left: 1em;
  }
  .tabs__button {
    margin-bottom: -0.0625em;
    border: 0.0625em solid #3B1954;
  }
  .tabs__button[aria-selected=true] {
    color: #3B1954;
    border-bottom-color: #ffffff;
    background-color: #ffffff;
  }
  .tabs .accordion::before, .tabs .accordion::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .tabs .accordion::after {
    clear: both;
  }
  .tabs .accordion {
    display: block;
    margin-top: 0;
    padding: 1.75em;
    border: 0.0625em solid #3B1954;
  }
  .tabs .accordion[aria-hidden=true] {
    display: none;
  }
  .tabs .accordion__button {
    display: none;
  }
  :root:not(.oho-js) .tabs .accordion__button {
    display: block;
  }
}

.tooltip-box {
  position: absolute;
  z-index: 10;
  visibility: hidden;
  max-width: 18.75rem;
  transition: opacity 300ms ease, transform 300ms ease;
  transform: translateY(10px);
  opacity: 0;
}

.tooltip-box--active {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.tooltip-box__container {
  position: relative;
  border: 1px solid #3B1954;
  border-top: 20px solid #3B1954;
}
.tooltip-box__container span.fas {
  position: absolute;
  top: -19px;
  right: 4px;
  cursor: pointer;
  color: #ffffff;
}
.tooltip-box__container .tooltip-box__content {
  display: block;
  padding: 15px;
  background: #ffffff;
  font-size: 15px;
}

.tooltip-box-toggle:after {
  padding-left: 10px;
  content: "\f05a";
  cursor: pointer;
  transition: color 200ms ease;
  color: #999999;
  font-family: "Font Awesome 6 Pro";
}

.tooltip-box-toggle--active:after {
  color: #3B1954;
}

[id=back-to-top] {
  width: 100%;
  margin-bottom: 45px;
  text-align: center;
}
[id=back-to-top] a:hover {
  text-decoration: none;
}
[id=back-to-top] span {
  display: block;
}

.has-tooltip-box {
  color: #000000;
}

@media (min-width: 1px) {
  .topics {
    margin-top: 5px;
  }
}
.topics ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}
.topics li {
  display: inline-flex;
  line-height: 1.3;
  align-items: center;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 700;
  border: 3px solid #E4E4E4;
  padding: 7px 20px;
  border-radius: 25px;
  margin-top: 0.3125rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
.topics li a {
  color: var(--Brand-Purple-Purple-Mid);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.topics li a:hover, .topics li a:focus {
  text-decoration: underline;
}
@media print, screen and (min-width: 48em) {
  .topics li {
    padding: 7px 25px;
  }
}
.topics li::after {
  display: none;
}
.topics li:not(:last-child) {
  margin-right: 0.3125rem;
}

.video-feature__video .video-embed-field-responsive-video {
  margin: 0 !important;
}
.video-feature__content {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .video-feature__content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.blog--detail__content .grid-x {
  align-items: flex-start;
  flex-flow: column-reverse;
}
@media print, screen and (min-width: 48em) {
  .blog--detail__content .grid-x {
    flex-flow: row;
  }
}
.blog--detail__content .medium-8 {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .blog--detail__content .medium-8 {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .blog--detail__content .medium-4 {
    border-left: 0.1875rem solid #E4E4E4;
    padding-left: 2.5rem;
  }
}

.blog-listing__items > div {
  position: relative;
  width: 100%;
  will-change: transform;
  overflow: visible !important;
  padding: 0;
  margin: 0;
}
.blog-listing__items__item {
  padding: 0 0.3125rem;
  padding-bottom: 0;
  margin-left: 0;
  margin-top: 0.625rem;
}
.blog-listing__item-title {
  display: inline-block;
}

.news__intro-text {
  max-width: 48rem;
}
.news--related .news__title {
  margin-bottom: 0.25rem;
}

section.section--program-intro {
  padding-bottom: 1.5625rem;
}
@media (min-width: 1025px) {
  section.section--program-intro {
    background: transparent;
    margin-top: -14.6875rem;
    padding-bottom: 3.125rem;
  }
  section.section--program-intro .ogs-container {
    padding-left: 0;
  }
}
section.section--program-intro .global-padding--gears {
  margin-top: 18.75rem;
}

@media (max-width: 768px) {
  .hero--program .hero__media,
  section.section--program-intro {
    --ogs-container-padding-inline: 0;
  }
}
.section--program-intro .section-wysiwyg {
  margin: 1.5625rem 0;
  padding: 1.5625rem 0 0;
}
@media (min-width: 769px) {
  .section--program-intro .section-wysiwyg {
    margin: 2.5rem 0;
    padding: 2.5rem 0 0;
  }
}
@media (min-width: 1025px) {
  .section--program-intro .section-wysiwyg {
    margin: 3.125rem 0;
    padding: 3.125rem 0 0;
  }
}

.program--top {
  z-index: 3;
}

.program-overview {
  padding: 2.5rem 1.25rem 3.125rem 1.25rem;
  gap: 3.75rem;
  flex: 1 0 0;
  background: var(--Global-White, #FFF);
}
@media (min-width: 1025px) {
  .program-overview {
    padding: 3.75rem 3.75rem 4.375rem 8.75rem;
    border-radius: 0 0.625rem 0.625rem 0;
    /* Offset Hard Shadow */
    box-shadow: 0.625rem 0.625rem 0 0 rgba(0, 0, 0, 0.12);
  }
}

.program-info {
  display: flex;
  padding: 0.9375rem;
  align-items: flex-start;
  gap: 0.625rem;
  background: var(--Global-White, #FFF);
  margin: 0 0.9375rem;
  border-radius: 0.625rem;
}
@media (min-width: 1025px) {
  .program-info {
    margin: 0;
    padding: 1.25rem;
    /* Offset Hard Shadow */
    box-shadow: 0.625rem 0.625rem 0 0 rgba(0, 0, 0, 0.12);
  }
}
@media (min-width: 1201px) {
  .program-info {
    width: 22.5rem;
    width: 24.375rem;
  }
}
.program-info__content {
  display: flex;
  padding: 1.25rem;
  flex-direction: column;
  gap: 1.875rem;
  flex: 1 0 0;
  border-radius: 0.625rem;
  border: 3px solid var(--Accent-Yellow-Light, #FFEDB2);
}
.program-info__content .label {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .program-info__content .label {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .program-info__content .label {
    font-size: 1.25rem;
  }
}
.program-info__content .label {
  font-weight: 700;
}
.program-info__content ul {
  margin-top: 0.9375rem;
  margin-left: 0;
}
.program-info__content ul li {
  font-weight: 350;
}
.program-info__content ul li:not(first-of-type) {
  margin-top: 0.625rem;
}
@media (min-width: 1025px) {
  .program-info__content {
    padding: 2.5rem;
    gap: 1.875rem;
  }
}

.section--opportunities .grid-container {
  padding: 0;
}

.opportunity-card__info {
  padding: 1.25rem;
  background-color: rgba(255, 237, 178, 0.3);
}
@media (min-width: 769px) {
  .opportunity-card__info {
    padding: 2.5rem;
  }
}
.opportunity-card img {
  display: block;
}

@media (max-width: 640px) {
  .section--story-home {
    margin-bottom: 1.25rem;
  }
}
.section--story-feature {
  overflow: hidden;
}
.section--story-feature__title-lockup {
  font-weight: normal;
}
.section--story-feature__intro {
  font-weight: 300;
}
.section--story-feature__intro, .section--story-feature__intro p {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .section--story-feature__intro, .section--story-feature__intro p {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .section--story-feature__intro, .section--story-feature__intro p {
    font-size: 1.5rem;
  }
}
.section--story-feature__intro, .section--story-feature__intro p {
  font-family: "freight-text-pro", "Times New Roman", serif;
}
.section--story-feature .story-feature {
  margin: 2.5rem auto;
}

.card--story .card__media img {
  border-radius: 0.625rem;
}
.card--story .card__content__inner {
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .card--story .card__content__inner {
    padding: 0;
  }
}
.card--story p {
  font-family: "freight-text-pro", "Times New Roman", serif;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .card--story p {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .card--story p {
    font-size: 2.25rem;
  }
}
.card--story p {
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.25px;
}
@media print, screen and (min-width: 64em) {
  .card--story p {
    letter-spacing: -0.5px;
  }
}
.card--story .story-byline {
  position: relative;
  padding-left: 1.25rem;
  color: var(--Global-Black, #000);
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 350;
  line-height: 100%;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .card--story .story-byline {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .card--story .story-byline {
    font-size: 1rem;
  }
}
.card--story .story-byline {
  font-variant-numeric: lining-nums proportional-nums;
  margin-top: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .card--story .story-byline {
    margin-top: 1.375rem;
  }
}
.card--story .story-byline h3 {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .card--story .story-byline h3 {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .card--story .story-byline h3 {
    font-size: 1.375rem;
  }
}
.card--story .story-byline h3 {
  font-weight: 700;
}
.card--story .story-byline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--Accent-Yellow-Mid);
}

.story--detail__intro .grid-x {
  align-items: flex-start;
}
@media print, screen and (min-width: 48em) {
  .story--detail__intro .medium-4 {
    border-left: 0.1875rem solid #E4E4E4;
    padding-left: 2.5rem;
  }
}

.story-listing__items > div {
  position: relative;
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  will-change: transform;
  overflow: visible !important;
  padding: 0;
  margin: 0;
}
.story-listing__items__item {
  padding: 0 0.3125rem;
  padding-bottom: 0;
  list-style: none;
  display: block;
  margin-left: 0;
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .story-listing__items__item {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .story-listing__items__item {
    max-width: 33.3333%;
    min-width: 33.3333%;
    width: 33.3333%;
    flex-basis: 33.3333%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.story-listing__button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.story-listing__button:after {
  display: none;
}
.story-listing__button span.fas {
  margin-left: 0.625rem;
  font-weight: 400;
}
.story-listing .pager {
  border-top: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
  padding-left: 0;
}
@media (min-width: 1px) {
  .story-listing .pager {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .story-listing .pager {
    padding-top: 30px;
  }
}
.story-listing .pager a {
  text-align: center;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1px) {
  .story-listing .pager a:not(:first-child) {
    margin-top: 15px;
  }
}
.story-listing .pager a:hover, .story-listing .pager a:focus {
  text-decoration: none;
}
.story-listing .pager a {
  font-size: 1rem;
  padding: 0.6rem;
}
@media print, screen and (min-width: 48em) {
  .story-listing .pager a {
    padding: 0.9375rem 1.5625rem;
    font-size: 1rem;
  }
}
.story-listing .pager a {
  color: var(--Global-White, #ffffff);
  letter-spacing: 0.0625rem;
  transition: background-color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  border-radius: 10px;
  background: var(--Accent-Orange, #D53A0A);
}
.story-listing .pager a:hover, .story-listing .pager a:focus {
  background: var(--Brand-Purple-Purple-Mid, #3B1954);
}
.story-listing .pager a {
  font-weight: bold;
}
.story-listing .pager a:after {
  content: "\f021";
  font-family: "Font Awesome 6 Pro";
  margin-left: 0.3125rem;
}
.story-listing .pager li {
  list-style: none;
}

#application-tabs {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}

.card--application-announcement .card__content__inner {
  border-radius: 10px;
  margin: 0.9375rem 0;
}

#application-tabs .tabs-nav-global ul {
  flex-wrap: nowrap;
}
#application-tabs .tabs-nav-global li {
  min-width: 18.75rem;
}

.card--application-announcement__content__inner__inner {
  position: relative;
  padding-left: 2.8125rem;
}
.card--application-announcement__content__inner__inner h4 {
  color: var(--Global-Black, #000);
  font-family: "Proxima Nova", "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .card--application-announcement__content__inner__inner h4 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .card--application-announcement__content__inner__inner h4 {
    font-size: 1.125rem;
  }
}
.card--application-announcement__content__inner__inner h4 {
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  margin-bottom: 0.625rem;
}
.card--application-announcement__content__inner__inner span.fas {
  position: absolute;
  top: 0.125rem;
  left: 0;
  font-size: 1.875rem;
  color: #D53A0A;
}
.card--application-announcement__content__inner__inner .body--small {
  border-left: 1.5px solid var(--Global-Gray-Line);
  display: flex;
  padding-left: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.deadline {
  display: inline-block;
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .deadline {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .deadline {
    font-size: 1rem;
  }
}
.deadline {
  font-weight: bold;
  display: flex;
}
@media print, screen and (max-width: 47.99875em) {
  .deadline {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.deadline__inner {
  padding: 0.25rem 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .deadline__inner {
    flex: 1 1 auto;
  }
}
@media print, screen and (min-width: 48em) {
  .deadline:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 15px 16px 0;
    border-color: transparent #ffedb2 transparent transparent;
    max-width: 0.9375rem;
    min-width: 0.9375rem;
    width: 0.9375rem;
    flex-basis: 0.9375rem;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.process-line-item .grid-x {
  display: inline-flex;
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .page--landing-page #block-main-page-content,
  .page--full-width-page #block-main-page-content,
  .page--application-flow #block-main-page-content,
  .page--page #block-main-page-content {
    background: linear-gradient(168deg, #EFEFEF 37.5rem, #FFF 90rem);
  }
}

.hero:not(.hero--home):not(.hero--program) + section.section--page-content > .ogs-container.empty-main-section {
  display: none;
}

.page--page section.section--page-content {
  margin-bottom: 3.125rem;
}
.page--page section.section--page-content .ogs-container .row:has(.col) {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .page--page section.section--page-content {
    margin-bottom: 7.5rem;
  }
}

@media (min-width: 1px) {
  .page--home .section--proof-points,
  .page--home .section--story-feature {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .page--home .section--proof-points,
  .page--home .section--story-feature {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .slick-slider.instagram-mobile-slider {
    padding: 0 1.25rem;
  }
}
.slick-slider.instagram-mobile-slider .slick-dots li button:before {
  display: none;
}
.slick-slider.instagram-mobile-slider .slick-dots li {
  padding: 0 !important;
}

.instagram-item {
  position: relative;
  transition: transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  will-change: transform;
  display: block;
}
.instagram-item:after {
  content: "";
  height: 0;
  width: 100%;
  background: #3B1954;
  position: absolute;
  transition: height 0.6s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  bottom: 0;
  opacity: 0.7;
}
.instagram-item:hover {
  transform: scale(1.08);
}
.instagram-item svg {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  z-index: 3;
  right: 1.25rem;
  bottom: 1.25rem;
}
.instagram-item path {
  fill: #fff;
}
.instagram-item img {
  display: block;
  max-width: none;
  width: 100%;
}

@media (min-width: 1px) {
  .listing-item--career-program h2 {
    margin-bottom: 15px;
  }
}
.listing-item--career-program .listing-item__tags.majors {
  gap: 0.625rem;
  margin-top: 1.875rem;
}
.listing-item--career-program .item-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  padding-left: 0;
  margin-left: 0;
}
@media (min-width: 1px) {
  .listing-item--career-program .item-list ul {
    margin-top: 5px;
  }
}
.listing-item--career-program .item-list ul li {
  margin-top: 0;
  list-style: none;
  color: #000000;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: 350;
  font-size: 1rem;
}
@media print, screen and (min-width: 48em) {
  .listing-item--career-program .item-list ul li {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .listing-item--career-program .item-list ul li {
    font-size: 1rem;
  }
}
.listing-item--career-program .item-list ul li {
  display: flex;
  align-items: center;
}
.listing-item--career-program .item-list ul li a {
  line-height: 1.7;
}
.listing-item--career-program .item-list ul li:not(:last-child):after {
  content: "⬤";
  padding: 0 0.625rem;
  font-size: 6px;
  color: #D53A0A;
}
.listing-item--career-program .listing-icons ul {
  display: block;
}
.listing-item--career-program .listing-icons ul li {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.listing--career-program__items {
  border-bottom: 3px solid #A5A5A5;
}
@media (min-width: 1px) {
  .listing--career-program__items:not(:first-child) {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .listing--career-program__items:not(:first-child) {
    padding-top: 30px;
  }
}
.listing--career-program__items:last-child {
  border-bottom: 3px solid #E4E4E4;
}
.listing__form {
  box-shadow: inset 0px 0px 2px #d8d8d8;
}
@media print, screen and (max-width: 47.99875em) {
  .listing__form .cell:not(:last-child) {
    margin-top: 1.25rem;
  }
}
@media print and (min-width: 1px), screen and (max-width: 47.99875em) and (min-width: 1px) {
  .listing__form .grid-container {
    padding-right: 15px;
  }
}
@media print and (min-width: 769px), screen and (max-width: 47.99875em) and (min-width: 769px) {
  .listing__form .grid-container {
    padding-right: 20px;
  }
}
@media print and (min-width: 1px), screen and (max-width: 47.99875em) and (min-width: 1px) {
  .listing__form .grid-container {
    padding-left: 15px;
  }
}
@media print and (min-width: 769px), screen and (max-width: 47.99875em) and (min-width: 769px) {
  .listing__form .grid-container {
    padding-left: 20px;
  }
}
.listing.listing--career-program .listing__form .grid-container::before, .listing.listing--career-program .listing__form .grid-container::after,
.listing form::before,
.listing form::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.listing.listing--career-program .listing__form .grid-container::after,
.listing form::after {
  clear: both;
}
.listing.listing--career-program .listing__form .grid-container,
.listing form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 47.99875em) {
  .listing.listing--career-program .listing__form .grid-container,
  .listing form {
    width: 100%;
  }
  .listing.listing--career-program .listing__form .grid-container:first-of-type,
  .listing form:first-of-type {
    margin-bottom: 1.25rem;
  }
}
.listing__form__container {
  width: 100%;
}
.listing__form__container .grid-x {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .listing__form__container .medium-4 {
    width: 33.33%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .listing__form__container .medium-4 {
    width: 100%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .listing__form__container .medium-3 {
    width: 100%;
  }
}
.listing__form__container-title {
  margin-top: 0;
}
@media (min-width: 1px) {
  .listing__form__container-title {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .listing__form__container-title {
    margin-bottom: 20px;
  }
}
.listing__form__container-title {
  font-family: "freight-text-pro", "Times New Roman", serif;
}
.listing__form__container__submit-container {
  display: flex;
  align-items: flex-end;
}
@media print, screen and (max-width: 63.99875em) {
  .listing__form__container__submit-container {
    display: block;
  }
}
.listing__form__container__submit-container #edit-submit-announcement-listing:hover {
  color: #D53A0A;
}
@media print and (min-width: 1px), screen and (max-width: 63.99875em) and (min-width: 1px) {
  .listing__form__container__submit-container #edit-submit-announcement-listing {
    margin-top: 10px;
  }
}
@media print and (min-width: 1px), screen and (max-width: 63.99875em) and (min-width: 1px) {
  .listing__form__container__submit-container #edit-submit-announcement-listing {
    margin-bottom: 15px;
  }
}
@media print and (min-width: 769px), screen and (max-width: 63.99875em) and (min-width: 769px) {
  .listing__form__container__submit-container #edit-submit-announcement-listing {
    margin-bottom: 20px;
  }
}
.listing .form-item {
  max-width: none;
}
.listing label {
  color: #000000;
}
@media (min-width: 1px) {
  .listing label {
    margin-bottom: 10px;
  }
}
.listing label {
  font-size: 16px;
  font-weight: 700;
}
.listing [type=text], .listing [type=password], .listing [type=date], .listing [type=datetime], .listing [type=datetime-local], .listing [type=month], .listing [type=week], .listing [type=email], .listing [type=number], .listing [type=search], .listing [type=tel], .listing [type=time], .listing [type=url], .listing [type=color],
.listing [type=file],
.listing [type=image],
.listing select {
  width: 100%;
}
.listing [data-drupal-selector=edit-reset] {
  text-align: center;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1px) {
  .listing [data-drupal-selector=edit-reset]:not(:first-child) {
    margin-top: 15px;
  }
}
.listing [data-drupal-selector=edit-reset]:hover, .listing [data-drupal-selector=edit-reset]:focus {
  text-decoration: none;
}
.listing [data-drupal-selector=edit-reset] {
  font-size: 1rem;
  padding: 0.6rem;
}
@media print, screen and (min-width: 48em) {
  .listing [data-drupal-selector=edit-reset] {
    padding: 0.9375rem 1.5625rem;
    font-size: 1rem;
  }
}
.listing [data-drupal-selector=edit-reset] {
  color: var(--Global-White, #ffffff);
  letter-spacing: 0.0625rem;
  transition: background-color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  border-radius: 10px;
  background: var(--Accent-Orange, #D53A0A);
}
.listing [data-drupal-selector=edit-reset]:hover, .listing [data-drupal-selector=edit-reset]:focus {
  background: var(--Brand-Purple-Purple-Mid, #3B1954);
}
.listing .form-actions {
  display: flex;
}
.listing [type=submit] {
  margin: 0;
  padding: 12px 20px;
}
.listing [type=submit] + [type=submit] {
  margin-left: 1em;
}
@media print, screen and (min-width: 40em) {
  .listing form {
    display: flex;
    align-items: flex-end;
  }
  .listing [type=text], .listing [type=password], .listing [type=date], .listing [type=datetime], .listing [type=datetime-local], .listing [type=month], .listing [type=week], .listing [type=email], .listing [type=number], .listing [type=search], .listing [type=tel], .listing [type=time], .listing [type=url], .listing [type=color],
  .listing [type=file],
  .listing [type=image],
  .listing select {
    margin-bottom: 0;
  }
  .listing .form-item,
  .listing .form-actions {
    margin-bottom: 0;
  }
  .listing .form-item {
    flex: 0 1 auto;
  }
  .listing .form-item + .form-item,
  .listing .form-item + .form-actions {
    margin-left: 1em;
  }
  .listing .form-actions {
    flex: 0 0 auto;
  }
}

.listing-item {
  width: 100%;
}
@media (min-width: 1px) {
  .listing-item.announcement {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .listing-item.announcement {
    margin-top: 30px;
  }
}
@media (min-width: 1px) {
  .listing-item + .listing-item {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .listing-item + .listing-item {
    padding-top: 30px;
  }
}
@media (min-width: 1px) {
  .listing-item + .listing-item {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .listing-item + .listing-item {
    margin-top: 30px;
  }
}
.listing-item + .listing-item {
  border-top: 3px solid #E4E4E4;
}
.listing-item__image {
  display: block;
}
@media (min-width: 1px) {
  .listing-item__image {
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  .listing-item__image {
    margin-top: 20px;
  }
}
.listing-item__eyebrow {
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}
@media (min-width: 1px) {
  .listing-item__eyebrow {
    margin-top: 5px;
  }
}
.listing-item__title {
  font-family: "freight-text-pro", "Times New Roman", serif;
  color: #000000;
}
.listing-item__expand-link {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1px) {
  .listing-item__expand-link {
    margin-top: 10px;
  }
}
.listing-item__expand-link span.fas {
  font-size: 10px;
  font-weight: 700;
  color: #3B1954;
}
.listing-item__teaser p {
  margin-bottom: 0px;
}
@media (min-width: 1px) {
  .listing-item__teaser {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 48em) {
  .listing-item__image {
    margin: 0;
  }
}

.alpha-row__title {
  color: #D53A0A;
  font-weight: 700;
}

.program-header {
  display: flex;
  background: #3B1954;
  height: 3.75rem;
  align-items: center;
}
@media print, screen and (max-width: 47.99875em) {
  .program-header {
    display: none;
  }
}
.program-header .grid-container {
  width: 100%;
}
.program-header span {
  color: #ffffff;
  font-weight: 600;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  line-height: 30px;
}
@media print, screen and (max-width: 47.99875em) {
  .program-header .medium-3 > span {
    display: none;
  }
}
.program-header .cell {
  display: flex;
  align-items: center;
}

@media (min-width: 1px) {
  .program-finder__form legend, .form-type-multiselect-dropdown > label {
    margin-bottom: 15px;
  }
}
.program-finder__form legend, .form-type-multiselect-dropdown > label {
  letter-spacing: 1.6px;
  font-weight: 300;
  text-transform: uppercase !important;
  font-size: 15px;
}

.program-finder__form fieldset {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
@media (min-width: 1px) {
  .program-finder__form fieldset {
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .program-finder__form fieldset {
    padding-right: 30px;
  }
}
.program-finder__form fieldset:not(:first-child) {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .program-finder__form fieldset:not(:first-child) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .program-finder__form fieldset:not(:first-child) {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .program-finder__form fieldset {
    width: 100%;
    max-width: 273px;
  }
}
.program-finder__form [type=radio] {
  display: none;
}
.program-finder__form [type=radio] + label {
  margin: 0;
}
.program-finder__form [type=radio]:checked + label {
  background-color: #fbc616 !important;
  border-radius: 4px;
  color: #000000;
}
.program-finder__form .search-tabs {
  display: flex;
  padding: 3px;
  border: 0.0625rem solid #F8F8F8;
  border-radius: 4px;
  background: #ffffff;
}
.program-finder__form .search-tabs label {
  text-align: center;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1px) {
  .program-finder__form .search-tabs label:not(:first-child) {
    margin-top: 15px;
  }
}
.program-finder__form .search-tabs label:hover, .program-finder__form .search-tabs label:focus {
  text-decoration: none;
}
.program-finder__form .search-tabs label {
  font-size: 0.875rem;
  padding: 0.4375rem 1.0625rem;
  padding: 0.5625rem 1.875rem;
  margin-top: 0 !important;
  color: #3B1954;
  text-transform: inherit;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .program-finder__form .search-tabs label {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .program-finder__form .search-tabs label {
    font-size: 1.25rem;
  }
}
.program-finder__form .search-tabs label {
  line-height: 1.1;
  letter-spacing: -0.25px;
  font-weight: 600;
}
.program-finder__form .search-tabs label:before {
  display: none;
}
.program-finder__form .search-tabs label:not(:last-child) {
  margin-bottom: 0;
}
.program-finder__form .search-tabs label:hover {
  color: #000000;
  background-color: #ffedb2;
  border-radius: 4px;
}
@media print, screen and (max-width: 63.99875em) {
  .program-finder__form .search-tabs label:first-of-type {
    padding: 0.5625rem;
  }
}

form#views-exposed-form-program-finder-sort__alpha .form-actions .button {
  display: none;
}

@media print, screen and (min-width: 48em) {
  .active-filters {
    display: flex;
    align-items: center;
  }
}
.active-filters h2,
.active-filters h2:first-child {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .active-filters h2,
  .active-filters h2:first-child {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .active-filters h2,
  .active-filters h2:first-child {
    font-size: 1.5rem;
  }
}
.active-filters h2,
.active-filters h2:first-child {
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
}
@media (min-width: 1px) {
  .active-filters h2,
  .active-filters h2:first-child {
    margin-top: 15px;
  }
}
.active-filters__list {
  display: block;
}
@media print, screen and (min-width: 48em) {
  .active-filters__list {
    display: flex;
  }
}
.active-filters__item {
  margin-top: 0.625rem;
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .active-filters__item {
    margin-top: 1.25rem;
    padding: 0 2.5rem;
  }
}
.active-filters__item button {
  margin-right: 0.625rem;
  display: inline-block;
  padding: 0.4375rem 1.5625rem;
  line-height: 1.3;
  align-items: center;
  text-transform: capitalize;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  border: 0.1875rem solid #3B1954;
  border-radius: 1.5625rem;
  list-style: none;
  cursor: pointer;
  color: #3B1954;
}
.active-filters__item button:after {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  padding-left: 0.625rem;
}
.active-filters__clear {
  text-align: center;
  font-family: "freight-sans-pro", "Times New Roman", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 1px) {
  .active-filters__clear:not(:first-child) {
    margin-top: 15px;
  }
}
.active-filters__clear:hover, .active-filters__clear:focus {
  text-decoration: none;
}
.active-filters__clear {
  font-size: 1rem;
  padding: 0.6rem;
}
@media print, screen and (min-width: 48em) {
  .active-filters__clear {
    padding: 0.9375rem 1.5625rem;
    font-size: 1rem;
  }
}
.active-filters__clear {
  color: var(--Global-White, #ffffff);
  letter-spacing: 0.0625rem;
  transition: background-color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  border-radius: 10px;
  background: var(--Accent-Orange, #D53A0A);
}
.active-filters__clear:hover, .active-filters__clear:focus {
  background: var(--Brand-Purple-Purple-Mid, #3B1954);
}

.print-only {
  display: none !important;
}

@media print {
  @page {
    size: auto;
    margin: 0;
    padding: 20px;
  }
  * {
    color: #000000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  html {
    width: 90%;
    margin: 2rem auto;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  a[href]:after {
    display: none;
  }
  a,
  a:visited {
    text-decoration: underline;
    border-bottom: none;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  p {
    font-size: 1rem;
  }
  .intro-text,
  .intro-text p {
    font-size: 1.2rem;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
@media print {
  .site-header__logo {
    margin: 0 auto;
  }
  .global-spacing--large,
  .global-spacing--xlarge {
    margin-top: 2.5rem !important;
  }
  .global-padding {
    margin-top: 3.5rem !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sequence-anim-item,
  .anim-item {
    opacity: 1 !important;
    transform: none !important;
  }
  .hero__content__inner {
    max-width: 100%;
  }
  h1,
  .hero h1 {
    font-size: 2rem;
    text-align: center;
    margin-top: 0;
    width: 100%;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h6 {
    font-size: 1rem;
  }
}
@media print {
  .page--program .hero__media img {
    display: block;
    width: 75%;
    margin: 0 auto 1rem;
  }
  .page--program .section--program-intro {
    margin-bottom: 2.5rem !important;
  }
  .page--program .section--program-intro .program-info {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page--program .section--program-intro .medium-8 {
    width: calc(60% - 2.5rem);
    margin-right: 0;
  }
  .page--program .section--program-intro .medium-4 {
    width: 40%;
    margin-left: 0;
  }
  .page--program .section--story-feature {
    page-break-inside: avoid;
    width: 50%;
    margin: 0 auto;
  }
  .page--program .section--story-feature .section--story-feature__title-lockup {
    text-align: center;
  }
  .page--program .section--story-feature .section--story-feature__title-lockup .btn {
    display: none;
  }
  .page--program .section--story-feature button {
    display: none !important;
  }
  .page--program .section--story-feature .story-feature-slider {
    padding-top: 0 !important;
  }
  .page--program .section--story-feature .slick-list {
    margin: 0 !important;
    padding: 0 !important;
  }
  .page--program .section--story-feature .slick-track {
    width: 100% !important;
    transoform: 0 !important;
  }
  .page--program .section--story-feature .slick-slide {
    display: none;
  }
  .page--program .section--story-feature .slick-current {
    display: block;
    float: none;
    width: 100%;
  }
  .page--program .section--instructors {
    page-break-inside: avoid;
  }
  .page--program .section--instructors .instructors-container-outer {
    width: 80%;
    margin: 0 auto;
  }
  .page--program .section--instructors .instructor .instructor__media {
    float: left;
    width: 30%;
  }
  .page--program .section--instructors .instructor .instructor__content {
    float: left;
    width: 70%;
    padding: 0 1rem;
  }
  .page--program .section-thissection a {
    border-bottom: none !important;
    padding: 0.25rem 0 !important;
  }
}
@media print {
  .page--major .gallery-slider {
    width: 100%;
  }
  .page--major .gallery-slider:before, .page--major .gallery-slider:after {
    display: none;
  }
  .page--major .gallery-slider button {
    display: none !important;
  }
  .page--major .gallery-slider .slick-list {
    margin: 0 !important;
    padding: 0 !important;
  }
  .page--major .gallery-slider .slick-track {
    width: 100% !important;
    transform: none !important;
  }
  .page--major .gallery-slider .slick-slide {
    display: none;
  }
  .page--major .gallery-slider .slick-current {
    display: block;
    float: none;
    width: 100%;
  }
  .page--major .gallery-slider .slick-current .gallery-slider__item__inner {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
  .page--major .section--major-intro .cell {
    width: 50% !important;
    margin: 0 !important;
  }
  .page--major .section--major-intro .medium-7 {
    padding-right: 1rem;
  }
  .page--major .section--courses li {
    font-size: 1rem !important;
    margin-top: 0.5rem !important;
  }
  .page--major .section--instructors--major {
    page-break-inside: avoid;
  }
  .page--major .section--instructors--major .medium-6.reset-ul {
    width: 100% !important;
  }
  .page--major .section--instructors--major .instructor-spotlight-column {
    width: 100% !important;
  }
  .page--major .section--instructors--major .instructor {
    width: 80%;
    margin: 1rem auto;
  }
  .page--major .section--instructors--major .instructor .instructor__media {
    float: left;
    width: 30%;
  }
  .page--major .section--instructors--major .instructor .instructor__content {
    float: left;
    width: 70%;
    padding: 0 1rem;
  }
  .page--major .section--tuition-costs nav {
    display: none;
  }
  .page--major .section--tuition-costs .tab-panel {
    page-break-inside: avoid;
    display: block !important;
    padding: 1rem 0;
  }
  .page--major .section--tuition-costs .tab-panel + .tab-panel {
    margin-top: 0.5rem;
  }
  .page--major .section--outcomes .global-spacing--default,
  .page--major .section--outcomes .global-spacing--medium {
    margin-top: 0;
  }
  .page--major .section--outcomes .proof-point.proof-point--outcomes {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .page--major .section--outcomes .proof-point.proof-point--outcomes .intro-text {
    font-size: 1.1rem !important;
  }
  .page--major .section--opportunities {
    margin-bottom: 0 !important;
    page-break-inside: avoid;
  }
  .page--major .section-thissection a {
    border-bottom: none !important;
    padding: 0.25rem 0 !important;
  }
}
/*# sourceMappingURL=../maps/theme.css.map */
