.bootstrap-wrapper .row {
    padding: 0 50px;
}
.bootstrap-wrapper img{
    width: 188px;
    height: 188px;
    align-self:center;
}
.bootstrap-wrapper .row p{
    text-align: left;
    color: #fff;
}
.bootstrap-wrapper .row h4{
    text-align: left;
    color: #fff;
}
figure.media {
    width: 90%;
}
#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #c00;
  color: white;
  padding: 15px 0;
  z-index: 99999;
  font-family: Arial, sans-serif;
}
#cookie-banner a{
  color: white;
  text-decoration: underline;
}

.cookie-container {
  max-width: 1100px;   /* ширина контенту */
  margin: 0 auto;      /* центрує */
  padding: 0 20px;     /* відступ по боках */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
}

/* Додаємо правило для мобільних пристроїв (екран менше 768px) */
@media (max-width: 768px) {
  .cookie-buttons {
    flex-direction: column; /* Ставить кнопки вертикально */
    width: 100%;           /* Розтягує контейнер на всю ширину, якщо потрібно */
  }

  #cookie-banner button {
    width: 100%;           /* Робить кнопки однаковими за шириною */
  }
}

#cookie-banner button {
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 8px 18px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}

#cookie-banner button:hover {
  background: white;
  color: #c00;
}

.iti--inline-dropdown{
    z-index: 999;
    margin-top: 0;
}
.iti--inline-dropdown .iti__country-list {
    margin-top: 0;
}
.iti__selected-country:hover{
    background: transparent;
}
#mainForm ul > li:before {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
}
#mainForm .iti {
    width: 100%;
}

.certificate-card{
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.valid-status{
    display:inline-block;
    background:#d1fae5;
    color:#065f46;
    padding:10px 18px;
    border-radius:999px;
    font-weight:700;
    margin-top:20px;
}

.invalid-status{
    display:inline-block;
    background:#fee2e2;
    color:#991b1b;
    padding:10px 18px;
    border-radius:999px;
    font-weight:700;
    margin-top:20px;
}
/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * Bootstrap License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */
@-ms-viewport {
    width: device-width
}
.phone-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #CC0000;
    border-radius: 50%;
      text-align: center;
      line-height: 50px;
      color: white;
      font-size: 24px;
      animation: pulse 1.5s infinite;
    z-index: 9999;
  }

  

  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  .phone-button:hover {
    background-color: #e82020;
  }

.slider-brands.partners .owl2-carousel .owl2-item img {
    max-height: 100px;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

.bootstrap-wrapper .clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.bootstrap-wrapper .visible {
    visibility: visible !important
}

.bootstrap-wrapper .invisible {
    visibility: hidden !important
}

.bootstrap-wrapper .hidden-xs-up {
    display: none !important
}

@media(max-width: 575.98px) {
    .bootstrap-wrapper .hidden-xs-down {
        display:none !important
    }
}

@media(min-width: 576px) {
    .bootstrap-wrapper .hidden-sm-up {
        display:none !important
    }
}

@media(max-width: 767.98px) {
    .bootstrap-wrapper .hidden-sm-down {
        display:none !important
    }
}

@media(min-width: 768px) {
    .bootstrap-wrapper .hidden-md-up {
        display:none !important
    }
}

@media(max-width: 991.98px) {
    .bootstrap-wrapper .hidden-md-down {
        display:none !important
    }
}

@media(min-width: 992px) {
    .bootstrap-wrapper .hidden-lg-up {
        display:none !important
    }
}

@media(max-width: 1199.98px) {
    .bootstrap-wrapper .hidden-lg-down {
        display:none !important
    }
}

@media(min-width: 1200px) {
    .bootstrap-wrapper .hidden-xl-up {
        display:none !important
    }
}

.bootstrap-wrapper .hidden-xl-down {
    display: none !important
}

.bootstrap-wrapper .visible-print-block {
    display: none !important
}

@media print {
    .bootstrap-wrapper .visible-print-block {
        display: block !important
    }
}

.bootstrap-wrapper .visible-print-inline {
    display: none !important
}

@media print {
    .bootstrap-wrapper .visible-print-inline {
        display: inline !important
    }
}

.bootstrap-wrapper .visible-print-inline-block {
    display: none !important
}

@media print {
    .bootstrap-wrapper .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .bootstrap-wrapper .hidden-print {
        display: none !important
    }
}

.bootstrap-wrapper .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .bootstrap-wrapper .container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .bootstrap-wrapper .container {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .bootstrap-wrapper .container {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .bootstrap-wrapper .container {
        max-width:1140px
    }
}

.bootstrap-wrapper .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.bootstrap-wrapper .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.bootstrap-wrapper .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.bootstrap-wrapper .no-gutters>.col,.bootstrap-wrapper .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.bootstrap-wrapper .col-1,.bootstrap-wrapper .col-2,.bootstrap-wrapper .col-3,.bootstrap-wrapper .col-4,.bootstrap-wrapper .col-5,.bootstrap-wrapper .col-6,.bootstrap-wrapper .col-7,.bootstrap-wrapper .col-8,.bootstrap-wrapper .col-9,.bootstrap-wrapper .col-10,.bootstrap-wrapper .col-11,.bootstrap-wrapper .col-12,.bootstrap-wrapper .col,.bootstrap-wrapper .col-auto,.bootstrap-wrapper .col-sm-1,.bootstrap-wrapper .col-sm-2,.bootstrap-wrapper .col-sm-3,.bootstrap-wrapper .col-sm-4,.bootstrap-wrapper .col-sm-5,.bootstrap-wrapper .col-sm-6,.bootstrap-wrapper .col-sm-7,.bootstrap-wrapper .col-sm-8,.bootstrap-wrapper .col-sm-9,.bootstrap-wrapper .col-sm-10,.bootstrap-wrapper .col-sm-11,.bootstrap-wrapper .col-sm-12,.bootstrap-wrapper .col-sm,.bootstrap-wrapper .col-sm-auto,.bootstrap-wrapper .col-md-1,.bootstrap-wrapper .col-md-2,.bootstrap-wrapper .col-md-3,.bootstrap-wrapper .col-md-4,.bootstrap-wrapper .col-md-5,.bootstrap-wrapper .col-md-6,.bootstrap-wrapper .col-md-7,.bootstrap-wrapper .col-md-8,.bootstrap-wrapper .col-md-9,.bootstrap-wrapper .col-md-10,.bootstrap-wrapper .col-md-11,.bootstrap-wrapper .col-md-12,.bootstrap-wrapper .col-md,.bootstrap-wrapper .col-md-auto,.bootstrap-wrapper .col-lg-1,.bootstrap-wrapper .col-lg-2,.bootstrap-wrapper .col-lg-3,.bootstrap-wrapper .col-lg-4,.bootstrap-wrapper .col-lg-5,.bootstrap-wrapper .col-lg-6,.bootstrap-wrapper .col-lg-7,.bootstrap-wrapper .col-lg-8,.bootstrap-wrapper .col-lg-9,.bootstrap-wrapper .col-lg-10,.bootstrap-wrapper .col-lg-11,.bootstrap-wrapper .col-lg-12,.bootstrap-wrapper .col-lg,.bootstrap-wrapper .col-lg-auto,.bootstrap-wrapper .col-xl-1,.bootstrap-wrapper .col-xl-2,.bootstrap-wrapper .col-xl-3,.bootstrap-wrapper .col-xl-4,.bootstrap-wrapper .col-xl-5,.bootstrap-wrapper .col-xl-6,.bootstrap-wrapper .col-xl-7,.bootstrap-wrapper .col-xl-8,.bootstrap-wrapper .col-xl-9,.bootstrap-wrapper .col-xl-10,.bootstrap-wrapper .col-xl-11,.bootstrap-wrapper .col-xl-12,.bootstrap-wrapper .col-xl,.bootstrap-wrapper .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.bootstrap-wrapper .col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.bootstrap-wrapper .col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.bootstrap-wrapper .col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.bootstrap-wrapper .col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.bootstrap-wrapper .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.bootstrap-wrapper .col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.bootstrap-wrapper .col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.bootstrap-wrapper .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.bootstrap-wrapper .col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.bootstrap-wrapper .col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.bootstrap-wrapper .col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.bootstrap-wrapper .col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.bootstrap-wrapper .col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.bootstrap-wrapper .col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.bootstrap-wrapper .order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.bootstrap-wrapper .order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.bootstrap-wrapper .order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

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

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

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

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

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

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

.bootstrap-wrapper .order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.bootstrap-wrapper .order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.bootstrap-wrapper .order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.bootstrap-wrapper .order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.bootstrap-wrapper .order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.bootstrap-wrapper .order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.bootstrap-wrapper .offset-1 {
    margin-left: 8.3333333333%
}

.bootstrap-wrapper .offset-2 {
    margin-left: 16.6666666667%
}

.bootstrap-wrapper .offset-3 {
    margin-left: 25%
}

.bootstrap-wrapper .offset-4 {
    margin-left: 33.3333333333%
}

.bootstrap-wrapper .offset-5 {
    margin-left: 41.6666666667%
}

.bootstrap-wrapper .offset-6 {
    margin-left: 50%
}

.bootstrap-wrapper .offset-7 {
    margin-left: 58.3333333333%
}

.bootstrap-wrapper .offset-8 {
    margin-left: 66.6666666667%
}

.bootstrap-wrapper .offset-9 {
    margin-left: 75%
}

.bootstrap-wrapper .offset-10 {
    margin-left: 83.3333333333%
}

.bootstrap-wrapper .offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width: 576px) {
    .bootstrap-wrapper .col-sm {
        -webkit-flex-basis:0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .bootstrap-wrapper .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .bootstrap-wrapper .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .bootstrap-wrapper .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bootstrap-wrapper .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .bootstrap-wrapper .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bootstrap-wrapper .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bootstrap-wrapper .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .bootstrap-wrapper .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bootstrap-wrapper .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bootstrap-wrapper .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .bootstrap-wrapper .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bootstrap-wrapper .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bootstrap-wrapper .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .bootstrap-wrapper .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .bootstrap-wrapper .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .bootstrap-wrapper .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .bootstrap-wrapper .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .bootstrap-wrapper .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .bootstrap-wrapper .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .bootstrap-wrapper .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .bootstrap-wrapper .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .bootstrap-wrapper .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .bootstrap-wrapper .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .bootstrap-wrapper .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .bootstrap-wrapper .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .bootstrap-wrapper .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .bootstrap-wrapper .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .bootstrap-wrapper .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .bootstrap-wrapper .offset-sm-0 {
        margin-left: 0
    }

    .bootstrap-wrapper .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .bootstrap-wrapper .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .bootstrap-wrapper .offset-sm-3 {
        margin-left: 25%
    }

    .bootstrap-wrapper .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .bootstrap-wrapper .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .bootstrap-wrapper .offset-sm-6 {
        margin-left: 50%
    }

    .bootstrap-wrapper .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .bootstrap-wrapper .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .bootstrap-wrapper .offset-sm-9 {
        margin-left: 75%
    }

    .bootstrap-wrapper .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .bootstrap-wrapper .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 768px) {
    .bootstrap-wrapper .col-md {
        -webkit-flex-basis:0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .bootstrap-wrapper .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .bootstrap-wrapper .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .bootstrap-wrapper .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bootstrap-wrapper .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .bootstrap-wrapper .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bootstrap-wrapper .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bootstrap-wrapper .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .bootstrap-wrapper .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bootstrap-wrapper .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bootstrap-wrapper .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .bootstrap-wrapper .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bootstrap-wrapper .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bootstrap-wrapper .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .bootstrap-wrapper .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .bootstrap-wrapper .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .bootstrap-wrapper .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .bootstrap-wrapper .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .bootstrap-wrapper .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .bootstrap-wrapper .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .bootstrap-wrapper .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .bootstrap-wrapper .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .bootstrap-wrapper .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .bootstrap-wrapper .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .bootstrap-wrapper .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .bootstrap-wrapper .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .bootstrap-wrapper .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .bootstrap-wrapper .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .bootstrap-wrapper .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .bootstrap-wrapper .offset-md-0 {
        margin-left: 0
    }

    .bootstrap-wrapper .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .bootstrap-wrapper .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .bootstrap-wrapper .offset-md-3 {
        margin-left: 25%
    }

    .bootstrap-wrapper .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .bootstrap-wrapper .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .bootstrap-wrapper .offset-md-6 {
        margin-left: 50%
    }

    .bootstrap-wrapper .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .bootstrap-wrapper .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .bootstrap-wrapper .offset-md-9 {
        margin-left: 75%
    }

    .bootstrap-wrapper .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .bootstrap-wrapper .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 992px) {
    .bootstrap-wrapper .col-lg {
        -webkit-flex-basis:0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .bootstrap-wrapper .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .bootstrap-wrapper .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .bootstrap-wrapper .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bootstrap-wrapper .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .bootstrap-wrapper .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bootstrap-wrapper .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bootstrap-wrapper .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .bootstrap-wrapper .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bootstrap-wrapper .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bootstrap-wrapper .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .bootstrap-wrapper .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bootstrap-wrapper .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bootstrap-wrapper .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .bootstrap-wrapper .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .bootstrap-wrapper .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .bootstrap-wrapper .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .bootstrap-wrapper .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .bootstrap-wrapper .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .bootstrap-wrapper .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .bootstrap-wrapper .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .bootstrap-wrapper .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .bootstrap-wrapper .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .bootstrap-wrapper .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .bootstrap-wrapper .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .bootstrap-wrapper .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .bootstrap-wrapper .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .bootstrap-wrapper .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .bootstrap-wrapper .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .bootstrap-wrapper .offset-lg-0 {
        margin-left: 0
    }

    .bootstrap-wrapper .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .bootstrap-wrapper .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .bootstrap-wrapper .offset-lg-3 {
        margin-left: 25%
    }

    .bootstrap-wrapper .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .bootstrap-wrapper .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .bootstrap-wrapper .offset-lg-6 {
        margin-left: 50%
    }

    .bootstrap-wrapper .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .bootstrap-wrapper .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .bootstrap-wrapper .offset-lg-9 {
        margin-left: 75%
    }

    .bootstrap-wrapper .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .bootstrap-wrapper .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 1200px) {
    .bootstrap-wrapper .col-xl {
        -webkit-flex-basis:0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .bootstrap-wrapper .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .bootstrap-wrapper .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .bootstrap-wrapper .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bootstrap-wrapper .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .bootstrap-wrapper .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bootstrap-wrapper .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bootstrap-wrapper .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .bootstrap-wrapper .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bootstrap-wrapper .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bootstrap-wrapper .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .bootstrap-wrapper .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bootstrap-wrapper .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bootstrap-wrapper .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .bootstrap-wrapper .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .bootstrap-wrapper .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .bootstrap-wrapper .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .bootstrap-wrapper .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .bootstrap-wrapper .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .bootstrap-wrapper .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .bootstrap-wrapper .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .bootstrap-wrapper .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .bootstrap-wrapper .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .bootstrap-wrapper .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .bootstrap-wrapper .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .bootstrap-wrapper .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .bootstrap-wrapper .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .bootstrap-wrapper .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .bootstrap-wrapper .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .bootstrap-wrapper .offset-xl-0 {
        margin-left: 0
    }

    .bootstrap-wrapper .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .bootstrap-wrapper .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .bootstrap-wrapper .offset-xl-3 {
        margin-left: 25%
    }

    .bootstrap-wrapper .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .bootstrap-wrapper .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .bootstrap-wrapper .offset-xl-6 {
        margin-left: 50%
    }

    .bootstrap-wrapper .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .bootstrap-wrapper .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .bootstrap-wrapper .offset-xl-9 {
        margin-left: 75%
    }

    .bootstrap-wrapper .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .bootstrap-wrapper .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.bootstrap-wrapper .img-fluid {
    max-width: 100%;
    height: auto
}


.hero--home .hero__content p.intro-text {
    color: #fff;
    font-family: Source Sans Pro, helvetica, sans-serif;
    margin-top: 25px;
    margin-bottom: 25px;
}
.menu .menu-item--collapsed a img {
    vertical-align: middle;
    padding-right: 5px;
}
.menu .menu-item--collapsed a.red {
    background: var(--red--brand);
    margin-left: 10px;
    -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);
}
.menu .menu-item--collapsed a.red:hover {
    text-decoration: none;
    background: var(--yellow--brand);
    color: var(--gray--text);
}
.site-footer__logo {
    display: block;
    text-align: center;
}
.offset-grid.list ul {
    color: #fff;
    font-size: 1.0625rem;
}
.offset-grid.list ul li{
    margin-bottom: 12px;
}

.sidebar-menu  ul ul .menu-item--active-trail a{
    font-weight: 700!important;
}

.slider-brands.team .contentslider .item .h3:hover{
text-decoration: none;
}
.slider-brands.team .contentslider .item .h3:hover h3{
    text-decoration-color: var(--red--brand);
}

.register-button {
    position: fixed;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 30px;
    background-color:#c00; 
    color: white;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 9999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .register-button:hover {
    text-decoration: none;
    background-color:#FF9900; 
  }
  .register-button.visible {
    bottom: 0;
  }

.progressbar{
    position: fixed;
    height: 35px;
    width: 140px;
    bottom: 15px;
    right: -145px;
    background-color: var(--red--brand);
    z-index: 10;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.progressbar:hover{
    background-color: var(--yellow--brand);
    color: var(--gray--text);
}
.progressbar:hover .text{
    color: var(--gray--text);
}
.progressbar.animate{
    right: 15px;
}
.progressbar .text{
    position: absolute;
    bottom: 60px;
    left: 20px;
    top: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transform-origin: left;
    white-space: nowrap;
}
.progressbar a{
    text-decoration: none;
    color: #fff;
}

.uleft {
    padding-left: 25px;
    padding-bottom: 25px;
}

.blocker {
    z-index: 999!important;
}

.card__content h2 {
    text-align: center;
    margin-bottom: 15px!important;
}
.card__content input {
    width: 100%;
    margin-bottom: 10px;
}

.slider-brands.team .contentslider .item a {
    max-height: 210px;
    display: block;
    overflow: hidden; }

.slider-brands .contentslider .owl2-stage-outer {
    direction: ltr; }
.slider-brands .contentslider .item {
    text-align: center;
    padding: 20px 10px; }
.slider-brands .contentslider .item h3{
    text-align: left;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    text-decoration: underline;
    text-decoration-thickness: 0.125rem;
    text-underline-offset: 5px;
    -webkit-text-decoration-color: var(--yellow--brand);
    text-decoration-color: var(--yellow--brand);
    -webkit-transition: -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
}
.slider-brands .contentslider .item span {
    text-align: left;
    display: block;
    color: #fff;
    font-size: 1.0625rem;
}
.slider-brands .contentslider .item a img {
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
.slider-brands .contentslider .item a:hover img {
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
.slider-brands .owl2-nav {
    position: static; }
.slider-brands .owl2-nav .slick-arrow, .slider-brands .owl2-nav .owl2-prev, .slider-brands .owl2-nav .owl2-next {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    z-index: 99;
    font-size: 24px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    font-weight: 400; }
.slider-brands .owl2-nav .slick-arrow:before, .slider-brands .owl2-nav .owl2-prev:before, .slider-brands .owl2-nav .owl2-next:before {
    color: #282828;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    display: block;
    text-indent: 0 !important;
    width: 100%;
    height: 100%;
    font-size: 24px; }
.slider-brands .owl2-nav .slick-arrow.slick-next, .slider-brands .owl2-nav .owl2-prev.slick-next, .slider-brands .owl2-nav .owl2-next.slick-next, .slider-brands .owl2-nav .slick-arrow.owl2-next, .slider-brands .owl2-nav .owl2-prev.owl2-next, .slider-brands .owl2-nav .owl2-next.owl2-next {
    right: -23px;
    left: auto; }
@media (max-width: 767px) {
    .slider-brands .owl2-nav .slick-arrow.slick-next, .slider-brands .owl2-nav .owl2-prev.slick-next, .slider-brands .owl2-nav .owl2-next.slick-next, .slider-brands .owl2-nav .slick-arrow.owl2-next, .slider-brands .owl2-nav .owl2-prev.owl2-next, .slider-brands .owl2-nav .owl2-next.owl2-next {
        right: 5px !important; } }
.slider-brands .owl2-nav .slick-arrow.slick-next:before, .slider-brands .owl2-nav .owl2-prev.slick-next:before, .slider-brands .owl2-nav .owl2-next.slick-next:before, .slider-brands .owl2-nav .slick-arrow.owl2-next:before, .slider-brands .owl2-nav .owl2-prev.owl2-next:before, .slider-brands .owl2-nav .owl2-next.owl2-next:before {
    content: "\f105"; }
.slider-brands .owl2-nav .slick-arrow.slick-prev, .slider-brands .owl2-nav .owl2-prev.slick-prev, .slider-brands .owl2-nav .owl2-next.slick-prev, .slider-brands .owl2-nav .slick-arrow.owl2-prev, .slider-brands .owl2-nav .owl2-prev.owl2-prev, .slider-brands .owl2-nav .owl2-next.owl2-prev {
    left: -23px;
    right: auto; }
@media (max-width: 767px) {
    .slider-brands .owl2-nav .slick-arrow.slick-prev, .slider-brands .owl2-nav .owl2-prev.slick-prev, .slider-brands .owl2-nav .owl2-next.slick-prev, .slider-brands .owl2-nav .slick-arrow.owl2-prev, .slider-brands .owl2-nav .owl2-prev.owl2-prev, .slider-brands .owl2-nav .owl2-next.owl2-prev {
        left: 5px !important; } }
.slider-brands .owl2-nav .slick-arrow.slick-prev:before, .slider-brands .owl2-nav .owl2-prev.slick-prev:before, .slider-brands .owl2-nav .owl2-next.slick-prev:before, .slider-brands .owl2-nav .slick-arrow.owl2-prev:before, .slider-brands .owl2-nav .owl2-prev.owl2-prev:before, .slider-brands .owl2-nav .owl2-next.owl2-prev:before {
    content: "\f104"; }
.slider-brands .owl2-nav .slick-arrow:hover, .slider-brands .owl2-nav .owl2-prev:hover, .slider-brands .owl2-nav .owl2-next:hover {
    border-color: var(--red--brand);
    background-color: var(--red--brand); }
.slider-brands .owl2-nav .slick-arrow:hover:before, .slider-brands .owl2-nav .owl2-prev:hover:before, .slider-brands .owl2-nav .owl2-next:hover:before {
    color: #fff; }


html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92))
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: flex;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::before, .fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container > .carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px
    }
}

.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click, .fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
    animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    animation: .15s ease both fancybox-throwOutDown
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__image {
    transform-origin: 0 0;
    user-select: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: transparent;
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video, .fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    opacity: 0;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, .1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    user-select: none
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

@font-face {
    font-family: 'swiper-icons';
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

:root {
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

:root {
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

:root {
    --red--brand: #CC0000;
    --black: #000000;
    --gray--brand: #76777B;
    --yellow--brand: #FF9900;
    --white: #FFFFFF;
    --gray--text: #222222;
    --gray--hero--backgrounds: #1E1E1E;
    --red--brand--medium: #B70000;
    --gray--interactive-background: #F4F4F4;
    --red--brand--dark: #AC0000;
    --gray--dark: #191919;
    --gray--super-light: #FBFBFB;
    --lines--header--underline: #D4D4D4;
    --logo--gray--line: #6D6E71;
    --overlay--hero--gray: #1E1E1E;
    --overlay--transparent--line: #E4E4E4
}

.global-spacing--4xlarge {
    margin-top: 3.125rem
}

@media print, screen and (min-width: 48.0625em) {
    .global-spacing--4xlarge {
        margin-top: 6.25rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-spacing--4xlarge {
        margin-top: 9.375rem
    }
}

.global-spacing--3xlarge {
    margin-top: 3.125rem
}

@media print, screen and (min-width: 48.0625em) {
    .global-spacing--3xlarge {
        margin-top: 5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-spacing--3xlarge {
        margin-top: 7.5rem
    }
}

.global-spacing--2xlarge {
    margin-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .global-spacing--2xlarge {
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-spacing--2xlarge {
        margin-top: 6.25rem
    }
}

.global-spacing--xlarge {
    margin-top: 2.5rem
}

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

@media print, screen and (min-width: 64.0625em) {
    .global-spacing--xlarge {
        margin-top: 5rem
    }
}

.global-spacing--large {
    margin-top: 2.5rem
}

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

@media print, screen and (min-width: 64.0625em) {
    .global-spacing--large {
        margin-top: 3.75rem
    }
}

.global-spacing--default {
    margin-top: 2.5rem
}

@media print, screen and (min-width: 64.0625em) {
    .global-spacing--default {
        margin-top: 3.125rem
    }
}

.global-spacing--medium {
    margin-top: 1.875rem
}

@media print, screen and (min-width: 64.0625em) {
    .global-spacing--medium {
        margin-top: 2.5rem
    }
}

.global-spacing--small {
    margin-top: 1.25rem
}

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

.global-spacing--xsmall {
    margin-top: 1.25rem
}

.global-spacing--2xsmall {
    margin-top: .9375rem
}

.global-spacing--3xsmall {
    margin-top: .625rem
}

.global-spacing--4xsmall {
    margin-top: .3125rem
}

.negative-spacing--4xlarge {
    margin-top: -3.125rem
}

@media print, screen and (min-width: 48.0625em) {
    .negative-spacing--4xlarge {
        margin-top: -6.25rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .negative-spacing--4xlarge {
        margin-top: -9.375rem
    }
}

.negative-spacing--3xlarge {
    margin-top: -3.125rem
}

@media print, screen and (min-width: 48.0625em) {
    .negative-spacing--3xlarge {
        margin-top: -5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .negative-spacing--3xlarge {
        margin-top: -7.5rem
    }
}

.negative-spacing--2xlarge {
    margin-top: -2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .negative-spacing--2xlarge {
        margin-top: -3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .negative-spacing--2xlarge {
        margin-top: -6.25rem
    }
}

.negative-spacing--xlarge {
    margin-top: -2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .negative-spacing--xlarge {
        margin-top: -3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .negative-spacing--xlarge {
        margin-top: -5rem
    }
}

.negative-spacing--large {
    margin-top: -2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .negative-spacing--large {
        margin-top: -3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .negative-spacing--large {
        margin-top: -3.75rem
    }
}

.negative-spacing--default {
    margin-top: -2.5rem
}

@media print, screen and (min-width: 64.0625em) {
    .negative-spacing--default {
        margin-top: -3.125rem
    }
}

.negative-spacing--medium {
    margin-top: -1.875rem
}

@media print, screen and (min-width: 64.0625em) {
    .negative-spacing--medium {
        margin-top: -2.5rem
    }
}

.negative-spacing--small {
    margin-top: -1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .negative-spacing--small {
        margin-top: -1.875rem
    }
}

.negative-spacing--xsmall {
    margin-top: -1.25rem
}

.negative-spacing--2xsmall {
    margin-top: -.9375rem
}

.negative-spacing--3xsmall {
    margin-top: -.625rem
}

.negative-spacing--4xsmall {
    margin-top: -.3125rem
}

.global-padding--4xlarge {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem
}

@media print, screen and (min-width: 48.0625em) {
    .global-padding--4xlarge {
        padding-top: 6.25rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-padding--4xlarge {
        padding-top: 9.375rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .global-padding--4xlarge {
        padding-bottom: 6.25rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-padding--4xlarge {
        padding-bottom: 9.375rem
    }
}

.global-padding--3xlarge {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem
}

@media print, screen and (min-width: 48.0625em) {
    .global-padding--3xlarge {
        padding-top: 5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-padding--3xlarge {
        padding-top: 7.5rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .global-padding--3xlarge {
        padding-bottom: 5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-padding--3xlarge {
        padding-bottom: 7.5rem
    }
}

.global-padding--2xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .global-padding--2xlarge {
        padding-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-padding--2xlarge {
        padding-top: 6.25rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .global-padding--2xlarge {
        padding-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-padding--2xlarge {
        padding-bottom: 6.25rem
    }
}

.global-padding--xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .global-padding--xlarge {
        padding-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-padding--xlarge {
        padding-top: 5rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .global-padding--xlarge {
        padding-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-padding--xlarge {
        padding-bottom: 5rem
    }
}

.global-padding--large {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .global-padding--large {
        padding-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-padding--large {
        padding-top: 3.75rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .global-padding--large {
        padding-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-padding--large {
        padding-bottom: 3.75rem
    }
}

.global-padding--default {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media print, screen and (min-width: 64.0625em) {
    .global-padding--default {
        padding-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-padding--default {
        padding-bottom: 3.125rem
    }
}

.global-padding--medium {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
}

@media print, screen and (min-width: 64.0625em) {
    .global-padding--medium {
        padding-top: 2.5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-padding--medium {
        padding-bottom: 2.5rem
    }
}

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

@media print, screen and (min-width: 48.0625em) {
    .global-padding--small {
        padding-top: 1.875rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .global-padding--small {
        padding-bottom: 1.875rem
    }
}

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

.global-padding--2xsmall {
    padding-top: .9375rem;
    padding-bottom: .9375rem
}

.global-padding--3xsmall {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.global-padding--4xsmall {
    padding-top: .3125rem;
    padding-bottom: .3125rem
}

.padding-grid--small {
    padding: 1.875rem
}

.padding-grid--medium {
    padding: 2.5rem 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .padding-grid--medium {
        padding: 3.125rem 1.875rem
    }
}

.padding-grid--large {
    padding: 1.875rem
}

@media print, screen and (min-width: 48.0625em) {
    .padding-grid--large {
        padding: 3.125rem 2.5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .padding-grid--large {
        padding: 3.75rem
    }
}

.padding-grid--large--alt {
    padding: 2.5rem 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .padding-grid--large--alt {
        padding: 3.125rem 1.875rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .padding-grid--large--alt {
        padding: 5rem 1.875rem
    }
}

.grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 48.0625em) {
    .grid-container {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 48.0625em) {
    .grid-container.fluid {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.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: 0px;
    min-width: 0px;
    width: 100%
}

.cell.auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.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-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto
}

.grid-x > .initial-shrink, .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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 0px;
        width: auto
    }

    .grid-x > .tiny-shrink, .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 {
        -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.33333%
    }

    .grid-x > .tiny-2 {
        width: 16.66667%
    }

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

    .grid-x > .tiny-4 {
        width: 33.33333%
    }

    .grid-x > .tiny-5 {
        width: 41.66667%
    }

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

    .grid-x > .tiny-7 {
        width: 58.33333%
    }

    .grid-x > .tiny-8 {
        width: 66.66667%
    }

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

    .grid-x > .tiny-10 {
        width: 83.33333%
    }

    .grid-x > .tiny-11 {
        width: 91.66667%
    }

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

@media print, screen and (min-width: 40.0625em) {
    .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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .small-1 {
        width: 8.33333%
    }

    .grid-x > .small-2 {
        width: 16.66667%
    }

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

    .grid-x > .small-4 {
        width: 33.33333%
    }

    .grid-x > .small-5 {
        width: 41.66667%
    }

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

    .grid-x > .small-7 {
        width: 58.33333%
    }

    .grid-x > .small-8 {
        width: 66.66667%
    }

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

    .grid-x > .small-10 {
        width: 83.33333%
    }

    .grid-x > .small-11 {
        width: 91.66667%
    }

    .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 0px;
        width: auto
    }

    .grid-x > .medium-shrink, .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 {
        -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.33333%
    }

    .grid-x > .medium-2 {
        width: 16.66667%
    }

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

    .grid-x > .medium-4 {
        width: 33.33333%
    }

    .grid-x > .medium-5 {
        width: 41.66667%
    }

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

    .grid-x > .medium-7 {
        width: 58.33333%
    }

    .grid-x > .medium-8 {
        width: 66.66667%
    }

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

    .grid-x > .medium-10 {
        width: 83.33333%
    }

    .grid-x > .medium-11 {
        width: 91.66667%
    }

    .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 0px;
        width: auto
    }

    .grid-x > .large-shrink, .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 {
        -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.33333%
    }

    .grid-x > .large-2 {
        width: 16.66667%
    }

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

    .grid-x > .large-4 {
        width: 33.33333%
    }

    .grid-x > .large-5 {
        width: 41.66667%
    }

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

    .grid-x > .large-7 {
        width: 58.33333%
    }

    .grid-x > .large-8 {
        width: 66.66667%
    }

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

    .grid-x > .large-10 {
        width: 83.33333%
    }

    .grid-x > .large-11 {
        width: 91.66667%
    }

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

.grid-margin-x:not(.grid-x) > .cell {
    width: auto
}

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

.grid-margin-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .grid-margin-x {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .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.33333% - 2.5rem)
}

.grid-margin-x > .initial-2 {
    width: calc(16.66667% - 2.5rem)
}

.grid-margin-x > .initial-3 {
    width: calc(25% - 2.5rem)
}

.grid-margin-x > .initial-4 {
    width: calc(33.33333% - 2.5rem)
}

.grid-margin-x > .initial-5 {
    width: calc(41.66667% - 2.5rem)
}

.grid-margin-x > .initial-6 {
    width: calc(50% - 2.5rem)
}

.grid-margin-x > .initial-7 {
    width: calc(58.33333% - 2.5rem)
}

.grid-margin-x > .initial-8 {
    width: calc(66.66667% - 2.5rem)
}

.grid-margin-x > .initial-9 {
    width: calc(75% - 2.5rem)
}

.grid-margin-x > .initial-10 {
    width: calc(83.33333% - 2.5rem)
}

.grid-margin-x > .initial-11 {
    width: calc(91.66667% - 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.33333% - 2.5rem)
    }

    .grid-margin-x > .tiny-2 {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x > .tiny-3 {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x > .tiny-4 {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x > .tiny-5 {
        width: calc(41.66667% - 2.5rem)
    }

    .grid-margin-x > .tiny-6 {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x > .tiny-7 {
        width: calc(58.33333% - 2.5rem)
    }

    .grid-margin-x > .tiny-8 {
        width: calc(66.66667% - 2.5rem)
    }

    .grid-margin-x > .tiny-9 {
        width: calc(75% - 2.5rem)
    }

    .grid-margin-x > .tiny-10 {
        width: calc(83.33333% - 2.5rem)
    }

    .grid-margin-x > .tiny-11 {
        width: calc(91.66667% - 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.33333% - 2.5rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 2.5rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 2.5rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 2.5rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 2.5rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 2.5rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 2.5rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 2.5rem)
    }
}

@media print, screen and (min-width: 48.0625em) {
    .grid-margin-x > .auto {
        width: auto
    }

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

    .grid-margin-x > .initial-1 {
        width: calc(8.33333% - 2.5rem)
    }

    .grid-margin-x > .initial-2 {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x > .initial-3 {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x > .initial-4 {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x > .initial-5 {
        width: calc(41.66667% - 2.5rem)
    }

    .grid-margin-x > .initial-6 {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x > .initial-7 {
        width: calc(58.33333% - 2.5rem)
    }

    .grid-margin-x > .initial-8 {
        width: calc(66.66667% - 2.5rem)
    }

    .grid-margin-x > .initial-9 {
        width: calc(75% - 2.5rem)
    }

    .grid-margin-x > .initial-10 {
        width: calc(83.33333% - 2.5rem)
    }

    .grid-margin-x > .initial-11 {
        width: calc(91.66667% - 2.5rem)
    }

    .grid-margin-x > .initial-12 {
        width: calc(100% - 2.5rem)
    }

    .grid-margin-x > .tiny-auto {
        width: auto
    }

    .grid-margin-x > .tiny-shrink {
        width: auto
    }

    .grid-margin-x > .tiny-1 {
        width: calc(8.33333% - 2.5rem)
    }

    .grid-margin-x > .tiny-2 {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x > .tiny-3 {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x > .tiny-4 {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x > .tiny-5 {
        width: calc(41.66667% - 2.5rem)
    }

    .grid-margin-x > .tiny-6 {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x > .tiny-7 {
        width: calc(58.33333% - 2.5rem)
    }

    .grid-margin-x > .tiny-8 {
        width: calc(66.66667% - 2.5rem)
    }

    .grid-margin-x > .tiny-9 {
        width: calc(75% - 2.5rem)
    }

    .grid-margin-x > .tiny-10 {
        width: calc(83.33333% - 2.5rem)
    }

    .grid-margin-x > .tiny-11 {
        width: calc(91.66667% - 2.5rem)
    }

    .grid-margin-x > .tiny-12 {
        width: calc(100% - 2.5rem)
    }

    .grid-margin-x > .small-auto {
        width: auto
    }

    .grid-margin-x > .small-shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 2.5rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 2.5rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 2.5rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 2.5rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 2.5rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 2.5rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 2.5rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 2.5rem)
    }

    .grid-margin-x > .medium-auto {
        width: auto
    }

    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 2.5rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 2.5rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 2.5rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 2.5rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 2.5rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 2.5rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 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.33333% - 2.5rem)
    }

    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 2.5rem)
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 2.5rem)
    }

    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 2.5rem)
    }

    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 2.5rem)
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 2.5rem)
    }

    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 2.5rem)
    }

    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 2.5rem)
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 2.5rem)
    }

    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 2.5rem)
    }

    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 2.5rem)
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 2.5rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

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

.grid-padding-x > .cell {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .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.33333%
}

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

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

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

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

.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.33333%
    }

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

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

    .tiny-up-6 > .cell {
        width: 16.66667%
    }

    .tiny-up-7 > .cell {
        width: 14.28571%
    }

    .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.33333%
    }

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

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

    .small-up-6 > .cell {
        width: 16.66667%
    }

    .small-up-7 > .cell {
        width: 14.28571%
    }

    .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.33333%
    }

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

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

    .medium-up-6 > .cell {
        width: 16.66667%
    }

    .medium-up-7 > .cell {
        width: 14.28571%
    }

    .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.33333%
    }

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

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

    .large-up-6 > .cell {
        width: 16.66667%
    }

    .large-up-7 > .cell {
        width: 14.28571%
    }

    .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.33333% - 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.66667% - 2.5rem)
}

.grid-margin-x.initial-up-7 > .cell {
    width: calc(14.28571% - 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.33333% - 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.66667% - 2.5rem)
    }

    .grid-margin-x.tiny-up-7 > .cell {
        width: calc(14.28571% - 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.33333% - 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.66667% - 2.5rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 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.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.33333% - 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.66667% - 2.5rem)
    }

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

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

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 2.5rem)
    }

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

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 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.66667% - 2.5rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 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.33333% - 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.66667% - 2.5rem)
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 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.33333%
}

.initial-margin-collapse > .initial-2 {
    width: 16.66667%
}

.initial-margin-collapse > .initial-3 {
    width: 25%
}

.initial-margin-collapse > .initial-4 {
    width: 33.33333%
}

.initial-margin-collapse > .initial-5 {
    width: 41.66667%
}

.initial-margin-collapse > .initial-6 {
    width: 50%
}

.initial-margin-collapse > .initial-7 {
    width: 58.33333%
}

.initial-margin-collapse > .initial-8 {
    width: 66.66667%
}

.initial-margin-collapse > .initial-9 {
    width: 75%
}

.initial-margin-collapse > .initial-10 {
    width: 83.33333%
}

.initial-margin-collapse > .initial-11 {
    width: 91.66667%
}

.initial-margin-collapse > .initial-12 {
    width: 100%
}

@media print, screen and (min-width: 20.0625em) {
    .initial-margin-collapse > .tiny-1 {
        width: 8.33333%
    }

    .initial-margin-collapse > .tiny-2 {
        width: 16.66667%
    }

    .initial-margin-collapse > .tiny-3 {
        width: 25%
    }

    .initial-margin-collapse > .tiny-4 {
        width: 33.33333%
    }

    .initial-margin-collapse > .tiny-5 {
        width: 41.66667%
    }

    .initial-margin-collapse > .tiny-6 {
        width: 50%
    }

    .initial-margin-collapse > .tiny-7 {
        width: 58.33333%
    }

    .initial-margin-collapse > .tiny-8 {
        width: 66.66667%
    }

    .initial-margin-collapse > .tiny-9 {
        width: 75%
    }

    .initial-margin-collapse > .tiny-10 {
        width: 83.33333%
    }

    .initial-margin-collapse > .tiny-11 {
        width: 91.66667%
    }

    .initial-margin-collapse > .tiny-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 40.0625em) {
    .initial-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .initial-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .initial-margin-collapse > .small-3 {
        width: 25%
    }

    .initial-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .initial-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .initial-margin-collapse > .small-6 {
        width: 50%
    }

    .initial-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .initial-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .initial-margin-collapse > .small-9 {
        width: 75%
    }

    .initial-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .initial-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .initial-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 48.0625em) {
    .initial-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .initial-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .initial-margin-collapse > .medium-3 {
        width: 25%
    }

    .initial-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .initial-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .initial-margin-collapse > .medium-6 {
        width: 50%
    }

    .initial-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .initial-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .initial-margin-collapse > .medium-9 {
        width: 75%
    }

    .initial-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .initial-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .initial-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64.0625em) {
    .initial-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .initial-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .initial-margin-collapse > .large-3 {
        width: 25%
    }

    .initial-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .initial-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .initial-margin-collapse > .large-6 {
        width: 50%
    }

    .initial-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .initial-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .initial-margin-collapse > .large-9 {
        width: 75%
    }

    .initial-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .initial-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .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.33333%
    }

    .tiny-margin-collapse > .initial-2 {
        width: 16.66667%
    }

    .tiny-margin-collapse > .initial-3 {
        width: 25%
    }

    .tiny-margin-collapse > .initial-4 {
        width: 33.33333%
    }

    .tiny-margin-collapse > .initial-5 {
        width: 41.66667%
    }

    .tiny-margin-collapse > .initial-6 {
        width: 50%
    }

    .tiny-margin-collapse > .initial-7 {
        width: 58.33333%
    }

    .tiny-margin-collapse > .initial-8 {
        width: 66.66667%
    }

    .tiny-margin-collapse > .initial-9 {
        width: 75%
    }

    .tiny-margin-collapse > .initial-10 {
        width: 83.33333%
    }

    .tiny-margin-collapse > .initial-11 {
        width: 91.66667%
    }

    .tiny-margin-collapse > .initial-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 20.0625em) {
    .tiny-margin-collapse > .tiny-1 {
        width: 8.33333%
    }

    .tiny-margin-collapse > .tiny-2 {
        width: 16.66667%
    }

    .tiny-margin-collapse > .tiny-3 {
        width: 25%
    }

    .tiny-margin-collapse > .tiny-4 {
        width: 33.33333%
    }

    .tiny-margin-collapse > .tiny-5 {
        width: 41.66667%
    }

    .tiny-margin-collapse > .tiny-6 {
        width: 50%
    }

    .tiny-margin-collapse > .tiny-7 {
        width: 58.33333%
    }

    .tiny-margin-collapse > .tiny-8 {
        width: 66.66667%
    }

    .tiny-margin-collapse > .tiny-9 {
        width: 75%
    }

    .tiny-margin-collapse > .tiny-10 {
        width: 83.33333%
    }

    .tiny-margin-collapse > .tiny-11 {
        width: 91.66667%
    }

    .tiny-margin-collapse > .tiny-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 40.0625em) {
    .tiny-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .tiny-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .tiny-margin-collapse > .small-3 {
        width: 25%
    }

    .tiny-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .tiny-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .tiny-margin-collapse > .small-6 {
        width: 50%
    }

    .tiny-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .tiny-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .tiny-margin-collapse > .small-9 {
        width: 75%
    }

    .tiny-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .tiny-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .tiny-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 48.0625em) {
    .tiny-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .tiny-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .tiny-margin-collapse > .medium-3 {
        width: 25%
    }

    .tiny-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .tiny-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .tiny-margin-collapse > .medium-6 {
        width: 50%
    }

    .tiny-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .tiny-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .tiny-margin-collapse > .medium-9 {
        width: 75%
    }

    .tiny-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .tiny-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .tiny-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64.0625em) {
    .tiny-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .tiny-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .tiny-margin-collapse > .large-3 {
        width: 25%
    }

    .tiny-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .tiny-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .tiny-margin-collapse > .large-6 {
        width: 50%
    }

    .tiny-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .tiny-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .tiny-margin-collapse > .large-9 {
        width: 75%
    }

    .tiny-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .tiny-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .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.33333%
    }

    .small-margin-collapse > .initial-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .initial-3 {
        width: 25%
    }

    .small-margin-collapse > .initial-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .initial-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .initial-6 {
        width: 50%
    }

    .small-margin-collapse > .initial-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .initial-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .initial-9 {
        width: 75%
    }

    .small-margin-collapse > .initial-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .initial-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .initial-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 40.0625em) {
    .small-margin-collapse > .tiny-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .tiny-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .tiny-3 {
        width: 25%
    }

    .small-margin-collapse > .tiny-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .tiny-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .tiny-6 {
        width: 50%
    }

    .small-margin-collapse > .tiny-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .tiny-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .tiny-9 {
        width: 75%
    }

    .small-margin-collapse > .tiny-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .tiny-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .tiny-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 40.0625em) {
    .small-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .small-3 {
        width: 25%
    }

    .small-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .small-6 {
        width: 50%
    }

    .small-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .small-9 {
        width: 75%
    }

    .small-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 48.0625em) {
    .small-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .medium-3 {
        width: 25%
    }

    .small-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .medium-6 {
        width: 50%
    }

    .small-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .medium-9 {
        width: 75%
    }

    .small-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64.0625em) {
    .small-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .large-3 {
        width: 25%
    }

    .small-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .large-6 {
        width: 50%
    }

    .small-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .large-9 {
        width: 75%
    }

    .small-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .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.33333%
    }

    .medium-margin-collapse > .initial-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .initial-3 {
        width: 25%
    }

    .medium-margin-collapse > .initial-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .initial-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .initial-6 {
        width: 50%
    }

    .medium-margin-collapse > .initial-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .initial-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .initial-9 {
        width: 75%
    }

    .medium-margin-collapse > .initial-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .initial-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .initial-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 48.0625em) {
    .medium-margin-collapse > .tiny-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .tiny-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .tiny-3 {
        width: 25%
    }

    .medium-margin-collapse > .tiny-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .tiny-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .tiny-6 {
        width: 50%
    }

    .medium-margin-collapse > .tiny-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .tiny-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .tiny-9 {
        width: 75%
    }

    .medium-margin-collapse > .tiny-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .tiny-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .tiny-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 48.0625em) {
    .medium-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .small-3 {
        width: 25%
    }

    .medium-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .small-6 {
        width: 50%
    }

    .medium-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .small-9 {
        width: 75%
    }

    .medium-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 48.0625em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .medium-3 {
        width: 25%
    }

    .medium-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .medium-6 {
        width: 50%
    }

    .medium-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .medium-9 {
        width: 75%
    }

    .medium-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64.0625em) {
    .medium-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .large-3 {
        width: 25%
    }

    .medium-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .large-6 {
        width: 50%
    }

    .medium-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .large-9 {
        width: 75%
    }

    .medium-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .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.33333%
    }

    .large-margin-collapse > .initial-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .initial-3 {
        width: 25%
    }

    .large-margin-collapse > .initial-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .initial-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .initial-6 {
        width: 50%
    }

    .large-margin-collapse > .initial-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .initial-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .initial-9 {
        width: 75%
    }

    .large-margin-collapse > .initial-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .initial-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .initial-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-margin-collapse > .tiny-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .tiny-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .tiny-3 {
        width: 25%
    }

    .large-margin-collapse > .tiny-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .tiny-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .tiny-6 {
        width: 50%
    }

    .large-margin-collapse > .tiny-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .tiny-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .tiny-9 {
        width: 75%
    }

    .large-margin-collapse > .tiny-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .tiny-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .tiny-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .small-3 {
        width: 25%
    }

    .large-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .small-6 {
        width: 50%
    }

    .large-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .small-9 {
        width: 75%
    }

    .large-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .medium-3 {
        width: 25%
    }

    .large-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .medium-6 {
        width: 50%
    }

    .large-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .medium-9 {
        width: 75%
    }

    .large-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .large-3 {
        width: 25%
    }

    .large-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .large-6 {
        width: 50%
    }

    .large-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .large-9 {
        width: 75%
    }

    .large-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .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% + 1.25rem)
}

.initial-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x > .initial-offset-1 {
    margin-left: calc(8.33333% + 1.25rem)
}

.initial-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x > .initial-offset-2 {
    margin-left: calc(16.66667% + 1.25rem)
}

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

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

.initial-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x > .initial-offset-4 {
    margin-left: calc(33.33333% + 1.25rem)
}

.initial-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x > .initial-offset-5 {
    margin-left: calc(41.66667% + 1.25rem)
}

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

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

.initial-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x > .initial-offset-7 {
    margin-left: calc(58.33333% + 1.25rem)
}

.initial-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x > .initial-offset-8 {
    margin-left: calc(66.66667% + 1.25rem)
}

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

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

.initial-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x > .initial-offset-10 {
    margin-left: calc(83.33333% + 1.25rem)
}

.initial-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x > .initial-offset-11 {
    margin-left: calc(91.66667% + 1.25rem)
}

@media print, screen and (min-width: 20.0625em) {
    .tiny-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .tiny-offset-0 {
        margin-left: calc(0% + 1.25rem)
    }

    .tiny-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .tiny-offset-1 {
        margin-left: calc(8.33333% + 1.25rem)
    }

    .tiny-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .tiny-offset-2 {
        margin-left: calc(16.66667% + 1.25rem)
    }

    .tiny-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .tiny-offset-3 {
        margin-left: calc(25% + 1.25rem)
    }

    .tiny-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .tiny-offset-4 {
        margin-left: calc(33.33333% + 1.25rem)
    }

    .tiny-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .tiny-offset-5 {
        margin-left: calc(41.66667% + 1.25rem)
    }

    .tiny-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .tiny-offset-6 {
        margin-left: calc(50% + 1.25rem)
    }

    .tiny-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .tiny-offset-7 {
        margin-left: calc(58.33333% + 1.25rem)
    }

    .tiny-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .tiny-offset-8 {
        margin-left: calc(66.66667% + 1.25rem)
    }

    .tiny-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .tiny-offset-9 {
        margin-left: calc(75% + 1.25rem)
    }

    .tiny-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .tiny-offset-10 {
        margin-left: calc(83.33333% + 1.25rem)
    }

    .tiny-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .tiny-offset-11 {
        margin-left: calc(91.66667% + 1.25rem)
    }
}

@media print, screen and (min-width: 40.0625em) {
    .small-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .small-offset-0 {
        margin-left: calc(0% + 1.25rem)
    }

    .small-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .small-offset-1 {
        margin-left: calc(8.33333% + 1.25rem)
    }

    .small-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .small-offset-2 {
        margin-left: calc(16.66667% + 1.25rem)
    }

    .small-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .small-offset-3 {
        margin-left: calc(25% + 1.25rem)
    }

    .small-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .small-offset-4 {
        margin-left: calc(33.33333% + 1.25rem)
    }

    .small-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .small-offset-5 {
        margin-left: calc(41.66667% + 1.25rem)
    }

    .small-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .small-offset-6 {
        margin-left: calc(50% + 1.25rem)
    }

    .small-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .small-offset-7 {
        margin-left: calc(58.33333% + 1.25rem)
    }

    .small-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .small-offset-8 {
        margin-left: calc(66.66667% + 1.25rem)
    }

    .small-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .small-offset-9 {
        margin-left: calc(75% + 1.25rem)
    }

    .small-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .small-offset-10 {
        margin-left: calc(83.33333% + 1.25rem)
    }

    .small-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .small-offset-11 {
        margin-left: calc(91.66667% + 1.25rem)
    }
}

@media print, screen and (min-width: 48.0625em) {
    .medium-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + 1.25rem)
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + 1.25rem)
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + 1.25rem)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + 1.25rem)
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + 1.25rem)
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + 1.25rem)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + 1.25rem)
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + 1.25rem)
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + 1.25rem)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + 1.25rem)
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + 1.25rem)
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + 1.25rem)
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + 1.25rem)
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + 1.25rem)
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + 1.25rem)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + 1.25rem)
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + 1.25rem)
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + 1.25rem)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + 1.25rem)
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + 1.25rem)
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + 1.25rem)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + 1.25rem)
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + 1.25rem)
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + 1.25rem)
    }
}

.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 {
    width: auto;
    max-width: 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-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto
}

.grid-y > .initial-shrink, .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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-y > .initial-shrink {
    height: auto
}

.grid-y > .initial-1 {
    height: 8.33333%
}

.grid-y > .initial-2 {
    height: 16.66667%
}

.grid-y > .initial-3 {
    height: 25%
}

.grid-y > .initial-4 {
    height: 33.33333%
}

.grid-y > .initial-5 {
    height: 41.66667%
}

.grid-y > .initial-6 {
    height: 50%
}

.grid-y > .initial-7 {
    height: 58.33333%
}

.grid-y > .initial-8 {
    height: 66.66667%
}

.grid-y > .initial-9 {
    height: 75%
}

.grid-y > .initial-10 {
    height: 83.33333%
}

.grid-y > .initial-11 {
    height: 91.66667%
}

.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 0px;
        height: auto
    }

    .grid-y > .tiny-shrink, .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 {
        -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.33333%
    }

    .grid-y > .tiny-2 {
        height: 16.66667%
    }

    .grid-y > .tiny-3 {
        height: 25%
    }

    .grid-y > .tiny-4 {
        height: 33.33333%
    }

    .grid-y > .tiny-5 {
        height: 41.66667%
    }

    .grid-y > .tiny-6 {
        height: 50%
    }

    .grid-y > .tiny-7 {
        height: 58.33333%
    }

    .grid-y > .tiny-8 {
        height: 66.66667%
    }

    .grid-y > .tiny-9 {
        height: 75%
    }

    .grid-y > .tiny-10 {
        height: 83.33333%
    }

    .grid-y > .tiny-11 {
        height: 91.66667%
    }

    .grid-y > .tiny-12 {
        height: 100%
    }
}

@media print, screen and (min-width: 40.0625em) {
    .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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .small-1 {
        height: 8.33333%
    }

    .grid-y > .small-2 {
        height: 16.66667%
    }

    .grid-y > .small-3 {
        height: 25%
    }

    .grid-y > .small-4 {
        height: 33.33333%
    }

    .grid-y > .small-5 {
        height: 41.66667%
    }

    .grid-y > .small-6 {
        height: 50%
    }

    .grid-y > .small-7 {
        height: 58.33333%
    }

    .grid-y > .small-8 {
        height: 66.66667%
    }

    .grid-y > .small-9 {
        height: 75%
    }

    .grid-y > .small-10 {
        height: 83.33333%
    }

    .grid-y > .small-11 {
        height: 91.66667%
    }

    .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 0px;
        height: auto
    }

    .grid-y > .medium-shrink, .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 {
        -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.33333%
    }

    .grid-y > .medium-2 {
        height: 16.66667%
    }

    .grid-y > .medium-3 {
        height: 25%
    }

    .grid-y > .medium-4 {
        height: 33.33333%
    }

    .grid-y > .medium-5 {
        height: 41.66667%
    }

    .grid-y > .medium-6 {
        height: 50%
    }

    .grid-y > .medium-7 {
        height: 58.33333%
    }

    .grid-y > .medium-8 {
        height: 66.66667%
    }

    .grid-y > .medium-9 {
        height: 75%
    }

    .grid-y > .medium-10 {
        height: 83.33333%
    }

    .grid-y > .medium-11 {
        height: 91.66667%
    }

    .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 0px;
        height: auto
    }

    .grid-y > .large-shrink, .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 {
        -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.33333%
    }

    .grid-y > .large-2 {
        height: 16.66667%
    }

    .grid-y > .large-3 {
        height: 25%
    }

    .grid-y > .large-4 {
        height: 33.33333%
    }

    .grid-y > .large-5 {
        height: 41.66667%
    }

    .grid-y > .large-6 {
        height: 50%
    }

    .grid-y > .large-7 {
        height: 58.33333%
    }

    .grid-y > .large-8 {
        height: 66.66667%
    }

    .grid-y > .large-9 {
        height: 75%
    }

    .grid-y > .large-10 {
        height: 83.33333%
    }

    .grid-y > .large-11 {
        height: 91.66667%
    }

    .grid-y > .large-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
}

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

.grid-padding-y > .cell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

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

.grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
}

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

.grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .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.33333% - 2.5rem)
}

.grid-margin-y > .initial-2 {
    height: calc(16.66667% - 2.5rem)
}

.grid-margin-y > .initial-3 {
    height: calc(25% - 2.5rem)
}

.grid-margin-y > .initial-4 {
    height: calc(33.33333% - 2.5rem)
}

.grid-margin-y > .initial-5 {
    height: calc(41.66667% - 2.5rem)
}

.grid-margin-y > .initial-6 {
    height: calc(50% - 2.5rem)
}

.grid-margin-y > .initial-7 {
    height: calc(58.33333% - 2.5rem)
}

.grid-margin-y > .initial-8 {
    height: calc(66.66667% - 2.5rem)
}

.grid-margin-y > .initial-9 {
    height: calc(75% - 2.5rem)
}

.grid-margin-y > .initial-10 {
    height: calc(83.33333% - 2.5rem)
}

.grid-margin-y > .initial-11 {
    height: calc(91.66667% - 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.33333% - 2.5rem)
    }

    .grid-margin-y > .tiny-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y > .tiny-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y > .tiny-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y > .tiny-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y > .tiny-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y > .tiny-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y > .tiny-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y > .tiny-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y > .tiny-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y > .tiny-11 {
        height: calc(91.66667% - 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.33333% - 2.5rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 2.5rem)
    }
}

@media print, screen and (min-width: 48.0625em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .initial-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y > .initial-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y > .initial-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y > .initial-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y > .initial-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y > .initial-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y > .initial-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y > .initial-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y > .initial-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y > .initial-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y > .initial-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y > .initial-12 {
        height: calc(100% - 2.5rem)
    }

    .grid-margin-y > .tiny-auto {
        height: auto
    }

    .grid-margin-y > .tiny-shrink {
        height: auto
    }

    .grid-margin-y > .tiny-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y > .tiny-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y > .tiny-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y > .tiny-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y > .tiny-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y > .tiny-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y > .tiny-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y > .tiny-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y > .tiny-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y > .tiny-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y > .tiny-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y > .tiny-12 {
        height: calc(100% - 2.5rem)
    }

    .grid-margin-y > .small-auto {
        height: auto
    }

    .grid-margin-y > .small-shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 2.5rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 2.5rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 2.5rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 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.33333% - 2.5rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 2.5rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 2.5rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 2.5rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 2.5rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 2.5rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 2.5rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 2.5rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 2.5rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 2.5rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 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
    }
}

: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, .aspect-ratio-frame > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@supports (--css:variables) {
    .aspect-ratio-frame:before {
        padding-bottom: calc(var(--aspect-ratio) * 100%);
        content: ''
    }
}

:root {
    font-size: 16px
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

body {
    margin: 0;
    color: var(--gray--text);
    font-family: "Source Serif Pro", "georgia", serif;
    font-size: 16px
}

main {
    display: block;
    overflow: hidden
}

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

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

iframe {
    max-width: 100%
}

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

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

.clearfix::before, .clearfix::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.clearfix::after {
    clear: both
}

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

.list--no-bullets {
    list-style: none
}

.media--blazy, .media--blazy img {
    opacity: 1 !important
}

[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-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 500;
    font-family: "Source Sans Pro", helvetica, sans-serif;
    border-width: .0625rem;
    border-style: solid;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: .9;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    padding: .9375rem 1.25rem;
    font-weight: 500;
    border-radius: 0
}

[type='text'], [type='text']:before, [type='text']:after, [type='password'], [type='password']:before, [type='password']:after, [type='date'], [type='date']:before, [type='date']:after, [type='datetime'], [type='datetime']:before, [type='datetime']:after, [type='datetime-local'], [type='datetime-local']:before, [type='datetime-local']:after, [type='month'], [type='month']:before, [type='month']:after, [type='week'], [type='week']:before, [type='week']:after, [type='email'], [type='email']:before, [type='email']:after, [type='number'], [type='number']:before, [type='number']:after, [type='search'], [type='search']:before, [type='search']:after, [type='tel'], [type='tel']:before, [type='tel']:after, [type='time'], [type='time']:before, [type='time']:after, [type='url'], [type='url']:before, [type='url']:after, [type='color'], [type='color']:before, [type='color']:after, [type='file'], [type='file']:before, [type='file']:after, [type='image'], [type='image']:before, [type='image']:after, [type='submit'], [type='submit']:before, [type='submit']:after, button, button:before, button:after, textarea, textarea:before, textarea:after, select, select:before, select:after, fieldset, fieldset:before, fieldset:after {
    -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)
}

[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: .6
}

select {
    border-color: var(--lines--header--underline);
    color: var(--gray--text);
    text-transform: none;
    background: #fff;
    padding-top: 1.40625rem;
    padding-bottom: 1.40625rem;
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.125974 1.11445L0.380605 0.859817C0.549162 0.691259 0.821724 0.691259 0.990282 0.859817L7.99798 7.87111L15.0093 0.859817C15.1778 0.691259 15.4504 0.691259 15.619 0.859817L15.8736 1.11445C16.0421 1.283 16.0421 1.55557 15.8736 1.72412L8.30641 9.29488C8.13785 9.46344 7.86529 9.46344 7.69673 9.29488L0.129561 1.72412C-0.0425833 1.55557 -0.0425835 1.283 0.125974 1.11445Z' fill='%23CC0000'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 1em;
    min-height: 4.1875rem;
    line-height: initial
}

select:hover, select:focus {
    border-color: var(--yellow--brand)
}

select:disabled {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.125974 1.11445L0.380605 0.859817C0.549162 0.691259 0.821724 0.691259 0.990282 0.859817L7.99798 7.87111L15.0093 0.859817C15.1778 0.691259 15.4504 0.691259 15.619 0.859817L15.8736 1.11445C16.0421 1.283 16.0421 1.55557 15.8736 1.72412L8.30641 9.29488C8.13785 9.46344 7.86529 9.46344 7.69673 9.29488L0.129561 1.72412C-0.0425833 1.55557 -0.0425835 1.283 0.125974 1.11445Z' fill='%2376777B'/%3E%3C/svg%3E%0A")
}

fieldset {
    border-color: var(--lines--header--underline);
    color: var(--gray--text);
    text-transform: none;
    background: #fff;
    padding-top: 1.40625rem;
    padding-bottom: 1.40625rem;
    font-size: 1rem;
    margin: 0
}

fieldset:hover, fieldset:focus {
    border-color: var(--yellow--brand)
}

button, [type='submit'] {
    font-size: .875rem;
    padding: .9375rem 1.25rem;
    border-color: #c00;
    color: #fff;
    background: #c00;
    margin: 0;
    cursor: pointer;
    border: 0
}

button:before, button:after, [type='submit']:before, [type='submit']:after {
    color: #fff
}

button:hover, [type='submit']:hover {
    color: var(--gray--text);
    border-color: var(--yellow--brand);
    background: var(--yellow--brand)
}

button:hover:before, button:hover:after, [type='submit']:hover:before, [type='submit']:hover:after {
    color: var(--gray--text)
}

button:focus, [type='submit']:focus {
    color: var(--gray--text);
    border-color: #c00;
    background: #fff
}

button:focus:before, button:focus:after, [type='submit']:focus:before, [type='submit']:focus:after {
    color: var(--gray--text)
}

@media print, screen and (min-width: 48.0625em) {
    button, [type='submit'] {
        font-size: 1rem;
        letter-spacing: .005rem;
        padding: 1.875rem 2.5rem
    }
}

.js-validation .cell {
    margin-bottom: 15px;
}

label, legend {
    display: block;
    color: var(--gray--dark);
    font-family: "Source Sans Pro", helvetica, sans-serif;
    font-weight: 600;
}
label.required::before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

[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: var(--lines--header--underline);
    color: var(--gray--text);
    width: 100%;
    text-transform: none;
    background: #fff;
    padding-top: 1.40625rem;
    padding-bottom: 1.40625rem;
    font-size: 1rem;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: initial
}

[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, textarea:hover, textarea:focus {
    border-color: var(--yellow--brand)
}

[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: var(--gray--dark);
    font-family: "Source Sans Pro", helvetica, 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: var(--gray--dark);
    font-family: "Source Sans Pro", helvetica, 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: var(--gray--dark);
    font-family: "Source Sans Pro", helvetica, sans-serif
}

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

[type='checkbox'] + label, [type='radio'] + label {
    display: inline-block;
    margin: 1em 0 1em .25em;
    cursor: pointer;
    vertical-align: middle;
    color: var(--gray--text)
}

[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: var(--gray--interactive-background);
    border-color: var(--lines--header--underline);
    pointer-events: painted;
    cursor: not-allowed
}

[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: var(--red--brand--medium);
    -webkit-box-shadow: 0 0 0 0.0625em var(--red--brand--medium);
    box-shadow: 0 0 0 0.0625em var(--red--brand--medium)
}

.form-actions.global-spacing--small > input[type='submit'] {
    margin-top: 0 !important
}

.days-of-the-week-filter fieldset {
    padding: unset;
    background: unset;
    border: unset
}

.days-of-the-week-filter legend {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    font-weight: 600;
    color: #fff
}

.days-of-the-week-filter .form-checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem
}

.days-of-the-week-filter fieldset .form-item, .days-of-the-week-filter .form-item [type="checkbox"] {
    position: relative;
    margin: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.days-of-the-week-filter .form-item [type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: .0625rem solid var(--lines--header--underline);
    -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);
    top: auto;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.days-of-the-week-filter .form-item [type="checkbox"]:hover {
    background-color: #c00;
    border-color: #c00
}

.days-of-the-week-filter .form-item [type="checkbox"]:hover + label {
    color: #fff
}

.days-of-the-week-filter .form-item [type="checkbox"]:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #c00;
    border-color: #c00
}

.days-of-the-week-filter .form-item [type="checkbox"]:checked + label {
    color: #fff
}

.days-of-the-week-filter .form-item [type='checkbox'] + label {
    margin: 0;
    position: absolute;
    margin: unset;
    border: unset;
    color: inherit
}

.days-of-the-week-filter .form-item [type='checkbox'] + label:before, .days-of-the-week-filter .form-item [type='checkbox'] + label:after {
    display: none !important
}

.webform-submission-form .form-actions {
    margin-top: 1.25rem
}

.offset-grid-container-outer {
    overflow: hidden
}

.offset-grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 48.0625em) {
    .offset-grid-container {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.offset-grid-container .offset-grid {
    max-width: 83.75rem
}

.offset-grid-container [data-offset="right"] {
    margin-left: auto;
    margin-right: 0
}

.offset-grid-container [data-offset="left"] {
    margin-right: auto;
    margin-left: 0
}

.offset-grid-container .grid-container {
    padding: 0;
    max-width: 100%
}

.listing-area__rows--grouped {
    overflow: hidden
}

.offset-grid-container--padded {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: var(--gray--interactive-background);
    position: relative
}

@media print, screen and (min-width: 48.0625em) {
    .offset-grid-container--padded {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media screen and (min-width: 75.0625em) {
    .offset-grid-container--padded {
        padding-left: 3.125rem;
        padding-right: 3.125rem
    }
}

.offset-grid-container--padded:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    width: 200vw;
    background-color: var(--gray--interactive-background)
}

.offset-grid-container--padded:nth-child(even) {
    background-color: transparent
}

.offset-grid-container--padded:nth-child(even):before {
    background-color: transparent
}

.offset-grid-container--padded .offset-grid {
    position: relative;
    z-index: 2
}

.offset-grid-container--padded--border {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
}

@media print, screen and (min-width: 48.0625em) {
    .offset-grid-container--padded--border {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .offset-grid-container--padded--border {
        padding-left: 3.125rem;
        padding-right: 3.125rem
    }
}

.offset-grid-container--padded--border .offset-grid {
    position: relative;
    z-index: 2
}

.global-padding--dark-gray {
    background-color: var(--gray--dark);
    color: #fff
}

.global-padding--dark-gray .section-heading {
    --accent-color: var(--yellow--brand);
    --text-color: #fff
}

.global-padding--dark-gray a::after, .promo a::after {
    color: var(--yellow--brand)
}

.global-spacing:not(.global-padding):not(.hero):last-child, .promo {
    margin-bottom: 3.125rem
}

@media print, screen and (min-width: 48.0625em) {
    .global-spacing:not(.global-padding):not(.hero):last-child, .promo {
        margin-bottom: 5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .global-spacing:not(.global-padding):not(.hero):last-child, .promo {
        margin-bottom: 7.5rem
    }
    .komanda .global-spacing:not(.global-padding):not(.hero):last-child, .promo {
        margin-bottom: 4.5rem;
    }
}

.slanted-background-section {
    position: relative
}

@media print, screen and (min-width: 48.0625em) {
    .slanted-background-section {
        padding-top: 12.5rem;
        padding-bottom: 12.5rem
    }
}

.slanted-background {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1
}

@media print, screen and (min-width: 48.0625em) {
    .slanted-background {
        -webkit-clip-path: polygon(0 80px, 100% 0%, 100% calc(100% - 80px), 0% 100%);
        clip-path: polygon(0 80px, 100% 0%, 100% calc(100% - 80px), 0% 100%)
    }
    .komanda .slanted-background {
        -webkit-clip-path: none;
        clip-path: none;
    }
}

.slanted-background--gray {
    background-color: var(--gray--interactive-background)
}

.slanted-background--gray--dark {
    background-color: var(--gray--dark)
}

.wysiwyg-block:last-child {
    padding-bottom: 3.125rem
}

@media print, screen and (min-width: 48.0625em) {
    .wysiwyg-block:last-child {
        padding-bottom: 5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .wysiwyg-block:last-child {
        padding-bottom: 7.5rem
    }
}

table {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 2.5rem;
    border-collapse: collapse;
    border-top: 1px solid var(--gray--interactive-background)
}

table[align='left'] {
    float: none
}

@media print, screen and (min-width: 48.0625em) {
    table[align='left'] {
        float: left;
        margin-right: 2em
    }
}

table[align='right'] {
    float: none
}

@media print, screen and (min-width: 48.0625em) {
    table[align='right'] {
        float: right;
        margin-left: 2em
    }
}

thead, tbody {
    vertical-align: top
}

thead {
    color: #fff;
    border-right: 1px solid var(--gray--interactive-background);
    border-left: 1px solid var(--gray--interactive-background)
}

tbody {
    border-top: 0;
    border-left: 1px solid var(--gray--interactive-background)
}

tr {
    border-bottom: 1px solid var(--gray--interactive-background)
}

th {
    border-right: 1px solid var(--gray--interactive-background);
    border-bottom: 0;
    background: var(--red--brand--medium);
    color: #fff;
    font-weight: 700
}

td, th {
    padding: .9375rem;
    text-align: left
}

td {
    border-right: 1px solid var(--gray--interactive-background)
}

@media screen and (max-width: 64.06125em) {
    .mobile-table {
        margin-bottom: 2.5rem
    }

    .mobile-table--scroll {
        overflow-y: scroll
    }
}

.mobile-table table {
    -webkit-box-shadow: none;
    box-shadow: none
}

.mobile-table--scroll {
    overflow-y: scroll;
    -webkit-transition: -webkit-box-shadow 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: -webkit-box-shadow 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: box-shadow 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: box-shadow 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97), -webkit-box-shadow 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    -webkit-box-shadow: inset -1px 0 .06667px rgba(255, 255, 255, 0.05), inset -2px 0 .13333px rgba(255, 255, 255, 0.05), inset -3px 0 .2px rgba(255, 255, 255, 0.05), inset -4px 0 .26667px rgba(255, 255, 255, 0.05), inset -5px 0 .33333px rgba(255, 255, 255, 0.05), inset -6px 0 .4px rgba(255, 255, 255, 0.05), inset -7px 0 .46667px rgba(255, 255, 255, 0.05), inset -8px 0 .53333px rgba(255, 255, 255, 0.05), inset -9px 0 .6px rgba(255, 255, 255, 0.05), inset -10px 0 .66667px rgba(255, 255, 255, 0.05), inset -11px 0 .73333px rgba(255, 255, 255, 0.05), inset -12px 0 .8px rgba(255, 255, 255, 0.05), inset -13px 0 .86667px rgba(255, 255, 255, 0.05), inset -14px 0 .93333px rgba(255, 255, 255, 0.05), inset -15px 0 1px rgba(255, 255, 255, 0.05), inset -16px 0 1.06667px rgba(255, 255, 255, 0.05), inset -17px 0 1.13333px rgba(255, 255, 255, 0.05), inset -18px 0 1.2px rgba(255, 255, 255, 0.05), inset -19px 0 1.26667px rgba(255, 255, 255, 0.05), inset -20px 0 1.33333px rgba(255, 255, 255, 0.05), inset -21px 0 1.4px rgba(255, 255, 255, 0.05), inset -22px 0 1.46667px rgba(255, 255, 255, 0.05), inset -23px 0 1.53333px rgba(255, 255, 255, 0.05), inset -24px 0 1.6px rgba(255, 255, 255, 0.05), inset -25px 0 1.66667px rgba(255, 255, 255, 0.05), inset -26px 0 1.73333px rgba(255, 255, 255, 0.05), inset -27px 0 1.8px rgba(255, 255, 255, 0.05), inset -28px 0 1.86667px rgba(255, 255, 255, 0.05), inset -29px 0 1.93333px rgba(255, 255, 255, 0.05), inset -30px 0 2px rgba(255, 255, 255, 0.05), inset -31px 0 2.06667px rgba(255, 255, 255, 0.05), inset -32px 0 2.13333px rgba(255, 255, 255, 0.05), inset -33px 0 2.2px rgba(255, 255, 255, 0.05), inset -34px 0 2.26667px rgba(255, 255, 255, 0.05), inset -35px 0 2.33333px rgba(255, 255, 255, 0.05), inset -36px 0 2.4px rgba(255, 255, 255, 0.05), inset -37px 0 2.46667px rgba(255, 255, 255, 0.05), inset -38px 0 2.53333px rgba(255, 255, 255, 0.05), inset -39px 0 2.6px rgba(255, 255, 255, 0.05), inset -40px 0 2.66667px rgba(255, 255, 255, 0.05), inset -41px 0 2.73333px rgba(255, 255, 255, 0.05), inset -42px 0 2.8px rgba(255, 255, 255, 0.05), inset -43px 0 2.86667px rgba(255, 255, 255, 0.05), inset -44px 0 2.93333px rgba(255, 255, 255, 0.05), inset -45px 0 3px rgba(255, 255, 255, 0.05), inset -46px 0 3.06667px rgba(255, 255, 255, 0.05), inset -47px 0 3.13333px rgba(255, 255, 255, 0.05), inset -48px 0 3.2px rgba(255, 255, 255, 0.05), inset -49px 0 3.26667px rgba(255, 255, 255, 0.05), inset -50px 0 3.33333px rgba(255, 255, 255, 0.05), inset -51px 0 3.4px rgba(255, 255, 255, 0.05), inset -52px 0 3.46667px rgba(255, 255, 255, 0.05), inset -53px 0 3.53333px rgba(255, 255, 255, 0.05), inset -54px 0 3.6px rgba(255, 255, 255, 0.05), inset -55px 0 3.66667px rgba(255, 255, 255, 0.05), inset -56px 0 3.73333px rgba(255, 255, 255, 0.05), inset -57px 0 3.8px rgba(255, 255, 255, 0.05), inset -58px 0 3.86667px rgba(255, 255, 255, 0.05), inset -59px 0 3.93333px rgba(255, 255, 255, 0.05), inset -60px 0 4px rgba(255, 255, 255, 0.05), inset -61px 0 4.06667px rgba(255, 255, 255, 0.05), inset -62px 0 4.13333px rgba(255, 255, 255, 0.05), inset -63px 0 4.2px rgba(255, 255, 255, 0.05), inset -64px 0 4.26667px rgba(255, 255, 255, 0.05), inset -65px 0 4.33333px rgba(255, 255, 255, 0.05), inset -66px 0 4.4px rgba(255, 255, 255, 0.05), inset -67px 0 4.46667px rgba(255, 255, 255, 0.05), inset -68px 0 4.53333px rgba(255, 255, 255, 0.05), inset -69px 0 4.6px rgba(255, 255, 255, 0.05), inset -70px 0 4.66667px rgba(255, 255, 255, 0.05), inset -71px 0 4.73333px rgba(255, 255, 255, 0.05), inset -72px 0 4.8px rgba(255, 255, 255, 0.05), inset -73px 0 4.86667px rgba(255, 255, 255, 0.05), inset -74px 0 4.93333px rgba(255, 255, 255, 0.05), inset -75px 0 5px rgba(255, 255, 255, 0.05);
    box-shadow: inset -1px 0 .06667px rgba(255, 255, 255, 0.05), inset -2px 0 .13333px rgba(255, 255, 255, 0.05), inset -3px 0 .2px rgba(255, 255, 255, 0.05), inset -4px 0 .26667px rgba(255, 255, 255, 0.05), inset -5px 0 .33333px rgba(255, 255, 255, 0.05), inset -6px 0 .4px rgba(255, 255, 255, 0.05), inset -7px 0 .46667px rgba(255, 255, 255, 0.05), inset -8px 0 .53333px rgba(255, 255, 255, 0.05), inset -9px 0 .6px rgba(255, 255, 255, 0.05), inset -10px 0 .66667px rgba(255, 255, 255, 0.05), inset -11px 0 .73333px rgba(255, 255, 255, 0.05), inset -12px 0 .8px rgba(255, 255, 255, 0.05), inset -13px 0 .86667px rgba(255, 255, 255, 0.05), inset -14px 0 .93333px rgba(255, 255, 255, 0.05), inset -15px 0 1px rgba(255, 255, 255, 0.05), inset -16px 0 1.06667px rgba(255, 255, 255, 0.05), inset -17px 0 1.13333px rgba(255, 255, 255, 0.05), inset -18px 0 1.2px rgba(255, 255, 255, 0.05), inset -19px 0 1.26667px rgba(255, 255, 255, 0.05), inset -20px 0 1.33333px rgba(255, 255, 255, 0.05), inset -21px 0 1.4px rgba(255, 255, 255, 0.05), inset -22px 0 1.46667px rgba(255, 255, 255, 0.05), inset -23px 0 1.53333px rgba(255, 255, 255, 0.05), inset -24px 0 1.6px rgba(255, 255, 255, 0.05), inset -25px 0 1.66667px rgba(255, 255, 255, 0.05), inset -26px 0 1.73333px rgba(255, 255, 255, 0.05), inset -27px 0 1.8px rgba(255, 255, 255, 0.05), inset -28px 0 1.86667px rgba(255, 255, 255, 0.05), inset -29px 0 1.93333px rgba(255, 255, 255, 0.05), inset -30px 0 2px rgba(255, 255, 255, 0.05), inset -31px 0 2.06667px rgba(255, 255, 255, 0.05), inset -32px 0 2.13333px rgba(255, 255, 255, 0.05), inset -33px 0 2.2px rgba(255, 255, 255, 0.05), inset -34px 0 2.26667px rgba(255, 255, 255, 0.05), inset -35px 0 2.33333px rgba(255, 255, 255, 0.05), inset -36px 0 2.4px rgba(255, 255, 255, 0.05), inset -37px 0 2.46667px rgba(255, 255, 255, 0.05), inset -38px 0 2.53333px rgba(255, 255, 255, 0.05), inset -39px 0 2.6px rgba(255, 255, 255, 0.05), inset -40px 0 2.66667px rgba(255, 255, 255, 0.05), inset -41px 0 2.73333px rgba(255, 255, 255, 0.05), inset -42px 0 2.8px rgba(255, 255, 255, 0.05), inset -43px 0 2.86667px rgba(255, 255, 255, 0.05), inset -44px 0 2.93333px rgba(255, 255, 255, 0.05), inset -45px 0 3px rgba(255, 255, 255, 0.05), inset -46px 0 3.06667px rgba(255, 255, 255, 0.05), inset -47px 0 3.13333px rgba(255, 255, 255, 0.05), inset -48px 0 3.2px rgba(255, 255, 255, 0.05), inset -49px 0 3.26667px rgba(255, 255, 255, 0.05), inset -50px 0 3.33333px rgba(255, 255, 255, 0.05), inset -51px 0 3.4px rgba(255, 255, 255, 0.05), inset -52px 0 3.46667px rgba(255, 255, 255, 0.05), inset -53px 0 3.53333px rgba(255, 255, 255, 0.05), inset -54px 0 3.6px rgba(255, 255, 255, 0.05), inset -55px 0 3.66667px rgba(255, 255, 255, 0.05), inset -56px 0 3.73333px rgba(255, 255, 255, 0.05), inset -57px 0 3.8px rgba(255, 255, 255, 0.05), inset -58px 0 3.86667px rgba(255, 255, 255, 0.05), inset -59px 0 3.93333px rgba(255, 255, 255, 0.05), inset -60px 0 4px rgba(255, 255, 255, 0.05), inset -61px 0 4.06667px rgba(255, 255, 255, 0.05), inset -62px 0 4.13333px rgba(255, 255, 255, 0.05), inset -63px 0 4.2px rgba(255, 255, 255, 0.05), inset -64px 0 4.26667px rgba(255, 255, 255, 0.05), inset -65px 0 4.33333px rgba(255, 255, 255, 0.05), inset -66px 0 4.4px rgba(255, 255, 255, 0.05), inset -67px 0 4.46667px rgba(255, 255, 255, 0.05), inset -68px 0 4.53333px rgba(255, 255, 255, 0.05), inset -69px 0 4.6px rgba(255, 255, 255, 0.05), inset -70px 0 4.66667px rgba(255, 255, 255, 0.05), inset -71px 0 4.73333px rgba(255, 255, 255, 0.05), inset -72px 0 4.8px rgba(255, 255, 255, 0.05), inset -73px 0 4.86667px rgba(255, 255, 255, 0.05), inset -74px 0 4.93333px rgba(255, 255, 255, 0.05), inset -75px 0 5px rgba(255, 255, 255, 0.05);
    margin-right: -1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .mobile-table--scroll {
        margin-right: -1.25rem
    }
}

.mobile-table--scroll.scrolled {
    -webkit-box-shadow: none;
    box-shadow: none
}

.mobile-table--scroll.scrolled table {
    z-index: 1
}

.mobile-table--scroll table {
    position: relative;
    z-index: -1
}

h1, .h1 {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1.1
}

@media print, screen and (min-width: 48.0625em) {
    h1, .h1 {
        font-size: 3.4375rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    h1, .h1 {
        font-size: 4.375rem
    }
}

h2, .h2 {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0
}

@media print, screen and (min-width: 48.0625em) {
    h2, .h2 {
        font-size: 2.5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    h2, .h2 {
        font-size: 2.75rem
    }
}

h3, .h3 {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.33
}

@media print, screen and (min-width: 48.0625em) {
    h3, .h3 {
        font-size: 1.5rem
    }
}

h4, .h4 {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5
}

@media print, screen and (min-width: 48.0625em) {
    h4, .h4 {
        font-size: 1.25rem
    }
}

h5, .h5 {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: none
}

@media print, screen and (min-width: 48.0625em) {
    h5, .h5 {
        font-size: 1.125rem
    }
}

h6, .h6 {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: none
}

p, .p {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75
}

.eyebrow {
    font-size: .875rem;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .04375rem
}

@media print, screen and (min-width: 48.0625em) {
    .eyebrow {
        font-size: 1rem;
        letter-spacing: .2rem
    }
}

.eyebrow--small {
    font-size: .875rem;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600
}

@media print, screen and (min-width: 48.0625em) {
    .eyebrow--small {
        letter-spacing: .175rem
    }
}

.h1--large {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 2.625rem;
    font-weight: 900;
    line-height: 1.1
}

@media print, screen and (min-width: 48.0625em) {
    .h1--large {
        font-size: 4.5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .h1--large {
        font-size: 6.875rem
    }
}

.h2--large {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0
}

@media print, screen and (min-width: 48.0625em) {
    .h2--large {
        font-size: 2.5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .h2--large {
        font-size: 3.75rem
    }
}

.h2--small {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0
}

@media print, screen and (min-width: 48.0625em) {
    .h2--small {
        font-size: 2.0625rem
    }
}

.h3--small {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.33
}

.blockquote--slider {
    font-family: Source Serif Pro, georgia, serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.27
}

@media print, screen and (min-width: 64.0625em) {
    .blockquote--slider {
        font-size: 2.75rem
    }
}

.stat {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1
}

@media print, screen and (min-width: 48.0625em) {
    .stat {
        font-size: 4rem
    }
}

.stat--small {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1
}

.intro-text, .intro-text p {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.63;
    font-family: Source Serif Pro, georgia, serif
}

.intro-text.intro-text--large, .intro-text--large, .intro-text--large p {
    font-size: 1.0625rem;
    font-weight: 300;
    line-height: 1.63;
    font-family: Source Serif Pro, georgia, serif
}

@media print, screen and (min-width: 64.0625em) {
    .intro-text.intro-text--large, .intro-text--large, .intro-text--large p {
        font-size: 1.75rem
    }
}

.small-text {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6
}

a {
    text-decoration: none;
    color: #c00
}

a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

a::after {
    color: var(--gray--text)
}

em {
    font-style: italic
}

b, strong {
    font-weight: 700
}

blockquote {
    position: relative;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.125rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    text-align: center
}

@media print, screen and (min-width: 48.0625em) {
    blockquote {
        margin-top: 5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    blockquote {
        margin-top: 7.5rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    blockquote {
        padding-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    blockquote {
        padding-top: 5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    blockquote {
        padding-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    blockquote {
        padding-left: 3.125rem;
        padding-right: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    blockquote {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }
}

blockquote p {
    font-family: Source Serif Pro, georgia, serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.52;
    font-style: italic
}

@media print, screen and (min-width: 64.0625em) {
    blockquote p {
        font-size: 1.75rem
    }
}

blockquote p:first-child {
    margin-top: 0
}

blockquote:before {
    content: '\201C';
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 3.75rem;
    height: 3.75rem;
    color: #fff;
    font-family: "Source Serif Pro", "georgia", serif;
    font-weight: 900;
    line-height: 1;
    font-size: 3.125rem;
    display: block;
    text-align: center;
    background: var(--yellow--brand);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.21875rem
}

@media print, screen and (min-width: 48.0625em) {
    blockquote:before {
        width: 5rem;
        height: 5rem;
        font-size: 5rem;
        padding: 1.46875rem
    }
}

blockquote .quotee {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    font-family: "Source Sans Pro", helvetica, sans-serif
}

hr {
    all: unset;
    height: .125rem;
    display: block;
    background-color: var(--lines--header--underline);
    width: 100%;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: -webkit-transform 1.2s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: transform 1.2s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: transform 1.2s cubic-bezier(0.82, 0.06, 0.14, 0.97), -webkit-transform 1.2s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    -webkit-transform-origin: left;
    transform-origin: left;
    margin-top: 1.25rem
}

hr.oho-animate--ready {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: none;
    transition: none
}

ol, ul, li {
    margin: 0;
    padding: 0
}

.wysiwyg li, .cke_editable li {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75
}

ol {
    margin-top: 1.875rem;
    padding-left: 0;
    list-style: none;
    counter-reset: li
}

@media print, screen and (min-width: 64.0625em) {
    ol {
        margin-top: 2.5rem
    }
}

ol > li {
    position: relative;
    padding-left: 1.25rem;
    counter-increment: li
}

@media print, screen and (min-width: 48.0625em) {
    ol > li {
        padding-left: 1.875rem
    }
}

ol > li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: counter(li) ".";
    color: var(--gray--text);
    font-size: calc(100% + 1px);
    line-height: 1.6
}

.wysiwyg ul > li, .section--wysiwyg ul > li, .cke_editable ul > li {
    position: relative;
    padding-left: 1.25rem;
    list-style: none
}

.wysiwyg ul > li:before, .section--wysiwyg ul > li:before, .cke_editable ul > li:before {
    content: "\2022";
    position: absolute;
    top: 0;
    left: 0
}

.list--comma-separate ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Source Sans Pro", helvetica, sans-serif
}

.list--comma-separate li {
    display: inline-block
}

.list--comma-separate li:not(:last-child) {
    margin-right: .25em
}

.list--comma-separate li:nth-last-child(n+2):after {
    content: ','
}

.list--pipe-separate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.list--pipe-separate li {
    display: inline-block
}

.list--pipe-separate li:not(:last-child)::after {
    content: '|';
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    color: var(--gray--brand)
}

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

.link--gray-underline, .sidebar-menu h4 a, .news-section h3 a, .related-news h3 a, .events h3 a {
    color: var(--gray--text);
    text-decoration: underline;
    text-decoration-thickness: .125rem;
    text-underline-offset: 5px;
    -webkit-text-decoration-color: var(--lines--header--underline);
    text-decoration-color: var(--lines--header--underline);
    -webkit-transition: -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98)
}

.link--gray-underline:hover, .sidebar-menu h4 a:hover, .news-section h3 a:hover, .related-news h3 a:hover, .events h3 a:hover {
    -webkit-text-decoration-color: #c00;
    text-decoration-color: #c00
}

.link--gray-underline:focus, .sidebar-menu h4 a:focus, .news-section h3 a:focus, .related-news h3 a:focus, .events h3 a:focus {
    -webkit-text-decoration-color: var(--yellow--brand);
    text-decoration-color: var(--yellow--brand)
}

.link--yellow-underline, .oho-alert:not(.message-type--notice) p a, .promo a:not(.btn) {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: .125rem;
    text-underline-offset: 5px;
    -webkit-text-decoration-color: var(--yellow--brand);
    text-decoration-color: var(--yellow--brand);
    -webkit-transition: -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98)
}

.link--yellow-underline:hover, .oho-alert:not(.message-type--notice) p a:hover, .promo a:hover:not(.btn) {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

.link--yellow-underline:focus, .oho-alert:not(.message-type--notice) p a:focus, .promo a:focus:not(.btn) {
    -webkit-text-decoration-color: var(--gray--text);
    text-decoration-color: var(--gray--text)
}

[href*="mailto:"] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

time {
    font-family: "Source Sans Pro", helvetica, sans-serif
}

.fal span, .far span, .fas span, .fab span {
    font-weight: initial
}

.video-play-button {
    position: absolute;
    z-index: 4;
    bottom: 6.25rem;
    right: 2.5rem;
    padding: 0;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-play-button:after {
    content: "\f04b";
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.875rem;
    font-weight: 300
}

.video-playing .video-play-button:after {
    content: "\f04c"
}

@media screen and (max-width: 48.06125em) {
    .video-play-button {
        display: none
    }
}

.play-button {
    position: absolute;
    width: 6.25rem;
    height: 6.25rem;
    -webkit-transition: -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.play-button .triangle {
    fill: #fff;
    -webkit-transition: fill 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: fill 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98)
}

.play-button .circle {
    fill: var(--gray--text);
    -webkit-transition: fill 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: fill 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    opacity: .8
}

@media print, screen and (min-width: 48.0625em) {
    .play-button {
        width: 8.125rem;
        height: 8.125rem
    }
}

a:hover .play-button, a:focus .play-button {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

a:hover .play-button .triangle {
    fill: #fff
}

a:hover .play-button .circle {
    fill: #c00
}

a:focus .play-button .triangle {
    fill: var(--yellow--brand)
}

a:focus .play-button .circle {
    fill: var(--gray--text)
}

.responsive-video-iframe {
    position: relative
}

.responsive-video-iframe::before {
    display: block;
    padding-bottom: calc(.5625 * 100%);
    content: ''
}

.responsive-video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wysiwyg .align-center .responsive-video-iframe {
    min-width: 100%
}

.wysiwyg .align-left .responsive-video-iframe, .wysiwyg .align-right .responsive-video-iframe {
    min-width: 300px
}

body {
    font-family: "Source Sans Pro", helvetica, sans-serif
}

.intro-text {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.63;
    font-family: Source Serif Pro, georgia, serif
}

.align-right, .obj-right {
    float: none;
    margin: 1.875rem 0
}

@media print, screen and (min-width: 48.0625em) {
    .align-right, .obj-right {
        float: right;
        margin: 2.5rem 0 1.25rem 1.25rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .align-right, .obj-right {
        margin: 2.5rem 0 1.875rem 1.875rem
    }
}

.align-right img, .obj-right img {
    display: block
}

.align-left, .obj-left {
    float: none;
    margin: 1.875rem 0
}

@media print, screen and (min-width: 48.0625em) {
    .align-left, .obj-left {
        float: left;
        margin: 2.5rem 1.25rem 1.25rem 0
    }
}

@media print, screen and (min-width: 64.0625em) {
    .align-left, .obj-left {
        margin: 2.5rem 1.875rem 1.875rem 0
    }
}

.align-left img, .obj-left img {
    display: block
}

.align-center.embedded-entity {
    width: 100%
}

.align-center, .obj-center {
    display: table;
    margin: 2.5rem auto;
    display: table
}

.align-center img, .obj-center img {
    display: block;
    margin: auto
}

.align-center figcaption, .obj-center figcaption {
    display: table-caption;
    position: relative;
    padding-bottom: .9375rem
}

.align-center figcaption:after, .obj-center figcaption:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: .0625rem;
    width: 3.125rem;
    border-bottom: 1px solid var(--gray--brand)
}

[data-embed-button='ohou_media_embed'] .video-embed-field-responsive-video, [data-embed-button='ohou_media_embed'] .responsive-video-iframe {
    width: 100%
}

figure.align-center, figure.obj-center, .align-center, .obj-center {
    display: table
}

article.align-center img {
    margin-right: auto;
    margin-left: auto
}

.wysiwyg figure:not(.align-left):not(.align-right):not(.align-center) {
    margin-right: 0;
    margin-left: 0
}

figure.align-left, figure.obj-left, figure.align-right, figure.obj-right, .align-left, .obj-left, .align-right, .obj-right {
    display: inline-block
}

figure.align-left .responsive-video-iframe, figure.align-left .video-embed-field-responsive-video, figure.obj-left .responsive-video-iframe, figure.obj-left .video-embed-field-responsive-video, figure.align-right .responsive-video-iframe, figure.align-right .video-embed-field-responsive-video, figure.obj-right .responsive-video-iframe, figure.obj-right .video-embed-field-responsive-video, .align-left .responsive-video-iframe, .align-left .video-embed-field-responsive-video, .obj-left .responsive-video-iframe, .obj-left .video-embed-field-responsive-video, .align-right .responsive-video-iframe, .align-right .video-embed-field-responsive-video, .obj-right .responsive-video-iframe, .obj-right .video-embed-field-responsive-video {
    min-width: 250px
}

figure.align-right, figure.alignright, figure.obj-right, figure.align-left, figure.alignleft, figure.obj-left {
    display: table
}

figure.align-right figcaption, figure.alignright figcaption, figure.obj-right figcaption, figure.align-left figcaption, figure.alignleft figcaption, figure.obj-left figcaption {
    display: table-caption
}

.align-center .embedded-entity:not([class*='align-']), .align-right .embedded-entity:not([class*='align-']), .align-left .embedded-entity:not([class*='align-']) {
    margin: 0
}

.embedded-entity {
    position: relative
}

.elf-img {
    display: block
}

.elf-img:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 4;
    font-size: 40px;
    height: 40px;
    margin: auto;
    width: 40px;
    color: white;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7)
}

figcaption {
    font-size: .875rem;
    font-style: italic;
    line-height: 1.75;
    font-weight: 400;
    font-family: Source Sans Pro, helvetica, sans-serif;
    margin-top: .5em;
    caption-side: bottom;
    color: var(--gray--dark)
}

.listing-area__rows-items.alumni li.listing-area__rows-items__profile {
    width: 33.333%;
}
.listing-area__rows-items.alumni figure{
    margin-right: 15px;
    min-width: 130px;
    max-height: 130px;
    overflow: hidden;
}

.wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg .section--wysiwyg li, .wysiwyg .cke_editable li, .wysiwyg .intro-text, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg .link-arrow {
    margin-top: 1.25rem;
    margin-bottom: 0
}

@media print, screen and (min-width: 48.0625em) {
    .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg .section--wysiwyg li, .wysiwyg .cke_editable li, .wysiwyg .intro-text, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg .link-arrow {
        margin-top: 1.875rem
    }
}

.wysiwyg .intro-text {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .wysiwyg .intro-text {
        margin-top: 1.875rem
    }
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg .mobile-table, .wysiwyg ol, .wysiwyg ul {
    margin-top: 1.875rem
}

@media print, screen and (min-width: 64.0625em) {
    .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg .mobile-table, .wysiwyg ol, .wysiwyg ul {
        margin-top: 2.5rem
    }
}

.wysiwyg h2:first-child, .wysiwyg h3:first-child, .wysiwyg h4:first-child, .wysiwyg h5:first-child, .wysiwyg h6:first-child, .wysiwyg .mobile-table:first-child, .wysiwyg ol:first-child, .wysiwyg ul:first-child {
    margin-top: 0
}

.wysiwyg .btn {
    font-size: 1.175rem;
    padding: .9375rem 1.25rem
}

.wysiwyg .btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem .9375rem
}

.wysiwyg p .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.wysiwyg p .btn.btn--centered {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    display: table
}

.wysiwyg p + ul, .wysiwyg p + ol {
    margin-top: .9375rem
}

.wysiwyg blockquote .quotee {
    margin-top: .9375rem
}

.wysiwyg blockquote + * {
    margin-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .wysiwyg blockquote + * {
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .wysiwyg blockquote + * {
        margin-top: 6.25rem
    }
}

.mobile-table {
    padding: 0
}

.mobile-table table {
    margin: 0
}

.section--wysiwyg ol ol, .section--wysiwyg ol ul, .section--wysiwyg ul ol, .section--wysiwyg ul ul, .wysiwyg ol ol, .wysiwyg ol ul, .wysiwyg ul ol, .wysiwyg ul ul {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .section--wysiwyg ol ol, .section--wysiwyg ol ul, .section--wysiwyg ul ol, .section--wysiwyg ul ul, .wysiwyg ol ol, .wysiwyg ol ul, .wysiwyg ul ol, .wysiwyg ul ul {
        margin-top: 1.875rem
    }
}

.section--wysiwyg li, .wysiwyg li {
    margin-top: 0.55rem
}

.wysiwyg-block {
    position: relative;
    z-index: 4
}

.wysiwyg-block .grid-container {
    position: relative;
    z-index: 2
}

.wysiwyg-block .accordions {
    margin-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .wysiwyg-block .accordions {
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .wysiwyg-block .accordions {
        margin-top: 3.75rem
    }
}

.wysiwyg-block .accordions .grid-container {
    padding: 0
}

.wysiwyg-block .accordions.global-spacing:not(.global-padding):last-child {
    margin-bottom: 0
}

.wysiwyg-block .negative-spacing--medium > .global-spacing--medium {
    margin-top: 0
}

.wysiwyg-block .negative-spacing--medium > .global-spacing--medium .wysiwyg p:first-child {
    margin-top: 0
}

@media screen and (max-width: 48.06125em) {
    .wysiwyg-block--has-sidebar .cell + .cell {
        margin-top: 3.125rem
    }
}

.main-content > .wysiwyg-block:last-child {
    margin-bottom: 0 !important
}

.vaf {
    padding-right: 0;
    padding-left: 0
}

.vaf h2 {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    font-weight: 700
}

.listing .active-filters__container__additional-filters label {
    color: #fff
}

.active-filters__container__additional-filters {
    background-color: var(--gray--hero--backgrounds);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .active-filters__container__additional-filters {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .active-filters__container__additional-filters {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }
}

.active-filters__container__additional-filters .filter-margin-top {
    margin-top: 1.875rem
}

.active-filters__container__additional-filters .filter-margin-top .filter-days {
    margin-top: .9375rem
}

.active-filters__container__additional-filters .filter-margin-top .filter-days li {
    display: inline;
    text-transform: uppercase;
    padding: 15px 20px;
    background-color: #fff;
    color: var(--gray--hero--backgrounds)
}

.active-filters__container__additional-filters .filter-margin-top .filter-days li:not(:first-of-type) {
    margin-left: .625rem
}

.active-filters__container__active-filters {
    background-color: var(--gray--interactive-background);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .active-filters__container__active-filters {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .active-filters__container__active-filters {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }
}

.active-filters {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.active-filters .vaf {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.active-filters ul {
    margin-top: 0;
    display: inline
}

.active-filters h2 {
    display: inline-block;
    margin-right: .625rem
}

.active-filters li:not(:last-child) {
    margin-right: .625rem
}

.active-filters ul li {
    cursor: pointer;
    font-weight: 500;
    font-family: "Source Sans Pro", helvetica, sans-serif;
    border-width: .0625rem;
    border-style: solid;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: .9;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    padding: .9375rem 1.25rem;
    border-color: #c00;
    color: var(--gray--text);
    background: #fff;
    border-width: 2px
}

.active-filters ul li, .active-filters ul li:before, .active-filters ul li:after {
    -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)
}

.active-filters ul li:hover, .active-filters ul li:focus {
    text-decoration: none;
    outline: none
}

.active-filters ul li:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .6
}

.active-filters ul li:before, .active-filters ul li:after {
    color: var(--gray--text)
}

.active-filters ul li:hover {
    color: #fff;
    border-color: #c00;
    background: #c00
}

.active-filters ul li:hover:before, .active-filters ul li:hover:after {
    color: #fff
}

.active-filters ul li:focus {
    color: #fff;
    border-color: var(--gray--text);
    background: var(--gray--text)
}

.active-filters ul li:focus:before, .active-filters ul li:focus:after {
    color: var(--yellow--brand)
}

.active-filters li::after {
    margin-left: .9375rem;
    content: '\f00d';
    font-family: "Font Awesome 5 Pro"
}

.active-filters li::before {
    display: none
}

@media print, screen and (min-width: 64.0625em) {
    .active-filters .cell:last-child {
        text-align: right
    }
}

.active-filters .vaf__clear {
    font-weight: 500;
    font-family: "Source Sans Pro", helvetica, sans-serif;
    border-width: .0625rem;
    border-style: solid;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: .9;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    padding: .9375rem 1.25rem
}

.active-filters .vaf__clear, .active-filters .vaf__clear:before, .active-filters .vaf__clear:after {
    -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)
}

.active-filters .vaf__clear:hover, .active-filters .vaf__clear:focus {
    text-decoration: none;
    outline: none
}

.active-filters .vaf__clear:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .6
}

.active-filters .filter-underline {
    border-bottom: 1px solid var(--lines--header--underline)
}

.active-filters .filter-underline + .cell {
    margin-top: 1.25rem
}

@media screen and (min-width: 48.0625em) {
    .active-filters li {
        margin-top: 0
    }
}

@media screen and (max-width: 48.06125em) {
    .active-filters ul {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .active-filters ul li:not(:first-of-type) {
        margin-top: .625rem
    }
}

@media screen and (max-width: 64.06125em) {
    .active-filters .vaf__clear {
        margin-top: 1.875rem
    }

    .active-filters ul li {
        text-align: left
    }

    .active-filters .cell:last-child {
        text-align: left
    }
}

@media screen and (max-width: 64.06125em) and (min-width: 64.0625em) {
    .active-filters button {
        margin-left: .625rem
    }
}

.filters__results-count {
    background-color: var(--gray--interactive-background);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .filters__results-count {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .filters__results-count {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }
}

.filters__results-count p {
    margin: 0
}

.filters__results-count + .active-filters__container {
    margin-top: -1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .filters__results-count + .active-filters__container {
        margin-top: -1.875rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .filters__results-count + .active-filters__container {
        margin-top: -2.5rem
    }
}

.filters__results-count + .active-filters__container .active-filters__container__active-filters {
    padding-top: 0
}

.filters__results-count + .active-filters__container .active-filters__container__active-filters .vaf {
    padding-top: 1.25rem;
    border-top: 1px solid var(--lines--header--underline)
}

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

.user-login-form input {
    width: 100%;
    max-width: 25rem;
    margin-bottom: 0
}

.user-login-form .description {
    width: 100%;
    margin-bottom: 1.5em;
    font-style: italic
}

.admin-tabs {
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    position: fixed;
    z-index: 10;
    margin: 0;
    padding: 1.875rem;
    background: var(--gray--dark)
}

@media print, screen and (min-width: 48.0625em) {
    .admin-tabs {
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem
    }
}

.admin-tabs ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none
}

.admin-tabs li {
    display: inline-block
}

.admin-tabs li + li {
    margin-left: .5em
}

.admin-tabs a {
    display: block;
    margin: 0;
    padding: .5em 1em;
    -webkit-transition: background-color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: background-color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    text-decoration: none;
    color: #fff;
    border-radius: .25em;
    background-color: #c00;
    font-size: 1.125rem;
    font-weight: 700
}

.admin-tabs a:hover {
    background-color: var(--red--brand--dark)
}

.admin-tabs a.is-active {
    background-color: var(--red--brand--medium)
}

@media print, screen and (min-width: 40.0625em) {
    .admin-tabs {
        left: auto
    }
}

.ajax-progress, .ajax-progress-fullscreen.ajax-progress {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding: .0625rem .3125rem .125rem;
    background: rgba(255, 255, 255, 0.75) !important
}

.ajax-progress:before, .ajax-progress:after, .ajax-progress-fullscreen.ajax-progress:before, .ajax-progress-fullscreen.ajax-progress:after {
    position: absolute;
    display: block;
    -webkit-animation: fa-spin 2000ms infinite cubic-bezier(0.82, 0.06, 0.14, 0.97);
    animation: fa-spin 2000ms infinite cubic-bezier(0.82, 0.06, 0.14, 0.97);
    color: #fe5000;
    font-family: "Font Awesome 5 Pro";
    font-size: 100px
}

.ajax-progress:before, .ajax-progress:after, .ajax-progress-fullscreen.ajax-progress:before, .ajax-progress-fullscreen.ajax-progress:after {
    content: "\f3f4"
}

.ajax-progress:after, .ajax-progress-fullscreen.ajax-progress:after {
    -webkit-animation: fa-spin 1500ms infinite cubic-bezier(0.82, 0.06, 0.14, 0.97);
    animation: fa-spin 1500ms infinite cubic-bezier(0.82, 0.06, 0.14, 0.97);
    opacity: .5
}

.ajax-progress .throbber, .ajax-progress-fullscreen.ajax-progress .throbber {
    display: none !important
}

[dir='rtl'] .ajax-progress, [dir='rtl'] .ajax-progress-fullscreen.ajax-progress {
    float: right
}

.ajax-progress .message, .ajax-progress-fullscreen.ajax-progress .message {
    display: inline;
    padding: .0625rem .3125rem .125rem
}

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

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

.cookie-compliance-popup {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: var(--gray--dark)
}

.cookie-compliance-popup .grid-x, .cookie-compliance-popup .grid-container {
    width: 100%
}

.cookie-compliance-popup .find-more-button {
    padding: 0;
    text-decoration: underline;
    text-transform: none;
    color: #fff;
    background: none
}

.cookie-compliance-popup .find-more-button:hover, .cookie-compliance-popup .find-more-button:focus {
    text-decoration: none
}

.eu-cookie-compliance-message h2 {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: none;
    all: unset
}

.eu-cookie-compliance-message .btn {
    cursor: pointer
}

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

.form-item {
    margin-top: 1.25rem;
    position: relative
}

@media print, screen and (min-width: 48.0625em) {
    .form-item {
        margin-top: 1.875rem
    }
}

.form-item [type='checkbox'], .form-item [type='radio'] {
    position: absolute;
    top: 65%;
    width: 2em;
    height: 2em;
    -webkit-transition: border-color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: border-color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    font-size: inherit
}

.form-item [type='checkbox'] + label, .form-item [type='radio'] + label {
    position: relative;
    margin-left: 1.5em;
    -webkit-transition: color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98)
}

.form-item [type='checkbox'] + label:before, .form-item [type='radio'] + label:before {
    position: absolute;
    top: 2px;
    left: -1.5em;
    display: block;
    width: 1em;
    height: 1em;
    content: '';
    -webkit-transition: background 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border-color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-box-shadow 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: background 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border-color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-box-shadow 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: background 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border-color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: background 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border-color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), box-shadow 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-box-shadow 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    border: 0.0625em solid var(--gray--dark)
}

.form-item [type='checkbox']:disabled, .form-item [type='checkbox']:disabled + label, .form-item [type='radio']:disabled, .form-item [type='radio']:disabled + label {
    cursor: default
}

.form-item [type='checkbox']:invalid + label, .form-item [type='radio']:invalid + label {
    color: var(--red--brand--medium)
}

.form-item [type='checkbox']:invalid + label:before, .form-item [type='radio']:invalid + label:before {
    border-color: var(--red--brand--medium);
    -webkit-box-shadow: 0 0 0 0.0625em var(--red--brand--medium);
    box-shadow: 0 0 0 0.0625em var(--red--brand--medium)
}

.form-item [type='checkbox']:checked + label:before {
    background-color: #c00
}

.form-item [type='checkbox']:checked + label:after {
    position: absolute;
    top: 60%;
    left: -1.125em;
    display: block;
    width: .3125em;
    height: .6875em;
    content: '';
    -webkit-transform: rotate(45deg) translate(-100%, -50%);
    transform: rotate(45deg) translate(-100%, -50%);
    border-width: 0 .125em .125em 0;
    border-style: solid;
    border-color: #fff
}

.form-item [type='checkbox']:checked:disabled + label:after {
    border-color: var(--gray--dark)
}

.form-item [type='checkbox']:disabled + label:before {
    background-color: var(--lines--header--underline)
}

.form-item [type='radio'] + label:before {
    border-radius: 50%;
    background-image: radial-gradient(#c00 0.25em, #fff 0.25em, #fff 0.5em, #c00 0.5em);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0 0
}

.form-item [type='radio']:checked + label:before {
    border-color: #c00;
    background-size: unset
}

.form-item [type='radio']:checked:disabled + label:before {
    border-color: var(--gray--dark);
    background-image: radial-gradient(var(--gray--dark) 0.25em, var(--lines--header--underline) 0.25em, var(--lines--header--underline) 0.5em, var(--gray--dark) 0.5em)
}

.form-item [type='radio']:checked:invalid + label:before {
    background-image: radial-gradient(var(--red--brand--medium) 0.25em, #fff 0.25em, #fff 0.5em, var(--red--brand--medium) 0.5em)
}

.form-item [type='radio']:disabled + label:before {
    background-color: var(--lines--header--underline)
}

.form-required:after {
    content: '*';
    color: var(--red--brand--medium)
}

.webform-element-description {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    margin-top: .9375rem
}

.required > label:after {
    content: '*';
    color: var(--red--brand--medium)
}

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

[type='checkbox'][name*='['] + label::before, .form-radio + label::before {
    top: -2px
}

.webform-managed-file-placeholder {
    color: var(--gray--dark);
    font-family: "Source Sans Pro", helvetica, sans-serif;
    font-weight: 400;
    font-style: italic
}

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

form[class*='webform'] .form-item {
    width: 100%
}

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

fieldset .form-item [type='checkbox']:checked + label:after {
    top: 58%
}

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

.embedded-entity:not([class*='align-']) {
    margin-top: 1.875rem;
    width: 100%
}

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

.js .js-hide {
    display: none
}

.js-show {
    display: none
}

.js .js-show {
    display: block
}

.maintenance-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

.maintenance-page > .main-content {
    margin-bottom: 6.25rem;
    padding-top: 2.5rem
}

.maintenance-page > footer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    padding-top: 1.25rem
}

.oho-alert {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: var(--red--brand--dark);
    color: #fff;
    position: relative;
    z-index: 2
}

@media print, screen and (min-width: 64.0625em) {
    .oho-alert {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem
    }
}

.oho-alert h2:first-child {
    margin-top: 0
}

.oho-alert h2 {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.33
}

@media print, screen and (min-width: 48.0625em) {
    .oho-alert h2 {
        font-size: 1.5rem
    }
}

.oho-alert .fal {
    font-size: 3.125rem
}

.oho-alert .flex-child-shrink {
    margin-right: 1.25rem;
    margin-left: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .oho-alert .flex-child-shrink {
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

.oho-alert:not(.message-type--notice) ol > li::before {
    color: #fff
}

.message-type--notice {
    background-color: var(--gray--hero--backgrounds)
}

.oho-banner {
    padding-top: .625rem;
    padding-bottom: .625rem;
    background-color: var(--gray--interactive-background);
    position: relative;
    z-index: 4
}

.oho-banner .grid-x > .shrink {
    margin-right: 0
}

.oho-banner i {
    line-height: 2
}

#cludo-search-results ul.search_page_list li, .cludo-search-results ul.search_page_list li {
    width: unset
}

.pager, .cludo-page-navigation {
    margin-top: 4rem;
    font-family: "Source Sans Pro", helvetica, sans-serif;
    font-size: 1.25rem;
    margin-right: 1.25rem;
    margin-left: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .pager, .cludo-page-navigation {
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

.pager__items, .pager ul, .cludo-page-navigation__items, .cludo-page-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.pager__item, .pager li, .cludo-page-navigation__item, .cludo-page-navigation li {
    margin-left: .25em
}

.pager a, .cludo-page-navigation a {
    display: block;
    padding: 0 .5em;
    -webkit-transition: color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    font-weight: 700
}

.pager a:hover, .cludo-page-navigation a:hover {
    text-decoration: none;
    color: #000
}

.pager .is-active a, .pager .active, .cludo-page-navigation .is-active a, .cludo-page-navigation .active {
    color: #fff;
    background-color: var(--gray--brand) !important;
    padding: 22px 16px !important;
    font-weight: 700 !important;
    pointer-events: none
}

.pager [aria-hidden='true'], .cludo-page-navigation [aria-hidden='true'] {
    display: none
}

.pager [class*='pager__item--'] a:before, .pager [class*='pager__item--'] a:after, .pager .next a:before, .pager .next a:after, .pager .previous a:before, .pager .previous a:after, .cludo-page-navigation [class*='pager__item--'] a:before, .cludo-page-navigation [class*='pager__item--'] a:after, .cludo-page-navigation .next a:before, .cludo-page-navigation .next a:after, .cludo-page-navigation .previous a:before, .cludo-page-navigation .previous a:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased
}

.pager__item--first a, .pager__item--previous a, .pager__item--next a, .pager__item--last a, .pager__item.next a, .pager__item.previous a, .pager li--first a, .pager li--previous a, .pager li--next a, .pager li--last a, .pager li.next a, .pager li.previous a, .cludo-page-navigation__item--first a, .cludo-page-navigation__item--previous a, .cludo-page-navigation__item--next a, .cludo-page-navigation__item--last a, .cludo-page-navigation__item.next a, .cludo-page-navigation__item.previous a, .cludo-page-navigation li--first a, .cludo-page-navigation li--previous a, .cludo-page-navigation li--next a, .cludo-page-navigation li--last a, .cludo-page-navigation li.next a, .cludo-page-navigation li.previous a {
    font-weight: 500;
    font-family: "Source Sans Pro", helvetica, sans-serif;
    border-width: .0625rem;
    border-style: solid;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: .9;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    padding: .9375rem 1.25rem;
    border-color: #c00;
    color: var(--gray--text);
    background: #fff;
    height: 3.75rem;
    width: 3.75rem;
    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
}

.pager__item--first a, .pager__item--first a:before, .pager__item--first a:after, .pager__item--previous a, .pager__item--previous a:before, .pager__item--previous a:after, .pager__item--next a, .pager__item--next a:before, .pager__item--next a:after, .pager__item--last a, .pager__item--last a:before, .pager__item--last a:after, .pager__item.next a, .pager__item.next a:before, .pager__item.next a:after, .pager__item.previous a, .pager__item.previous a:before, .pager__item.previous a:after, .pager li--first a, .pager li--first a:before, .pager li--first a:after, .pager li--previous a, .pager li--previous a:before, .pager li--previous a:after, .pager li--next a, .pager li--next a:before, .pager li--next a:after, .pager li--last a, .pager li--last a:before, .pager li--last a:after, .pager li.next a, .pager li.next a:before, .pager li.next a:after, .pager li.previous a, .pager li.previous a:before, .pager li.previous a:after, .cludo-page-navigation__item--first a, .cludo-page-navigation__item--first a:before, .cludo-page-navigation__item--first a:after, .cludo-page-navigation__item--previous a, .cludo-page-navigation__item--previous a:before, .cludo-page-navigation__item--previous a:after, .cludo-page-navigation__item--next a, .cludo-page-navigation__item--next a:before, .cludo-page-navigation__item--next a:after, .cludo-page-navigation__item--last a, .cludo-page-navigation__item--last a:before, .cludo-page-navigation__item--last a:after, .cludo-page-navigation__item.next a, .cludo-page-navigation__item.next a:before, .cludo-page-navigation__item.next a:after, .cludo-page-navigation__item.previous a, .cludo-page-navigation__item.previous a:before, .cludo-page-navigation__item.previous a:after, .cludo-page-navigation li--first a, .cludo-page-navigation li--first a:before, .cludo-page-navigation li--first a:after, .cludo-page-navigation li--previous a, .cludo-page-navigation li--previous a:before, .cludo-page-navigation li--previous a:after, .cludo-page-navigation li--next a, .cludo-page-navigation li--next a:before, .cludo-page-navigation li--next a:after, .cludo-page-navigation li--last a, .cludo-page-navigation li--last a:before, .cludo-page-navigation li--last a:after, .cludo-page-navigation li.next a, .cludo-page-navigation li.next a:before, .cludo-page-navigation li.next a:after, .cludo-page-navigation li.previous a, .cludo-page-navigation li.previous a:before, .cludo-page-navigation li.previous a:after {
    -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)
}

.pager__item--first a:hover, .pager__item--first a:focus, .pager__item--previous a:hover, .pager__item--previous a:focus, .pager__item--next a:hover, .pager__item--next a:focus, .pager__item--last a:hover, .pager__item--last a:focus, .pager__item.next a:hover, .pager__item.next a:focus, .pager__item.previous a:hover, .pager__item.previous a:focus, .pager li--first a:hover, .pager li--first a:focus, .pager li--previous a:hover, .pager li--previous a:focus, .pager li--next a:hover, .pager li--next a:focus, .pager li--last a:hover, .pager li--last a:focus, .pager li.next a:hover, .pager li.next a:focus, .pager li.previous a:hover, .pager li.previous a:focus, .cludo-page-navigation__item--first a:hover, .cludo-page-navigation__item--first a:focus, .cludo-page-navigation__item--previous a:hover, .cludo-page-navigation__item--previous a:focus, .cludo-page-navigation__item--next a:hover, .cludo-page-navigation__item--next a:focus, .cludo-page-navigation__item--last a:hover, .cludo-page-navigation__item--last a:focus, .cludo-page-navigation__item.next a:hover, .cludo-page-navigation__item.next a:focus, .cludo-page-navigation__item.previous a:hover, .cludo-page-navigation__item.previous a:focus, .cludo-page-navigation li--first a:hover, .cludo-page-navigation li--first a:focus, .cludo-page-navigation li--previous a:hover, .cludo-page-navigation li--previous a:focus, .cludo-page-navigation li--next a:hover, .cludo-page-navigation li--next a:focus, .cludo-page-navigation li--last a:hover, .cludo-page-navigation li--last a:focus, .cludo-page-navigation li.next a:hover, .cludo-page-navigation li.next a:focus, .cludo-page-navigation li.previous a:hover, .cludo-page-navigation li.previous a:focus {
    text-decoration: none;
    outline: none
}

.pager__item--first a:disabled, .pager__item--previous a:disabled, .pager__item--next a:disabled, .pager__item--last a:disabled, .pager__item.next a:disabled, .pager__item.previous a:disabled, .pager li--first a:disabled, .pager li--previous a:disabled, .pager li--next a:disabled, .pager li--last a:disabled, .pager li.next a:disabled, .pager li.previous a:disabled, .cludo-page-navigation__item--first a:disabled, .cludo-page-navigation__item--previous a:disabled, .cludo-page-navigation__item--next a:disabled, .cludo-page-navigation__item--last a:disabled, .cludo-page-navigation__item.next a:disabled, .cludo-page-navigation__item.previous a:disabled, .cludo-page-navigation li--first a:disabled, .cludo-page-navigation li--previous a:disabled, .cludo-page-navigation li--next a:disabled, .cludo-page-navigation li--last a:disabled, .cludo-page-navigation li.next a:disabled, .cludo-page-navigation li.previous a:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .6
}

.pager__item--first a:before, .pager__item--first a:after, .pager__item--previous a:before, .pager__item--previous a:after, .pager__item--next a:before, .pager__item--next a:after, .pager__item--last a:before, .pager__item--last a:after, .pager__item.next a:before, .pager__item.next a:after, .pager__item.previous a:before, .pager__item.previous a:after, .pager li--first a:before, .pager li--first a:after, .pager li--previous a:before, .pager li--previous a:after, .pager li--next a:before, .pager li--next a:after, .pager li--last a:before, .pager li--last a:after, .pager li.next a:before, .pager li.next a:after, .pager li.previous a:before, .pager li.previous a:after, .cludo-page-navigation__item--first a:before, .cludo-page-navigation__item--first a:after, .cludo-page-navigation__item--previous a:before, .cludo-page-navigation__item--previous a:after, .cludo-page-navigation__item--next a:before, .cludo-page-navigation__item--next a:after, .cludo-page-navigation__item--last a:before, .cludo-page-navigation__item--last a:after, .cludo-page-navigation__item.next a:before, .cludo-page-navigation__item.next a:after, .cludo-page-navigation__item.previous a:before, .cludo-page-navigation__item.previous a:after, .cludo-page-navigation li--first a:before, .cludo-page-navigation li--first a:after, .cludo-page-navigation li--previous a:before, .cludo-page-navigation li--previous a:after, .cludo-page-navigation li--next a:before, .cludo-page-navigation li--next a:after, .cludo-page-navigation li--last a:before, .cludo-page-navigation li--last a:after, .cludo-page-navigation li.next a:before, .cludo-page-navigation li.next a:after, .cludo-page-navigation li.previous a:before, .cludo-page-navigation li.previous a:after {
    color: var(--gray--text)
}

.pager__item--first a:hover, .pager__item--previous a:hover, .pager__item--next a:hover, .pager__item--last a:hover, .pager__item.next a:hover, .pager__item.previous a:hover, .pager li--first a:hover, .pager li--previous a:hover, .pager li--next a:hover, .pager li--last a:hover, .pager li.next a:hover, .pager li.previous a:hover, .cludo-page-navigation__item--first a:hover, .cludo-page-navigation__item--previous a:hover, .cludo-page-navigation__item--next a:hover, .cludo-page-navigation__item--last a:hover, .cludo-page-navigation__item.next a:hover, .cludo-page-navigation__item.previous a:hover, .cludo-page-navigation li--first a:hover, .cludo-page-navigation li--previous a:hover, .cludo-page-navigation li--next a:hover, .cludo-page-navigation li--last a:hover, .cludo-page-navigation li.next a:hover, .cludo-page-navigation li.previous a:hover {
    color: #fff;
    border-color: #c00;
    background: #c00
}

.pager__item--first a:hover:before, .pager__item--first a:hover:after, .pager__item--previous a:hover:before, .pager__item--previous a:hover:after, .pager__item--next a:hover:before, .pager__item--next a:hover:after, .pager__item--last a:hover:before, .pager__item--last a:hover:after, .pager__item.next a:hover:before, .pager__item.next a:hover:after, .pager__item.previous a:hover:before, .pager__item.previous a:hover:after, .pager li--first a:hover:before, .pager li--first a:hover:after, .pager li--previous a:hover:before, .pager li--previous a:hover:after, .pager li--next a:hover:before, .pager li--next a:hover:after, .pager li--last a:hover:before, .pager li--last a:hover:after, .pager li.next a:hover:before, .pager li.next a:hover:after, .pager li.previous a:hover:before, .pager li.previous a:hover:after, .cludo-page-navigation__item--first a:hover:before, .cludo-page-navigation__item--first a:hover:after, .cludo-page-navigation__item--previous a:hover:before, .cludo-page-navigation__item--previous a:hover:after, .cludo-page-navigation__item--next a:hover:before, .cludo-page-navigation__item--next a:hover:after, .cludo-page-navigation__item--last a:hover:before, .cludo-page-navigation__item--last a:hover:after, .cludo-page-navigation__item.next a:hover:before, .cludo-page-navigation__item.next a:hover:after, .cludo-page-navigation__item.previous a:hover:before, .cludo-page-navigation__item.previous a:hover:after, .cludo-page-navigation li--first a:hover:before, .cludo-page-navigation li--first a:hover:after, .cludo-page-navigation li--previous a:hover:before, .cludo-page-navigation li--previous a:hover:after, .cludo-page-navigation li--next a:hover:before, .cludo-page-navigation li--next a:hover:after, .cludo-page-navigation li--last a:hover:before, .cludo-page-navigation li--last a:hover:after, .cludo-page-navigation li.next a:hover:before, .cludo-page-navigation li.next a:hover:after, .cludo-page-navigation li.previous a:hover:before, .cludo-page-navigation li.previous a:hover:after {
    color: #fff
}

.pager__item--first a:focus, .pager__item--previous a:focus, .pager__item--next a:focus, .pager__item--last a:focus, .pager__item.next a:focus, .pager__item.previous a:focus, .pager li--first a:focus, .pager li--previous a:focus, .pager li--next a:focus, .pager li--last a:focus, .pager li.next a:focus, .pager li.previous a:focus, .cludo-page-navigation__item--first a:focus, .cludo-page-navigation__item--previous a:focus, .cludo-page-navigation__item--next a:focus, .cludo-page-navigation__item--last a:focus, .cludo-page-navigation__item.next a:focus, .cludo-page-navigation__item.previous a:focus, .cludo-page-navigation li--first a:focus, .cludo-page-navigation li--previous a:focus, .cludo-page-navigation li--next a:focus, .cludo-page-navigation li--last a:focus, .cludo-page-navigation li.next a:focus, .cludo-page-navigation li.previous a:focus {
    color: #fff;
    border-color: var(--gray--text);
    background: var(--gray--text)
}

.pager__item--first a:focus:before, .pager__item--first a:focus:after, .pager__item--previous a:focus:before, .pager__item--previous a:focus:after, .pager__item--next a:focus:before, .pager__item--next a:focus:after, .pager__item--last a:focus:before, .pager__item--last a:focus:after, .pager__item.next a:focus:before, .pager__item.next a:focus:after, .pager__item.previous a:focus:before, .pager__item.previous a:focus:after, .pager li--first a:focus:before, .pager li--first a:focus:after, .pager li--previous a:focus:before, .pager li--previous a:focus:after, .pager li--next a:focus:before, .pager li--next a:focus:after, .pager li--last a:focus:before, .pager li--last a:focus:after, .pager li.next a:focus:before, .pager li.next a:focus:after, .pager li.previous a:focus:before, .pager li.previous a:focus:after, .cludo-page-navigation__item--first a:focus:before, .cludo-page-navigation__item--first a:focus:after, .cludo-page-navigation__item--previous a:focus:before, .cludo-page-navigation__item--previous a:focus:after, .cludo-page-navigation__item--next a:focus:before, .cludo-page-navigation__item--next a:focus:after, .cludo-page-navigation__item--last a:focus:before, .cludo-page-navigation__item--last a:focus:after, .cludo-page-navigation__item.next a:focus:before, .cludo-page-navigation__item.next a:focus:after, .cludo-page-navigation__item.previous a:focus:before, .cludo-page-navigation__item.previous a:focus:after, .cludo-page-navigation li--first a:focus:before, .cludo-page-navigation li--first a:focus:after, .cludo-page-navigation li--previous a:focus:before, .cludo-page-navigation li--previous a:focus:after, .cludo-page-navigation li--next a:focus:before, .cludo-page-navigation li--next a:focus:after, .cludo-page-navigation li--last a:focus:before, .cludo-page-navigation li--last a:focus:after, .cludo-page-navigation li.next a:focus:before, .cludo-page-navigation li.next a:focus:after, .cludo-page-navigation li.previous a:focus:before, .cludo-page-navigation li.previous a:focus:after {
    color: var(--yellow--brand)
}

.pager__item--first a:before, .pager__item--first a:after, .pager__item--previous a:before, .pager__item--previous a:after, .pager__item--next a:before, .pager__item--next a:after, .pager__item--last a:before, .pager__item--last a:after, .pager__item.next a:before, .pager__item.next a:after, .pager__item.previous a:before, .pager__item.previous a:after, .pager li--first a:before, .pager li--first a:after, .pager li--previous a:before, .pager li--previous a:after, .pager li--next a:before, .pager li--next a:after, .pager li--last a:before, .pager li--last a:after, .pager li.next a:before, .pager li.next a:after, .pager li.previous a:before, .pager li.previous a:after, .cludo-page-navigation__item--first a:before, .cludo-page-navigation__item--first a:after, .cludo-page-navigation__item--previous a:before, .cludo-page-navigation__item--previous a:after, .cludo-page-navigation__item--next a:before, .cludo-page-navigation__item--next a:after, .cludo-page-navigation__item--last a:before, .cludo-page-navigation__item--last a:after, .cludo-page-navigation__item.next a:before, .cludo-page-navigation__item.next a:after, .cludo-page-navigation__item.previous a:before, .cludo-page-navigation__item.previous a:after, .cludo-page-navigation li--first a:before, .cludo-page-navigation li--first a:after, .cludo-page-navigation li--previous a:before, .cludo-page-navigation li--previous a:after, .cludo-page-navigation li--next a:before, .cludo-page-navigation li--next a:after, .cludo-page-navigation li--last a:before, .cludo-page-navigation li--last a:after, .cludo-page-navigation li.next a:before, .cludo-page-navigation li.next a:after, .cludo-page-navigation li.previous a:before, .cludo-page-navigation li.previous a:after {
    color: #c00
}

.pager__item--first, .pager__item--last, .pager li--first, .pager li--last, .cludo-page-navigation__item--first, .cludo-page-navigation__item--last, .cludo-page-navigation li--first, .cludo-page-navigation li--last {
    display: none
}

.pager__item--first a:before, .pager li--first a:before, .cludo-page-navigation__item--first a:before, .cludo-page-navigation li--first a:before {
    content: "\f323"
}

.pager__item--previous a:before, .pager__item.previous a:before, .pager li--previous a:before, .pager li.previous a:before, .cludo-page-navigation__item--previous a:before, .cludo-page-navigation__item.previous a:before, .cludo-page-navigation li--previous a:before, .cludo-page-navigation li.previous a:before {
    content: "\f053"
}

.pager__item--next a:after, .pager__item.next a:before, .pager li--next a:after, .pager li.next a:before, .cludo-page-navigation__item--next a:after, .cludo-page-navigation__item.next a:before, .cludo-page-navigation li--next a:after, .cludo-page-navigation li.next a:before {
    content: "\f054"
}

.pager__item--last a:after, .pager li--last a:after, .cludo-page-navigation__item--last a:after, .cludo-page-navigation li--last a:after {
    content: "\f324"
}

.pager__item.next a, .pager__item.previous a, .pager li.next a, .pager li.previous a, .cludo-page-navigation__item.next a, .cludo-page-navigation__item.previous a, .cludo-page-navigation li.next a, .cludo-page-navigation li.previous a {
    font-size: 0
}

.pager__item.next a:before, .pager__item.previous a:before, .pager li.next a:before, .pager li.previous a:before, .cludo-page-navigation__item.next a:before, .cludo-page-navigation__item.previous a:before, .cludo-page-navigation li.next a:before, .cludo-page-navigation li.previous a:before {
    font-size: initial
}

@media screen and (max-width: 40.06125em) {
    .pager__item:not([class*='pager__item--']), .pager__item--ellipsis, .cludo-page-navigation__item:not([class*='pager__item--']), .cludo-page-navigation__item--ellipsis {
        display: none
    }

    .pager__item.is-active, .cludo-page-navigation__item.is-active {
        display: block
    }
}

.page--search .search-area .grid-x {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.system-messages {
    right: 1.25rem;
    left: 1.25rem;
    position: fixed;
    z-index: 10;
    bottom: 9rem
}

@media print, screen and (min-width: 48.0625em) {
    .system-messages {
        right: 1.25rem;
        left: 1.25rem
    }
}

@media print, screen and (min-width: 40.0625em) {
    .system-messages {
        bottom: 6.5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .system-messages {
        right: auto;
        bottom: 1.25rem
    }
}

.messages-contain-error .system-messages {
    position: static
}

.messages {
    margin-top: 1.875rem;
    padding: 1.875rem;
    border: .0625rem solid;
    border-radius: .25rem
}

.messages ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.messages li + li {
    margin-top: 1.875rem
}

.messages a {
    text-decoration: underline;
    color: inherit;
    font-weight: 700
}

.messages--status {
    color: #3c763d;
    border-color: #67b168;
    background: #aad4ab
}

.messages--warning {
    color: #e09600;
    border-color: #ffc247;
    background: #fff5e0
}

.messages--error {
    color: #a94442;
    border-color: #ce8483;
    background: #ebcdcc
}

.has-alert .messages {
    position: absolute
}

.messages__close {
    float: right;
    margin: 0 0 1rem 1rem;
    cursor: pointer
}

.messages__close:hover {
    text-decoration: underline
}

.alpha-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.alpha-filters fieldset {
    border: none;
    width: 100%;
    padding: 0;
    background-color: transparent
}

@media screen and (max-width: 48.06125em) {
    .alpha-filters {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.alpha-filters .letters {
    width: 100%
}

.alpha-filters .letters .fieldset-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 48.06125em) {
    .alpha-filters .letters .fieldset-wrapper > div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.alpha-filters .form-item {
    margin-top: 0
}

.alpha-filters .form-item [type='radio']:disabled + label {
    color: #000;
    font-weight: 700
}

.alpha-filters .form-item [type='radio'] {
    height: 30px;
    width: 30px;
    top: 50%;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
    border: .0625rem solid transparent
}

.alpha-filters .form-item [type='radio']:hover, .alpha-filters .form-item [type='radio']:focus {
    border-color: #c00
}

.alpha-filters .form-item [type='radio'] + label {
    margin-left: 0;
    color: #c00;
    font-weight: 700;
    position: relative;
    z-index: 4;
    width: 30px;
    text-align: center
}

@media screen and (max-width: 48.06125em) {
    .alpha-filters .form-item [type='radio'] + label {
        padding: 7.5px
    }
}

.alpha-filters .form-item [type='radio'] + label::before {
    display: none
}

.alpha-filters .form-item [type='radio']:checked {
    background-color: #c00
}

.alpha-filters .form-item [type='radio']:checked + label {
    color: #fff
}

.alpha-filters .form-item [type='radio']:checked + label:focus::after, .alpha-filters .form-item [type='radio']:checked + label:hover::after {
    background-color: var(--yellow--brand)
}

.link-arrow {
    color: #c00
}

.link-arrow.btn {
    padding-right: 1.875rem
}

.link-arrow:after {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    padding-left: 1.25rem;
    content: "\f178";
    font-weight: 300;
    color: #c00;
    -webkit-transition: opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98)
}

.link-arrow:hover:after, .link-arrow:focus:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.btn {
    font-weight: 500;
    font-family: "Source Sans Pro", helvetica, sans-serif;
    border-width: .0625rem;
    border-style: solid;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: .9;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    padding: .9375rem 1.25rem;
    border-color: #c00;
    color: #fff;
    background: #c00
}

.btn, .btn:before, .btn:after {
    -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)
}

.btn:hover, .btn:focus {
    text-decoration: none;
    outline: none
}

.btn:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .6
}

.btn:before, .btn:after {
    color: #fff
}

.btn:hover {
    color: var(--gray--text);
    border-color: var(--yellow--brand);
    background: var(--yellow--brand)
}

.btn:hover:before, .btn:hover:after {
    color: var(--gray--text)
}

.btn:focus {
    color: var(--gray--text);
    border-color: #c00;
    background: #fff
}

.btn:focus:before, .btn:focus:after {
    color: var(--gray--text)
}

.btn.grey {
    background: #eaeaea; border-color: #eaeaea; color:#000;
}
.btn.grey:hover {
    color: var(--gray--text);
    border-color: var(--yellow--brand);
    background: var(--yellow--brand)
}

@media print, screen and (min-width: 48.0625em) {
    .btn {
        font-size: 1rem;
        letter-spacing: .005rem;
        padding: 1.875rem 2.5rem
    }
}

.btn--large {
    font-weight: 500;
    font-family: "Source Sans Pro", helvetica, sans-serif;
    border-width: .0625rem;
    border-style: solid;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: .9;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .005rem;
    padding: 1.875rem 2.5rem;
    border-color: #c00;
    color: #fff;
    background: #c00
}

.btn--large, .btn--large:before, .btn--large:after {
    -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)
}

.btn--large:hover, .btn--large:focus {
    text-decoration: none;
    outline: none
}

.btn--large:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .6
}

.btn--large:before, .btn--large:after {
    color: #fff
}

.btn--large:hover {
    color: var(--gray--text);
    border-color: var(--yellow--brand);
    background: var(--yellow--brand)
}

.btn--large:hover:before, .btn--large:hover:after {
    color: var(--gray--text)
}

.btn--large:focus {
    color: var(--gray--text);
    border-color: #c00;
    background: #fff
}

.btn--large:focus:before, .btn--large:focus:after {
    color: var(--gray--text)
}

@media print, screen and (min-width: 48.0625em) {
    .btn--large {
        font-size: 1.125rem;
        letter-spacing: .00562rem;
        padding: 2.5rem 3.125rem
    }
}

.btn--small {
    font-weight: 500;
    font-family: "Source Sans Pro", helvetica, sans-serif;
    border-width: .0625rem;
    border-style: solid;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: .9;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    padding: .9375rem 1.25rem;
    border-color: #c00;
    color: #fff;
    background: #c00
}

.btn--small, .btn--small:before, .btn--small:after {
    -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)
}

.btn--small:hover, .btn--small:focus {
    text-decoration: none;
    outline: none
}

.btn--small:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .6
}

.btn--small:before, .btn--small:after {
    color: #fff
}

.btn--small:hover {
    color: var(--gray--text);
    border-color: var(--yellow--brand);
    background: var(--yellow--brand)
}

.btn--small:hover:before, .btn--small:hover:after {
    color: var(--gray--text)
}

.btn--small:focus {
    color: var(--gray--text);
    border-color: #c00;
    background: #fff
}

.btn--small:focus:before, .btn--small:focus:after {
    color: var(--gray--text)
}

.btn--tiny {
    font-weight: 500;
    font-family: "Source Sans Pro", helvetica, sans-serif;
    border-width: .0625rem;
    border-style: solid;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: .9;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    padding: .9375rem 1.25rem;
    border-color: #c00;
    color: #fff;
    background: #c00
}

.btn--tiny, .btn--tiny:before, .btn--tiny:after {
    -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)
}

.btn--tiny:hover, .btn--tiny:focus {
    text-decoration: none;
    outline: none
}

.btn--tiny:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .6
}

.btn--tiny:before, .btn--tiny:after {
    color: #fff
}

.btn--tiny:hover {
    color: var(--gray--text);
    border-color: var(--yellow--brand);
    background: var(--yellow--brand)
}

.btn--tiny:hover:before, .btn--tiny:hover:after {
    color: var(--gray--text)
}

.btn--tiny:focus {
    color: var(--gray--text);
    border-color: #c00;
    background: #fff
}

.btn--tiny:focus:before, .btn--tiny:focus:after {
    color: var(--gray--text)
}

.btn--ghost {
    border-color: var(--yellow--brand);
    color: #fff;
    background: transparent
}

.btn--ghost:before, .btn--ghost:after {
    color: var(--yellow--brand)
}

.btn--ghost:hover {
    color: var(--gray--text);
    border-color: var(--yellow--brand);
    background: var(--yellow--brand)
}

.btn--ghost:hover:before, .btn--ghost:hover:after {
    color: var(--gray--text)
}

.btn--ghost:focus {
    color: var(--gray--text);
    border-color: #c00;
    background: #fff
}

.btn--ghost:focus:before, .btn--ghost:focus:after {
    color: var(--gray--text)
}

.btn--ghost--red {
    border-color: #c00;
    color: var(--gray--text);
    background: #fff
}

.btn--ghost--red:before, .btn--ghost--red:after {
    color: var(--gray--text)
}

.btn--ghost--red:hover {
    color: #fff;
    border-color: #c00;
    background: #c00
}

.btn--ghost--red:hover:before, .btn--ghost--red:hover:after {
    color: #fff
}

.btn--ghost--red:focus {
    color: #fff;
    border-color: var(--gray--text);
    background: var(--gray--text)
}

.btn--ghost--red:focus:before, .btn--ghost--red:focus:after {
    color: var(--yellow--brand)
}

.btn--small {
    font-size: .875rem;
    padding: .9375rem 1.25rem
}

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

.elf-external, .link-external, .external {
    position: relative
}

.elf-external:after, .link-external:after, .external:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    display: inline-block;
    padding-left: .25em;
    content: "\f14c";
    font-weight: 300
}

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 5 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    display: inline-block;
    padding-left: .25em;
    content: "\f019"
}

.date-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right
}

@media screen and (max-width: 48.06125em) {
    .date-block__time-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.eyebrow + .date-block {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .eyebrow + .date-block {
        margin-top: 1.875rem
    }
}

.date-block .month {
    font-size: 1rem;
    line-height: 1
}

@media print, screen and (min-width: 48.0625em) {
    .date-block .month {
        font-size: 1.125rem
    }
}

.date-block .day-number {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: .9
}

@media print, screen and (min-width: 48.0625em) {
    .date-block .day-number {
        font-size: 3.75rem
    }
}

@media screen and (max-width: 48.06125em) {
    .date-block .day-number {
        margin-left: .3125rem
    }
}

.date-block time {
    font-weight: 400
}

.date-block strong time {
    font-weight: 600
}

.date-block time + time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.date-block time + time::before {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    width: 1.5rem;
    height: .125rem;
    content: '';
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
    background-color: currentColor
}

@media print, screen and (min-width: 48.0625em) {
    .date-block time + time::before {
        margin-right: 1.875rem;
        margin-left: 1.875rem
    }
}

.date-block span {
    display: block
}

.fa-calendar-alt:before {
    margin-right: .9375rem
}

time {
    font-weight: 400
}

time strong {
    font-weight: 600
}

.list--inline li, .list--inline a, .icon-list li, .icon-list a {
    font-family: "Source Sans Pro", helvetica, sans-serif;
    position: relative;
    line-height: 1.5;
    font-weight: 700
}

.list--inline li.fab:before, .list--inline a.fab:before, .icon-list li.fab:before, .icon-list a.fab:before {
    font-family: "Font Awesome 5 Brands"
}

.icon-list {
    display: block
}

.icon-list li, .icon-list a {
    display: block
}

.icon-list li.fab:before, .icon-list a.fab:before {
    font-family: "Font Awesome 5 Brands"
}

.icon-list li + li {
    margin-top: .3125rem
}

.icon-list .fal, .icon-list .far, .icon-list .fas, .icon-list .fab {
    padding-left: 1.5625rem
}

.icon-list .fal:before, .icon-list .far:before, .icon-list .fas:before, .icon-list .fab:before {
    margin-right: .9375rem;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    font-size: .9375rem;
    top: .09375rem;
    font-weight: 300
}

.icon-list .fa-phone a {
    display: inline-block;
    margin-right: .3em
}

.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: .9375rem
}

.icon-list--normal-weight li, .icon-list--normal-weight li a {
    font-weight: 400
}

.icon-list--social-media a {
    font-size: 0
}

.icon-list--social-media a:before {
    margin: 0;
    font-size: 1.25rem
}

.section-heading {
    --accent-color: #c00;
    --text-color: var(--gray--text);
    color: var(--text-color)
}

.section-heading--line-accent .section-heading__heading {
    position: relative;
    width: 100%
}

.section-heading--line-accent .section-heading__heading:after {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100vw;
    height: 1px;
    margin-bottom: 1.25rem;
    margin-left: .625rem;
    content: '';
    -webkit-transition: width 1200ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 650ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: width 1200ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 650ms cubic-bezier(0.82, 0.06, 0.14, 0.97);
    background-color: var(--accent-color)
}

@supports not (--css:variables) {
    .section-heading--line-accent .section-heading__heading:after {
        background-color: #c00
    }
}

.section-heading--line-accent .section-heading__heading.oho-animate--ready:after {
    width: 0;
    -webkit-transition: none;
    transition: none;
    opacity: 0
}

.section-heading .eyebrow {
    margin-bottom: 1.25rem;
    display: block
}

.section-heading .grid-x {
    position: relative;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-heading .medium-auto {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .section-heading .medium-auto {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 0
    }
}

@media print, screen and (min-width: 64.0625em) {
    .section-heading .medium-auto {
        white-space: nowrap
    }
}

.section-heading .btn {
    margin-right: 0
}

@supports not (--css:variables) {
    .section-heading {
        color: var(--gray--text)
    }
}

.sidebar-block {
    background-color: #fff
}

.sidebar-block--gray--light {
    background: var(--gray--interactive-background)
}

.sidebar-block--gray--xlight {
    background: var(--gray--super-light)
}

.sidebar-block h3 {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .sidebar-block h3 {
        margin-top: 1.875rem
    }
}

.sidebar-block h3:first-child {
    margin-top: 0
}

.sidebar-block a {
    font-weight: 600
}

.sidebar-block p {
    margin-top: .625rem
}

.sidebar-block ul {
    margin-top: .625rem;
    list-style: none
}

.sidebar-block ul li + li {
    margin-top: .625rem
}

.sidebar-block ul + ul, .sidebar-block .btn + ul, .sidebar-block h2 + ul {
    margin-top: 1.25rem
}

.sidebar-block .small-list {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    font-style: italic
}

.sidebar-block .small-list li + li {
    margin-top: 0
}

.sidebar-block .btn, .sidebar-block .btn {
    margin-top: 1.25rem
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 10;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: -webkit-transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 1s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: var(--gray--interactive-background);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media print, screen and (min-width: 64.0625em) {
    .cookie-banner {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem
    }
}

.cookie-banner__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 48.0625em) {
    .cookie-banner__inner {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.cookie-banner .grid-x {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .cookie-banner .grid-x {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.cookie-banner .wysiwyg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media print, screen and (min-width: 48.0625em) {
    .cookie-banner .flex-child-grow {
        padding-right: 1.25rem
    }
}

.cookie-banner .btn, .cookie-banner .find-more-button {
    margin: 0;
    font-weight: 600;
    font-size: .875rem;
    padding: .9375rem 1.25rem
}

.cookie-banner a:not(.btn) {
    margin-right: 1.25rem
}

.cookie-banner p:first-child {
    margin-top: 0
}

.cookie-banner p {
    font-weight: 600;
    max-width: 41.25rem
}

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

.site-footer {
    background-color: var(--gray--hero--backgrounds);
    color: #fff;
    position: relative;
    z-index: 2
}

@media print, screen and (min-width: 48.0625em) {
    .site-footer__logo img {
        text-align: center;
    }
}

.text-margin-reset .site-footer__copyright {
    margin-top: 2.5rem
}

.text-margin-reset .site-footer__copyright a {
    font-weight: 600;
    color: var(--yellow--brand)
}

.site-footer__contact-area {
    background-color: var(--gray--dark);
    padding: 2.5rem 1.25rem 3.125rem
}

li.search-results-item {
    list-style: none;
}

@media screen and (max-width: 48.06125em) {
    .site-footer__contact-area {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
    .section-heading.gallery {
        margin-top: 140px;
    }
}

@media screen and (max-width: 48.06125em) {
    .site-footer__contact-area.cal {
        margin-top: 50px;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .site-footer__contact-area {
        padding: 3.125rem
    }
}

.site-footer__contact-area .icon-list {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .site-footer__contact-area .icon-list {
        margin-top: 1.875rem
    }
}

.site-footer__contact-area .icon-list a {
    color: #fff
}

.site-footer__social-media {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .site-footer__social-media {
        margin-top: 1.875rem
    }
}

.site-footer__social-media .social-media li + li {
    margin-left: .625rem
}

.site-footer__social-media .social-media a {
    color: #fff;
    margin: 0
}

.site-footer__social-media .social-media a:hover, .site-footer__social-media .social-media a:focus {
    color: var(--yellow--brand)
}

.site-footer--links__main ul, .site-footer--links__contact ul, .site-footer--links__utility ul, .site-footer--links__audience ul, .site-footer--links__additional ul {
    text-align: center;
    margin-top: 50px;
    list-style: none;
    font-size: 1.0625rem;
    font-weight: 600
}

@media screen and (max-width: 48.06125em) {
    .site-footer--links__main {
        margin-top: 2.5rem;
        margin-bottom: 35px;
    }
}

.site-footer--links__main li + li {
    margin-top: .625rem
}

@media print, screen and (min-width: 48.0625em) {
    .site-footer--links__main li + li {
        margin-top: .9375rem
    }
}

.site-footer--links__main a {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: .125rem;
    text-underline-offset: 5px;
    -webkit-text-decoration-color: var(--yellow--brand);
    text-decoration-color: var(--yellow--brand);
    -webkit-transition: -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98)
}

.site-footer--links__main a:hover {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

.site-footer--links__main a:focus {
    -webkit-text-decoration-color: var(--gray--text);
    text-decoration-color: var(--gray--text)
}

.site-footer--links__contact li, .site-footer--links__audience li, .site-footer--links__additional li {
    margin-top: .8125rem
}

.site-footer--links__contact a, .site-footer--links__utility a, .site-footer--links__audience a, .site-footer--links__additional a {
    color: var(--yellow--brand)
}

.site-footer--links__contact {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .site-footer--links__contact {
        margin-top: 1.875rem
    }
}

.site-footer--links__utility {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .site-footer--links__utility {
        margin-top: 1.875rem
    }
}

@media screen and (min-width: 40.0625em) and (max-width: 48.06125em) {
    .site-footer--links__utility ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media print, screen and (min-width: 64.0625em) {
    .site-footer--links__utility ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.site-footer--links__utility li {
    margin: 0;
    padding: .53125rem 0 .53125rem 1.25rem;
    border-left: 2px solid rgba(228, 228, 228, 0.25);
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.site-footer--links__utility a.external::after {
    color: #fff
}

@media screen and (max-width: 48.06125em) {
    .site-footer--links__audience {
        margin-top: 1.25rem
    }
}

.site-footer--links__audience h2 {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    font-weight: 600
}

.site-footer--links__additional {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .site-footer--links__additional {
        margin-top: 1.875rem
    }
}

.site-footer > .grid-container:first-child {
    margin-top: 0 !important
}

.mobile-menu-open {
    height: 100vh;
    width: 100vw;
    overflow: hidden
}

.mobile-menu-open .site-header__sticky-container {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.site-header {
    position: relative;
    z-index: 10;
    height: 3.75rem
}

@media screen and (max-width: 64.06125em) {
    .site-header {
        -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media print, screen and (min-width: 64.0625em) {
    .site-header {
        border-top: 4.5rem solid rgba(30, 30, 30, 0.8)
    }
}

.site-header__sticky-container {
    will-change: transform;
    background: #fff
}

@media screen and (max-width: 64.06125em) {
    .site-header__sticky-container {
        height: 3.75rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
}

.site-header__sticky-container > .grid-container {
    position: relative;
    height: 100%;
    width: 100%
}

@media screen and (max-width: 64.06125em) {
    .site-header__sticky-container > .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.site-header .grid-x {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print, screen and (min-width: 64.0625em) {
    .site-header .grid-x {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.site-header ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.site-header li {
    position: relative
}

.site-header__logo {
    display: block;
    max-width: 7.8125rem
}

.site-header__logo img {
    display: block
}

.site-header--beyond-threshold .site-header__sticky-container {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15)
}

@media print, screen and (min-width: 64.0625em) {
    .site-header--beyond-threshold .site-header__sticky-container {
        height: 5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .site-header--beyond-threshold .site-header__logo {
        max-width: 10.625rem
    }
}

.site-header--beyond-threshold .site-header__bottom {
    padding: .625rem 0
}

.site-header--beyond-threshold-animate .site-header__sticky-container {
    -webkit-transition: -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98)
}

.site-header--scroll-up .site-header__sticky-container, .site-header--at-bottom .site-header__sticky-container {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media print, screen and (min-width: 64.0625em) {
    .site-header {
        height: 11.5625rem;
    }

    .site-header__logo {
        max-width: 16.25rem;
        height: auto
    }

}
.mobile-menu-button {
    display: none
}

.mob-top {
    display: none
}

@media screen and (max-width: 64.06125em) {
    .accordion__button-text {
        font-size: 1rem;
    }
.accordion__button {
    padding-right: 50px!important;
}
.site-header__main .site-header__top {
    display: none!important;
}
    .mob-top {
        background: rgba(30, 30, 30, 0.9);
        display: flex;
        position: relative;
        z-index: 1;
    }
    .mob-top .mtl a{
        padding: 0.725rem;
        line-height: 1;
        color: #fff;
        font-size: 0.9rem;
        font-weight: 600;
        display: block;
    }
    .mob-top .mtl a:hover{
        text-decoration: none;
    }
    .mob-top .mtr a{
        padding: 0.725rem;
        line-height: 1;
        color: #fff;
        font-size: 0.8rem;
        font-weight: 600;
    }
    .mtl {
        width: 50%;
    }
    .mtr {
        width: 50%;
        text-align: right;
        margin-top: 7px;
        margin-right: 15px;
    }
    .mtr li {
        list-style: none;
        display: inline;
    }

    .mobile-menu-button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 3rem;
        margin: 0;
        padding: 0;
        background-color: transparent
    }
    .mobile-menu-button:before {
        content: "\f0c9";
        -webkit-transition: color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
        transition: color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
        color: var(--gray--brand);
        font-family: "Font Awesome 5 Pro";
        font-size: 1.25rem;
        font-weight: 300
    }

    .mobile-menu-open .mobile-menu-button:before {
        content: "\f00d";
        color: #c00
    }

    .mobile-menu-button:hover {
        color: #c00;
        background: transparent
    }

    .mobile-menu-button:hover:before {
        color: #c00
    }

    .mobile-menu-button:focus {
        color: var(--red--brand--dark)
    }
}

@media screen and (max-width: 64.06125em) {
    .site-header__main {
        position: absolute;
        z-index: -1;
        padding-top: 3.75rem;
        top: 0;
        right: 0;
        display: none;
        width: 24rem;
        -webkit-box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.09);
        box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.09);
        background: #fff;
        max-height: calc(100vh - 3.75rem);
        overflow-y: auto
    }

    .mobile-menu-open .site-header__main {
        display: block
    }

    .site-header__main:after {
        content: "";
        height: .625rem;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
        background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
        z-index: 2
    }
}

@media screen and (max-width: 40.06125em) {
    .site-header__main {
        width: 100%
    }
}

@media screen and (max-width: 64.06125em) {
    .site-header__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print, screen and (min-width: 64.0625em) {
    .site-header__top {
        position: absolute;
        top: -4.9rem;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: .9375rem 1.25rem
    }
    .site-header--scroll-up .site-header__top {
        top: -4.4rem;
    }
    .site-header--at-top .site-header__top {
        top: -4.9rem;
    }
    .site-header--scroll-up.site-header--beyond-threshold .site-header__sticky-container {
        border-top: 60px #4b4b4b solid;
    }
}


@media print, screen and (min-width: 64.0625em) {
    .site-header--scroll-up.site-header--beyond-threshold .site-header__sticky-container {
        height: 8.5rem
    }
}

.site-header__bottom {
    position: relative;
    z-index: 1
}

@media screen and (max-width: 64.06125em) {
    .site-header__bottom {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        z-index: 3
    }
}

@media screen and (min-width: 64.0625em) {
    .site-header__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.875rem 0
    }
}

@media print, screen and (min-width: 64.0625em) {
    .search-panel-open #main-menu {
        pointer-events: none
    }
}

.site-search {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    z-index: 4
}

.site-search .search-block-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: .625rem 1.25rem 1.25rem 1.25rem;
    background-color: var(--gray--hero--backgrounds)
}

.site-search .search-block-form .form-actions button {
    font-size: 0;
    background: none;
    padding: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../img/icons/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.site-search .search-block-form label {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px
}

.site-search .search-block-form input[type="search"] {
    width: 100%;
    margin: 0;
    border: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    background-color: transparent;
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: 0;
    border-bottom: .0625rem solid var(--gray--brand);
    font-size: 1rem
}

.site-search .search-block-form input[type="search"]::-webkit-input-placeholder {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #fff
}

.site-search .search-block-form input[type="search"]::-moz-placeholder {
    opacity: 1;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #fff
}

.site-search .search-block-form input[type="search"]:-ms-input-placeholder {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #fff
}

.site-search__toggle {
    display: none
}

@media screen and (max-width: 64.06125em) {
    .site-search {
        position: relative;
        z-index: 9
    }
}

@media print, screen and (min-width: 64.0625em) {
    .site-search {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .site-search .search-block-form {
        width: auto;
        padding: .625rem 0
    }

    .site-search__toggle {
        display: block;
        margin: 0;
        padding: .5em;
        padding-right: 0;
        -webkit-transition: color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
        transition: color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
        background-color: transparent
    }

    .site-search__toggle:before {
        content: "\f002";
        -webkit-transition: color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
        transition: color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
        color: #c00;
        font-family: "Font Awesome 5 Pro";
        font-size: 1.25rem;
        font-weight: 300
    }

    .site-search__toggle:hover {
        background-color: transparent
    }

    .site-search__toggle:hover:before {
        color: var(--red--brand--dark)
    }

    .search-panel-open .site-search__toggle {
        color: var(--gray--text)
    }

    .search-panel-open .site-search__toggle::before {
        content: "\f00d";
        font-size: 2.1875rem;
        font-weight: 300
    }

    .site-search .search-block-form {
        position: absolute;
        z-index: 1;
        top: 1.875rem;
        right: 2.5rem;
        width: calc(100% - 3.125rem);
        height: 3.375rem;
        display: none;
        background-color: #fff;
        border-bottom: .0625rem solid var(--lines--header--underline)
    }

    .search-panel-open .site-search .search-block-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .site-search .search-block-form input[type="search"] {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        font-size: 1.375rem;
        font-weight: 400;
        line-height: 1.63;
        font-family: Source Serif Pro, georgia, serif;
        color: var(--gray--text);
        border-bottom: 0
    }

    .site-search .search-block-form input[type="search"]::-webkit-input-placeholder {
        font-size: 1.375rem;
        font-weight: 400;
        line-height: 1.63;
        font-family: Source Serif Pro, georgia, serif;
        font-style: italic;
        color: var(--gray--brand)
    }

    .site-search .search-block-form input[type="search"]::-moz-placeholder {
        opacity: 1;
        font-size: 1.375rem;
        font-weight: 400;
        line-height: 1.63;
        font-family: Source Serif Pro, georgia, serif;
        font-style: italic;
        color: var(--gray--brand)
    }

    .site-search .search-block-form input[type="search"]:-ms-input-placeholder {
        font-size: 1.375rem;
        font-weight: 400;
        line-height: 1.63;
        font-family: Source Serif Pro, georgia, serif;
        font-style: italic;
        color: var(--gray--brand)
    }

    .site-search .search-block-form .form-actions {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .site-search .search-block-form .form-actions button {
        height: 100%;
        width: 1.875rem;
        height: 1.875rem;
        background-image: url(../img/icons/go.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms;
        transition: -webkit-transform 1200ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms;
        transition: transform 1200ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms;
        transition: transform 1200ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms, -webkit-transform 1200ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms
    }

    .site-search .search-block-form .form-actions button:hover, .site-search .search-block-form .form-actions button:focus {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
}

.sock {
    color: #fff
}

.sock__links {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.sock__links li {
    display: inline-block;
    list-style: none
}

@media screen and (max-width: 40.06125em) {
    .sock__links li {
        width: 100%
    }
}

.sock__links li:not(:last-child) {
    margin-bottom: .9375rem
}

@media print, screen and (min-width: 40.0625em) {
    .sock__links li:not(:last-child) {
        margin-right: 1.25rem;
        margin-bottom: 0
    }
}

.sock__links a {
    font-size: 1rem;
    letter-spacing: .005rem;
    padding: 1.875rem 2.5rem;
    display: block
}

.sock__rule {
    padding-left: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .sock__rule {
        padding: 0 1.25rem
    }
}

.accessible-menu li {
    position: relative
}

.accessible-menu .menu-item__button {
    position: absolute;
    border: none;
    background-color: transparent
}

@media screen and (max-width: 64.06125em) {
    .accessible-menu .menu-item__button {
        position: absolute;
        top: 0;
        right: 0;
        width: 2em;
        margin: 0;
        padding: .375em;
        color: transparent;
        font-size: 1.5rem;
        height: 3.9375rem;
        border-left: .0625rem solid var(--lines--header--underline);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .accessible-menu .menu-item__button:before {
        display: inline-block;
        width: 100%;
        font-weight: 300;
        content: "\f067";
        color: #c00;
        font-family: "Font Awesome 5 Pro"
    }
}

@media print, screen and (min-width: 64.0625em) {
    .accessible-menu .menu-item__button {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: .875rem;
        height: 1rem;
        -webkit-transition: opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
        transition: opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
        opacity: 0;
        font-size: 0
    }

    .accessible-menu .menu-item__button:before {
        width: 100%;
        content: "\f078";
        color: #fff;
        font-family: "Font Awesome 5 Pro";
        font-size: .625rem
    }

    .accessible-menu .menu-item__button:focus:before {
        color: #c00
    }

    .accessible-menu .menu-item__button:focus, .accessible-menu .menu-item__button[aria-expanded="true"] {
        opacity: 1
    }
}

.accessible-menu .menu-item--open > ul {
    display: block
}

@media screen and (max-width: 64.06125em) {
    .accessible-menu .menu-item--open > .menu-item__button:before {
        content: "\f068"
    }
}

@media print, screen and (min-width: 64.0625em) {
    .accessible-menu .menu-item--open > .menu-item__button:before {
        content: "\f077"
    }
}

.audience-menu {
    position: relative;
    z-index: 2
}

.audience-menu a, .audience-menu li, .audience-menu span {
    display: block
}

.audience-menu a, .audience-menu span {
    font-family: "Source Sans Pro", helvetica, sans-serif
}

.audience-menu span {
    cursor: default
}

@media screen and (max-width: 64.06125em) {
    .audience-menu ul {
        width: 100%
    }

    .audience-menu li {
        border-top: 1px solid var(--lines--header--underline)
    }

    .audience-menu > ul > li > a, .audience-menu > ul > li > span {
        padding: 1.25rem 3.75rem 1.25rem 1.25rem;
        font-weight: 600;
        font-size: 1.125rem
    }

    .audience-menu ul ul {
        display: none;
        background: var(--gray--interactive-background);
        padding: 0 1.25rem
    }

    .audience-menu ul ul li + li {
        border-top-color: var(--lines--header--underline)
    }

    .audience-menu ul ul a {
        color: #c00;
        padding: .9375rem 0
    }
}

@media print, screen and (min-width: 64.0625em) {
    .audience-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .audience-menu li:hover > ul {
        display: block
    }

    .audience-menu a:hover, .audience-menu span:hover {
        text-decoration: none
    }

    .audience-menu > ul > li:hover .menu-item__button, .audience-menu > ul > li:focus .menu-item__button {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }

    .audience-menu > ul > li:hover .menu-item__button:before, .audience-menu > ul > li:focus .menu-item__button:before {
        color: var(--gray--text)
    }

    .audience-menu > ul > li, .audience-menu > ul > li {
        font-weight: 500;
        font-family: "Source Sans Pro", helvetica, sans-serif;
        border-width: .0625rem;
        border-style: solid;
        display: inline-block;
        position: relative;
        z-index: 2;
        line-height: .9;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        font-size: .875rem;
        padding: .9375rem 1.25rem;
        border-color: var(--yellow--brand);
        color: #fff;
        background: transparent;
        text-transform: none;
        font-weight: 400;
        padding-right: 5rem
    }

    .audience-menu > ul > li, .audience-menu > ul > li:before, .audience-menu > ul > li:after, .audience-menu > ul > li, .audience-menu > ul > li:before, .audience-menu > ul > li:after {
        -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)
    }

    .audience-menu > ul > li:hover, .audience-menu > ul > li:focus, .audience-menu > ul > li:hover, .audience-menu > ul > li:focus {
        text-decoration: none;
        outline: none
    }

    .audience-menu > ul > li:disabled, .audience-menu > ul > li:disabled {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .6
    }

    .audience-menu > ul > li:before, .audience-menu > ul > li:after, .audience-menu > ul > li:before, .audience-menu > ul > li:after {
        color: var(--yellow--brand)
    }

    .audience-menu > ul > li:hover, .audience-menu > ul > li:hover {
        color: var(--gray--text);
        border-color: var(--yellow--brand);
        background: var(--yellow--brand)
    }

    .audience-menu > ul > li:hover:before, .audience-menu > ul > li:hover:after, .audience-menu > ul > li:hover:before, .audience-menu > ul > li:hover:after {
        color: var(--gray--text)
    }

    .audience-menu > ul > li:focus, .audience-menu > ul > li:focus {
        color: var(--gray--text);
        border-color: #c00;
        background: #fff
    }

    .audience-menu > ul > li:focus:before, .audience-menu > ul > li:focus:after, .audience-menu > ul > li:focus:before, .audience-menu > ul > li:focus:after {
        color: var(--gray--text)
    }

    .audience-menu .menu-item__button {
        opacity: 1;
        right: .9375rem;
        pointer-events: none;
        padding: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
        transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
        transition: transform 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97);
        transition: transform 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97), -webkit-transform 0.5s cubic-bezier(0.82, 0.06, 0.14, 0.97)
    }

    .audience-menu .menu-item__button:before {
        font-size: 1rem;
        font-weight: 200
    }

    .audience-menu ul ul {
        position: absolute;
        z-index: 1;
        right: -.0625rem;
        min-width: 204px;
        display: none;
        padding: .625rem 1.25rem;
        background: #fff;
        top: 2.5rem;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        border-bottom: .125rem solid var(--yellow--brand)
    }

    .audience-menu ul ul li {
        display: block;
        margin: 0
    }

    .audience-menu ul ul li + li a {
        border-top: .0625rem solid var(--lines--header--underline)
    }

    .audience-menu ul ul a {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }

    .audience-menu ul ul a:hover {
        color: var(--gray--text)
    }
}

.child-page-menu ul, .child-page-menu li {
    list-style: none
}

.child-page-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .child-page-menu ul {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

.child-page-menu li {
    width: calc(100% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .child-page-menu li {
        width: calc(33.33333% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

.child-page-menu a {
    color: #c00;
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: block;
    width: 100%;
    border-top: .125rem solid var(--lines--header--underline);
    display: block
}

.child-page-menu a.btn {
    padding-right: 1.875rem
}

.child-page-menu a:after {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    padding-left: 1.25rem;
    content: "\f178";
    font-weight: 300;
    color: #c00;
    -webkit-transition: opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98)
}

.child-page-menu a:hover:after, .child-page-menu a:focus:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

@media print, screen and (min-width: 48.0625em) {
    .child-page-menu a {
        font-size: 1.25rem
    }
}

.child-page-menu li:first-child a {
    border-top: 0
}

@media print, screen and (min-width: 48.0625em) {
    .child-page-menu li:nth-child(-n+3) a {
        border-top: 0
    }
}

.main-menu li, .main-menu a {
    display: block
}

.main-menu a {
    color: #000;
    font-family: "Source Sans Pro", helvetica, sans-serif;
    font-size: 1.225rem;
    font-weight: 600
}

.main-menu a:hover {
    text-decoration: none
}

.main-menu ul ul a {
    font-size: 1rem
}

@media screen and (max-width: 64.06125em) {
    .main-menu ul {
        width: 100%
    }

    .main-menu li + li {
        border-top: 1px solid var(--lines--header--underline)
    }

    .main-menu > ul > li > a {
        padding: 1.25rem 3.75rem 1.25rem 1.25rem
    }

    .main-menu > ul > li > a:hover, .main-menu > ul > li > a:focus {
        color: var(--gray--brand)
    }

    .main-menu ul ul {
        display: none;
        background: var(--gray--interactive-background);
        padding: 0 1.25rem
    }

    .main-menu ul ul li + li {
        border-top-color: var(--lines--header--underline)
    }

    .main-menu ul ul a {
        color: #c00;
        padding: .9375rem 0
    }

    .main-menu ul ul a:hover, .main-menu ul ul a:focus {
        color: var(--gray--dark)
    }
}

@media print, screen and (min-width: 64.0625em) {
    .main-menu .menu-item__button {
        padding: 0;
        z-index: -1;
        pointer-events: none
    }

    .main-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .main-menu li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .main-menu li:hover > a {
        color: #c00
    }

    .main-menu li:hover > ul {
        display: block
    }

    .main-menu a {
        text-align: center
    }

    .main-menu a:hover, .main-menu a:focus {
        color: #c00
    }

    .main-menu > ul > li > a {
        padding: 1rem .9375rem;
        text-align: center
    }

    .main-menu .menu-item__button:before {
        color: #000
    }

    .main-menu ul > li:nth-last-child(-n+1) > ul {
        right: 0
    }

    .main-menu ul ul {
        position: absolute;
        display: none;
        width: auto;
        min-width: 16rem;
        border-top: .1875rem solid #c00;
        background: #fff;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        padding-top: .625rem;
        padding-bottom: .625rem
    }

    .main-menu ul ul.course {
        min-width: 28rem;
    }

    .main-menu ul ul li {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .main-menu ul ul.course li {
        padding-left: 1.25rem;
        padding-right: 0.25rem
    }

    .main-menu ul ul li a {
        border-bottom: .0625rem solid var(--lines--header--underline)
    }
    .main-menu ul ul li:last-child a {
        border-bottom: 0
    }

    .main-menu ul ul a {
        padding: .525rem 0;
        text-align: left;
        color: var(--gray--text);
        font-weight: 400
    }

    .main-menu ul ul a:hover, .main-menu ul ul a:focus {
        color: #c00
    }
}

@media screen and (min-width: 1025px) and (max-width: 1140px) {
    .main-menu > ul > li > a {
        font-size: 1rem;
        padding-right: .625rem;
        padding-left: .625rem
    }
}

.main-menu .menu-item--active-trail > a {
    color: #c00!important;
}

.menu-item--disabled > a {
    cursor: default
}

.menu-item--disabled > a button {
    left: 0;
    width: auto;
    padding-right: .625em;
    text-align: right;
    background-color: transparent
}

.menu-item--overview {
    display: none !important
}

.menu-item--disabled .menu-item--overview {
    display: block !important
}

.more-in-this-section {
    position: relative;
    z-index: 1
}

@media screen and (max-width: 64.06125em) {
    .more-in-this-section.global-spacing--xlarge {
        margin-top: -1.25rem
    }
}

@media screen and (min-width: 48.0625em) and (max-width: 64.06125em) {
    .library-search + .more-in-this-section.global-spacing--xlarge {
        margin-top: 3.125rem
    }
}

@media screen and (max-width: 48.06125em) {
    .library-search + .more-in-this-section.global-spacing--xlarge {
        margin-top: 2.5rem
    }
}

@media screen and (max-width: 64.06125em) {
    .more-in-this-section .accordion {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }

    .more-in-this-section .accordion .accordion__button {
        padding: 2.5rem 1.25rem 1.875rem
    }

    .more-in-this-section .accordion .accordion__button span {
        font-size: 1.25rem;
        text-transform: none
    }

    .more-in-this-section .accordion .accordion__icon {
        width: .75rem;
        height: .75rem;
        right: 1.25rem
    }

    .more-in-this-section .accordion.accordion--open > .accordion__button {
        border: 1px solid var(--yellow--brand)
    }

    .more-in-this-section .accordion .accordion__content {
        padding: 0 1.25rem;
        border: none
    }
}

@media print, screen and (min-width: 64.0625em) {
    .more-in-this-section .cell {
        border-top: 10px solid var(--gray--interactive-background);
        padding-top: 2.5rem
    }
}

@media print, screen and (min-width: 64.0625em) and (min-width: 48.0625em) {
    .more-in-this-section .cell {
        padding-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
    .more-in-this-section .cell {
        padding-top: 3.75rem
    }
}

.more-in-this-section h2 {
    font-size: .875rem;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .04375rem;
    margin-top: 0
}

@media print, screen and (min-width: 48.0625em) {
    .more-in-this-section h2 {
        font-size: 1rem;
        letter-spacing: .2rem
    }
}

@media screen and (max-width: 64.06125em) {
    .more-in-this-section h2 {
        display: none
    }
}

.more-in-this-section ul {
    list-style: none
}

@media print, screen and (min-width: 40.0625em) {
    .more-in-this-section ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media print, screen and (min-width: 40.0625em) and (min-width: 48.0625em) {
    .more-in-this-section ul {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

.more-in-this-section ul > li {
    padding-top: 1.875rem;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem
}

@media print, screen and (min-width: 64.0625em) {
    .more-in-this-section ul > li {
        padding-top: 2.5rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .more-in-this-section ul > li {
        width: calc(50% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .more-in-this-section ul > li {
        width: calc(33.33333% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

.more-in-this-section a {
    display: block;
    text-decoration: none;
    border-bottom: .0625rem solid var(--lines--header--underline);
    -webkit-transition: color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98), border-bottom 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98), border-bottom 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    padding-bottom: .3125rem;
    width: 100%
}

.more-in-this-section a:hover, .more-in-this-section a:focus {
    color: #000;
    border-color: #000
}

@media print, screen and (min-width: 64.0625em) {
    .hero--center:not(.hero--no-img) + .more-in-this-section {
        margin-top: 7.5rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .hero--center:not(.hero--no-img) + .more-in-this-section .cell {
        border-top: none;
        padding-top: 0
    }
}

.hero--center.hero--no-img + .more-in-this-section.global-spacing--xlarge {
    margin-top: 3.125rem
}

@media print, screen and (min-width: 48.0625em) {
    .hero--center.hero--no-img + .more-in-this-section.global-spacing--xlarge {
        margin-top: 5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--center.hero--no-img + .more-in-this-section.global-spacing--xlarge {
        margin-top: 7.5rem
    }
}

@media screen and (max-width: 48.06125em) {
    .wysiwyg-block .medium-3 > .accordion {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }

    .wysiwyg-block .medium-3 > .accordion .accordion__button {
        padding: 2.5rem 1.25rem 2.5rem
    }

    .wysiwyg-block .medium-3 > .accordion .accordion__button span {
        font-size: 1.25rem;
        text-transform: none
    }

    .wysiwyg-block .medium-3 > .accordion .accordion__icon {
        width: .75rem;
        height: .75rem;
        right: 1.25rem
    }

    .wysiwyg-block .medium-3 > .accordion.accordion--open > .accordion__button {
        border: 1px solid var(--yellow--brand)
    }

    .wysiwyg-block .medium-3 > .accordion .accordion__content {
        padding: 0
    }
}

@media screen and (max-width: 48.06125em) {
    .sidebar-menu {
        padding-bottom: .625rem;
        border-bottom: .0625rem solid var(--lines--header--underline)
    }
}

.sidebar-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-menu a {
    position: relative;
    display: block
}

.sidebar-menu h2 {
    margin: 0;
    line-height: 1;
    display: none
}

.sidebar-menu h2 a {
    padding: 0
}

@media print, screen and (min-width: 48.0625em) {
    .sidebar-menu h2 {
        display: block
    }

    .sidebar-menu h2 + ul.menu {
        margin-top: 1rem
    }
}

.sidebar-menu > ul.menu > li a {
    font-weight: 700;
    color: var(--gray--text);
    text-decoration: underline;
    text-decoration-thickness: .125rem;
    text-underline-offset: 5px;
    -webkit-text-decoration-color: var(--lines--header--underline);
    text-decoration-color: var(--lines--header--underline);
    -webkit-transition: -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    text-decoration-thickness: .0625rem;
    text-underline-offset: .1875rem;
    padding: 1rem 0
}

.sidebar-menu > ul.menu > li a:hover {
    -webkit-text-decoration-color: #c00;
    text-decoration-color: #c00
}

.sidebar-menu > ul.menu > li a:focus {
    -webkit-text-decoration-color: var(--yellow--brand);
    text-decoration-color: var(--yellow--brand)
}

@media screen and (max-width: 48.06125em) {
    .sidebar-menu > ul.menu > li a {
        padding: 1rem
    }
}

.sidebar-menu > ul.menu > li a:not(:last-child) {
    padding-right: 2rem
}

.sidebar-menu > ul.menu > li > ul.menu {
    background-color: var(--gray--interactive-background);
    border-left: 1px solid var(--yellow--brand);
    border-bottom: 1px solid var(--lines--header--underline)
}

.sidebar-menu > ul.menu > li > ul.menu > li {
    border-top: 1px solid var(--lines--header--underline)
}

.sidebar-menu > ul.menu > li > ul.menu > li a {
    padding: 1rem;
    margin: 0;
    font-weight: 400;
    color: var(--gray--text);
    text-decoration: underline;
    text-decoration-thickness: .125rem;
    text-underline-offset: 5px;
    -webkit-text-decoration-color: var(--lines--header--underline);
    text-decoration-color: var(--lines--header--underline);
    -webkit-transition: -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    text-decoration-thickness: .0625rem;
    text-underline-offset: .1875rem;
    color: var(--red--brand--medium)
}

.sidebar-menu > ul.menu > li > ul.menu > li a:hover {
    -webkit-text-decoration-color: #c00;
    text-decoration-color: #c00
}

.sidebar-menu > ul.menu > li > ul.menu > li a:focus {
    -webkit-text-decoration-color: var(--yellow--brand);
    text-decoration-color: var(--yellow--brand)
}

.sidebar-menu > ul.menu > li > ul.menu > li a:not(:last-child) {
    padding-right: 2rem
}

.sidebar-menu > ul.menu > li > ul.menu > li > ul.menu {
    background-color: var(--overlay--transparent--line)
}

.sidebar-menu > ul.menu > li > ul.menu > li > ul.menu > li a {
    padding-left: 2rem;
    font-weight: 400;
    color: var(--gray--text);
    text-decoration: none
}

.sidebar-menu__toggle {
    display: none
}

.sidebar-menu .menu-item__button {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 3.25rem;
    height: 3.25rem;
    padding: 0;
    margin: 0;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    background-color: transparent;
    line-height: 1;
    border: none
}

.sidebar-menu .menu-item__button:before {
    content: "\f067";
    color: var(--red--brand--medium);
    font-size: 1rem;
    font-weight: 100
}

.sidebar-menu .menu-item__button:hover, .sidebar-menu .menu-item__button:focus {
    color: var(--yellow--brand)
}

.sidebar-menu > ul.menu > li.menu-item--active-trail > a {
    color: var(--red--brand--medium)
}

.sidebar-menu > ul.menu > li.menu-item--active-trail > button:before {
    color: var(--yellow--brand)
}

@media print, screen and (min-width: 48.0625em) {
    .sidebar-menu__container {
        display: block !important
    }
}

.sidebar-menu .menu-item--expanded > ul {
    display: none
}

:root:not(.oho-js) .sidebar-menu .menu-item--expanded > ul {
    display: block
}

.sidebar-menu .menu-item--open > ul {
    display: block
}

.sidebar-menu .menu-item--open > .menu-item__button:before {
    content: "\f068"
}

.sidebar-menu--ul-levels {
    border: 0
}

.sidebar-menu--ul-levels ul {
    padding-left: 1em;
    border-left: 1px solid #c00
}

.sidebar-menu--ul-levels a {
    padding-left: 0
}

.utility-menu a, .utility-menu li {
    display: block
}

.utility-menu a {
    font-family: "Source Sans Pro", helvetica, sans-serif
}

@media screen and (max-width: 48.06125em) {
    .utility-menu {
        padding-bottom: 6.25rem
    }
}

@media screen and (max-width: 64.06125em) {
    .utility-menu {
        background: var(--gray--hero--backgrounds);
        padding: 1.25rem
    }

    .utility-menu li + li a {
        border-top: .0625rem solid var(--gray--brand)
    }

    .utility-menu a {
        padding: .9375rem 0;
        color: #fff;
        font-weight: 600;
        font-size: 1rem
    }
    .menu .menu-item--collapsed a.red {
        margin-left: 0;
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .utility-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .utility-menu a {
        padding: .625rem;
        line-height: 1;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 600
    }

    .utility-menu li:first-child a {
        padding-left: 0
    }
}

.academics-section {
    overflow: hidden
}

.academics-section .offset-grid > .grid-x {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.academics-section .offset-grid > .grid-x > .large-4 {
    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
}

.academics-section .offset-grid > .grid-x > .large-4 h3 {
    margin: 0
}

@media screen and (max-width: 64.06125em) {
    .academics-section .offset-grid > .grid-x > .large-4 h3 {
        margin-top: 1.25rem
    }
}

.academics-section .offset-grid > .grid-x > .large-4 p {
    margin-top: .9375rem;
    margin-bottom: 0
}

.academics-section__links {
    margin-bottom: 0
}

.academics-section__links ul {
    list-style: none
}

.academics-section__links li {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 0;
    font-weight: 600
}

.academics-section__links li + li {
    margin-top: 5px
}

.academics-section .differentiators__lower {
    position: relative;
    z-index: 2
}

@media print, screen and (min-width: 48.0625em) {
    .academics-section .differentiators__lower {
        margin-top: 2.35rem
    }
}

@media screen and (max-width: 64.06125em) {
    .academics-section .differentiators__lower {
        margin-top: 1.625rem
    }

    .academics-section .differentiators__lower .grid-container {
        padding-right: 0;
        padding-left: 0
    }
}

.academics-section .differentiator-column {
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media print, screen and (min-width: 40.0625em) {
    .academics-section .differentiator-column {
        width: 50%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width: 64.0625em) {
    .academics-section .differentiator-column {
        width: 25%;
        margin-right: 0;
        margin-left: 0
    }
}

.academics-section .card__content p {
    font-size: 0.8625rem;
    line-height: 1.65;
}

.academics-section__slider {
    width: 100%;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    overflow: hidden
}

.academics-section__slider .swiper-container-initialized .swiper-slide.oho-animate--ready {
    opacity: 0;
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem)
}

@media print, screen and (min-width: 64.0625em) {
    .featured-program__content {
        padding: 2.5rem 0
    }
}

.accordion {
    clear: both
}

.accordion + .accordion {
    margin-top: 1.75em
}

.accordion__button {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 1.25rem 3.75rem 1.25rem 1.25rem;
    font-size: 1.25rem;
    text-transform: none;
    font-weight: 700;
    -webkit-transition: background-color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), color 650ms 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 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), color 650ms 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: 0.0625em solid #c00;
    line-height: 1.5
}

.accordion__button:hover, .accordion__button:focus {
    color: var(--gray--text);
    background-color: #fff
}

.accordion__button:hover path, .accordion__button:focus path {
    fill: var(--gray--text)
}

.accordion__icon {
    position: absolute;
    top: 0;
    right: 1.75em;
    bottom: 0;
    width: 1.25em;
    height: 1.25em;
    margin: auto
}

.accordion__icon-path {
    fill: #fff;
    -webkit-transition: fill 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: fill 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: fill 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: fill 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98)
}

.accordion__icon-path--vertical {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform-origin-y: 50%
}

.accordion__content {
    display: none;
    padding: 0;
    margin-top: 1.25rem;
    border: none;
    border-top: 0
}

.accordion__content::before, .accordion__content::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.accordion__content::after {
    clear: both
}

@media print, screen and (min-width: 48.0625em) {
    .accordion__content {
        margin-top: 1.875rem
    }
}

.accordion__content .wysiwyg > *:first-child {
    margin-top: 0
}

:root:not(.oho-js) .accordion__content {
    display: block
}

.accordion--open > .accordion__button {
    -webkit-transition: background-color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: background-color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    color: var(--gray--text);
    border-color: transparent;
    background-color: var(--gray--interactive-background)
}

.accordion--open > .accordion__button .accordion__icon-path {
    fill: var(--yellow--brand)
}

.accordion--open > .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
}

.accordions:not(.more-in-this-section) .grid-x {
    gap: 1.875rem 0
}

.wysiwyg .accordions {
    margin-top: 1.875rem
}

@media print, screen and (min-width: 64.0625em) {
    .wysiwyg .accordions {
        margin-top: 2.5rem
    }
}

.wysiwyg .accordions .accordion + .accordion {
    margin-top: 0
}

.wysiwyg .accordions .accordion__button-text {
    font-size: 1.25rem
}

.wysiwyg .accordions .grid-margin-x > .medium-9 {
    width: 100%
}

.wysiwyg .accordions .section-heading__heading {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: none
}

@media print, screen and (min-width: 48.0625em) {
    .wysiwyg .accordions .section-heading__heading {
        font-size: 2.5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .wysiwyg .accordions .section-heading__heading {
        font-size: 2.75rem
    }
}

.wysiwyg .accordions .section-heading__subheading {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75
}

.wysiwyg .accordions .grid-container {
    padding: 0
}

.oho-animate {
    -webkit-transition: opacity 1200ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms, -webkit-transform 1200ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms;
    transition: opacity 1200ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms, -webkit-transform 1200ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms;
    transition: opacity 1200ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms, transform 1200ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms;
    transition: opacity 1200ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms, transform 1200ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms, -webkit-transform 1200ms cubic-bezier(0.82, 0.06, 0.14, 0.97) 250ms;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.oho-animate--ready {
    -webkit-transition: none;
    transition: none
}

.oho-animate--ready.fade-in, .oho-animate--out.fade-in {
    opacity: 0
}

.oho-animate--ready.fade-in-up, .oho-animate--out.fade-in-up {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0
}

.oho-animate--ready.fade-in-right, .oho-animate--out.fade-in-right {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    opacity: 0
}

.oho-animate--ready.fade-in-down, .oho-animate--out.fade-in-down {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0
}

.oho-animate--ready.fade-in-left, .oho-animate--out.fade-in-left {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    opacity: 0
}

.areas-of-study--list {
    margin-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .areas-of-study--list {
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .areas-of-study--list {
        margin-top: 3.75rem
    }
}

.areas-of-study--list ul {
    margin-top: 0
}

@media print, screen and (min-width: 40.0625em) {
    .areas-of-study--list 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
    }
}

.areas-of-study--list ul li {
    font-weight: 700;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.areas-of-study--list ul li:first-child {
    margin-top: 0
}

.breadcrumbs {
    overflow: hidden;
    margin: 1em 0 0 0;
    padding: 0;
    list-style: none;
    font-family: "Source Sans Pro", helvetica, sans-serif;
    font-size: 14px
}

.breadcrumbs > li {
    display: inline-block;
    padding-left: 0
}

.breadcrumbs > li:before {
    content: none;
    position: relative
}

.breadcrumbs > li:nth-child(1) {
    padding-left: 0;
    font-weight: 700
}

.breadcrumbs > li:nth-child(n+2) {
    font-weight: 700
}

.breadcrumbs > li:nth-child(n+2):before {
    content: '/';
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    font-weight: 200;
    color: var(--gray--brand)
}

.breadcrumbs > li:nth-last-child(-n+1) {
    font-weight: 400;
    color: #000
}

@media print, screen and (min-width: 48.0625em) {
    .breadcrumbs--mobile-condensed li:not(:nth-last-child(2)):not(:last-child) {
        display: none
    }

    .breadcrumbs--mobile-condensed li:nth-last-child(2):before {
        display: none
    }
}

@media screen and (max-width: 40.06125em) {
    .breadcrumbs--mobile-condensed li:not(:nth-last-child(2)) {
        display: none
    }

    .breadcrumbs--mobile-condensed li:nth-last-child(2):before {
        content: "\f177";
        font-family: "Font Awesome 5 Pro";
        color: var(--gray--brand);
        font-weight: 300;
        margin-right: .1875rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .breadcrumbs--chevron {
        padding-left: .5em
    }

    .breadcrumbs--chevron li {
        position: relative
    }

    .breadcrumbs--chevron li + li {
        margin-left: .25em
    }

    .breadcrumbs--chevron li:before, .breadcrumbs--chevron li:after {
        position: absolute;
        z-index: -1;
        right: 0;
        left: 0;
        display: block;
        margin: 0;
        content: '' !important;
        -webkit-transition: background-color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
        transition: background-color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), border 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
        border: 0.0625em solid var(--red--brand--dark);
        background-color: var(--red--brand--medium);
        font-size: 1rem !important
    }

    .breadcrumbs--chevron li:before {
        top: 0;
        bottom: 50%;
        -webkit-transform: skew(30deg);
        transform: skew(30deg);
        border-bottom: 0
    }

    .breadcrumbs--chevron li:after {
        top: 50%;
        bottom: 0;
        -webkit-transform: skew(-30deg);
        transform: skew(-30deg);
        border-top: 0
    }

    .breadcrumbs--chevron li:hover:before, .breadcrumbs--chevron li:hover:after {
        background-color: var(--red--brand--dark)
    }

    .breadcrumbs--chevron li:first-child a {
        position: relative;
        font-size: 0
    }

    .breadcrumbs--chevron li:first-child a:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        display: inline-block;
        padding: .5rem 1rem;
        content: "\f015";
        vertical-align: middle;
        font-size: 1rem;
        font-weight: 900
    }

    .breadcrumbs--chevron .active {
        padding: .5em 1em
    }

    .breadcrumbs--chevron .active:before, .breadcrumbs--chevron .active:after {
        background-color: #fff !important
    }

    .breadcrumbs--chevron .active a {
        padding: 0;
        color: #000
    }

    .breadcrumbs--chevron a {
        display: block;
        padding: .5em 1em;
        text-decoration: none;
        color: #fff
    }
}

.card, .card--small {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card .card__content__inner, .card--small .card__content__inner {
    padding: 1.875rem
}

.card .card__media, .card--small .card__media {
    width: 100%;
    margin-bottom: 0
}

.card .card__content, .card--small .card__content {
    width: 100%
}

.card img, .card--small img {
    display: block
}

.card__media, .card--small__media {
    position: relative
}

.card figure, .card--small figure {
    margin: 0
}

.card--large {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card--large .card__content__inner {
    padding: 1.875rem
}

@media print, screen and (min-width: 48.0625em) {
    .card--large .card__content__inner {
        padding: 3.125rem 2.5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .card--large .card__content__inner {
        padding: 3.75rem
    }
}

.card--large .card__media {
    width: 100%;
    margin-bottom: 0
}

.card--large .card__content {
    width: 100%
}

.card--large img {
    display: block
}

.card--large--alt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card--large--alt .card__content__inner {
    padding: 2.5rem 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .card--large--alt .card__content__inner {
        padding: 3.125rem 1.875rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .card--large--alt .card__content__inner {
        padding: 3rem 1.875rem
    }
}

.card--large--alt .card__media {
    width: 100%;
    margin-bottom: 0
}

.card--large--alt .card__content {
    width: 100%
}

.card--large--alt img {
    display: block
}

.card--medium {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card--medium .card__content__inner {
    padding: 2.5rem 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .card--medium .card__content__inner {
        padding: 3.125rem 1.875rem
    }
}

.card--medium .card__media {
    width: 100%;
    margin-bottom: 0
}

.card--medium .card__content {
    width: 100%
}

.card--medium img {
    display: block
}

.card--inline {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.card--inline .card__media {
    width: 50%;
    margin-bottom: 0
}

.card--inline .card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.card--inline img {
    display: block
}

@media screen and (max-width: 48.06125em) {
    .card--stacked--small {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card--stacked--small .card__media {
        width: 100%;
        margin-bottom: 0
    }

    .card--stacked--small .card__content {
        width: 100%
    }

    .card--stacked--small img {
        display: block
    }
}

.card--stacked {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card--stacked .card__media {
    width: 100%;
    margin-bottom: 0
}

.card--stacked .card__content {
    width: 100%
}

.card--stacked img {
    display: block
}

.card--collapse {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card--collapse .card__media {
    width: 100%;
    margin-bottom: 0
}

.card--collapse .card__content {
    width: 100%
}

.card--collapse .card__content__inner {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.card--collapse img {
    display: block
}

.card--tiny {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.card--tiny .card__content__inner {
    padding: 1.875rem
}

.card--tiny .card__media {
    width: 25%;
    margin-bottom: 0
}

.card--tiny .card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.card--tiny img {
    display: block
}

.card--tiny h2, .card--tiny h3 {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: none
}

@media print, screen and (min-width: 48.0625em) {
    .card--offset {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: -6.25rem
    }

    .card--offset .card__content__inner {
        padding: 1.875rem
    }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
    .card--offset .card__content__inner {
        padding: 3.125rem 2.5rem
    }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 64.0625em) {
    .card--offset .card__content__inner {
        padding: 3.75rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .card--offset .card__media {
        width: 50%;
        margin-bottom: 0
    }

    .card--offset .card__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .card--offset img {
        display: block
    }
}

@media print, screen and (min-width: 48.0625em) {
    .card--reversed {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .card--reversed .card__content__inner {
        padding: 0 3.75rem 0 0
    }

    .card--reversed .card__media {
        width: 33.33333%;
        margin-bottom: 0
    }

    .card--reversed .card__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .card--reversed img {
        display: block
    }
}

.card--full-width {
    position: relative
}

.card--full-width .card__content {
    padding-bottom: 2.5rem;
    padding-right: 2.5rem;
    position: absolute;
    max-width: 40.625rem
}

@media print, screen and (min-width: 48.0625em) {
    .card--full-width .card__content {
        padding-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .card--full-width .card__content {
        padding-bottom: 5rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .card--full-width .card__content {
        padding-right: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .card--full-width .card__content {
        padding-right: 5rem
    }
}

.card--full-width .card__content__inner {
    background: var(--gray--super-light)
}

@media print, screen and (min-width: 48.0625em) {
    .card--full-width {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card--full-width .card__content__inner {
        padding: 1.875rem
    }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
    .card--full-width .card__content__inner {
        padding: 3.125rem 2.5rem
    }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 64.0625em) {
    .card--full-width .card__content__inner {
        padding: 3.75rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .card--full-width .card__media {
        width: 100%;
        margin-bottom: 0
    }

    .card--full-width .card__content {
        width: 100%
    }

    .card--full-width img {
        display: block
    }
}

.card-shadow {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 48.06125em) {
    .cards-section__cards {
        margin-top: .625rem
    }
}

.cards-section__card {
    margin-top: 1.25rem;
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1))
}

@media print, screen and (min-width: 48.0625em) {
    .cards-section__card {
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .cards-section__card {
        margin-top: 3.75rem
    }
}

.cards-section__card figure {
    margin: 0
}

.cards-section__card--text {
    padding: 2.5rem 1.25rem
}

.cards-section__card--text h3 {
    margin: 0;
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.33
}

@media print, screen and (min-width: 48.0625em) {
    .checkerboards {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto
    }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
    .checkerboards {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media screen and (min-width: 64.0625em) {
    .checkerboards {
        padding-right: 1.875rem;
        padding-left: 1.875rem;
        max-width: 90rem;
        margin-left: auto;
        margin-right: auto
    }
}

.card--checkerboard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    opacity: 1
}

@media print, screen and (min-width: 48.0625em) {
    .card--checkerboard .wysiwyg {
        max-width: 28.75rem
    }
}

@media print, screen and (min-width: 40.0625em) {
    .card--checkerboard .card__media, .card--checkerboard figure, .card--checkerboard .aspect-ratio-frame {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.card--checkerboard figure, .card--checkerboard .aspect-ratio-frame {
    width: 100%
}

.card--checkerboard ul > li {
    padding-left: 0;
    margin-top: 20px
}

.card--checkerboard ul > li + li {
    margin-top: 4px
}

.card--checkerboard ul > li::before {
    content: none
}

.card--checkerboard ul > li a {
    color: var(--red--brand--medium);
    font-weight: bold
}

.card--checkerboard .wysiwyg h2 {
    margin-top: 0
}

.card--checkerboard figure {
    position: relative
}

@media screen and (min-width: 40.0625em) {
    .card--checkerboard figcaption {
        position: absolute;
        background-color: white;
        bottom: 1.25rem;
        left: 1.25rem;
        padding: .625rem .9375rem;
        max-width: calc(100% - 40px)
    }
}

@media print, screen and (min-width: 64.0625em) {
    .card--checkerboard figcaption {
        bottom: 2.5rem;
        left: 2.5rem;
        max-width: calc(100% - 80px)
    }
}

@media screen and (max-width: 48.06125em) {
    .card--checkerboard figcaption {
        padding: .9375rem 1.25rem;
        margin: 0;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
    }
}

@media screen and (min-width: 48.0625em) {
    .card--checkerboard:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 0;
        margin-right: auto
    }
}

.card--checkerboard:nth-child(even) .wysiwyg {
    margin-right: auto
}

@media screen and (min-width: 48.0625em) {
    .card--checkerboard:nth-child(even) .card__content .card__content__inner {
        padding-right: 0
    }
}

.card--checkerboard:nth-child(odd) .wysiwyg {
    margin-left: auto
}

@media screen and (min-width: 48.0625em) {
    .card--checkerboard:nth-child(odd) .card__content .card__content__inner {
        padding-left: 0
    }
}

.card--checkerboard .card__media {
    position: relative
}

.card--checkerboard figure {
    margin: 0
}

@media screen and (max-width: 48.06125em) {
    .card--checkerboard {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card--checkerboard .card__content__inner {
        padding: 1.875rem 1.25rem
    }

    .card--checkerboard .card__media {
        width: 100%;
        margin-bottom: 0
    }

    .card--checkerboard .card__content {
        width: 100%
    }

    .card--checkerboard img {
        display: block
    }
}

@media print, screen and (min-width: 48.0625em) {
    .card--checkerboard {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .card--checkerboard .card__content__inner {
        padding: 2.5rem
    }

    .card--checkerboard .card__media {
        width: 50%;
        margin-bottom: 0
    }

    .card--checkerboard .card__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .card--checkerboard img {
        display: block
    }
}

@media screen and (min-width: 75.0625em) {
    .card--checkerboard {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .card--checkerboard .card__content__inner {
        padding: 6.5rem
    }

    .card--checkerboard .card__media {
        width: 50%;
        margin-bottom: 0
    }

    .card--checkerboard .card__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .card--checkerboard img {
        display: block
    }
}

.card--checkerboard .card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card--checkerboard .card__content .card__content__inner {
    width: 100%
}

@media screen and (min-width: 40.0625em) {
    .card--checkerboard .card__content .card__content__inner {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

#cludo-search-results {
    margin-bottom: 0
}

@media print, screen and (min-width: 48.0625em) {
    #cludo-search-results {
        margin-bottom: 0
    }
}

@media print, screen and (min-width: 64.0625em) {
    #cludo-search-results {
        margin-bottom: 0
    }
}

#search_autocomplete {
    padding: 1.25rem !important;
    position: absolute
}

header #search_autocomplete {
    -webkit-transform: translateY(280px) !important;
    transform: translateY(280px) !important
}

@media screen and (max-width: 48.06125em) {
    header #search_autocomplete {
        -webkit-transform: translateY(280px) translateX(-20px) !important;
        transform: translateY(280px) translateX(-20px) !important
    }
}

@media screen and (max-width: 64.06125em) {
    header #search_autocomplete {
        -webkit-transform: translateY(320px) translateX(-20px) !important;
        transform: translateY(320px) translateX(-20px) !important
    }
}

#block-oho-cludo-search-full-block form {
    position: relative;
    max-width: 60rem
}

#block-oho-cludo-search-full-block form .search-input {
    width: 100%
}

#block-oho-cludo-search-full-block form .grid-x {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#block-oho-cludo-search-full-block form .search-button {
    padding-top: 0;
    padding-bottom: 0
}

.search-results h2 {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.33
}

@media print, screen and (min-width: 48.0625em) {
    .search-results h2 {
        font-size: 1.5rem
    }
}

.search-results h2:hover, .search-results h2:focus {
    text-decoration: underline
}

.search-results p, .search-results span {
    color: var(--gray--text)
}

#cludo-search-results ul .search-results-item, .cludo-search-results ul .search-results-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin: 0
}

@media print, screen and (min-width: 48.0625em) {
    #cludo-search-results ul .search-results-item, .cludo-search-results ul .search-results-item {
        padding-top: 1.125rem;
        padding-bottom: 1.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    #cludo-search-results ul .search-results-item, .cludo-search-results ul .search-results-item {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }
}

#cludo-search-results ul .search-results-item:not(:first-child), .cludo-search-results ul .search-results-item:not(:first-child) {
    border-top: .25rem solid var(--gray--interactive-background)
}

@media print, screen and (min-width: 40.0625em) {
    #cludo-search-results ul .search-results-item:not(:first-child), .cludo-search-results ul .search-results-item:not(:first-child) {
        border-top: .625rem solid var(--gray--interactive-background)
    }
}

.photo-box__teaser {
    float: left;
    width: calc(100vw - 6rem)
}

.photo-box__teaser + .photo-box__teaser {
    margin-left: 2rem
}

@media screen and (min-width: 48.0625em) and (max-width: 64.06125em) {
    .photo-box__teaser {
        width: calc(50vw - 4rem)
    }
}

@media print, screen and (min-width: 64.0625em) {
    .photo-box__teaser {
        width: 360px
    }
}

@media print, screen and (min-width: 64.0625em) {
    .section--photo-boxes .listing-slick {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.section--photo-boxes {
    overflow-x: hidden
}

@media screen and (min-width: 40.0625em) and (max-width: 48.06125em) {
    .section--photo-boxes .listing-slick {
        right: 1rem
    }
}

@media screen and (min-width: 48.0625em) and (max-width: 64.06125em) {
    .section--photo-boxes .listing-slick {
        right: -1rem
    }
}

.section--photo-boxes .slick-list {
    overflow: visible !important
}

.section--photo-boxes .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section--photo-boxes .btn {
    display: inline-block;
    margin: rem(60) auto 0
}

.photo-box__teaser a {
    text-align: center;
    text-decoration: none
}

.photo-box__teaser div {
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    -webkit-background-blend-mode: multiply;
    background-blend-mode: multiply
}

.photo-box__teaser h3, .photo-box__teaser p {
    color: #fff
}

.photo-box__teaser h3 {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.285
}

.photo-box__teaser span {
    display: block;
    margin-bottom: .25rem;
    text-transform: uppercase;
    color: #fff;
    font-size: .8rem;
    font-weight: 600
}

.photo-box__teaser a p {
    margin-bottom: 0;
    font-family: "Source Serif Pro", "georgia", serif
}

.photo-box--small div {
    padding: 2rem
}

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

.photo-box--large {
    max-width: 100%
}

.photo-box--large div {
    padding: 3rem
}

.photo-box--large h3 {
    margin-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 1.285
}

.no-touch .photo-box__teaser a:hover div {
    background-color: rgba(149, 31, 36, 0.9)
}

.no-touch .photo-box__teaser a:hover h3:after {
    position: absolute;
    bottom: -1rem;
    left: calc((100% - 11rem) / 2);
    display: block;
    width: 11rem;
    height: 1px;
    content: '';
    background: #fff
}

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

.photo-box__teasers--small, .photo-box__teasers--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.photo-box__teasers--large {
    position: relative
}

@media screen and (max-width: 39.99em) {
    .photo-box__teasers--large {
        margin-bottom: 4rem
    }

    .photo-box__teasers--large:after {
        position: absolute;
        bottom: -2rem;
        left: 3rem;
        clear: both;
        width: calc(100% - 6rem);
        height: 1px;
        content: '';
        background-color: #999999
    }
}

.photo-box--large {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin: 1rem
}

@media screen and (min-width: 42em) and (max-width: 68.49em) {
    .photo-box--large {
        width: 60%
    }
}

@media screen and (min-width: 68.5em) {
    .photo-box--large {
        width: 46.33%
    }
}

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

.photo-box__teasers--small .photo-box--small {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin: 1rem
}

@media screen and (min-width: 40em) and (max-width: 1079px) {
    .photo-box__teasers--small .photo-box--small {
        width: 44%
    }
}

@media screen and (min-width: 1080px) and (max-width: 1159px) {
    .photo-box__teasers--small .photo-box--small {
        width: 28%
    }
}

@media screen and (min-width: 1160px) {
    .photo-box__teasers--small .photo-box--small {
        width: 29.75%
    }
}

.contact-section {
    margin-right: 1.25rem;
    margin-left: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .contact-section {
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

.contact-section .featured-image {
    max-width: 16.25rem
}

.contact-section .grid-x {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 48.06125em) {
    .contact-section .icon-list {
        margin-top: .9375rem
    }
}

.contact-section .icon-list li {
    font-weight: 400
}

.contact-section .icon-list li:not(:first-of-type) {
    margin-top: .625rem
}

@media screen and (max-width: 48.06125em) {
    .contact-section__info {
        margin-top: 1.25rem
    }
}

.contact-section__info p span:nth-last-child(n+2)::after {
    content: "\002C\0020"
}

.contact-section:last-child {
    margin-bottom: 10px
}

.differentiator-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media print, screen and (min-width: 48.0625em) {
    .differentiator-column {
        width: 50%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width: 64.0625em) {
    .differentiator-column {
        width: 25%;
        margin-right: 0;
        margin-left: 0
    }
}

.differentiator-column:nth-child(3n+2) .card--differentiator {
    background: var(--red--brand--medium)
}

.differentiator-column:nth-child(3n+3) .card--differentiator {
    background: var(--red--brand--dark)
}
.differentiator-column:nth-child(3n+4) .card--differentiator {
    background: var(--red--brand--medium)
}
.differentiator-column:nth-child(3n+5) .card--differentiator {
    background: var(--red--brand--dark)
}
.differentiator-column:nth-child(3n+6) .card--differentiator {
    background: #c00;
}

@media print, screen and (min-width: 64.0625em) {
    .differentiators--small .differentiator-column {
        width: 33.33333%;
        margin-right: 0;
        margin-left: 0
    }
}

.card--differentiator {
    overflow: hidden;
    color: #fff;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #c00;
    width: 100%
}

.card--differentiator a:not(.btn) {
    color: #fff
}

.downtown-chicago-section {
    position: relative;
    padding-bottom: 3.125rem
}

@media print, screen and (min-width: 48.0625em) {
    .downtown-chicago-section {
        padding-bottom: 6.25rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .downtown-chicago-section {
        padding-bottom: 9.375rem
    }
}

.downtown-chicago-section .grid-container--large {
    max-width: 82.8125rem
}


.downtown-chicago-section .card {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 8px rgba(66, 66, 66, 0.25);
    box-shadow: 2px 2px 8px rgba(66, 66, 66, 0.25)
}

.downtown-chicago-section .card__content__inner {
    padding: 0
}

.downtown-chicago-section .swiper-slide {
    margin-left: 0
}

.downtown-chicago-section .swiper-slide h3 {
    margin-bottom: 0
}

.downtown-chicago-section .swiper-slide p {
    margin-top: 1.25rem;
    color: #fff
}

.downtown-chicago-section__figure {
    width: 100%;
    margin: 0;
    position: relative;
    position: relative
}

.downtown-chicago-section__figure::before {
    display: block;
    padding-bottom: calc(.781 * 100%);
    content: ''
}

.downtown-chicago-section__figure 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) {
    .downtown-chicago-section__figure {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 140%
    }

    .downtown-chicago-section__figure img {
        z-index: 1;
        -webkit-transform: translateY(calc(var(--scroll-tracker) * 35%)) scale(calc(var(--scroll-tracker) * .1 + 1));
        transform: translateY(calc(var(--scroll-tracker) * 35%)) scale(calc(var(--scroll-tracker) * .1 + 1))
    }

    .downtown-chicago-section__figure::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#191919), color-stop(rgba(25, 25, 25, 0)), to(#191919));
        background-image: linear-gradient(#191919, rgba(25, 25, 25, 0), #191919)
    }

    .downtown-chicago-section__figure::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        left: 0;
        width: 100%;
        height: 8vw;
        background-color: #fff;
        bottom: -1px;
        -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        clip-path: polygon(100% 0, 0% 100%, 100% 100%)
    }
}

.downtown-chicago-section .grid-container {
    position: relative;
    z-index: 3
}

@media screen and (max-width: 48.06125em) {
    .downtown-chicago-section .grid-container {
        margin-top: -1.25rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .downtown-chicago-section figure + .grid-container {
        padding-top: 100px
    }
}

.slider--chicago-section {
    margin-bottom: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .slider--chicago-section {
        margin-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .slider--chicago-section {
        margin-bottom: 6.25rem
    }
}

.embed-section h2 {
    margin-top: 0;
    margin-bottom: 1.875rem
}

@media print, screen and (min-width: 64.0625em) {
    .embed-section h2 {
        margin-bottom: 2.5rem
    }
}

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

.parallax-mask {
    position: relative;
    z-index: 3;
    background: #fff;
    margin-top: -1px
}

.hero {
    position: relative
}

@media print, screen and (min-width: 64.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;
        background: var(--gray--text)
    }
}

.hero .hero__media img, .hero .hero__media .media--blazy, .hero video, .hero .video-feature {
    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 .global-spacing:not(.global-padding):last-child {
    margin-bottom: 0
}

.hero__media {
    display: block;
    width: 100%
}

.hero__content {
    z-index: 3;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    width: 100%
}

@media print, screen and (min-width: 48.0625em) {
    .hero__content {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero__content {
        display: block;
        bottom: 0;
        position: relative;
        left: 0;
        right: 0;
        padding-top: 30vh
    }
}

@media screen and (max-width: 64.06125em) {
    .hero__content {
        position: relative;
        margin-top: -5rem
    }
}

@media screen and (max-width: 48.06125em) {
    .hero__content {
        margin-top: -1.25rem
    }
}

.hero__content p {
    max-width: 53.4375rem
}

.hero__content__inner {
    width: 100%
}

.hero__content__inner .icon-list--inline {
    gap: .9375rem 1.25rem
}

.hero__content__inner .icon-list--inline li {
    margin: 0
}

@media print, screen and (min-width: 48.0625em) {
    .hero__content__inner {
        max-width: calc(10 / 13 * 100%)
    }
}

.hero__overlay {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    height: 90%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.47%, rgba(30, 30, 30, 0)), color-stop(43.72%, rgba(30, 30, 30, 0.84)), color-stop(76.76%, rgba(30, 30, 30, 0.95)));
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) 1.47%, rgba(30, 30, 30, 0.84) 43.72%, rgba(30, 30, 30, 0.95) 76.76%)
}

.autoplay-video-container {
    position: relative
}

.hero--video .video-feature, .hero--video video {
    position: relative;
    z-index: 2
}

@media screen and (min-width: 48.0625em) {
    .hero--video img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%
    }
}

@media screen and (min-width: 48.0625em) {
    .hero--video.hero--section-navigation .hero__content {
        padding: 0 8.4375rem
    }
}

@media screen and (max-width: 64.06125em) {
    .hero.hero--parallax .hero__media {
        position: relative
    }

    .hero.hero--parallax .hero__media::before {
        display: block;
        padding-bottom: calc(.62 * 100%);
        content: ''
    }

    .hero.hero--parallax .hero__media img, .hero.hero--parallax .hero__media video, .hero.hero--parallax .hero__media .autoplay-video-container, .hero.hero--parallax .hero__media iframe, .hero.hero--parallax .hero__media > a, .hero.hero--parallax .hero__media > .media--blazy {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .hero.hero--parallax .hero__media::before {
        position: absolute
    }
}

.hero.hero--parallax .hero__media, .hero.hero--parallax .hero__media .media--blazy, .hero.hero--parallax .video-feature, .hero.hero--parallax .autoplay-video-container {
    height: 100%;
    background: var(--gray--text)
}

@media print, screen and (min-width: 64.0625em) {
    .hero.hero--parallax .hero__media img, .hero.hero--parallax video, .hero.hero--parallax .hero__media, .hero.hero--parallax .hero__media .media--blazy, .hero.hero--parallax .video-feature, .hero.hero--parallax .autoplay-video-container {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.hero.hero--parallax .hero__media img, .hero.hero--parallax video {
    height: 135%;
    -webkit-transform: translateY(calc(var(--scroll-tracker) * 35%));
    transform: translateY(calc(var(--scroll-tracker) * 35%));
    will-change: transform
}

@media screen and (max-width: 64.06125em) {
    .hero.hero--parallax .hero__media img, .hero.hero--parallax video {
        height: 135% !important;
        -o-object-fit: cover;
        object-fit: cover;
        bottom: 0;
        top: auto !important
    }
}

.hero.hero--parallax .autoplay-video-container, .hero.hero--parallax video {
    z-index: 3
}

.hero--content-card {
    background: none;
    display: block;
    z-index: 5;
    position: relative
}

.hero--content-card + .global-spacing:not(.accordions):not(.wysiwyg-block--has-sidebar) {
    margin-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .hero--content-card + .global-spacing:not(.accordions):not(.wysiwyg-block--has-sidebar) {
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--content-card + .global-spacing:not(.accordions):not(.wysiwyg-block--has-sidebar) {
        margin-top: 3.75rem
    }
}

@media screen and (max-width: 48.06125em) {
    .hero--content-card + .wysiwyg-block--has-sidebar {
        margin-top: -25px
    }
}

.hero--content-card .hero__media {
    margin-bottom: 2.5rem;
    overflow: hidden
}

@media print, screen and (min-width: 48.0625em) {
    .hero--content-card .hero__media {
        margin-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--content-card .hero__media {
        margin-bottom: 3.75rem
    }
}

@media screen and (max-width: 64.06125em) {
    .hero--content-card .hero__media {
        margin-bottom: 0
    }
}

.hero--content-card .hero__content {
    padding-bottom: .625rem
}

.hero--content-card .hero__content__inner {
    padding: 1.875rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
}

@media print, screen and (min-width: 48.0625em) {
    .hero--content-card .hero__content__inner {
        padding: 3.125rem 2.5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--content-card .hero__content__inner {
        padding: 3.75rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--content-card .hero__content__inner {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--landing.hero--img {
        margin-bottom: 3.125rem
    }
}

.hero--landing.hero--img h1 {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 2.625rem;
    font-weight: 900;
    line-height: 1.1
}

@media print, screen and (min-width: 48.0625em) {
    .hero--landing.hero--img h1 {
        font-size: 4.5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--landing.hero--img h1 {
        font-size: 6.875rem
    }
}

.hero--landing.hero--img .hero__media {
    overflow: hidden
}

.hero--landing.hero--img .hero__content {
    max-width: none
}

@media screen and (max-width: 64.06125em) {
    .hero--landing.hero--img .hero__content__inner {
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 4
    }
}

@media print, screen and (min-width: 48.0625em) {
    .hero--landing.hero--img .hero__content__inner:only-child {
        padding-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--landing.hero--img .hero__content__inner:only-child {
        padding-bottom: 5rem
    }
}

.hero--landing.hero--img .breadcrumbs {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .hero--landing.hero--img .breadcrumbs {
        margin-top: 1.875rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--landing.hero--img .breadcrumbs {
        color: #fff
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--landing.hero--img .breadcrumbs > li:nth-last-child(-n+1) {
        color: #fff
    }
}

.hero--landing.hero--img .hero__content__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 48.0625em) {
    .hero--landing.hero--img .hero__content__inner {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--landing.hero--img .hero__content__inner {
        color: #fff
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--landing.hero--img .hero__content__inner a:not(.btn) {
        color: var(--yellow--brand)
    }
}

.hero--landing.hero--img .more-in-this-section {
    margin-top: 2.5rem;
    background: #fff
}

@media print, screen and (min-width: 48.0625em) {
    .hero--landing.hero--img .more-in-this-section {
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--landing.hero--img .more-in-this-section {
        margin-top: 5rem
    }
}

@media screen and (max-width: 64.06125em) {
    .hero--landing.hero--img .more-in-this-section {
        margin-top: -1.25rem;
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media screen and (max-width: 64.06125em) and (min-width: 48.0625em) {
    .hero--landing.hero--img .more-in-this-section {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--landing.hero--img .more-in-this-section {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        max-width: 1260px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -3.125rem !important;
        padding: 3.125rem;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
    }
}

@media print, screen and (min-width: 64.0625em) and (min-width: 48.0625em) {
    .hero--landing.hero--img .more-in-this-section {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.hero--landing.hero--img .more-in-this-section:last-child {
    margin-bottom: 0
}

.hero--landing.hero--img .more-in-this-section .cell {
    padding-top: 0;
    border-top: 0
}

.hero--no-img {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: none;
    padding-top: 3.125rem;
    padding-bottom: 1.875rem
}

@media print, screen and (min-width: 48.0625em) {
    .hero--no-img {
        padding-top: 4rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--no-img {
        padding-top: 5.5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--no-img {
        padding-bottom: 2.5rem
    }
}

.hero--no-img + .global-spacing:not(.global-padding) {
    margin-top: 0
}

.hero--no-img .hero__content {
    position: relative;
    margin-top: 0;
    padding-top: 0
}

.hero--no-img .hero__content__inner {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media print, screen and (min-width: 48.0625em) {
    .hero--no-img .hero__content__inner {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.hero--no-img .hero__content__inner h1, .hero--no-img .hero__content__inner p {
    color: var(--gray--text)
}

@media print, screen and (min-width: 48.0625em) {
    .hero--section-navigation:not(.hero--no-img) + .global-spacing {
        margin-top: 6.25rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--section-navigation:not(.hero--no-img) + .global-spacing {
        margin-top: 9.375rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--center:not(.hero--no-img) {
        min-height: 46.875rem
    }
}

.hero--center .hero__content {
    width: 100%
}

.hero--center .hero__content__inner {
    min-width: 100%;
    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
}

@media screen and (max-width: 64.06125em) {
    .hero--center .hero__content__inner {
        margin-right: 0;
        margin-left: 0
    }
}

.hero--center__photo {
    width: 120px
}

@media print, screen and (min-width: 40.0625em) {
    .hero--center__photo {
        width: 160px
    }
}

@media print, screen and (min-width: 48.0625em) {
    .hero--center__photo {
        width: calc(16.66667% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem;
        margin-left: 0
    }
}

.hero--center__photo figure.aspect-ratio-frame {
    margin: 0 0 15px;
    border-radius: 50%;
    overflow: hidden
}

.hero--center__photo figure.aspect-ratio-frame img {
    width: 100% !important
}

.hero--center.hero--no-img {
    padding-bottom: 0
}

.hero--center.hero--no-img .hero__content__inner, .hero--center.hero--no-img .hero--center__text {
    margin: 0;
    padding: 0
}

.hero--center.hero--no-img .hero__content {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 48.0625em) {
    .hero--center.hero--no-img .hero__content {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.hero--center.hero--no-img .center-hero__photo {
    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
}

@media print, screen and (min-width: 48.0625em) {
    .hero--center__text {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

.hero--center .video-play-button {
    top: 1.875rem;
    right: 1.25rem;
    bottom: unset
}

.hero--marketing.hero--landing.hero--img .hero__content {
    max-width: 75rem
}

@media print, screen and (min-width: 64.0625em) {
    .hero--marketing.hero--landing.hero--img .hero__content__inner {
        max-width: 66.66667%;
        margin-left: 0;
        padding-right: 1.25rem;
        padding-left: 0
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--marketing .hero__content__inner {
        padding-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--marketing .hero__content__inner {
        padding-bottom: 4.375rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--marketing .video-play-button {
        bottom: 15.625rem
    }
}

.hero.hero--home {
    display: block;
    padding-top: 30vh
}

@media print, screen and (min-width: 48.0625em) {
    .hero.hero--home {
        padding-top: 5vh
    }
}

.hero.hero--home .hero__media img, .hero.hero--home video {
    height: 125%;
    -webkit-transform: translateY(calc(var(--scroll-tracker) * -50%)) scale(calc(var(--scroll-tracker) * .16 + 1));
    transform: translateY(calc(var(--scroll-tracker) * -50%)) scale(calc(var(--scroll-tracker) * .16 + 1));
    will-change: transform
}

@media screen and (max-width: 40.06125em) {
    .hero.hero--home .hero__media img, .hero.hero--home video {
        height: 56%
    }
}

.hero.hero--home .hero__media, .hero.hero--home .hero__media .media--blazy, .hero.hero--home .video-feature, .hero.hero--home .autoplay-video-container {
    height: 100%;
    background: var(--gray--text)
}

@media screen and (max-width: 40.06125em) {
    .hero.hero--home .hero__media, .hero.hero--home .hero__media .media--blazy, .hero.hero--home .video-feature, .hero.hero--home .autoplay-video-container {
        height: 50%
    }
}

.hero.hero--home .hero__media img, .hero.hero--home video, .hero.hero--home .hero__media, .hero.hero--home .hero__media .media--blazy, .hero.hero--home .video-feature, .hero.hero--home .autoplay-video-container {
    top: 0;
    bottom: auto;
    position: fixed
}

.hero.hero--home .video-play-button {
    bottom: 0
}

@media screen and (max-width: 40.06125em) {
    .hero.hero--home video {
        display: none
    }
}

.hero.hero--home .hero__overlay {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.47%, rgba(30, 30, 30, 0)), color-stop(43.72%, rgba(30, 30, 30, 0.84)), color-stop(70.76%, #1e1e1e));
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) 1.47%, rgba(30, 30, 30, 0.84) 43.72%, #1e1e1e 70.76%)
}

@media screen and (max-width: 48.06125em) {
    .hero.hero--home .hero__overlay {
        display: block
    }
}

.hero.hero--home .hero__content {
    max-width: 100%;
    bottom: unset;
    position: relative;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 48.0625em) {
    .hero.hero--home .hero__content {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media screen and (max-width: 40.06125em) {
    .hero.hero--home .hero__content::before {
        content: "";
        position: absolute;
        left: -20px;
        height: 120%;
        width: calc(100% + 20px);
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1.47%, rgba(30, 30, 30, 0)), color-stop(12.72%, rgba(30, 30, 30, 0.84)), color-stop(25%, #1e1e1e));
        background: linear-gradient(180deg, rgba(30, 30, 30, 0) 1.47%, rgba(30, 30, 30, 0.84) 12.72%, #1e1e1e 25%)
    }
}

@media screen and (max-width: 48.06125em) {
    .hero.hero--home .hero__content__inner {
        background: transparent;
        padding: 0;
        position: relative;
        z-index: 2
    }
}

@media print, screen and (min-width: 48.0625em) {
    .hero.hero--home .hero__content__inner {
        max-width: calc(11 / 12 * 100%)
    }
}

.hero.hero--home .hero--eyebrow {
    display: inline-block;
    font-size: .875rem;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600
}

@media print, screen and (min-width: 48.0625em) {
    .hero.hero--home .hero--eyebrow {
        letter-spacing: .175rem
    }
}

@media screen and (max-width: 40.06125em) {
    .hero.hero--home .hero--eyebrow {
        color: var(--yellow--brand)
    }
}

@media print, screen and (min-width: 40.0625em) {
    .hero.hero--home .hero--eyebrow {
        background-color: #fff;
        padding: .9375rem 1.25rem
    }
    .hero.hero--home a:hover .hero--eyebrow {
        background-color: #c00;
        color: #fff;
    }
}

.hero.hero--home h2 {
    color: #fff;
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 2.625rem;
    font-weight: 900;
    line-height: 1.1;
    margin-top: .625rem;
    max-width: 53.4375rem
}

@media print, screen and (min-width: 48.0625em) {
    .hero.hero--home h2 {
        font-size: 4.5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero.hero--home h2 {
        font-size: 6.875rem
    }
}

.hero--home__intro-text {
    position: relative;
    z-index: 4;
    padding-bottom: 15px;
    padding-top: 3.125rem;
}

@media print, screen and (min-width: 48.0625em) {
    .hero--home__intro-text {
        padding-top: 5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--home__intro-text {
        padding-top: 7.5rem
    }
}

.hero--home__intro-text::before {
    content: "";
    width: 100%;
    height: 100%;
    bottom: -2px;
    background-color: #fff;
    position: absolute;
    -webkit-clip-path: polygon(0 60%, 100% 42%, 100% 100%, 0% 100%);
    clip-path: polygon(0 60%, 100% 42%, 100% 100%, 0% 100%)
}

.card--home-intro-text {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2
}


@media screen and (min-width: 40.0625em) {
    .card--home-intro-text .btn + .btn {
        margin-left: .625rem
    }
}

.page--marketing-landing .hero.hero--parallax .hero__media::before, .page--law-library-home .hero.hero--parallax .hero__media::before, .page--law-landing-page .hero.hero--parallax .hero__media::before, .page--listing-page .hero.hero--parallax .hero__media::before, .page--law-page .hero.hero--parallax .hero__media::before, .page--law-program .hero.hero--parallax .hero__media::before, .page--law-center .hero.hero--parallax .hero__media::before {
    position: relative
}

@media screen and (max-width: 48.06125em) {
    .page--marketing-landing .hero.hero--parallax .hero__media .video, .page--law-library-home .hero.hero--parallax .hero__media .video, .page--law-landing-page .hero.hero--parallax .hero__media .video, .page--listing-page .hero.hero--parallax .hero__media .video, .page--law-page .hero.hero--parallax .hero__media .video, .page--law-program .hero.hero--parallax .hero__media .video, .page--law-center .hero.hero--parallax .hero__media .video {
        display: none
    }
}

@media screen and (max-width: 64.06125em) {
    .page--marketing-landing .hero__overlay, .page--law-library-home .hero__overlay, .page--law-landing-page .hero__overlay, .page--listing-page .hero__overlay, .page--law-program .hero__overlay {
        display: none
    }

    .page--marketing-landing .hero__content__inner, .page--law-library-home .hero__content__inner, .page--law-landing-page .hero__content__inner, .page--listing-page .hero__content__inner, .page--law-program .hero__content__inner {
        background-color: #fff;
        padding: 1.25rem
    }
}

.home-hero__slider .swiper-container-initialized .swiper-slide-visible + .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0
}

.home-hero__slider {
    padding-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .home-hero__slider {
        padding-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero__slider {
        padding-top: 6.25rem
    }
}

@media screen and (max-width: 48.06125em) {
    .home-hero__slider .swiper-container {
        border-left: 2px solid rgba(228, 228, 228, 0.25)
    }
}

.home-hero__slider .grid-container {
    padding: 0
}

.home-hero__slider .slider-navigation {
    margin-top: 0
}

@media screen and (max-width: 48.06125em) {
    .home-hero__slider .slider-navigation {
        padding-top: 1.875rem;
        padding-left: 1.25rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .home-hero__slider .slider-navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        position: absolute;
        top: 0;
        right: -100px;
        gap: 10px
    }
}

.home-hero__slide {
    position: relative
}

@media screen and (max-width: 48.06125em) {
    .home-hero__slide {
        padding-left: 1.25rem
    }
}

.home-hero__slide p, .home-hero__slide div {
    color: #fff
}

@media print, screen and (min-width: 48.0625em) {
    .home-hero__slide-container {
        padding-left: 6.25rem
    }

    .home-hero__slide-container::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        height: 100%;
        width: 40px;
        border-right: 2px solid rgba(228, 228, 228, 0.25)
    }
}

.home-hero-slide__statement p {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: none;
    margin: 0
}

.home-hero-slide__quote p {
    font-family: "Source Serif Pro", "georgia", serif;
    font-size: 1.375rem;
    line-height: 2rem
}

.home-hero-slide__quote p::before {
    content: "\201C"
}

.home-hero-slide__quote p::after {
    content: "\201D"
}

@media print, screen and (min-width: 48.0625em) {
    .home-hero-slide__quote p {
        font-size: 2.5rem;
        line-height: 3rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .home-hero-slide__quote p {
        font-size: 2.75rem;
        line-height: 3.5rem
    }
}

.home-hero-slide__subject {
    position: relative;
    z-index: 2
}

.home-hero-slide__subject figure {
    margin: 0;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    border: 1px solid rgba(228, 228, 228, 0.25);
    overflow: hidden;
    display: none
}

@media print, screen and (min-width: 48.0625em) {
    .home-hero-slide__subject figure {
        display: block;
        position: absolute;
        top: -10px;
        left: -90px
    }
}

.home-hero-slide__subject--degree-year {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6
}

.home-page--group {
    margin-top: 3.125rem;
    overflow: hidden;
    position: relative
}

@media print, screen and (min-width: 48.0625em) {
    .home-page--group {
        margin-top: 5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .home-page--group {
        margin-top: 7.5rem
    }
}

.home-page--group.slanted-background-section {
    padding-top: 0;
    padding-bottom: 0
}

.home-page--group > .slanted-background {
    background: #191919
}

.home-page--group .section-heading__heading, .home-page--group .section-heading__subheading {
    color: #fff
}

.home-page--news {
    position: relative;
    z-index: 3;
    padding-bottom: 3.125rem;
    padding-top: 3.125rem
}

@media print, screen and (min-width: 48.0625em) {
    .home-page--news {
        padding-bottom: 6.25rem;
        padding-top: 6.25rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .home-page--news {
        padding-bottom: 9.375rem;
        padding-top: 9.375rem
    }
    .komanda .home-page--news {
        padding-bottom: 0.375rem;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .home-page--news {
        padding-top: 12.5rem
    }
    .komanda .home-page--news {
        padding-top: 5.5rem;
    }
}

.home-page--news > .slanted-background {
    background-color: rgba(25, 25, 25, 0.85)
}

@media screen and (max-width: 48.06125em) {
    .home-page--news .swiper-container.global-spacing--large {
        padding-top: 2.5rem;
        border-top: 5px solid rgba(228, 228, 228, 0.25)
    }
}

.home-page--news .btn {
    border-color: var(--yellow--brand);
    color: #fff;
    background: transparent
}

.home-page--news .btn:before, .home-page--news .btn:after {
    color: var(--yellow--brand)
}

.home-page--news .btn:hover {
    color: var(--gray--text);
    border-color: var(--yellow--brand);
    background: var(--yellow--brand)
}

.home-page--news .btn:hover:before, .home-page--news .btn:hover:after {
    color: var(--gray--text)
}

.home-page--news .btn:focus {
    color: var(--gray--text);
    border-color: #c00;
    background: #fff
}

.home-page--news .btn:focus:before, .home-page--news .btn:focus:after {
    color: var(--gray--text)
}

.home-page--news .swiper-slide h3 {
    margin-top: 0
}

.home-page--news figure {
    margin: 0
}

.home-page--news article p, .home-page--news article strong {
    color: #fff
}

.home-page--news__topic, .home-page--news__features, .home-page--news__name, .home-page--news__role {
    color: #fff
}

.home-page--news__topic {
    position: relative;
    padding: .9375rem 0
}

.home-page--news__topic::before, .home-page--news__topic::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: rgba(228, 228, 228, 0.25)
}

.home-page--news__topic::before {
    top: 0
}

.home-page--news__topic::after {
    bottom: 0
}

.home-page--news__topic .fa-tag {
    position: absolute;
    left: 0;
    top: 1.25rem
}

.home-page--news__topic a {
    display: inline-block;
    color: var(--yellow--brand);
    margin-left: 25px
}

.home-page--news__topic a strong {
    color: var(--yellow--brand)
}

.home-page--news__topic:last-child::after {
    display: none
}

.home-page--news a {
    font-weight: 600
}

.home-page--news__name a {
    color: var(--yellow--brand)
}

.home-page--news__features, .home-page--news__name {
    margin-top: .9375rem
}

.home-page--news__features, .home-page--news__role {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6
}

@media screen and (max-width: 48.06125em) {
    .home-page--news article.align-middle .home-page--news__topic {
        margin-top: 1.25rem
    }
}

.home-page--news article.swiper-slide .home-page--news__topic {
    margin-top: 1.25rem
}

.home-page--news button.btn {
    border: 2px solid var(--yellow--brand);
    color: #fff;
    background-color: transparent
}

.home-page--news button.btn:focus, .home-page--news button.btn:hover {
    border-color: #fff
}

@media screen and (max-width: 48.06125em) {
    .media-gallery .more-less .more-less__toggle {
        display: none
    }
}

.media-gallery .slider-navigation__prev, .media-gallery .slider-navigation__next {
    border-color: var(--yellow--brand);
    color: #fff;
    background: transparent
}

.media-gallery .slider-navigation__prev:before, .media-gallery .slider-navigation__prev:after, .media-gallery .slider-navigation__next:before, .media-gallery .slider-navigation__next:after {
    color: var(--yellow--brand)
}

.media-gallery .slider-navigation__prev:hover, .media-gallery .slider-navigation__next:hover {
    color: var(--gray--text);
    border-color: var(--yellow--brand);
    background: var(--yellow--brand)
}

.media-gallery .slider-navigation__prev:hover:before, .media-gallery .slider-navigation__prev:hover:after, .media-gallery .slider-navigation__next:hover:before, .media-gallery .slider-navigation__next:hover:after {
    color: var(--gray--text)
}

.media-gallery .slider-navigation__prev:focus, .media-gallery .slider-navigation__next:focus {
    color: var(--gray--text);
    border-color: #c00;
    background: #fff
}

.media-gallery .slider-navigation__prev:focus:before, .media-gallery .slider-navigation__prev:focus:after, .media-gallery .slider-navigation__next:focus:before, .media-gallery .slider-navigation__next:focus:after {
    color: var(--gray--text)
}

.media-gallery__featured-image {
    width: calc(100% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    display: none
}

@media print, screen and (min-width: 48.0625em) {
    .media-gallery__featured-image {
        width: calc(66.5% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem;
        display: block
    }
}

.media-gallery__featured-content {
    width: calc(100% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .media-gallery__featured-content {
        width: calc(33.5% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

.media-gallery__featured-content a {
    color: var(--yellow--brand)
}

@media print, screen and (min-width: 40.0625em) {
    .image-grid {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media print, screen and (min-width: 40.0625em) and (min-width: 48.0625em) {
    .image-grid {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

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

@media print, screen and (min-width: 40.0625em) and (min-width: 48.0625em) {
    .image-grid .glide__slides {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }
}

@media print, screen and (min-width: 40.0625em) {
    .image-grid .glide__arrows {
        display: none
    }
}

.image-grid-item__link {
    position: relative;
    display: block;
    margin: 0 auto;
    line-height: 1;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: -webkit-box-shadow 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: box-shadow 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: box-shadow 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97), -webkit-box-shadow 0.8s cubic-bezier(0.82, 0.06, 0.14, 0.97)
}

.image-grid-item__link img {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-filter 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: -webkit-transform 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-filter 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), filter 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: transform 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), filter 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-filter 0.6s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    max-width: none;
    width: 100%
}

.image-grid-item__link:hover, .image-grid-item__link:focus {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.4)
}

.image-grid-item__link:hover img, .image-grid-item__link:focus img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%)
}

.image-grid-item__expand {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: .5em;
    background-color: #fff;
    font-size: 1.25rem
}

@media screen and (max-width: 40.06125em) {
    .image-grid-item {
        padding: 0
    }

    .image-grid-item__toggle {
        display: none
    }
}

@media print, screen and (min-width: 40.0625em) {
    .image-grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-height: 0px;
        min-width: 0px;
        width: calc(33.33333% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem;
        display: block;
        height: auto;
        padding-bottom: 30px
    }

    .image-grid-item__toggle {
        position: absolute;
        top: 0;
        right: 0;
        padding: .5em .5625em;
        text-align: center;
        color: #c00;
        background-color: #fff;
        font-size: 1.25rem
    }

    .image-grid-item__toggle:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        content: "\f424";
        font-weight: 300
    }

    .image-grid-item__toggle:hover {
        background-color: #fff
    }
}

.inthemedia--item time {
    position: relative;
    margin: 0
}

.inthemedia--item time span {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    display: inline-block;
    margin-left: 10px
}

.inthemedia__featured {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    position: relative
}

.inthemedia__featured::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 1px;
    border-top: 2px solid var(--logo--gray--line)
}

.inthemedia__featured h4 {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    font-style: italic;
    margin: 0
}

.inthemedia__featured-section {
    margin-top: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem
}

.inthemedia__featured-section figure {
    width: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin: 0
}

.inthemedia__featured-section--text {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6
}

.inthemedia__featured-section--text p {
    margin: 0
}

.inthemedia__featured-section--text ul {
    list-style: none;
    margin-top: .3125rem
}

.inthemedia__featured-section--text li {
    margin-top: 0
}

.more-less {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.more-less .grid-container {
    width: 100%
}

.more-less__content {
    width: 100%
}

.more-less [data-more-less-content] {
    position: relative;
    overflow: hidden;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.more-less [data-more-less-toggle], .more-less .more-less__toggle {
    display: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    bottom: 0;
    left: 11%;
    padding: 0;
    height: 4.375rem;
    width: 4.375rem;
    border: .125rem solid var(--gray--dark);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.more-less [data-more-less-toggle]:after, .more-less .more-less__toggle:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.25rem;
    position: absolute
}

.more-less[data-more-less-init] [data-more-less-toggle], .more-less[data-more-less-init] .more-less__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.more-less[data-more-less-init='items'] [data-more-less-item]:nth-child(5) ~ [data-more-less-item] {
    display: none
}

.more-less.more-less-open [data-more-less-content] {
    max-height: none !important
}

.more-less.more-less-open [data-more-less-item] {
    display: block !important
}

.more-less.more-less-open [data-more-less-toggle]:after, .more-less.more-less-open .more-less__toggle:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

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

:root:not(.oho-js) .more-less__item {
    display: block !important
}

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

.outcome-stories {
    overflow: hidden
}

.outcome-stories .swiper-outer-container {
    position: relative
}

@media screen and (min-width: 75em) {
    .outcome-stories .swiper-outer-container {
        padding-left: calc(50vw - 600px)
    }
}

@media screen and (max-width: 25em) {
    .outcome-stories .swiper-outer-container {
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

.outcome-stories .swiper-container {
    position: revert;
    overflow: visible;
    margin-right: 0;
    margin-left: 0;
    width: 960px
}

@media screen and (max-width: 74.9375em) {
    .outcome-stories .swiper-container {
        width: calc(100vw - 200px)
    }
}

@media screen and (max-width: 47.9375em) {
    .outcome-stories .swiper-container {
        width: 360px
    }
}

@media screen and (max-width: 25em) {
    .outcome-stories .swiper-container {
        width: 100%
    }
}

@media screen and (max-width: 87.4375em) {
    .outcome-stories .slider-navigation {
        margin-top: 1.875rem
    }
}

@media screen and (min-width: 87.5em) {
    .outcome-stories .slider-navigation {
        position: absolute;
        top: calc(50% - 19px);
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .outcome-stories .slider-navigation .slider-navigation__prev {
        margin-left: calc(50vw - 680px)
    }

    .outcome-stories .slider-navigation .slider-navigation__next {
        margin-right: 10px
    }
}

.outcome-story {
    max-width: 22.5rem
}

.outcome-story:not(.swiper-slide-active) {
    opacity: .5
}

.outcome-story > figure {
    width: 100%;
    max-width: 360px;
    margin: 0
}

@media print, screen and (min-width: 48.0625em) {
    .outcome-story {
        max-width: 60rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px
    }
}

.outcome-story--text {
    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
}

@media screen and (max-width: 48.06125em) {
    .outcome-story--text {
        margin-top: 1.25rem
    }
}

.outcome-story--text .wysiwyg p:first-child {
    margin-top: 0
}

.outcome-story--text p.h4, .outcome-story--text p.fa-graduation-cap {
    margin: 0
}

.outcome-story--text .fa-graduation-cap span {
    font-family: "Source Sans Pro", helvetica, sans-serif;
    display: inline-block;
    margin-left: 10px
}

.practical-experience-section ul {
    list-style-type: none
}

.practical-experience-section ul li a {
    color: var(--yellow--brand);
    font-weight: 600
}

.practical-experience-section ul li:not(:first-child) {
    margin-top: .625rem
}

.promo {
    color: #fff
}

.promo h2, .promo p {
    margin-top: 1.25rem
}

.promo .icon {
    width: 100%
}

.promo ol > li::before {
    color: #fff
}

.promo .fal {
    font-size: 60px;
    color: var(--yellow--brand)
}

.related-centers-institutes__item:nth-child(even) .offset-grid-container--padded:before {
    background-color: #fff
}

.related-centers-institutes .center-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.25rem
}

.related-centers-institutes .center-profile__text {
    margin-left: .9375rem
}

.related-centers-institutes .center-profile__text p {
    margin: 0
}

.related-centers-institutes .center-profile__text ul {
    list-style-type: none;
    margin-top: .3125rem
}

.slider-navigation {
    display: none
}

@media screen and (max-width: 48.06125em) {
    .slider-navigation {
        margin-top: 1.875rem
    }
}

.swiper-container-initialized .slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider-navigation__prev, .slider-navigation__next {
    padding: .625rem;
    height: 3.75rem;
    width: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider-navigation__prev i, .slider-navigation__next i {
    font-size: 1rem
}

.slider-navigation__prev {
    margin-right: .625rem
}

.slider-navigation .fully-disable {
    display: none
}

.courses .swiper-container ul{
    columns: 3;
}

.courses .swiper-container ul li{
    list-style: none;
    padding-left: 30px;
    padding-right: 15px;
}

.courses .swiper-container ul h3{
    margin-top: 0;
}

.swiper-container {
    overflow: visible
}

.swiper-container-initialized .swiper-slide {
    -webkit-transition: opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: opacity 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    opacity: 0
}

.swiper-container-initialized .swiper-slide-visible {
    opacity: 1
}

.swiper-container-initialized .swiper-slide-visible + .swiper-slide:not(.swiper-slide-visible) {
    opacity: .15
}

.swiper-wrapper {
    list-style: none
}

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

.profile-feature .swiper-wrapper {
    padding-bottom: 14px
}

.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 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    background-color: transparent
}

.slide-toggle--line {
    border-bottom: 0.0625em solid #000
}

.slide-toggle--line .slide-toggle__button {
    color: var(--gray--text)
}

.slide-toggle--line .slide-toggle__button[aria-selected='true'] {
    color: #c00
}

@supports (--css:variables) {
    .slide-toggle--line:after {
        bottom: 0;
        height: .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: #c00
    }
}

.slide-toggle--pill {
    padding: 1em;
    background-color: var(--red--brand--dark)
}

.slide-toggle--pill .slide-toggle__button {
    position: relative;
    z-index: 1
}

.slide-toggle--pill .slide-toggle__button:hover {
    background-color: #c00
}

.slide-toggle--pill .slide-toggle__button[aria-selected='true'] {
    background-color: #c00
}

@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: var(--red--brand--medium)
    }
}

@supports (--css:variables) {
    .slide-toggle:after {
        position: absolute;
        display: block;
        width: 100px;
        content: '';
        -webkit-transition: -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
        transition: -webkit-transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
        transition: transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
        transition: transform 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 650ms 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
    }
}

.social-media {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.social-media li {
    display: inline-block
}

.social-media a {
    display: block;
    margin: 0 .25em;
    -webkit-transition: color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: color 650ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
    font-size: 1.5rem
}

.social-media a:hover {
    color: var(--red--brand--dark)
}

.stories-section .card, .stories-section .card--small {
    text-align: left
}

.stories-section .card .card__content__inner, .stories-section .card--small .card__content__inner {
    padding: 0
}

.stories-section .card--story h3 {
    margin-top: .9375rem;
    margin-bottom: 0
}

.stories-section .card--story h3 a {
    color: var(--gray--text);
    text-decoration: underline;
    text-decoration-thickness: .125rem;
    text-underline-offset: 5px;
    -webkit-text-decoration-color: var(--lines--header--underline);
    text-decoration-color: var(--lines--header--underline);
    -webkit-transition: -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98);
    transition: text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-text-decoration-color 0.4s cubic-bezier(0.42, 0.08, 0.06, 0.98)
}

.stories-section .card--story h3 a:hover {
    -webkit-text-decoration-color: #c00;
    text-decoration-color: #c00
}

.stories-section .card--story h3 a:focus {
    -webkit-text-decoration-color: var(--yellow--brand);
    text-decoration-color: var(--yellow--brand)
}

.stories-section .icon-list {
    margin-top: .625rem
}

.stories-section .slider-overflow-container .grid-container {
    padding: 0;
    max-width: 100%
}

.stories-section .slider-overflow-container .swiper-container {
    margin-top: 0
}

.featured-story {
    position: relative;
    z-index: 2
}

@media print, screen and (min-width: 48.0625em) {
    .featured-story + .views-element-container .offset-grid-container-outer {
        margin-top: -1.25rem
    }

    .featured-story + .views-element-container .offset-grid-container-outer .offset-grid--padded {
        padding-top: 4.375rem
    }
}

@media screen and (max-width: 48.06125em) {
    .featured-story h3 {
        margin-top: 1.25rem
    }
}

.tabs {
    position: relative
}

.tabs__buttons {
    margin-bottom: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .tabs__buttons {
        margin-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .tabs__buttons {
        margin-bottom: 3.75rem
    }
}

@media screen and (max-width: 48.06125em) {
    .tabs__buttons {
        display: none
    }
}

@media print, screen and (min-width: 48.0625em) {
    .tabs__buttons {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        background-color: #fff;
        padding: .625rem;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        margin-top: -3.125rem;
        position: relative
    }

    :root:not(.oho-js) .tabs__buttons {
        display: none
    }

    .tabs__button {
        font-family: Source Sans Pro, helvetica, sans-serif;
        font-size: 1.0625rem;
        font-weight: 700;
        line-height: 1.5;
        text-transform: none;
        color: #000;
        background: #fff;
        padding: 1.875rem 2.5rem;
        text-transform: none;
        font-weight: 700;
        position: relative
    }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
    .tabs__button {
        font-size: 1.125rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .tabs__button:hover, .tabs__button:focus {
        background: var(--gray--interactive-background)
    }

    .tabs__button[aria-selected='true'] {
        color: #fff;
        background: var(--red--brand);
        pointer-events: none
    }

    .tabs__button[aria-selected='false'] + .tabs__button[aria-selected='false']::before {
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 26px);
        left: 0;
        width: 1px;
        height: 52px;
        border-left: 1px solid var(--lines--header--underline)
    }

    .tabs .accordion {
        display: block;
        margin-top: 0;
        padding: 1.75em;
        border: 0.0625em solid #c00
    }

    .tabs .accordion::before, .tabs .accordion::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .tabs .accordion::after {
        clear: both
    }

    .tabs .accordion[aria-hidden='true'] {
        display: none
    }

    .tabs .accordion__button {
        display: none
    }

    :root:not(.oho-js) .tabs .accordion__button {
        display: block
    }
}

.tabs--academic-timeline + .global-padding {
    margin-top: 0
}

.tabs--academic-timeline > .grid-container {
    background: var(--gray--interactive-background);
    position: relative;
    margin-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .tabs--academic-timeline > .grid-container {
        margin-top: 6.25rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .tabs--academic-timeline > .grid-container {
        margin-top: 6.875rem
    }
}

@media screen and (min-width: 75em) {
    .tabs--academic-timeline > .grid-container::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        left: calc(600px - 50vw);
        top: 0;
        width: 100vw;
        height: 100%;
        background-color: var(--gray--interactive-background)
    }
}

.tabs--academic-timeline .tabs {
    padding-bottom: 0
}

@media print, screen and (min-width: 48.0625em) {
    .tabs--academic-timeline .tabs {
        padding-bottom: 5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .tabs--academic-timeline .tabs {
        padding-bottom: 7.5rem
    }
}

.tabs--academic-timeline .tabs .accordion {
    padding: 0;
    border: none
}

@media screen and (max-width: 48.06125em) {
    .tabs--academic-timeline .tabs .accordion {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

.tabs--academic-timeline .tabs .accordion + .accordion {
    margin-top: 0
}

.tabs--academic-timeline .accordion__button {
    padding: 2.5rem 3.125rem 1.875rem 1.25rem
}

.tabs--academic-timeline .accordion__button span {
    font-size: 1.25rem;
    text-transform: none
}

.tabs--academic-timeline .accordion__icon {
    width: .75rem;
    height: .75rem;
    right: 1.25rem
}

.tabs--academic-timeline .accordion--open > .accordion__button {
    background: #fff !important;
    border: 1px solid var(--yellow--brand) !important
}

.tabs--academic-timeline .accordion__content {
    max-width: 53.75rem;
    border: none
}

.tabs--academic-timeline .accordion__content blockquote {
    background-color: #fff
}

.tabs--academic-timeline div.accordion--tab:nth-of-type(odd) .accordion__button {
    background: var(--red--brand--medium)
}

.tabs--academic-timeline div.accordion--tab:nth-of-type(odd) .accordion__button:hover {
    background: #fff
}

.testimonial {
    position: relative;
    overflow: hidden
}

.testimonial::before, .testimonial::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 20px;
    width: 100%;
    border-bottom: 1px solid var(--lines--header--underline);
    -webkit-transition: max-width 1.2s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: max-width 1.2s cubic-bezier(0.82, 0.06, 0.14, 0.97)
}

.testimonial::before {
    right: 50%
}

.testimonial::after {
    left: 50%
}

.testimonial blockquote, .testimonial blockquote p {
    font-size: 1.0625rem;
    line-height: 1.75rem;
    font-family: "Source Serif Pro", "georgia", serif;
    font-weight: 300;
    font-style: normal
}

@media print, screen and (min-width: 48.0625em) {
    .testimonial blockquote, .testimonial blockquote p {
        font-size: 1.5rem;
        line-height: 3.125rem
    }
}

.testimonial blockquote {
    position: relative;
    background: none;
    margin: 0;
    padding: 0;
    padding-top: 4.25rem;
    position: relative;
    max-width: unset;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-align: center
}

@media print, screen and (min-width: 48.0625em) {
    .testimonial blockquote {
        padding-right: 4.375rem;
        padding-left: 4.375rem
    }
}

.testimonial blockquote::before {
    content: "";
    display: block;
    background: transparent no-repeat url(/themes/iit_law/assets/img/quotation-mark--yellow.png);
    width: 71px;
    height: 61px;
    position: absolute;
    z-index: 2;
    top: 17px;
    left: calc(50% - 35px);
    font-size: 0;
    border-radius: 0;
    padding: 0;
    margin: 0
}

.testimonial__attribution {
    margin-top: 1.875rem;
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    text-align: center
}

.testimonial figure {
    width: 70px;
    margin: 10px auto 0;
    -webkit-transition: opacity 1.2s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: opacity 1.2s cubic-bezier(0.82, 0.06, 0.14, 0.97)
}

.oho-animate--ready .testimonial::before, .oho-animate--ready .testimonial::after {
    max-width: 0
}

.oho-animate--ready .testimonial.swiper-slide:not(.swiper-slide-visible)::before, .oho-animate--ready .testimonial.swiper-slide:not(.swiper-slide-visible)::after {
    max-width: 0
}

.oho-animate--ready .testimonial figure {
    opacity: 0
}

.oho-animate--in .testimonial.swiper-slide:not(.swiper-slide-visible)::before, .oho-animate--in .testimonial.swiper-slide:not(.swiper-slide-visible)::after {
    max-width: 0
}

.oho-animate--in .testimonial.swiper-slide.swiper-slide-visible::before, .oho-animate--in .testimonial.swiper-slide.swiper-slide-visible::after {
    max-width: 300px
}

.oho-animate--in .testimonial .figure {
    opacity: 1
}

.testimonials .grid-container {
    overflow: hidden
}

.testimonials .swiper-container {
    overflow: visible
}

.testimonials .swiper-container-initialized .slider-navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print, screen and (min-width: 48.0625em) {
    .testimonials .swiper-container-initialized .slider-navigation {
        position: absolute;
        top: calc(50% - 30px);
        right: -80px;
        left: -80px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.title-triage-links {
    background-color: var(--gray--hero--backgrounds)
}

.title-triage-links h1 {
    color: #fff;
    margin: 0
}

.title-triage-links li {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6
}

.title-triage-links li a {
    color: var(--yellow--brand)
}

.course--page-title-and-info {
    background-color: var(--gray--hero--backgrounds);
    padding-top: 3.125rem;
    padding-bottom: 3.125rem
}

@media print, screen and (min-width: 48.0625em) {
    .course--page-title-and-info {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .course--page-title-and-info {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }
}

.course--page-title-and-info h1 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0
}

.course--page-title-and-info h1 .course__title {
    font-weight: 700;
    display: block
}

@media print, screen and (min-width: 48.0625em) {
    .course--page-title-and-info h1 .course__title {
        display: inline-block;
        margin-right: 2.5rem
    }
}

.course--page-title-and-info .breadcrumbs {
    color: #fff
}

.course--page-title-and-info .breadcrumbs a {
    color: var(--yellow--brand)
}

.course--page-title-and-info .breadcrumbs > li:nth-last-child(-n+1) {
    color: #fff
}

.course--page-title-and-info .breadcrumbs-container {
    padding-right: 0;
    padding-left: 0
}

.course--information {
    margin-top: -1.875rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    max-width: 1260px;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    padding: 1.875rem
}

@media print, screen and (min-width: 48.0625em) {
    .course--information {
        margin-top: -2.5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .course--information {
        margin-top: -3.125rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .course--information {
        padding: 3.125rem
    }
}

@media screen and (min-width: 81.25em) {
    .course--information {
        margin-right: auto;
        margin-left: auto
    }
}

.course--information h2 {
    margin: 0
}

.course--information p, .course--information ul {
    margin-top: .625rem;
    margn-bottom: 0
}

.course--information .list--comma-separate li {
    display: inline
}

@media screen and (max-width: 40.06125em) {
    .course--information .cell + .cell {
        margin-top: 1.25rem
    }
}

@media screen and (min-width: 40.0625em) and (max-width: 48.06125em) {
    .course--information .cell:nth-child(n+3) {
        margin-top: 1.25rem
    }
}

@media screen and (min-width: 48.0625em) and (max-width: 64.06125em) {
    .course--information .cell:nth-child(n+3) {
        margin-top: 1.25rem
    }
}

.course--section-info {
    margin-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .course--section-info {
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .course--section-info {
        margin-top: 3.75rem
    }
}

.course--section-info h2 {
    padding-bottom: 1.875rem;
    position: relative
}

@media print, screen and (min-width: 64.0625em) {
    .course--section-info h2 {
        padding-bottom: 2.5rem
    }
}

.course--section-info h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid var(--lines--header--underline);
    -webkit-transition: max-width 1.2s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: max-width 1.2s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    max-width: 100%
}

.course--section-info.oho-animate--ready h2::after {
    max-width: 0%
}

.course--section-info__content h3 {
    margin-top: 1.875rem
}

@media print, screen and (min-width: 64.0625em) {
    .course--section-info__content h3 {
        margin-top: 2.5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .course--section-info__schedule {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .course--section-info__schedule .course--term {
        width: 44.44%
    }
}

.course--section-info__schedule .course--term p:first-child {
    margin: 0
}

.course--section-info__schedule .course--term p + p {
    margin-top: .5rem
}

.course--days-of-the-week ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem
}

.course--days-of-the-week li {
    width: 50px;
    height: 60px;
    background-color: #fff;
    border: 1px solid var(--lines--header--underline);
    display: block;
    -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;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.course--days-of-the-week li.active {
    color: #fff;
    background-color: var(--red--brand);
    border-color: var(--red--brand)
}

.course--days-of-the-week p {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    margin-top: .5rem;
    margin-bottom: 0
}

.course--days-of-the-week p + p {
    margin-top: .125rem
}

.course--days-of-the-week p span:not(:last-child):after {
    content: ","
}

.aside--faculty-profile {
    margin-top: 1.875rem;
    max-width: 300px
}

@media print, screen and (min-width: 64.0625em) {
    .aside--faculty-profile {
        margin-top: 2.5rem
    }
}

.aside--faculty-profile .card--profile + .card--profile {
    margin-top: 1.25rem
}

.course--additional-sections {
    background-color: var(--gray--interactive-background)
}

.course--additional-sections article {
    margin-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .course--additional-sections article {
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .course--additional-sections article {
        margin-top: 3.75rem
    }
}

.course--additional-sections article + article {
    margin-top: 1.875rem
}

@media print, screen and (min-width: 64.0625em) {
    .course--additional-sections article + article {
        margin-top: 2.5rem
    }
}

.course__section-details {
    padding-bottom: 1.25rem;
    position: relative
}

.course__section-details ul {
    list-style: none
}

@media print, screen and (min-width: 48.0625em) {
    .course__section-details > ul > li {
        display: inline-block;
        margin-right: 1.875rem
    }
}

.course__section-details::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid var(--lines--header--underline);
    -webkit-transition: max-width 1.2s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    transition: max-width 1.2s cubic-bezier(0.82, 0.06, 0.14, 0.97);
    max-width: 100%
}

.course__section-details.oho-animate--ready::after {
    max-width: 0%
}

.page--course__listing-items {
    margin-top: 0
}

.page--course__listing-items > li + li {
    margin-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .page--course__listing-items > li + li {
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .page--course__listing-items > li + li {
        margin-top: 3.75rem
    }
}

.page--course__listing-items > li.grid-container::before {
    display: none
}

.page--course__listing-items .grid-x {
    row-gap: .625rem
}

.page--course__listing-items .grid-x + .grid-x {
    margin-top: 1.25rem
}

.listing--courses ol {
    list-style: none
}

.listing--courses ol > li.grid-container::before {
    display: none
}

.listing--courses ol > li {
    padding-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .listing--courses ol > li {
        padding-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .listing--courses ol > li {
        padding-top: 3.75rem
    }
}

.listing--courses ol > li + li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 1.25rem;
    right: 1.25rem;
    height: 1px;
    border-top: 10px solid var(--gray--interactive-background)
}

.card--event {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.card--event .card__media {
    width: auto
}

.card--event .date-block {
    padding: 1.25rem;
    color: #fff;
    background-color: var(--red--brand--dark)
}

.card--event .text-margin-reset p {
    margin-top: .9375rem
}

.card--event .text-margin-reset .icon-list {
    margin-top: 1.25rem
}

.listing-item--event .card__content__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 48.06125em) {
    .listing-item--event .date-block__time-inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.25rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.card--featured-event .card__content {
    width: 100%
}

.card--featured-event .card--event__content__column {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .card--featured-event .card--event__content__column {
        margin-top: 1.875rem
    }
}

.library-catalog-search .button {
    font-weight: 500;
    font-family: "Source Sans Pro", helvetica, sans-serif;
    border-width: .0625rem;
    border-style: solid;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: .9;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    padding: .9375rem 1.25rem;
    border-color: #c00;
    color: #fff;
    background: #c00;
    text-align: center
}

.library-catalog-search .button, .library-catalog-search .button:before, .library-catalog-search .button:after {
    -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)
}

.library-catalog-search .button:hover, .library-catalog-search .button:focus {
    text-decoration: none;
    outline: none
}

.library-catalog-search .button:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .6
}

.library-catalog-search .button:before, .library-catalog-search .button:after {
    color: #fff
}

.library-catalog-search .button:hover {
    color: var(--gray--text);
    border-color: var(--yellow--brand);
    background: var(--yellow--brand)
}

.library-catalog-search .button:hover:before, .library-catalog-search .button:hover:after {
    color: var(--gray--text)
}

.library-catalog-search .button:focus {
    color: var(--gray--text);
    border-color: #c00;
    background: #fff
}

.library-catalog-search .button:focus:before, .library-catalog-search .button:focus:after {
    color: var(--gray--text)
}

.library-catalog-search form {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .library-catalog-search form {
        margin-top: 1.875rem
    }
}

.library-catalog-search h2 {
    margin-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .library-catalog-search h2 {
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .library-catalog-search h2 {
        margin-top: 5rem
    }
}

.library-catalog-search .wrapper > h2:first-child {
    margin-top: 0
}

.library-catalog-search .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.library-catalog-search .wrapper > h2, .library-catalog-search .wrapper > form, .library-catalog-search .wrapper > div {
    width: 100%
}

.library-catalog-search .wrapper br {
    display: none
}

.library-catalog-search .wrapper .other-search-col, .library-catalog-search .wrapper .topRec {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 40.0625em) {
    .library-catalog-search .wrapper .other-search-col, .library-catalog-search .wrapper .topRec {
        width: auto
    }
}

.library-catalog-search .fields, .library-catalog-search .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 40.06125em) {
    .library-catalog-search .field {
        width: 100%
    }
}

@media screen and (max-width: 40.06125em) {
    .library-catalog-search .field + .field {
        margin-top: 1.25rem
    }
}

@media print, screen and (min-width: 40.0625em) {
    .library-catalog-search .field + .field, .library-catalog-search .other-search-col + .topRec {
        padding-left: 1.25rem
    }
}

.library-catalog-search .field-grow, .library-catalog-search [type="text"] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.library-catalog-search select, .library-catalog-search .button {
    min-width: 12.5rem
}

@media screen and (max-width: 40.06125em) {
    .library-catalog-search select, .library-catalog-search .button {
        width: 100%
    }
}

.library-search {
    z-index: 2
}

.library-news-feed p {
    margin-top: .3125rem
}

.library-news-feed .grid-x {
    margin-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .library-news-feed .grid-x {
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .library-news-feed .grid-x {
        margin-top: 3.75rem
    }
}

.library-news-feed .cell:not(:first-of-type) {
    margin-top: 1.25rem
}

.contact-and-hours-section {
    position: relative;
    overflow: hidden
}

.contact-and-hours-section .icon-list li + li {
    margin-top: .625rem
}

.contact-and-hours-section h2 {
    margin-top: 0
}

.contact-and-hours-section p a:only-child {
    font-weight: 500;
    font-family: "Source Sans Pro", helvetica, sans-serif;
    border-width: .0625rem;
    border-style: solid;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: .9;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    padding: .9375rem 1.25rem;
    border-color: #c00;
    color: #fff;
    background: #c00
}

.contact-and-hours-section p a:only-child, .contact-and-hours-section p a:only-child:before, .contact-and-hours-section p a:only-child:after {
    -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)
}

.contact-and-hours-section p a:only-child:hover, .contact-and-hours-section p a:only-child:focus {
    text-decoration: none;
    outline: none
}

.contact-and-hours-section p a:only-child:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .6
}

.contact-and-hours-section p a:only-child:before, .contact-and-hours-section p a:only-child:after {
    color: #fff
}

.contact-and-hours-section p a:only-child:hover {
    color: var(--gray--text);
    border-color: var(--yellow--brand);
    background: var(--yellow--brand)
}

.contact-and-hours-section p a:only-child:hover:before, .contact-and-hours-section p a:only-child:hover:after {
    color: var(--gray--text)
}

.contact-and-hours-section p a:only-child:focus {
    color: var(--gray--text);
    border-color: #c00;
    background: #fff
}

.contact-and-hours-section p a:only-child:focus:before, .contact-and-hours-section p a:only-child:focus:after {
    color: var(--gray--text)
}

.contact-and-hours-section .contact-block, .contact-and-hours-section .hours-block {
    background-color: #fff;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

@media print, screen and (min-width: 64.0625em) {
    .contact-and-hours-section .contact-block, .contact-and-hours-section .hours-block {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .contact-and-hours-section .contact-block, .contact-and-hours-section .hours-block {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media screen and (max-width: 48.06125em) {
    .contact-and-hours-section .contact-block {
        margin-top: 1.25rem
    }
}

.contact-and-hours-section .grid-container {
    position: relative;
    z-index: 2
}

.contact-and-hours-section .scroll-tracker-target, .contact-and-hours-section .scroll-tracker-target img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    bottom: 0;
    left: 0
}

.contact-and-hours-section .scroll-tracker-target {
    background-color: var(--gray--dark)
}

.contact-and-hours-section .scroll-tracker-target img {
    opacity: .45 !important;
    height: 135%;
    -webkit-transform: translateY(calc(var(--scroll-tracker) * 35%));
    transform: translateY(calc(var(--scroll-tracker) * 35%))
}

.card--news .date, .card--news p, .card--news .tags {
    margin-top: 1.25rem;
    display: block
}

.card--news .date + p {
    margin-top: .9375rem
}

.news-section .icon-list li, .related-news .icon-list li {
    display: inline-block
}

.news-section .fa-calendar-alt, .related-news .fa-calendar-alt {
    font-weight: 400
}

.news-section .swiper-container, .related-news .swiper-container {
    margin-top: 0
}

.listing--in-the-media .listing-area__rows > li {
    padding: 0
}

.card--profile h2, .card--profile h3 {
    margin: 0
}

.card--profile p, .card--profile .positions {
    margin-top: .9375rem;
    display: block;
    margin-bottom: 0;
    list-style-type: none
}

.card--profile .positions {
    font-style: italic
}

.card--profile .publication {
    margin-top: 0
}

.card--profile .btn {
    margin-top: 1.25rem;
    margin-bottom: 0
}

.card--profile .card__media {
    padding-left: 1.25rem;
    padding-top: 1.25rem;
    padding-right: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .card--profile .card__media {
        padding-left: 1.875rem;
        padding-top: 1.875rem;
        padding-right: 1.875rem
    }
}

.profile-feature {
    overflow: hidden
}

@media screen and (min-width: 48.0625em) {
    .profile-feature .slider-overflow-container {
        margin: auto
    }

    .profile-feature .swiper-container {
        padding-right: 2.8125rem
    }

    .profile-feature .slider-navigation {
        display: block;
        position: absolute;
        top: 64px;
        right: 0
    }

    .profile-feature .slider-navigation .btn {
        margin-right: 0
    }

    .profile-feature .slider-navigation .slider-navigation__next {
        margin-top: .3125rem
    }
}

.profile-feature .swiper-container {
    margin-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .profile-feature .swiper-container {
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .profile-feature .swiper-container {
        margin-top: 3.75rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .card--listing--profile {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card--listing--profile .card__content__inner {
        padding: 0 1.875rem 0 0
    }

    .card--listing--profile .card__media {
        width: 100%;
        margin-bottom: 0
    }

    .card--listing--profile .card__content {
        width: 100%
    }

    .card--listing--profile img {
        display: block
    }
}

.profile-meta .grid-gap {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.profile-content .sidebar-block {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

@media screen and (max-width: 48.06125em) {
    .profile-detail .featured-image {
        max-width: 13.75rem
    }
}

.listing__rows-items li {
    padding-left: 0
}

ol.listing__rows > li:before, ol.listing__rows-items > li:before {
    content: none
}

.program-listing-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    width: 100%;
    color: var(--gray--text)
}

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

.program-listing-item h3 {
    font-family: Source Sans Pro, helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5
}

@media print, screen and (min-width: 48.0625em) {
    .program-listing-item h3 {
        font-size: 1.25rem
    }
}

.program-listing-item .link-arrow {
    display: block
}

.program-listing-item .grid-x {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.program-listing-item ol, .program-listing-item li {
    margin: 0;
    padding: 0;
    width: 100%
}

.program-listing-item {
    color: var(--gray--text);
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

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

@media screen and (max-width: 48.06125em) {
    .program-listing-item p {
        margin-top: 10px
    }
}

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

    .program-listing-item__secondary-heading + h4, .program-listing-item__secondary-heading + p {
        margin: 0
    }
}

.program-listing-item .btn--compare {
    padding: 1.25rem 1.875rem 0.85rem
}

@media screen and (max-width: 48.06125em) {
    .program-header {
        display: none
    }
}

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

.program-header__container, .program-listing-item__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -1.25rem;
    margin-left: -1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .program-header__container, .program-listing-item__grid {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media screen and (min-width: 48.0625em) {
    .program-header__column--program, .program-listing-item__column--program {
        width: calc(20% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

@media screen and (min-width: 48.0625em) {
    .program-header__column--level, .program-listing-item__column--level {
        width: calc(20% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

@media screen and (min-width: 48.0625em) {
    .program-header__column--degree, .program-listing-item__column--degree {
        width: calc(20% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

@media screen and (min-width: 48.0625em) {
    .program-header__column--type, .program-listing-item__column--type {
        width: calc(20% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

@media screen and (min-width: 48.0625em) {
    .program-header__column--location, .program-listing-item__column--location {
        width: calc(20% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

@media screen and (min-width: 48.0625em) {
    .program-header__column--compare, .program-listing-item__column--compare {
        width: calc(20% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

.card--story h2, .card--story h3 {
    margin: 0
}

.card--story .subject-info, .card--story p, .card--story .tags {
    margin-top: .9375rem;
    display: block;
    margin-bottom: 0
}

.card--story .btn {
    margin-top: 1.25rem;
    margin-bottom: 0
}

.card--story .quote {
    font-weight: 500;
    font-style: italic
}

.subject-info:not(:first-child) {
    margin-top: 1.875rem
}

.subject-info span {
    display: block
}

.subject-info span:not(:first-child) {
    margin-top: .625rem
}

.subject-info__name {
    font-weight: 600
}

.subject-info__meta {
    color: var(--logo--gray--line)
}

@media print, screen and (min-width: 48.0625em) {
    .card--listing--story {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .card--listing--story .card__content__inner {
        padding: 0 1.875rem 0 0
    }

    .card--listing--story .card__media {
        width: 25%;
        margin-bottom: 0
    }

    .card--listing--story .card__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .card--listing--story img {
        display: block
    }
}

.featured-image {
    margin: 0
}

.detail-page .breadcrumbs-container {
    padding: 0
}

.detail-page .icon-list li {
    font-weight: normal
}

.detail-page .cell .tags {
    position: relative
}

.detail-page .cell .tags:before {
    content: "";
    position: absolute;
    top: -1.25rem;
    border: 1px solid var(--logo--gray--line);
    width: 50px
}

@media screen and (max-width: 48.06125em) {
    .detail-page .cell .tags li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .detail-page .cell .tags li:nth-of-type(2n) {
        margin-left: .9375rem
    }
}

@media screen and (max-width: 48.06125em) {
    .profile-detail .wysiwyg-block__inner .large-9 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.addthis_sharing_toolbox {
    margin-top: 1.25rem
}

.event-detail h1, .event-detail .intro-text--large {
    margin-bottom: 1.25rem
}

.event-detail .breadcrumbs-container {
    padding: 0
}

@media screen and (max-width: 48.06125em) {
    .event-detail figure {
        width: 100%;
        margin: 0
    }
}

.event-detail__intro .icon-list li {
    display: inline;
    font-weight: normal
}

.event-detail__intro .icon-list li a {
    display: inline
}

@media screen and (max-width: 48.06125em) {
    .event-detail__intro .icon-list li {
        display: block
    }

    .event-detail__intro .icon-list li:not(:first-of-type) {
        margin-left: 0
    }
}

.event-detail .breadcrumbs {
    margin-top: 1.25rem
}

.events h3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 48.0625em) {
    .events h3 {
        margin-left: 1.25rem;
        padding-left: 1.25rem
    }
}

@media screen and (min-width: 48.0625em) {
    .events h3::before {
        content: '';
        border-left: 1px solid var(--lines--header--underline);
        padding-left: 1.25rem;
        position: absolute;
        left: 0;
        top: 0;
        min-height: 73px;
        height: 100%
    }
}

@media screen and (min-width: 48.0625em) {
    .events .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.getting-to-campus .icon-list a {
    font-weight: 500;
    font-family: "Source Sans Pro", helvetica, sans-serif;
    border-width: .0625rem;
    border-style: solid;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: .9;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    padding: .9375rem 1.25rem;
    border-color: #c00;
    color: #fff;
    background: #c00
}

.getting-to-campus .icon-list a, .getting-to-campus .icon-list a:before, .getting-to-campus .icon-list a:after {
    -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)
}

.getting-to-campus .icon-list a:hover, .getting-to-campus .icon-list a:focus {
    text-decoration: none;
    outline: none
}

.getting-to-campus .icon-list a:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .6
}

.getting-to-campus .icon-list a:before, .getting-to-campus .icon-list a:after {
    color: #fff
}

.getting-to-campus .icon-list a:hover {
    color: var(--gray--text);
    border-color: var(--yellow--brand);
    background: var(--yellow--brand)
}

.getting-to-campus .icon-list a:hover:before, .getting-to-campus .icon-list a:hover:after {
    color: var(--gray--text)
}

.getting-to-campus .icon-list a:focus {
    color: var(--gray--text);
    border-color: #c00;
    background: #fff
}

.getting-to-campus .icon-list a:focus:before, .getting-to-campus .icon-list a:focus:after {
    color: var(--gray--text)
}

@media print, screen and (min-width: 48.0625em) {
    .getting-to-campus .icon-list a {
        font-size: .875rem;
        padding: .9375rem 1.25rem
    }
}

.getting-to-campus .icon-list--inline {
    margin-top: -1.25rem
}

.getting-to-campus .icon-list--inline li:not(:first-child), .getting-to-campus .icon-list--inline li {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .hero--img + .views-element-container .search-area {
        padding-top: 5rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hero--img + .views-element-container .search-area {
        padding-top: 6.25rem
    }
}

.search-area {
    background-color: var(--gray--super-light);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .search-area {
        padding-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .search-area {
        padding-top: 5rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .search-area {
        padding-bottom: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .search-area {
        padding-bottom: 5rem
    }
}

.search-area h2 {
    text-align: center;
    margin-top: 0
}

.search-area input[type='text'], .search-area select, .search-area input[type="date"] {
    width: 100%
}

@media print, screen and (min-width: 48.0625em) {
    .hero--img + .views-element-container {
        margin-top: -3.75rem
    }
}

.more-filters {
    display: none;
    margin-bottom: -2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .more-filters {
        margin-bottom: -3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .more-filters {
        margin-bottom: -3.75rem
    }
}

.more-filters-open .more-filters {
    display: block
}

.more-filters label {
    color: #fff
}

.more-filters-toggle {
    background: none;
    color: var(--gray--text);
    color: #c00;
    font-weight: 600
}

.more-filters-toggle::before {
    content: "View Additional Filters";
    text-transform: none;
    color: currentColor
}

.more-filters-toggle:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    margin-left: .625rem;
    font-weight: 300;
    color: var(--gray--text)
}

.more-filters-open .more-filters-toggle:after {
    content: "\f068"
}

.more-filters-open .more-filters-toggle::before {
    content: "Hide Additional Filters"
}

.more-filters-toggle span {
    display: none
}

@media print, screen and (min-width: 48.0625em) {
    .listing-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .listing-item .card__content__inner {
        padding: 0 1.875rem 0 0
    }

    .listing-item .card__media {
        width: 25%;
        margin-bottom: 0
    }

    .listing-item .card__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .listing-item img {
        display: block
    }
}

.listing-item h3:not(:first-child), .listing-item p:not(:first-child), .listing-item .icon-list:not(:first-child) {
    margin-top: .9375rem
}

.listing-item__inner {
    max-width: 41.25rem
}

@media screen and (max-width: 48.06125em) {
    .listing-item .card__content:only-child .card__content__inner {
        padding: 0
    }
}

.listing-item .card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 48.06125em) {
    .listing-item .card__content__inner {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }

    .listing-item .card__content__inner .icon-list {
        row-gap: .625rem
    }

    .listing-item .card__content__inner .date-block__time-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .listing-item .card__content__inner .date-block__time-inner .month {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: .3125rem
    }
}

@media screen and (min-width: 48.0625em) {
    .listing-item .card__content__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .listing-item .card__content__inner .date-block {
        margin-right: 1.25rem;
        width: auto;
        max-width: 3.75rem
    }
}

@media screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
    .listing-item .card__content__inner .date-block {
        margin-right: 1.25rem
    }
}

@media screen and (min-width: 48.0625em) {
    .listing-item .card__content__inner .date-block + .listing-item__inner {
        width: calc(87.5% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

.listing__rows--grouped {
    list-style: none;
    margin-top: 0
}

.vaf + .listing__rows--grouped {
    margin-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .vaf + .listing__rows--grouped {
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .vaf + .listing__rows--grouped {
        margin-top: 5rem
    }
}

.listing__rows--grouped .grid-x {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.listing__rows--grouped > *:nth-child(odd), .listing__rows--grouped > *:nth-child(even) {
    background-color: transparent
}

.listing__rows--grouped [data-start-color="true"] > li:before {
    content: ""
}

.listing__rows--grouped [data-start-color="true"] > li:nth-child(odd):before, .listing__rows--grouped [data-start-color="false"] > li:nth-child(even):before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: -50%;
    display: block;
    background-color: var(--gray--super-light);
    width: 200%
}

.listing__rows--grouped > ol, .listing__rows--grouped > li, .listing__rows--grouped > li > ol, .listing__rows--grouped > li > ol > li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.listing__rows--grouped > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.listing__rows--grouped > li:before {
    display: none
}

.listing__rows--grouped > li > .eyebrow {
    display: block;
    width: 6.25rem;
    height: 1.25rem;
    margin: 2.5rem 0 0;
    font-family: "Source Sans Pro", helvetica, sans-serif;
    font-weight: 600;
    color: var(--gray--text)
}

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

.listing-area .section-heading + .listing-area__rows {
    margin-top: 2.5rem
}

@media print, screen and (min-width: 48.0625em) {
    .listing-area .section-heading + .listing-area__rows {
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 64.0625em) {
    .listing-area .section-heading + .listing-area__rows {
        margin-top: 3.75rem
    }
}

.listing-area .listing-area__rows {
    list-style: none;
    width: 100%;
    margin-top: 0
}

.listing-area .listing-area__rows > li:not(.offset-grid-container--padded):before {
    display: none
}

.listing-area .listing-area__rows .listing-item {
    padding: 3.75rem 0 3.75rem 0;
    position: relative
}

@media screen and (max-width: 48.06125em) {
    .listing-area .listing-area__rows .listing-item {
        padding: 2.5rem 0 2.5rem 0
    }
}

.listing-area .listing-area__rows li:not(.offset-grid-container--padded):not(:last-child) .listing-item:after {
    border-bottom: 10px solid var(--gray--interactive-background);
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.listing-area__rows-items .listing-area__rows-items__profile::before {
    display: none
}

.profile-listing .listing-area__rows--grouped > .grid-container + .grid-container {
    position: relative
}

@media print, screen and (min-width: 48.0625em) {
    .profile-listing .listing-area__rows--grouped > .grid-container + .grid-container {
        padding-top: 3.125rem;
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 40.0625em) {
    .profile-listing .listing-area__rows--grouped > .grid-container + .grid-container {
        padding-top: 4.375rem;
        margin-top: 4.375rem
    }

    .profile-listing .listing-area__rows--grouped > .grid-container + .grid-container::before {
        display: block !important;
        content: "";
        height: .625rem;
        max-width: calc(100% - 40px);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        background-color: var(--gray--interactive-background)
    }
}

@media screen and (min-width: 48.0625em) {
    .profile-listing .listing-area__rows-items-container {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
    .profile-listing .listing-area__rows-items-container {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

.profile-listing .listing-area__rows-items-container p.eyebrow {
    text-transform: uppercase;
    font-size: 100px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (min-width: 48.0625em) {
    .profile-listing .listing-area__rows-items-container p.eyebrow {
        width: calc(16.66667% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

.profile-listing .listing-area__rows-items-container .listing-area__rows-items {
    margin-top: 0;
    margin-left: 0
}

@media screen and (min-width: 48.0625em) {
    .profile-listing .listing-area__rows-items-container .listing-area__rows-items {
        width: calc(83.33333% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

.profile-listing .listing-area__rows-items-container .listing-area__rows-items > li {
    padding: 1.875rem 0 1.875rem 0
}

@media screen and (min-width: 48.0625em) {
    .profile-listing .listing-area__rows-items-container .listing-area__rows-items > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.profile-listing .listing-area__rows-items-container .listing-area__rows-items > li:not(:last-child) {
    border-bottom: 2px solid var(--gray--interactive-background)
}

.profile-listing .listing-area__rows-items-container .listing-area__rows-items figure {
    margin-left: 0
}

.profile-listing .listing-area__rows-items-container .listing-area__rows-items .profile {
    margin-left: 0
}

@media screen and (min-width: 48.0625em) {
    .profile-listing .listing-area__rows-items-container .listing-area__rows-items .profile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 1.25rem;
        margin-left: 1.25rem;
        margin-left: 0
    }
}

.profile-listing .listing-area__rows-items-container .listing-area__rows-items .profile figure {
    margin-top: 0
}

.profile-listing .listing-area__rows-items-container .listing-area__rows-items .profile figure img {
    min-width: 7.5rem
}

.profile-listing .listing-area__rows-items-container .listing-area__rows-items .profile .icon-list li {
    margin-top: 0
}

.profile-listing .listing-area__rows-items-container .listing-area__rows-items .profile .positions {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .625rem 1.875rem
}

@media screen and (min-width: 48.0625em) {
    .profile-listing .listing-area__rows-items-container .listing-area__rows-items .profile-icons {
        width: calc(30% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

.profile-listing .listing-area__rows-items-container .listing-area__rows-items .profile-icons li {
    margin-top: .625rem
}

.profile-listing .listing-area__rows-items-container .listing-area__rows-items__profile {
    padding-left: 0;
    margin-top: 0
}

.profile-listing .listing-area__rows-items-container .listing-area__rows-items__profile .icon-list a {
    font-weight: 700
}

@media screen and (max-width: 48.06125em) {
    .story-listing .hero__content {
        background-color: var(--gray--super-light)
    }
}

@media screen and (min-width: 48.0625em) {
    .story-listing .search-area {
        margin-top: -3.75rem
    }
}

@media screen and (max-width: 48.06125em) {
    .card--listing .card__content__inner {
        padding: 0
    }

    .card--listing .card__media + .card__content .card__content__inner {
        padding: .9375rem 0 .9375rem 0
    }

    .card--listing .icon-list {
        display: block
    }
}

.card--listing--media h3:after {
    content: '\f360';
    font-family: "Font Awesome 5 Pro";
    padding-left: .625rem;
    color: var(--red--brand--medium);
    font-weight: 400
}

.listing-area__rows h2:only-child {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

.date-filters__inner {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    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
}

@media print, screen and (min-width: 48.0625em) {
    .date-filters__inner {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

.date-filters .form-item {
    width: calc(100% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem
}

@media print, screen and (min-width: 48.0625em) {
    .date-filters .form-item {
        width: calc(50% - 2.5rem);
        margin-right: 1.25rem;
        margin-left: 1.25rem
    }
}

@media screen and (max-width: 48.06125em) {
    .listing-area--component .card .card__content__inner {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
}

@media screen and (max-width: 48.06125em) {
    .listing-area--component .card .card__content:only-child .card__content__inner {
        padding-top: 0
    }
}

.page--marketing-landing .mobile-menu-button, .page--marketing-landing #header-menus {
    display: none
}

.page--marketing-landing .site-header {
    border-top: 0
}

@media print, screen and (min-width: 64.0625em) {
    .page--marketing-landing .site-header {
        height: 6.25rem
    }
}

.page--marketing-landing .site-header__sticky-container {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.page--marketing-landing .site-header--beyond-threshold .site-header__sticky-container {
    -webkit-transform: none;
    transform: none;
    position: relative
}

@media print, screen and (min-width: 64.0625em) {
    .marketing-landing--form {
        margin-top: calc(-2 * 7.5rem)
    }
}

.marketing-landing--form fieldset {
    min-width: 0;
    max-width: 100%
}

.marketing-landing--form fieldset > *:not(:first-child) {
    margin-top: 1.25rem
}

.marketing-landing--form select, .marketing-landing--form input {
    width: 100%
}

.marketing-landing--form input[type="submit"], .marketing-landing--form button {
    font-size: .875rem;
    padding: .9375rem 1.25rem;
    width: auto
}

.story-detail h1, .story-detail .intro-text--large {
    margin-bottom: 1.25rem
}

.story-detail .breadcrumbs-container {
    padding: 0
}

@media screen and (max-width: 48.06125em) {
    .story-detail figure {
        width: 100%;
        margin: 0
    }
}

.story-detail .responsive-video-iframe::before {
    padding-bottom: 67%
}

.story-detail .icon-list li {
    display: inline;
    font-weight: normal
}

.story-detail .icon-list li a {
    display: inline
}

@media screen and (max-width: 48.06125em) {
    .story-detail .icon-list li {
        display: block
    }
}

.story-detail .author-icon-list {
    position: relative
}

.story-detail .author-icon-list:before {
    content: "";
    position: absolute;
    top: -1.25rem;
    border: 1px solid var(--logo--gray--line);
    width: 50px
}

@media screen and (max-width: 48.06125em) {
    .story-detail .author-icon-list li:nth-of-type(2) {
        padding-left: 0
    }
}

.story-detail .breadcrumbs {
    margin-top: 1.25rem
}

.story-detail .tags {
    position: relative
}

@media screen and (min-width: 48.0625em) {
    .story-detail .tags li:not(:first-of-type) {
        margin-left: .9375rem
    }
}

.story-detail .tags:before {
    content: "";
    position: absolute;
    top: -1.25rem;
    border: 1px solid var(--logo--gray--line);
    width: 50px
}

@media screen and (max-width: 48.06125em) {
    .story-detail .tags li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .story-detail .tags li:nth-of-type(2n) {
        margin-left: .9375rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .story-detail.has-wide-hero .story--col {
        margin-left: calc(8.33333% + 1.25rem)
    }
}

.story-subject {
    overflow: hidden
}

.story-subject--photo {
    margin: 0;
    max-width: 360px
}

.story-subject .large-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.story-subject h2, .story-subject p {
    margin: 0
}

@media screen and (max-width: 48.06125em) {
    .story-subject h2 {
        margin-top: 1.875rem
    }
}

.story-subject--degree-year {
    position: relative
}

.story-subject--degree-year i {
    position: absolute;
    left: 0;
    top: .25em
}

.story-subject--degree-year span {
    display: inline-block;
    margin-left: 27px
}

@media screen and (min-width: 48.0625em) {
    .news-media-events .offset-grid-container {
        margin-top: -3.75rem;
        position: relative;
        z-index: 2;
        background-color: #fff
    }
}

@media screen and (max-width: 48.06125em) {
    .news-media-events .offset-grid {
        border-bottom: solid .625rem var(--gray--interactive-background)
    }
}

@media screen and (max-width: 48.06125em) {
    .news-media-events .offset-grid-container--padded--border {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media screen and (max-width: 48.06125em) {
    .news-media-events .cell + .cell {
        margin-top: 1.875rem
    }
}

.the-record-links-item .tags {
    background-color: var(--gray--interactive-background);
    padding: .625rem 1.25rem .625rem 1.25rem
}

.the-record-links-item .tags span {
    position: relative
}

.the-record-links-item .tags span:before {
    top: .5625rem
}

.the-record-links-item .tags h3 {
    line-height: 1
}

.announcements-section {
    overflow: hidden
}

@media screen and (max-width: 48.06125em) {
    .announcements-section .the-record-links-item .tags {
        background-color: #fff
    }
}

@media screen and (max-width: 48.06125em) {
    .announcements-section .slider-overflow-container {
        margin-top: 2.5rem;
        padding-bottom: 2.5rem;
        background-color: var(--gray--interactive-background)
    }

    .announcements-section .slider-overflow-container::before, .announcements-section .slider-overflow-container::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .announcements-section .slider-overflow-container::after {
        clear: both
    }
}

@media print, screen and (min-width: 48.0625em) {
    .announcements-section .swiper-container {
        overflow: hidden
    }

    .announcements-section .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -1.25rem;
        margin-left: -1.25rem;
        min-width: 100%;
        max-width: none;
        width: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
    .announcements-section .swiper-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .announcements-section .the-record-links-item {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
        width: calc(33.333333% - 40px) !important;
        opacity: 1 !important
    }

    .announcements-section .the-record-links-item:nth-child(1n+4) {
        position: relative;
        padding-top: 2.5rem;
        margin-top: 2.5rem
    }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
    .announcements-section .the-record-links-item:nth-child(1n+4) {
        padding-top: 3.125rem;
        margin-top: 3.125rem
    }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 64.0625em) {
    .announcements-section .the-record-links-item:nth-child(1n+4) {
        padding-top: 3.75rem;
        margin-top: 3.75rem
    }
}

@media print, screen and (min-width: 48.0625em) {
    .announcements-section .the-record-links-item:nth-child(1n+4):before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: .625rem;
        width: 100vw;
        background-color: var(--gray--interactive-background)
    }

    .announcements-section .slider-navigation {
        display: none
    }
}

.the-record-links-item .tags {
    background-color: var(--gray--interactive-background);
    padding: .625rem 1.25rem .625rem 1.25rem
}

.the-record-links-item .tags span {
    position: relative
}

.the-record-links-item .tags span:before {
    top: .5625rem
}

.the-record-links-item .tags h3 {
    line-height: 1
}

@media screen and (max-width: 64.06125em) {
    .the-record-detail .sidebar-block {
        display: inline-block
    }
}

.the-record-detail .sidebar-block a {
    text-underline-offset: .1875rem
}

.the-record-detail .grid-x {
    gap: 2.5rem 0
}

@media print, screen and (min-width: 64.0625em) {
    .the-record-detail .grid-x {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.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
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
        content: ''
    }

    a[href]:after {
        display: none
    }

    a, a:visited {
        text-decoration: underline
    }

    pre, blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    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
    }
}
.lecturers-title-mob {
    display: none;
}
.life-mob {
    display: none;
}
ul.menu.course{
    columns: 2;
}
@media screen and (max-width: 689px) {
    .slider-brands.team .contentslider .item a {
        max-height: 260px;
    }
    body .courses .swiper-container ul {
        columns: 1;
    }
    .home-page--group.lecturers {
        margin-top: 0!important;
    }
    .section-heading.gallery {
        margin-top: 0;
    }
    .home-page--group.slanted-background-section iframe {
        height: 350px!important;
        margin-bottom: 60px;
    }
    .bootstrap-wrapper.item .row {
        padding: 0 15px;
    }
    .slider-brands .owl2-nav .slick-arrow, .slider-brands .owl2-nav .owl2-prev, .slider-brands .owl2-nav .owl2-next {
        top: 110px;
    }
    .lecturers-title-mob {
        display: block;
        margin-bottom: 15px;
    }
    .lecturers-title {
        display: none;
    }
    .hero--no-img .hero__content__inner.alumni_mob {
        padding-bottom: 15px;
    }
    ul.menu.course{
        columns: 1;
    }
    .mobile-menu-open .site-header__sticky-container .grid-container{
        background: #fff;
    }
    .life-mob {
        display: block;
    }
    .listing-area__rows-items.alumni li.listing-area__rows-items__profile {
        width: 50%;
    }
    .profile .profile-info {
        margin-right: 10px;
    }
    .profile .profile-info li{
        width: 100%;
    }
}

@media screen and (min-width: 689px) {
    .team .owl2-controls {
        display: none;
    }
}