.filter-component-wrapper .dropdown .btn:active, .filter-component-wrapper .dropdown .btn:hover, .filter-component-wrapper-club .dropdown .btn:active, .filter-component-wrapper-club .dropdown .btn:hover {
    outline: 0
}

.filter-tabs > li.active a:hover, .filters a:hover {
    cursor: pointer
}

#match-day #top-hero-banner h1, #match-day #top-hero-banner h2, #match-day #top-hero-banner label, #match-day #top-hero-banner p, #match-day #top-hero-banner span {
    color: #fff
}

#match-day #top-hero-banner .section-content {
    background-position: left center,right center;
    background-size: 50% 100%,50% 100%;
    background-color: transparent;
    object-fit: contain;
    background-repeat: no-repeat;
    min-height: 356px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 60px 0
}

@media (min-width:992px) {
    #match-day #top-hero-banner .section-content {
        max-width: none
    }
}

#match-day #top-hero-banner .section-content > div:not(.match-status-alert-box) {
    align-items: center;
    text-align: center;
    margin: 8px auto;
    position: relative;
    z-index: 5
}

    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box)#column-content #column-content .match-info {
        width: 50%;
        margin-top: 0
    }

        #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box)#column-content #column-content .match-info > span {
            display: block;
            font-size: 20px;
            font-weight: 500;
            text-align: center;
            line-height: 1.2
        }

@media (max-width:767px) {
    #match-day #top-hero-banner .section-content {
        min-height: 315px
    }

        #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box)#column-content #column-content .match-info {
            width: 100%
        }

            #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box)#column-content #column-content .match-info > span {
                font-size: 16px
            }
}

#match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures {
    width: 100%;
    max-width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

@media (min-width:992px) {
    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures {
        width: 75%
    }
}

@media (min-width:1200px) {
    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures {
        width: 63%
    }
}

@media (min-width:1400px) {
    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures {
        width: 50%
    }
}

#match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div {
    align-items: center;
    text-align: center
}

    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team {
        flex-basis: 40%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between
    }

@media (max-width:480px) {
    #match-day #top-hero-banner .section-content {
        background-position: 110% center,-10% center;
        background-size: 200% 100%,200% 100%
    }

        #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team {
            flex-basis: 125px
        }
}

@media (min-width:481px) {
    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team {
        flex-basis: 35%
    }
}

@media (min-width:768px) {
    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team {
        flex-basis: 300px
    }
}

#match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team > span {
    flex-basis: 44%;
    display: inline;
    vertical-align: middle;
    text-align: center
}

@media (max-width:480px) {
    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team > span {
        flex-basis: 50%
    }
}

@media (min-width:481px) {
    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team > span {
        flex-basis: 70px
    }
}

@media (min-width:768px) {
    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team > span {
        flex-basis: 132px
    }
}

#match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team > span.team-flag img {
    max-width: 94px;
    width: auto
}

#match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team > span.team-name {
    font-family: City;
    font-size: 61px;
    font-weight: 800;
    letter-spacing: .3px;
    line-height: 1
}

@media (max-width:767px) {
    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team > span.team-flag img {
        max-width: 48px
    }

    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team > span.team-name {
        font-size: 31px
    }
}

#match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team.left-team {
    order: 1
}

#match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team.right-team {
    order: 3
}

@media (min-width:480px) {
    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team.left-team {
        justify-content: flex-end
    }

    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team.right-team {
        justify-content: flex-start
    }
}

#match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team.right-team .team-name {
    order: 1
}

#match-day #the-match .section-content .section-list .content-image.right-align, #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.team.right-team .team-flag {
    order: 2
}

#match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.series-logo-container {
    flex-basis: 15%;
    order: 2
}

@media (min-width:481px) {
    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.series-logo-container {
        flex-basis: 54px
    }
}

@media (min-width:768px) {
    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.series-logo-container {
        flex-basis: 116px
    }
}

#match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.series-logo-container span img {
    max-width: 74px
}

@media (max-width:767px) {
    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).team-fixtures div.series-logo-container span img {
        max-width: 38px
    }
}

#match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).broadcaster-info {
    margin-bottom: 0
}

    #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).broadcaster-info > span {
        display: block;
        line-height: 2
    }

        #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).broadcaster-info > span.broadcast-time {
            font-family: Aktiv-Grotesk;
            font-size: 13px;
            text-align: center
        }

        #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).broadcaster-info > span.broadcaster-channels a {
            display: inline-block;
            vertical-align: middle;
            margin: 0 6px
        }

            #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).broadcaster-info > span.broadcaster-channels a span {
                display: inline;
                vertical-align: middle
            }

                #match-day #top-hero-banner .section-content > div:not(.match-status-alert-box).broadcaster-info > span.broadcaster-channels a span img {
                    max-width: 21px;
                    height: auto
                }

#match-day #top-hero-banner .section-content .match-status-alert-box {
    width: 100%;
    display: block;
    height: 52px;
    background-color: #e6f01e;
    position: absolute;
    top: 0;
    z-index: 999;
    overflow-y: hidden
}

    #match-day #top-hero-banner .section-content .match-status-alert-box.alert > div.marquee {
        display: block;
        position: static;
        line-height: 52px;
        overflow: hidden;
        text-align: left
    }

@media (min-width:992px) {
    #match-day #top-hero-banner .section-content .match-status-alert-box.alert > div.marquee {
        max-width: 97%
    }
}

#match-day #top-hero-banner .section-content .match-status-alert-box.alert > div.marquee span {
    color: #000;
    font-family: Aktiv-Grotesk;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-shadow: none
}

    #match-day #top-hero-banner .section-content .match-status-alert-box.alert > div.marquee span:first-of-type {
        margin-right: 5px
    }

        #match-day #top-hero-banner .section-content .match-status-alert-box.alert > div.marquee span:first-of-type i.fa {
            font-size: 16px;
            display: none
        }

#match-day #top-hero-banner .section-content .match-status-alert-box.alert a.close {
    position: absolute;
    top: 0;
    right: 1em;
    line-height: 45px;
    vertical-align: middle
}

@media (max-width:1199px) {
    #match-day #top-hero-banner .section-content .match-status-alert-box.alert a.close {
        opacity: 1;
        line-height: 48px
    }
}

#match-day #top-hero-banner .section-content .match-status-alert-box.alert a.close > span {
    font-size: 25px;
    vertical-align: middle;
    color: #000;
    text-shadow: none
}

#match-day #top-hero-banner .section-content .match-status-alert-box.raining.alert > div.marquee span:first-of-type i.fa.fa-cloud, #match-day #top-hero-banner .section-content .match-status-alert-box.sunny.alert > div.marquee span:first-of-type i.fa.fa-sun-o {
    display: inline
}

#match-day #the-match .section-content {
    padding: 48px 0
}

@media (max-width:991px) {
    #match-day #top-hero-banner .section-content .match-status-alert-box.alert > div.marquee {
        max-width: 92%
    }

    #match-day #the-match .section-content {
        padding: 48px 24px
    }
}

@media (max-width:767px) {
    #match-day #top-hero-banner .section-content .match-status-alert-box.alert a.close {
        right: .5em
    }

    #match-day #the-match .section-content {
        padding: 32px 16px
    }
}

#match-day #the-match .section-content > h1 {
    font-family: City;
    font-size: 39px;
    font-weight: 700;
    letter-spacing: .3px;
    text-align: left;
    color: #000;
    padding: 34px 0 26px
}

@media (max-width:991px) {
    #match-day #the-match .section-content > h1 {
        font-size: 31px
    }

    #match-day #the-match .section-content .section-list {
        margin-left: -24px;
        margin-right: -24px
    }
}

@media (max-width:767px) {
    #match-day #the-match .section-content > h1 {
        font-size: 25px;
        padding: 15px 0 10px
    }
}

#match-day #the-match .section-content .section-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 64px
}

@media (max-width:767px) {
    #match-day #the-match .section-content .section-list {
        margin-left: -16px;
        margin-right: -16px;
        padding-top: 48px
    }
}

#match-day #the-match .section-content .section-list .content-text {
    flex: 1
}

@media (max-width:991px) {
    #match-day #the-match .section-content .section-list .content-text {
        padding: 0 24px
    }
}

@media (max-width:767px) {
    #match-day #the-match .section-content .section-list .content-text {
        padding: 0 16px
    }
}

#match-day #the-match .section-content .section-list .content-text > ul {
    list-style-type: none;
    font-family: Aktiv-Grotesk;
    font-size: 16px;
    color: #000;
    text-align: left
}

    #match-day #the-match .section-content .section-list .content-text > ul .time {
        padding-right: 13px
    }

    #match-day #the-match .section-content .section-list .content-text > ul .desc {
        font-weight: 700
    }

#match-day #the-match .section-content .section-list .content-text > label {
    font-family: City;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 16px;
    padding-right: .5em
}

@media (max-width:991px) {
    #match-day #the-match .section-content .section-list .content-text > label {
        font-size: 16px;
        padding-bottom: 8px
    }
}

#match-day #the-match .section-content .section-list .content-text .button {
    display: inline-block;
    border-radius: 2px;
    background-color: #e6f01e;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
    font-family: Aktiv-Grotesk;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #000;
    padding: 8px 44px;
    margin-top: 16px;
    text-transform: uppercase
}

    #match-day #the-match .section-content .section-list .content-text .button:hover {
        background-color: #cdd61b
    }

@media (min-width:768px) {
    #match-day #the-match .section-content .section-list .content-text .button:not(:first-of-type) {
        margin-left: 16px
    }
}

#match-day #the-match .section-content .section-list .content-image.w403 {
    width: 403px;
    height: auto
}

#match-day #the-match .section-content .section-list .content-image.w285 {
    width: 285px;
    height: auto
}

#match-day #the-match .section-content .section-list .content-image.m32-r {
    margin-right: 32px
}

#match-day #the-match .section-content .section-list .content-image.m32-l {
    margin-left: 32px
}

@media (max-width:991px) {
    #match-day #the-match .section-content .section-list .content-image.w403 {
        width: 285px;
        padding-right: 24px
    }

    #match-day #the-match .section-content .section-list.section-list-mobile {
        display: block
    }

        #match-day #the-match .section-content .section-list.section-list-mobile .content-image.w285 {
            width: auto;
            height: auto;
            margin-bottom: 32px
        }

        #match-day #the-match .section-content .section-list.section-list-mobile .content-image.m32-r {
            margin-right: unset
        }

        #match-day #the-match .section-content .section-list.section-list-mobile .content-image.m32-l {
            margin-left: unset
        }
}

@media (max-width:991px) and (max-width:767px) {
    #match-day #the-match .section-content .section-list.section-list-mobile .content-image.w285 {
        margin-bottom: 16px
    }
}

#match-day #the-match .section-content .ad-block {
    padding: 2em 0 0;
    margin: 0 -1em
}

    #match-day #the-match .section-content .ad-block > div {
        margin: 0 auto;
        position: relative;
        display: block;
        width: 320px;
        height: 50px;
        background: #ddd
    }

@media (min-width:768px) {
    #match-day #the-match .section-content .ad-block {
        padding: 3em 0 0
    }

        #match-day #the-match .section-content .ad-block > div {
            width: 300px;
            height: 250px
        }
}

@media (min-width:992px) {
    #match-day #the-match .section-content .ad-block > div {
        width: 720px;
        height: 90px
    }
}

#match-day #the-match .section-content .ad-block > div.ads-styled p {
    bottom: -20px
}

#match-day #the-venue .section-content {
    padding: 32px 0 0
}

@media (max-width:991px) {
    #match-day #the-venue .section-content {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (max-width:767px) {
    #match-day #the-match .section-content .section-list .content-text .button {
        display: block
    }

    #match-day #the-venue .section-content {
        padding-left: 16px;
        padding-right: 16px
    }
}

#match-day #the-venue .section-content > div.header-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5em
}

    #match-day #the-venue .section-content > div.header-text h1 {
        font-size: 39px;
        letter-spacing: .5px;
        text-align: left
    }

@media (max-width:767px) {
    #match-day #the-venue .section-content > div.header-text h1 {
        font-size: 31px;
        padding: 0 0 10px
    }
}

@media (max-width:480px) {
    #match-day #the-venue .section-content > div.header-text h1 {
        font-size: 25px
    }
}

#match-day #the-venue .section-content > div.header-text div.fixture-content {
    display: inline-flex;
    flex-basis: 34%;
    justify-content: space-evenly;
    align-items: center
}

    #match-day #the-venue .section-content > div.header-text div.fixture-content > span.team-name > img {
        max-width: 105px
    }

    #match-day #the-venue .section-content > div.header-text div.fixture-content > span.vs-tag {
        font-family: City;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: .8px;
        text-align: center
    }

#match-day #the-venue .section-content > div.venue-details {
    padding: 16px 0 32px
}

    #match-day #the-venue .section-content > div.venue-details > div.stadium-name-box h2 {
        font-size: 20px;
        letter-spacing: .5px;
        text-align: left
    }

    #match-day #the-venue .section-content > div.venue-details > div.stadium-name-box p span {
        font-size: 16px;
        text-align: left
    }

    #match-day #the-venue .section-content > div.venue-details > div.stadium-name-box p a :focus span, #match-day #the-venue .section-content > div.venue-details > div.stadium-name-box p a :visited span, #match-day #the-venue .section-content > div.venue-details > div.stadium-name-box p a:hover span {
        color: #cdd61b
    }

    #match-day #the-venue .section-content > div.venue-details > div.stadium-name-box p a span {
        text-decoration: underline;
        color: #cdd61b
    }

    #match-day #the-venue .section-content > div.venue-details > div.seat-map {
        position: relative;
        padding-top: 20px
    }

        #match-day #the-venue .section-content > div.venue-details > div.seat-map .seat-map-holder img {
            max-width: 851px;
            height: auto
        }

        #match-day #the-venue .section-content > div.venue-details > div.seat-map .btn-zoom-holder {
            position: absolute;
            bottom: 5px;
            right: 5px
        }

@media (max-width:767px) {
    #match-day #the-venue .section-content > div.header-text div.fixture-content {
        display: none
    }

    #match-day #the-venue .section-content > div.venue-details > div.stadium-name-box h2 {
        font-size: 16px
    }

    #match-day #the-venue .section-content > div.venue-details > div.seat-map .btn-zoom-holder {
        display: none
    }
}

#match-day #the-venue .section-content > div.venue-details > div.seat-map .btn-zoom-holder a {
    border-radius: 0;
    background-color: #e6f01e;
    width: 48px;
    height: 48px;
    margin: 2px;
    vertical-align: middle;
    display: inline-block;
    text-align: center
}

    #match-day #the-venue .section-content > div.venue-details > div.seat-map .btn-zoom-holder a:hover {
        background-color: #cdd61b
    }

    #match-day #the-venue .section-content > div.venue-details > div.seat-map .btn-zoom-holder a span {
        font-size: 25px;
        text-align: center;
        color: #000;
        line-height: 48px
    }

#match-day #the-venue .section-content > div.extra-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 3em 0
}

@media (max-width:991px) {
    #match-day #the-venue .section-content > div.extra-details {
        flex-wrap: wrap
    }
}

#match-day #the-venue .section-content > div.extra-details .text-block {
    flex-basis: 49%;
    text-align: left;
    padding-right: 30px
}

@media (max-width:991px) {
    #match-day #the-venue .section-content > div.extra-details .text-block {
        flex-basis: 100%;
        padding: 0 0 2em
    }
}

#match-day #the-venue .section-content > div.extra-details .text-block h2 {
    text-align: left;
    font-size: 20px;
    letter-spacing: .5px;
    line-height: 1;
    margin-bottom: 1em
}

#match-day #the-venue .section-content > div.extra-details .text-block p {
    font-size: 16px;
    text-align: left
}

#match-day #the-venue .section-content > div.extra-details .text-block:last-of-type ul {
    font-size: 16px;
    margin: 0 0 0 1em
}

#match-day #the-venue .section-content hr.ladder-hr.top {
    margin-bottom: 1.5em
}

@media (max-width:767px) {
    #match-day #the-venue .section-content hr.ladder-hr.top {
        margin-bottom: .75em
    }
}

.hero-feature-wrapper {
    margin-bottom: 30px;
    background-color: #000
}

    .hero-feature-wrapper .wrapper {
        margin: 0 15px;
        overflow: hidden
    }

@media (min-width:992px) {
    .hero-feature-wrapper .wrapper {
        margin: 0
    }
}

.hero-feature-wrapper .lead-headline {
    margin-bottom: 30px;
    position: relative
}

@media (min-width:480px) {
    .hero-feature-wrapper .lead-headline .hero {
        position: relative
    }

        .hero-feature-wrapper .lead-headline .hero::after {
            content: '';
            width: 100%;
            height: 220px;
            background-image: linear-gradient(transparent,#000);
            display: block;
            position: absolute;
            bottom: 0
        }
}

@media (min-width:992px) {
    .hero-feature-wrapper .lead-headline {
        margin-bottom: 0;
        height: 511px
    }
}

.hero-feature-wrapper .lead-headline h1 {
    color: #FFF;
    font-family: Berthold,City;
    font-size: 39px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 36px;
    text-align: center
}

@media (min-width:1200px) {
    .hero-feature-wrapper .lead-headline {
        height: 621px
    }

        .hero-feature-wrapper .lead-headline h1 {
            font-size: 61px;
            line-height: 61px
        }
}

.hero-feature-wrapper .lead-headline .headline-content {
    padding: 22px
}

    .hero-feature-wrapper .lead-headline .headline-content .headline-para {
        color: #fff;
        font-family: "SF UI Text",sans-serif;
        font-size: 16px;
        line-height: 24px;
        padding: 18px 0
    }

.hero-feature-wrapper .headline-button {
    height: 32px;
    width: 272px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #e6f01e;
    border: 1px solid #e6f01e;
    border-radius: 4px;
    transition: all .3s ease 0s
}

@media (min-width:480px) {
    .hero-feature-wrapper .lead-headline h1 {
        text-align: left
    }

    .hero-feature-wrapper .lead-headline .headline-content {
        position: absolute;
        bottom: 0;
        z-index: 6
    }

    .hero-feature-wrapper .headline-button {
        margin: 0;
        width: 108px
    }
}

.hero-feature-wrapper .headline-button:hover {
    background-color: rgba(230,240,30,.83)
}

.hero-feature-wrapper .headline-button a {
    color: #000;
    font-family: "SF UI Text",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    transition: all .3s ease 0s
}

.headline-component .article-wrapper {
    width: 100%;
    height: 424px;
    padding: 17px 15px 0;
    overflow-y: hidden;
    background-color: rgba(255,255,255,.06)
}

@media (min-width:1200px) {
    .headline-component .article-wrapper {
        height: 537px
    }
}

.headline-component h1 {
    color: #000;
    font-family: Berthold,City;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 28px;
    padding: 0 0 40px
}

@media (min-width:480px) {
    .headline-component h1 {
        padding: 0 0 40px
    }
}

.headline-component h1::after {
    content: '';
    width: 50px;
    height: 2px;
    display: block;
    position: relative;
    top: 16px;
    background-color: #e6f01e
}

.headline-component .headline-content {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    height: 102px
}

@media (min-width:1200px) {
    .headline-component .headline-content {
        height: 104px
    }
}

.headline-component .headline-content > div {
    display: flex
}

    .headline-component .headline-content > div > a {
        display: flex;
        align-items: center
    }

.headline-component .headline-content:not(:last-child)::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(128,128,128,.5);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

.headline-component .headline-content img {
    width: 117px;
    height: auto
}

.headline-component .headline-content .headline-para {
    display: flex;
    flex-direction: column;
    padding: 0 25px 0 10px;
    position: relative;
    top: -4px;
    font-size: 16px;
    line-height: 24px;
    font-family: "SF UI Text",sans-serif
}

    .headline-component .headline-content .headline-para a {
        color: #fff
    }

@media (min-width:992px) {
    .headline-component .headline-content .headline-para {
        padding-right: 0
    }
}

.headline-component .headline-content .headline-para .truncate {
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-rendering: auto;
    max-height: 45px
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .headline-component .headline-content .headline-para .truncate {
        max-width: 155px
    }
}

.headline-component .headline-content .headline-para .title {
    font-size: 11px;
    line-height: 15px;
    color: rgba(255,255,255,.7);
    text-transform: uppercase
}

.headline-component .headline-content .headline-para .subtitle {
    color: rgba(255,255,255,.7);
    font-size: 13px;
    line-height: 19px
}

.headline-component .headline-content .headline-para .match-report-wrapper {
    height: 16px
}

    .headline-component .headline-content .headline-para .match-report-wrapper .match-report {
        padding: 2px 5px;
        margin-right: 5px;
        font-size: 10px;
        text-transform: uppercase;
        background-color: #F68302;
        color: #fff
    }

.home-hero-ladder-component .body-section {
    height: 360px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    background-color: rgba(255,255,255,.06)
}

@media (min-width:768px) {
    .home-hero-ladder-component .body-section {
        margin: 0
    }
}

@media (min-width:1200px) {
    .home-hero-ladder-component .body-section {
        height: 470px
    }
}

.home-hero-ladder-component .team-wrapper {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(229,229,229,.4);
    color: #fff
}

    .home-hero-ladder-component .team-wrapper:last-child {
        border: none
    }

    .home-hero-ladder-component .team-wrapper > div {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .home-hero-ladder-component .team-wrapper > div .pos-col {
            padding: 0 1rem;
            font-family: Aktiv-Grotesk;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: .4px
        }

        .home-hero-ladder-component .team-wrapper > div .team-logo {
            margin-right: 10px;
            max-width: 16px;
            width: 16px;
            height: 16px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center
        }

            .home-hero-ladder-component .team-wrapper > div .team-logo img {
                border-radius: 1px;
                height: 16px;
                width: auto
            }

        .home-hero-ladder-component .team-wrapper > div .name-col {
            font-size: 16px;
            font-family: Aktiv-Grotesk;
            text-transform: capitalize
        }

        .home-hero-ladder-component .team-wrapper > div .value-col {
            padding: 0 1rem;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: .5px;
            font-family: Aktiv-Grotesk
        }

.home-hero-ticket-component {
    overflow: hidden
}

    .home-hero-ticket-component .content-wrapper {
        height: 360px;
        -ms-overflow-style: none;
        overflow-y: scroll;
        background-color: rgba(255,255,255,.06);
        padding: 10px 6.5% 0 15px;
        width: 104%
    }

@media (min-width:992px) {
    .home-hero-ticket-component .content-wrapper {
        padding-right: 8.5%
    }
}

@media (min-width:1200px) {
    .home-hero-ticket-component .content-wrapper {
        height: 470px
    }
}

.home-hero-ticket-component .content-wrapper::-webkit-scrollbar {
    display: none
}

.home-hero-ticket-component .content-wrapper .game-wrapper:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.home-hero-ticket-component .content-wrapper .game-wrapper:not(:first-child) {
    padding-top: 10px
}

.home-hero-ticket-component .content-wrapper .game-wrapper > span {
    font-family: "SF UI Text",sans-serif;
    position: relative
}

    .home-hero-ticket-component .content-wrapper .game-wrapper > span.game-time {
        font-size: 16px;
        bottom: -5px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase
    }

    .home-hero-ticket-component .content-wrapper .game-wrapper > span.game-location {
        font-size: 13px;
        top: -5px;
        color: #fff
    }

.home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket {
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .game-info {
        display: flex;
        align-items: center
    }

        .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .game-info img {
            width: 18px;
            height: 18px;
            border-radius: 2px
        }

        .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .game-info .team-names {
            font-size: 19px;
            font-family: Berthold,City;
            font-weight: 700;
            color: #fff;
            letter-spacing: .5px;
            line-height: 35px;
            padding: 0 6px
        }

@media (min-width:1200px) {
    .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .game-info .team-names {
        font-size: 20px
    }
}

.home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-cta {
    width: 89px;
    height: 30px;
    border: 1px solid #e6f01e;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease 0s
}

    .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-cta a {
        text-transform: uppercase;
        font-weight: 700;
        color: #e6f01e;
        font-size: 13px;
        transition: all .3s ease 0s
    }

    .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-cta:active, .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-cta:focus, .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-cta:hover {
        background-color: rgba(230,240,30,.17)
    }

.home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-sold-out {
    color: #e6f01e;
    opacity: .6;
    text-transform: uppercase;
    font-size: 13px
}

.filter-component-wrapper .title, .filter-component-wrapper-club .title {
    font-size: 23px !important;
    line-height: 28px !important;
    font-weight: 700;
    letter-spacing: .5px
}

.filter-component-wrapper {
    height: 64px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    background-color: rgba(255,255,255,.1)
}

    .filter-component-wrapper.single-filter {
        justify-content: center
    }

    .filter-component-wrapper .dropdown {
        display: flex;
        height: 32px;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 4px
    }

        .filter-component-wrapper .dropdown .btn {
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-width: 118px;
            padding-top: 0;
            padding-bottom: 0
        }

@media (min-width:1200px) {
    .filter-component-wrapper .dropdown .btn {
        min-width: 128px
    }
}

.filter-component-wrapper .dropdown .dropdown-menu {
    left: 0;
    top: 33px;
    height: auto;
    width: auto;
    border-radius: 2px
}

    .filter-component-wrapper .dropdown .dropdown-menu .dropdown-item {
        display: block;
        padding: 3px 10px;
        color: #000
    }

.filter-component-wrapper .title {
    position: relative
}

    .filter-component-wrapper .title:after {
        content: '';
        position: absolute;
        left: 0;
        top: 4rem;
        width: 50px;
        height: 3px;
        background-color: #e6f01e
    }

.filter-component-wrapper-club {
    height: 64px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,.1)
}

    .filter-component-wrapper-club.single-filter {
        justify-content: center
    }

    .filter-component-wrapper-club .dropdown {
        display: flex;
        height: 32px;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 4px
    }

        .filter-component-wrapper-club .dropdown .btn {
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-width: 118px;
            padding-top: 0;
            padding-bottom: 0
        }

        .filter-component-wrapper-club .dropdown .dropdown-menu {
            left: 0;
            top: 33px;
            height: auto;
            width: auto;
            border-radius: 2px
        }

            .filter-component-wrapper-club .dropdown .dropdown-menu .dropdown-item {
                display: block;
                padding: 3px 10px;
                color: #000
            }

    .filter-component-wrapper-club .title {
        position: relative
    }

        .filter-component-wrapper-club .title:after {
            content: '';
            position: absolute;
            left: 0;
            top: 4rem;
            width: 50px;
            height: 3px;
            background-color: #e6f01e
        }

.filter-tabs {
    display: flex;
    justify-content: space-around
}

@media (max-width:992px) and (min-width:768px) {
    .filter-tabs {
        justify-content: start
    }
}

.filter-tabs > li {
    flex-grow: 1;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #000
}

@media (max-width:992px) and (min-width:768px) {
    .filter-tabs > li {
        flex-grow: 0;
        width: 25%
    }
}

.filter-tabs > li.active {
    background-color: #e6f01e;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

    .filter-tabs > li.active a {
        color: #000
    }

        .filter-tabs > li.active a:focus, .filter-tabs > li.active a:hover {
            color: unset
        }

.filter-tabs > li a {
    width: 100%;
    background: 0 0 !important;
    border: none !important;
    font-size: 15px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e6f01e
}

.filter-tabs.nav-tabs {
    border-bottom: 2px solid #e6f01e
}

.redirection-component {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #e6f01e;
    background-color: rgba(255,255,255,.1)
}

    .redirection-component .link-redirect-wrapper {
        position: relative;
        transition: all .3s ease 0s
    }

        .redirection-component .link-redirect-wrapper::after {
            content: '';
            background-color: #e6f01e;
            width: 94%;
            height: 1px;
            position: absolute;
            top: 17px;
            left: 0;
            transition: all .3s ease 0s;
            opacity: 0
        }

.clubs_general .filters a.active, .hero-popup-filter a {
    background-color: #fff
}

.redirection-component .link-redirect-wrapper > a {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    color: #e6f01e
}

.redirection-component .link-redirect-wrapper > span {
    padding: 2px 10px 0
}

.redirection-component .link-redirect-wrapper:focus::after, .redirection-component .link-redirect-wrapper:hover::after {
    opacity: 1
}

.hero-popup-filter .filter-modal-windows {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.hero-popup-filter .filter-control {
    width: 128px
}

    .hero-popup-filter .filter-control > a .fa::before {
        font-size: 12px
    }

    .hero-popup-filter .filter-control .btn {
        font-weight: 700;
        padding: 0;
        text-align: left;
        box-shadow: none
    }

        .hero-popup-filter .filter-control .btn:active, .hero-popup-filter .filter-control .btn:focus, .hero-popup-filter .filter-control .btn:hover {
            color: #000
        }

    .hero-popup-filter .filter-control.filter-control-home {
        background: #fff;
        border-radius: 4px;
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 5px 8px
    }

        .hero-popup-filter .filter-control.filter-control-home a {
            width: 100px;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            position: relative
        }

        .hero-popup-filter .filter-control.filter-control-home .pullright {
            font-size: 13px
        }

.hero-popup-filter .modal-dialog {
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0
}

.hero-popup-filter a {
    color: #000;
    border-radius: 4px;
    display: flex;
    align-items: center
}

    .hero-popup-filter a .btn {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 128px;
        font-weight: 700;
        color: #000;
        box-shadow: none
    }

    .hero-popup-filter a > span {
        padding: 0 10px
    }

.filter-modal-windows-home-hero {
    display: flex;
    align-items: center;
    justify-content: center
}

.clubs_general .filters a:first-child {
    border-color: #fff
}

.clubs_general .filter-tabs > li.active a, .clubs_general .filters a, .clubs_general .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-cta a, .clubs_general .lead-headline .headline-content .headline-button a {
    color: #fff
}

.club-strikers .filter-tabs.nav-tabs, .club-strikers .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-cta, .club-strikers .lead-headline .headline-content .headline-button {
    border-color: #0085ca
}

    .club-strikers .content-wrapper .game-wrapper .game-ticket .ticket-cta:hover, .club-strikers .lead-headline .headline-content .headline-button:hover {
        background-color: rgba(0,133,202,.83)
    }

.club-strikers .filter-tabs li.active, .club-strikers .flagged-team, .club-strikers .home-hero-ticket-component .ticket-cta, .club-strikers .lead-headline .headline-content .headline-button, .club-strikers .redirection-component .link-redirect-wrapper:focus::after, .club-strikers .redirection-component .link-redirect-wrapper:hover::after {
    background-color: #0085ca
}

.club-strikers .filter-tabs > li a, .club-strikers .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-sold-out, .club-strikers .redirection-component, .club-strikers .redirection-component a {
    color: #0085ca
}

.club-heat .filter-tabs.nav-tabs, .club-heat .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-cta, .club-heat .lead-headline .headline-content .headline-button {
    border-color: #01a3ae
}

    .club-heat .content-wrapper .game-wrapper .game-ticket .ticket-cta:hover, .club-heat .lead-headline .headline-content .headline-button:hover {
        background-color: rgba(1,163,174,.83)
    }

.club-heat .filter-tabs li.active, .club-heat .flagged-team, .club-heat .home-hero-ticket-component .ticket-cta, .club-heat .lead-headline .headline-content .headline-button, .club-heat .redirection-component .link-redirect-wrapper:focus::after, .club-heat .redirection-component .link-redirect-wrapper:hover::after {
    background-color: #01a3ae
}

.club-heat .filter-tabs > li a, .club-heat .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-sold-out, .club-heat .redirection-component, .club-heat .redirection-component a {
    color: #01a3ae
}

.club-hurricanes .filter-tabs.nav-tabs, .club-hurricanes .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-cta, .club-hurricanes .lead-headline .headline-content .headline-button {
    border-color: #5f259f
}

    .club-hurricanes .content-wrapper .game-wrapper .game-ticket .ticket-cta:hover, .club-hurricanes .lead-headline .headline-content .headline-button:hover {
        background-color: rgba(95,37,159,.83)
    }

.club-hurricanes .filter-tabs li.active, .club-hurricanes .flagged-team, .club-hurricanes .home-hero-ticket-component .ticket-cta, .club-hurricanes .lead-headline .headline-content .headline-button, .club-hurricanes .redirection-component .link-redirect-wrapper:focus::after, .club-hurricanes .redirection-component .link-redirect-wrapper:hover::after {
    background-color: #5f259f
}

.club-hurricanes .filter-tabs > li a, .club-hurricanes .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-sold-out, .club-hurricanes .redirection-component, .club-hurricanes .redirection-component a {
    color: #5f259f
}

.club-renegades .filter-tabs.nav-tabs, .club-renegades .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-cta, .club-renegades .lead-headline .headline-content .headline-button {
    border-color: #e5002b
}

    .club-renegades .content-wrapper .game-wrapper .game-ticket .ticket-cta:hover, .club-renegades .lead-headline .headline-content .headline-button:hover {
        background-color: rgba(229,0,43,.83)
    }

.club-renegades .filter-tabs li.active, .club-renegades .flagged-team, .club-renegades .home-hero-ticket-component .ticket-cta, .club-renegades .lead-headline .headline-content .headline-button, .club-renegades .redirection-component .link-redirect-wrapper:focus::after, .club-renegades .redirection-component .link-redirect-wrapper:hover::after {
    background-color: #e5002b
}

.club-renegades .filter-tabs > li a, .club-renegades .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-sold-out, .club-renegades .redirection-component, .club-renegades .redirection-component a {
    color: #e5002b
}

.club-stars .filter-tabs.nav-tabs, .club-stars .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-cta, .club-stars .lead-headline .headline-content .headline-button {
    border-color: #00b140
}

    .club-stars .content-wrapper .game-wrapper .game-ticket .ticket-cta:hover, .club-stars .lead-headline .headline-content .headline-button:hover {
        background-color: rgba(0,177,64,.83)
    }

.club-stars .filter-tabs li.active, .club-stars .flagged-team, .club-stars .home-hero-ticket-component .ticket-cta, .club-stars .lead-headline .headline-content .headline-button, .club-stars .redirection-component .link-redirect-wrapper:focus::after, .club-stars .redirection-component .link-redirect-wrapper:hover::after {
    background-color: #00b140
}

.club-stars .filter-tabs > li a, .club-stars .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-sold-out, .club-stars .redirection-component, .club-stars .redirection-component a {
    color: #00b140
}

.club-scorchers .filter-tabs.nav-tabs, .club-scorchers .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-cta, .club-scorchers .lead-headline .headline-content .headline-button {
    border-color: #e25300
}

    .club-scorchers .content-wrapper .game-wrapper .game-ticket .ticket-cta:hover, .club-scorchers .lead-headline .headline-content .headline-button:hover {
        background-color: rgba(226,83,0,.83)
    }

.club-scorchers .filter-tabs li.active, .club-scorchers .flagged-team, .club-scorchers .home-hero-ticket-component .ticket-cta, .club-scorchers .lead-headline .headline-content .headline-button, .club-scorchers .redirection-component .link-redirect-wrapper:focus::after, .club-scorchers .redirection-component .link-redirect-wrapper:hover::after {
    background-color: #e25300
}

.club-scorchers .filter-tabs > li a, .club-scorchers .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-sold-out, .club-scorchers .redirection-component, .club-scorchers .redirection-component a {
    color: #e25300
}

.club-sixers .filter-tabs.nav-tabs, .club-sixers .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-cta, .club-sixers .lead-headline .headline-content .headline-button {
    border-color: #d40f7d
}

    .club-sixers .content-wrapper .game-wrapper .game-ticket .ticket-cta:hover, .club-sixers .lead-headline .headline-content .headline-button:hover {
        background-color: rgba(212,15,125,.83)
    }

.club-sixers .filter-tabs li.active, .club-sixers .flagged-team, .club-sixers .home-hero-ticket-component .ticket-cta, .club-sixers .lead-headline .headline-content .headline-button, .club-sixers .redirection-component .link-redirect-wrapper:focus::after, .club-sixers .redirection-component .link-redirect-wrapper:hover::after {
    background-color: #d40f7d
}

.club-sixers .filter-tabs > li a, .club-sixers .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-sold-out, .club-sixers .redirection-component, .club-sixers .redirection-component a {
    color: #d40f7d
}

.club-thunder .filter-tabs.nav-tabs, .club-thunder .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-cta, .club-thunder .lead-headline .headline-content .headline-button {
    border-color: #97d700
}

    .club-thunder .content-wrapper .game-wrapper .game-ticket .ticket-cta:hover, .club-thunder .lead-headline .headline-content .headline-button:hover {
        background-color: rgba(151,215,0,.83)
    }

.club-thunder .filter-tabs li.active, .club-thunder .flagged-team, .club-thunder .home-hero-ticket-component .ticket-cta, .club-thunder .lead-headline .headline-content .headline-button, .club-thunder .redirection-component .link-redirect-wrapper:focus::after, .club-thunder .redirection-component .link-redirect-wrapper:hover::after {
    background-color: #97d700
}

.club-thunder .filter-tabs > li a, .club-thunder .home-hero-ticket-component .content-wrapper .game-wrapper .game-ticket .ticket-sold-out, .club-thunder .redirection-component, .club-thunder .redirection-component a {
    color: #97d700
}

.season-tally-wrapper {
    background: #001da6;
    background: -webkit-linear-gradient(to right,#10154e,#001da6);
    background: linear-gradient(to right,#10154e,#001da6)
}

.season-tally .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around
}

    .season-tally .content-wrapper .left-image {
        width: 179px;
        height: 69px
    }

@media (min-width:992px) {
    .season-tally .content-wrapper .left-image {
        width: 162px
    }
}

.season-tally .content-wrapper .middle-image-mob {
    width: 179px;
    height: 69px
}

.season-tally .content-wrapper .middle-image-desktop {
    width: 473px;
    padding: 0 30px
}

@media (min-width:1200px) {
    .filter-component-wrapper-club .dropdown .btn {
        min-width: 128px
    }

    .season-tally .content-wrapper .middle-image-desktop {
        width: 682px
    }
}

.season-tally .content-wrapper p {
    margin: 0;
    font-size: 45px !important;
    line-height: 31px !important;
    font-family: Aktiv-Grotesk !important;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    color: #fff !important
}

@media (min-width:992px) {
    .season-tally .content-wrapper p {
        font-size: 65px !important
    }
}

.homepage-latest-news .hero-wrapper {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: .5px;
    font-weight: 700
}

    .homepage-latest-news .hero-wrapper .sub-title, .homepage-latest-news .hero-wrapper .title-intro {
        font-size: 10px;
        line-height: 15px;
        font-family: "SF UI Text",sans-serif;
        color: grey
    }

    .homepage-latest-news .hero-wrapper .title-intro {
        font-weight: 700
    }

    .homepage-latest-news .hero-wrapper .title {
        margin: 1rem 0 0;
        font-weight: 400
    }

.homepage-latest-news .videos-container {
    display: flex;
    flex-wrap: wrap
}

    .homepage-latest-news .videos-container .video-wrapper {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding-bottom: 10px;
        font-family: "SF UI Text"
    }

        .homepage-latest-news .videos-container .video-wrapper:nth-child(n+3) {
            display: none
        }

@media (min-width:768px) {
    .homepage-latest-news .videos-container .video-wrapper {
        padding-bottom: 20px
    }

        .homepage-latest-news .videos-container .video-wrapper:nth-child(n+1) {
            display: flex
        }

        .homepage-latest-news .videos-container .video-wrapper:nth-child(n+4) {
            display: none
        }
}

@media (min-width:1200px) {
    .homepage-latest-news .videos-container .video-wrapper:nth-child(n+1) {
        display: flex;
        width: 50%
    }

    .homepage-latest-news .videos-container .video-wrapper:nth-child(n+7) {
        display: none
    }

    .homepage-latest-news .videos-container .video-wrapper {
        flex-direction: row
    }
}

.homepage-latest-news .videos-container .video-wrapper .video-image img {
    width: 100%;
    max-width: 152px
}

@media (min-width:768px) {
    .homepage-latest-news .videos-container .video-wrapper .video-image img {
        max-width: 170px
    }
}

.homepage-latest-news .videos-container .video-wrapper .content-wrapper {
    padding: 0 10px;
    margin-top: -5px
}

    .homepage-latest-news .videos-container .video-wrapper .content-wrapper .sub-title, .homepage-latest-news .videos-container .video-wrapper .content-wrapper .title-intro {
        font-size: 10px;
        line-height: 15px;
        font-family: "SF UI Text";
        color: grey
    }

    .homepage-latest-news .videos-container .video-wrapper .content-wrapper .title-intro {
        font-weight: 700
    }

    .homepage-latest-news .videos-container .video-wrapper .content-wrapper .title {
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #000
    }

.homepage-latest-news input.btn {
    display: flex;
    margin: 0 auto;
    text-transform: capitalize
}

.homepage-latest-news .zoomin {
    overflow: hidden;
    position: relative
}

    .homepage-latest-news .zoomin img {
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .homepage-latest-news .zoomin:hover img {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        filter: grayscale(70%)
    }

.header-wrapper {
    padding: 2rem 10px 4rem
}

@media (min-width:480px) {
    .header-wrapper {
        display: flex;
        justify-content: space-between
    }
}

.header-wrapper .title {
    position: relative;
    font-size: 23px !important;
    line-height: 28px !important;
    letter-spacing: .5px;
    font-weight: 700
}

    .header-wrapper .title:after {
        content: '';
        position: absolute;
        left: 0;
        top: 4rem;
        width: 50px;
        height: 3px;
        background-color: #e6f01e
    }

.filters {
    display: flex;
    margin-right: 10px;
    border-radius: 5px;
    background-color: rgba(255,255,255,.04)
}

    .filters a {
        padding: 3px 14px;
        min-width: 66px;
        min-height: 32px;
        font-size: 13px;
        line-height: 19px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff
    }

        .filters a:first-child {
            border: 1px solid #fff;
            border-right: none;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px
        }

        .filters a:nth-child(2) {
            border: 1px solid #fff
        }

        .filters a:last-child {
            border-left: none;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px
        }

        .filters a.active {
            color: #000;
            background-color: #fff
        }

.ladder-component .hero-section {
    position: relative
}

    .ladder-component .hero-section .header-logo {
        width: 100%;
        max-height: 200px;
        overflow: hidden;
        display: flex;
        align-items: center
    }

    .ladder-component .hero-section .header-content-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 2rem 1.7rem
    }

        .ladder-component .hero-section .header-content-wrapper .team {
            display: flex;
            flex-direction: column;
            align-items: flex-end
        }

            .ladder-component .hero-section .header-content-wrapper .team > img {
                width: 35px
            }

@media (min-width:992px) {
    .homepage-latest-news .videos-container .video-wrapper .video-image img {
        max-width: 200px
    }

    .ladder-component .hero-section .header-content-wrapper .team > img {
        width: 24px
    }
}

@media (min-width:1200px) {
    .homepage-latest-news .videos-container .video-wrapper .video-image img {
        max-width: 252px
    }

    .filters a {
        min-width: 70px
    }

    .ladder-component .hero-section .header-content-wrapper .team > img {
        width: 35px
    }
}

.ladder-component .hero-section .header-content-wrapper .team > p {
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    font-family: "SF UI Text",sans-serif
}

.ladder-component .hero-section .header-content-wrapper .record {
    display: flex;
    justify-content: space-between
}

    .ladder-component .hero-section .header-content-wrapper .record > p {
        font-size: 39px !important;
        font-family: Berthold,City !important;
        color: #fff !important
    }

.ladder-component .hero-section .header-content-wrapper p {
    margin: 0
}

.ladder-component .body-section .team-wrapper {
    padding: 1.1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,.2)
}

    .ladder-component .body-section .team-wrapper > div {
        display: flex;
        justify-content: space-between
    }

        .ladder-component .body-section .team-wrapper > div .pos-col {
            padding: 0 1rem;
            font-family: Berthold,City;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: .4px
        }

        .ladder-component .body-section .team-wrapper > div .name-col {
            font-size: 16px;
            font-family: "SF UI Text",sans-serif
        }

        .ladder-component .body-section .team-wrapper > div .team-logo {
            display: flex;
            align-items: center;
            max-width: 16px
        }

            .ladder-component .body-section .team-wrapper > div .team-logo img {
                border-radius: 1px
            }

        .ladder-component .body-section .team-wrapper > div .value-col {
            padding: 0 1rem;
            font-size: 25px;
            letter-spacing: .5px;
            font-family: Berthold,City
        }

.header-logo-wrrapper {
    background-color: #000
}

.logo_bar_wrapper {
    background-color: hsla(0,0%,100%,.08);
    height: 55px
}

    .logo_bar_wrapper .logo_bar {
        display: -ms-flexbox;
        display: flex;
        max-width: 1180px;
        margin: 0 auto;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 11px 0 8px;
        color: #fff
    }

@media (min-width:750px) {
    .logo_bar_wrapper .logo_bar {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.logo_bar_wrapper .logo_bar .logo_container {
    display: none
}

@media (min-width:750px) {
    .logo_bar_wrapper .logo_bar .logo_container {
        display: block
    }
}

.logo_bar_wrapper .logo_bar svg {
    padding: 0 10px
}

.logo_container a {
    display: block;
    position: relative;
    float: left;
    width: 55px;
    height: 40px;
    margin-left: 1px;
}

    .logo_container a.logo-renegades {
        width: 60px;
    }

    .logo_container a img {
        max-height: 60px;
        position: absolute;
        left: -6px;
        top: -4px;
    }

    .logo_container a.logo-renegades {
        width: 84px;
    }

        .logo_container a.logo-renegades img {
            max-height: 84px;
            margin-top: -10px;
        }

img.cricket-main-logo {
    max-height: 35px;
    margin: 0;
    width: auto;
    margin-left: 10px;
}
/*Headline component CSS start*/
#column-content .headline-container {
    padding-top: 80px;
    padding-bottom: 50px;
}

    #column-content .headline-container p {
        font-family: Aktiv-Grotesk;
    }

    #column-content .headline-container.bg-white-smoke {
        /*background-color: #f6f6f6;*/
    }

    #column-content .headline-container.bg-white {
        background-color: #fff;
    }

    #column-content .headline-container .headline .centre-align {
        text-align: center;
    }

    #column-content .headline-container .headline .heading {
        font-size: 49px;
        font-weight: bold;
    }

        #column-content .headline-container .headline .heading:not(:empty) {
            margin-bottom: 50px;
        }

    #column-content .headline-container .headline .sub-heading {
        font-size: 39px;
        font-weight: bold;
    }

    #column-content .headline-container .heading-info {
        font-size: 16px;
    }

    #column-content .headline-container .text-center > .heading-info {
        margin: auto;
        max-width: 80%;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    #column-content .headline-container {
        padding-top: 50px;
    }

        #column-content .headline-container .headline .sub-heading {
            font-size: 32px;
        }

        #column-content .headline-container .headline .heading {
            font-size: 32px;
        }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    #column-content .headline-container .headline.container {
        width: 100%;
    }

    #column-content .headline-container .headline .sub-heading {
        font-size: 32px;
    }

    #column-content .headline-container .headline .heading {
        font-size: 32px;
    }
}
/*Headline component CSS end*/
/*Fixture component starts*/
#column-content .fixture-container {
    padding-bottom: 30px;
    /*background-color: #f6f6f6;*/
}

    #column-content .fixture-container .flex-row {
        display: flex;
        align-items: center;
    }

    #column-content .fixture-container .strong {
        font-weight: 700;
    }

    #column-content .fixture-container .button {
        width: 143px;
        height: 44px;
        border-radius: 5px;
        padding: 10px;
        border: 1px solid;
        font-weight: 600;
        white-space: nowrap;
    }

    #column-content .fixture-container .fixture .panel-default p {
        font-family: Aktiv-Grotesk;
    }

    #column-content .fixture-container .fixture .panel-default > .panel-body {
        /*pointer-events: none;
    		cursor: pointer;*/
        color: #fff;
        background-size: cover;
    }

        #column-content .fixture-container .fixture .panel-default > .panel-body p {
            color: #fff;
        }

        #column-content .fixture-container .fixture .panel-default > .panel-body a {
            pointer-events: initial;
            color: #fff;
        }

            #column-content .fixture-container .fixture .panel-default > .panel-body a > img {
                width: 25px;
                height: 25px;
                float: right;
                transition: all 0.1s;
            }

            #column-content .fixture-container .fixture .panel-default > .panel-body a:not(.collapsed) > img.arrow-down {
                transform: rotate(180deg);
                transform-origin: 50% 50%;
            }

            #column-content .fixture-container .fixture .panel-default > .panel-body a.button.explore-more:hover {
                background-color: #fff;
                border-color: #fff;
                color: #000000;
            }

        #column-content .fixture-container .fixture .panel-default > .panel-body .city-name {
            font-size: 24px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: 0.5px;
        }

        #column-content .fixture-container .fixture .panel-default > .panel-body .feild-name {
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
        }

@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 1200px) {
    #column-content .fixture-container .fixture .panel-default > .panel-body {
        padding: 35px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    #column-content .fixture-container .fixture .panel-default > .panel-body {
        padding: 25px 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    #column-content .fixture-container .fixture .panel-default > .panel-body {
        pointer-events: initial;
        cursor: pointer;
    }

        #column-content .fixture-container .fixture .panel-default > .panel-body .city-name {
            font-size: 20px;
            padding-top: 0px;
        }

        #column-content .fixture-container .fixture .panel-default > .panel-body .feild-name {
            font-size: 14px;
        }

        #column-content .fixture-container .fixture .panel-default > .panel-body a {
            pointer-events: none;
        }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    #column-content .fixture-container .fixture .panel-default .panel-collapse {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    #column-content .fixture-container > .container {
        width: 100%;
    }
}
/*Fixture component end*/
/*calender block component starts*/
#column-content .cal-block {
    font-size: 2px;
    width: auto;
    margin: auto;
    display: inline-block;
    float: left;
}

    #column-content .cal-block + .cal-block {
        margin-left: 12px;
    }

    #column-content .cal-block p {
        padding: 0;
        margin: 0;
    }

    #column-content .cal-block > .month {
        font-size: 8em;
        text-transform: uppercase;
    }

    #column-content .cal-block > .month-primary {
        margin-right: 5px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        line-height: 38px;
    }

    #column-content .cal-block > .cal-date {
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding: 10px;
        border-radius: 3px;
        border: 1px solid;
        text-align: center;
    }

        #column-content .cal-block > .cal-date + .cal-date {
            margin-left: 2px;
        }

        #column-content .cal-block > .cal-date.width35 {
            width: 42px;
            height: 42px;
        }

        #column-content .cal-block > .cal-date > p {
            line-height: 1.42857143;
        }

            #column-content .cal-block > .cal-date > p:nth-child(1) {
                width: 100%;
                font-size: 12em;
                position: absolute;
                top: -3px;
                left: -1px;
            }

            #column-content .cal-block > .cal-date > p:nth-child(2) {
                width: 100%;
                position: absolute;
                top: 25px;
                left: 0;
                margin: 0;
                padding: 0;
                font-weight: 100;
                font-size: 5.5em;
                text-transform: uppercase;
            }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    #column-content .cal-block {
        margin-top: 10px;
    }

        #column-content .cal-block + .cal-block {
            margin-left: 2px;
        }

        #column-content .cal-block .month {
            font-size: 7em;
            text-align: center;
        }

        #column-content .cal-block .cal-date > p:nth-child(1) {
            font-size: 7em;
            top: 0;
            left: -1px;
        }

        #column-content .cal-block .cal-date > p:nth-child(2) {
            font-size: 5em;
            top: 18px;
        }

        #column-content .cal-block .cal-date.width35 {
            width: 35px;
            height: 35px;
        }
}

@media only screen and (max-width: 600px) {
    #column-content .cal-block {
        text-align: left;
    }

        #column-content .cal-block .month-primary {
            display: block;
            margin-bottom: 3px;
            position: initial;
            overflow: initial;
            text-align: initial;
            line-height: initial;
        }
}
/*calender block component end*/
/*match info component start*/
.match-list-conatianer.wbbl-full-width {
    /*margin-left: -10px;
    margin-right: -10px;*/
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .match-list-conatianer > .container {
        width: 100%;
    }
}

#column-content .match-info {
    text-align: center;
    color: #000000;
}

    #column-content .match-info .flex-row {
        display: flex;
        align-items: center;
    }

    #column-content .match-info .strong {
        font-weight: 700;
    }

    #column-content .match-info .button {
        width: 143px;
        height: 44px;
        border-radius: 5px;
        padding: 10px;
        border: 1px solid;
        font-weight: 600;
        white-space: nowrap;
    }

    #column-content .match-info a {
        color: #000000;
    }

    #column-content .match-info .teams-fixture-team {
        font-family: City;
        font-size: 24px;
        font-weight: 500;
    }

    #column-content .match-info .team-logo img {
        width: 66px;
    }

    #column-content .match-info .teams-fixture-vs {
        font-family: City;
        font-size: 24px;
        font-weight: 500;
        margin-right: 3%;
        margin-left: 3%;
        color: #9b9b9b;
    }

    #column-content .match-info .match-time {
        font-size: 20px;
        font-weight: 600;
    }

    #column-content .match-info a.button.buy-ticket {
        padding-left: 18.5px;
        padding-right: 18.5px;
        background-color: #e6f01e;
        border-color: #e6f01e;
    }

        #column-content .match-info a.button.buy-ticket:hover {
            background-color: #cdd61b;
            border-color: #cdd61b;
        }

    #column-content .match-info .match-divider {
        margin-right: -15px;
        text-align: right;
        width: 90%;
    }

    #column-content .match-info.card-layout ul > li.list-group-item {
        box-shadow: 0 10px 27px 0 rgba(0, 0, 0, 0.07);
        border: solid 1px #ebebeb;
    }

        #column-content .match-info.card-layout ul > li.list-group-item + li.list-group-item {
            margin-top: 10px;
        }

    #column-content .match-info ul.list-group {
        font-size: 14px;
    }

    #column-content .match-info ul > li.list-group-item {
        border: none;
    }

        #column-content .match-info ul > li.list-group-item + li.list-group-item {
            border-top: 1px solid #ddd;
        }

@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 1200px) {
    #column-content .match-info ul > .list-group-item {
        padding: 20px 30px;
    }

        #column-content .match-info ul > .list-group-item > .flex-row {
            height: 77px;
        }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    #column-content .match-info ul > .list-group-item {
        padding: 20px 20px;
    }

        #column-content .match-info ul > .list-group-item > .flex-row {
            height: 77px;
        }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    #column-content .match-info ul > .list-group-item > .flex-row {
        flex-wrap: wrap;
    }

        #column-content .match-info ul > .list-group-item > .flex-row:last-child {
            margin-bottom: 10px;
        }

        #column-content .match-info ul > .list-group-item > .flex-row:first-child .match-time {
            margin-top: 20px;
        }

        #column-content .match-info ul > .list-group-item > .flex-row .cal-block {
            float: none;
        }

        #column-content .match-info ul > .list-group-item > .flex-row .match-time {
            margin-top: 10px;
            display: inline-block;
        }

        #column-content .match-info ul > .list-group-item > .flex-row .teams-fixture-holder {
            margin-top: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            #column-content .match-info ul > .list-group-item > .flex-row .teams-fixture-holder > .teams-fixture-team {
                font-size: 20px;
            }

                #column-content .match-info ul > .list-group-item > .flex-row .teams-fixture-holder > .teams-fixture-team > .team-logo img {
                    width: 60px;
                }

            #column-content .match-info ul > .list-group-item > .flex-row .teams-fixture-holder > .teams-fixture-vs {
                margin-left: 1%;
                margin-right: 1%;
                font-size: 20px;
            }

        #column-content .match-info ul > .list-group-item > .flex-row a.button.buy-ticket {
            display: inline-block;
            width: 100%;
            margin-top: 20px;
            text-align: center;
        }

    #column-content .match-info ul > .list-group-item > .match-divider {
        margin-right: initial;
        text-align: initial;
        width: 100%;
    }
}
/*match info component end*/
/*tile component starts*/
#column-content .tile-container {
    background-color: #ffffff;
}

    #column-content .tile-container p {
        font-family: Aktiv-Grotesk;
    }

    #column-content .tile-container .tile-card {
        overflow: hidden;
        margin-bottom: 50px;
    }

        #column-content .tile-container .tile-card img {
            width: 100%;
        }

        #column-content .tile-container .tile-card .tile-read-more a {
            font-size: 14px;
            font-weight: 600;
            color: #000000;
        }

            #column-content .tile-container .tile-card .tile-read-more a img {
                width: 12px;
                height: 12px;
                margin-left: 10px;
            }

        #column-content .tile-container .tile-card h3 {
            font-size: 25px;
            font-weight: bold;
            margin-top: 20px;
            text-transform: none;
        }

        #column-content .tile-container .tile-card p {
            font-size: 16px;
        }

        #column-content .tile-container .tile-card .tile-card-img {
            height: auto;
        }

    #column-content .tile-container .row.row-eq-height:after {
        display: none;
    }

    #column-content .tile-container .row.row-eq-height:before {
        display: none;
    }

    #column-content .tile-container .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    #column-content .tile-container .tile-read-more {
        float: right;
    }

        #column-content .tile-container .tile-read-more .more:before {
            content: 'READ MORE';
        }

    #column-content .tile-container .showAll .toggledText span.morePoints {
        display: none;
    }

    #column-content .tile-container .showAll .toggledText span.trimmed {
        display: inline;
    }

    #column-content .tile-container .showAll .tile-read-more .more:before {
        content: 'READ LESS';
    }

    #column-content .tile-container .showAll .tile-read-more a img {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    #column-content .tile-container .toggledText span.trimmed {
        display: none;
    }

@media only screen and (min-width: 768px) and (max-width:991px), only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 1200px) {
    #column-content .tile-container .tile-card {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    #column-content .tile-container {
        padding-bottom: 30px;
    }
}
/*tile component end*/

/* Image Banner component start*/

.image-container-bg {
    background-size: cover;
    width: 100%;
    height: 371px;
    display: table;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

    .image-container-bg .image-box {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

        .image-container-bg .image-box h1 {
            font-family: City;
            font-size: 61px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
        }

        .image-container-bg .image-box p {
            font-family: Aktiv-Grotesk;
            color: #fff;
            font-size: 28px;
            line-height: 30px;
            text-align: center;
        }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .image-container-bg {
        height: 235px;
    }

        .image-container-bg .image-box h1 {
            font-size: 32px;
        }

        .image-container-bg .image-box p {
            font-size: 20px;
            margin-top: -9px;
        }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .image-container-bg {
        height: 235px;
    }

        .image-container-bg .image-box h1 {
            font-size: 32px;
        }

        .image-container-bg .image-box p {
            font-size: 20px;
            margin-top: -9px;
        }
}

.image-container-no-bg {
    background-size: cover;
    width: 100%;
    height: 371px;
    display: table;
    padding-top: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    color: #000000;
    position: relative;
}

    .image-container-no-bg .image-box {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

        .image-container-no-bg .image-box h1 {
            font-family: City;
            font-size: 61px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
        }

        .image-container-no-bg .image-box p {
            font-family: Aktiv-Grotesk;
            font-size: 28px;
            line-height: 30px;
            text-align: center;
        }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .image-container-no-bg {
        height: 235px;
    }

        .image-container-no-bg .image-box h1 {
            font-size: 32px;
        }

        .image-container-no-bg .image-box p {
            font-size: 20px;
            margin-top: -9px;
        }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .image-container-no-bg {
        height: 235px;
    }

        .image-container-no-bg .image-box h1 {
            font-size: 32px;
        }

        .image-container-no-bg .image-box p {
            font-size: 20px;
            margin-top: -9px;
        }
}

#column-content .image-container-bg {
    background-size: cover;
    width: 100%;
    height: 371px;
    display: table;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

    #column-content .image-container-bg .image-box {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin-right: 10px;
    }

        #column-content .image-container-bg .image-box h1 {
            font-family: City;
            font-size: 61px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
        }

        #column-content .image-container-bg .image-box p {
            font-family: Aktiv-Grotesk;
            color: #fff;
            font-size: 28px;
            line-height: 30px;
            text-align: center;
        }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    #column-content .image-container-bg {
        height: 235px;
    }

        #column-content .image-container-bg .image-box h1 {
            font-size: 32px;
        }

        #column-content .image-container-bg .image-box p {
            font-size: 20px;
            margin-top: -9px;
        }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    #column-content .image-container-bg {
        height: 235px;
    }

        #column-content .image-container-bg .image-box h1 {
            font-size: 32px;
        }

        #column-content .image-container-bg .image-box p {
            font-size: 20px;
            margin-top: -9px;
        }
}

@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 1200px) {
    #column-content .image-container-bg .image-box {
        background-position-x: -10px;
        margin-left: 10px;
    }
}

#column-content .image-container-no-bg {
    background-size: cover;
    width: 100%;
    height: 371px;
    display: table;
    padding-top: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    color: #000000;
    position: relative;
}

    #column-content .image-container-no-bg .image-box {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin-right: 10px;
    }

        #column-content .image-container-no-bg .image-box h1 {
            font-family: City;
            font-size: 61px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
        }

        #column-content .image-container-no-bg .image-box p {
            font-family: Aktiv-Grotesk;
            font-size: 28px;
            line-height: 30px;
            text-align: center;
        }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    #column-content .image-container-no-bg {
        height: 235px;
    }

        #column-content .image-container-no-bg .image-box h1 {
            font-size: 32px;
        }

        #column-content .image-container-no-bg .image-box p {
            font-size: 20px;
            margin-top: -9px;
        }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    #column-content .image-container-no-bg {
        height: 235px;
    }

        #column-content .image-container-no-bg .image-box h1 {
            font-size: 32px;
        }

        #column-content .image-container-no-bg .image-box p {
            font-size: 20px;
            margin-top: -9px;
        }
}

@media only screen and (min-width: 992px) and (max-width:1199px), only screen and (min-width: 1200px) {
    #column-content .image-container-no-bg .image-box {
        background-position-x: -10px;
        margin-left: 10px;
    }
}


/* Image Banner component end*/


