  @charset "UTF-8";
/**
 * OHO Interactive main theme stylesheet
 * Version: 2023-05
 * https://www.oho.com
 */
.small-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
.small-text p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
}

.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;
}

* {
  -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;
  font-family: "Montserrat", sans-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-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

a {
  color: #396eb4;
}

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;
}

/*.page-admissions {
  margin-top: 90px;
}*/

.page-admissions {
  font-family: "Montserrat", sans-serif;
  color: #000000;
}
.page-admissions h1, .page-admissions h2, .page-admissions h3, .page-admissions h4, .page-admissions h5, .page-admissions h6, .page-admissions p, .page-admissions ul, .page-admissions ol, .page-admissions blockquote {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

/**
 * 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: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--15x {
    margin-top: 5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--15x {
    margin-top: 7.5rem;
  }
}

.global-spacing--12x {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--12x {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--12x {
    margin-top: 6rem;
  }
}

.global-spacing--10x {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--10x {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--10x {
    margin-top: 5rem;
  }
}

.global-spacing--8x {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--8x {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--8x {
    margin-top: 4rem;
  }
}

.global-spacing--6x {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--6x {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--6x {
    margin-top: 3rem;
  }
}

.global-spacing--5x {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--5x {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-spacing--5x {
    margin-top: 2.5rem;
  }
}

.global-spacing--4x {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--4x {
    margin-top: 2rem;
  }
}

.global-spacing--3x {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-spacing--3x {
    margin-top: 1rem;
  }
}

.global-spacing--2x {
  margin-top: 1rem;
}

.global-spacing--1x {
  margin-top: 0.5rem;
}

.global-margin--15x {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--15x {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--15x {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}

.global-margin--12x {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--12x {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--12x {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.global-margin--10x {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--10x {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--10x {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.global-margin--8x {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--8x {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--8x {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.global-margin--6x {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--6x {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--6x {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.global-margin--5x {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--5x {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-margin--5x {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.global-margin--4x {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--4x {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.global-margin--3x {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-margin--3x {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.global-margin--2x {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.global-margin--1x {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.global-padding--15x {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--15x {
    padding-top: 5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--15x {
    padding-top: 7.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--15x {
    padding-bottom: 5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--15x {
    padding-bottom: 7.5rem;
  }
}

.global-padding--12x {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--12x {
    padding-top: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--12x {
    padding-top: 6rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--12x {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--12x {
    padding-bottom: 6rem;
  }
}

.global-padding--10x {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--10x {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--10x {
    padding-top: 5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--10x {
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--10x {
    padding-bottom: 5rem;
  }
}

.global-padding--8x {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--8x {
    padding-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--8x {
    padding-top: 4rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--8x {
    padding-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--8x {
    padding-bottom: 4rem;
  }
}

.global-padding--6x {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--6x {
    padding-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--6x {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--6x {
    padding-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--6x {
    padding-bottom: 3rem;
  }
}

.global-padding--5x {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--5x {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--5x {
    padding-top: 2.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--5x {
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .global-padding--5x {
    padding-bottom: 2.5rem;
  }
}

.global-padding--4x {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--4x {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--4x {
    padding-bottom: 2rem;
  }
}

.global-padding--3x {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--3x {
    padding-top: 1rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .global-padding--3x {
    padding-bottom: 1rem;
  }
}

.global-padding--2x {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.global-padding--1x {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.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;
}

.page-admissions .btn:before,
.page-admissions .btn--alternate:before {
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.5rem;
  font-weight: 300;
}

.page-admissions .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: "Montserrat", sans-serif;
  border-width: 0.0625rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  padding: 1.25rem 1.25rem 0.85rem;
  color: #ffffff;
  background-color: #008af3;
  border-color: #008af3;
}
.page-admissions .btn:hover, .page-admissions .btn:focus {
  text-decoration: none;
  outline: none;
}
.page-admissions .btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.page-admissions .btn::before, .page-admissions .btn::after {
  color: #ffffff;
}
.page-admissions .btn:hover, .page-admissions .btn:focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.page-admissions .btn:hover::before, .page-admissions .btn:hover::after, .page-admissions .btn:focus::before, .page-admissions .btn:focus::after {
  color: #ffffff;
}
@media print, screen and (min-width: 48.0625em) {
  .page-admissions .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: #fe5000;
  border-color: #fe5000;
}
.btn--alternate::before, .btn--alternate::after {
  color: #fe5000;
}
.btn--alternate:hover, .btn--alternate:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #396eb4;
}
.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: "Montserrat", sans-serif;
  border-width: 0.0625rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  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: "Montserrat", 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: #fe5000;
  border-color: #fe5000;
  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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: #a94442;
  -webkit-box-shadow: 0 0 0 0.0625em #a94442;
          box-shadow: 0 0 0 0.0625em #a94442;
}

: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: "";
  }
}

.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: #396eb4;
}
@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: #396eb4;
  }
}
.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: #396eb4;
}
.slide-toggle--pill .slide-toggle__button[aria-selected=true] {
  background-color: #396eb4;
}
@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;
  }
}

.swiper {
  position: relative;
}

.slider-navigation {
  display: none;
}
.swiper-initialized .slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(50% - 20px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: -20px;
  width: calc(100% + 54px);
}
.slider-navigation__next, .slider-navigation__prev {
  background-color: #689466;
  -webkit-box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  padding: 0;
  height: 40px;
  width: 40px;
}
.slider-navigation__next.swiper-button-disabled, .slider-navigation__prev.swiper-button-disabled {
  opacity: 0;
}
.slider-navigation__next .far, .slider-navigation__prev .far {
  position: relative;
  top: 2px;
}
.slider-navigation__next span::before, .slider-navigation__prev span::before {
  color: #008af3;
  font-size: 1.5rem;
  color: #ffffff;
}
.slider-navigation__next:hover, .slider-navigation__next:focus, .slider-navigation__prev:hover, .slider-navigation__prev:focus {
  background-color: #31456B;
}

.swiper-wrapper {
  list-style: none;
}
.swiper-wrapper > li {
  list-style: none;
}

.swiper-initialized .slider-navigation:has(.swiper-button-disabled + .swiper-button-disabled) {
  display: none;
}

.swiper-slide:last-child {
  margin-right: 0 !important;
}

.tabs__buttons {
  display: none;
  margin: 0;
}
@media screen and (min-width: 55em) {
  .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 screen and (min-width: 55em) {
  .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: "Montserrat", sans-serif;
    border-width: 0.0625rem;
    border-style: solid;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 1.25rem 1.5625rem;
    color: #ffffff;
    background-color: #008af3;
    border-color: #008af3;
    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: #ffffff;
    background-color: #767676;
    border-color: #767676;
  }
  .tabs__button:hover::before, .tabs__button:hover::after, .tabs__button:focus::before, .tabs__button:focus::after {
    color: #ffffff;
  }
  .tabs__button[aria-selected=true] {
    color: #396eb4;
    border-bottom-color: #ffffff;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 55em) {
  .tabs .accordion {
    display: block;
    margin-top: 0;
    padding: 1.75rem 28px;
    border: 1px solid #396eb4;
  }
  .tabs .accordion[aria-hidden=true] {
    display: none;
  }
  .tabs .accordion__button {
    display: none;
  }
  :root:not(.oho-js) .tabs .accordion__button {
    display: block;
  }
}
.tabs .accordion--open .accordion__content {
  display: block !important;
}

.video-play-button {
  position: absolute;
  z-index: 4;
  bottom: 1.25rem;
  left: 1.25rem;
  background-color: #fff;
  padding: 8px;
  border-radius: 100%;
  line-height: 1;
}
.video-play-button::after {
  content: "\f144";
  color: #689466;
  font-family: "Font Awesome 6 Sharp";
  font-size: 2.25rem;
  font-weight: 100;
  line-height: 1;
  -webkit-transition: color 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);
}
.video-play-button:hover, .video-play-button:focus {
  background-color: #fff;
}
.video-play-button:hover::after, .video-play-button:focus::after {
  color: #31456B;
}
.video-play-button[aria-label=Pause]: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;
}

blockquote {
  position: relative;
}
blockquote p {
  font-size: 2rem;
  font-weight: 275;
  line-height: 2.75rem;
}
@media print, screen and (min-width: 64.0625em) {
  blockquote p {
    font-size: 3.5rem;
    line-height: 4.875rem;
  }
}
blockquote::before {
  color: gray;
  content: "“";
  display: block;
  font-family: "Bitter", 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.5625rem;
  font-family: "Montserrat", sans-serif;
}
@media print, screen and (min-width: 64.0625em) {
  blockquote .attribution {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.eyebrow {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.125rem;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.icon-list {
  display: block;
}
.icon-list li:not(:first-child) {
  margin-top: 0.5rem;
}
.icon-list li,
.icon-list a {
  display: block;
  font-family: "Montserrat", 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: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
@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.625rem;
    line-height: 2.4375rem;
  }
}

.section-heading__eyebrow {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.125rem;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.section-heading__title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.75rem;
  margin: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .section-heading__title {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .section-heading__title {
    font-size: 4.5rem;
    line-height: 5.625rem;
  }
}

.page-admissions p.section-heading__subheading {
  margin-top: 0.5rem;
  margin-bottom: 0;
  line-height: 1.7;
}
@media print, screen and (min-width: 48.0625em) {
  .page-admissions p.section-heading__subheading {
    margin-top: 1.5rem;
  }
}

.section-heading__link {
  display: inline-block;
  margin-top: 1.5rem;
}

.special-arrow {
  color: #205493;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.special-arrow::after {
  font-family: "Font Awesome 6 Sharp";
  content: "\f061";
  color: #689466;
  position: relative;
  left: 8px;
  font-size: 16px;
  -webkit-transition: left 0.5s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: left 0.5s cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.special-arrow span {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
.special-arrow:hover {
  text-decoration: none;
  color: #31456B;
}
.special-arrow:hover::after {
  left: 18px;
}

.stat {
  font-size: 6rem;
  font-weight: 200;
  line-height: 6rem;
  letter-spacing: -0.04px;
}
@media print, screen and (min-width: 48.0625em) {
  .stat {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .stat {
    font-size: 7.1875rem;
    line-height: 7.1875rem;
  }
}

.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: 0.5rem;
  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: 1rem;
  }
}
.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: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg ol ol,
  .wysiwyg ol ul,
  .wysiwyg ul ol,
  .wysiwyg ul ul {
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg ol ol,
  .wysiwyg ol ul,
  .wysiwyg ul ol,
  .wysiwyg ul ul {
    margin-bottom: 1rem;
  }
}
.wysiwyg li {
  margin-top: 1rem;
  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("/media/csumb/admissions-landing/site-assets/img/bullet.svg");
}
.wysiwyg .align-right,
.wysiwyg .obj-right {
  float: none;
  margin-top: 1.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: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg .align-right,
  .wysiwyg .obj-right {
    margin-top: 2.5rem;
  }
}
@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: 1.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: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg .align-left,
  .wysiwyg .obj-left {
    margin-top: 2.5rem;
  }
}
@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: 1.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: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg .align-center,
  .wysiwyg .obj-center {
    margin-top: 2.5rem;
  }
}
.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: 0.5rem;
  display: table;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg > figure:has(img) {
    margin-top: 1rem;
  }
}
.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: Bitter, 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;
}

.footer-admissions {
  font-family: "Montserrat", sans-serif;
}
.footer-admissions.footer {
  background-color: #31456B;
  padding: 40px 0;
}
@media print, screen and (min-width: 64.0625em) {
  .footer-admissions.footer {
    padding: 80px 0;
  }
}
.footer-admissions .container-fluid {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 64.0625em) {
  .footer-admissions .col-lg-3:first-child, .footer-admissions .col-lg-6:first-child {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .footer-admissions .col-lg-2 {
    padding-left: 0;
  }
}
.footer-admissions .footer__link-title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.125rem;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
@media print, screen and (max-width: 64.06125em) {
  .footer-admissions .footer__link-title {
    letter-spacing: 0.72px;
    font-size: 0.75rem;
  }
}
.footer-admissions .footer__item {
  margin-top: 8px;
}
.footer-admissions .footer__link:not(.t4Edit-page) {
  font-size: 1rem;
  text-decoration: underline;
}
.footer-admissions .footer__content {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
@media print, screen and (min-width: 64.0625em) {
  .footer-admissions .footer__content {
    margin-left: 110px;
  }
}
.footer-admissions .footer__heading {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 64.0625em) {
  .footer-admissions .footer__heading {
    font-size: 1.5rem;
  }
}
.footer-admissions .footer__contact {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  text-align: left;
}
@media print, screen and (min-width: 64.0625em) {
  .footer-admissions .footer__contact {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.footer-admissions .footer__social {
  text-align: left;
}
.footer-admissions .footer__social .footer__link-title,
.footer-admissions .footer__social .footer__social__list {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .footer-admissions .footer__social .footer__link-title,
  .footer-admissions .footer__social .footer__social__list {
    margin-left: 115px;
  }
}
.footer-admissions .footer__social__list {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.footer-admissions .footer__lists--inline li:after {
  content: none;
}
.footer-admissions .footer__lists--inline {
  letter-spacing: normal;
}
@media print, screen and (max-width: 64.06125em) {
  .footer-admissions .footer__lists--inline li {
    display: block;
  }
}

.page-admissions .header {
  background-color: #ffffff;
}
.page-admissions .header .container-fluid {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.page-admissions .header .navbar-logo {
  width: 265px;
}
.page-admissions .header .navbar-primary__top {
  margin-top: 16px;
}
.page-admissions .navbar-nav {
  padding-bottom: 4px;
}
@media (min-width: 991px) {
  .page-admissions .header .navbar-primary .navbar-nav > li.nav-item > a {
    color: #205493 !important;
  }
}
.page-admissions .header .navbar-primary .navbar-nav > li.nav-item > a.nav-link:before {
  background-color: #689466;
}
.page-admissions .header .navbar-primary .navbar-nav > li.nav-menu .nav-link > svg {
  fill: #689466;
}
@media print, screen and (min-width: 64.0625em) {
  .page-admissions .header .navbar-primary__top .navbar-auth .nav-link {
    background-color: #F0F4F8;
    color: #000000 !important;
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .page-admissions .header .navbar-primary__top .navbar-auth .nav-link:hover, .page-admissions .header .navbar-primary__top .navbar-auth .nav-link:focus {
    background-color: #08294F;
    color: #ffffff !important;
  }
}
.page-admissions .svg-md-24px:first-child {
  display: none;
}
.page-admissions .svg-md-24px:only-child {
  display: block;
}
.page-admissions .st-default-search-input {
  border-color: #6B92B6;
  border-radius: 4px;
  background: #fff 95% center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6%2BR8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG11AABzoAAA%2FN0AAINkAABw6AAA7GgAADA%2BAAAQkOTsmeoAAAESSURBVHjajNCxS9VRGMbxz71E4OwgoXPQxVEpXCI47%2BZqGP0LCoJO7UVD3QZzb3SwcHB7F3Uw3Zpd%2FAPCcJKG7Dj4u%2FK7Pwp94HDg5Xyf5z1Pr9YKImKANTzFXxzjU2ae6qhXaxURr%2FAFl9hHDy%2FwEK8z89sYVEp5gh84wMvMvGiSJ%2FEV85jNzLMR1McqfmN5BEBmnmMJFSvtpH7jdJiZv7q7Z%2BZPfMdcF6rN%2FT%2F1m2LGBkd4HhFT3dcRMY2FpskxaLNpayciHrWAGeziD7b%2BVfkithuTk8bkGa4wgWFmbrSTZOYeBvjc%2BucQj%2FEe6xHx4Taq1nrnKaW8K6XUUsrHWuvNevdRRLzFGwzvDbXAB9cDAHvhedDruuxSAAAAAElFTkSuQmCC);
}
.page-admissions .search-modal {
  left: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .page-admissions .header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .page-admissions .header .navbar-collapse {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.page-admissions .header .navbar-toggler:after, .page-admissions .header .navbar-toggler:before, .page-admissions .header .navbar-toggler div {
  background-color: #689466;
}
.page-admissions .header .navbar-util {
  position: relative;
  top: auto;
  right: auto;
}
.page-admissions .header .navbar-util .btn-open-search > svg {
  fill: #689466;
}
.page-admissions .btn-open-search:hover, .page-admissions .btn-open-search:focus {
  background-color: transparent;
}

.accordion {
  clear: both;
}
.accordion + .accordion {
  margin-top: 1.75rem;
}
.accordion__button {
  position: relative;
  width: 100%;
  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;
  border: 1px solid #396eb4;
}
.accordion__button:hover, .accordion__button:focus {
  color: #000000;
  background-color: #ffffff;
}
.accordion__button:hover path, .accordion__button:focus path {
  fill: #000000;
}
.accordion__button-text {
  display: inline-block;
  max-width: calc(100% - 36px);
}
.accordion__icon {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 20px;
  height: 1.25rem;
  margin: auto;
}
.accordion__icon .fa-sharp::before {
  content: "+";
  font-size: 1.25rem;
  font-weight: 900;
}
.accordion__content {
  border: 1px solid #396eb4;
  border-top: 0;
  display: none;
  padding: 1.75rem 28px;
  overflow: hidden;
}
:root:not(.oho-js) .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 .fa-sharp::before, :root:not(.oho-js) .accordion__button .accordion__icon .fa-sharp::before {
  content: "\f068";
}
.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;
}

.wysiwyg .accordions {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg .accordions {
    margin-top: 2rem;
  }
}
.wysiwyg .accordions .section-heading__heading {
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.75rem;
  text-transform: none;
}
@media print, screen and (min-width: 48.0625em) {
  .wysiwyg .accordions .section-heading__heading {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg .accordions .section-heading__heading {
    font-size: 4.5rem;
    line-height: 5.625rem;
  }
}
.wysiwyg .accordions .section-heading__subheading {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
@media print, screen and (min-width: 64.0625em) {
  .wysiwyg .accordions .section-heading__subheading {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.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;
}

.admission-block {
  background-color: rgba(240, 244, 248, 0.9215686275);
  border-radius: 1rem;
  padding: 1.5rem;
  -webkit-box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.4);
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .admission-block {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .admission-block {
    margin-top: 3.5rem;
  }
}

.admission-block__intro h2 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.625rem;
}
@media print, screen and (min-width: 48.0625em) {
  .admission-block__intro h2 {
    font-size: 2.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .admission-block__intro h2 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .admission-block__intro {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 58.75em) {
  .admission-block__intro {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

.admission-block__links {
  margin-top: 1.5rem;
}
.admission-block__links ul {
  margin-bottom: 0;
}
.admission-block__links li + li {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .admission-block__links {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 58.75em) {
  .admission-block__links {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -ms-flex-preferred-size: calc(70% - 40px);
        flex-basis: calc(70% - 40px);
    padding-left: 2.5rem;
  }
  .admission-block__links ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
.admission-block__links a {
  padding-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  position: relative;
}
.admission-block__links a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #689466;
}
.admission-block__links a::after {
  font-family: "Font Awesome 6 Sharp";
  content: "\f061";
  color: #689466;
  position: relative;
  right: 8px;
  font-size: 20px;
  font-weight: 900;
  -webkit-transition: right 0.5s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.5s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: right 0.5s cubic-bezier(0.42, 0.08, 0.06, 0.98), color 0.5s cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.admission-block__links a:hover, .admission-block__links a:focus {
  text-decoration: none;
}
.admission-block__links a:hover::before, .admission-block__links a:focus::before {
  border-bottom: 2px solid #31456B;
}
.admission-block__links a:hover::after, .admission-block__links a:focus::after {
  right: 0;
  color: #31456B;
}

.baycard-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 145px;
}
@media print, screen and (min-width: 64.0625em) {
  .baycard-section {
    padding-bottom: 12px;
  }
}
.baycard-section > picture {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.baycard-section > picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.baycard-section .grid-container {
  position: relative;
  z-index: 5;
}
.baycard-section .swiper {
  overflow: unset;
  margin-left: unset;
  margin-right: unset;
}
@media screen and (max-width: 58.6875em) {
  .baycard-section .swiper {
    width: calc(100% - 20px);
  }
}
.baycard-section .swiper-slide {
  height: auto;
}
.baycard-section .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.5;
}
.baycard-section .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.baycard-section .overlay::before, .baycard-section .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.baycard-section .overlay::before {
  background: rgba(49, 69, 107, 0.8);
}
.baycard-section .overlay::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(49, 69, 107)), color-stop(50%, rgba(49, 69, 107, 0)), to(rgba(49, 69, 107, 0)));
  background: linear-gradient(to bottom, rgb(49, 69, 107) 0%, rgba(49, 69, 107, 0) 50%, rgba(49, 69, 107, 0) 100%);
}
.baycard-section .wave {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 23vw;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/media/csumb/admissions-landing/site-assets/css/"data:image/svg+xml,%3Csvg fill='none' height='335' viewBox='0 0 1440 335' width='1440' xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h1440v335h-1440z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath clip-rule='evenodd' d='m1473.98 79.7406c6.15 2.6897 12.28 5.5055 18.4 8.4507 1.52.7586 3.42-.5355 2.26-1.4949-171.8-141.8594-489.1-88.2884-733.832 8.7463-245.471 97.3243-539.714 208.6833-807.7645 73.2273-1.7095-.401-2.645.648-1.6128 1.607 6.0088 4.904 12.2022 9.594 18.5693 14.075v192.648l1503-8.527z' fill='%23DAE4ED' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}
.baycard-section .wavelength {
  position: absolute;
  z-index: 4;
  bottom: -20px;
  left: 0;
  width: 112%;
  height: 23vw;
  max-height: 335px;
  background: #DAE4ED;
  -webkit-clip-path: url(/media/csumb/admissions-landing/site-assets/css/);
  clip-path: url(/media/csumb/admissions-landing/site-assets/css/);
}

.hero--student-exp + .baycard-section .overlay::before {
  background: rgba(107, 146, 182, 0.8);
}
.hero--student-exp + .baycard-section .overlay::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(107, 146, 182)), color-stop(50%, rgba(107, 146, 182, 0)), to(rgba(107, 146, 182, 0)));
  background: linear-gradient(to bottom, rgb(107, 146, 182) 0%, rgba(107, 146, 182, 0) 50%, rgba(107, 146, 182, 0) 100%);
}

.svg--wavelength {
  position: absolute;
  width: 0;
  height: 0;
}

.page:has(.admission-hero-area + .promo-cta-section) .admission-hero-area > .baycard-section .wavelength {
  background: #6B92B6;
}

@media print, screen and (max-width: 48.06125em) {
  .baycard-section picture,
  .baycard-section .overlay {
    display: none !important;
  }
}
.admission-hero-area .baycard-section {
  padding-bottom: 120px;
}
@media print, screen and (min-width: 48.0625em) {
  .admission-hero-area .baycard-section {
    padding-bottom: 80px;
  }
}

.btn--simple {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  padding: 1rem 1.25rem;
  background-color: #31456B;
  color: #fff;
  -webkit-transition: background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
  transition: background-color 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
}
@media print, screen and (min-width: 48.0625em) {
  .btn--simple {
    padding: 1.5rem 2.5rem;
  }
}
.btn--simple:hover, .btn--simple:focus {
  background-color: #08294F;
  color: #fff;
  text-decoration: none;
}

.hero__content .btn--simple {
  margin-top: 2rem;
}

.baycard__item {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  -webkit-box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 48.0625em) {
  .baycard__item {
    padding: 2rem;
  }
}

.baycard__item .aspect-ratio img {
  border-radius: 8px;
  width: 100%;
}
.baycard__item .aspect-ratio + .eyebrow, .baycard__item .aspect-ratio + .h4 {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .baycard__item .aspect-ratio + .eyebrow, .baycard__item .aspect-ratio + .h4 {
    margin-top: 2.5rem;
  }
}
.baycard__item .eyebrow + .stat {
  margin-top: 1rem;
}
.baycard__item .eyebrow + .h4 {
  margin-top: 0.5rem;
}
.baycard__item .stat {
  color: #689466;
  border-bottom: 2px solid #93B96C;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .baycard__item .stat {
    padding-bottom: 2rem;
  }
}
.baycard__item .stat + .h4 {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .baycard__item .stat + .h4 {
    margin-top: 2rem;
  }
}
.baycard__item .h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
}
@media print, screen and (min-width: 48.0625em) {
  .baycard__item .h4 {
    font-size: 2.125rem;
    line-height: 2.625rem;
    font-weight: 300;
  }
}
.baycard__item .h4 + p {
  margin-top: 1rem;
}
.baycard__item p:not(h4) {
  font-size: 1rem;
  line-height: 1.6;
}
.baycard__item .link-arrow {
  margin-top: 1rem;
}
.baycard__item .link-arrow a {
  color: #205493;
  -webkit-transform: color 0.25s;
          transform: color 0.25s;
}
.baycard__item .link-arrow a::after {
  font-family: "Font Awesome 6 Sharp";
  content: "\f061";
  color: #689466;
  position: relative;
  left: 8px;
  font-size: 16px;
  -webkit-transition: left 0.5s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: left 0.5s cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.baycard__item .link-arrow a span {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
.baycard__item .link-arrow a:hover {
  text-decoration: none;
  color: #31456B;
}
.baycard__item .link-arrow a:hover::after {
  left: 18px;
}
.baycard__item .baycard__list {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .baycard__item .baycard__list {
    margin-top: 2rem;
  }
}
.baycard__item .baycard__list ul {
  list-style: initial;
  font-size: 1rem;
  padding-left: 1rem;
}
.baycard__item .baycard__list ul li {
  margin-top: 0.5rem;
}
.baycard__item .baycard__list ul li a {
  text-decoration: underline;
  color: #205493;
  font-weight: 600;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.baycard__item .baycard__list ul li a:hover, .baycard__item .baycard__list ul li a:focus {
  color: #31456B;
  text-decoration: none;
}
.baycard__item .baycard__list p + ul {
  margin-top: 0.5rem;
}

.card-section .bg-gray-light {
  padding: 1rem;
  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;
}

.hero {
  position: relative;
}
@media print, screen and (min-width: 48.0625em) {
  .hero {
    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;
  }
}
.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: calc(100dvh - 90px);
}
@media print, screen and (min-width: 48.0625em) {
  .hero.hero--img {
    display: block;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .hero.hero--video .autoplay-video-container {
    display: none;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .hero.hero--video img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.hero .video-play-button {
  left: auto;
  right: 20px;
}
@media screen and (min-width: 75em) {
  .hero .video-play-button {
    right: calc(50% - 580px);
  }
}

.hero__media {
  display: block;
  width: 100%;
  max-height: calc(100dvh - 90px);
}

.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;
    z-index: 3;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .hero--img .hero__content {
    bottom: 0;
  }
}
.hero__content h1 {
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 3.875rem;
}
@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: 6rem;
    line-height: 7.1875rem;
  }
}
.hero__content h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.75rem;
}
@media print, screen and (min-width: 48.0625em) {
  .hero__content h2 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .hero__content h2 {
    font-size: 4.5rem;
    line-height: 5.625rem;
  }
}
.hero__content h1,
.hero__content h2 {
  margin: 0;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.hero__content h1 strong,
.hero__content h2 strong {
  font-weight: 900;
}
.hero__content p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 1rem 0 0;
}
@media print, screen and (min-width: 48.0625em) {
  .hero__content p {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .hero__content p {
    font-size: 1.625rem;
    line-height: 2.4375rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .hero__content p {
    font-size: 1.5rem;
  }
}
.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: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
@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.625rem;
    line-height: 2.4375rem;
  }
}
@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: "Montserrat", sans-serif;
  border-width: 0.0625rem;
  border-style: solid;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  padding: 1.25rem 1.25rem 0.85rem;
  color: #ffffff;
  background-color: #008af3;
  border-color: #008af3;
  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: #ffffff;
  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: #ffffff;
}
.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 {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2.51%, rgb(49, 69, 107)), color-stop(50%, rgba(49, 69, 107, 0)));
    background: linear-gradient(360deg, rgb(49, 69, 107) 2.51%, rgba(49, 69, 107, 0) 50%);
  }
}

.admission-hero-area,
.student-experience-area {
  background-color: #31456B;
  position: relative;
}
@media print, screen and (max-width: 48.06125em) {
  .admission-hero-area::before,
  .student-experience-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .admission-hero-area > picture,
  .student-experience-area > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .admission-hero-area > picture img,
  .student-experience-area > picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .admission-hero-area > picture,
  .student-experience-area > picture {
    display: none;
  }
}

@media print, screen and (max-width: 48.06125em) {
  .admission-hero-area::before {
    background: rgba(49, 69, 107, 0.8);
  }
}

.student-experience-area {
  margin-top: 16px;
}
@media print, screen and (min-width: 64.0625em) {
  .student-experience-area {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .student-experience-area::before {
    background: rgba(107, 146, 182, 0.8);
  }
}

.admission-hero-area .hero .hero__content--wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.admission-hero-area .hero .hero__content--wrap > * {
  max-width: 58.3125rem;
}
@media print, screen and (max-width: 48.06125em) {
  .admission-hero-area .hero .hero__content--wrap {
    position: relative;
    z-index: 3;
    margin-top: -6em;
    padding-top: 2em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 69, 107, 0)), color-stop(25%, rgb(49, 69, 107)), color-stop(50%, rgb(49, 69, 107)), color-stop(75%, rgb(49, 69, 107)), to(rgba(49, 69, 107, 0)));
    background-image: linear-gradient(to bottom, rgba(49, 69, 107, 0) 0%, rgb(49, 69, 107) 25%, rgb(49, 69, 107) 50%, rgb(49, 69, 107) 75%, rgba(49, 69, 107, 0) 100%);
  }
}
@media print, screen and (min-width: 48.0625em) and (max-width: 64.06125em) {
  .admission-hero-area .hero .hero__content--wrap p {
    padding-right: 60px;
  }
}

.student-experience-area .hero .hero__content--wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.student-experience-area .hero .hero__content--wrap > * {
  max-width: 63rem;
}
@media print, screen and (max-width: 48.06125em) {
  .student-experience-area .hero .hero__content--wrap {
    position: relative;
    z-index: 3;
    margin-top: -6em;
    padding-top: 2em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(107, 146, 182, 0)), color-stop(25%, rgb(107, 146, 182)), color-stop(50%, rgb(107, 146, 182)), color-stop(75%, rgb(107, 146, 182)), to(rgba(107, 146, 182, 0)));
    background-image: linear-gradient(to bottom, rgba(107, 146, 182, 0) 0%, rgb(107, 146, 182) 25%, rgb(107, 146, 182) 50%, rgb(107, 146, 182) 75%, rgba(107, 146, 182, 0) 100%);
  }
}

.hero--student-exp .hero__content--wrap > * {
  max-width: 63rem;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--student-exp .hero__overlay {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2.21%, rgb(107, 146, 182)), color-stop(75.71%, rgba(107, 146, 182, 0)));
    background: linear-gradient(360deg, rgb(107, 146, 182) 2.21%, rgba(107, 146, 182, 0) 75.71%);
  }
}

.info-card-section {
  overflow: hidden;
}
.info-card-section .card {
  padding: 0.5rem;
  border: 1px solid #c4c4c4;
}
@media print, screen and (min-width: 48.0625em) {
  .info-card-section .card {
    padding: 1rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .info-card-section .card {
    height: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .info-card-section .card {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.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.5rem;
    -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;
  }
}

.next-steps {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .next-steps {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .next-steps {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.next-steps__columns {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .next-steps__columns {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .next-steps__columns {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .next-steps__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 32px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .next-steps__columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.next-steps__column:not(:first-child) {
  margin-top: 32px;
}
@media print, screen and (min-width: 48.0625em) {
  .next-steps__column:not(:first-child) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .next-steps__column {
    width: 25%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .next-steps__column {
    width: 20%;
    margin-top: 0;
  }
}
.next-steps__column h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
}
@media print, screen and (min-width: 48.0625em) {
  .next-steps__column h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.next-steps__column .link-arrow {
  margin-top: 1rem;
}
.next-steps__column .link-arrow a::after {
  font-family: "Font Awesome 6 Sharp";
  content: "\f061";
  color: #689466;
  position: relative;
  left: 8px;
  font-size: 16px;
  -webkit-transition: left 0.5s cubic-bezier(0.42, 0.08, 0.06, 0.98);
  transition: left 0.5s cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.next-steps__column .link-arrow a span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  text-decoration: underline;
  color: #205493;
}
.next-steps__column .link-arrow a:hover {
  text-decoration: none;
}
.next-steps__column .link-arrow a:hover::after {
  left: 18px;
}

.promo-cta-section {
  padding-bottom: 2.5rem;
  background-color: #6B92B6;
  padding-top: 20px;
}
@media print, screen and (min-width: 48.0625em) {
  .promo-cta-section {
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .promo-cta-section {
    padding-bottom: 5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .promo-cta-section {
    padding-top: 5px;
  }
}
.promo-cta-section .grid-x {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 48.06125em) {
  .promo-cta-section .grid-x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.promo-cta-section h2 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.625rem;
  margin-top: 24px;
}
@media print, screen and (min-width: 48.0625em) {
  .promo-cta-section h2 {
    font-size: 2.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .promo-cta-section h2 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .promo-cta-section h2 {
    margin-top: 0;
  }
}
.promo-cta-section p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  margin-top: 8px;
}
@media print, screen and (min-width: 64.0625em) {
  .promo-cta-section p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.promo-cta-section .btn-row {
  margin-top: 24px;
}
.promo-cta-section figure {
  margin: 0;
}

.tabs-academic-card .section-heading {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #f0f4f8;
}
@media print, screen and (min-width: 48.0625em) {
  .tabs-academic-card .section-heading {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .tabs-academic-card .section-heading {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.tabs-academic-card .tabs {
  background-color: #f0f4f8;
}
.tabs-academic-card .tabs__buttons {
  max-width: 82.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  gap: 8px;
  padding-top: 8px;
  overflow: hidden;
}
.tabs-academic-card .tabs__button {
  background-color: #6B92B6;
  color: #000000;
  text-transform: none;
  border-radius: 8px 8px 0 0;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 600;
  padding: 0.875rem 0.5rem;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tabs-academic-card .tabs__button:hover, .tabs-academic-card .tabs__button:focus {
  background-color: #08294F;
  color: #ffffff;
}
.tabs-academic-card .tabs__button[aria-selected=true] {
  pointer-events: none;
  background-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.4);
}
.tabs-academic-card .accordion + .accordion {
  margin-top: 0.125rem;
}
@media screen and (min-width: 55em) {
  .tabs-academic-card .accordion + .accordion {
    margin-top: 0;
  }
}
.tabs-academic-card .accordion--tab {
  background-color: #ffffff;
  border: none;
}
@media screen and (min-width: 55em) {
  .tabs-academic-card .accordion--tab {
    -webkit-box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.4);
  }
}
.tabs-academic-card .accordion--tab .tabs-academic-card__item {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .tabs-academic-card .accordion--tab .tabs-academic-card__item {
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .tabs-academic-card .accordion--tab .tabs-academic-card__item {
    padding-top: 2.5rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .tabs-academic-card .accordion--tab .tabs-academic-card__item {
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .tabs-academic-card .accordion--tab .tabs-academic-card__item {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 54.9375em) {
  .tabs-academic-card .accordion--tab .tabs-academic-card__item {
    padding-bottom: 2rem;
  }
}
.tabs-academic-card .accordion--tab .tabs-academic-card__item h3 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.625rem;
}
@media print, screen and (min-width: 48.0625em) {
  .tabs-academic-card .accordion--tab .tabs-academic-card__item h3 {
    font-size: 2.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .tabs-academic-card .accordion--tab .tabs-academic-card__item h3 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}
.tabs-academic-card .accordion--tab .tabs-academic-card__item div.introtext {
  margin-top: 0.5rem;
}
.tabs-academic-card .accordion--tab .tabs-academic-card__item div.introtext p {
  font-size: 1rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 48.0625em) {
  .tabs-academic-card .accordion--tab .tabs-academic-card__item div.introtext {
    margin-top: 1.5rem;
  }
  .tabs-academic-card .accordion--tab .tabs-academic-card__item div.introtext p {
    font-size: 1.125rem;
  }
}
.tabs-academic-card .accordion--tab .grid-x {
  gap: 2.5rem 0;
}
@media print, screen and (min-width: 48.0625em) and (max-width: 64.06125em) {
  .tabs-academic-card .accordion--tab .grid-x:has(.cell:nth-child(3)) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tabs-academic-card .accordion__button {
  background-color: #6B92B6;
  color: #000000;
  text-align: left;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding: 1rem;
  border-radius: 0;
}
.tabs-academic-card .accordion__button:hover {
  background-color: #08294F;
  color: #ffffff;
}
.tabs-academic-card .accordion--open .accordion__button {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.4);
}
.tabs-academic-card .accordion--open .accordion__button:hover {
  background-color: #08294F;
  color: #ffffff;
}
.tabs-academic-card .accordion__content {
  border: none;
  padding: 8px 0 0;
}
@media screen and (min-width: 55em) {
  .tabs-academic-card .accordion__content {
    padding: 0;
  }
}

.testimonial {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #DAE4ED;
}
@media print, screen and (min-width: 48.0625em) {
  .testimonial {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .testimonial {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .testimonial {
    padding-top: 0;
  }
}
.testimonial blockquote::before {
  content: "";
}
.testimonial blockquote p:before {
  content: "“";
}
.testimonial blockquote p:after {
  content: "”";
}
.testimonial .testimonial__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.testimonial .testimonial__image {
  width: 70px;
}
.testimonial .testimonial__image img {
  border-radius: 50%;
}
.testimonial .testimonial__author {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  font-weight: 700;
}
@media print, screen and (min-width: 64.0625em) {
  .testimonial .testimonial__author {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.testimonial .testimonial__title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
.testimonial .testimonial__quote {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: 275;
  line-height: 2.75rem;
  max-width: 1000px;
}
@media print, screen and (min-width: 48.0625em) {
  .testimonial .testimonial__quote {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .testimonial .testimonial__quote {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .testimonial .testimonial__quote {
    font-size: 3.5rem;
    line-height: 4.875rem;
  }
}
.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;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.testimonial__media {
  width: 320px;
  margin: 0 auto;
}
@media print, screen and (min-width: 48.0625em) {
  .testimonial__media {
    width: 360px;
  }
}
.testimonial__media figure {
  margin: 0;
}
.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;
  margin-top: 32px;
}
@media print, screen and (min-width: 48.0625em) {
  .testimonial__content {
    margin-top: 0;
  }
}

.button-play {
  background-image: url("/media/csumb/admissions-landing/site-assets/img/video.svg");
  width: 124px;
  height: 124px;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 124px;
  border-radius: 100%;
}

.testimonial__media a:hover .button-play,
.testimonial__media a:focus .button-play {
  background-color: #04203D;
}

.component-name h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
@media print, screen and (min-width: 64.0625em) {
  .component-name h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.cta-section {
  margin-top: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .cta-section {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .cta-section {
    margin-top: 3rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .cta-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.cta-links a {
  padding: 15px 8px;
  border: none;
  border-radius: 0;
  text-transform: none;
  margin-top: 8px;
  display: block;
  width: 100%;
  font-size: 1.1875rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 48.0625em) {
  .cta-links a {
    padding: 20px 40px;
    margin-top: 0;
    display: inline-block;
    width: 33%;
  }
}
.cta-links a:first-child {
  background-color: #31456B;
}
.cta-links a:nth-child(2) {
  background-color: #6B92B6;
}
.cta-links a:last-child {
  background-color: #689466;
}
.cta-links a:hover, .cta-links a:focus {
  background-color: #08294F;
}

.admission-hero-area + .testimonial {
  padding-top: 20px;
}
@media print, screen and (min-width: 48.0625em) {
  .admission-hero-area + .testimonial {
    padding-top: 5px;
  }
}

.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;
  }
}
/*# sourceMappingURL=../maps/theme.css.map */


/* ---------  Fixes student experience issue with aspect ratio  --------- */

@media (min-aspect-ratio: 2300/830) {
  .student-experience-area .baycard-section div.grid-container {
    padding-bottom: 110px;
  }
}

@media (min-aspect-ratio: 2500/830) {
  .student-experience-area .baycard-section div.grid-container {
    padding-bottom: 160px;
  }
}


