@charset "UTF-8";
/**
 * OHO Interactive main theme stylesheet
 * Version: 2023-05
 * https://www.oho.com
 */
.grid-margin-x .cell.divider {
  /* creates a divider between cells */
  width: 1px;
  background: #d9d9d9;
  margin: 0px;
}

/* --- Antwerp --- */
@font-face {
  font-family: "antwerp";
  src: url("../../assets/fonts/antwerp.woff2") format("woff2"), url("../../assets/fonts/antwerp.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "antwerp";
  src: url("../../assets/fonts/antwerp_bold.woff2") format("woff2"), url("../../assets/fonts/antwerp_bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "antwerp";
  src: url("../../assets/fonts/antwerp_italic.woff2") format("woff2"), url("../../assets/fonts/antwerp_italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "antwerp";
  src: url("../../assets/fonts/antwerp_bolditalic.woff2") format("woff2"), url("../../assets/fonts/antwerp_bolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
/* --- Big Caslon --- */
@font-face {
  font-family: "caslon";
  src: url("../../assets/fonts/bigcaslon_regular.woff2") format("woff2"), url("../../assets/fonts/bigcaslon_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "caslon";
  src: url("../../assets/fonts/bigcaslon_bold.woff2") format("woff2"), url("../../assets/fonts/bigcaslon_bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* --- Chronica --- */
@font-face {
  font-family: "chronica";
  src: url("../../assets/fonts/chronicapro_regular.woff2") format("woff2"), url("../../assets/fonts/chronicapro_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chronica";
  src: url("../../assets/fonts/chronicapro_medium.woff2") format("woff2"), url("../../assets/fonts/chronicapro_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* --- Poynter --- */
@font-face {
  font-family: "poynter";
  src: url("../../assets/fonts/poynterosdisplay_roman.woff2") format("woff2"), url("../../assets/fonts/poynterosdisplay_roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poynter";
  src: url("../../assets/fonts/poynterosdisplay_bold.woff2") format("woff2"), url("../../assets/fonts/poynterosdisplay_bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "poynter";
  src: url("../../assets/fonts/poynterosdisplay_bolditalic.woff2") format("woff2"), url("../../assets/fonts/poynterosdisplay_bolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "poynter";
  src: url("../../assets/fonts/poynterosdisplay_italic.woff2") format("woff2"), url("../../assets/fonts/poynterosdisplay_italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "poynter";
  src: url("../../assets/fonts/poynterosdisplay_semibold.woff2") format("woff2"), url("../../assets/fonts/poynterosdisplay_semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "poynter";
  src: url("../../assets/fonts/poynterosdisplay_semiboldital.woff2") format("woff2"), url("../../assets/fonts/poynterosdisplay_semiboldital.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.3rem 0;
}

a {
  text-decoration: none;
}

.small-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}
.small-text p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}

.tiny-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
}
.tiny-text p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
}

.photo-credit {
  font-style: italic;
}

.byline a {
  color: #262626;
  text-transform: uppercase;
}
.byline a:hover {
  text-decoration: underline;
  text-decoration-color: #11639D;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  * {
    scroll-behavior: smooth;
  }
}

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

body {
  margin: 0;
  color: #000000;
  background: #ffffff;
  font-family: "poynter", "Garamond", "Georgia", serif;
  font-size: 16px;
  display: block;
}

main {
  display: block;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "poynter", "Garamond", "Georgia", serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: #262626;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #11639D;
}

h2 {
  border-top: 4px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
  padding: 10px 0px;
  margin-bottom: 9px;
}

a {
  color: #11639D;
}
a :hover {
  color: #11639D;
  text-decoration: underline;
}
a :visited {
  color: #113853;
  text-decoration: underline;
}

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

ol,
ul {
  list-style-type: none;
}

iframe {
  max-width: 100%;
}

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

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

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

@media print, screen and (min-width: 40.0625em) {
  .mobileonly, .mobile-only {
    display: none !important;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .desktoponly, .desktop-only {
    display: none !important;
  }
}
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.grid-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 20.0625em) {
  .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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .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 {
    -ms-flex-preferred-size: auto;
        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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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: 20.0625em) {
  .grid-x > .tiny-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 40.0625em) {
  .grid-x > .small-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 48.0625em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 64.0625em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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;
}
.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: 20.0625em) {
  .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: 40.0625em) {
  .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: 48.0625em) {
  .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: 64.0625em) {
  .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;
}
.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;
}

.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: 20.0625em) {
  .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: 40.0625em) {
  .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: 48.0625em) {
  .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: 64.0625em) {
  .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: 20.0625em) {
  .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: 40.0625em) {
  .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: 48.0625em) {
  .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: 64.0625em) {
  .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: 20.0625em) {
  .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: 40.0625em) {
  .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: 48.0625em) {
  .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: 64.0625em) {
  .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: 20.0625em) {
  .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: 20.0625em) {
  .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: 20.0625em) {
  .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: 40.0625em) {
  .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: 48.0625em) {
  .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: 64.0625em) {
  .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: 20.0625em) {
  .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: 40.0625em) {
  .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: 40.0625em) {
  .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: 40.0625em) {
  .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: 40.0625em) {
  .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: 48.0625em) {
  .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: 64.0625em) {
  .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: 40.0625em) {
  .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: 48.0625em) {
  .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: 48.0625em) {
  .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: 48.0625em) {
  .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: 48.0625em) {
  .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: 48.0625em) {
  .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: 64.0625em) {
  .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: 48.0625em) {
  .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: 64.0625em) {
  .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: 64.0625em) {
  .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: 64.0625em) {
  .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: 64.0625em) {
  .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: 64.0625em) {
  .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: 64.0625em) {
  .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: 64.0625em) {
  .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: 20.0625em) {
  .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: 40.0625em) {
  .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: 48.0625em) {
  .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: 64.0625em) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          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 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 20.0625em) {
  .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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .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 {
    -ms-flex-preferred-size: auto;
        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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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: 20.0625em) {
  .grid-y > .tiny-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 40.0625em) {
  .grid-y > .small-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 48.0625em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 64.0625em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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;
}
.grid-padding-y > .cell {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.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;
}
.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: 20.0625em) {
  .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: 40.0625em) {
  .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: 48.0625em) {
  .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: 64.0625em) {
  .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 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

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

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.initial-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.initial-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.initial-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.initial-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.initial-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.initial-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 20.0625em) {
  .tiny-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tiny-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tiny-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .tiny-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .tiny-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .tiny-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .small-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .small-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .small-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .small-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .small-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .small-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

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

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 20.0625em) {
  .tiny-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tiny-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .tiny-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .tiny-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .tiny-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tiny-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tiny-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tiny-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .small-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .small-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .small-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .small-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .small-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .small-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .small-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .small-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.global-spacing--15x {
  margin-top: 3.125rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--15x {
    margin-top: 6.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--15x {
    margin-top: 9.375rem;
  }
}

.global-spacing--12x {
  margin-top: 3.125rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--12x {
    margin-top: 5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--12x {
    margin-top: 7.5rem;
  }
}

.global-spacing--10x {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--10x {
    margin-top: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--10x {
    margin-top: 6.25rem;
  }
}

.global-spacing--8x {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--8x {
    margin-top: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--8x {
    margin-top: 5rem;
  }
}

.global-spacing--6x {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--6x {
    margin-top: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--6x {
    margin-top: 3.75rem;
  }
}

.global-spacing--5x {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--5x {
    margin-top: 3.125rem;
  }
}

.global-spacing--4x {
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--4x {
    margin-top: 2.5rem;
  }
}

.global-spacing--3x {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--3x {
    margin-top: 1.875rem;
  }
}

.global-spacing--2x {
  margin-top: 1.25rem;
}

.global-spacing--1x {
  margin-top: 0.625rem;
}

.global-margin--15x {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--15x {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--15x {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
}

.global-margin--12x {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--12x {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--12x {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}

.global-margin--10x {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--10x {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--10x {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}

.global-margin--8x {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--8x {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--8x {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.global-margin--6x {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--6x {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--6x {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.global-margin--5x {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--5x {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

.global-margin--4x {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--4x {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.global-margin--3x {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--3x {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.global-margin--2x {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.global-margin--1x {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.global-padding--15x {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--15x {
    padding-top: 6.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--15x {
    padding-top: 9.375rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--15x {
    padding-bottom: 6.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--15x {
    padding-bottom: 9.375rem;
  }
}

.global-padding--12x {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--12x {
    padding-top: 5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--12x {
    padding-top: 7.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--12x {
    padding-bottom: 5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--12x {
    padding-bottom: 7.5rem;
  }
}

.global-padding--10x {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--10x {
    padding-top: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--10x {
    padding-top: 6.25rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--10x {
    padding-bottom: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--10x {
    padding-bottom: 6.25rem;
  }
}

.global-padding--8x {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--8x {
    padding-top: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--8x {
    padding-top: 5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--8x {
    padding-bottom: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--8x {
    padding-bottom: 5rem;
  }
}

.global-padding--6x {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--6x {
    padding-top: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--6x {
    padding-top: 3.75rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--6x {
    padding-bottom: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--6x {
    padding-bottom: 3.75rem;
  }
}

.global-padding--5x {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--5x {
    padding-top: 3.125rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--5x {
    padding-bottom: 3.125rem;
  }
}

.global-padding--4x {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--4x {
    padding-top: 2.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--4x {
    padding-bottom: 2.5rem;
  }
}

.global-padding--3x {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--3x {
    padding-top: 1.875rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--3x {
    padding-bottom: 1.875rem;
  }
}

.global-padding--2x {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.global-padding--1x {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.list--comma-separate ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--comma-separate li {
  display: inline-block;
}
.list--comma-separate li:not(:last-child) {
  margin-right: 0.25em;
}
.list--comma-separate li:nth-last-child(n+2)::after {
  content: ",";
}

.text-margin-reset h1,
.text-margin-reset h2,
.text-margin-reset h3,
.text-margin-reset h4,
.text-margin-reset p,
.text-margin-reset span {
  margin: 0;
}

.oho-animate {
  -webkit-transition: opacity 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 250ms, -webkit-transform 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 250ms;
  transition: opacity 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 250ms, -webkit-transform 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 250ms;
  transition: opacity 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 250ms, transform 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 250ms;
  transition: opacity 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 250ms, transform 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 250ms, -webkit-transform 550ms cubic-bezier(0.42, 0.08, 0.06, 0.98) 250ms;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.oho-animate--ready {
  -webkit-transition: none;
  transition: none;
}
.oho-animate--ready.fade-in-up, .oho-animate--out.fade-in-up {
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}
.oho-animate--ready.fade-in-right, .oho-animate--out.fade-in-right {
  -webkit-transform: translateX(5rem);
          transform: translateX(5rem);
  opacity: 0;
}
.oho-animate--ready.fade-in-down, .oho-animate--out.fade-in-down {
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
  opacity: 0;
}
.oho-animate--ready.fade-in-left, .oho-animate--out.fade-in-left {
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
  opacity: 0;
}
.oho-animate:focus {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}

.btn:before,
.btn--alternate:before {
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.5rem;
  font-weight: 300;
}

.btn {
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  font-family: "poynter", "Garamond", "Georgia", serif;
  border-width: 0.0625rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 1.25rem 1.25rem 0.85rem;
  color: #ffffff;
  background-color: #f2f2f2;
  border-color: #7A70A0;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  outline: none;
}
.btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.btn::before, .btn::after {
  color: #ffffff;
}
.btn:hover, .btn:focus {
  color: #7A70A0;
  background-color: #767676;
  border-color: #767676;
}
.btn:hover::before, .btn:hover::after, .btn:focus::before, .btn:focus::after {
  color: #595959;
}
@media print, screen and (min-width: 48.0625em) {
  .btn {
    font-size: 1.125rem;
    padding: 1.25rem 1.5625rem;
  }
}

.btn--alternate {
  font-size: 1rem;
  padding: 1.25rem 1.25rem 0.85rem;
  color: #ffffff;
  background-color: #995aec;
  border-color: #995aec;
}
.btn--alternate::before, .btn--alternate::after {
  color: #995aec;
}
.btn--alternate:hover, .btn--alternate:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #11639D;
}
.btn--alternate:hover::before, .btn--alternate:hover::after, .btn--alternate:focus::before, .btn--alternate:focus::after {
  color: #ffe21a;
}
@media print, screen and (min-width: 48.0625em) {
  .btn--alternate {
    font-size: 1.125rem;
    padding: 1.25rem 1.5625rem;
  }
}

.btn--small {
  font-size: 1rem;
  padding: 1.25rem 1.25rem 0.85rem;
}

.btn--align-right {
  display: table;
  margin-left: auto;
}

.btn--align-center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.external {
  position: relative;
}
.external:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  display: inline-block;
  padding-left: 0.25em;
  content: "\f08e";
}

[href^="/documents"]:after,
a[data-entity-type=media]:after,
[href$=".doc"]:after,
[href$=".docx"]:after,
[href$=".pdf"]:after,
[href$=".ppt"]:after,
[href$=".pptx"]:after,
[href$=".xls"]:after,
[href$=".xlsx"]:after,
[href$=".zip"]:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  display: inline-block;
  padding-left: 0.25em;
  content: "\f019";
}

.btn--centered {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

[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],
button,
textarea,
select,
fieldset {
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  font-family: "poynter", "Garamond", "Georgia", serif;
  border-width: 0.0625rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 1.25rem 1.25rem 0.85rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0.5rem 0.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 0;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
[type=text]:hover, [type=text]:focus, [type=password]:hover, [type=password]:focus, [type=date]:hover, [type=date]:focus, [type=datetime]:hover, [type=datetime]:focus, [type=datetime-local]:hover, [type=datetime-local]:focus, [type=month]:hover, [type=month]:focus, [type=week]:hover, [type=week]:focus, [type=email]:hover, [type=email]:focus, [type=number]:hover, [type=number]:focus, [type=search]:hover, [type=search]:focus, [type=tel]:hover, [type=tel]:focus, [type=time]:hover, [type=time]:focus, [type=url]:hover, [type=url]:focus, [type=color]:hover, [type=color]:focus,
[type=file]:hover,
[type=file]:focus,
[type=image]:hover,
[type=image]:focus,
[type=submit]:hover,
[type=submit]:focus,
button:hover,
button:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
fieldset:hover,
fieldset:focus {
  text-decoration: none;
  outline: none;
}
[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,
[type=submit]:disabled,
button:disabled,
textarea:disabled,
select:disabled,
fieldset:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

select {
  border-color: gray;
  color: #000000;
  text-transform: none;
  background: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='10' viewBox='0 0 18 10' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.5419 2.36978-7.4609 7.14844c-.23437.19531-.46875.27344-.66406.27344-.23437 0-.46875-.07813-.66406-.23438l-7.5-7.1875c-.390627-.35156-.390627-.97656-.03906-1.32812.35156-.390626.97656-.390626 1.32812-.03906l6.875 6.5625 6.83596-6.5625c.3515-.351566.9765-.351566 1.3281.03906.3516.35156.3516.97656-.0391 1.32812z' fill='%23333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.625em) 50%;
  background-size: 1em;
}
select:hover:not(:disabled) {
  border-color: gray;
}
select:focus:not(:disabled) {
  border-color: #8dc63f;
}

fieldset {
  display: block;
  border-color: gray;
  color: #000000;
  text-transform: none;
  background: #ffffff;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}
fieldset:hover:not(:disabled) {
  border-color: gray;
}
fieldset:focus:not(:disabled) {
  border-color: #8dc63f;
}

button,
[type=submit] {
  color: #ffffff;
  background-color: #7A70A0;
  border-color: #995aec;
  margin: 0;
  cursor: pointer;
  border: 0;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus {
  color: #ffffff;
  background-color: gray;
  border-color: gray;
}

label {
  display: block;
  color: #262626;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

[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 {
  border-color: gray;
  color: #000000;
  text-transform: none;
  background: #ffffff;
  margin: 0;
}
[type=text]:hover:not(:disabled), [type=password]:hover:not(:disabled), [type=date]:hover:not(:disabled), [type=datetime]:hover:not(:disabled), [type=datetime-local]:hover:not(:disabled), [type=month]:hover:not(:disabled), [type=week]:hover:not(:disabled), [type=email]:hover:not(:disabled), [type=number]:hover:not(:disabled), [type=search]:hover:not(:disabled), [type=tel]:hover:not(:disabled), [type=time]:hover:not(:disabled), [type=url]:hover:not(:disabled), [type=color]:hover:not(:disabled),
[type=file]:hover:not(:disabled),
[type=image]:hover:not(:disabled),
textarea:hover:not(:disabled) {
  border-color: gray;
}
[type=text]:focus:not(:disabled), [type=password]:focus:not(:disabled), [type=date]:focus:not(:disabled), [type=datetime]:focus:not(:disabled), [type=datetime-local]:focus:not(:disabled), [type=month]:focus:not(:disabled), [type=week]:focus:not(:disabled), [type=email]:focus:not(:disabled), [type=number]:focus:not(:disabled), [type=search]:focus:not(:disabled), [type=tel]:focus:not(:disabled), [type=time]:focus:not(:disabled), [type=url]:focus:not(:disabled), [type=color]:focus:not(:disabled),
[type=file]:focus:not(:disabled),
[type=image]:focus:not(:disabled),
textarea:focus:not(:disabled) {
  border-color: #8dc63f;
}
[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: #262626;
  font-family: "chronica", "Tahoma", "Trebuchet MS", 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: #262626;
  font-family: "chronica", "Tahoma", "Trebuchet MS", 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: #262626;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
}

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

[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: #a6a6a6;
}

[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: #a94268;
  -webkit-box-shadow: 0 0 0 0.0625em #a94268;
          box-shadow: 0 0 0 0.0625em #a94268;
}

.vaf {
  padding-top: 1.875rem;
  padding-right: 0;
  padding-left: 0;
}
.vaf__heading {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.active-filters {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 1rem;
}
.active-filters .vaf__group {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  row-gap: 0.5rem;
}
.active-filters .vaf__item:not(:last-child) {
  margin-right: 0.625rem;
}
.active-filters .vaf__item {
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  font-family: "poynter", "Garamond", "Georgia", serif;
  border-width: 0.0625rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.625rem 0.625rem 0.85rem;
  color: #ffffff;
  background-color: #f2f2f2;
  border-color: #7A70A0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}
.active-filters .vaf__item:hover, .active-filters .vaf__item:focus {
  text-decoration: none;
  outline: none;
}
.active-filters .vaf__item:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.active-filters .vaf__item::before, .active-filters .vaf__item::after {
  color: #ffffff;
}
.active-filters .vaf__item:hover, .active-filters .vaf__item:focus {
  color: #7A70A0;
  background-color: #767676;
  border-color: #767676;
}
.active-filters .vaf__item:hover::before, .active-filters .vaf__item:hover::after, .active-filters .vaf__item:focus::before, .active-filters .vaf__item:focus::after {
  color: #595959;
}
.active-filters .vaf__item::after {
  margin-left: 0.9375rem;
  content: "\f00d";
  color: #ffffff;
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
}
.active-filters .vaf__clear {
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  font-family: "poynter", "Garamond", "Georgia", serif;
  border-width: 0.0625rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.625rem 0.625rem 0.85rem;
  color: #ffffff;
  background-color: #995aec;
  border-color: #995aec;
  float: right;
}
.active-filters .vaf__clear:hover, .active-filters .vaf__clear:focus {
  text-decoration: none;
  outline: none;
}
.active-filters .vaf__clear:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.active-filters .vaf__clear::before, .active-filters .vaf__clear::after {
  color: #995aec;
}
.active-filters .vaf__clear:hover, .active-filters .vaf__clear:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #11639D;
}
.active-filters .vaf__clear:hover::before, .active-filters .vaf__clear:hover::after, .active-filters .vaf__clear:focus::before, .active-filters .vaf__clear:focus::after {
  color: #ffe21a;
}

.user-login-form,
.page--utility + .page-wrapper .main-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.user-login-form input:not(.form-submit) {
  width: 100%;
  margin-bottom: 0;
  max-width: 30rem;
}
.user-login-form .description {
  width: 100%;
  font-style: italic;
  margin-top: 0.25rem;
}
.user-login-form .form-item + .form-item,
.user-login-form .form-actions {
  margin-top: 1rem;
}

.page--utility .main-content .search-form .form-item input {
  padding-bottom: 1.25rem;
  border-color: gray;
}

.page--utility .main-content .search-form .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  margin-bottom: 5px;
}

ol.search-results {
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  ol.search-results {
    padding-bottom: 1.875rem;
  }
}

ol > li.search-result {
  padding-left: 0;
}
ol > li.search-result::before {
  display: none;
}

.admin-tabs {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 8px;
  background: rgba(0, 0, 0, 0.4980392157);
}
.admin-tabs ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.admin-tabs li {
  display: inline-block;
}
.admin-tabs li + li {
  margin-left: 8px;
}
.admin-tabs a {
  display: block;
  margin: 0;
  padding: 0.5rem 16px;
  -webkit-transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  text-decoration: none;
  color: #ffffff;
  border-radius: 0.25rem;
  background-color: #939D5E;
  font-size: 1.125rem;
  font-weight: 700;
}
.admin-tabs a:hover {
  background-color: #767676;
}
.admin-tabs a.is-active {
  background-color: gray;
}
@media print, screen and (min-width: 40.0625em) {
  .admin-tabs {
    left: auto;
  }
}

.ajax-progress,
.ajax-progress-fullscreen.ajax-progress {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0.0625rem 0.3125rem 0.125rem;
  background: rgba(255, 255, 255, 0.75) !important;
}
.ajax-progress::before, .ajax-progress::after,
.ajax-progress-fullscreen.ajax-progress::before,
.ajax-progress-fullscreen.ajax-progress::after {
  position: absolute;
  display: block;
  -webkit-animation: fa-spin 2000ms infinite cubic-bezier(0.82, 0.06, 0.14, 0.97);
          animation: fa-spin 2000ms infinite cubic-bezier(0.82, 0.06, 0.14, 0.97);
  color: #fe5000;
  font-family: "Font Awesome 6 Pro";
  font-size: 100px;
}
.ajax-progress::before, .ajax-progress::after,
.ajax-progress-fullscreen.ajax-progress::before,
.ajax-progress-fullscreen.ajax-progress::after {
  content: "\f3f4";
}
.ajax-progress::after,
.ajax-progress-fullscreen.ajax-progress::after {
  -webkit-animation: fa-spin 1500ms infinite cubic-bezier(0.82, 0.06, 0.14, 0.97);
          animation: fa-spin 1500ms infinite cubic-bezier(0.82, 0.06, 0.14, 0.97);
  opacity: 0.5;
}
.ajax-progress .throbber,
.ajax-progress-fullscreen.ajax-progress .throbber {
  display: none !important;
}
[dir=rtl] .ajax-progress,
[dir=rtl] .ajax-progress-fullscreen.ajax-progress {
  float: right;
}
.ajax-progress .message,
.ajax-progress-fullscreen.ajax-progress .message {
  display: inline;
  padding: 0.0625rem 0.3125rem 0.125rem;
}

tr .ajax-progress-throbber .throbber {
  margin: 0 0.125rem;
}

.ajax-progress-bar {
  width: 16rem;
}

.cookie-compliance-popup {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background-color: #262626;
}
.cookie-compliance-popup .grid-x,
.cookie-compliance-popup .grid-container {
  width: 100%;
}
.cookie-compliance-popup .find-more-button {
  padding: 0;
  text-decoration: underline;
  text-transform: none;
  color: #ffffff;
  background: none;
}
.cookie-compliance-popup .find-more-button:hover, .cookie-compliance-popup .find-more-button:focus {
  text-decoration: none;
}

.eu-cookie-compliance-message h2 {
  font-family: poynter, Garamond, Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  all: unset;
}
@media print, screen and (min-width: 48.0625em) {
  .eu-cookie-compliance-message h2 {
    font-size: 1.125rem;
  }
}
.eu-cookie-compliance-message .btn {
  cursor: pointer;
}

.eu-cookie-compliance-buttons,
.eu-cookie-compliance-message {
  all: unset;
}

.form-item {
  margin-top: 1.25rem;
  position: relative;
}
.form-item [type=checkbox],
.form-item [type=radio] {
  position: absolute;
  top: 65%;
  width: 2em;
  height: 2em;
  -webkit-transition: border-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: border-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  font-size: inherit;
}
.form-item [type=checkbox] + label,
.form-item [type=radio] + label {
  position: relative;
  margin-left: 1.5em;
  -webkit-transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.form-item [type=checkbox] + label::before,
.form-item [type=radio] + label::before {
  position: absolute;
  top: 0.125em;
  left: -1.5em;
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  -webkit-transition: background 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-box-shadow 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: background 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-box-shadow 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: background 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: background 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-box-shadow 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  border: 1px solid #262626;
}
.form-item [type=checkbox]:disabled, .form-item [type=checkbox]:disabled + label,
.form-item [type=radio]:disabled,
.form-item [type=radio]:disabled + label {
  cursor: default;
}
.form-item [type=checkbox]:focus + label::before,
.form-item [type=radio]:focus + label::before {
  border-color: #8dc63f;
}
.form-item [type=checkbox]:invalid + label,
.form-item [type=radio]:invalid + label {
  color: #a94268;
}
.form-item [type=checkbox]:invalid + label::before,
.form-item [type=radio]:invalid + label::before {
  border-color: #a94268;
  -webkit-box-shadow: 0 0 0 0.0625em #a94268;
          box-shadow: 0 0 0 0.0625em #a94268;
}
.form-item [type=checkbox]:checked + label::before {
  background-color: #11639D;
}
.form-item [type=checkbox]:checked + label::after {
  position: absolute;
  top: 60%;
  left: -1.125em;
  display: block;
  width: 0.3125em;
  height: 0.6875em;
  content: "";
  -webkit-transform: rotate(45deg) translate(-100%, -50%);
          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 {
  border-color: #262626;
}
.form-item [type=checkbox]:disabled + label::before {
  background-color: #a6a6a6;
}
.form-item [type=radio] + label::before {
  border-radius: 50%;
  background-image: radial-gradient(#11639D 0.25em, #ffffff 0.25em, #ffffff 0.5em, #11639D 0.5em);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0 0;
}
.form-item [type=radio]:focus + label::before {
  border: 1px solid #8dc63f;
}
.form-item [type=radio]:checked + label::before {
  border-color: #11639D;
  background-size: 1em 1em;
}
.form-item [type=radio]:checked:disabled + label::before {
  border-color: #262626;
  background-image: radial-gradient(#262626 0.25em, #a6a6a6 0.25em, #a6a6a6 0.5em, #262626 0.5em);
}
.form-item [type=radio]:checked:invalid + label::before {
  background-image: radial-gradient(#a94268 0.25em, #ffffff 0.25em, #ffffff 0.5em, #a94268 0.5em);
}
.form-item [type=radio]:disabled + label::before {
  background-color: #a6a6a6;
}

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

.webform-element-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  margin-top: 0.9375rem;
}

.required > label::after {
  content: "*";
  color: #a94268;
}

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

.webform-managed-file-placeholder {
  color: #262626;
  font-family: "chronica", "Tahoma", "Trebuchet MS", 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] .form-actions {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  form[class*=webform] .form-actions {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
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%;
}
form[class*=webform] .js-form-type-checkbox + .js-form-type-checkbox,
form[class*=webform] .js-form-type-radio + .js-form-type-radio {
  margin-top: 0;
}
form[class*=webform] .fieldset-wrapper .js-form-type-checkbox,
form[class*=webform] .fieldset-wrapper .js-form-type-radio {
  margin-top: 0.5rem;
}

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

.embedded-entity:not([class*=align-]) {
  margin-top: 1.875rem;
  width: 100%;
}
@media print, screen and (min-width: 48.0625em) {
  .embedded-entity:not([class*=align-]) {
    margin-top: 2.5rem;
  }
}

.js .js-hide {
  display: none;
}

.js-show {
  display: none;
}

.js .js-show {
  display: block;
}

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

.oho-alert {
  padding: 1.5em;
  background-color: #ffe21a;
}
.oho-alert h2:first-child {
  margin-top: 0;
}
.oho-alert .fa {
  color: #fe5000;
  font-size: 3.5em;
}
.oho-alert a:not(.btn) {
  color: #000000;
}

.message-type--notice {
  background-color: #0066bf;
}
.message-type--notice .fa {
  color: #a6a6a6;
}
.message-type--notice a:not(.btn), .message-type--notice {
  color: #ffffff;
}

.oho-banner {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pager {
  margin-top: 4rem;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
  font-size: 1.25rem;
}
.pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pager a {
  display: block;
  padding: 0 8px;
  -webkit-transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.pager a:hover {
  text-decoration: none;
  color: #767676;
}
.pager .is-active a {
  color: #000000;
  font-weight: 600;
}
.pager [aria-hidden=true] {
  display: none;
}
.pager [class*=pager__item--] a::before, .pager [class*=pager__item--] a::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.pager__item {
  margin-left: 0.25rem;
}
.pager__item--first a::before {
  content: "\f323";
}
.pager__item--previous a::before {
  content: "\f053";
}
.pager__item--next a::after {
  content: "\f054";
}
.pager__item--last a::after {
  content: "\f324";
}
.pager__item:not([class*=pager__item--]), .pager__item--ellipsis {
  display: none;
}
@media print, screen and (min-width: 40.0625em) {
  .pager__item:not([class*=pager__item--]), .pager__item--ellipsis {
    display: block;
  }
}
.pager__item.is-active {
  display: block;
}

.listing__pagination {
  margin-top: 4rem;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
  font-size: 1.25rem;
}

.view__pagination-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0 1rem;
}

.listing__pagination a {
  display: block;
  -webkit-transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.listing__pagination a:hover {
  text-decoration: none;
  color: #767676;
}

.view__pagination-number--current span {
  color: #000000;
  font-weight: 600;
}

.view__pagination-nav a::before,
.view__pagination-nav a::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.view__pagination-nav span {
  opacity: 0.5;
}
.view__pagination-nav a:hover span,
.view__pagination-nav a:focus span {
  opacity: 1;
}
.view__pagination-nav--first a::before {
  content: "\f323";
}
.view__pagination-nav--previous a::before {
  content: "\f053";
}
.view__pagination-nav--next a::after {
  content: "\f054";
}
.view__pagination-nav--last a::after {
  content: "\f324";
}

.page--search + .page-wrapper .main-content h2 {
  margin-bottom: 0.5rem;
}
.page--search + .page-wrapper .main-content .search-form .form-item {
  display: inline-block;
}
.page--search + .page-wrapper .main-content .search-form label {
  display: block;
}
.page--search + .page-wrapper .main-content .search-form [type=search] {
  width: 100%;
  font-size: 1rem;
}
.page--search + .page-wrapper .main-content .search-form a {
  color: #11639D;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: text-decoration-color 300ms ease-in-out;
  transition: text-decoration-color 300ms ease-in-out;
  display: inline-block;
  margin-bottom: 1.25rem;
}
.page--search + .page-wrapper .main-content .search-form a.btn {
  padding-right: 1.875rem;
}
.page--search + .page-wrapper .main-content .search-form a::after {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  padding-left: 0.625rem;
  content: "\f054";
  font-weight: 300;
  color: #11639D;
  -webkit-transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.page--search + .page-wrapper .main-content .search-form a:hover, .page--search + .page-wrapper .main-content .search-form a:focus {
  text-decoration-color: transparent;
}
.page--search + .page-wrapper .main-content .search-form a:hover::after, .page--search + .page-wrapper .main-content .search-form a:focus::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.page--search + .page-wrapper .main-content .search-results {
  padding: 0;
  list-style: none;
}
.page--search + .page-wrapper .main-content .search-result {
  padding-left: 0;
}
.page--search + .page-wrapper .main-content .search-result::before {
  display: none;
}
.page--search + .page-wrapper .main-content .search-result + .search-result {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid gray;
}
.page--search + .page-wrapper .main-content .search-result__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .page--search + .page-wrapper .main-content .search-result__title {
    font-size: 1.25rem;
  }
}
.page--search + .page-wrapper .main-content .search-result__snippet {
  margin-bottom: 0;
}

.alert {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #ffe21a;
}
@media print, screen and (min-width: 48.0625em) {
  .alert {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.alert h2:first-child {
  margin-top: 0;
}
.alert .fa {
  color: #fe5000;
  font-size: 3.5em;
}
.alert a:not(.btn) {
  color: #000000;
}

.alert-notice {
  background-color: #0066bf;
}

.alert-warning {
  background-color: #a94268;
}

.alert-banner {
  background-color: #fe5000;
}

.system-messages {
  right: calc(2.5rem / 2);
  left: calc(2.5rem / 2);
  position: fixed;
  z-index: 10;
  bottom: 9rem;
}
@media print, screen and (min-width: 40.0625em) {
  .system-messages {
    bottom: 6.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .system-messages {
    right: auto;
    bottom: 2.5rem;
  }
}
.messages-contain-error .system-messages {
  position: static;
}

.messages {
  margin-top: 1rem;
  padding: 1rem;
  border: 0.0625rem solid;
  border-radius: 0.25rem;
}
.messages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messages li + li {
  margin-top: 1rem;
}
.messages a {
  text-decoration: underline;
  color: inherit;
  font-weight: 700;
}
.messages--status {
  color: #455b45;
  border-color: #729472;
  background: #acc0ac;
}
.messages--warning {
  color: #d8e000;
  border-color: #f8ff47;
  background: #feffe0;
}
.messages--error {
  color: #a94268;
  border-color: #ce839f;
  background: #ebccd7;
}
.has-alert .messages {
  position: absolute;
}
.messages__close {
  float: right;
  margin: 0 0 1rem 1rem;
  cursor: pointer;
}
.messages__close:hover {
  text-decoration: underline;
}

.main-content .gsc-input-box > .mobile-table {
  margin-top: 0;
  margin-bottom: 0;
}
.main-content td.gsc-result-info-container {
  padding-left: 0;
}
.main-content .gsc-result-info {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}
.main-content .gsib_b {
  width: 20px;
}
.main-content .gsib_b a.gsst_a {
  text-decoration: none;
}
.main-content td.gsc-search-button {
  padding: 0;
}
.main-content .gsc-search-button-v2 {
  padding: 24px 32px;
  background-color: #a94268;
}
.main-content .gsc-search-button-v2:hover, .main-content .gsc-search-button-v2:focus {
  background-color: #000000;
}
.main-content .gsc-control-cse.gsc-control-cse-en {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
.main-content .gsc-control-cse.gsc-control-cse-en table {
  border: none;
}
.main-content .gsc-control-cse.gsc-control-cse-en table,
.main-content .gsc-control-cse.gsc-control-cse-en tbody,
.main-content .gsc-control-cse.gsc-control-cse-en tr,
.main-content .gsc-control-cse.gsc-control-cse-en td {
  border: none;
}
.main-content .gsc-control-cse.gsc-control-cse-en input.gsc-input {
  background: none !important;
}
.main-content table.gsc-input {
  margin: 0;
}
.main-content table.gsc-search-box td.gsc-input {
  padding: 0;
}
.main-content .gsc-webResult.gsc-result:hover {
  border-color: transparent;
  background-color: #FFFFFF;
}
.main-content .gsc-control-cse .gs-result .gs-title * {
  color: #a94268;
}
.main-content .gsc-control-cse .gs-result .gs-title *,
.main-content .gs-title > .gs-title,
.main-content .gs-title > .gs-title b {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #a94268 !important;
}
.main-content .gs-title > a.gs-title {
  text-decoration: none;
  position: relative;
}
.main-content .gsc-control-cse,
.main-content .gsc-control-cse .gsc-table-result {
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif !important;
}
.main-content .gsc-control-cse {
  line-height: 1.5;
}
.main-content .gs-webResult div.gs-visibleUrl {
  color: #0066bf !important;
  font-weight: 600;
}
.main-content .gs-bidi-start-align.gs-snippet {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}
@media print, screen and (min-width: 64.0625em) {
  .main-content .gs-bidi-start-align.gs-snippet {
    font-size: 1.125rem;
  }
}
.main-content .gsc-webResult.gsc-result {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .main-content .gsc-webResult.gsc-result {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .main-content .gsc-webResult.gsc-result {
    font-size: 1.125rem;
  }
}
.main-content .gsc-webResult.gsc-result + .gsc-webResult.gsc-result {
  border-top: 1px solid gray;
}
.main-content .gsc-table-cell-thumbnail {
  display: none;
}
.main-content .gsc-url-top,
.main-content .gsc-table-result {
  margin-top: 1rem;
}
.main-content .gsc-cursor {
  font-size: 1.125rem;
}
.main-content .gsc-results .gsc-cursor-box {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .main-content .gsc-results .gsc-cursor-box {
    margin-bottom: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .main-content .gsc-results .gsc-cursor-box {
    margin-bottom: 6.25rem;
  }
}
.main-content .gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding: 4px 11px;
  color: #11639D;
  display: inline-block;
  font-weight: 700;
  background-color: transparent;
  border: none;
}
.main-content .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #eee;
  color: #000000;
}

/**
 * @file
 * Styling for toolbar module icons.
 */
.toolbar .toolbar-icon {
  padding-left: 2.75em; /* LTR */
  position: relative;
}

[dir=rtl] .toolbar .toolbar-icon {
  padding-left: 1.3333em;
  padding-right: 2.75em;
}

.toolbar .toolbar-icon::before {
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 100%;
  left: 0.6667em; /* LTR */
  position: absolute;
  top: 0;
  width: 20px;
}

[dir=rtl] .toolbar .toolbar-icon::before {
  left: auto;
  right: 0.6667em;
}

.toolbar button.toolbar-icon {
  background-color: transparent;
  border: 0;
  font-size: 1em;
}

.toolbar .toolbar-menu ul .toolbar-icon {
  padding-left: 1.3333em; /* LTR */
}

[dir=rtl] .toolbar .toolbar-menu ul .toolbar-icon {
  padding-left: 0;
  padding-right: 1.3333em;
}

.toolbar .toolbar-menu ul a.toolbar-icon::before {
  display: none;
}

.toolbar .toolbar-tray-vertical .toolbar-menu ul a {
  padding-left: 2.75em; /* LTR */
}

[dir=rtl] .toolbar .toolbar-tray-vertical .toolbar-menu ul a {
  padding-left: 0;
  padding-right: 2.75em;
}

.toolbar .toolbar-tray-vertical .toolbar-menu ul ul a {
  padding-left: 3.75em; /* LTR */
}

[dir=rtl] .toolbar .toolbar-tray-vertical .toolbar-menu ul ul a {
  padding-left: 0;
  padding-right: 3.75em;
}

.toolbar .toolbar-tray-vertical .toolbar-menu a {
  padding-left: 2.75em; /* LTR */
  padding-right: 4em; /* LTR */
}

[dir=rtl] .toolbar .toolbar-tray-vertical .toolbar-menu a {
  padding-left: 4em;
  padding-right: 2.75em;
}

@media only screen and (min-width: 16.5em) {
  .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: -9999px;
    width: 4em;
  }
  .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
    background-size: 42% auto;
    left: 0; /* LTR */
    width: 100%;
  }
  .no-svg .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
    background-size: auto auto;
  }
  [dir=rtl] .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 36em) {
  .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
    background-position: left center; /* LTR */
    padding-left: 2.75em; /* LTR */
    padding-right: 1.3333em; /* LTR */
    text-indent: 0;
    width: auto;
  }
  [dir=rtl] .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
    background-position: right center;
    padding-left: 1.3333em;
    padding-right: 2.75em;
  }
  .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
    background-size: 100% auto;
    left: 0.6667em; /* LTR */
    width: 20px;
  }
  .no-svg .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
    background-size: auto auto;
  }
  [dir=rtl] .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
    left: 0;
    right: 0.6667em;
  }
}
/**
 *  Accessibility/focus
 */
.toolbar-tab a:focus {
  outline: none;
  text-decoration: underline;
}

.toolbar-lining button:focus {
  outline: none;
}

.toolbar-tray-horizontal a:focus,
.toolbar-box a:focus {
  outline: none;
  background-color: #f5f5f5;
}

.toolbar-box a:hover:focus {
  text-decoration: underline;
}

.toolbar .toolbar-icon.toolbar-handle:focus {
  outline: none;
  background-color: #f5f5f5;
}

/**
 * Handle.
 */
.toolbar .toolbar-icon.toolbar-handle {
  width: 4em;
  text-indent: -9999px;
}

.toolbar .toolbar-icon.toolbar-handle::before {
  left: 1.6667em; /* LTR */
}

[dir=rtl] .toolbar .toolbar-icon.toolbar-handle::before {
  left: auto;
  right: 1.6667em;
}

/**
 * Orientation toggle.
 */
.toolbar .toolbar-toggle-orientation button {
  height: 39px;
  padding: 0;
  text-indent: -999em;
  width: 39px;
}

.toolbar .toolbar-toggle-orientation button::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

[dir=rtl] .toolbar .toolbar-toggle-orientation .toolbar-icon {
  padding: 0;
}

/**
 * @file toolbar.menu.css
 */
.toolbar .toolbar-menu,
[dir=rtl] .toolbar .toolbar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toolbar .toolbar-box {
  display: block;
  line-height: 1em; /* this prevents the value "normal" from being returned as the line-height */
  position: relative;
  width: auto;
}

/**
 * Hidden vertical toolbar sub-menus by default.
 */
.toolbar .toolbar-tray-vertical .toolbar-menu ul {
  display: none;
}

/**
 * Hidden horizontal toolbar handle icon.
 */
.toolbar .toolbar-tray-horizontal .toolbar-menu .toolbar-handle {
  display: none;
}

/**
 * Hidden toolbar sub-menus by default.
 */
.toolbar-tray-open .toolbar-menu .menu-item--expanded ul {
  display: none;
}

.toolbar .toolbar-tray-vertical li.open > ul {
  display: block; /* Show the sub-menus */
}

.toolbar .toolbar-tray-vertical .toolbar-handle + a {
  margin-right: 3em; /* LTR */
}

[dir=rtl] .toolbar .toolbar-tray-vertical .toolbar-handle + a {
  margin-left: 3em;
  margin-right: 0;
}

.toolbar .toolbar-tray .menu-item--active-trail > .toolbar-box a,
.toolbar .toolbar-tray a.is-active {
  color: #000;
  font-weight: bold;
}

/* ----- Toolbar menu tray for viewports less than 320px ------ */
@media screen and (max-width: 319px) {
  .toolbar .toolbar-tray-vertical.is-active {
    width: 100%;
  }
}
/**
 * Items.
 */
.toolbar .level-2 > ul {
  background-color: #fafafa;
  border-bottom-color: #ccc;
  border-top-color: #e5e5e5;
}

.toolbar .level-3 > ul {
  background-color: #f5f5f5;
  border-bottom-color: #c5c5c5;
  border-top-color: #ddd;
}

.toolbar .level-4 > ul {
  background-color: #eee;
  border-bottom-color: #bbb;
  border-top-color: #d5d5d5;
}

.toolbar .level-5 > ul {
  background-color: #e5e5e5;
  border-bottom-color: #b5b5b5;
  border-top-color: #ccc;
}

.toolbar .level-6 > ul {
  background-color: #eee;
  border-bottom-color: #aaa;
  border-top-color: #c5c5c5;
}

.toolbar .level-7 > ul {
  background-color: #fafafa;
  border-bottom-color: #b5b5b5;
  border-top-color: #ccc;
}

.toolbar .level-8 > ul {
  background-color: #ddd;
  border-bottom-color: #ccc;
  border-top-color: #ddd;
}

/**
 * Handle.
 */
.toolbar .toolbar-handle:hover {
  cursor: pointer;
}

.toolbar .toolbar-icon.toolbar-handle {
  bottom: 0;
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0; /* LTR */
  top: 0;
  z-index: 1;
}

[dir=rtl] .toolbar .toolbar-icon.toolbar-handle {
  left: 0;
  padding: 0;
  right: auto;
}

/**
 * @file toolbar.module.css
 *
 *
 * Aggressive resets so we can achieve a consistent look in hostile CSS
 * environments.
 */
#toolbar-administration,
#toolbar-administration * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#toolbar-administration {
  font-size: small;
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border-bottom: 3px solid #939D5E;
}

@media print {
  #toolbar-administration {
    display: none;
  }
}
.toolbar-loading #toolbar-administration {
  overflow: hidden;
}

/**
 * Very specific overrides for Drupal system CSS.
 */
.toolbar li,
.toolbar .item-list,
.toolbar .item-list li,
.toolbar .menu-item,
.toolbar .menu-item--expanded {
  list-style-type: none;
  list-style-image: none;
}

.toolbar .menu-item {
  padding-top: 0;
}

.toolbar .toolbar-bar .toolbar-tab,
.toolbar .menu-item {
  display: block;
}

.toolbar .toolbar-bar .toolbar-tab.hidden {
  display: none;
}

.toolbar a {
  display: block;
  line-height: 1;
}

/**
 * Administration menu.
 */
.toolbar .toolbar-bar,
.toolbar .toolbar-tray {
  position: relative;
  z-index: 1250;
}

.toolbar-horizontal .toolbar-tray {
  position: fixed;
  width: 100%;
  left: 0;
}

/* Position the admin toolbar absolutely when the configured standard breakpoint
 * is active. The toolbar container, that contains the bar and the trays, is
 * position absolutely so that it scrolls with the page. Otherwise, on smaller
 * screens, the components of the admin toolbar are positioned statically. */
.toolbar-oriented .toolbar-bar {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.toolbar-oriented .toolbar-tray {
  left: 0;
  position: absolute;
  right: 0;
}

/* .toolbar-loading is required by toolbar JavaScript to pre-render markup
 * style to avoid extra reflow & flicker. */
@media (min-width: 61em) {
  .toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray {
    position: relative;
    display: block;
    z-index: -999;
    visibility: hidden;
    width: 1px;
  }
  .toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray .toolbar-lining {
    width: 999em;
  }
  .toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .home-toolbar-tab + .toolbar-tab .toolbar-tray {
    display: block;
  }
}
/* Layer the bar just above the trays and above contextual link triggers. */
.toolbar-oriented .toolbar-bar {
  z-index: 502;
}

/* Position the admin toolbar fixed when the configured standard breakpoint is
 * active. */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  position: fixed;
}

/* When the configured narrow breakpoint is active, the toolbar is sized to wrap
 * around the trays in order to provide a context for scrolling tray content
 * that is taller than the viewport. */
body.toolbar-tray-open.toolbar-fixed.toolbar-vertical .toolbar-oriented {
  bottom: 0;
  width: 240px;
  width: 15rem;
}

/* Present the admin toolbar tabs horizontally as a default on user agents that
 * do not understand media queries or on user agents where JavaScript is
 * disabled. */
.toolbar-loading.toolbar-horizontal .toolbar .toolbar-tray .toolbar-menu > li,
.toolbar .toolbar-bar .toolbar-tab,
.toolbar .toolbar-tray-horizontal li {
  float: left; /* LTR */
}

[dir=rtl] .toolbar-loading.toolbar-horizontal .toolbar .toolbar-tray .toolbar-menu > li,
[dir=rtl] .toolbar .toolbar-bar .toolbar-tab,
[dir=rtl] .toolbar .toolbar-tray-horizontal li {
  float: right;
}

/* Present the admin toolbar tabs vertically by default on user agents that
 * that understand media queries. This will be the small screen default. */
@media only screen {
  .toolbar .toolbar-bar .toolbar-tab,
  .toolbar .toolbar-tray-horizontal li {
    float: none; /* LTR */
  }
  [dir=rtl] .toolbar .toolbar-bar .toolbar-tab,
  [dir=rtl] .toolbar .toolbar-tray-horizontal li {
    float: none;
  }
}
/* This min-width media query is meant to provide basic horizontal layout to
 * the main menu tabs when JavaScript is disabled on user agents that understand
 * media queries. */
@media (min-width: 16.5em) {
  .toolbar .toolbar-bar .toolbar-tab,
  .toolbar .toolbar-tray-horizontal li {
    float: left; /* LTR */
  }
  [dir=rtl] .toolbar .toolbar-bar .toolbar-tab,
  [dir=rtl] .toolbar .toolbar-tray-horizontal li {
    float: right;
  }
}
/* Present the admin toolbar tabs horizontally when the configured narrow
 * breakpoint is active. */
.toolbar-oriented .toolbar-bar .toolbar-tab,
.toolbar-oriented .toolbar-tray-horizontal li {
  float: left; /* LTR */
}

[dir=rtl] .toolbar-oriented .toolbar-bar .toolbar-tab,
[dir=rtl] .toolbar-oriented .toolbar-tray-horizontal li {
  float: right;
}

/**
 * Toolbar tray.
 */
.toolbar .toolbar-tray {
  display: none;
  z-index: 501;
}

.toolbar-oriented .toolbar-tray-vertical {
  left: -100%; /* LTR */
  position: absolute;
  width: 240px;
  width: 15rem;
}

[dir=rtl] .toolbar-oriented .toolbar-tray-vertical {
  left: auto;
  right: -100%;
}

.toolbar .toolbar-tray-vertical > .toolbar-lining {
  min-height: 100%;
}

.toolbar .toolbar-tray-vertical > .toolbar-lining::before {
  width: 100%;
}

.toolbar-oriented .toolbar-tray-vertical > .toolbar-lining::before {
  bottom: 0;
  content: "";
  display: block;
  left: 0; /* LTR */
  position: fixed;
  top: 0;
  width: 240px;
  width: 14rem;
  z-index: -1;
}

[dir=rtl] .toolbar .toolbar-tray-vertical > .toolbar-lining::before {
  left: auto;
  right: 0;
}

/* Layer the links just above the toolbar-tray. */
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
  position: relative;
  z-index: 502;
}

/* Hide secondary menus when the tray is horizontal. */
.toolbar-oriented .toolbar-tray-horizontal .menu-item ul {
  display: none;
}

/* When the configured standard breakpoint is active and the tray is in a
 * vertical position, the tray does not scroll with the page. The contents of
 * the tray scroll within the confines of the viewport.
 */
.toolbar .toolbar-tray-vertical.is-active,
body.toolbar-fixed .toolbar .toolbar-tray-vertical {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
}

.toolbar .toolbar-tray.is-active {
  display: block;
}

/* Bring the tray into the viewport. By default it is just off-screen. */
.toolbar-oriented .toolbar-tray-vertical.is-active {
  left: 0; /* LTR */
}

[dir=rtl] .toolbar-oriented .toolbar-tray-vertical.is-active {
  left: auto;
  right: 0;
}

/* When the configured standard breakpoint is active, the tray appears to push
 * the page content away from the edge of the viewport. */
body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-left: 240px; /* LTR */
  margin-left: 15rem; /* LTR */
}

@media print {
  body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
  }
}
[dir=rtl] body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-left: auto;
  margin-right: 240px;
  margin-right: 15rem;
}

@media print {
  [dir=rtl] body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-right: 0;
  }
}
/**
 * ToolBar tray orientation toggle.
 */
/* Hide the orientation toggle when the configured narrow breakpoint is not
 * active. */
.toolbar .toolbar-tray .toolbar-toggle-orientation {
  display: none;
}

/* Show the orientation toggle when the configured narrow breakpoint is
 * active. */
.toolbar-oriented .toolbar-tray .toolbar-toggle-orientation {
  display: block;
}

.toolbar-oriented .toolbar-tray-horizontal .toolbar-toggle-orientation {
  bottom: 0;
  position: absolute;
  right: 0; /* LTR */
  top: auto;
}

[dir=rtl] .toolbar-oriented .toolbar-tray-horizontal .toolbar-toggle-orientation {
  left: 0;
  right: auto;
}

.toolbar-oriented .toolbar-tray-vertical .toolbar-toggle-orientation {
  float: right; /* LTR */
  width: 100%;
}

[dir=rtl] .toolbar-oriented .toolbar-tray-vertical .toolbar-toggle-orientation {
  float: left;
}

/**
 * Toolbar home button toggle.
 */
.toolbar .toolbar-bar .home-toolbar-tab {
  display: none;
}

.path-admin .toolbar-bar .home-toolbar-tab {
  display: block;
}

/**
 * @file toolbar.theme.css
 */
.toolbar {
  font-family: "Source Sans Pro", "Lucida Grande", Verdana, sans-serif;
  /* Set base font size to 13px based on root ems. */
  font-size: 0.8125rem;
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-touch-callout: none;
  -o-touch-callout: none;
  -webkit-touch-callout: none;
  touch-callout: none;
}

.toolbar .toolbar-item {
  cursor: pointer;
  padding: 1rem 22px;
  line-height: 1rem;
  text-decoration: none;
}

.toolbar .toolbar-item:hover,
.toolbar .toolbar-item:focus {
  text-decoration: underline;
}

/**
 * Toolbar bar.
 */
.toolbar .toolbar-bar {
  background-color: #0f0f0f;
  -webkit-box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.3333);
          box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.3333); /* LTR */
  color: #ddd;
}

[dir=rtl] .toolbar .toolbar-bar {
  -webkit-box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.3333);
          box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.3333);
}

.toolbar .toolbar-bar .toolbar-item {
  color: #fff;
}

.toolbar .toolbar-bar .toolbar-tab > .toolbar-item {
  font-weight: bold;
}

.toolbar .toolbar-bar .toolbar-tab > .toolbar-item:hover,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0.125)), color-stop(200%, transparent));
  background-image: linear-gradient(rgba(255, 255, 255, 0.125) 20%, transparent 200%);
}

.toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0.25)), color-stop(200%, transparent));
  background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%);
}

/**
 * Toolbar tray.
 */
.toolbar .toolbar-tray {
  background-color: #fff;
}

.toolbar-horizontal .toolbar-tray > .toolbar-lining {
  padding-right: 5em; /* LTR */
}

[dir=rtl] .toolbar-horizontal .toolbar-tray > .toolbar-lining {
  padding-right: 0;
  padding-left: 5em;
}

.toolbar .toolbar-tray-vertical {
  background-color: #f5f5f5;
  border-right: 1px solid #aaa; /* LTR */
  -webkit-box-shadow: -1px 0 5px 2px rgba(0, 0, 0, 0.3333);
          box-shadow: -1px 0 5px 2px rgba(0, 0, 0, 0.3333); /* LTR */
}

[dir=rtl] .toolbar .toolbar-tray-vertical {
  border-left: 1px solid #aaa;
  border-right: 0 none;
  -webkit-box-shadow: 1px 0 5px 2px rgba(0, 0, 0, 0.3333);
          box-shadow: 1px 0 5px 2px rgba(0, 0, 0, 0.3333);
}

.toolbar-horizontal .toolbar-tray {
  border-bottom: 1px solid #aaa;
  -webkit-box-shadow: -2px 1px 3px 1px rgba(0, 0, 0, 0.3333);
          box-shadow: -2px 1px 3px 1px rgba(0, 0, 0, 0.3333); /* LTR */
}

[dir=rtl] .toolbar-horizontal .toolbar-tray {
  -webkit-box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.3333);
          box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.3333);
}

.toolbar .toolbar-tray-horizontal .toolbar-tray {
  background-color: #f5f5f5;
}

.toolbar-tray a {
  color: #565656;
  cursor: pointer;
  padding: 1rem 22px;
  text-decoration: none;
}

.toolbar-tray a:hover,
.toolbar-tray a:active,
.toolbar-tray a:focus,
.toolbar-tray a.is-active {
  color: #000;
  text-decoration: underline;
}

.toolbar .toolbar-menu {
  background-color: #fff;
}

.toolbar-horizontal .toolbar-tray .menu-item + .menu-item {
  border-left: 1px solid #ddd; /* LTR */
}

[dir=rtl] .toolbar-horizontal .toolbar-tray .menu-item + .menu-item {
  border-left: 0 none;
  border-right: 1px solid #ddd;
}

.toolbar-horizontal .toolbar-tray .menu-item:last-child {
  border-right: 1px solid #ddd; /* LTR */
}

[dir=rtl] .toolbar-horizontal .toolbar-tray .menu-item:last-child {
  border-left: 1px solid #ddd;
}

.toolbar .toolbar-tray-vertical .menu-item + .menu-item {
  border-top: 1px solid #ddd;
}

.toolbar .toolbar-tray-vertical .menu-item:last-child {
  border-bottom: 1px solid #ddd;
}

.toolbar .toolbar-tray-vertical .menu-item .menu-item {
  border: 0 none;
}

.toolbar .toolbar-tray-vertical .toolbar-menu ul ul {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.toolbar .toolbar-tray-vertical .menu-item:last-child > ul {
  border-bottom: 0;
}

.toolbar .toolbar-tray-vertical .toolbar-menu .toolbar-menu .toolbar-menu .toolbar-menu {
  margin-left: 0.25em; /* LTR */
}

[dir=rtl] .toolbar .toolbar-tray-vertical .toolbar-menu .toolbar-menu .toolbar-menu .toolbar-menu {
  margin-left: 0;
  margin-right: 0.25em;
}

.toolbar .toolbar-menu .toolbar-menu a {
  color: #434343;
}

/**
 * Orientation toggle.
 */
.toolbar .toolbar-toggle-orientation {
  background-color: #f5f5f5;
  padding: 0;
  height: 100%;
}

.toolbar-horizontal .toolbar-tray .toolbar-toggle-orientation {
  border-left: 1px solid #c9c9c9; /* LTR */
}

[dir=rtl] .toolbar-horizontal .toolbar-tray .toolbar-toggle-orientation {
  border-left: 0 none;
  border-right: 1px solid #c9c9c9;
}

.toolbar .toolbar-toggle-orientation > .toolbar-lining {
  float: right; /* LTR */
}

[dir=rtl] .toolbar .toolbar-toggle-orientation > .toolbar-lining {
  float: left;
}

.toolbar .toolbar-toggle-orientation button {
  cursor: pointer;
  display: inline-block;
}

.toolbar-tray-horizontal .menu-item:hover {
  background: #fff;
}

.toolbar-tray-horizontal .menu-item a:focus {
  background: #abeae4;
}

.toolbar-tray-horizontal .toolbar-menu:not(:first-child) li.menu-item--expanded > a:focus {
  background-position: center right;
  background-image: url("../misc/icons/0074bd/chevron-right.svg");
  background-repeat: no-repeat;
}

.toolbar-tray-horizontal .menu-item--expanded .menu {
  background: #fff;
  width: auto;
  height: auto;
}

.toolbar-tray-horizontal .menu-item--expanded {
  background-color: #f5f5f2;
}

.toolbar-tray-horizontal ul li li.menu-item {
  border-top: none transparent;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.toolbar .toolbar-tray-horizontal .menu-item:last-child {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.toolbar .toolbar-tray-horizontal ul ul li.menu-item:first-child {
  border-top: 1px solid #dddddd;
}

.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul,
.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul,
.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul,
.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul ul {
  display: none;
  left: -999em; /* LTR */
}

/* Lists nested under hovered list items */
.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul,
.toolbar-tray-horizontal li li.menu-item--expanded.hover-intent ul,
.toolbar-tray-horizontal li li li.menu-item--expanded.hover-intent ul,
.toolbar-tray-horizontal li li li li.menu-item--expanded.hover-intent ul,
.toolbar-tray-horizontal li li li li li.menu-item--expanded.hover-intent ul {
  display: block;
  left: auto; /* LTR */
}

.toolbar-tray-horizontal .menu ul li a,
.toolbar-tray-horizontal .menu ul .toolbar-icon {
  padding: 12px 15px 12px 12px;
}

.toolbar-tray-horizontal ul li.menu-item--expanded.hover-intent ul {
  display: block;
  position: absolute;
  width: 200px;
  -webkit-box-shadow: 2px 2px 3px hsla(0, 0%, 0%, 0.4);
          box-shadow: 2px 2px 3px hsla(0, 0%, 0%, 0.4);
  z-index: 1;
}

.toolbar-tray-horizontal ul li.menu-item--expanded .menu-item > ul {
  display: none;
}

.toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded {
  background-position: center right;
  background-image: url("../misc/icons/0074bd/chevron-right.svg");
  background-repeat: no-repeat;
}

.toolbar-tray-horizontal ul li.menu-item--expanded .menu-item.hover-intent ul {
  display: block;
  margin: -40px 0 0 197px;
}

.toolbar-tray-horizontal li:hover ul li {
  float: none;
}

.toolbar-tray-horizontal li.hover-intent ul li {
  float: none;
}

.toolbar-tray-horizontal .toolbar .level-2 > ul {
  position: absolute;
  padding-top: 0;
  top: 0;
  left: 200px;
  width: 200px;
}

.toolbar .toolbar-tray-vertical li.open > ul.toolbar-menu {
  display: block;
}

[dir=rtl] .toolbar-tray-horizontal .menu-item:hover {
  background: #fff;
}

[dir=rtl] .toolbar-tray-horizontal .menu-item a:focus {
  background: #abeae4;
}

[dir=rtl] .toolbar-tray-horizontal .toolbar-menu:not(:first-child) li.menu-item--expanded > a:focus {
  background-position: center right;
  background-image: url("../misc/icons/0074bd/chevron-right.svg");
  background-repeat: no-repeat;
}

[dir=rtl] .toolbar-tray-horizontal .menu-item--expanded .menu {
  background: #fff;
  width: auto;
  height: auto;
}

[dir=rtl] .toolbar-tray-horizontal .menu-item--expanded {
  background-color: #f5f5f2;
}

[dir=rtl] .toolbar-tray-horizontal ul li li.menu-item {
  border-top: none transparent;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

[dir=rtl] .toolbar .toolbar-tray-horizontal .menu-item:last-child {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

[dir=rtl] .toolbar .toolbar-tray-horizontal ul ul li.menu-item:first-child {
  border-top: 1px solid #dddddd;
}

[dir=rtl] .toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul,
[dir=rtl] .toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul,
[dir=rtl] .toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul,
[dir=rtl] .toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul ul {
  display: none;
  left: -999em; /* LTR */
}

/* Lists nested under hovered list items */
[dir=rtl] .toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul,
[dir=rtl] .toolbar-tray-horizontal li li.menu-item--expanded.hover-intent ul,
[dir=rtl] .toolbar-tray-horizontal li li li.menu-item--expanded.hover-intent ul,
[dir=rtl] .toolbar-tray-horizontal li li li li.menu-item--expanded.hover-intent ul,
[dir=rtl] .toolbar-tray-horizontal li li li li li.menu-item--expanded.hover-intent ul {
  display: block;
  left: auto; /* LTR */
}

[dir=rtl] .toolbar-tray-horizontal .menu ul li a,
[dir=rtl] .toolbar-tray-horizontal .menu ul .toolbar-icon {
  padding: 12px 15px 12px 12px;
}

[dir=rtl] .toolbar-tray-horizontal ul li.menu-item--expanded.hover-intent ul {
  display: block;
  position: absolute;
  width: 200px;
  -webkit-box-shadow: 2px 2px 3px hsla(0, 0%, 0%, 0.4);
          box-shadow: 2px 2px 3px hsla(0, 0%, 0%, 0.4);
  z-index: 1;
}

[dir=rtl] .toolbar-tray-horizontal ul li.menu-item--expanded .menu-item > ul {
  display: none;
}

[dir=rtl] .toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded {
  background-position: center left;
  background-image: url("../misc/icons/0074bd/chevron-left.svg");
  background-repeat: no-repeat;
}

[dir=rtl] .toolbar-tray-horizontal ul li.menu-item--expanded .menu-item.hover-intent ul {
  display: block;
  margin: -40px 197px 0 0;
}

[dir=rtl] .toolbar-tray-horizontal li:hover ul li {
  float: none;
}

[dir=rtl] .toolbar-tray-horizontal li.hover-intent ul li {
  float: none;
}

[dir=rtl] .toolbar-tray-horizontal .toolbar .level-2 > ul {
  position: absolute;
  padding-top: 0;
  top: 0;
  left: 200px;
  width: 200px;
}

[dir=rtl] .toolbar .toolbar-tray-vertical li.open > ul.toolbar-menu {
  display: block;
}

.toolbar-fixed {
  padding-top: 39px;
}
@media screen and (max-width: 765px) {
  .toolbar-fixed .toolbar-tray {
    display: none !important;
  }
}
@media screen and (min-width: 976px) {
  .toolbar-fixed {
    padding-top: 79px;
  }
}

.toolbar-menu li:hover > ul {
  display: block !important;
  position: absolute;
  width: 200px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.video-embed-field-responsive-video {
  position: relative;
}

.video-embed-field-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.video-embed-field-responsive-video::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

:root {
  --aspect-ratio: 1;
}

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

.calwidget #lwe {
  text-align: left;
  border: 1px solid #e3e3e3;
  padding: 0px;
}

.fancybox__backdrop {
  background: #fff;
}

.is-compact .fancybox__footer {
  display: none;
}

.fancybox__footer {
  border-top: 1px solid #e3e3e3;
}

.fancybox__carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-padding: 0 10%;
  padding: 0 7.5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox__track {
  overflow: visible !important;
}

.fancybox__slide {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 80% !important;
          flex: 0 0 80% !important;
  max-width: 80%;
  border: 1px solid #e3e3e3;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
.fancybox__slide .fancybox__content {
  padding: unset;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 90%;
}
.fancybox__slide .fancybox__content .carousel-image-frame {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fancybox__slide .fancybox__content .carousel-image-frame img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: auto;
}

@-webkit-keyframes left-leg {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}

@keyframes left-leg {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}
@-webkit-keyframes right-leg {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
}
@keyframes right-leg {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
}
.page--scroll-tracker .site-header {
  display: none;
}
.page--scroll-tracker h1 {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.student-journey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 100vh;
}
.student-journey h2 {
  max-width: 960px;
  text-transform: uppercase;
  font-size: 12vw;
  line-height: 0.8;
}
.student-journey h2 .oho-animate:last-child::after {
  display: block;
  width: 3px;
  height: 200px;
  content: "";
  -webkit-transition: height 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: height 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  background: #000000;
}
.student-journey h2 .oho-animate.oho-animate--ready:last-child::after {
  height: 0;
  -webkit-transition: none;
  transition: none;
}

.horizontal-story-container {
  position: relative;
  width: 100%;
  min-height: 4900vh;
}

.horizontal-story {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: calc(var(--scroll-tracker) * 20);
}
.horizontal-story .laptop-cloud {
  display: none;
  fill: url(#laptop-cloud-gradient);
}
.horizontal-story .background path {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -8%));
          transform: translateX(calc(var(--scroll-tracker) * -8%));
  opacity: 0.7;
  fill: #dfe9f7;
}
.horizontal-story .background path:nth-child(2) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -1%));
          transform: translateX(calc(var(--scroll-tracker) * -1%));
}
.horizontal-story .background path:nth-child(3) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -5%));
          transform: translateX(calc(var(--scroll-tracker) * -5%));
}
.horizontal-story .background path:nth-child(4) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -1%));
          transform: translateX(calc(var(--scroll-tracker) * -1%));
}
.horizontal-story .background path:nth-child(5) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -2%));
          transform: translateX(calc(var(--scroll-tracker) * -2%));
}
.horizontal-story .background path.cloud-background--offset-top {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -1%)) translateY(36%);
          transform: translateX(calc(var(--scroll-tracker) * -1%)) translateY(36%);
}
.horizontal-story .background:nth-child(3) path,
.horizontal-story .background:nth-child(4) path,
.horizontal-story .background:nth-child(5) path {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -4%));
          transform: translateX(calc(var(--scroll-tracker) * -4%));
}
.horizontal-story .background:nth-child(3) path:nth-child(2),
.horizontal-story .background:nth-child(4) path:nth-child(2),
.horizontal-story .background:nth-child(5) path:nth-child(2) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -42%));
          transform: translateX(calc(var(--scroll-tracker) * -42%));
}
.horizontal-story .background:nth-child(3) path:nth-child(3),
.horizontal-story .background:nth-child(4) path:nth-child(3),
.horizontal-story .background:nth-child(5) path:nth-child(3) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -43%));
          transform: translateX(calc(var(--scroll-tracker) * -43%));
}
.horizontal-story .background:nth-child(3) path:nth-child(4),
.horizontal-story .background:nth-child(4) path:nth-child(4),
.horizontal-story .background:nth-child(5) path:nth-child(4) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -45%));
          transform: translateX(calc(var(--scroll-tracker) * -45%));
}
.horizontal-story .background:nth-child(3) path:nth-child(5),
.horizontal-story .background:nth-child(4) path:nth-child(5),
.horizontal-story .background:nth-child(5) path:nth-child(5) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -5%));
          transform: translateX(calc(var(--scroll-tracker) * -5%));
}

.laptop__screen, .laptop__keyboard--accent {
  fill: #2d3079;
}
.laptop__screen--inner {
  fill: #ffffff;
}
.laptop__keyboard {
  fill: #71b3e2;
}
.laptop__bars {
  fill: #ffe21a;
}
.laptop__molecules {
  fill: #11639D;
  -webkit-transform: rotate(calc(var(--scroll-tracker) * 0.05deg));
          transform: rotate(calc(var(--scroll-tracker) * 0.05deg));
  -webkit-transform-origin: 70% 42.1%;
          transform-origin: 70% 42.1%;
}

.person {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * 0.02%));
          transform: translateX(calc(var(--scroll-tracker) * 0.02%));
}
.person .skin {
  fill: #4e3a2d;
}
.person .hair,
.person .skirt,
.person .shoe {
  fill: #2d3079;
  -webkit-transition: 1.4s;
  transition: 1.4s;
}
.person .torso {
  fill: #aeaed7;
}
.person .sleeve {
  fill: #ffffff;
}
.person .mouth {
  fill: none;
  stroke: #f3f3f3;
  stroke-width: 2.7032;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.leg {
  -webkit-transform-origin: 58% 52%;
          transform-origin: 58% 52%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: cubic-bezier(0.82, 0.06, 0.14, 0.97);
          animation-timing-function: cubic-bezier(0.82, 0.06, 0.14, 0.97);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.leg--right {
  -webkit-animation-name: right-leg;
          animation-name: right-leg;
}
.leg--left {
  -webkit-animation-name: left-leg;
          animation-name: left-leg;
}

.grounds {
  -webkit-transform: translateY(6.1%);
          transform: translateY(6.1%);
}
.grounds line {
  fill: none;
  stroke: #97d1ed;
  stroke-width: 4.1196;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -2%));
          transform: translateX(calc(var(--scroll-tracker) * -2%));
}
.grounds line:nth-child(2) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -3%));
          transform: translateX(calc(var(--scroll-tracker) * -3%));
}
.grounds line:nth-child(3) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -5%));
          transform: translateX(calc(var(--scroll-tracker) * -5%));
}
.grounds line:nth-child(3) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -12%));
          transform: translateX(calc(var(--scroll-tracker) * -12%));
}

.ground:nth-child(3) path,
.ground:nth-child(4) path,
.ground:nth-child(5) path {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -114%));
          transform: translateX(calc(var(--scroll-tracker) * -114%));
}
.ground:nth-child(3) path:nth-child(2),
.ground:nth-child(4) path:nth-child(2),
.ground:nth-child(5) path:nth-child(2) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -142%));
          transform: translateX(calc(var(--scroll-tracker) * -142%));
}
.ground:nth-child(3) path:nth-child(3),
.ground:nth-child(4) path:nth-child(3),
.ground:nth-child(5) path:nth-child(3) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -143%));
          transform: translateX(calc(var(--scroll-tracker) * -143%));
}
.ground:nth-child(3) path:nth-child(4),
.ground:nth-child(4) path:nth-child(4),
.ground:nth-child(5) path:nth-child(4) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -145%));
          transform: translateX(calc(var(--scroll-tracker) * -145%));
}
.ground:nth-child(3) path:nth-child(5),
.ground:nth-child(4) path:nth-child(5),
.ground:nth-child(5) path:nth-child(5) {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -143%));
          transform: translateX(calc(var(--scroll-tracker) * -143%));
}

.horizontal-story--content {
  position: relative;
  z-index: 3;
  min-height: 100vh;
}
.horizontal-story--content .initial-12 {
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 48.0625em) {
  .horizontal-story--content .initial-12 {
    padding: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .horizontal-story--content .initial-12 {
    padding: 3.75rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .horizontal-story--content .initial-12 {
    padding-left: 10%;
  }
}

.st17 {
  fill: #a0dadc;
}

.st18 {
  opacity: 0.15;
}

.st19 {
  fill: #875c35;
}

.st20 {
  fill: #77685a;
}

.st21 {
  fill: #517c7d;
}

.st22 {
  fill: #fcb773;
}

.st23 {
  fill: #d39053;
}

.st24 {
  fill: #aa774d;
}

.st25 {
  fill: #f37c73;
}

.st26 {
  fill: #a99989;
}

.st27,
.bush {
  fill: #2d7138;
}

.st28 {
  fill: #d2923b;
}

.st29 {
  fill: #61bd63;
}

.st30 {
  fill: #b9d248;
}

.st31 {
  fill: #ffe2c0;
}

.st32 {
  fill: #c65856;
}

.st33 {
  fill: #6384c2;
}

.st34 {
  fill: #416299;
}

.st35 {
  fill: #444544;
}

.st36 {
  fill: #666766;
}

.st37 {
  fill: #e7f1f4;
}

.st38 {
  fill: #747d53;
}

.st39 {
  fill: #586039;
}

.st40 {
  fill: #c7c6c6;
}

.st41 {
  fill: #f99d1c;
}

.city .buildings-left {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -113%));
          transform: translateX(calc(var(--scroll-tracker) * -113%));
}
.city .house {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -135%));
          transform: translateX(calc(var(--scroll-tracker) * -135%));
}
.city .trees {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -142%));
          transform: translateX(calc(var(--scroll-tracker) * -142%));
}
.city .buildings-right {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -183%));
          transform: translateX(calc(var(--scroll-tracker) * -183%));
}
.city .car {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -204%));
          transform: translateX(calc(var(--scroll-tracker) * -204%));
}
.city .van {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -235%));
          transform: translateX(calc(var(--scroll-tracker) * -235%));
}
.city .suv {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -245%));
          transform: translateX(calc(var(--scroll-tracker) * -245%));
}
.city .sign {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -235%));
          transform: translateX(calc(var(--scroll-tracker) * -235%));
}

.timeline-outer {
  -webkit-transform: translateX(12%);
          transform: translateX(12%);
}

.timeline {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -350%)) translateY(10%);
          transform: translateX(calc(var(--scroll-tracker) * -350%)) translateY(10%);
}
.timeline .purple-fill, .timeline__point {
  fill: #2d3079;
}
.timeline__info-bubble .text {
  fill: #ffffff;
}
.timeline__line {
  stroke: #2d3079;
  stroke-width: 8px;
}

.workingst17 {
  opacity: 0.73;
  fill: #ffffff;
}

.workingst18 {
  fill: #d4dbe1;
}

.workingst19 {
  fill: #86c0e9;
}

.workingst20 {
  fill: #5d554e;
}

.workingst21 {
  fill: #3d4246;
}

.workingst22 {
  fill: #34383b;
}

.workingst23 {
  fill: #efa986;
}

.workingst24 {
  fill: #fdcda3;
}

.workingst25 {
  fill: #e2d2ca;
}

.workingst26 {
  fill: #4a5055;
}

.workingst27 {
  fill: #d7d6d6;
}

.workingst28 {
  fill: #c98462;
}

.workingst29 {
  fill: #df9e7d;
}

.workingst30 {
  fill: #e9e8e8;
}

.workingst31 {
  fill: #bcd5ef;
}

.workingst32 {
  fill: #767676;
}

.workingst33 {
  fill: #ffffff;
}

.workingst34 {
  fill: url(#SVGID_1_);
}

.workingst35 {
  fill: url(#SVGID_2_);
}

.workingst36 {
  fill: url(#SVGID_3_);
}

.workingst37 {
  fill: #c5ccd1;
}

.workingst38 {
  fill: url(#SVGID_4_);
}

.workingst39 {
  fill: #e0e1e0;
}

.workingst40 {
  fill: #b9b9b9;
}

.workingst41 {
  fill: #d9d9d8;
}

.workingst42 {
  fill: url(#SVGID_5_);
}

.workingst43 {
  fill: url(#SVGID_6_);
}

.workingst44 {
  fill: #d64e4b;
}

.workingst45 {
  fill: #2a2c47;
}

.workingst46 {
  fill: #3e426b;
}

.workingst47 {
  fill: #d0beb6;
}

.workingst48 {
  fill: #23263d;
}

.workingst49 {
  fill: #f15c5b;
}

.workingst50 {
  fill: #807167;
}

.workingst51 {
  fill: #191b2b;
}

.workingst52 {
  fill: #a77961;
}

.workingst53 {
  fill: #b1403e;
}

.workingst54 {
  fill: #292c45;
}

.workingst55 {
  fill: #eddad3;
}

.workingst56 {
  fill: #f5f6f6;
}

.workingst57 {
  fill: #62a9dc;
}

.workingst58 {
  fill: #3983c4;
}

.workingst59 {
  fill: #1a5a8d;
}

.workingst60 {
  fill: #2274b5;
}

.workingst61 {
  fill: #3a88c8;
}

.workingst62 {
  fill: url(#SVGID_7_);
}

.workingst63 {
  fill: url(#SVGID_8_);
}

.workingst64 {
  fill: url(#SVGID_9_);
}

.workingst65 {
  fill: url(#SVGID_10_);
}

.workingst66 {
  fill: url(#SVGID_11_);
}

.workingst67 {
  fill: url(#SVGID_12_);
}

.workingst68 {
  fill: #706966;
}

.workingst69 {
  fill: #ccbdb7;
}

.workingst70 {
  fill: #998e89;
}

.workingst71 {
  fill: #b59074;
}

.workingst72 {
  fill: #fcb557;
}

.workingst73 {
  fill: #434873;
}

.workingst74 {
  fill: #3b4048;
}

.workingst75 {
  fill: #323757;
}

.workingst76 {
  fill: #928783;
}

.workingst77 {
  fill: #5f5955;
}

.workingst78 {
  fill: #bfb2ac;
}

.workingst79 {
  fill: #b9aca6;
}

.workingst80 {
  fill: #f6f7fb;
}

.workingst81 {
  fill: #928681;
}

.workingst82 {
  fill: #dfe1e8;
}

.workingst83 {
  fill: #a0dadc;
}

.workingst84 {
  opacity: 0.15;
}

.workingst85 {
  fill: #875c35;
}

.workingst86 {
  fill: #77685a;
}

.workingst87 {
  fill: #517c7d;
}

.workingst88 {
  fill: #fcb773;
}

.workingst89 {
  fill: #d39053;
}

.workingst90 {
  fill: #aa774d;
}

.workingst91 {
  fill: #f37c73;
}

.workingst92 {
  fill: #a99989;
}

.workingst93 {
  fill: #2d7138;
}

.workingst94 {
  fill: #d2923b;
}

.workingst95 {
  fill: #61bd63;
}

.workingst96 {
  fill: #b9d248;
}

.workingst97 {
  fill: #ffe2c0;
}

.workingst98 {
  fill: #c65856;
}

.workingst99 {
  fill: #6384c2;
}

.workingst100 {
  fill: #416299;
}

.workingst101 {
  fill: #444544;
}

.workingst102 {
  fill: #666766;
}

.workingst103 {
  fill: #e7f1f4;
}

.workingst104 {
  fill: #747d53;
}

.workingst105 {
  fill: #586039;
}

.workingst106 {
  fill: #c7c6c6;
}

.workingst107 {
  fill: #f99d1c;
}

.workingst108 {
  fill: none;
  stroke: #2b2e74;
  stroke-width: 7;
  stroke-miterlimit: 10;
}

.working-left {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -155%));
          transform: translateX(calc(var(--scroll-tracker) * -155%));
}

.working-middle {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -140%));
          transform: translateX(calc(var(--scroll-tracker) * -140%));
}

.working-right {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -129%));
          transform: translateX(calc(var(--scroll-tracker) * -129%));
}

.landscape-scrolltracker__scene {
  min-height: 400vh;
}
.landscape-scrolltracker__scene svg {
  position: sticky;
  top: 0;
  height: 100vh;
}

.landscape-scrolltracker__item--night .landscape-scrolltracker__scene svg > g {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * 55%));
          transform: translateX(calc(var(--scroll-tracker) * 55%));
}
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_water {
  -webkit-transform: none;
          transform: none;
}
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__glare {
  -webkit-transform: translateX(14%);
          transform: translateX(14%);
}
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__glare path {
  -webkit-transform: rotateY(calc(var(--scroll-tracker) * 15deg));
          transform: rotateY(calc(var(--scroll-tracker) * 15deg));
  -webkit-transform-origin: 58% 63%;
          transform-origin: 58% 63%;
}
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene .night_water__streaks {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -42%));
          transform: translateX(calc(var(--scroll-tracker) * -42%));
}
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_stars {
  -webkit-transform: none;
          transform: none;
}
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_foreground-land,
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_foreground-foliage {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -42%));
          transform: translateX(calc(var(--scroll-tracker) * -42%));
}
.landscape-scrolltracker__item--night .landscape-scrolltracker__scene #night_sun {
  -webkit-transform: translateY(calc(var(--scroll-tracker) * -34%));
          transform: translateY(calc(var(--scroll-tracker) * -34%));
}

.landscape-scrolltracker__item--spring,
.landscape-scrolltracker__item--sunset {
  position: relative;
}
.landscape-scrolltracker__item--spring svg,
.landscape-scrolltracker__item--sunset svg {
  z-index: 2;
}
.landscape-scrolltracker__item--spring .landscape-scrolltracker__scene::after,
.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 350vh;
  margin-top: calc(var(--scroll-tracker) * -219%);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(153, 26, 9, 0)), color-stop(35%, rgb(153, 26, 9)));
  background: linear-gradient(to bottom, rgba(153, 26, 9, 0) 0%, rgb(153, 26, 9) 35%);
}

.landscape-scrolltracker__item--spring .landscape-scrolltracker__scene::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(156, 193, 222, 0)), color-stop(35%, rgb(156, 193, 222)));
  background: linear-gradient(to bottom, rgba(156, 193, 222, 0) 0%, rgb(156, 193, 222) 35%);
}

.landscape-scrolltracker__item--sunset {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene svg > g {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -65%));
          transform: translateX(calc(var(--scroll-tracker) * -65%));
}
.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_sun {
  -webkit-transform: translateY(calc(var(--scroll-tracker) * 44%)) translateX(calc(var(--scroll-tracker) * -34%));
          transform: translateY(calc(var(--scroll-tracker) * 44%)) translateX(calc(var(--scroll-tracker) * -34%));
}
.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_clouds {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -67%));
          transform: translateX(calc(var(--scroll-tracker) * -67%));
}
.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_stars {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -45%));
          transform: translateX(calc(var(--scroll-tracker) * -45%));
}
.landscape-scrolltracker__item--sunset .landscape-scrolltracker__scene #sunset_birds {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -71%));
          transform: translateX(calc(var(--scroll-tracker) * -71%));
}

.landscape-scrolltracker__item--spring svg > g {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -55%));
          transform: translateX(calc(var(--scroll-tracker) * -55%));
}
.landscape-scrolltracker__item--spring #spring_trees-foreground {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -35%));
          transform: translateX(calc(var(--scroll-tracker) * -35%));
}
.landscape-scrolltracker__item--spring #spring_water,
.landscape-scrolltracker__item--spring #spring_sky,
.landscape-scrolltracker__item--spring #spring_foreground-hill,
.landscape-scrolltracker__item--spring #spring_stars-dots,
.landscape-scrolltracker__item--spring #spring_stars-twinkle {
  -webkit-transform: none;
          transform: none;
}
.landscape-scrolltracker__item--spring #spring_water-accents {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -23%));
          transform: translateX(calc(var(--scroll-tracker) * -23%));
}
.landscape-scrolltracker__item--spring #spring_mountains-right {
  -webkit-transform: none;
          transform: none;
}
.landscape-scrolltracker__item--spring #spring_mountains-right > g:first-child {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -18%));
          transform: translateX(calc(var(--scroll-tracker) * -18%));
}
.landscape-scrolltracker__item--spring #spring_mountains-right > g:nth-child(2) {
  -webkit-transform: translateY(5%) translateX(calc(var(--scroll-tracker) * -16%));
          transform: translateY(5%) translateX(calc(var(--scroll-tracker) * -16%));
}
.landscape-scrolltracker__item--spring #spring_light-house,
.landscape-scrolltracker__item--spring #spring_background-trees {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -15%));
          transform: translateX(calc(var(--scroll-tracker) * -15%));
}
.landscape-scrolltracker__item--spring #spring_sailboat_sail-boat--left {
  -webkit-transform: translateX(calc(var(--scroll-tracker) * -35%));
          transform: translateX(calc(var(--scroll-tracker) * -35%));
}
.landscape-scrolltracker__item--spring #spring_moon {
  -webkit-transform: translateY(calc(var(--scroll-tracker) * -35%));
          transform: translateY(calc(var(--scroll-tracker) * -35%));
}

.stat-journey-block {
  position: sticky;
  z-index: 2;
  top: 6.25rem;
  left: 6.25rem;
  overflow: hidden;
  max-width: 550px;
  padding: 40px;
  color: #ffffff;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(121, 37, 72, 0.4)), to(rgba(94, 27, 56, 0.8)));
  background: linear-gradient(to bottom, rgba(121, 37, 72, 0.4) 0%, rgba(94, 27, 56, 0.8) 100%);
}
.stat-journey-block .h1 {
  font-size: 120px;
}

.landscape-scrolltracker__item--sunset .stat-journey-block {
  top: 36%;
  right: 0;
  left: 0;
  max-width: 1020px;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(147, 15, 14, 0.4)), to(rgba(173, 51, 26, 0.8)));
  background: linear-gradient(to bottom, rgba(147, 15, 14, 0.4) 0%, rgba(173, 51, 26, 0.8) 100%);
}
.landscape-scrolltracker__item--sunset .stat-journey-block .grid-x {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.landscape-scrolltracker__item--spring .stat-journey-block {
  right: 100px;
  left: auto;
  float: right;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(39, 85, 133)), to(rgba(36, 30, 59, 0.8)));
  background: linear-gradient(to bottom, rgb(39, 85, 133) 0%, rgba(36, 30, 59, 0.8) 100%);
}

.student-journey--adventure h2 {
  color: #ffffff;
}
.student-journey--adventure h2 .oho-animate:last-child::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(121, 37, 72)), to(rgb(115, 63, 105)));
  background: linear-gradient(to bottom, rgb(121, 37, 72) 0%, rgb(115, 63, 105) 100%);
}
.student-journey--adventure h2 .oho-animate:not(.oho-animate--ready):last-child::after {
  height: 110vh;
}

.more-less {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.more-less [data-more-less-content] {
  position: relative;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.more-less [data-more-less-toggle],
.more-less .more-less__toggle {
  display: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.more-less [data-more-less-toggle]::before,
.more-less .more-less__toggle::before {
  content: "See More";
}
.more-less[data-more-less-init] [data-more-less-toggle],
.more-less[data-more-less-init] .more-less__toggle {
  display: inline-block;
}
.more-less[data-more-less-init=items] [data-more-less-item]:nth-child(3) ~ [data-more-less-item] {
  display: none;
}
.more-less.more-less-open [data-more-less-content] {
  max-height: none !important;
}
.more-less.more-less-open [data-more-less-item] {
  display: block !important;
}
.more-less.more-less-open [data-more-less-toggle]::before,
.more-less.more-less-open .more-less__toggle::before {
  content: "See Less";
}

:root:not(.oho-js) .more-less__content {
  max-height: none !important;
}
:root:not(.oho-js) .more-less__item {
  display: block !important;
}

: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;
}

.slide-toggle {
  --slide-toggle-offset: 0;
  --slide-toggle-scale: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slide-toggle__button {
  margin: 0;
  -webkit-transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  background-color: transparent;
}
.slide-toggle--line {
  border-bottom: 1px solid #000000;
}
.slide-toggle--line .slide-toggle__button {
  color: #000000;
}
.slide-toggle--line .slide-toggle__button[aria-selected=true] {
  color: #11639D;
}
@supports (--css: variables) {
  .slide-toggle--line::after {
    bottom: 0;
    height: 0.3125em;
    -webkit-transform: translate(var(--slide-toggle-offset), 50%) scale(var(--slide-toggle-scale), 1);
            transform: translate(var(--slide-toggle-offset), 50%) scale(var(--slide-toggle-scale), 1);
    background-color: #11639D;
  }
}
.slide-toggle--pill {
  padding: 1em;
  background-color: #767676;
}
.slide-toggle--pill .slide-toggle__button {
  position: relative;
  z-index: 1;
}
.slide-toggle--pill .slide-toggle__button:hover {
  background-color: #11639D;
}
.slide-toggle--pill .slide-toggle__button[aria-selected=true] {
  background-color: #11639D;
}
@supports (--css: variables) {
  .slide-toggle--pill::after {
    top: 1em;
    bottom: 1em;
    -webkit-transform: translateX(calc(var(--slide-toggle-offset) - 1em)) scale(var(--slide-toggle-scale), 1);
            transform: translateX(calc(var(--slide-toggle-offset) - 1em)) scale(var(--slide-toggle-scale), 1);
    background-color: gray;
  }
}
@supports (--css: variables) {
  .slide-toggle::after {
    position: absolute;
    display: block;
    width: 100px;
    content: "";
    -webkit-transition: -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .slide-toggle .slide-toggle__button {
    background-color: transparent !important;
  }
}

.slider-navigation {
  display: none;
}
.swiper-initialized .slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-navigation__next, .slider-navigation__prev {
  background-color: transparent;
}
.slider-navigation__next i::before, .slider-navigation__prev i::before {
  color: #ffffff;
  font-size: 2rem;
  background: #7A70A0;
  padding: 0.625rem;
  cursor: pointer;
}
.slider-navigation__next:hover i::before, .slider-navigation__prev:hover i::before {
  color: #ffffff;
  background: #a6a6a6;
}

article.gallery {
  border: 1px solid #d9d9d9;
  padding: 0.625rem;
}

.main-slider {
  overflow: hidden;
}
.main-slider .swiper-wrapper {
  list-style: none;
}
.main-slider .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-slider .swiper-wrapper .image-frame {
  width: 100%;
}
.main-slider .swiper-wrapper .drop-cut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
.main-slider .swiper-wrapper .drop-cut .caption {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.main-slider .swiper-wrapper .drop-cut .credit {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 50%;
  white-space: nowrap;
}
.main-slider .swiper-wrapper > li {
  list-style: none;
}

.swiper-initialized .slider-navigation:has(.swiper-button-disabled + .swiper-button-disabled) {
  display: none;
}

.swiper-thumbs {
  width: 110%;
  /* width extended so that last image falls off */
}
.swiper-thumbs .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.swiper-thumbs .swiper-slide.swiper-slide-visible {
  opacity: 0.65;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.tabs__buttons {
  display: none;
  margin: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .tabs__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  :root:not(.oho-js) .tabs__buttons {
    display: none;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .tabs__button {
    -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    font-family: "poynter", "Garamond", "Georgia", serif;
    border-width: 0.0625rem;
    border-style: solid;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: 1.1;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 1.25rem 1.5625rem;
    color: #ffffff;
    background-color: #f2f2f2;
    border-color: #7A70A0;
    margin-bottom: -1px;
  }
  .tabs__button:hover, .tabs__button:focus {
    text-decoration: none;
    outline: none;
  }
  .tabs__button:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
  }
  .tabs__button::before, .tabs__button::after {
    color: #ffffff;
  }
  .tabs__button:hover, .tabs__button:focus {
    color: #7A70A0;
    background-color: #767676;
    border-color: #767676;
  }
  .tabs__button:hover::before, .tabs__button:hover::after, .tabs__button:focus::before, .tabs__button:focus::after {
    color: #595959;
  }
  .tabs__button[aria-selected=true] {
    color: #11639D;
    border-bottom-color: #ffffff;
    background-color: #ffffff;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .tabs .accordion {
    display: block;
    margin-top: 0;
    padding: 1.75rem 28px;
    border: 1px solid #11639D;
  }
  .tabs .accordion[aria-hidden=true] {
    display: none;
  }
  .tabs .accordion__button {
    display: none;
  }
  :root:not(.oho-js) .tabs .accordion__button {
    display: block;
  }
}

.tooltip > * {
  display: inline;
}

.tooltip {
  position: relative;
  z-index: 3;
}
.tooltip p, .tooltip {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}

.tooltip__toggle {
  padding: 0;
  color: #11639D;
  background: none;
  overflow: visible;
  padding: 0.1875rem;
  width: 1.5625rem;
  height: 1.5625rem;
}
.tooltip__toggle:hover {
  background: none;
  color: #0066bf;
}
.tooltip__toggle:focus {
  background: none;
  color: #0066bf;
}
.tooltip--open .tooltip__toggle i::before {
  content: "\f00d";
}
.tooltip--open .tooltip__toggle::before {
  content: "▲";
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-transform: translateY(13px) translateX(1%);
          transform: translateY(13px) translateX(1%);
  position: absolute;
  right: 0;
  color: white;
  font-size: 23px;
  text-shadow: 0px -3px 5px rgba(0, 0, 0, 0.08);
}

.tooltip--open {
  z-index: 4;
}

.tooltip__content {
  display: none;
  border-top: 0.625rem solid transparent;
  position: absolute;
  width: 26rem;
  max-width: 80vw;
  text-align: center;
  margin-top: -8px;
  margin-left: calc(var(--tooltip-viewport-offset) - 20px);
}
@media screen and (min-width: 48.0625em) {
  .tooltip__content {
    width: 12rem;
  }
}
.tooltip--open .tooltip__content {
  display: block;
}

.tooltip__content__inner {
  padding: 0.5rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.21);
  color: #000000;
}
@media screen and (min-width: 48.0625em) {
  .tooltip__content__inner {
    padding: 1rem;
  }
}

.checkbox-container .tooltip {
  position: absolute;
}
.checkbox-container .tooltip__content {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.checkbox-container [type=checkbox] + label,
.checkbox-container [type=radio] + label {
  display: inline;
}
.checkbox-container .tooltip--open .tooltip__toggle:before,
.checkbox-container .tooltip--open .tooltip__toggle:after {
  -webkit-transform: translateY(20px) translateX(3%);
          transform: translateY(20px) translateX(3%);
}

[data-tooltip-active=true] {
  z-index: 5 !important;
}

.video-play-button {
  position: absolute;
  z-index: 4;
  bottom: 1.25rem;
  left: 1.25rem;
  background: none;
}
.video-play-button::after {
  content: "\f144";
  color: #a6a6a6;
  font-family: "Font Awesome 6 Pro";
  font-size: 2.5rem;
  font-weight: 600;
}
.video-playing .video-play-button::after {
  content: "\f28b";
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.8125rem;
  height: 2.8125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.47;
}
.play-button path {
  fill: #ffffff;
}
@media print, screen and (min-width: 48.0625em) {
  .play-button {
    width: 7.8125rem;
    height: 7.8125rem;
  }
}

a:hover .play-button,
a:focus .play-button {
  opacity: 1;
}

.alpha-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media print, screen and (min-width: 48.0625em) {
  .alpha-filters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.alpha-filters .fieldset-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.alpha-filters .form-item [type=radio]:disabled + label {
  color: #000000;
  font-weight: 300;
}
.alpha-filters .form-item [type=radio] {
  height: 30px;
  width: 30px;
  top: 50%;
  left: 25%;
}
.alpha-filters .form-item [type=radio] + label {
  margin-left: 16px;
  color: #11639D;
}
.alpha-filters .form-item [type=radio] + label::before {
  display: none;
}
.alpha-filters .form-item [type=radio] + label:focus, .alpha-filters .form-item [type=radio] + label:hover {
  color: #ffe21a;
}
.alpha-filters .form-item [type=radio]:checked + label::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  left: 0;
  bottom: 0;
  background-color: #11639D;
}
.alpha-filters .form-item [type=radio]:checked + label:focus::after, .alpha-filters .form-item [type=radio]:checked + label:hover::after {
  background-color: #ffe21a;
}

blockquote {
  position: relative;
}
blockquote p {
  font-family: chronica, Tahoma, Trebuchet MS, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.55;
}
@media print, screen and (min-width: 64.0625em) {
  blockquote p {
    font-size: 1.875rem;
  }
}
blockquote::before {
  color: gray;
  content: "“";
  display: block;
  font-family: "poynter", "Garamond", "Georgia", serif;
  font-size: 8.75rem;
  font-weight: 400;
  line-height: 0.8;
  position: absolute;
  top: 0;
  left: -5rem;
}
blockquote .attribution {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
}
@media print, screen and (min-width: 64.0625em) {
  blockquote .attribution {
    font-size: 1.125rem;
  }
}

.contact-us {
  border: 1px solid #999;
  padding: 27px;
  font-size: large;
  margin-bottom: 10px;
  background: #e3e3e3;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
}
.contact-us .text::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: lighter;
  content: "\f0e0";
  padding-left: 19px;
  font-size: xx-large;
  vertical-align: -6px;
  color: #999;
}

.date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.eyebrow + .date-block {
  margin-top: 1.25rem;
}
.date-block .day-number {
  font-size: 2rem;
  line-height: 0.9;
}
@media print, screen and (min-width: 48.0625em) {
  .date-block .day-number {
    font-size: 3.75rem;
  }
}
.date-block time + time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date-block time + time::before {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  width: 1.5rem;
  height: 0.125rem;
  content: "";
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
  background-color: currentColor;
}
.date-block span {
  display: block;
}

.eyebrow {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.icon-list {
  display: block;
}
.icon-list li:not(:first-child) {
  margin-top: 0.625rem;
}
.icon-list li,
.icon-list a {
  display: block;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
}
.icon-list li {
  position: relative;
  padding-left: 1.875rem;
}
.icon-list a[href^="mailto:"] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.icon-list__icon {
  position: absolute;
  left: 0;
  top: 0.125rem;
}
.icon-list--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.icon-list--inline li:not(:first-child) {
  margin-top: 0;
}
.icon-list--inline li:not(:last-child) {
  margin-right: 1.875rem;
}

.intro-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
@media print, screen and (min-width: 48.0625em) {
  .intro-text {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .intro-text {
    font-size: 1.5rem;
  }
}

.listing form {
  padding: 1rem 16px;
  border: 1px solid gray;
  background-color: #a6a6a6;
}
.listing label {
  color: #000000;
}
.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] {
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  font-family: "poynter", "Garamond", "Georgia", serif;
  border-width: 0.0625rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.625rem 0.625rem 0.85rem;
  color: #ffffff;
  background-color: #995aec;
  border-color: #995aec;
}
.listing [data-drupal-selector=edit-reset]:hover, .listing [data-drupal-selector=edit-reset]:focus {
  text-decoration: none;
  outline: none;
}
.listing [data-drupal-selector=edit-reset]:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.listing [data-drupal-selector=edit-reset]::before, .listing [data-drupal-selector=edit-reset]::after {
  color: #995aec;
}
.listing [data-drupal-selector=edit-reset]:hover, .listing [data-drupal-selector=edit-reset]:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #11639D;
}
.listing [data-drupal-selector=edit-reset]:hover::before, .listing [data-drupal-selector=edit-reset]:hover::after, .listing [data-drupal-selector=edit-reset]:focus::before, .listing [data-drupal-selector=edit-reset]:focus::after {
  color: #ffe21a;
}
.listing .listing__form__submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.listing .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listing [type=submit] {
  margin: 0;
  padding: 1px 16px;
}
.listing [type=submit] + [type=submit] {
  margin-left: 1em;
}
@media print, screen and (min-width: 40.0625em) {
  .listing form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .listing .form-item + .form-item,
  .listing .form-item + .form-actions {
    margin-left: 16px;
  }
  .listing .form-actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.card--listing {
  width: 100%;
  margin-top: 2rem;
}
.card--listing + .card--listing {
  padding-top: 2rem;
  border-top: 1px solid gray;
}

.listing__rows--grouped {
  list-style: none;
  margin-top: 0;
}
.vaf + .listing__rows--grouped {
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 48.0625em) {
  .vaf + .listing__rows--grouped {
    margin-top: 2.5rem;
  }
}
.listing__rows--grouped .grid-x {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.listing__rows--grouped > *:nth-child(odd),
.listing__rows--grouped > *:nth-child(even) {
  background-color: transparent;
}
.listing__rows--grouped [data-start-color=true] > li::before {
  content: "";
}
.listing__rows--grouped > ol,
.listing__rows--grouped > li,
.listing__rows--grouped > li > ol,
.listing__rows--grouped > li > ol > li {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.listing__rows--grouped > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listing__rows--grouped > li::before {
  display: none;
}
.listing__rows--grouped > li > .eyebrow {
  display: block;
  width: 6.25rem;
  height: 1.25rem;
  margin: 2.5rem 0 0;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
  font-weight: 600;
  color: #000000;
}

.listing__rows--grouped > li {
  padding-right: 0;
  padding-left: 0;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.node--type-obituary.node--view-mode-medium-list .card__media {
  min-width: 0;
}
.node--type-obituary.node--view-mode-medium-list .card__media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.obit-filter {
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 0.625rem;
}

.obit-list article.card {
  width: 100%;
  border-bottom: 2px solid #d9d9d9;
  padding: 14px 0px 25px;
}
.obit-list .card .grid-x {
  width: 100%;
}
.obit-list .card__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 0;
}
.obit-list .node__content {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.obit-list .card__media {
  margin-right: 1rem;
}
.obit-list .card__media.image-frame {
  aspect-ratio: 1/1;
  background: #d9d9d9;
  overflow: hidden;
  position: relative;
}
.obit-list .card__media.image-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media print, screen and (min-width: 48.0625em) {
  .obit-filter .form-item,
  .obit-filter .form-actions {
    display: inline-block;
  }
}

.section-heading__eyebrow {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.section-heading__title {
  margin: 0;
}

.region-title h1 {
  margin-top: 48px;

}

.section-heading__subheading {
  margin-bottom: 0;
}

.section-heading__link {
  margin: 0;
}

.stat {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
}
@media print, screen and (min-width: 48.0625em) {
  .stat {
    font-size: 5rem;
  }
}

table {
  border-collapse: collapse;
  border-top: 1px solid gray;
}
table[align=left] {
  float: none;
}
@media print, screen and (min-width: 48.0625em) {
  table[align=left] {
    float: left;
    margin-right: 32px;
  }
}
table[align=right] {
  float: none;
}
@media print, screen and (min-width: 48.0625em) {
  table[align=right] {
    float: right;
    margin-left: 32px;
  }
}

thead,
tbody {
  vertical-align: top;
}

thead {
  border-right: 1px solid gray;
  border-left: 1px solid gray;
}
thead th {
  background: #11639D;
}

tbody {
  border-top: 0;
  border-left: 1px solid gray;
}

tr {
  border-bottom: 1px solid gray;
}

th {
  background: #a6a6a6;
  border-right: 1px solid gray;
  border-bottom: 0;
  font-weight: 700;
  padding: 0.5rem;
  text-align: left;
}

td {
  border-right: 1px solid gray;
  padding: 0.5rem;
}

.mobile-table--scroll {
  overflow-y: scroll;
}
@media print, screen and (min-width: 64.0625em) {
  .mobile-table--scroll {
    overflow-y: hidden;
  }
}

.mobile-table {
  margin-top: 1.25rem;
  padding: 1px 0;
}
@media print, screen and (min-width: 48.0625em) {
  .mobile-table {
    margin-top: 1.875rem;
  }
}
.mobile-table--scroll {
  position: relative;
  padding: 1px 20px 0 !important;
  overflow-y: scroll;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mobile-table--scroll::before {
  background-image: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(30%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  content: "";
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  width: 100vw;
  z-index: 1;
  top: 0;
  left: 0;
}
.mobile-table--scroll.scrolled::before {
  opacity: 0;
  pointer-events: none;
}
.mobile-table--scroll.scrolled table {
  pointer-events: initial;
}
.mobile-table--scroll table {
  position: relative;
  pointer-events: none;
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg .intro-text, .wysiwyg blockquote {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg .intro-text, .wysiwyg blockquote {
    margin-top: 1.875rem;
  }
}
.wysiwyg > *:first-child {
  margin-top: 0;
}
.wysiwyg .btn {
  margin-top: 0;
}
.wysiwyg .btn-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wysiwyg ol,
.wysiwyg ul {
  padding-left: 0;
}
.wysiwyg ol ol,
.wysiwyg ol ul,
.wysiwyg ul ol,
.wysiwyg ul ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg ol ol,
  .wysiwyg ol ul,
  .wysiwyg ul ol,
  .wysiwyg ul ul {
    margin-top: 1.875rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg ol ol,
  .wysiwyg ol ul,
  .wysiwyg ul ol,
  .wysiwyg ul ul {
    margin-bottom: 1.875rem;
  }
}
.wysiwyg li {
  margin-top: 1.25rem;
  position: relative;
  padding-left: 1.25rem;
}
.wysiwyg li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.wysiwyg ol {
  counter-reset: li;
}
.wysiwyg ol > li {
  counter-increment: li;
}
.wysiwyg ol > li::before {
  color: #000000;
  content: counter(li) ".";
}
.wysiwyg ul > li::before {
  content: url("../img/bullet.svg");
}
.wysiwyg .align-right,
.wysiwyg .obj-right {
  float: none;
  margin-top: 2.5rem;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg .align-right,
  .wysiwyg .obj-right {
    margin-top: 3.125rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg .align-right,
  .wysiwyg .obj-right {
    float: right;
    margin-left: 1.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg .align-right,
  .wysiwyg .obj-right {
    margin-left: 2rem;
  }
}
.wysiwyg .align-right img,
.wysiwyg .obj-right img {
  display: block;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg .align-right.responsive-video-iframe,
  .wysiwyg .obj-right.responsive-video-iframe {
    width: 50%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg .align-right.responsive-video-iframe,
  .wysiwyg .obj-right.responsive-video-iframe {
    width: 33%;
  }
}
.wysiwyg .align-left,
.wysiwyg .obj-left {
  float: none;
  margin-top: 2.5rem;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg .align-left,
  .wysiwyg .obj-left {
    margin-top: 3.125rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg .align-left,
  .wysiwyg .obj-left {
    float: left;
    margin-right: 1.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg .align-left,
  .wysiwyg .obj-left {
    margin-right: 2rem;
  }
}
.wysiwyg .align-left img,
.wysiwyg .obj-left img {
  display: block;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg .align-left.responsive-video-iframe,
  .wysiwyg .obj-left.responsive-video-iframe {
    width: 50%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg .align-left.responsive-video-iframe,
  .wysiwyg .obj-left.responsive-video-iframe {
    width: 33%;
  }
}
.wysiwyg .align-center,
.wysiwyg .obj-center {
  display: table;
  margin-top: 2.5rem;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg .align-center,
  .wysiwyg .obj-center {
    margin-top: 3.125rem;
  }
}
.wysiwyg .align-center img,
.wysiwyg .obj-center img {
  display: block;
}
.wysiwyg .align-center > .responsive-video-iframe, .wysiwyg .align-center.responsive-video-iframe,
.wysiwyg .obj-center > .responsive-video-iframe,
.wysiwyg .obj-center.responsive-video-iframe {
  width: 100%;
}
.wysiwyg figure.align-center:has(.responsive-video-iframe) {
  width: 100%;
}
.wysiwyg > figure:has(img) {
  margin-top: 1.25rem;
  display: table;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg > figure:has(img) {
    margin-top: 1.875rem;
  }
}
.wysiwyg > figure:has(img) figcaption {
  display: table-caption;
}
.wysiwyg [data-embed-button=ohou_media_embed] .video-embed-field-responsive-video,
.wysiwyg [data-embed-button=ohou_media_embed] .responsive-video-iframe {
  width: 100%;
}
.wysiwyg article.align-center img {
  margin-right: auto;
  margin-left: auto;
}
.wysiwyg figure.align-right,
.wysiwyg figure.alignright,
.wysiwyg figure.obj-right,
.wysiwyg figure.align-left,
.wysiwyg figure.alignleft,
.wysiwyg figure.obj-left,
.wysiwyg figure.align-center,
.wysiwyg figure.obj-center,
.wysiwyg .align-center,
.wysiwyg .obj-center {
  display: table;
}
.wysiwyg figure.align-right figcaption,
.wysiwyg figure.alignright figcaption,
.wysiwyg figure.obj-right figcaption,
.wysiwyg figure.align-left figcaption,
.wysiwyg figure.alignleft figcaption,
.wysiwyg figure.obj-left figcaption,
.wysiwyg figure.align-center figcaption,
.wysiwyg figure.obj-center figcaption,
.wysiwyg .align-center figcaption,
.wysiwyg .obj-center figcaption {
  display: table-caption;
}
.wysiwyg figure.align-right.responsive-video-iframe,
.wysiwyg figure.alignright.responsive-video-iframe,
.wysiwyg figure.obj-right.responsive-video-iframe,
.wysiwyg figure.align-left.responsive-video-iframe,
.wysiwyg figure.alignleft.responsive-video-iframe,
.wysiwyg figure.obj-left.responsive-video-iframe,
.wysiwyg figure.align-center.responsive-video-iframe,
.wysiwyg figure.obj-center.responsive-video-iframe,
.wysiwyg .align-center.responsive-video-iframe,
.wysiwyg .obj-center.responsive-video-iframe {
  min-width: 40%;
}
.wysiwyg figcaption {
  font-family: poynter, Garamond, Georgia, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
  caption-side: bottom;
}
.wysiwyg .responsive-video-iframe {
  position: relative;
}
.wysiwyg .responsive-video-iframe::before {
  display: block;
  padding-bottom: calc(0.5625 * 100%);
  content: "";
}
.wysiwyg .responsive-video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wysiwyg .responsive-video-iframe iframe {
  -o-object-fit: unset;
     object-fit: unset;
}

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slide-in {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.cookie-banner {
  position: fixed;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: -webkit-transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  -webkit-transform: none;
          transform: none;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
}
.cookie-banner__inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 2.5rem;
  -webkit-transition: margin 1s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: margin 1s cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
@media screen and (min-width: 83.75em) {
  .cookie-banner__inner {
    margin-right: -60px;
    margin-left: -60px;
  }
}
.cookie-banner .grid-x {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookie-banner .wysiwyg {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cookie-banner .btn {
  margin: 0;
}

html.oho-js body:not(.cookie-panel-dismissed) .cookie-banner {
  -webkit-animation: slide-in;
          animation: slide-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.site-footer-landing {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #d9d9d9;
}
@media print, screen and (min-width: 48.0625em) {
  .site-footer-landing {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .site-footer-landing {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.site-footer-landing__logo img {
  width: 100%;
  max-width: 200px;
}
.site-footer-landing p {
  margin-bottom: 0;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
}
.site-footer-landing__phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.site-footer-landing__icon-info {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
}
.site-footer-landing__copyright:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a6a6a6;
}
@media print, screen and (min-width: 48.0625em) {
  .site-footer-landing__copyright {
    margin-top: 2rem;
  }
}

.site-footer {
  padding: 1rem 0;
  background-color: #d9d9d9;
}
.site-footer p {
  margin-bottom: 0;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
}
.site-footer__address {
  text-align: center;
}
.site-footer__copyright {
  text-align: center;
}

/* ideal organization
Mobile/Default CSS
-sections

Desktop CSS
-secitons

Tablet CSS
-sections

Dark mode

*/
/* mobile/default */
.site-header {
  position: relative;
  z-index: 10;
  /* GCS - this is probably helpful, but I don't know how yet */
  /* height: $mobile-header-height; */
}
.site-header a {
  text-decoration: none;
}
.site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header li {
  position: relative;
}
.site-header__logo {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.site-header .grid-container .header-graphics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e3e3e3;
}
.site-header a.site-header__logo {
  text-align: center;
  color: #000;
  max-width: 650px;
}
.site-header__logo .image-title {
  display: none;
}
.site-header__logo h1.text-title {
  margin: 0px;
  font-size: 1.5em;
}
.site-header__container {
  background: #ffffff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  .site-header__container {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.site-header__container > .grid-container {
  position: relative;
  height: 100%;
}
.site-header__sticky-container {
  height: 100%;
  background-color: #ffffff;
  padding-bottom: 10px;
}
@media (prefers-color-scheme: dark) {
  .site-header__sticky-container {
    background-color: #000000;
  }
}
.site-header__main {
  clear: both;
}
.site-header__bottom {
  /* main menu */
  display: none;
}
.site-header .region-header-graphics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -30px;
  background-color: #f2f2f2;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.site-header .region-header-graphics .current-weather .weather-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.625rem;
}
.site-header .region-header-graphics .current-weather .weather-wrapper .weather-icon {
  grid-column: 1/span 2;
  display: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.site-header .region-header-graphics .current-weather .weather-wrapper .weather-icon img {
  max-height: 50px;
}
.site-header .region-header-graphics .current-weather .weather-wrapper .weather-icon:hover .weather-icon {
  opacity: 1;
}
.site-header .region-header-graphics .subscribe-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* stack vertically */
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; /* push all contents to the bottom */
  text-transform: uppercase;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 0.7rem;
}
.site-header .region-header-graphics .subscribe-button p {
  margin: 0px;
}
.site-header .region-nav-top {
  font-size: 0.7rem;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
}
.site-header .region-nav-top a {
  color: #a6a6a6;
}
.site-header .region-nav-primary {
  background: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header--beyond-threshold .site-header__sticky-container {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  height: 1.25rem;
}
.site-header--beyond-threshold-animate .site-header__sticky-container {
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.site-header--scroll-up .site-header__sticky-container, .site-header--at-bottom .site-header__sticky-container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header--landing .site-header {
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-header__top {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 5px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Tablet and Desktop */
@media print, screen and (min-width: 40.0625em) {
  .skyline {
    background: #eef;
  }
  .site-header .grid-container .header-graphics {
    display: inline;
  }
  .site-header__logo {
    padding-top: 0.5rem;
  }
  .site-header__logo .text-title {
    display: none;
  }
  .site-header__logo .image-title {
    display: inline;
  }
  .site-header .region-header-graphics {
    border: 0px;
    background-color: unset;
  }
  .site-header .region-header-graphics .current-weather .weather-wrapper .weather-icon {
    display: inline;
  }
  .site-header .region-header-graphics .subscribe-button {
    font-size: inherit;
  }
  .site-header .region-nav-top {
    position: relative;
  }
  .site-header ul.menu li {
    display: inline;
  }
  /* dont know what this is
  &__bottom {
    display: inline;
    position: relative;
    z-index: 1;
  }
    */
}
.site-header__top {
  position: absolute;
  top: 1rem;
  right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* only very wide */
@media screen and (min-width: 75.0625em) {
  .skyline {
    background: #fee;
  }
}
.page-wrapper .region {
  margin-bottom: 0.625rem;
}

.site-search .search-block-form {
  position: relative;
  width: 100%;
  padding: 0.5rem;
}
.site-search .search-block-form label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
.site-search .search-block-form input {
  border: 0;
  padding: 0.5rem;
  width: 100%;
}
.site-search .search-block-form input::-webkit-input-placeholder {
  color: #a6a6a6;
}
.site-search .search-block-form input::-moz-placeholder {
  opacity: 1;
  color: #a6a6a6;
}
.site-search .search-block-form input:-ms-input-placeholder {
  color: #a6a6a6;
}
.site-search__toggle {
  display: none;
}
@media print, screen and (min-width: 64.0625em) {
  .site-search .search-block-form {
    background-color: #a6a6a6;
    display: none;
    padding: 1rem;
    position: absolute;
    width: auto;
    z-index: 2;
    top: 100%;
    right: 0;
  }
  .search-panel-open .site-search .search-block-form {
    display: block;
  }
  .site-search .search-block-form input {
    width: 20rem;
  }
  .site-search__toggle {
    display: block;
    margin: 0;
    padding: 0.5rem;
    -webkit-transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    background-color: transparent;
  }
  .site-search__toggle::before {
    content: "\f002";
    -webkit-transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    color: #11639D;
    font-family: "Font Awesome 6 Pro";
    font-size: 1.5rem;
    font-weight: 400;
  }
  .site-search__toggle:hover, .site-search__toggle:focus {
    background-color: transparent;
  }
  .site-search__toggle:hover::before, .site-search__toggle:focus::before {
    color: #767676;
  }
  .site-search__toggle:focus {
    outline: 1px solid;
  }
  .search-panel-open .site-search__toggle {
    background-color: #a6a6a6;
  }
}

.sock .sock__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  list-style-type: none;
}

.accessible-menu li {
  position: relative;
}
.accessible-menu .menu-item__button {
  position: absolute;
  border: none;
  background-color: transparent;
}
@media print, screen and (max-width: 64.06125em) {
  .accessible-menu .menu-item__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    margin: 0;
    padding: 0.375em;
    color: transparent;
    font-size: 1.5rem;
  }
  .accessible-menu .menu-item__button::before {
    display: inline-block;
    width: 100%;
    content: "\f067";
    color: #ffffff;
    font-family: "Font Awesome 6 Pro";
  }
}
@media print, screen and (min-width: 64.0625em) {
  .accessible-menu .menu-item__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.5rem;
    height: 1rem;
    -webkit-transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    font-size: 0;
  }
  .accessible-menu .menu-item__button::before {
    width: 100%;
    content: "\f13a";
    color: #ffffff;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
  }
  .accessible-menu .menu-item__button:focus {
    opacity: 1;
  }
}
.accessible-menu .menu-item--open > ul {
  display: block;
}
@media print, screen and (max-width: 64.06125em) {
  .accessible-menu .menu-item--open > .menu-item__button::before {
    content: "\f068";
  }
}
@media print, screen and (min-width: 64.0625em) {
  .accessible-menu .menu-item--open > .menu-item__button::before {
    content: "\f139";
  }
}

.accessible-menu .menu-item__button {
  opacity: 1;
}
@media print, screen and (min-width: 64.0625em) {
  .accessible-menu .menu-item__button {
    opacity: 0;
    left: auto;
    right: -1.25rem;
    top: 0;
    height: 100%;
    padding: 0;
    width: 2.5rem;
  }
  .accessible-menu .menu-item--expanded > a,
  .accessible-menu .menu-item--expanded > span {
    padding-right: 1.5625rem;
  }
}

.alpha-jump-links {
  padding: 2.5rem;
  background-color: #eeebf2;
}
.alpha-jump-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alpha-jump-links li {
  display: inline-block;
  margin: 0 8px 0.5rem 0;
  color: #808080;
  font-size: 1.5rem;
  font-weight: 600;
}

.audience-menu {
  z-index: 2;
}
.audience-menu a,
.audience-menu li,
.audience-menu span {
  display: block;
}
.audience-menu a,
.audience-menu span {
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
}
.audience-menu span {
  cursor: default;
}
@media print, screen and (max-width: 64.06125em) {
  .audience-menu {
    border-top: 1px solid gray;
  }
  .audience-menu a,
  .audience-menu span {
    padding: 0.5rem 48px 0.5rem 0.5rem;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
  }
  .audience-menu a:hover,
  .audience-menu span:hover {
    text-decoration: none;
  }
  .audience-menu ul ul {
    display: none;
  }
  .audience-menu ul ul li + li {
    border-top: 1px solid #262626;
  }
  .audience-menu ul ul a {
    color: #000000;
    background-color: gray;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .audience-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .audience-menu li:hover > a,
  .audience-menu li:hover > span {
    background-color: #a6a6a6;
  }
  .audience-menu li:hover > ul {
    display: block;
  }
  .audience-menu a,
  .audience-menu span {
    padding: 0.75rem 16px;
    color: #11639D;
    line-height: 1;
  }
  .audience-menu a:hover,
  .audience-menu span:hover {
    text-decoration: none;
  }
  .audience-menu ul ul {
    position: absolute;
    z-index: 1;
    right: 0;
    display: none;
    min-width: 10rem;
  }
  .audience-menu ul ul li {
    display: block;
    margin: 0;
  }
  .audience-menu ul ul a {
    background-color: #a6a6a6;
  }
  .audience-menu ul ul a:hover {
    color: #000000;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .audience-menu.accessible-menu .menu-item__button {
    right: 0;
    width: 1.25rem;
  }
  .audience-menu.accessible-menu .menu-item--expanded > a,
  .audience-menu.accessible-menu .menu-item--expanded > span {
    padding-right: 2.5rem;
  }
}

ol.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.breadcrumbs li {
  padding-left: 0;
  display: inline-block;
}
@media print, screen and (min-width: 48.0625em) {
  ol.breadcrumbs li {
    padding-left: 12px;
  }
}
ol.breadcrumbs li:before {
  content: none;
  position: relative;
}
ol.breadcrumbs li.active {
  color: #767676;
}
ol.breadcrumbs li:not(:nth-last-child(2)) {
  display: none;
}
@media print, screen and (min-width: 48.0625em) {
  ol.breadcrumbs li:not(:nth-last-child(2)) {
    display: inline-block;
  }
}
ol.breadcrumbs li:nth-last-child(2)::before, ol.breadcrumbs li:nth-child(n+2)::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f053";
  top: 0.1875rem;
  display: inline-block;
  color: #000000;
  padding-right: 12px;
}
@media print, screen and (min-width: 48.0625em) {
  ol.breadcrumbs li:nth-last-child(2)::before, ol.breadcrumbs li:nth-child(n+2)::before {
    content: "\f054";
  }
}
ol.breadcrumbs a {
  color: #11639D;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
ol.breadcrumbs a:hover, ol.breadcrumbs a:focus {
  color: #767676;
}

.child-page-menu ul,
.child-page-menu li {
  list-style: none;
}
.child-page-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.child-page-menu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  .child-page-menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(33.3333333333% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.child-page-menu a {
  color: #11639D;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: text-decoration-color 300ms ease-in-out;
  transition: text-decoration-color 300ms ease-in-out;
  font-family: poynter, Garamond, Georgia, serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: block;
  width: 100%;
  border-top: 0.125rem solid #a6a6a6;
}
.child-page-menu a.btn {
  padding-right: 1.875rem;
}
.child-page-menu a::after {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  padding-left: 0.625rem;
  content: "\f054";
  font-weight: 300;
  color: #11639D;
  -webkit-transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.child-page-menu a:hover, .child-page-menu a:focus {
  text-decoration-color: transparent;
}
.child-page-menu a:hover::after, .child-page-menu a:focus::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media print, screen and (min-width: 48.0625em) {
  .child-page-menu a {
    font-size: 2rem;
  }
}
.child-page-menu li:first-child a {
  border-top: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .child-page-menu li:nth-child(-n+3) a {
    border-top: 0;
  }
}

.find-menu,
.find-content {
  border-bottom: 1px solid #e3e3e3;
  width: 96%;
  font-size: 0.8rem;
  margin-left: 10px;
}

.find-content li.li--level-one {
  padding: 5px 2%;
}

.find-menu a {
  color: rgb(135, 135, 135);
}
.find-menu a.is-active {
  font-weight: bold;
}
.find-menu a.is-active {
  font-weight: bold;
}
.find-menu a.is-active::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f0d7";
  padding-left: 9px;
}
.find-menu ul li:first-child {
  font-weight: 700;
}
.find-menu ul li {
  padding: 5px;
}

.jump-nav {
  position: sticky;
}

.main-menu-landing a {
  color: #ffffff;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.main-menu-landing a:hover {
  text-decoration: none;
}
.main-menu-landing > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 8px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.main-menu-landing .menu li {
  background-color: #7A70A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu-landing .menu-item--active-trail > a {
  color: #11639D !important;
}
@media print, screen and (max-width: 64.06125em) {
  .main-menu-landing ul {
    width: 100%;
  }
  .main-menu-landing li + li {
    border-top: 1px solid gray;
  }
  .main-menu-landing a {
    padding: 0.3125rem 0.625rem;
  }
  .main-menu-landing a:before {
    display: none;
  }
  .main-menu-landing ul ul {
    display: none;
  }
  .main-menu-landing ul ul li + li {
    border-top-color: #262626;
  }
  .main-menu-landing ul ul a {
    color: #000000;
    background-color: gray;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .main-menu-landing > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .main-menu-landing > ul > li:hover > a {
    color: #000000;
    background-color: gray;
  }
  .main-menu-landing a {
    padding: 11px 53px;
    text-align: center;
    background-color: #7A70A0;
  }
  .main-menu-landing a:focus {
    color: #000000;
    background-color: gray;
  }
  .main-menu-landing a:before {
    font-family: "Font Awesome 6 Pro";
    margin-right: 0.5rem;
    margin-left: -1rem;
    font-weight: 300;
  }
  .main-menu-landing ul > li:nth-last-child(-n+1) > ul {
    right: 0;
  }
  .main-menu-landing ul ul {
    position: absolute;
    display: none;
    width: auto;
    min-width: 16rem;
  }
  .main-menu-landing ul ul li:hover > a {
    background-color: #a6a6a6;
  }
  .main-menu-landing ul ul a {
    padding: 0.5rem 16px;
    text-align: left;
    color: #000000;
    background-color: gray;
  }
  .main-menu-landing ul ul a:focus {
    background-color: #a6a6a6;
  }
}
@media print, screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  .main-menu-landing ul li:hover > ul {
    display: block;
  }
}

.functional-nav a,
.functional-nav li,
.main-menu a,
.main-menu li,
.subsites a,
.subsites li {
  display: block;
}
.functional-nav a,
.main-menu a,
.subsites a {
  text-decoration: none;
}
.functional-nav a:hover,
.main-menu a:hover,
.subsites a:hover {
  text-decoration: underline;
  text-decoration-color: #11639D;
  text-decoration-thickness: 3px;
}
.functional-nav ul,
.main-menu ul,
.subsites ul {
  width: 100%;
}

.functional-nav .menu {
  padding: 0;
  height: 0;
  overflow: hidden;
}
.functional-nav .menu li {
  padding: 5px;
  line-height: 15px;
  font-size: 1em;
  border-top: 1px solid #d9d9d9;
}
.functional-nav .menu li:last-child {
  font-weight: bold;
}

.main-menu {
  text-align: center;
  background: #d9d9d9;
}
.main-menu li {
  padding: 0.6em;
}
.main-menu a {
  color: #262626;
}

.subsites .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background: #ffffff;
}
.subsites li {
  position: relative;
  padding: 0.6em;
}
.subsites li::before {
  position: absolute;
  top: 0.3em;
  left: 0.4em;
  color: #a6a6a6;
  font-family: "Font Awesome 6 Pro";
  font-weight: lighter;
  font-size: 1.8em;
}
.subsites li.real-estate::before {
  content: "\f015";
}
.subsites li.classifieds::before {
  content: "\f1ea";
}
.subsites li a {
  padding-left: 1.5em;
  color: #262626;
  font-size: 1.6em;
  text-align: right;
}

.sisterpub-menu .menu {
  text-transform: uppercase;
  width: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.2em;
}
.sisterpub-menu li {
  display: inline;
  font-size: 0.7em;
  padding: 2px 10px;
}
.sisterpub-menu li + li {
  border-left: 1px solid #d9d9d9;
}
.sisterpub-menu li:first-child {
  padding-left: 0;
}

@media print, screen and (min-width: 40.0625em) {
  .region-nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sisterpub-menu .menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sisterpub-menu li:first-child {
    padding-left: 0;
  }
  .functional-nav .menu {
    height: auto;
    -webkit-clip-path: polygon(0 100%, 3em 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 3em 0, 100% 0, 100% 100%, 0% 100%);
    padding: 2px 0 2px 3em;
    background: #f2f2f2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .functional-nav .menu li {
    border-top: 0;
    padding: 2px 6px;
    line-height: 1.2;
  }
  .functional-nav > ul,
  .main-menu > ul,
  .subsites > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .main-menu ul > li:nth-last-child(-n+1) > ul {
    right: 0;
  }
  .main-menu ul ul {
    position: absolute;
    display: none;
    width: auto;
  }
}
@media (prefers-color-scheme: dark) {
  .sisterpub-menu a {
    color: #ffffff;
  }
}
.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;
}

.mobile-menu {
  /* transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-in-out; */
  display: none;
}

.mobile-menu-state .mobile-menu {
  /* transform: scaleY(1); */
  display: block;
}

.mobile-menu-button {
  width: 50px;
  padding: 7px 0px;
  border-right: 1px solid #d9d9d9;
}
.mobile-menu-button:hover, .mobile-menu-button:focus {
  border-right: 1px solid #d9d9d9;
}
@media print, screen and (max-width: 64.06125em) {
  .mobile-menu-button {
    display: block;
    /* width: $mobile-header-height; */
  }
  .mobile-menu-button::before {
    content: "\f0c9";
    content: "\e1ee";
    /* transition: color $primary-transition; */
    color: #7A70A0;
    font-family: "Font Awesome 6 Pro";
    font-size: 2rem;
    font-size: 1.6rem;
    font-weight: lighter;
    text-align: center;
  }
  .mobile-menu-open .mobile-menu-button::before {
    content: "\f00d";
  }
}

.mobile-menu ul {
  padding: 0;
}

.mobile-menu-open {
  overflow: hidden;
}
.mobile-menu-open .main-menu,
.mobile-menu-open .hero-slider {
  /* hero slider width disrupts mobile menu width
  display: none;*/
}
.mobile-menu-open .mobile-tools {
  display: inherit;
}
.mobile-menu-open .mobile-sections li {
  padding: 17px 7px;
  border-bottom: 1px solid #d9d9d9;
}
.mobile-menu-open .mobile-sections li a {
  font-size: 1.1em;
}
.mobile-menu-open .mobile-sections li a::after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: lighter;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #11639D;
}
.mobile-menu-open .site-header__bottom {
  display: block;
  overflow: auto;
  height: auto;
  /* height: calc(100dvh - $static-header-height); */
  -webkit-overflow-scrolling: touch;
  /* This helps enable smooth scrolling on iOS */
  height: 100vh;
  /* Ensure the mobile menu takes up the full height of the viewport */
}
.mobile-menu-open > .page::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (prefers-color-scheme: dark) {
  .mobile-menu {
    background-color: #000000;
    color: #ffffff;
  }
  .mobile-menu a {
    color: #ffffff;
  }
}
.mobile-menu .mobile-quick-links .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.mobile-menu .mobile-quick-links .menu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 10px);
          flex: 0 1 calc(50% - 10px);
  padding-left: 0.625rem;
}
.mobile-menu-open .mobile-menu {
  height: calc(100dvh - 6.125rem);
  height: 100dvh;
  overflow: auto;
}
.site-header--primary .mobile-menu {
  width: 100vw;
  position: absolute;
  z-index: 1;
  top: 6.125rem;
  right: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-menu-open .mobile-menu, .site-header--landing .mobile-menu {
  /* display: block; */
  /* gcs - was 'flex', think this has been invalid outide parent */
}

.mobile-menu .mobile-tools {
  position: fixed;
  width: 100%;
  top: calc(100dvh - 100px);
  left: 0px;
  bottom: 0dvh;
  background: #ffffff;
}
.mobile-menu .mobile-tools ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu .mobile-tools ul.menu li {
  border-top: 1px solid #d9d9d9;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 100%;
  position: relative;
}
.mobile-menu .mobile-tools ul.menu li::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #a6a6a6;
  font-weight: lighter;
  font-size: 2.3em;
}
.mobile-menu .mobile-tools ul.menu li.contact::after {
  content: "\f0e0";
}
.mobile-menu .mobile-tools ul.menu li.calendar::after {
  content: "\f133";
}
.mobile-menu .mobile-tools ul.menu li.search::after {
  content: "\f002";
}
.mobile-menu .mobile-tools ul.menu li.information::after {
  content: "\f05a";
}
.mobile-menu .mobile-tools ul.menu li a {
  height: 90%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Tablet and Desktop */
@media print, screen and (min-width: 40.0625em) {
  .mobile-menu-button {
    display: none;
  }
  .mobile-tools {
    display: none;
  }
}
.sidebar-menu {
  border: 1px solid #11639D;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.sidebar-menu h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
}
.sidebar-menu h3 a {
  padding: 1rem;
}
.sidebar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-menu a {
  position: relative;
  display: block;
  padding: 1rem 48px 1rem 16px;
  -webkit-transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.sidebar-menu a:hover {
  background-color: #a6a6a6;
}
.sidebar-menu .menu-item__button {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 3.375rem;
  height: 3.375rem;
  margin: 0;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  background-color: #262626;
  line-height: 1.6;
}
.sidebar-menu .menu-item__button::before {
  content: "\f067";
  font-size: 1.5rem;
}
.sidebar-menu .menu-item--active-trail > a {
  background-color: gray;
}
.sidebar-menu__toggle {
  display: none;
}
@media print, screen and (max-width: 48.06125em) {
  .sidebar-menu__toggle {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 1rem 16px;
    -webkit-transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    color: #11639D;
    border: 0;
    background: none;
  }
  .sidebar-menu__toggle::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    content: "\f078";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Font Awesome 6 Pro";
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    right: 0.75em;
  }
  .sidebar-menu-open .sidebar-menu__toggle::after {
    content: "\f077";
  }
  .sidebar-menu__toggle:hover {
    color: #767676;
    background: none;
  }
  .sidebar-menu__container {
    display: none;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .sidebar-menu__container {
    display: block !important;
  }
}

.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--open > .menu-item__button::before {
  content: "\f068";
}

.social-media {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-media li {
  display: inline-block;
}
.social-media a {
  display: block;
  margin: 0 4px;
  -webkit-transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  font-size: 1.5rem;
}
.social-media a:hover {
  color: #767676;
}

.utility-menu a,
.utility-menu li {
  display: block;
}
.utility-menu a {
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
}
@media print, screen and (max-width: 64.06125em) {
  .utility-menu {
    border-top: 1px solid gray;
  }
  .utility-menu ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .utility-menu a {
    padding: 0.5rem 8px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
  }
  .utility-menu a:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .utility-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .utility-menu a {
    padding: 0.75rem 16px;
    line-height: 1;
  }
}

.accordion {
  clear: both;
}
.accordion + .accordion {
  margin-top: 1.75rem;
}
.accordion__button {
  position: relative;
  margin: 0;
  padding: 1.25rem 60px 1.25rem 20px;
  -webkit-transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border 0 cubic-bezier(0.42, 0.08, 0.06, 0.98) 400ms;
  transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border 0 cubic-bezier(0.42, 0.08, 0.06, 0.98) 400ms;
  text-align: left;
  color: #7A70A0;
}
.accordion__button:hover, .accordion__button:focus {
  color: #ffffff;
  background-color: #7A70A0;
}
.accordion__button:hover path, .accordion__button:focus path {
  fill: #000000;
}
.accordion__icon {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 20px;
  height: 1.25rem;
  margin: auto;
}
.accordion__icon-path {
  fill: #ffffff;
  -webkit-transition: fill 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: fill 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: fill 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: fill 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.accordion__icon-path--vertical {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transform-origin-y: 50%;
}
.accordion__contents {
  border-top: 1px solid #7A70A0;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  padding: 1px 0;
  background: #f2f2f2;
}
.accordion__contents .accordion__content {
  border-top: 0;
  padding: 1.75rem 28px;
  overflow: hidden;
}
:root:not(.oho-js) .accordion__contents .accordion__content {
  display: block;
}
.accordion--open > .accordion__button, :root:not(.oho-js) .accordion__button {
  -webkit-transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  color: #000000;
  border-bottom: 0;
  background-color: #ffffff;
}
.accordion--open > .accordion__button .accordion__icon, :root:not(.oho-js) .accordion__button .accordion__icon {
  rotate: 180deg;
}
.accordion--open > .accordion__button .accordion__icon-path, :root:not(.oho-js) .accordion__button .accordion__icon-path {
  fill: #000000;
}
.accordion--open > .accordion__button .accordion__icon-path--vertical, :root:not(.oho-js) .accordion__button .accordion__icon-path--vertical {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.accordion--mobile .accordion__button:disabled {
  display: none;
}
.accordion--mobile .accordion__button:disabled + .accordion__content {
  display: block !important;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.accordion-block {
  margin-bottom: 0.625rem;
}
.accordion-block .accordion__button {
  width: 100%;
  color: #595959;
}
.accordion-block .accordion__button.btn {
  border: 0px;
  border-top: 4px solid #d9d9d9;
  background: #fff;
  padding: 15px 0px;
}
.accordion-block .accordion__button:hover, .accordion-block .accordion__button:focus {
  color: #7A70A0;
  text-decoration: underline;
}
.accordion-block .accordion__icon {
  border: 1px solid #d9d9d9;
  text-align: center;
  border-radius: 0.3rem;
  padding: 3px;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
}
.accordion-block .accordion__content {
  padding: 0px 0.625rem;
}
.accordion-block .accordion__content ul {
  padding: 0px;
}

.search-button {
  position: relative;
}
.search-button .accordion-block {
  margin-bottom: 0;
  margin-top: 0.625rem;
}
.search-button .accordion__button.btn {
  background: none;
  padding: 0;
}
.search-button .accordion__button:hover, .search-button .accordion__button:focus {
  text-decoration: none;
}
.search-button .accordion__button:hover .accordion__button-text::before, .search-button .accordion__button:focus .accordion__button-text::before {
  color: #7A70A0;
}
.search-button .accordion__button .accordion__button-text {
  font-size: 0;
  line-height: 0;
  position: relative;
  color: transparent;
}
.search-button .accordion__button .accordion__button-text::before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 1.5rem;
  color: #7A70A0;
  padding: 0.625rem;
}
.search-button .accordion__button .accordion__icon {
  display: none;
}
.search-button .accordion__contents {
  position: absolute;
  right: 0;
  width: 360px;
  margin-top: 6px;
}

:root.oho-js .search-button .accordion__contents {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 200ms ease, visibility 0s linear 200ms;
  transition: opacity 200ms ease, visibility 0s linear 200ms;
}
:root.oho-js .search-button:hover .accordion__contents, :root.oho-js .search-button:focus-within .accordion__contents {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
:root.oho-js .search-button .accordion.accordion--open > .accordion__contents {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  z-index: 1000;
}
:root.oho-js .search-button.accordion--hover-dismissed:not(.accordion--open) .accordion__contents {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 200ms ease, visibility 0s linear 200ms;
  transition: opacity 200ms ease, visibility 0s linear 200ms;
}

.wysiwyg .accordions {
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg .accordions {
    margin-top: 2.5rem;
  }
}
.wysiwyg .accordions .section-heading__heading {
  font-family: chronica, Tahoma, Trebuchet MS, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg .accordions .section-heading__heading {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg .accordions .section-heading__heading {
    font-size: 3.5rem;
  }
}
.wysiwyg .accordions .section-heading__subheading {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg .accordions .section-heading__subheading {
    font-size: 1.125rem;
  }
}
.wysiwyg .accordions .grid-container {
  padding: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .accordions-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.accordions-vertical .accordion {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 64.0625em) {
  .accordions-vertical .accordion {
    min-height: 480px;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.accordions-vertical .accordion:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-position: top center;
  background-repeat: repeat;
  background-color: gold;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0.63, 0.47, 0.8);
  transition: -webkit-transform 0.3s cubic-bezier(1, 0.63, 0.47, 0.8);
  transition: transform 0.3s cubic-bezier(1, 0.63, 0.47, 0.8);
  transition: transform 0.3s cubic-bezier(1, 0.63, 0.47, 0.8), -webkit-transform 0.3s cubic-bezier(1, 0.63, 0.47, 0.8);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media print, screen and (min-width: 64.0625em) {
  .accordions-vertical .accordion:before {
    top: -32px;
    right: -2px;
    bottom: -32px;
    left: -2px;
  }
}
.accordions-vertical .accordion .accordion__button {
  position: relative;
  z-index: 2;
}
.accordions-vertical .accordion .accordion__button .accordion__button-text {
  color: #000000;
}
@media print, screen and (min-width: 48.0625em) {
  .accordions-vertical .accordion .accordion__button {
    background-color: transparent;
    height: 100%;
  }
  .accordions-vertical .accordion .accordion__button:hover .accordion__button-text {
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .accordions-vertical .accordion .accordion__button:focus .accordion__button-text {
    color: #000000;
  }
}
.accordions-vertical .accordion .accordion__button-text {
  font-weight: 300;
  font-size: 1.125rem;
  -webkit-transition: color 0.3s cubic-bezier(1, 0.63, 0.47, 0.8);
  transition: color 0.3s cubic-bezier(1, 0.63, 0.47, 0.8);
}
@media print, screen and (min-width: 64.0625em) {
  .accordions-vertical .accordion .accordion__button-text {
    font-size: 1.875rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .accordions-vertical .accordion .accordion__icon-path {
    display: none;
  }
}
.accordions-vertical .accordion .accordion__content {
  position: relative;
  z-index: 2;
}
.accordions-vertical .accordion .accordion__content .btn {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .accordions-vertical .accordion .accordion__button:not(.accordion--open):focus .accordion__button-text {
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.accordions-vertical .accordion.accordion--open {
  z-index: 2;
}
@media print, screen and (min-width: 48.0625em) {
  .accordions-vertical .accordion.accordion--open {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.accordions-vertical .accordion.accordion--open::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.accordions-vertical .accordion.accordion--open > .accordion__button {
  border: none;
  background-color: transparent;
}
@media print, screen and (min-width: 48.0625em) {
  .accordions-vertical .accordion.accordion--open > .accordion__button {
    pointer-events: none;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .accordions-vertical .accordion.accordion--open > .accordion__button .accordion__icon {
    display: none;
  }
}
.accordions-vertical .accordion.accordion--open .accordion__button-text {
  font-weight: 700;
  color: #000000;
  text-decoration: none !important;
}
.accordions-vertical .accordion.accordion--open .accordion__content {
  display: block;
  border: unset;
}

/* Master-detail two-column layout */
.md.two-col {
  display: grid;
  grid-template-columns: 1fr minmax(380px, 1.25fr);
  gap: 1rem 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.md__list .md-trigger {
  width: 100%;
  text-align: left;
  display: block;
  margin-bottom: 0.5rem;
  padding: 1.25rem 60px 1.25rem 20px;
  border: 1px solid #11639D;
  background: #ffffff;
  color: #000000;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.md__list .md-trigger:hover,
.md__list .md-trigger:focus {
  background-color: #f0f0f0;
}

/* Desktop panel styling */
.md__panel {
  position: sticky;
  top: 64px;
  max-height: calc(100vh - 64px - 2rem);
  overflow: auto;
  background: #ffffff;
  border: 1px solid #11639D;
  padding: 1.75rem 28px;
}

/* Mobile detail styling */
.md-detail-mobile {
  border: 1px solid #11639D;
  border-top: 0;
  padding: 1.75rem 28px;
  background: #ffffff;
  margin-bottom: 1rem;
}

/* Active state styling */
.md-item.is-active .md-trigger {
  background-color: #11639D;
  color: #ffffff;
}

/* Mobile responsive - hide desktop layout */
@media (max-width: 768px) {
  .md.two-col {
    display: block;
    /* Remove grid on mobile */
  }
  .md__panel {
    display: none;
    /* Hide desktop panel */
  }
  /* Show mobile content when active */
  .md-item.is-active .md-detail-mobile {
    display: block;
  }
}
/* Update your CSS variables */
.md__panel {
  position: sticky;
  top: var(--sticky-top, 64px);
  /* Default fallback */
  max-height: calc(100vh - var(--sticky-top, 64px) - 2rem);
  /* ... rest of your styles ... */
}

/* When header appears, update the CSS variable */
.site-header--scroll-up ~ .md .md__panel {
  top: 120px;
  /* Adjust this value based on your header height */
}

.ads .ad {
  border: 7px double #ffffff;
  background: radial-gradient(closest-side, #fff 127px, #ccc 392px);
  text-align: center;
  padding: 22px;
  margin-bottom: 2%;
}

.card-section a {
  color: #262626;
}
.card-section a:hover {
  text-decoration: underline;
  color: #11639D;
}
.card-section .bg-gray-light {
  padding: 1.25rem;
  height: 100%;
}
.card-section .bg-gray-light .card__content .global-spacing--2x:first-child {
  margin-top: 0;
}
.card-section .grid-x {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-section .section-heading {
  text-align: center;
}

.news-briefs h3 {
  text-align: center;
  line-height: 1em;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 7px;
}

article .image-frame {
  text-align: center;
}
article header h3 {
  font-size: 1.8;
  line-height: 1em;
}
article header .byline {
  text-transform: uppercase;
  padding: 0.3em 0px;
  font-size: 0.8em;
}
article .admin_meta {
  padding: 5px;
  border: 2px outset #030;
  margin-top: 10px;
  background: rgba(147, 157, 94, 0.3019607843);
  font-size: 11px;
  color: #999;
}

@media print, screen and (min-width: 40.0625em) {
  article.node--view-mode-large-split {
    padding: 0.625rem;
    border: 1px solid #d9d9d9;
  }
  article.node--view-mode-large-split .slider__content {
    padding: 0 0.625rem;
    margin-top: -0.625rem;
  }
  article.node--view-mode-large-split .slider__content h3, article.node--view-mode-large-split .slider__content .meta-data {
    text-align: center;
  }
  article.node--view-mode-large-split .slider__content h3 {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
  article.node--view-mode-large-split .slider__content p.teaser {
    margin: 0.625rem 0;
  }
  article.node--view-mode-medium-list.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.625rem;
  }
  article.node--view-mode-medium-list.card .teaser-image {
    max-width: 320px;
    aspect-ratio: 3/2;
  }
  article.node--view-mode-medium-list.card .not-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
[id^=block-views-block-top-four-new] .teaser-image.image-frame {
  overflow: hidden;
}
[id^=block-views-block-top-four-new] .teaser-image.image-frame img {
  -webkit-transform: translateY(calc(var(--scroll-tracker, 0) * 8%));
          transform: translateY(calc(var(--scroll-tracker, 0) * 8%));
}

.checkerboard-item {
  padding-right: 0;
  padding-left: 0;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48.0625em) {
  .checkerboard-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .checkerboard-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.checkerboard-item + .checkerboard-item {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .checkerboard-item + .checkerboard-item {
    margin-top: 3.125rem;
  }
}

.checkerboard-item__media {
  position: relative;
}
@media print, screen and (min-width: 48.0625em) {
  .checkerboard-item__media {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.checkerboard-item__media figure {
  margin: 0;
}
.checkerboard-item__media figcaption {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}

.checkerboard-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.checkerboard-item__content li + li {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 48.0625em) {
  .checkerboard-item__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.checkerboard-item__content h2 {
  font-family: chronica, Tahoma, Trebuchet MS, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
@media print, screen and (min-width: 48.0625em) {
  .checkerboard-item__content h2 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .checkerboard-item__content h2 {
    font-size: 3.5rem;
  }
}
.checkerboard-item__content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}
@media print, screen and (min-width: 64.0625em) {
  .checkerboard-item__content p {
    font-size: 1.125rem;
  }
}
.checkerboard-item__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkerboard-item__content li a {
  color: #11639D;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: text-decoration-color 300ms ease-in-out;
  transition: text-decoration-color 300ms ease-in-out;
}
.checkerboard-item__content li a.btn {
  padding-right: 1.875rem;
}
.checkerboard-item__content li a::after {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  padding-left: 0.625rem;
  content: "\f054";
  font-weight: 300;
  color: #11639D;
  -webkit-transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.checkerboard-item__content li a:hover, .checkerboard-item__content li a:focus {
  text-decoration-color: transparent;
}
.checkerboard-item__content li a:hover::after, .checkerboard-item__content li a:focus::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.comment-section {
  border: 1px solid #e3e3e3;
}

.comment-unapproved {
  background: #fee;
}

.contact-section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media print, screen and (min-width: 48.0625em) {
  .contact-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .contact-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.contact-section__container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  background-color: #d9d9d9;
}
@media print, screen and (min-width: 48.0625em) {
  .contact-section__container {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .contact-section__container {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .contact-section__container {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .contact-section__container {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-section .btn-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-section .btn-row .email {
  text-align: center;
}
@media print, screen and (min-width: 48.0625em) {
  .contact-section .btn-row .phone {
    text-align: center;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .contact-section .grid-x {
    max-width: 400px;
  }
}

.differentiator__item {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  background-color: #ffffff;
}
@media print, screen and (min-width: 48.0625em) {
  .differentiator__item {
    padding: 1.25rem;
    padding-bottom: 3.75rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(33.3333333333% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.differentiator__media figcaption {
  font-family: poynter, Garamond, Georgia, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
}

.differentiator__content .stat {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
}
@media print, screen and (min-width: 48.0625em) {
  .differentiator__content .stat {
    font-size: 5rem;
  }
}
.differentiator__content a {
  color: #11639D;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: text-decoration-color 300ms ease-in-out;
  transition: text-decoration-color 300ms ease-in-out;
}
.differentiator__content a.btn {
  padding-right: 1.875rem;
}
.differentiator__content a::after {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  padding-left: 0.625rem;
  content: "\f054";
  font-weight: 300;
  color: #11639D;
  -webkit-transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.differentiator__content a:hover, .differentiator__content a:focus {
  text-decoration-color: transparent;
}
.differentiator__content a:hover::after, .differentiator__content a:focus::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.differentiator__content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}
@media print, screen and (min-width: 64.0625em) {
  .differentiator__content p {
    font-size: 1.125rem;
  }
}

.differentiator-slider {
  overflow: hidden;
  background-color: #d9d9d9;
}
.differentiator-slider .swiper {
  overflow: visible;
}
.differentiator-slider .swiper-slide-prev,
.differentiator-slider .swiper-slide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.differentiator-slider .slider-navigation__prev {
  margin-left: -65px;
}
.differentiator-slider .slider-navigation__next {
  margin-right: -65px;
}
.differentiator-slider .swiper-slide-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.differentiator-slider .slider-navigation {
  position: absolute;
  top: 150px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.differentiator-slider .differentiator__item {
  margin: 0;
}
@media print, screen and (max-width: 90.06125em) {
  .differentiator-slider .swiper-container {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.dropdown-header-buttons {
  position: relative;
  padding: 0.625rem 0;
}
.dropdown-header-buttons .accordion__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  padding: 0.625rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown-header-buttons .accordion__buttons--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.dropdown-header-buttons .accordion__buttons--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.dropdown-header-buttons .accordion__buttons .accordion__button {
  border: 2px solid #f2f2f2;
  color: #7A70A0;
  background: #ffffff;
  border-radius: 4px;
  padding: 0.625rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
}
.dropdown-header-buttons .accordion__buttons .accordion__button:hover {
  background: #7A70A0;
  border: 2px solid #7A70A0;
}
.dropdown-header-buttons .accordion__buttons .accordion__button:hover .accordion__button-text {
  color: #ffffff;
}
.dropdown-header-buttons .accordion__buttons .accordion__button.accordion--open {
  background: #7A70A0;
  border: 2px solid #7A70A0;
}
.dropdown-header-buttons .accordion__buttons .accordion__button.accordion--open .accordion__button-text {
  color: #ffffff;
}
.dropdown-header-buttons .accordion__buttons .accordion__button .accordion__button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown-header-buttons .accordion__contents {
  position: relative;
}
.dropdown-header-buttons .accordion__contents .accordion__content {
  padding: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease, border-color 0.2s ease;
  transition: height 0.3s ease, border-color 0.2s ease;
}
.dropdown-header-buttons .accordion__contents .accordion__content .frame {
  padding: 0.625rem;
}
.dropdown-buttons--compact {
  gap: 0.5rem;
}
.dropdown-buttons--compact .accordion .accordion__button {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}

.dropdown-buttons--card .accordion .accordion__content {
  min-width: 150px;
  font-size: 0.9rem;
}

.dropdown-buttons--image .accordion .accordion__content {
  min-width: 180px;
}

.event__content h3 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
}
@media print, screen and (min-width: 48.0625em) {
  .event__content h3 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .event__content h3 {
    font-size: 1.75rem;
  }
}
.event__content a {
  color: #11639D;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: text-decoration-color 300ms ease-in-out;
  transition: text-decoration-color 300ms ease-in-out;
}
.event__content a.btn {
  padding-right: 1.875rem;
}
.event__content a::after {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  padding-left: 0.625rem;
  content: "\f054";
  font-weight: 300;
  color: #11639D;
  -webkit-transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.event__content a:hover, .event__content a:focus {
  text-decoration-color: transparent;
}
.event__content a:hover::after, .event__content a:focus::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.event__content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}
@media print, screen and (min-width: 64.0625em) {
  .event__content p {
    font-size: 1.125rem;
  }
}

.hero {
  position: relative;
  background: #ffffff;
}
@media print, screen and (min-width: 48.0625em) {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hero img,
.hero video {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero video {
  z-index: 2;
  overflow: hidden;
  max-height: 75vh;
}
@media print, screen and (min-width: 48.0625em) {
  .hero.hero--img {
    display: block;
  }
}
.hero.hero--video img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.hero .video-play-button {
  left: auto;
  right: 0;
}

.hero__media {
  display: block;
  width: 100%;
  max-height: 75vh;
}

.autoplay-video-container {
  position: relative;
}

@media print, screen and (min-width: 48.0625em) {
  .hero:not(.hero--no-img) .hero__content {
    position: absolute;
    right: 0;
    left: 0;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .hero--img .hero__content {
    bottom: 0;
  }
}
.hero__content h1 {
  font-family: poynter, Garamond, Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .hero__content h1 {
    font-size: 2.875rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .hero__content h1 {
    font-size: 4rem;
  }
}
.hero__content--title-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.hero__content--title-wrapper p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
@media print, screen and (min-width: 48.0625em) {
  .hero__content--title-wrapper p {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .hero__content--title-wrapper p {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .hero__content--title-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(66.6666666667% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    max-width: 700px;
  }
}
.hero__content--callout {
  width: 100%;
}
.hero__content--callout h2 {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .hero__content--callout {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(33.3333333333% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    height: 0;
  }
}
.hero__content--callout-form {
  position: relative;
  background-color: #ffffff;
  padding: 1.875rem 0.625rem;
  z-index: 99;
  border: 1px solid gray;
}
.hero__content--callout-form form {
  width: 100%;
  padding-top: 10px;
}
.hero__content--callout-form form .form-submit {
  -webkit-transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), border 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  font-family: "poynter", "Garamond", "Georgia", serif;
  border-width: 0.0625rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 1.25rem 1.25rem 0.85rem;
  color: #ffffff;
  background-color: #f2f2f2;
  border-color: #7A70A0;
  font-size: 0.875rem;
  padding: 0.875rem 4.25rem;
}
.hero__content--callout-form form .form-submit:hover, .hero__content--callout-form form .form-submit:focus {
  text-decoration: none;
  outline: none;
}
.hero__content--callout-form form .form-submit:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.hero__content--callout-form form .form-submit::before, .hero__content--callout-form form .form-submit::after {
  color: #ffffff;
}
.hero__content--callout-form form .form-submit:hover, .hero__content--callout-form form .form-submit:focus {
  color: #7A70A0;
  background-color: #767676;
  border-color: #767676;
}
.hero__content--callout-form form .form-submit:hover::before, .hero__content--callout-form form .form-submit:hover::after, .hero__content--callout-form form .form-submit:focus::before, .hero__content--callout-form form .form-submit:focus::after {
  color: #595959;
}
.hero__content--callout-form input:not([type=submit]) {
  width: 100%;
}
@media print, screen and (min-width: 48.0625em) {
  .hero__content--callout-form {
    padding: 30px;
  }
}

.hero__content--wrapper {
  padding-right: 0;
  padding-left: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 44px;
  z-index: 99;
  position: relative;
}
@media print, screen and (min-width: 48.0625em) {
  .hero__content--wrapper {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.hero__overlay {
  display: none;
}
@media print, screen and (min-width: 48.0625em) {
  .hero__overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
}

.homepage-hero-slider .newspaper-traditional-hero .slider {
  position: relative;
}
article.node--view-mode-large-split .slider__content .meta-data {
    text-align: left;
}
article.node--view-mode-large-split .slider__content h3 {
    text-align: left;
}
.homepage-hero-slider .newspaper-traditional-hero .slider__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32rem;
          flex: 0 0 32rem;
  width: 32rem;
  height: 21.1875rem;
  overflow: hidden;
}
.homepage-hero-slider .newspaper-traditional-hero .slider__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  -webkit-transform: translateY(calc(var(--scroll-tracker, 0) * 5%));
          transform: translateY(calc(var(--scroll-tracker, 0) * 5%));
}
.homepage-hero-slider .newspaper-traditional-hero .slider__content {
  padding: 7px;
  background-color: #fff;
  left: auto;
  right: 0;
  position: relative;
}
.homepage-hero-slider .newspaper-traditional-hero .slider__content a {
  color: #000;
}
.homepage-hero-slider .slider {
  position: relative;
}
.homepage-hero-slider .slider__content {
  padding: 3.75rem 7.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
.homepage-hero-slider .slider__content a {
  color: #fff;
}
.homepage-hero-slider .swiper {
  position: relative;
  overflow: hidden;
}
.homepage-hero-slider .swiper__nav {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
}
.homepage-hero-slider .swiper .slider-navigation__prev {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.homepage-hero-slider .swiper .slider-navigation__next {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.homepage-hero-slider .swiper__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.homepage-hero-slider .swiper__pagination .swiper-pagination-bullet:before {
  content: "•";
  font-size: 3rem;
}
.homepage-hero-slider .swiper__pagination .swiper-pagination-bullet-active {
  color: #7A70A0;
}
.homepage-hero-slider .swiper .swiper-button-lock,
.homepage-hero-slider .swiper .swiper-pagination-lock {
  display: none;
}
.homepage-hero-slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.homepage-hero-slider .swiper-slide {
  width: 100%;
  height: auto;
}
.homepage-hero-slider .swiper-slide--full-width > .node {
  width: 100%;
  max-width: none;
}
.homepage-hero-slider .swiper-slide--full-width > .node.grid-x {
  margin-left: 0;
  margin-right: 0;
  gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.homepage-hero-slider .swiper-slide--full-width .slider__media.cell,
.homepage-hero-slider .swiper-slide--full-width .slider__content.cell {
  padding-left: 0;
  padding-right: 0;
}
.homepage-hero-slider .swiper-slide--full-width .slider__content.cell {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  padding: 0.625rem 6.25rem 0.625rem 0.625rem;
}

@media print, screen and (min-width: 40.0625em) {
  .image-grid .glide__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .image-grid .glide__arrows {
    display: none;
  }
}

.image-grid-item {
  padding: 0;
}
.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: "";
  -webkit-transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: background-color 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  background-color: rgba(17, 99, 157, 0);
}
.image-grid-item__link:hover::before, .image-grid-item__link:focus::before {
  background-color: rgba(17, 99, 157, 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;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.image-grid-item__toggle {
  display: none;
}
@media print, screen and (min-width: 40.0625em) {
  .image-grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 9px;
    text-align: center;
    color: #11639D;
    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;
    font-smoothing: antialiased;
    content: "\f424";
    font-weight: 300;
  }
  .image-grid-item__toggle:hover {
    background-color: #ffffff;
  }
}

.info-card-section {
  overflow: hidden;
}
.info-card-section .card {
  padding: 1.25rem;
  border: 1px solid #c4c4c4;
}
@media print, screen and (min-width: 48.0625em) {
  .info-card-section .card {
    padding: 1.875rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .info-card-section .card {
    height: 100%;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .info-card-section .card {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.info-card-section .swiper-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.info-card-section .swiper {
  overflow: visible;
}
.info-card-section .swiper-slide {
  visibility: hidden;
}
.info-card-section .swiper-slide-visible {
  visibility: visible;
}
.info-card-section .slider-navigation {
  position: relative;
}
@media print, screen and (max-width: 48.06125em) {
  .info-card-section .slider-navigation {
    margin-top: 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .info-card-section .swiper-container {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
  }
  .info-card-section .slider-navigation__prev {
    margin-left: -50px;
  }
  .info-card-section .slider-navigation__next {
    margin-right: -50px;
  }
  .info-card-section .slider-navigation {
    position: absolute;
    top: 200px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.jump-nav-component {
  background-color: #d9d9d9;
}
.jump-nav-component a {
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.jump-nav-component a:hover {
  text-decoration: none;
}
.jump-nav-component__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.25rem;
  position: relative;
  min-height: 60px;
}
.jump-nav-component__heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 5rem;
}
@media print, screen and (max-width: 48.06125em) {
  .jump-nav-component__heading .jump-nav-component__heading {
    display: none;
  }
}
.jump-nav-component .jump-nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  row-gap: 0.8rem;
  overflow: hidden;
  padding-bottom: 1px;
}
.jump-nav-component .accordion--open button {
  background-color: #7A70A0;
  color: #ffffff;
}
.jump-nav-component .accordion--open a {
  color: #ffffff;
}
.jump-nav-component .accordion--open .accordion__content {
  background-color: #7A70A0;
  z-index: 9;
}
.jump-nav-component .accordion__button-text {
  font-weight: 400;
}
@media print, screen and (max-width: 48.06125em) {
  .jump-nav-component .jump-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .jump-nav-component .accordion {
    position: absolute;
    right: 0;
    top: 0;
  }
  .jump-nav-component .accordion__content {
    position: absolute;
    right: 0;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .jump-nav-component {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .jump-nav-component {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .jump-nav-component .jump-nav-component__container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
  .jump-nav-component .accordion {
    -webkit-box-flex: 85%;
        -ms-flex: 85%;
            flex: 85%;
  }
  .jump-nav-component .jump-nav__item:not(:last-child) {
    margin-left: -0.8rem;
    padding-left: 0.8rem;
  }
  .jump-nav-component .jump-nav__item:not(:last-child):after {
    content: "|";
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }
  .jump-nav-component__heading a {
    display: none;
  }
}

.sticky-header__wrapper {
  position: sticky;
  top: 0;
}

.process-steps__jumplinks {
  z-index: 9;
  position: sticky;
  top: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .process-steps__jumplinks {
    position: sticky;
  }
}

@media print, screen and (max-width: 48.06125em) {
  .jump-nav__link--active {
    border: 2px solid white;
    padding: 4px;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .jump-nav__link--active a {
    background-color: #7A70A0;
    color: #ffffff;
  }
}

.current-section {
  padding: 0.9375rem 1.875rem;
  width: 100%;
  display: block;
  font-weight: 700;
}
@media print, screen and (min-width: 48.0625em) {
  .current-section {
    display: none;
  }
}

.listing-table__container {
  padding-right: 0;
  padding-left: 0;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.listing-table .mobile-table {
  margin-bottom: 0;
}
.listing-table table {
  border-top: none;
  width: 100%;
}
.listing-table tbody {
  border-left: none;
}
.listing-table thead,
.listing-table th,
.listing-table tr {
  background-color: transparent;
  border: none;
}
.listing-table td {
  border: 1px solid gray;
}
.listing-table__item {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 1.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  .listing-table__item {
    padding: 1.625rem 1.25rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .listing-table .section-heading {
    text-align: center;
  }
  .listing-table .mobile-table {
    margin-top: 0;
  }
}

.article__header {
  width: 100%;
}
.article__header .subject-tag a {
  font-family: "chronica", "Tahoma", "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 0.7rem;
}
.article__header .subject-tag a:hover {
  text-decoration: underline;
}
.article__header h1.article__title {
  font-size: 2rem;
  padding: 0.625rem 0;
}
.article__header span.byline a {
  font-size: 0.9rem;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #11639D;
  font-weight: bold;
}
.article__header span.pub-date {
  font-size: 12px;
  font-size: 0.9rem;
  font-style: italic;
}

.profiles {
  overflow: hidden;
}

.profile__content h3 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
}
@media print, screen and (min-width: 48.0625em) {
  .profile__content h3 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .profile__content h3 {
    font-size: 1.75rem;
  }
}
.profile__content a {
  color: #11639D;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: text-decoration-color 300ms ease-in-out;
  transition: text-decoration-color 300ms ease-in-out;
}
.profile__content a.btn {
  padding-right: 1.875rem;
}
.profile__content a::after {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  padding-left: 0.625rem;
  content: "\f054";
  font-weight: 300;
  color: #11639D;
  -webkit-transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.profile__content a:hover, .profile__content a:focus {
  text-decoration-color: transparent;
}
.profile__content a:hover::after, .profile__content a:focus::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.program-header__container,
.program-listing-item__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  display: block;
}
@media print, screen and (min-width: 48.0625em) {
  .program-header__container,
  .program-listing-item__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .program-header__column--program,
  .program-listing-item__column--program {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(20% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .program-header__column--level,
  .program-listing-item__column--level {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(20% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .program-header__column--degree,
  .program-listing-item__column--degree {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(20% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .program-header__column--type,
  .program-listing-item__column--type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(20% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .program-header__column--location,
  .program-listing-item__column--location {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(20% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .program-header__column--compare,
  .program-listing-item__column--compare {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(20% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.program-header {
  display: none;
}
@media print, screen and (min-width: 48.0625em) {
  .program-header {
    display: block;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .program-header__container {
    padding-left: 6.25rem;
  }
}

.program__listing-items li:before {
  content: none;
}

.program-listing-item {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  .program-listing-item {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.program-listing-item__column p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 10px;
}
@media print, screen and (min-width: 64.0625em) {
  .program-listing-item__column p {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .program-listing-item__column p {
    margin-top: 0;
  }
}
.program-listing-item__column a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: #11639D;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: text-decoration-color 300ms ease-in-out;
  transition: text-decoration-color 300ms ease-in-out;
  display: block;
}
@media print, screen and (min-width: 64.0625em) {
  .program-listing-item__column a {
    font-size: 1.125rem;
  }
}
.program-listing-item__column a.btn {
  padding-right: 1.875rem;
}
.program-listing-item__column a::after {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  padding-left: 0.625rem;
  content: "\f054";
  font-weight: 300;
  color: #11639D;
  -webkit-transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.program-listing-item__column a:hover, .program-listing-item__column a:focus {
  text-decoration-color: transparent;
}
.program-listing-item__column a:hover::after, .program-listing-item__column a:focus::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media print, screen and (min-width: 48.0625em) {
  .program-listing-item__secondary-heading {
    display: none;
  }
}

.photo-panel {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background-color: #11639D;
  background-size: cover;
  position: relative;
  background-position: center center;
  overflow-x: hidden;
  z-index: auto;
}
@media print, screen and (min-width: 48.0625em) {
  .photo-panel {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .photo-panel {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}
.photo-panel__content {
  z-index: 2;
  position: relative;
  background-color: #ffffff;
  padding: 1.25rem;
  max-width: 28.75rem;
}
@media print, screen and (min-width: 48.0625em) {
  .photo-panel__content {
    padding: 1.875rem;
  }
}
.photo-panel .text-underlay {
  background: rgba(197, 146, 208, 0.55);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.related {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .related {
    margin-top: 3.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .related {
    margin-top: 3.75rem;
  }
}

.skyline {
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
}

.skyline a {
  text-decoration: none;
  color: #595959;
  font-family: "poynter", "Garamond", "Georgia", serif;
}

@media print, screen and (max-width: 48.06125em) {
  .skyline p {
    margin: 10px 0;
    line-height: 0.7em;
  }
  .skyline a {
    font-size: 0.7em;
  }
}
.tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /* display: inline-block; */
}
.tags li {
  display: inline-block;
}
.tags li + li {
  margin-left: 4px;
}
.tags li:nth-last-child(n+2)::after {
  /* content: ','; */
}
section + .tags {
  margin-top: 2rem;
  padding-top: 2rem;
  background-image: linear-gradient(to right, #262626 0, #262626 64px, transparent 64px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

.subject-tags ul.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subject-tags li.tag {
  background: #d9d9d9;
  -webkit-clip-path: polygon(1em 0, 100% 0, 100% 100%, 1em 100%, 0 50%);
          clip-path: polygon(1em 0, 100% 0, 100% 100%, 1em 100%, 0 50%);
  padding: 2px 1em;
  margin: 1px;
}

.testimonial blockquote::before {
  content: "";
}
.testimonial blockquote p:before {
  content: "“";
}
.testimonial blockquote p:after {
  content: "”";
}
.testimonial__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 48.0625em) {
  .testimonial__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.testimonial__media {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.testimonial__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* medium */
.node--view-mode-medium .teaser-image {
  float: left;
  margin: 0 1rem 1rem 0;
}

th.views-field-field-sections::before {
  content: "\f5db";
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  font-style: normal;
  padding-right: 3px;
}

th.views-field-field-tags::before {
  content: "\f02d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  font-style: normal;
  padding-right: 3px;
}

th.views-field-field-byline::before {
  content: "\f7e7";
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  font-style: normal;
  padding-right: 3px;
}

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

@media print {
  @page {
    margin: 1cm;
  }
  * {
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
    display: inline-block;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
    padding: 0.5rem 8px;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    display: block;
    max-width: 100% !important;
  }
  video {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
/* Main navigation dropdown menu styles */
#superfish-main {
  font-family: Georgia,"Times New Roman", serif;
}
#superfish-main ul[role="menu"] {
    background-color: #c2c2c2;
}
#superfish-main li .menu-item--separated + ul[role="menu"] {
    background-color: #c2c2c2;
    top: 2.5em;
    background-color: #d9d9d9;
}
.front-page #superfish-main ul[role="menu"] {
    display: none;
}
.front-page #superfish-main > li:hover > ul[role="menu"] {
  display: block;
}
#superfish-main > li .menu-item--separated:hover + ul[role="menu"] {
  display: block;
}
#block-superfish-main {
  width: 100%;
}
#superfish-main > li {
  font-size: 13px;
}
#superfish-main > li a, #superfish-main > li > span.nolink {
  padding: 10px 12px;
  color: #2F2F2F;
  cursor: pointer;
}
#superfish-main > li > a:after {
    content: "\25BC";
    left: 0;
    line-height: 1;
    position: absolute;
    text-indent: 0;
    top: 0;
}
#superfish-main > li:not(:first-child) > a, #superfish-main > li span.nolink {
  margin-left: -1px;
}
#superfish-main > li > a:hover, #superfish-main > li:last-child > span.nolink:hover {
  background-color: #666;
  color: #fff;
}
#superfish-main > li > a.is-active {
  background-color: #666;
  color: #fff;
}
#superfish-main ul[role="menu"] li a{
    font-family: Lato, Arial, sans-serif;
    font-size: 12px;
    display: block;
    padding: 9px 0 9px 15px;
}
#superfish-main .sf-sub-indicator {
  display: none;
}
#superfish-main li .menu-item--separated + ul[role="menu"] li {
  width: 100%;
}
#superfish-main > li > a:after {
    content: "";
}
#superfish-main .menu-item--separated:after {
    content: "\25BC";
    position: absolute;
    top: 35%;
    left: 76%;
    color: #666666;
}
#superfish-main > li .menu-item--separated:hover:after, #superfish-main > li .menu-item--separated.nolink:hover:after {
    color: white;
}
html:not(.front-page) #superfish-main > li:has(.active-trail) > a {
  background-color: #666;
  color: #fff;
}
html:not(.front-page) #superfish-main ul[role="menu"] li a.is-active {
  font-weight: bold;
}
.vgmg_base #superfish-main > li {
  background: url('/themes/vgmg_base/assets/img/nav-border.png') right center no-repeat;
}
#superfish-main > li:last-child {
  background: unset;
}
#superfish-main > li:has(.menu-item--separated){
  position: absolute;
  right: 0;
  width: 11%;
  background: url('/themes/vgmg_base/assets/img/nav-border.png') left center no-repeat;
}
#superfish-main > li:has(+ li .menu-item--separated) {
  background: none;
}
#superfish-main > li .menu-item--separated {
  padding-right: 15px;
  margin-left: 0;
}
#superfish-main > li .menu-item--separated + ul[role="menu"] li{
    border-top: 1px solid white;
}
#superfish-main > li .menu-item--separated + ul[role="menu"] li a {
 font-family: Georgia, "Times New Roman", serif;
 font-size: 13px;
}
#superfish-main > li .menu-item--separated + ul[role="menu"] li a:hover {
  background-color: #666;
  color: #fff;
}
.mvmagazine #superfish-main > li > a.is-active, .mvmagazine #superfish-main > li  {
    color: unset;
}
.mvmagazine #superfish-main > li > a:hover, .mvmagazine #superfish-main > li:last-child > span.nolink:hover {
   background-color: unset;
}
.mvmagazine #superfish-main > li > a {
    text-transform: uppercase;
    color: #111;
    letter-spacing: 1px;
    font-family: 'Tisa OT', serif;
    font-weight: bold;
    font-size: 13px;
    padding: 10px;
    padding-right: 15px;
}
.mvmagazine #superfish-main li a:hover {
   text-decoration: underline;
}
.mvmagazine #superfish-main > li > a.is-active {
  background-color: unset;
}
.mvmagazine #superfish-main > li {
    background: unset;
}
.mvmagazine#block-superfish-main {
  background-color: white;
}
.mvmagazine#block-superfish-main li ul[role="menu"] {
  background: #455971;
  min-width: 222px;
}
.mvmagazine#block-superfish-main li ul[role="menu"] a {
  color: white;
  font-size: 10px;
  padding: 10px 18px 10px 18px;
  text-transform: uppercase;
  font-family: 'Tisa OT',serif;
}
ul.sf-menu a, ul.sf-menu span.nolink {
  padding: 0;
}
.obituary-photo {
  float: right;
  width: 39.1%;
  margin-left: 3%;
}
.obituary-photo img {
  width: 100%;
  padding: 10px;
  border: 1px solid #e3e3e3;
  max-width: 100%;
}
.obituary-wrapper .photo-label {
    color: #878686;
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.1em;
}
.obituary-wrapper .published-date {
    font-size: 13px;
    font-style: italic;
    padding: 13px 0px 0px 0px;
    margin-bottom: -2px;
}
.obituary-wrapper .comments-section {
  clear: both;
  padding-top: 40px;
}
/* mobile menu styles */
#block-superfish-main-navigation-mobile-a {
  display: none;
}
@media only screen and (max-width:767px) {
    #superfish-main {
        display: none;  
    }
}
@media only screen and (max-width:767px) {
  #block-superfish-main {
    display: none
  }
 .site-header .region-nav-primary {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
 }
#block-superfish-main-navigation-mobile-a {
  display: block;
  width: 100%;
}
.sf-accordion-toggle span {
  font-size: 30px;
  color: #6c6c6c;
}
.sf-accordion-toggle span:hover {
  text-decoration: none;
}

.sf-accordion-toggle {
    padding: 6px 0 6px 15px;
 }
#superfish-main-navigation-mobile-a-accordion li {
  border-bottom: 1px solid #dfdfdf;
  list-style: none;
}
#superfish-main-navigation-mobile-a-accordion li:last-child {
  border-bottom: none;
}
#superfish-main-navigation-mobile-a-accordion a {
  display: block;
  padding: 16px 20px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s ease;
}
#superfish-main-navigation-mobile-a-accordion a:hover,
#superfish-main-navigation-mobile-a-accordion a.is-active {
  background: #f5f5f5;
  color: #000;
  padding-left: 24px;
}
#superfish-main-navigation-mobile-a-accordion {
  position: absolute;
  background-color: #f8f8f8;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  max-height: 80vh;
  overflow-y: auto;
}
.site-header {
  margin-top: 80px;
 }
 .site-header .branding {
  background-color: white;
 }
body[class*="toolbar"] .site-header .region-nav-primary {
  top: 38px;  
 }
 body[class*="toolbar"] .site-header {
  margin-top: 55px;
 }
 #superfish-main-navigation-mobile-a-accordion .sf-depth-2 > a {
  padding-left: 40px;
  background: white;
 }
 .site-header__logo .image-title {
    display: block;
 }
 .site-header__logo .image-title {
    width: 410px;
    height: auto;
    margin-bottom: 59px;
 }
 .site-header__sticky-container {
   background-color: white;
 }
 .vgmg_base .site-header .logo-wrapper{
    display: flex;
    justify-content: center;
 }
}
@media only screen and (max-width:468px) {
   .site-header__logo .image-title {
      max-width: 242px;
 }
 .mvm .branding .left-ear {
  display: none;
 }
}
/*# sourceMappingURL=../maps/theme.css.map */
