@-webkit-keyframes buttonProcessingBg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(46px);
        transform: translateX(46px)
    }
}

@keyframes buttonProcessingBg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(46px);
        transform: translateX(46px)
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.contact__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #000;
    text-transform: uppercase
}

.contact__list {
    margin-top: 20px;
    padding-left: 0;
    list-style-type: none
}

.contact__item, .contact__link {
    color: #979ea6;
    font-family: Helvetica Neue Light,sans-serif
}

.contact__item {
    margin-bottom: 1em
}

.contact__label {
    margin-right: 5px;
    color: #000;
    font-family: Helvetica Neue Bold,sans-serif
}

.contact__social {
    padding-left: 0
}

.contact__social-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 32px
}

.contact__social-link {
    display: block;
    color: #000;
    fill: #000
}

    .contact__social-link svg {
        height: 1.25em;
        width: 1.25em;
        -webkit-transition: all .5s ease-in;
        transition: all .5s ease-in
    }

    .contact__social-link:hover svg {
        color: #82bee6;
        fill: #82bee6
    }

.rich-text {
    color: inherit
}

.rich-text__content h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2083333333
}

.rich-text__content h2, .rich-text__content h3, .rich-text__content h4, .rich-text__content h5, .rich-text__content h6 {
    margin-top: 1.375em;
    color: #000;
    font-family: Helvetica Neue Black,sans-serif;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .rich-text__content h2, .rich-text__content h3, .rich-text__content h4, .rich-text__content h5, .rich-text__content h6 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.275
    }
}

.rich-text__content h2 {
    position: relative;
    padding-bottom: 1.2083333333em
}

    .rich-text__content h2:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: .1666666667em;
        width: 2.8333333333em;
        background-color: #c80550
    }

@media (min-width:1024px) {
    .rich-text__content h2 {
        padding-bottom: .875em
    }

        .rich-text__content h2:after {
            height: .1em;
            width: 1.7em
        }
}

.rich-text__content h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4
}

.rich-text__content h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556
}

.rich-text__content h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75
}

.rich-text__content h6 {
    font-size: 14px;
    font-size: .875rem;
    line-height: 2
}

.rich-text__content > p:first-child {
    margin-top: 0
}

.rich-text__content li, .rich-text__content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    font-family: Helvetica Neue Regular,sans-serif
}

@media (min-width:1024px) {
    .rich-text__content li, .rich-text__content p {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 2.05
    }
}

.rich-text__content p {
    margin: 38px 0
}

.rich-text__content ul {
    margin-top: 21px;
    padding-left: 0;
    list-style-position: inside
}

.rich-text__content li {
    margin-bottom: 1em
}

    .rich-text__content li:before {
        content: "";
        display: inline-block;
        width: .75em
    }

    .rich-text__content li::marker {
        color: #000;
        font-size: 1.1em
    }

    .rich-text__content li p {
        display: inline
    }

.rich-text__content a, .underline-title {
    font-family: Helvetica Neue Bold,sans-serif
}

.rich-text__content a {
    color: #c80550;
    text-decoration: none
}

.rich-text__content .gallery-image {
    margin-top: 20px
}

.rich-text__content .gallery-image__image {
    max-width: 100%
}

.underline-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    position: relative;
    margin-top: 0;
    margin-bottom: 1.0714285714em;
    padding-bottom: 1.0714285714em;
    color: inherit;
    font-weight: 500;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .underline-title {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1
    }
}

.underline-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 4px;
    width: 1.6071428571em;
    background: #949494
}

@media (min-width:768px) {
    .underline-title:after {
        width: 3.0357142857em
    }
}

.underline-title--blue:after, .underline-title--green:after {
    background: #000
}

.content {
    color: inherit
}

.content__intro {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0;
    font-family: Helvetica Neue Regular,sans-serif;
    font-weight: 400
}

@media (min-width:1024px) {
    .content__intro {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.4285714286
    }
}

.content__download {
    margin-top: 40px;
    padding: 0;
    list-style: none
}

.content__download-item {
    border-bottom: 1px solid #cacaca
}

.content__download-link, .content__link {
    font-size: 14px;
    font-size: .875rem;
    display: block;
    text-transform: uppercase
}

.content__download-link {
    line-height: 1;
    position: relative;
    padding: calc((50px - 1em)/2) 0;
    padding-right: 1.7142857143em;
    font-family: Helvetica Neue Bold,sans-serif;
    letter-spacing: 1px
}

    .content__download-link svg {
        position: absolute;
        top: 50%;
        right: 0;
        height: 1.4285714286em;
        width: 1.4285714286em;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.content__link {
    line-height: 1.4285714286;
    margin-top: 41px;
    color: inherit
}

    .content__link svg {
        fill: #82bee6;
        position: relative;
        top: 1px;
        display: inline-block;
        vertical-align: top;
        margin-left: 1em;
        height: 1em;
        width: 1em
    }

.content--floating:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:768px) {
    .content--floating .content__header {
        float: left;
        max-width: 25%
    }

    .content--floating .content__body, .content--floating h3.content__intro {
        margin-right: 0;
        margin-left: auto;
        width: 60%
    }

    .content--floating h3.content__intro {
        padding-top: 36px
    }

    .content--floating h2.content__intro {
        padding-right: 40%
    }
}

.accordion, .block-link__image img {
    width: 100%
}

.panel__inner {
    margin-left: 32px;
    overflow: hidden;
    -webkit-transition: height .4s cubic-bezier(.65,.05,.36,1);
    transition: height .4s cubic-bezier(.65,.05,.36,1);
    will-change: height
}

.panel__content {
    margin: 40px 0 0;
    padding-bottom: 80px;
    width: 100%;
    color: inherit
}

.panel:not(:last-child) {
    margin-bottom: 3px
}

.panel__label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    position: relative;
    display: block;
    padding: 24px 40px 24px 0;
    width: 100%;
    color: inherit;
    font-family: Helvetica Neue Regular,sans-serif;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    background: 0 0;
    background-size: 80px;
    border: 0;
    border-bottom: 1px solid #979ea6;
    cursor: pointer;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

@media (min-width:768px) {
    .panel__label {
        background-size: initial;
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.8181818182
    }
}

.panel__label:focus {
    outline: 0
}

.panel__label[aria-expanded=true]:after, .panel__label[aria-expanded=true]:before {
    background-color: #c80550;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.panel__label[aria-expanded=true]:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.panel__label[aria-expanded=false]:after, .panel__label[aria-expanded=false]:before {
    background-color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.panel__label:after, .panel__label:before {
    height: 3px;
    width: 24px;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    background-color: #000;
    -webkit-transition: -webkit-transform .35s cubic-bezier(.65,.05,.36,1);
    transition: transform .35s cubic-bezier(.65,.05,.36,1);
    transition: transform .35s cubic-bezier(.65,.05,.36,1),-webkit-transform .35s cubic-bezier(.65,.05,.36,1)
}

.panel__label:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.alert, .alert--error h3 {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    color: #000;
    font-family: Helvetica Neue Bold,sans-serif
}

.alert {
    margin-bottom: 32px;
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in
}

.alert--error {
    color: #c80550;
    border-color: #c80550
}

    .alert--error h3 {
        margin-top: 0;
        margin-bottom: 8px;
        text-transform: uppercase
    }

.alert--success {
    color: #2d964b;
    border-color: #2d964b
}

.alert--info {
    color: #82bee6;
    border-color: #82bee6
}

.alert--warning {
    color: #979ea6;
    border-color: #979ea6
}

.alert--hidden, .button--icon-only .button__label, .pagination .pager__item--disabled + li a:before, .social-links__link span {
    display: none
}

.basic-pager {
    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;
    padding: 10px 20px;
    max-width: 150px;
    background-color: #f4f4f4
}

.basic-pager__page {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
    position: relative;
    width: 60%;
    color: #000;
    font-family: Helvetica Neue Light,sans-serif;
    letter-spacing: 2px
}

.basic-pager__buttons {
    display: inherit;
    height: 100%;
    width: 40%
}

.basic-pager__buttons--next, .basic-pager__buttons--previous {
    display: inline-block;
    height: 100%;
    width: 50%;
    text-align: center
}

    .basic-pager__buttons--next button, .basic-pager__buttons--previous button {
        position: relative;
        display: block;
        height: 32px;
        background: 0 0;
        border: 0;
        cursor: pointer
    }

        .basic-pager__buttons--next button svg, .basic-pager__buttons--previous button svg {
            position: absolute;
            top: 50%;
            height: 20px;
            width: 20px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            fill: #000
        }

        .basic-pager__buttons--next button:hover svg, .basic-pager__buttons--previous button:hover svg {
            fill: #82bee6
        }

.block-link {
    height: 100%;
    min-height: 150px
}

.block-link__link {
    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;
    text-align: center
}

.button, .button__label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25
}

.button {
    display: block;
    padding: 12px 0;
    color: #000;
    font-family: Helvetica Neue Black,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    background: 0 0;
    border: 2px solid transparent;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    .button svg {
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

.button__label {
    text-align: center
}

.button__icon {
    height: 20px;
    width: 20px
}

    .button__icon svg, .dropdown__icon svg {
        height: 100%;
        width: 100%
    }

.button--has-icon {
    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;
    padding: 0 16px
}

.button--icon-only .button__icon {
    margin: 0
}

.button--icon--right .button__icon {
    margin-left: 12px
}

.button--primary, .button--primary-transparent {
    color: #fff;
    background-color: #2d964b;
    border-color: #2d964b
}

.button--primary-transparent {
    color: #2d964b;
    font-family: Helvetica Neue Bold,sans-serif;
    background: 0 0
}

.button--primary:hover {
    color: #fff;
    background-color: #278241;
    border-color: #278241;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.button--primary-transparent:hover {
    color: #c80550;
    border-color: #c80550;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.button--secondary, .button--secondary-transparent {
    color: #000;
    background: #82bee6;
    border-color: #82bee6
}

.button--secondary-transparent {
    color: #82bee6;
    font-family: Helvetica Neue Regular,sans-serif;
    background: 0 0
}

    .button--secondary-transparent:hover, .button--secondary:hover {
        color: #fff;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

.button--disabled, .button--disabled-transparent {
    color: #fff;
    background: #949494;
    border-color: #949494
}

.button--disabled-transparent {
    color: #949494;
    font-family: Helvetica Neue Bold,sans-serif;
    background: 0 0
}

    .button--disabled-transparent:hover, .button--disabled:hover {
        color: #949494
    }

.button--error {
    color: #fff
}

.button--error, .button--error-transparent, .button--red, .button--red-transparent {
    background: #c80550;
    border-color: #c80550
}

.button--red, .button--red-transparent {
    color: #fff
}

    .button--error-transparent:hover, .button--error:hover, .button--red-transparent:hover, .button--red:hover {
        color: #fff
    }

.button--error-transparent {
    color: #c80550;
    font-family: Helvetica Neue Regular,sans-serif;
    background: 0 0
}

.button--full-width {
    display: block;
    width: 100%
}

.button--plain {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2142857143;
    color: #fff;
    font-family: Helvetica Neue Bold,sans-serif;
    border: 0
}

.button--disabled {
    pointer-events: none;
    cursor: pointer
}

.button--processing {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border-color: transparent
}

    .button--processing div {
        z-index: 20;
        position: relative
    }

    .button--processing:before {
        z-index: 10;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: -46px;
        height: 100%;
        width: 200%;
        -webkit-animation-name: buttonProcessingBg;
        animation-name: buttonProcessingBg;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        background: repeating-linear-gradient(-55deg,#c80550 1px,transparent 2px,transparent 11px,#c80550 12px,#c80550 20px)
    }

.button--google {
    color: #fff;
    background-color: #ea4335
}

    .button--apple:hover, .button--google:hover {
        color: #fff;
        background-color: #e82e1e;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

.button--apple {
    color: #fff;
    background-color: #464646
}

    .button--apple:hover {
        background-color: #393939
    }

.button--outlook {
    color: #fff;
    background-color: #1436b0
}

    .button--download:hover, .button--other-webcal:hover, .button--outlook:hover {
        color: #fff;
        background-color: #112f99;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

.button--other-webcal {
    color: #fff;
    background-color: #01285e
}

    .button--download:hover, .button--other-webcal:hover {
        background-color: #011d45
    }

.button--download {
    color: #fff;
    background-color: #acacac
}

    .button--download:hover {
        background-color: #9f9f9f
    }

.category-link {
    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;
    height: 30px;
    width: 80px;
    color: #000;
    font-family: Helvetica Neue Black,sans-serif;
    text-transform: uppercase;
    border: .77px solid #000;
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.1
}

@media (min-width:1024px) {
    .category-link {
        font-size: 12.5px;
        font-size: .78125rem;
        line-height: 1.2;
        height: 40px;
        width: 105px
    }
}

.category-link--quins-brown {
    color: #7e4708;
    border-color: #7e4708
}

    .category-link--quins-brown:hover {
        color: #7e4708
    }

.category-link--quins-red {
    color: #c80550;
    border-color: #c80550
}

    .category-link--quins-red:hover {
        color: #c80550
    }

.category-link--quins-blue {
    color: #82bee6;
    border-color: #82bee6
}

    .category-link--quins-blue:hover {
        color: #82bee6
    }

.category-link--quins-green {
    color: #2d964b;
    border-color: #2d964b
}

    .category-link--quins-green:hover {
        color: #2d964b
    }

.category-link--quins-grey {
    color: #bebebe;
    border-color: #bebebe
}

    .category-link--quins-grey:hover {
        color: #bebebe
    }

.date-label, .dropdown a {
    font-family: Helvetica Neue Black,sans-serif
}

.date-label {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    text-transform: capitalize
}

.dropdown {
    position: relative
}

    .dropdown a {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
        color: #000
    }

.dropdown__value {
    display: block;
    background: 0 0;
    border: 0
}

    .dropdown__value a {
        position: relative;
        display: block;
        padding: 12px 30px 12px 0;
        text-align: center
    }

.dropdown__icon {
    position: absolute;
    top: 50%;
    right: 0;
    height: 16px;
    width: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .dropdown__icon svg {
        -webkit-transition: -webkit-transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out
    }

.dropdown__item {
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,.3)
}

    .dropdown__item:last-of-type {
        border-bottom: none
    }

    .dropdown__item a {
        font-size: 14px;
        font-size: .875rem;
        line-height: 2.3214285714;
        display: block;
        padding: 0;
        color: #fff;
        font-family: Helvetica Neue Bold,sans-serif;
        text-align: center
    }

.dropdown__item--selected a {
    border-left: 4px solid #c80550
}

.dropdown__options, .dropdown__scroll-content {
    z-index: 20;
    position: absolute;
    display: none;
    margin: 0;
    width: 100%;
    -webkit-animation: shortFadeInUp .3s ease;
    animation: shortFadeInUp .3s ease;
    background-color: #000;
    list-style: none
}

.dropdown__search {
    margin-top: 16px;
    padding: 32px
}

    .dropdown__search input {
        padding: 16px;
        width: 100%;
        color: #000;
        background-color: #fff;
        border: 0;
        border-radius: 0
    }

.dropdown__options {
    min-width: 130px;
    border-top: 1px solid rgba(255,255,255,.3)
}

.dropdown--open .dropdown__value {
    position: relative
}

.dropdown--open .dropdown__icon svg {
    fill: #82bee6;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown--open .dropdown__options, .dropdown--open .dropdown__scroll-content {
    display: block
}

.dropdown--using-search .dropdown__options {
    padding-top: 0
}

.dropdown--right .dropdown__options {
    right: 0
}

.heading__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
    color: #000
}

.heading__summary {
    margin-bottom: 24px;
    color: #949494;
    font-family: Helvetica Neue Regular,sans-serif;
    border-bottom: 1px solid #cacaca
}

    .heading__summary h2 {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.1111111111
    }

.container {
    max-width: 1400px;
    margin-right: 24px;
    margin-left: 24px
}

@media (min-width:768px) {
    .container {
        margin-right: 24px;
        margin-left: 24px
    }
}

@media (min-width:1024px) {
    .container {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media (min-width:1480px) {
    .container {
        margin-right: auto !important;
        margin-left: auto !important
    }
}

.container--overflow-hidden {
    width: 100%;
    overflow: hidden
}

.image-object {
    height: 100%;
    width: 100%;
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in;
    background: #949494
}

.hero-banner__image-container img, .image-object, .image-object--cover {
    -o-object-fit: cover;
    object-fit: cover
}

.image-object--contain {
    -o-object-fit: contain;
    object-fit: contain
}

.image-object--no-animate {
    -webkit-animation: none;
    animation: none
}

.hero-banner {
    position: relative
}

@media (min-width:1024px) {
    .hero-banner--half {
        display: grid;
        grid-template-columns: repeat(2,50%)
    }

        .hero-banner--half.hero-banner--landing {
            grid-template-columns: 100%
        }
}

.hero-banner--half .hero-banner__pane, .hero-banner__content .container {
    position: relative
}

.hero-banner__content {
    position: relative;
    padding-top: 40px;
    padding-bottom: 32px;
    min-height: 100%;
    color: #fff;
    z-index: 10
}

@media (min-width:1024px) {
    .hero-banner--half .hero-banner__content .container {
        margin-right: 0;
        max-width: 900px
    }
}

.hero-banner--landing .hero-banner__content .container {
    max-width: 1400px;
    margin-right: 24px;
    margin-left: 24px
}

@media (min-width:768px) {
    .hero-banner--landing .hero-banner__content .container {
        margin-right: 24px;
        margin-left: 24px
    }
}

@media (min-width:1024px) {
    .hero-banner--landing .hero-banner__content .container {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media (min-width:1480px) {
    .hero-banner--landing .hero-banner__content .container {
        margin-right: auto !important;
        margin-left: auto !important
    }
}

@media (max-width:1024px) {
    .hero-banner__content {
        padding-bottom: 115px
    }
}

@media (min-width:1024px) {
    .hero-banner__content {
        padding-top: 60px
    }
}

.hero-banner__content__back-link {
    min-height: 24px;
    text-align: left
}

@media (min-width:1300px) {
    .hero-banner--half .hero-banner__content__back-link {
        margin-left: calc(16.6666666667% + 8px/2) !important
    }

    .hero-banner--full .hero-banner__content__back-link, .hero-banner--landing .hero-banner__content__back-link {
        margin-left: calc(8.3333333333% + 8px/2) !important
    }
}

.hero-banner__content__back-link a {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    color: #fff;
    font-family: Helvetica Neue Bold,sans-serif;
    text-transform: uppercase
}

    .hero-banner__content__back-link a svg {
        display: inline-block;
        margin: 0 6px -5px 0;
        height: 20px;
        width: 14px;
        fill: currentColor
    }

@media (min-width:1300px) {
    .hero-banner--half .hero-banner__content__main {
        margin-left: calc(16.6666666667% + 8px/2) !important;
        width: calc(66.6666666667% - 26px)
    }

    .hero-banner--full .hero-banner__content__main, .hero-banner--landing .hero-banner__content__main {
        margin-left: calc(8.3333333333% + 8px/2) !important;
        width: calc(83.3333333333% - 8px)
    }
}

.hero-banner--full .hero-banner__image-container, .hero-banner__image, .responsive-image img {
    position: absolute;
    top: 0;
    left: 0
}

.hero-banner__image, .hero-banner__image-container, .link__icon svg {
    height: 100%;
    width: 100%
}

@media (max-width:768px) {
    .hero-banner__image-container {
        position: relative;
        padding-top: 100%
    }
}

@media (min-width:768px) {
    .hero-banner__image-container {
        position: relative;
        padding-top: 75%
    }
}

@media (min-width:1024px) {
    .hero-banner__image-container {
        padding-top: 0
    }
}

@media (min-width:1024px) {
    .hero-banner__image-container {
        min-height: 864px
    }
}

.hero-banner--full .hero-banner__image-container img, .responsive-image .blur-up.lazyloaded.has-opacity {
    opacity: .8
}

.hero-banner--darkened .hero-banner__image-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(closest-side,rgba(31,31,31,0) 0,#1f1f1f 100%)
}

@media (min-width:1024px) {
    .hero-banner--darkened .hero-banner__image-container:after {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(31,31,31,0)),to(#1f1f1f));
        background-image: linear-gradient(rgba(31,31,31,0),#1f1f1f)
    }
}

.responsive-image {
    position: relative;
    display: block;
    margin: 0;
    padding: 100% 0 0;
    height: 1px;
    max-width: 100%;
    overflow: hidden
}

    .responsive-image img {
        display: block;
        height: auto;
        width: 100%;
        min-width: 100%;
        max-width: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }

    .responsive-image .blur-up {
        opacity: 0;
        -webkit-transition: opacity .7s ease-in;
        transition: opacity .7s ease-in
    }

        .responsive-image .blur-up.lazyloaded {
            opacity: 1
        }

.responsive-image--transparent {
    background: 0 0
}

.responsive-image--1x1 {
    padding-top: 100%
}

.responsive-image--2x1 {
    padding-top: 50%
}

.responsive-image--16x9 {
    padding-top: 56.25%
}

.responsive-image--3x2, .responsive-image--4x3 {
    padding-top: 67%
}

.responsive-image--4x5 {
    padding-top: 120%
}

.responsive-image--2x3 {
    padding-top: 150%
}

.responsive-image--placeholder {
    background-image: url(/assets/./img/placeholder-image.jpeg);
    background-position: 50%
}

@media (max-width:768px) {
    .responsive-image--mobile-1x1 {
        padding-top: 100%
    }
}

.link {
    color: #82bee6
}

    .link:hover {
        text-decoration: underline
    }

.link__icon {
    margin-right: 8px;
    height: 16px;
    width: 16px
}

    .link__icon svg {
        fill: currentColor
    }

.link__icon--after {
    margin-right: 0;
    margin-left: 8px
}

.link--has-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px
}

.link--disabled.button {
    background-color: #979ea6;
    border-color: #979ea6;
    cursor: not-allowed;
    opacity: .2
}

.loader, .loader div {
    position: relative;
    display: block;
    margin: auto;
    height: 80px;
    width: 80px
}

    .loader div {
        position: absolute;
        margin: 8px;
        height: 64px;
        width: 64px;
        -webkit-animation: loader 1.2s cubic-bezier(.5,0,.5,1) infinite;
        animation: loader 1.2s cubic-bezier(.5,0,.5,1) infinite;
        border: 8px solid #c80550;
        border-radius: 50%;
        border-color: #c80550 transparent transparent
    }

        .loader div:first-child {
            -webkit-animation-delay: -.45s;
            animation-delay: -.45s
        }

        .loader div:nth-child(2) {
            -webkit-animation-delay: -.3s;
            animation-delay: -.3s
        }

        .loader div:nth-child(3) {
            -webkit-animation-delay: -.15s;
            animation-delay: -.15s
        }

.match-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1024px) {
    .match-info-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.match-info-block__link {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 345px;
    width: 100%;
    background-color: #000
}

@media (min-width:1024px) {
    .match-info-block__link {
        height: 665px
    }
}

.match-info-block__image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-filter: brightness(.4);
    filter: brightness(.4)
}

.match-info-block__title {
    position: absolute;
    top: 50%;
    margin-left: 24px;
    color: #fff;
    font-family: Helvetica Neue Black,sans-serif;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 2.05
}

@media (min-width:768px) {
    .match-info-block__title {
        margin-left: 24px
    }
}

@media (min-width:1024px) {
    .match-info-block__title {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 1.3666666667;
        margin-left: 40px
    }
}

.overlay, .overlay__content {
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100vh;
    width: 100vw;
    overflow: auto;
    background: #fff;
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.overlay__content {
    padding-top: 40px
}

@media (min-width:768px) {
    .overlay__content {
        padding-top: 130px
    }
}

.overlay .container {
    position: relative
}

.overlay__close {
    position: absolute;
    top: 16px;
    right: 26px;
    z-index: 2;
    display: block;
    height: 32px !important;
    width: 32px !important;
    text-align: center;
    background-color: transparent;
    border: 0;
    cursor: pointer
}

@media (min-width:768px) {
    .overlay__close {
        top: 24px;
        right: 24px
    }
}

@media (min-width:1024px) {
    .overlay__close {
        top: 0;
        right: 0;
        height: 72px !important;
        width: 72px !important;
        background-color: #000
    }
}

.overlay__close svg {
    position: relative;
    height: 18px;
    width: 18px
}

@media (min-width:1024px) {
    .overlay__close svg {
        fill: #fff;
        color: #fff
    }
}

.overlay-is-showing .overlay {
    z-index: 99999;
    overflow-x: hidden;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.pagination {
    -webkit-box-flex: row;
    -ms-flex: row;
    flex: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .pagination, .pagination .pager, .pagination__paddles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.pagination__paddles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination .pager {
    margin: 0;
    padding: 0;
    list-style: none
}

.pagination .pager__item {
    height: 48px;
    width: 48px
}

.pagination .pager__item-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.5;
    position: relative;
    display: block;
    padding: 5px 0 0;
    height: 100%;
    width: 100%;
    color: #000;
    font-family: Helvetica Neue Black,sans-serif;
    text-align: center;
    background-color: transparent;
    border: 0
}

@media (min-width:620px) {
    .pagination .pager__item-link {
        font-family: Helvetica Neue Bold,sans-serif
    }

        .pagination .pager__item-link:after {
            display: none
        }
}

.pagination .pager__item--last-page a:after, .pagination .pager__item-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(150,158,166,.4);
    -webkit-transform: translateY(-50%) skew(-25deg);
    transform: translateY(-50%) skew(-25deg)
}

.pagination .pager__item--first-page {
    position: relative;
    color: #949494
}

.pagination .pager__item--last-page {
    position: relative;
    margin-right: 0;
    color: #949494
}

    .pagination .pager__item--first-page:before, .pagination .pager__item--last-page:before {
        content: "...";
        position: absolute;
        top: 50%;
        margin-top: 3px;
        font-family: Helvetica Neue Black,sans-serif;
        -webkit-transform: translateY(-55%);
        transform: translateY(-55%);
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 2.4
    }

.pagination .pager__item--first-page {
    margin-right: 46px
}

    .pagination .pager__item--first-page:before {
        left: 60px
    }

.pagination .pager__item--last-page {
    margin-left: 46px
}

    .pagination .pager__item--last-page:before {
        right: 64px
    }

    .pagination .pager__item--last-page a:after {
        right: 100%
    }

@media (min-width:620px) {
    .pagination .pager__item:nth-child(2) a:before {
        display: none
    }
}

.pagination .pager__item:nth-child(2) a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(150,158,166,.4);
    -webkit-transform: translateY(-50%) skew(-25deg);
    transform: translateY(-50%) skew(-25deg)
}

.pagination .pager__item--disabled {
    display: none !important
}

.pagination .pager__item--active {
    position: relative
}

@media (min-width:620px) {
    .pagination .pager__item--active {
        font-family: Helvetica Neue Bold,sans-serif
    }
}

.pagination .pager__item--active a {
    color: #c80550;
    font-family: Helvetica Neue Black,sans-serif
}

.next-page, .previous-page {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 16px;
    width: 24px
}

    .next-page a, .previous-page a {
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 24px
    }

        .next-page a span, .previous-page a span {
            visibility: hidden
        }

    .next-page svg, .previous-page svg {
        height: 16px;
        width: 24px;
        fill: #c80550;
        color: #c80550
    }

.next-page--disabled, .previous-page--disabled {
    opacity: .5
}

    .next-page--disabled a, .previous-page--disabled a {
        cursor: default
    }

.previous-page {
    margin-right: 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width:768px) {
    .previous-page {
        margin-right: 52px
    }
}

@media (min-width:1024px) {
    .previous-page {
        margin-right: 45px
    }
}

.next-page {
    margin-left: 5px
}

@media (min-width:768px) {
    .next-page {
        margin-left: 25px
    }
}

@media (min-width:1024px) {
    .next-page {
        margin-left: 45px
    }
}

.quote {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    padding: 0 13px;
    height: auto;
    width: 100%;
    border-left: 1px solid #2d964b
}

@media (min-width:768px) {
    .quote {
        padding: 0 calc((.051724137931034*(100vw - var(--scrollbar-width) - 24px*2)) + (.03448275862069*(100vw - var(--scrollbar-width) - 24px*2)));
        width: 100%;
        border-left: 2px solid #2d964b
    }
}

@media (min-width:1024px) {
    .quote {
        padding: 0 calc((.054313099041534*(100vw - var(--scrollbar-width) - 40px*2)) + (.031948881789137*(100vw - var(--scrollbar-width) - 40px*2)));
        width: 100%;
        border-left: 2px solid #2d964b
    }
}

.quote svg {
    height: 66px;
    width: 66px;
    color: #2d964b !important;
    fill: #2d964b !important
}

.quote__author, .quote__body, .search-field input {
    color: #000;
    font-family: Helvetica Neue Black,sans-serif;
    text-transform: uppercase
}

.quote__author {
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 23px
}

@media (min-width:768px) {
    .quote__author {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1
    }
}

.quote__author__name:after {
    content: "\25C6";
    position: relative;
    bottom: 10%;
    margin: 0 3px;
    color: #2d964b
}

@media (min-width:768px) {
    .quote__author__name:after {
        bottom: 3%
    }
}

.quote__body {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.2
}

@media (min-width:768px) {
    .quote__body {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1.1111111111
    }
}

.search-field {
    position: relative;
    margin-bottom: 24px
}

@media (min-width:1024px) {
    .search-field {
        margin-bottom: 0;
        padding-right: 24px;
        border-right: 1px solid #cacaca
    }
}

.search-field input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    margin-bottom: 6px;
    padding: 16px 0;
    width: 100%;
    color: #1a1818;
    font-family: Helvetica Neue Bold,sans-serif;
    letter-spacing: .8px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #949494
}

    .search-field input::-webkit-input-placeholder {
        color: #1a1818
    }

    .search-field input::-moz-placeholder {
        color: #1a1818
    }

    .search-field input:-ms-input-placeholder, .search-field input::-ms-input-placeholder {
        color: #1a1818
    }

    .search-field input::placeholder {
        color: #1a1818
    }

@media (min-width:1024px) {
    .search-field input {
        padding: 27px 0 1px;
        border-bottom: none
    }
}

.search-field label {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.4166666667;
    color: #cacaca;
    font-family: Helvetica Neue Regular,sans-serif
}

.search-field__input:active, .search-field__input:focus {
    outline: 0
}

.search-field__icon, .share-pane__item button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-field__icon {
    position: absolute;
    top: calc(50% - 17px);
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    width: 32px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:1024px) {
    .search-field__icon {
        top: calc(50% - 5px);
        right: 24px
    }
}

.search-field__icon svg {
    height: 20px;
    width: 20px;
    fill: #cacaca
}

.section-heading {
    position: relative;
    color: currentColor
}

    .section-heading h2 {
        font-size: 52px;
        font-size: 3.25rem;
        line-height: 1.3461538462;
        margin: 0;
        color: #000;
        font-family: Helvetica Neue Bold,sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase
    }

@media (min-width:1024px) {
    .section-heading h2 {
        font-size: 84px;
        font-size: 5.25rem;
        line-height: 1.5952380952
    }
}

.section-heading--narrow {
    margin: 64px 0 32px
}

    .section-heading--narrow h2 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.5
    }

    .section-heading--narrow svg {
        top: -8px;
        left: 0
    }

.share-pane {
    display: inline-block;
    background: 0 0
}

    .share-pane ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

.share-pane__item {
    position: relative;
    display: inline-block;
    margin: 0
}

@media (min-width:768px) {
    .share-pane__item {
        margin: 0
    }
}

@media (min-width:1024px) {
    .share-pane__item {
        display: block
    }
}

.share-pane__item button {
    height: 40px;
    width: 40px;
    color: #000;
    background: 0 0;
    border: 0;
    cursor: pointer
}

    .share-pane__item button svg {
        height: 19px;
        width: 19px;
        pointer-events: none;
        color: #000;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        fill: #000
    }

    .share-pane__item button:hover svg {
        fill: #c80550;
        color: #c80550
    }

.share-pane--vertical .share-pane__item {
    display: inline-block
}

.social-links {
    padding: 38px 0;
    background: #c80550
}

.share-pane__item button, .social-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social-links__list {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none
}

.social-links__item {
    margin-right: 24px
}

    .social-links__item:last-of-type {
        margin-right: 0
    }

.social-links__link, .social-links__link-icon {
    position: relative;
    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
}

.social-links__link {
    margin: 0 9px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff
}

    .social-links__link:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #c80550;
        border: 2px solid #fff;
        -webkit-transform: rotateX(45deg) rotate(45deg);
        transform: rotateX(45deg) rotate(45deg)
    }

.social-links__link-icon {
    height: 12px;
    width: 12px
}

.social-links__link svg {
    height: 12px;
    width: 12px;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    fill: #fff
}

@media (min-width:768px) {
    .stats {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .stats__header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        padding-right: calc(.03448275862069*(100vw - var(--scrollbar-width) - 24px*2))
    }
}

@media (min-width:1024px) {
    .stats__header {
        padding-right: calc(.03448275862069*(100vw - var(--scrollbar-width) - 24px*2))
    }
}

@media (min-width:1300px) {
    .stats__header {
        padding-right: calc(.031948881789137*(100vw - var(--scrollbar-width) - 40px*2))
    }
}

.stats__body {
    margin: 0;
    padding: 0;
    list-style-type: none
}

@media (min-width:768px) {
    .stats__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.stats__item {
    margin-bottom: 25px
}

@media (min-width:768px) {
    .stats__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - (.03448275862069*(100vw - var(--scrollbar-width) - 24px*2))/2);
        flex: 0 0 calc(50% - (.03448275862069*(100vw - var(--scrollbar-width) - 24px*2))/2)
    }
}

@media (min-width:1024px) {
    .stats__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - (.03448275862069*(100vw - var(--scrollbar-width) - 24px*2))/2);
        flex: 0 0 calc(50% - (.03448275862069*(100vw - var(--scrollbar-width) - 24px*2))/2);
        margin-bottom: 50px
    }
}

@media (min-width:1300px) {
    .stats__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - (.031948881789137*(100vw - var(--scrollbar-width) - 40px*2))/2);
        flex: 0 0 calc(50% - (.031948881789137*(100vw - var(--scrollbar-width) - 40px*2))/2)
    }
}

.stats__label {
    font-size: 14px;
    font-size: .875rem;
    line-height: 2.1428571429;
    padding-top: 14px;
    color: #949494;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 2px solid #979ea6
}

.stats__value {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.1538461538;
    color: #1a1818;
    font-family: Helvetica Neue Bold,sans-serif
}

.stats__value--head {
    font-size: 80px;
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 47px
}

.stats__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 40px;
    font-family: Helvetica Neue Light,sans-serif
}

@media (max-width:768px) {
    .stats__text--desktop {
        display: none
    }
}

@media (min-width:768px) {
    .stats__text--mobile {
        display: none
    }
}

.tabs__buttons-container {
    position: relative;
    background: #000
}

    .tabs__buttons-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        z-index: -1;
        height: 100%;
        width: 200vw;
        background-color: #000
    }

    .tabs__buttons-container .ps__rail-x, .tabs__buttons-container .ps__rail-y {
        display: none
    }

.tabs__button, .tabs__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tabs__buttons {
    overflow: visible
}

.tabs__buttons--has-date .tabs__button {
    text-align: left
}

.tabs__buttons--has-date .tabs__button-date {
    display: none
}

.tabs__button {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1666666667;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    color: #fff;
    font-family: Helvetica Neue Black,sans-serif;
    text-transform: uppercase;
    background: 0 0;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .25s;
    transition: color .25s
}

@media (min-width:1024px) {
    .tabs__button {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.2;
        height: 128px
    }
}

.tabs__button--selected, .tabs__button:focus, .tabs__button:hover {
    color: #c80550
}

.listing {
    list-style: none
}

@media (min-width:768px) {
    .listing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 3.75em
    }

        .listing:after {
            content: ""
        }
}

.listing:after, .listing__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 1.5em;
    width: 100%
}

@media (min-width:768px) {
    .listing:after, .listing__item {
        width: calc(1/2*100% - (.03448275862069*(100vw - var(--scrollbar-width) - 24px*2))/2)
    }
}

@media (min-width:1300px) {
    .listing:after, .listing__item {
        width: calc(1/3*100% - (.031948881789137*(100vw - var(--scrollbar-width) - 40px*2))*2/3)
    }
}

@media (min-width:1480px) {
    .listing:after, .listing__item {
        width: calc(1/3*100% - 44.72843px*2/3)
    }
}

.background-image {
    -webkit-animation: fadeIn .5s ease;
    animation: fadeIn .5s ease;
    background-color: #000;
    background-size: cover
}

.preview {
    padding-top: 3.75em;
    padding-bottom: 2.5em
}

.preview__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.preview__link, .preview__title {
    font-family: Helvetica Neue Black,sans-serif;
    text-transform: uppercase
}

.preview__title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2
}

@media (min-width:1024px) {
    .preview__title {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 1
    }
}

.preview__link {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    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;
    margin-bottom: .5em;
    padding: 1.1428571429em 4.6428571429em;
    border: .1428571429em solid
}

    .preview__link:hover {
        color: inherit
    }

@media (max-width:1024px) {
    .preview__link--desktop {
        display: none
    }

    .preview__link--mobile {
        margin-top: 2.5em
    }
}

@media (min-width:1024px) {
    .preview__link--mobile {
        display: none
    }
}

.preview__content {
    padding-top: 2.5em
}

.preview--sideways {
    position: relative
}

    .preview--sideways .preview__container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

@media (min-width:1024px) {
    .preview--sideways .preview__title {
        font-size: 100px;
        font-size: 6.25rem;
        line-height: 1;
        position: absolute;
        bottom: 50%;
        left: calc(40px + 1em);
        display: inline-block;
        -webkit-transform: rotate(-90deg) translateX(-50%);
        transform: rotate(-90deg) translateX(-50%);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left
    }
}

@media (min-width:1480px) {
    .preview--sideways .preview__title {
        left: calc(((100vw - var(--scrollbar-width) - 1400px)/2) + 1em)
    }
}

.preview--sideways .preview__content {
    padding-top: 0
}

@media (min-width:1024px) {
    .preview--sideways .preview__content {
        padding-left: 7.8125em
    }
}

@media (min-width:1480px) {
    .preview--sideways .preview__content .container {
        margin-right: calc((100vw - var(--scrollbar-width) - 1400px)/2) !important;
        margin-left: calc((100vw - var(--scrollbar-width) - 1400px)/2) !important
    }
}

.simple-header {
    padding: 3.75em 0 4.0625em;
    min-height: 15em;
    background: #000;
    background-position: top 75% right 0;
    background-size: 130%
}

@media (min-width:1300px) {
    .simple-header {
        padding: 5.25em 0 7.5em;
        min-height: 25.9375em
    }
}

.simple-header__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 1em;
    margin-left: 24px;
    color: #fff;
    font-family: Helvetica Neue Black,sans-serif;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .simple-header__title {
        margin-left: 40px
    }
}

@media (min-width:1300px) {
    .simple-header__title {
        margin-bottom: .75em;
        font-size: 120px;
        font-size: 7.5rem;
        line-height: .825
    }
}

@media (min-width:1480px) {
    .simple-header__title {
        margin-left: calc((100vw - var(--scrollbar-width) - 1400px)/2)
    }
}

.simple-header__nav-container {
    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
}

@media (max-width:1480px) {
    .simple-header__nav-container {
        max-width: 1400px;
        margin-right: 24px;
        margin-left: 24px
    }
}

@media (max-width:1480px) and (min-width:768px) {
    .simple-header__nav-container {
        margin-right: 24px;
        margin-left: 24px
    }
}

@media (max-width:1480px) and (min-width:1024px) {
    .simple-header__nav-container {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media (max-width:1480px) and (min-width:1480px) {
    .simple-header__nav-container {
        margin-right: auto !important;
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .simple-header__nav-container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width:1480px) {
    .simple-header__nav-container {
        margin-right: calc((100vw - var(--scrollbar-width) - 1400px)/2);
        margin-left: calc((100vw - var(--scrollbar-width) - 1400px)/2)
    }
}

.simple-header__nav-scroll {
    width: calc((.121621621621622*(100vw - var(--scrollbar-width) - 24px*2))*5 + (.054054054054054*(100vw - var(--scrollbar-width) - 24px*2))*4);
    overflow: hidden
}

@media (min-width:768px) {
    .simple-header__nav-scroll {
        overflow: visible
    }
}

@media (min-width:1300px) {
    .simple-header__nav-scroll {
        width: auto
    }
}

.simple-header__nav-scroll .ps__rail-x, .simple-header__nav-scroll .ps__rail-y {
    display: none
}

.simple-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    list-style: none
}

.simple-header__nav-item {
    margin-right: 1.6875em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width:1300px) {
    .simple-header__nav-item {
        margin-right: 4em
    }
}

.simple-header .dropdown a, .simple-header__nav-link {
    font-family: Helvetica Neue Bold,sans-serif;
    text-transform: uppercase;
    white-space: nowrap
}

.simple-header__nav-link {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    position: relative;
    display: block;
    padding-bottom: 1.7142857143em;
    color: #fff !important;
    text-decoration: none !important
}

@media (min-width:1300px) {
    .simple-header__nav-link {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.1666666667;
        margin-bottom: 0
    }
}

.simple-header__nav-link:hover {
    color: #fff;
    text-decoration: none
}

.simple-header__nav-link--active {
    font-family: Helvetica Neue Black,sans-serif
}

.simple-header__nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: .2777777778em;
    width: 100%;
    background: #c80550;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

@media (min-width:1300px) {
    .simple-header__nav-link:after {
        height: .5em
    }
}

.simple-header__nav-link--active:after, .simple-header__nav-link:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media (max-width:768px) {
    .simple-header__filter-mobile {
        display: block
    }

    .simple-header__filter-desktop {
        display: none
    }
}

@media (min-width:768px) {
    .simple-header__filter-mobile {
        display: none
    }

    .simple-header__filter-desktop {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.simple-header__filter-label {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.1538461538;
    margin-right: 1.2307692308em;
    color: #fff;
    font-family: Helvetica Neue Black,sans-serif;
    text-transform: uppercase;
    white-space: nowrap
}

.simple-header .dropdown a {
    color: #fff
}

.simple-header .dropdown__icon {
    fill: #fff
}

.simple-header .dropdown__options li a {
    line-height: 2.3214285714
}

@media (max-width:768px) {
    .simple-header .dropdown a {
        font-size: 10px;
        font-size: .625rem;
        line-height: 1.2;
        padding: 0;
        color: #979ea6;
        text-align: center
    }

    .simple-header .dropdown__icon {
        position: static;
        display: block;
        margin: 0 auto
    }

    .simple-header .dropdown__options {
        right: 0
    }
}

@media (min-width:768px) {
    .simple-header .dropdown a {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1;
        padding-top: 0
    }

    .simple-header .dropdown__icon {
        top: 0;
        -webkit-transform: none;
        transform: none
    }
}

.simple-header--minimal {
    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;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left
}

    .simple-header--minimal .simple-header__title {
        margin-bottom: 0;
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.5
    }

@media (min-width:1300px) {
    .simple-header--minimal .simple-header__title {
        font-size: 120px;
        font-size: 7.5rem;
        line-height: 1.0833333333
    }
}

.simple-header--filter-bar .simple-header__nav-container {
    padding: 1.375em 0 0
}

@media (min-width:768px) {
    .simple-header--filter-bar .simple-header__nav-container {
        margin-top: 3.125em;
        border-top: 2px solid #979ea6;
        border-bottom: 2px solid #979ea6
    }
}

.simple-header--filter-bar .simple-header__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.simple-header--filter-bar .simple-header__nav-item {
    margin-right: 1em
}

    .simple-header--filter-bar .simple-header__nav-item:last-of-type {
        margin-right: 0
    }

.simple-header--filter-bar .simple-header__nav-link {
    padding-bottom: 22px
}

    .simple-header--filter-bar .simple-header__nav-link:after {
        bottom: -2.5px
    }

@media (max-width:768px) {
    .simple-header--filter-bar .simple-header__nav-item:last-of-type {
        padding-right: 24px
    }

    .simple-header--filter-bar .simple-header__nav-container {
        margin-right: 0
    }

    .simple-header--filter-bar .simple-header__nav-scroll {
        margin-right: 0;
        width: 100%;
        overflow: hidden
    }
}

@media (min-width:768px) {
    .simple-header--filter-bar .simple-header__nav-scroll {
        width: 100%
    }
}

@media (min-width:1300px) {
    .simple-header--filter-bar .simple-header__nav-link:after {
        bottom: -4.5px
    }
}

@media (max-width:768px) {
    .simple-header--pattern-blue {
        background-image: url(pattern-blue.png)
    }
}

@media (min-width:768px) {
    .simple-header--pattern-blue {
        background-image: url(pattern-blue-md.png)
    }
}

@media (min-width:1024px) {
    .simple-header--pattern-blue {
        background-image: url(pattern-blue-lg.png)
    }
}

@media (min-width:1300px) {
    .simple-header--pattern-blue {
        background-image: url(pattern-blue-xl.png)
    }
}

@media (max-width:768px) {
    .simple-header--pattern-black {
        background-image: url(pattern-black.png)
    }
}

@media (min-width:768px) {
    .simple-header--pattern-black {
        background-image: url(pattern-black-md.png)
    }
}

@media (min-width:1024px) {
    .simple-header--pattern-black {
        background-image: url(pattern-black-lg.png)
    }
}

@media (min-width:1300px) {
    .simple-header--pattern-black {
        background-image: url(pattern-black-xl.png)
    }
}

.news-card, .news-card__title h3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.news-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    height: 100%;
    border-bottom: 2px solid #f2f2f2
}

    .news-card:hover .news-card__image img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 6s ease-out;
        transition: all 6s ease-out
    }

.news-card__details {
    z-index: 20
}

.news-card__floating-link, .news-card__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.news-card__floating-link {
    z-index: 10;
    right: 0;
    bottom: 0
}

.news-card__category {
    z-index: 20;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

    .news-card__category .category-link {
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

.news-card__title {
    margin: 20px 0 12px;
    width: 275px
}

    .news-card__title h3 {
        width: auto;
        color: #000;
        font-family: Helvetica Neue Black,sans-serif;
        letter-spacing: 0;
        text-overflow: ellipsis;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        -webkit-line-clamp: 2
    }

.news-card__image {
    position: relative;
    margin-bottom: 12px;
    width: auto;
    overflow: hidden
}

    .news-card__image img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        -webkit-transition: -webkit-transform 1s ease-out;
        transition: transform 1s ease-out;
        transition: transform 1s ease-out,-webkit-transform 1s ease-out
    }

    .news-card__image .responsive-image {
        width: 100%
    }

        .news-card__image .responsive-image img {
            height: 100%;
            width: inherit;
            -o-object-fit: cover;
            object-fit: cover
        }

.news-card__date, .news-card__icon {
    z-index: 30;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.news-card__date {
    margin-bottom: 30px;
    color: rgba(0,0,0,.6)
}

.news-card--article .news-card__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-card--article .news-card__date {
    margin-top: auto
}

.news-card--article .date-and-category__category a {
    color: #82bee6
}

.news-card__icon {
    margin: 0 7.5px;
    text-align: center;
    position: absolute;
    top: 39px;
    right: 31px;
    height: 40px;
    width: 40px;
    line-height: 40px
}

    .news-card__icon:before {
        content: "";
        border: 2px solid #fff;
        -webkit-transform: rotateX(45deg) rotate(45deg);
        transform: rotateX(45deg) rotate(45deg)
    }

.news-card--gallery svg {
    position: relative;
    height: 12px;
    width: 12px;
    fill: #fff;
    color: #fff
}

.news-card--video .news-card__icon {
    line-height: 48px
}

.news-card--video svg {
    position: relative;
    margin-left: 3px;
    padding: 0;
    height: 19px;
    width: 19px;
    fill: #fff
}

.news-card--gallery, .news-card--video {
    min-height: 500px;
    overflow: hidden
}

    .news-card--gallery:before, .news-card--video:before {
        z-index: 10;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,.5)
    }

    .news-card--gallery .category-link, .news-card--video .category-link {
        position: relative;
        color: #fff;
        border: 1px solid #fff
    }

    .news-card--gallery .category-link--academy:hover, .news-card--video .category-link--academy:hover {
        color: #7e4708;
        border-color: #7e4708
    }

    .news-card--gallery .category-link--quins-red:hover, .news-card--video .category-link--quins-red:hover {
        color: #c80550;
        border-color: #c80550
    }

    .news-card--gallery .category-link--quins-blue:hover, .news-card--video .category-link--quins-blue:hover {
        color: #82bee6;
        border-color: #82bee6
    }

    .news-card--gallery .category-link--quins-green:hover, .news-card--video .category-link--quins-green:hover {
        color: #2d964b;
        border-color: #2d964b
    }

    .news-card--gallery .category-link--quins-grey:hover, .news-card--video .category-link--quins-grey:hover {
        color: #bebebe;
        border-color: #bebebe
    }

    .news-card--gallery .date-and-category__category a, .news-card--gallery .date-and-category__category a:hover, .news-card--gallery .news-card__date, .news-card--gallery .news-card__title h3, .news-card--video .date-and-category__category a, .news-card--video .date-and-category__category a:hover, .news-card--video .news-card__date, .news-card--video .news-card__title h3 {
        color: #fff
    }

    .news-card--gallery .news-card__details, .news-card--video .news-card__details {
        margin-top: auto;
        padding: 0 18px
    }

    .featured-news-card__icon:before, .news-card--gallery .news-card__image, .news-card--gallery .responsive-image, .news-card--video .news-card__image, .news-card--video .responsive-image {
        position: absolute;
        height: 100%;
        width: 100%
    }

    .news-card--gallery .responsive-image, .news-card--video .responsive-image {
        background-color: transparent
    }

        .news-card--gallery .responsive-image img, .news-card--video .responsive-image img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

.news-card--no-thumbnail .news-card__date {
    position: static
}

    .news-card--no-thumbnail .news-card__date .date-label {
        color: #000
    }

.news-card .date-and-category__category a {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.6666666667;
    font-family: Helvetica Neue Bold,sans-serif;
    letter-spacing: 0
}

@media (max-width:768px) {
    .featured-news-card {
        margin-bottom: calc(.054054054054054*(100vw - var(--scrollbar-width) - 24px*2));
        height: 615px
    }
}

@media (min-width:768px) {
    .featured-news-card {
        margin-bottom: calc(.03448275862069*(100vw - var(--scrollbar-width) - 24px*2))
    }
}

@media (min-width:1024px) {
    .featured-news-card {
        margin-bottom: calc(.031948881789137*(100vw - var(--scrollbar-width) - 40px*2))
    }
}

.featured-news-card__icon {
    z-index: 30;
    position: relative;
    margin: 0 7.5px;
    line-height: 30px;
    text-align: center;
    height: 40px;
    width: 40px
}

@media (max-width:768px) {
    .featured-news-card__icon {
        display: none
    }
}

.featured-news-card__icon:before {
    content: "";
    top: 0;
    left: 0;
    border: 2px solid #000;
    -webkit-transform: rotateX(45deg) rotate(45deg);
    transform: rotateX(45deg) rotate(45deg)
}

.featured-news-card__icon--video {
    line-height: 46px
}

.featured-news-card__icon--gallery {
    line-height: 40px
}

.featured-news-card__icon svg {
    fill: #000;
    color: #000
}

@media (max-width:768px) {
    .featured-news-card .news-card {
        height: 615px;
        border: 0
    }
}

@media (min-width:768px) {
    .featured-news-card .news-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-width: 100%
    }
}

.featured-news-card .news-card:before {
    display: none
}

@media (min-width:768px) {
    .featured-news-card .news-card__icon {
        display: none
    }
}

.featured-news-card .news-card__details {
    position: absolute;
    top: 0;
    left: 0;
    padding: 75px 45px 75px 67px;
    height: 100%;
    color: #000;
    text-transform: uppercase;
    background-color: rgba(255,255,255,.9)
}

@media (max-width:768px) {
    .featured-news-card .news-card__details {
        top: auto;
        bottom: 0;
        padding: 30px;
        height: 260px;
        width: 100%
    }
}

@media (min-width:768px) {
    .featured-news-card .news-card__details {
        width: 50%;
        min-width: 410px
    }
}

@media (min-width:1024px) {
    .featured-news-card .news-card__details {
        width: 34.5%;
        min-width: 430px
    }
}

.featured-news-card .news-card__image:before {
    background: 0 0
}

@media (min-width:768px) {
    .featured-news-card .news-card__image {
        height: 582px;
        width: 100%
    }
}

@media (max-width:768px) {
    .featured-news-card .news-card__image img {
        height: 100%;
        min-height: 615px
    }
}

.featured-news-card .news-card .responsive-image img {
    height: 100%;
    width: 100%
}

.featured-news-card .news-card__title {
    width: 100%
}

    .featured-news-card .news-card__title h3 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2083333333;
        display: -webkit-box;
        margin: 20px 0;
        padding: 0;
        height: 4.83333em;
        width: 100%;
        overflow: hidden;
        color: #000;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical
    }

@media (min-width:768px) {
    .featured-news-card .news-card__title h3 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.175;
        margin: 40px 0;
        height: 4.7em
    }
}

.featured-news-card .news-card__date {
    position: absolute;
    bottom: 0
}

@media (min-width:768px) {
    .featured-news-card .news-card__date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.featured-news-card .news-card__date .date-label {
    margin-right: 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429
}

@media (min-width:1024px) {
    .featured-news-card .news-card__date .date-label {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.1904761905
    }
}

.featured-news-card .news-card .category-link--quins-brown {
    color: #7e4708;
    border-color: #7e4708
}

    .featured-news-card .news-card .category-link--quins-brown:hover {
        color: #7e4708
    }

.featured-news-card .news-card .category-link--quins-red {
    color: #c80550;
    border-color: #c80550
}

    .featured-news-card .news-card .category-link--quins-red:hover {
        color: #c80550
    }

.featured-news-card .news-card .category-link--quins-blue {
    color: #82bee6;
    border-color: #82bee6
}

    .featured-news-card .news-card .category-link--quins-blue:hover {
        color: #82bee6
    }

.featured-news-card .news-card .category-link--quins-green {
    color: #2d964b;
    border-color: #2d964b
}

    .featured-news-card .news-card .category-link--quins-green:hover {
        color: #2d964b
    }

.featured-news-card .news-card .category-link--quins-grey {
    color: #bebebe;
    border-color: #bebebe
}

    .featured-news-card .news-card .category-link--quins-grey:hover {
        color: #bebebe
    }

.news-list {
    position: relative
}

.news-list__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.0714285714;
    margin-bottom: .8928571429em;
    color: #c80550;
    font-family: Helvetica Neue Black,sans-serif;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .news-list__title {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 1.2;
        margin-bottom: .82em
    }
}

.news-list__loader {
    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;
    height: 100%;
    min-height: 400px
}

    .news-list__loader svg {
        fill: #82bee6
    }

.news-list__items {
    margin: 0;
    padding: 0;
    min-height: 300px;
    list-style: none
}

@media (min-width:768px) {
    .news-list__items {
        display: grid;
        grid-auto-rows: 1fr;
        grid-gap: 32px;
        grid-template-columns: repeat(2,1fr)
    }
}

@media (min-width:1024px) {
    .news-list__items {
        grid-gap: 32px;
        grid-template-columns: repeat(3,1fr)
    }
}

@media (min-width:1300px) {
    .news-list__items {
        grid-gap: 42px
    }
}

.news-list__item {
    margin-bottom: 32px
}

@media (min-width:768px) {
    .news-list__item {
        margin-bottom: 0
    }
}

.news-list__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: row;
    -ms-flex: row;
    flex: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 80px auto;
    height: 80px;
    border-top: 1px solid rgba(150,158,166,.1);
    border-bottom: 1px solid rgba(150,158,166,.1)
}

.news-list__filters {
    display: none;
    margin-bottom: 32px
}

    .news-list__filters .dropdown {
        width: 100%
    }

@media (min-width:1024px) {
    .news-list__filters .dropdown {
        margin-left: auto;
        max-width: 313px
    }
}

.news-list__api-error h3, .news-list__no-results h3 {
    margin-top: 0;
    color: #bebebe;
    text-transform: uppercase
}

.news-list-feature__label {
    display: none
}

.news-letter-signup {
    color: #fff;
    background: #c80550
}

    .news-letter-signup .alert {
        color: #fff
    }

@media (max-width:768px) {
    .news-letter-signup .container {
        margin: 0 auto;
        width: 100%
    }
}

@media (min-width:768px) {
    .news-letter-signup {
        padding-top: 4.1875em
    }
}

.news-letter-signup__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .news-letter-signup__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.news-letter-signup__message {
    font-size: 14px;
    font-size: .875rem;
    line-height: 2;
    font-family: Helvetica Neue Bold,sans-serif
}

.news-letter-signup__image {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 36px;
    width: 100%
}

@media (min-width:768px) {
    .news-letter-signup__image {
        margin-bottom: 0;
        margin-left: -24px;
        width: calc(100% + 24px)
    }
}

@media (min-width:1024px) {
    .news-letter-signup__image {
        margin-left: -40px;
        width: calc(40px + 5*((.054313099041534*(100vw - var(--scrollbar-width) - 40px*2)) + (.031948881789137*(100vw - var(--scrollbar-width) - 40px*2))) - (.031948881789137*(100vw - var(--scrollbar-width) - 40px*2)))
    }
}

@media (min-width:1480px) {
    .news-letter-signup__image {
        margin-left: calc(0px - ((100vw - var(--scrollbar-width) - 1400px)/2));
        width: calc(((100vw - var(--scrollbar-width) - 1400px)/2) + 4*120.76677px - 44.72843px);
        max-height: 400px;
        overflow: hidden
    }
}

.news-letter-signup__content-container {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 24px;
    margin-left: 24px
}

@media (min-width:768px) {
    .news-letter-signup__content-container {
        margin-right: auto;
        margin-left: calc(.03448275862069*(100vw - var(--scrollbar-width) - 24px*2))
    }
}

@media (min-width:1300px) {
    .news-letter-signup__content-container {
        margin-left: calc(.031948881789137*(100vw - var(--scrollbar-width) - 40px*2))
    }
}

@media (min-width:1480px) {
    .news-letter-signup__content-container {
        margin-left: 165.4952px
    }
}

.news-letter-signup__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: calc(.121621621621622*(100vw - var(--scrollbar-width) - 24px*2))
}

@media (min-width:768px) {
    .news-letter-signup__icon {
        width: calc(.051724137931034*(100vw - var(--scrollbar-width) - 24px*2))
    }
}

@media (min-width:1024px) {
    .news-letter-signup__icon {
        width: calc(.054313099041534*(100vw - var(--scrollbar-width) - 40px*2))
    }
}

@media (min-width:1480px) {
    .news-letter-signup__icon {
        width: 76.03834px
    }
}

.news-letter-signup__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: calc(.054054054054054*(100vw - var(--scrollbar-width) - 24px*2))
}

@media (min-width:768px) {
    .news-letter-signup__content {
        width: calc((.051724137931034*(100vw - var(--scrollbar-width) - 24px*2))*7 + (.03448275862069*(100vw - var(--scrollbar-width) - 24px*2))*6);
        margin-left: calc(.03448275862069*(100vw - var(--scrollbar-width) - 24px*2))
    }
}

@media (min-width:1024px) {
    .news-letter-signup__content {
        width: calc((.054313099041534*(100vw - var(--scrollbar-width) - 40px*2))*5 + (.031948881789137*(100vw - var(--scrollbar-width) - 40px*2))*4);
        margin-left: calc(.031948881789137*(100vw - var(--scrollbar-width) - 40px*2))
    }
}

@media (min-width:1480px) {
    .news-letter-signup__content {
        width: 559.10542px;
        margin-left: 44.72843px
    }
}

.news-letter-signup__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width:620px) {
    .news-letter-signup__heading {
        margin-bottom: 2em
    }
}

.news-letter-signup__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: .8888888889em;
    margin-left: calc(.054054054054054*(100vw - var(--scrollbar-width) - 24px*2));
    font-family: Helvetica Neue Black,sans-serif;
    text-transform: uppercase
}

@media (min-width:768px) {
    .news-letter-signup__title {
        width: calc((.054313099041534*(100vw - var(--scrollbar-width) - 40px*2))*5 + (.031948881789137*(100vw - var(--scrollbar-width) - 40px*2))*4);
        margin-left: calc(.03448275862069*(100vw - var(--scrollbar-width) - 24px*2))
    }
}

@media (min-width:1024px) {
    .news-letter-signup__title {
        margin-left: calc(.031948881789137*(100vw - var(--scrollbar-width) - 40px*2))
    }
}

@media (min-width:1480px) {
    .news-letter-signup__title {
        width: 559.10542px;
        margin-left: 44.72843px
    }
}

.news-letter-signup__form {
    width: 100%
}

@media (min-width:768px) {
    .news-letter-signup__form {
        width: calc((.054313099041534*(100vw - var(--scrollbar-width) - 40px*2))*5 + (.031948881789137*(100vw - var(--scrollbar-width) - 40px*2))*4);
        margin-left: auto
    }
}

@media (min-width:1024px) {
    .news-letter-signup__form {
        margin-left: auto
    }
}

@media (min-width:1480px) {
    .news-letter-signup__form {
        width: 559.10542px;
        margin-left: auto
    }
}

.news-letter-signup .form-element input, .news-letter-signup .form-element__input {
    color: #fff;
    border-bottom-color: #fff
}

    .news-letter-signup .form-element input::-webkit-input-placeholder, .news-letter-signup .form-element__input::-webkit-input-placeholder {
        color: #fff
    }

    .news-letter-signup .form-element input::-moz-placeholder, .news-letter-signup .form-element__input::-moz-placeholder {
        color: #fff
    }

    .news-letter-signup .form-element input:-ms-input-placeholder, .news-letter-signup .form-element input::-ms-input-placeholder, .news-letter-signup .form-element__input:-ms-input-placeholder, .news-letter-signup .form-element__input::-ms-input-placeholder {
        color: #fff
    }

    .news-letter-signup .form-element input::placeholder, .news-letter-signup .form-element__input::placeholder {
        color: #fff
    }

    .news-letter-signup .form-element input:-webkit-autofill, .news-letter-signup .form-element input:-webkit-autofill:active, .news-letter-signup .form-element input:-webkit-autofill:focus, .news-letter-signup .form-element input:-webkit-autofill:hover, .news-letter-signup .form-element__input:-webkit-autofill, .news-letter-signup .form-element__input:-webkit-autofill:active, .news-letter-signup .form-element__input:-webkit-autofill:focus, .news-letter-signup .form-element__input:-webkit-autofill:hover {
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s
    }

.news-letter-signup .form-element__placeholder {
    color: #fff
}

.news-letter-signup .button {
    margin-right: 0;
    margin-bottom: 24px;
    margin-left: auto;
    width: 100%;
    color: #fff;
    background: #000
}

@media (min-width:768px) {
    .news-letter-signup .button {
        width: 10.625em
    }
}

.news-letter-signup .button--disabled {
    border: 0;
    opacity: .3
}

.news-letter-signup--has-error .news-letter-signup__message {
    color: red
}

.news-module .simple-header {
    margin-bottom: -2.8125em
}

@media (min-width:1300px) {
    .news-module .simple-header {
        margin-bottom: -6.25em
    }
}

.news-module .news-list__title {
    display: none
}
