/* !UNIVERSAL ELEMENTS */

/*****************************************
    ORGANISM - JUMP NAVIGATION
*****************************************/

.jump-navigation a {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 0;
    background-color: #fff;
    color: #d8252e;
    z-index: 10;
    border-radius: 0 0 5px 5px;
}

.jump-navigation a:active,
.jump-navigation a:focus,
.jump-navigation a:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    padding: .5rem;
}

/*****************************************
    ORGANISM - COOKIE NOTICE
*****************************************/

.cookie-notice-container {
    background: #343434;
}

#cn-notice-text {
    display: block;
    padding-bottom: .5rem;
}

#cookie-notice .cn-button {
    background: #fff;
    color: #343434;
    text-shadow: none;
}

/*
*   one-trust cookie settings
*/
#ot-sdk-btn.ot-sdk-show-settings {
    display: none !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
    background-color: #d8252e !important;
}

.one-trust-cookie #ot-sdk-btn.ot-sdk-show-settings {
    display: block !important;
    position: fixed;
    bottom: 4rem;
    left: 1rem;
    z-index: 10000;
    width: 60px;
    height: 60px;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    background-image: url('assets/img/cookie-icon.svg');
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 65em) {

    .one-trust-cookie #ot-sdk-btn.ot-sdk-show-settings {
        width: 70px;
        height: 70px;
        bottom: 1rem;
    }

    .one-trust-cookie #ot-sdk-btn.ot-sdk-show-settings::hover {
        background-color: #f0f0f0;
    }

}


/* ORGANISM - LIVE GAME BAR */

.live-bar__container {
    display: flex;
    flex-wrap: wrap;
}

.live-bar__container > div {
    width: 100%;
    text-align: center;
}

.live-bar__match {
    display: flex;
    justify-content: center;
    align-items: center;
}

.live-bar__team img {
    display: none;
}

.live-bar__team p {
    margin: 0;
}

.live-bar__meta span {
    padding-right: .3rem;
}

.live-bar__container .live-bar__link {
    text-decoration: underline;
}

.live-bar__container .live-bar__link a:hover {
    color: #fff;
}

/* !Bootstrap sm: Medium devices (tablets, 768px and up) */
@media (min-width: 48em) {

    .live-bar__team {
        display: flex;
        align-items: center;
    }

    .live-bar__team img {
        display: inline-block;
        margin: 0 1rem;
    }

    .live-bar__information {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 600px;
    }

    .live-bar__meta {
        padding: 0 1rem;
    }

}

/* !Bootstrap md: Small Laptop (desktops, 1039px and up) */
@media (min-width: 65em) {

    .live-bar__container {
        flex-wrap: nowrap;
        align-items: center;
    }

    .live-bar__container .live-bar__header {
        width: 200px;
    }

    .live-bar__container .live-bar__match {
        justify-content: flex-start;
    }

    .live-bar__score .ts-h4 {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .live-bar__meta,
    .live-bar__link {
        font-size: .9rem;
    }

}

/************************
    ORGANISM - HEADER
************************/

.siteHeader {
    padding: 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d5585f;
}

.siteHeader-mainMenu {
    padding: .7rem 1rem;
    display: flex;
    align-items: center;
}


.header_dfp {
    max-width: 728px;
    margin: 0 auto;
}

/** ATOM - SITE LOGO **/

.siteHeader-logo {
    width: 35px;
    height: 35px;
    float: left;
}

/** MOLECULE - MOBILE MENU **/

.sm-menu ul li .sm-next,
.sm-menu ul li a:hover {
    color: #fff;
}

.sm-menu input::placeholder {
  color: #343434;
  opacity: 1;
  text-transform: uppercase;
}


/** MOLECULE - OTHER SITES MENU **/

.siteHeader-sitesMenu {
    width: calc(100% - 165px);
    float: left;
    padding: 0 1rem;
}

.siteHeader-sitesMenu li {
    padding-right: .7rem;
    font-size: .85rem;
    line-height: 1rem;
}

.siteHeader-sitesMenu a:hover,
.siteHeader-sitesMenu a {
    color: #fff;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.siteHeader-sitesMenu .active a,
.siteHeader-sitesMenu .active a:hover {
    color: #fff;
}

.siteHeader-sitesMenu .active a:hover {
    color: #c9b771;
}

.siteHeader-sitesMenu .menu > li .sub-menu {
    font-family: 'Frutiger', 'Helvetica', Arial, sans-serif;    background: transparent;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-align: left;
    min-width: 150px;
    margin-top: 0;
    max-height: 0;
    line-height: 20px;
    padding-top: 10px;
}

.siteHeader-sitesMenu .menu > li .sub-menu.menu-hover {
    visibility: visible;
    max-height: 90rem;
    display: block;
}

.siteHeader-sitesMenu .menu > li .sub-menu::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 15%;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
}

.siteHeader-sitesMenu .menu li {
    position: relative;
    display: flex;
    align-items: center;
}

.siteHeader-sitesMenu .menu > li.menu-item-has-children > a:before {
    position: absolute;
    right: -1.4rem;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
    content: "\e902";
    font-family: 'icomoon';
    font-size: .8rem;
    color:  #fff;
    font-weight: normal;
}

.siteHeader-sitesMenu .menu > li.menu-item-has-children > a:hover:before{
    color:#c9b771;
}

.siteHeader-sitesMenu .menu > li .sub-menu li {
    background: #fff;
    padding: .4rem .6rem;
}

.siteHeader-sitesMenu .menu > li .sub-menu li a {
    color: #343434;
    padding: 0;
}

/** ATOM - LANGUAGE SWITCHER **/

.siteHeader-mobile-lang {
    width: 100px;
    float: left;
    font-size: .85rem;
    padding-right: 3rem;
    text-align: right;
}

.siteHeader-language {
    position: relative;
    cursor: pointer;
}

.siteHeader-language i {
    vertical-align: middle;
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translate(0,-50%);
}

.siteHeader-language .langDropdown {
    position: absolute;
    top: calc(100% + .2rem);
    left: 0;
    z-index: 598;
    width: 100%;
    display: none;
    white-space: normal;
    text-align: left;
    min-width: 55px;
    padding-top: .2rem;
    background: #c9b771;
    text-align: center;
    z-index: 35
}

.siteHeader-language .langDropdown:before {
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #c9b771 transparent;

}

.siteHeader-language .langDropdown.open {
    display: block;
}

.siteHeader-language .langDropdown li {
    font-size: .85rem
}

.siteHeader-language .langDropdown li a:hover {
    color: #000000
}

.siteHeader-language .langDropdown li:before {
    display: none;
}

/** ATOM - MOBILE BUTTON **/

.siteHeader-mobileMenu {
    width: 30px;
    float: left;
    font-size: 1.8rem;
    cursor: pointer;
}

/** MOLECULE - LINKS MENU **/

.siteHeader-links {
    width: 100%;
}

.siteHeader-links div:nth-child(1) {
    width: calc(100% - 85px);
    float: left;
    margin: .25rem 0;
}

.siteHeader-links a {
    color: #fff;
    font-size: .85rem;
    text-decoration: none;
}

.siteHeader-links .menu li {
    padding: 0 .5rem;
    border-right: 1px solid #d5585f;
}

.siteHeader-links .menu li:nth-child(1) {
    padding-left: 0;
}

.siteHeader-links .menu li:after {
    color: #fff;
    padding-left: .8rem;
    padding-right: .2rem;
}

.siteHeader-links .menu li.shop:after {
    content: "\e906";
    font-family: 'icomoon';
    font-size: .8rem;
}

.siteHeader-links .menu li.tickets:after {
    content: "\e905";
    font-family: 'icomoon';
    font-size: .95rem;
}

.siteHeader-links .menu li.membership:after {
    content: "\e904";
    font-family: 'icomoon';
    font-size: .95rem;
}


/** ATOM - MATCHES BUTTON **/

.siteHeader-matches-btn {
    width: 85px;
    float: left;
}

.siteHeader-matches-btn .btn {
    font-size: .75rem;
    height: 30px;
    vertical-align: middle;
    padding: 0 .8rem;
    width: 100%;
    position: relative;
    left: .6rem;
}

.siteHeader-matches-btn .btn:before {
    content: '';
    position: absolute;
    left: -14px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 14px 15px 0;
    border-color: transparent #c9b771 transparent transparent;
}

.siteHeader-matches-btn .btn:after,
.siteHeader-matches-btn .sidebar-btn-active:before {
    content: none;
}

.siteHeader-matches-btn .sidebar-btn-active:after {
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 12px;
    border-color: transparent transparent transparent #c9b771;
}


/** MOLECULE - SUBMENU **/

.subMenu {
    margin-top: 115px;
}

.submenuInner {
    padding: .5rem .8rem;
}

.submenuInner .breadcrumb {
    padding-bottom: 1.5rem;
}

.subMenu ul li {
    font-size: .8rem;
    line-height: 1rem;
    vertical-align: middle;
}

.subMenu .breadcrumb ul {
    font-size: 0;
}

.subMenu .breadcrumb ul li {
    padding-right: .5rem;
    margin-right: .5rem;
    position: relative;
}

.subMenu .breadcrumb ul li a {
    color: #848484;
    font-weight: normal;
}

.subMenu .breadcrumb ul li a:after {
    content: '';
    height: 80%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    border-right: 1px solid #848484;
}

.subMenu .breadcrumb ul li.page-link:nth-last-child(1) {
    display: none;
}

.subMenu .breadcrumb ul li:nth-last-child(1) a:after,
.subMenu .breadcrumb ul li.page-link:nth-last-child(2) a:after {
    display: none;
}

.sub-menu-button {
    position: absolute;
    right: 2.5rem;
    bottom: .5rem;
}

.sub-menu-button i {
    position: absolute;
    right: -1.5rem;
    top: 50%;
    transform: translate(0,-50%);
}

.subMenu .menu {
    width: 100%;
    float: left;
}

.subMenu .menu > div {
    width: 100%;
    position: absolute;
    right: 0;
    background: #fff;
    padding: .5rem 1rem;
    z-index: 10;
}

.subMenu .menu li {
    display: block;
    text-align: right;
    margin-bottom: .5rem;
}

.subMenu .menu li.current_page_item {
    display: none;
}


/********************************
    ORGANISM - FOOTER PARTNERS
********************************/
.footerPartners{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.footerSponsors-container h4{
    margin: 0;
}

.footerSponsor-sponsorItem {
    position: relative;
    border-right: 1px solid #f0f0f0;
    display: block;
}

.footerSponsors-principalSponsorsContainer .footerSponsor-sponsorItem,
.footerSponsors-broadcastPartnersContainer .footerSponsor-sponsorItem,
.footerSponsors-suppliersContainer .footerSponsor-sponsorItem {
    width: 25%;
    max-width: 170px;
    max-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.subMenu .menu > li.menu-item-has-children {
    position: relative;
}

.subMenu .menu > li.menu-item-has-children > .open {
    position: relative;
    padding-right: 1rem;
    cursor: pointer;
}

.subMenu .menu > li.menu-item-has-children > .open:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 1rem;
}

.subMenu .menu li > .sub-menu {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    margin: .5rem 0;
}

.subMenu .menu li > .sub-menu.menu-hover {
    max-height: none;
    visibility: visible;
}

/********************************
    ORGANISM - FOOTER PARTNERS
********************************/

.footerSponsor-sponsorItem {
    position: relative;
    border: 1px solid #f0f0f0;
}

.footerSponsor-sponsorItem:after {
    content: " ";
    display: block;
    padding-bottom: 100%;
}

.footerSponsor-sponsorItem img {
    padding: .25rem .75rem;
}

/*********************************
    ORGANISM - NEWSLETTER SIGNUP
*********************************/

.newsletter-signup {
    margin-right: 2rem;
    position: absolute;
    z-index: 5;
}

.newsletter-signup .newsletterInner {
    box-shadow: .4rem .4rem rgba(0, 0, 0, .4);
    margin: .5rem 0;
    padding: 1.5rem 1rem;
    position: relative;
}

.newsletter-TextContainer {
    width: 62%;
    float: left;
    padding: 0;
}

.newsletter-headText-large {
    font-size: 3.25rem;
    line-height: 2.5rem;
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin: 0;
    text-align: left;
}

.newsletter-headText-small {
    font-size: 1.15rem;
    display: block;
    text-align: left;
}

.newsletter-signup .newsletter-img {
    top: -1.25rem;
    width: 50%;
    left: 10rem;
    position: absolute;
    max-width: 200px;
}

.newsletter-signup .newsletter-mainText {
    font-size: .75rem;
    line-height: 1.25rem;
    margin-bottom: 0;
}

.newsletter-signup .btn-link {
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translate(0,-50%);
}

.newsletter-signup .btn.newsletter {
    height: 42px;
    font-size: 1rem;
    padding-left: 7rem;
    padding-right: 1rem;
}

.newsletter-signup .btn.newsletter i {
    color: #000;
}

.newsletter-signup .btn-text {
    left: -25%;
}

/**********************
    ORGANISM - FOOTER
**********************/

.siteFooter-bottom {
    padding-top: 9rem;
}

.siteFooter-bottom a:hover {
    color: #fff;
    opacity: .6;
}

.siteFooter-ourgame {
    padding-top: 5rem;
    padding-bottom: .5rem;
}

.siteFooter-toTop {
    line-height: 5rem;
}

.siteFooter-menu {
    padding-bottom: 1.5rem;
}

.siteFooter-menuInner {
    text-transform: uppercase;
}

.siteFooter-menuInner li:before {
    content: none;
}

.siteFooter-menuInner li a,
.siteFooter-search p,
.newsletterInner .btn-text,
.tickets-footer .btn-text,
.siteFooter-toTop p {
    color: #fff;
    font-weight: normal;
    font-size: .85rem;
    left: -50%;
}

.newsletterInner .btn-text {
    left: 1rem;
    color: #000;
}

.siteFooter-search p, .siteFooter-toTop p {
    display: none;
}

.siteFooter-tickets .btn-link {
    margin-top: 1rem;
}

.siteFooter-sotic .sotic {
    height: 15px;
}

.siteFooter-legal{
    font-size: .75rem;
}

.siteFooter-contact {
    font-size: .85rem;
}

.siteFooter-sotic p {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

/** ATOM - BUY TICKETS BUTTON **/

.tickets-footer.btn {
    padding: 1rem 3rem 1rem 1rem;
}

.tickets-footer.btn i {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0,-50%);
}

.btn.btn-square {
    width: 42px;
    height: 42px;
}

.tickets-footer span {
    display: none;
}

/************************************
 FOOTER SURVEY
************************************/

.survey {
    position: fixed;
    bottom: 3rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    padding: 0.5rem;
    border-radius: 100%;
    z-index: 10;
    border: solid 1px #007D32;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 80%);
    cursor: pointer;
}

.survey__link,
.survey__link:hover,
.survey__link:focus {
    color: #fff;
    text-decoration: none;
}

.survey__image {
    height: 30px;
}

.survey__title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 4px 0 0;
    line-height: 1;
    font-size: 12px;
}

/************************************
    ORGANISM - INVERTED COLOURS
************************************/

.black-gold .siteHeader,
.black-gold .siteHeader-mainMenu,
.black-gold .siteHeader-wrapper,
.black-gold .siteFooter-bottom .container-fluid,
.black-gold .siteFooter-legal {
    background-color: #2E2E2E;
}

.black-gold .siteHeader {
    border-bottom: 1px solid #4c4c4c;
}

.black-gold .siteHeader-links .menu li,
.black-gold .siteHeader-links .menu li {
    border-right: 1px solid #4c4c4c;
}

.black-gold .siteFooter-toTop .btn-square,
.black-gold .tickets-footer,
.black-gold .matchStatus-kickoff,
.black-gold .matchStatus-widget .matchStatus-links .btn:hover {
    background-color: #c9b771;
    color: #000;
}

.black-gold .sub-menu-button i {
    color: #c9b771;
}

.black-gold h1 span,
.black-gold h2 span,
.black-gold h3 span,
.black-gold h4 span {
  color: #2e2e2e;
}

.black-gold .siteHeader-links .menu li::after,
.black-gold .siteHeader-links a,
.black-gold .panel-heading span,
.black-gold .siteFooter-toTop .btn-square i,
.black-gold .matchStatus-widget .matchStatus-links .tickets-button .btn:hover {
    color: #000;
}

.black-gold .siteHeader-links .menu li::after,
.black-gold .siteHeader-links a {
    color: #fff;
}

.black-gold .panel-heading:hover span {
    color: #fff;
}

/* !MEDIA QUERIES */
/* !Bootstrap xs: Small devices (360px) */
@media (min-width: 22.500em) {

    .siteHeader-wrapper[data-banner="true"] {
        top: 45px;
    }

    .siteHeader-dfp {
        max-height: 45px;
    }
}

/* !Bootstrap xs: Small devices (landscape phones for a 320 - 480px) */
@media (min-width: 30em) {

    /**************************************************
        ORGANISM - NEWSLETTER SIGNUP - LANDSCAPE PHONE
    **************************************************/

    .newsletter-signup .newsletter-img {
        width: 50%;
        left: inherit;
        right: 3rem;
        max-width: 210px;
    }

    .newsletter-headText-large {
        font-size: 4rem;
        line-height: 3.5rem;
        font-weight: normal;
        text-align: center;
    }

    .newsletter-headText-small {
        font-size: 2rem;
        display: block;
    }

    .siteFooter-tickets .btn-link {
        margin-top: 1rem;
    }

    /** ATOM - BUY TICKETS BUTTON **/

    .tickets-footer span {
        display: inline;
    }

    /** ATOM - PARTNERS **/
    .footerSponsor-sponsorItem img {
        padding: 1rem;
    }

    /************************************
        ORGANISM - INVERTED COLOURS LANDSCAPE PHONE
    ************************************/

    .black-gold .tickets-footer {
        color: #fff;
    }

}

/* !Bootstrap xs: Small devices (landscape phones for a 360 - 640px) */
@media (min-width: 40em) {

    .siteHeader-wrapper[data-banner="true"] {
        top: 90px;
    }

    .siteHeader-dfp {
        max-height: 90px;
    }

    /************************
        ORGANISM - HEADER
    ************************/

    /** MOLECULE - LINKS MENU **/

    .siteHeader-links div:nth-child(1) {
        width: calc(100% - 100px);
    }

    /** ATOM - MATCHES BUTTON **/

    .siteHeader-matches-btn {
        width: 100px;
    }

    /**************************************************
        ORGANISM - NEWSLETTER SIGNUP - LANDSCAPE PHONE
    **************************************************/
    .newsletter-signup .newsletter-img {
        width: 50%;
        left: inherit;
        right: 6rem;
        max-width: 250px;
    }
}

/* !Bootstrap sm: Medium devices (tablets, 768px and up) */
@media (min-width: 48em) {

    /*******************************************************
        ORGANISM - FIXED HEADER (ACTIVE SIDEBAR - IE ONLY) TABLET
    *******************************************************/

    .no-smil .sidebar-active .siteHeader-wrapper {
        left: -500px;
        right: 500px;
    }

    /**************************************
        ORGANISM - FOOTER PARTNERS TABLET
    **************************************/

    .footerSponsors-principalSponsorsContainer {
        width: 50%;
    }

    .footerPartners__container {
        display: flex;
        flex-wrap: wrap;
    }

    .footerSponsors-broadcastPartnersContainer {
        width: 37.5%;
        margin-left: 12.5%;
    }

    .footerSponsors-broadcastPartnersContainer .footerSponsor-sponsorItem {
        width: 33.33%;
    }

    /****************************************
        ORGANISM - NEWSLETTER SIGNUP TABLET
    ****************************************/

    .newsletter-signup {
        width: calc(100% - 1rem);
    }

    .newsletter-signup .newsletterInner {
        box-shadow: .6rem .6rem rgba(0, 0, 0, .4);
        padding: 2rem 1rem;
    }

    .newsletter-signup .newsletter-mainText {
        width: 85%;
    }

    .newsletter-headText-large {
        font-size: 2.5rem;
        text-align: left;
        line-height: 1.8rem;
        margin-bottom: 1rem;
    }

    .newsletter-headText-small {
        display: inline;
        font-size: inherit;
    }

    .newsletter-signup .newsletter-img {
        max-height: 300px;
        max-width: 500px;
        right: 13%;
        height: auto;
        width: 220px;
        top: -1.5rem;
    }

    /*******************************
        ORGANISM - FOOTER TABLET
    *******************************/

    .siteFooter-contact {
        margin-bottom: 0;
    }

    .siteFooter-bottom {
        padding-top: 6rem;
    }

    .siteFooter-ourgame {
        padding-top: 5rem;
        padding-bottom: 1rem;
    }

    .siteFooter-ourgame .ourgame-highlight {
        display: inline;
    }

    .siteFooter-middle {
        border-top: 1px rgba(255, 255, 255, .4) solid;
    }

    .siteFooter-menu {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .siteFooter-menuInner ul li {
        display: inline-block;
        margin-right: .75rem;
    }

    .siteFooter-toTop {
        line-height: 3.5rem;
    }

    .siteFooter-search p, .siteFooter-toTop p {
        display: inline;
    }

    .siteFooter-phone {
        margin-top: 2.3rem;
    }

    .siteFooter-phone p {
        margin-bottom: .25rem;
    }

    .siteFooter-tickets .btn-link {
        margin-top: 2.5rem;
    }

    .siteFooter-legal {
        background-color: #d8252e;
    }

    .siteFooter-legal div {
        display: inline-block;
        margin: 0 1rem;
    }
}

/* !Bootstrap sm: Medium devices (landscape tablets, 1000px and up) */
@media (min-width: 62.5em) {

    .siteHeader-menu .menu > li > a {
        position: relative;
        z-index: 1;
    }

    .sub-menu-button {
      bottom: .7rem;
    }

    .submenuInner .breadcrumb {
      padding-bottom: 0;
    }

    /************************************
        FOOTER SURVEY
    ************************************/

    .survey {
        bottom: 1rem;
    }
}

/* !Bootstrap md: Small Laptop (desktops, 1039px and up) */
@media (min-width: 65em) {

    /******************************
        ORGANISM - HEADER DESKTOP
    ******************************/

    .siteHeader-wrapper {
        position: relative;
    }

    .siteHeader-wrapper[data-banner="true"] {
        top: 0;
    }

    .siteHeader-dfp {
        max-height: none;
    }

    /* ATOM - ACTIVE SIDEBAR (IE11 only) */
    .no-smil .sidebar-active .siteHeader-wrapper {
        left: inherit;
        right: inherit;
    }

    .siteHeader,
    .siteHeader-mainMenu {
        margin-left: calc(80px + 1rem);
        width: calc(100% - 80px - 1rem);
        position: relative;
        top: 0;
        z-index: initial;
        background: transparent;
        max-width: 100%;
    }

    .siteHeader {
        padding: .3rem 0;
        height: 38px;
    }

    .siteHeader-wrapper[data-banner="true"] .siteHeader.nav-up,
    .siteHeader-wrapper[data-banner="true"] .siteHeader-mainMenu.nav-up {
        margin-top: 0;
    }

    /** ATOM - SITE LOGO **/
    .siteHeader-logo, .siteHeader-logo img {
        width: 80px;
        height: 80px;
    }

    .siteHeader-logo {
        margin: .8rem;
        position: absolute;
        left: calc(-80px - 1rem);
        top: calc(0px + .6rem);
    }

    /** MOLECULE - OTHER SITES MENU **/

    .siteHeader-sitesMenu {
        padding: 0;
        text-transform: none;
        width: 200px;
    }

    .siteHeader-sitesMenu li {
        padding-right: .5rem;
    }

    .siteHeader-sitesMenu li a {
        padding: 0 0 0 .8rem;
        display: inline-block;
        text-transform: uppercase;
        font-size: .75rem;
    }

    /** MOLECULE - HEADER META **/

    .siteHeader-meta {
        width: calc(100% - 200px);
        float: left;
        padding-right: 1rem;
        text-align: right;
        font-size: .75rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        line-height: 1rem;
    }

    .siteHeader-meta.active-sidebar {
        width: calc(100% - 335px);
    }

    .siteHeader-meta a:hover,
    .siteHeader-meta a:focus {
        color: #000;
    }

    .siteHeader-meta > div {
        display: inline-block;
        border-left: 1px solid rgba(255, 255, 255, .3);
    }

    .siteHeader-meta > .siteHeader-social {
        margin-top: 2px;
        border: 0;
    }

    .siteHeader-login i {
        font-size: 1rem;
        vertical-align: middle;
    }

    .siteHeader-language i {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
    }

    .siteHeader-search {
        position: relative;
        cursor: pointer;
    }

    .siteHeader-search .siteHeader-searchClose span {
        position: absolute;
        right: 1.3rem;
        top: .5rem;
        width: 20px;
        height: 20px;
    }

    .siteHeader-search .siteHeader-searchClose span::before,
    .siteHeader-search .siteHeader-searchClose span::after {
        content: ' ';
        position: absolute;
        left: 1rem;
        top: calc(50% - 8px);
        height: 16px;
        width: 2px;
        background-color: #fff;
    }

    .siteHeader-search .siteHeader-searchClose span::before {
        transform: rotate(45deg);
    }

    .siteHeader-search .siteHeader-searchClose span:after {
        transform: rotate(-45deg);
    }

    .siteHeader-search .siteHeader-searchClose span:hover:before,
    .siteHeader-search .siteHeader-searchClose span:hover:after {
        background: #c9b771;
    }

    .siteHeader-search .searchBlock {
        visibility: hidden;
        position: absolute;
        top: -10px;
        right: 0;
        width: 0;
        z-index: 5;
        height: 36px;
        background: #d8252e;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
    }

    .siteHeader-search .searchBlock.active {
        visibility: visible;
        width: 420px;
    }

    .siteHeader-search form {
        width: calc(100% - 60px);
        margin-right: 25px;
        float: right;
    }

    .siteHeader-search .search-form input[type="search"] {
        background: transparent;
        text-transform: capitalize;
        border: 0;
        padding: 0;
        line-height: 1rem;
        font-size: .9rem;
        width: 100%;
        height: 20px;
    }

    .siteHeader-search input::placeholder {
        color: rgba(255, 255, 255, .5);
        opacity: 1;
    }

    .siteHeader-search input:-ms-input-placeholder,
    .siteHeader-search input::-ms-input-placeholder {
        color: rgba(255, 255, 255, .5);
    }

    .siteHeader-search .searchBlock button {
        background: transparent;
        border: 0;
        color: #fff;
        font-size: .9rem;
        padding: 0;
        width: 20px;
        float: left;
        position: absolute;
        left: .8rem;
        top: 50%;
        transform: translate(0,-50%);
    }

    .siteHeader-search .searchBlock button:hover {
        color: #c9b771;
    }

    /** ATOM - MATCHES BUTTON **/

    .siteHeader-matches-btn .btn {
        font-size: .85rem;
        left: 0;
    }

    .siteHeader-meta .icon-header-search:hover {
        color: #c9b771;
    }

    /** ATOM - MATCH BUTTON **/
    .siteHeader-matches-btn .sidebar-btn-active:after {
        border-width: 18px 0 18px 12px;
    }

    /** MOLECULE - SITE MENU **/

    .siteHeader-mainMenu {
        padding: 1rem 1rem 1rem 0;
        height: auto
    }

    .siteHeader-menu {
        width: calc(100% - 270px);
        float: left;
        padding: .8rem .3rem .8rem 0;
        position: relative;
    }

    .siteHeader-menu .menu > li .sub-menu {
        font-family: 'Frutiger', 'Helvetica', Arial, sans-serif;
        background: transparent;
        text-align: left;
        margin-top: .25rem;
        line-height: 20px;
    }

    .siteHeader-menu .menu > li .sub-menu[data-depth="0"] {
        display: none;
        position: absolute;
        top: calc(100% - 1rem);
        left: 0;
        z-index: 598;
        width: 130%;
        white-space: normal;
        max-width: 1400px;
        margin-top: 0;
        padding: 2rem .5rem .5rem;
        flex-wrap: wrap;
    }

    .siteHeader-menu .menu > li .sub-menu[data-depth="0"]:before {
        content: '';
        position: absolute;
        width: 100%;
        height: calc(100% - 1.5rem);
        top: 2rem;
        left: .5rem;
        background: rgba(0, 0, 0, .4);
        z-index: -2;
    }

    .siteHeader-menu .menu > li .sub-menu[data-depth="0"] > li {
        flex: 0 1 32.33%;
        max-width: 32.33%;
    }

    .siteHeader-menu .menu > li .sub-menu[data-depth="0"] > li.menu-option--shop {
        flex: 0 1 100%;
        max-width: 100%;
    }

    .siteHeader-menu .menu > li .sub-menu[data-depth="0"] > li > a {
        font-size: .8rem;
        text-transform: uppercase;
    }

    .siteHeader-menu .menu > li > a {
        padding: .5rem .3rem;
        position: relative;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
    }

    .siteHeader-menu .menu > li.menu-item--open > a:before {
        content: '';
        position: absolute;
        top: calc(100% + .5rem);
        left: 50%;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 9px 9px 9px;
        border-color: transparent transparent #fff transparent;
    }

    .siteHeader-menu .menu > li > a:after {
        content: '';
        width: 0;
        height: 100%;
        background: #c9b771;
        position: absolute;
        left: 0;
        z-index: -1;
        bottom: 0;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
    }

    .siteHeader-menu .menu > li > a:hover {
        color: #000;
    }

    .siteHeader-menu .menu > li > a:hover:after {
        width: 100%;
    }

    .siteHeader-menu .menu > li > .sub-menu {
        display: none;
        max-height: none;
    }

    .siteHeader-menu .menu > li .sub-menu[data-depth="0"].menu-hover {
        display: flex;
    }

    .siteHeader-menu .menu > li .sub-menu li {
        display: block;
        background: none;
        padding: .5rem;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        position: relative;
        text-transform: capitalize;
        float: left;
        width: 100%;
    }

    .siteHeader-menu .menu > li .sub-menu:after {
        content:"";
        width: 100%;
        height: calc(100% - 1.5rem);
        z-index: -2;
        background: #fff;
        position: absolute;
        top: 1.5rem;
        left: 0;
    }

    .siteHeader-menu .menu > li .sub-menu li a {
        color: #000;
        font-size: .75rem;
        display: inline-block;
        line-height: 1.1rem;
        position: relative;
        overflow: hidden;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
    }

    .siteHeader-menu .menu > li .sub-menu li > a:hover {
        padding-left: .6rem;
    }

    .siteHeader-menu .menu > li .sub-menu li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -100%;
        width: 40px;
        height: 1px;
        background: #d8252e;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
    }

    .siteHeader-menu .menu > li .sub-menu li > a:hover:after {
        left: .6rem;
    }

    .siteHeader-menu .menu > li .sub-menu li.menu__shop-item > a:after {
        display: none;
    }

    .siteHeader-menu a {
        font-weight: 500;
        color: #fff;
        font-size: .8rem;
    }

    .siteHeader-menu .menu > li .sub-menu > li.menu-item-has-children a {
        position: relative;
        display: block;
    }

    .siteHeader-menu .menu > li .sub-menu li:hover .open:after {
        color: #fff;
    }

    .siteHeader-menu .menu > li .sub-menu .sub-menu {
        position: relative;
        padding-top: 0;
        left: -.5rem;
        float: left;
        min-width: calc(100% + 1rem);
        margin: .5rem 0 0;
    }

    .siteHeader-menu .menu > li .sub-menu .sub-menu li {
        margin: 0 0 0 .5rem;
        border-left: 1px solid rgba(0, 0, 0, .3);
    }

    /*** ATOM - COMMERCIAL MENU ITEMS ***/

    .siteHeader-menu .menu > li .sub-menu li.menu-option .menu__link {
        display: none;
    }

    .menu__shop-container {
        display: flex;
        justify-content: center;
    }

    .siteHeader-menu .menu > li .sub-menu li.menu__shop-item {
        flex: 0 1 32.22%;
        text-align: center;
        position: relative;
    }

    .siteHeader-menu .menu > li .sub-menu li .menu__option-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .menu__shop-item img {
        max-width: 150px;
        width: 100%;
    }

     .menu__shop-meta {
         width: 80%;
         margin: 1rem 0 1rem 10%;
     }

    .menu__shop-meta .menu__shop-cost {
        font-weight: bold;
    }

    .on-sale .menu__shop-meta .menu__shop-price {
         text-decoration: line-through;
         font-size: .8rem;
         font-weight: normal;
    }

    .siteHeader-menu .menu > li .sub-menu li.menu__shop-item .sale {
        opacity: 0;
    }

    .siteHeader-menu .menu > li .sub-menu li.menu__shop-item.on-sale .sale {
        opacity: 1;
    }

    .menu__shop-meta h3 {
        font-family: 'Frutiger', 'Helvetica', Arial, sans-serif;
        font-size: .9rem;
        line-height: 1.3rem;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
    }

    .siteHeader-menu .menu > li .sub-menu .menu__shop-meta .button {
        font-size: .8rem;
        padding: .3rem .8rem;
        text-transform: uppercase;
        border-bottom: 1px solid #d8252e;
        margin-top: 1.5rem;
    }

    .siteHeader-menu .menu > li .sub-menu[data-depth="0"] > li.menu-option--advert {
        flex: 0 1 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }

    .siteHeader-menu .menu > li .sub-menu .menu__advert-item img {
        max-width: 300px;
    }


    /** MOLECULE - LINKS MENU **/

    .siteHeader-links div:nth-child(1) {
        width: 100%;
    }

    .siteHeader-links {
        width: 270px;
        height: 26px
    }

    .siteHeader-links .menu-links-menu-container {
        width: 100%;
    }

    .siteHeader-links .menu li{
        border: none;
    }

    .siteHeader-links .menu li.membership {
        display: none;
    }

    .siteHeader-links .menu li:nth-child(1),
    .siteHeader-links .menu li {
        padding: .1rem .3rem;
        font-family: 'Choplin', 'Helvetica', Arial, sans-serif;
        position: relative;
        width: 130px;
        line-height: 33px;
    }

    .black-gold .siteHeader-links .menu li:nth-child(1),
    .black-gold .siteHeader-links .menu li {
        background: #c9b771;
    }

    .siteHeader-links .menu li:nth-child(1) {
        margin-right: calc(100% - 265px);
    }

    .siteHeader-links .menu li a {
        font-size: .8rem;
        font-weight: 500;
        color: #000;
        position: absolute;
        top: 50%;
        left: 0;
        padding-left: .5rem;
        transform: translate(0,-50%);
        width: 100%;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        z-index: 4;
    }

    .siteHeader-links .menu li::after {
        position: absolute;
        right: .5rem;
        top: 50%;
        transform: translate(0,-50%);
        z-index: 5;
        font-size: 1rem;
    }

    .siteHeader-links .menu li:hover:after {
        color: #000;
    }

    .siteHeader-links .menu li.shop:after {
        font-size: .9rem;
    }

    .siteHeader-links .menu li a:before{
        content: '';
        width: 0;
        height: 100%;
        background: #c9b771;
        position: absolute;
        left: 0;
        z-index: -1;
        top: 0;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
    }

    .siteHeader-links .menu li:after {
        color: #000;
    }

    .black-gold .siteHeader-links .menu li a:before {
        content: '';
        width: 0;
        height: 100%;
        background: #c9b771;
        position: absolute;
        left: 0;
        z-index: -1;
        top: 0;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
    }

    .black-gold .siteHeader-links .menu li a {
      color: #fff;
    }

    .siteHeader-links .menu li a:hover {
        color: #000;
    }

    .siteHeader-links .menu li a:hover:before {
        width: 100%;
    }

    .siteHeader-links .menu li a:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        z-index: -2;
        top: 0;
    }

    .black-gold .siteHeader-links .menu li a:after {
        content: '';
        background: #000;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        z-index: -2;
        top: 0;
    }

    /** ATOM - MATCHES BUTTON **/

    .siteHeader-matches-btn {
        position: absolute;
        top: calc(0px - 38px);
        right: 0;
        width: 125px;
    }

    .siteHeader-matches-btn .btn {
        height: 38px;
    }
    .siteHeader-matches-btn .btn:before {
        border-width: 19px 16px 19px 0px;
        left: -16px;
    }

    .siteHeader-matches-btn .btn:hover {
        background:#fff;
    }

    .siteHeader-matches-btn .btn:hover:before {
        border-color: transparent #fff transparent transparent;
    }

    /** MOLECULE - SUBMENU **/

    .subMenu {
        margin: 0;
    }

    .subMenu .menu[data-menu] {
        max-height: 0;
        visibility: hidden;
    }

    /*****************************
        ORGANISM - FOOTER DESKTOP
    *****************************/

    .newsletter-headText-large {
        font-size: 3.4rem;
        line-height: 2.4rem;
        margin-bottom: 1.5rem;
    }

    .siteFooter-bottom {
        padding-top: 5rem;
    }

    .siteFooter-ourgame {
        padding-top: 7.75rem;
    }

    .siteFooter-toTop {
        line-height: 4rem;
    }

    .siteFooter-legal div {
        margin: 0 2rem;
    }

    .siteFooter-contact {
        font-size: .9rem;
        margin-bottom: 2rem;
    }

    /**************************************
        ORGANISM - FOOTER PARTNERS DESKTOP
    **************************************/

    .footerPartners {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .footerSponsor-sponsorItem img {
        max-height: 160px;
        max-width: 160px;
    }

    /****************************************
        ORGANISM - NEWSLETTER SIGNUP TABLET
    ****************************************/

    .newsletter-signup .newsletter-mainText {
        font-size: .85rem;
    }

    .siteFooter-menuInner li a,
    .siteFooter-search p,
    .newsletterInner .btn-text,
    .tickets-footer .btn-text,
    .siteFooter-toTop p {
        color: #ffffff;
        font-weight: normal;
        font-size: 1rem;
        left: -50%;
    }

    .newsletterInner .btn-text {
        left: 1rem;
        color: #000;
    }

    .newsletter-signup .btn.newsletter i {
        position: relative;
        left: 0;
    }

    .newsletter-signup .btn.newsletter {
        height: 42px;
        font-size: 1rem;
        width: 170px;
    }

    .newsletter-signup .btn-link {
        right: -1rem;
    }

    .newsletter-signup .newsletterInner {
        padding: 2.5rem 1rem 2.5rem;
    }

    .newsletter-signup .newsletter-img {
        max-height: 100%;
        max-width: 25%;
        right: 14%;
        width: 100%;
    }
    /************************************
        ORGANISM - INVERTED COLOURS (DESKTOP)
    ************************************/

    .black-gold .siteHeader-links a,
    .black-gold .siteHeader-links .menu li::after {
        background-color: transparent;
        color: #fff;
    }

    .black-gold .siteHeader-meta > div {
        border-left: 1px solid #4c4c4c;
    }

    .black-gold .siteHeader-links .menu li,
    .black-gold .siteHeader-links .menu li {
        border-right: none;
    }
}

/* !Bootstrap md: Large devices (desktops, 1232px and up) */

@media (min-width: 77em) {

    .siteHeader-menu .menu > li > a {
        font-size: 1rem;
    }

    .siteHeader-menu .menu > li .sub-menu[data-depth="0"] > li {
        flex: 0 1 24%;
        max-width: 24%;
    }

    /**************************************
        ORGANISM - FOOTER PARTNERS DESKTOP
    **************************************/
    .footerSponsor-sponsorItem img {
        padding: 2.5rem;
    }

    .footerPartners{
        padding-right: 3rem;
        padding-left: 3rem;
    }

    /*****************************
        ORGANISM - FOOTER DESKTOP
    *****************************/
    .siteFooter-ourgame,
    .siteFooter-menu,
    .siteFooter-contact {
        padding-left: 3rem;
    }

    .siteFooter-toTop {
        padding-right: 2rem;
    }

    .siteFooter-tickets{
        right:2rem;
    }

    /****************************************
        ORGANISM - NEWSLETTER SIGNUP TABLET
    ****************************************/

    .newsletter-signup .newsletterInner {
        padding: 2.5rem 1rem 2.5rem 3rem;
    }

    .newsletter-signup .btn-link {
        right: -3rem;
    }

    .newsletter-signup {
        width: calc(100% - 3rem);
    }

    /** MOLECULE - OTHER SITES MENU **/

    .siteHeader-sitesMenu {
        width: 400px;
    }

    .siteHeader-sitesMenu .menu > li.menu-item-has-children > a::before {
        display: none;
    }

    .siteHeader-sitesMenu .menu li.active > a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -11px;
        height: 3px;
        width: calc(100% - .3rem);
        background: #fff;;
    }

    .siteHeader-sitesMenu .active a {
        padding-left: 0;
    }

    .siteHeader-sitesMenu li .open {
        display: none;
    }

    .siteHeader-sitesMenu .menu > li .sub-menu {
        position: relative;
        display: inline-block;
        visibility: visible;
        max-height: none;
        width: auto;
        min-width: 0;
        padding: 0 .5rem;
        margin-left: .5rem;
        border-left: 1px solid rgba(255, 255, 255, .4);
        vertical-align: middle;
    }

    .siteHeader-sitesMenu .menu > li .sub-menu::before {
        display: none;
    }

    .siteHeader-sitesMenu .menu > li .sub-menu li {
        background: transparent;
        padding: 0 .5rem 0 0;
    }

    .siteHeader-sitesMenu .menu > li .sub-menu li a {
        color: #fff;
    }

    .siteHeader-sitesMenu .menu > li .sub-menu li a:hover {
      color: #c9b771;
    }

    .siteHeader-meta.active-sidebar {
        width: calc(100% - 535px);
    }

    /**************************************
        ORGANISM - FOOTER PARTNERS DESKTOP
    **************************************/
    .footerSponsor-sponsorItem img {
        padding: 2.5rem;
    }

}

/* !Bootstrap md: Large devices (desktops, 1366px and up) */
@media (min-width: 85.375em) {

    /******************************
        ORGANISM - HEADER DESKTOP
    ******************************/

    .siteHeader-menu[data-language="cy"] a {
        font-size: 1rem;
    }

    .siteHeader-links .menu li a {
        font-size: 1rem;
    }

    .siteHeader-links .menu li:nth-child(1),
    .siteHeader-links .menu li {
        width: 150px;
    }

    .siteHeader-links {
        width: 330px;
    }

    .siteHeader-links .menu li:nth-child(1) {
        margin-right: calc(100% - 305px);
    }

    .siteHeader,
    .siteHeader-mainMenu {
        margin-left: calc(80px + 3rem);
        width: calc(100% - 80px - 3rem);
    }

    .siteHeader-logo {
        left: calc(-80px - 3rem);
    }

    /** MOLECULE - SUBMENU **/

    .subMenu .menu[data-menu] {
        max-height: none;
        visibility: visible;
        width: auto;
        float: none;
        overflow: visible;
    }

    .submenuInner > div {
        display: inline-flex;
        align-items: center;
    }

    .sub-menu-button {
        display: none;
    }

    .subMenu .menu > div {
        position: relative;
        padding: 0;
    }

    .subMenu .breadcrumb ul li {
        padding-top: .15rem
    }

    .subMenu .breadcrumb ul li a::after {
        top: .15rem;
        height: 70%;
    }

    .subMenu .menu li,
    .subMenu .menu li.current_page_item {
        display: inline-block;
        padding: .15rem .4rem .1rem;
        margin: 0
    }

    .subMenu .menu li.current_page_item {
        background: #343434;
        border-radius: 5px 0 5px 0;
    }

    .subMenu .menu li.current_page_item a {
        color: #fff;
    }

    .subMenu .menu li.current_page_item > .sub-menu a {
        color: #000;
    }

    .subMenu .menu li > .sub-menu {
        position: absolute;
        top: 90%;
        right: .4rem;
        margin: 0;
        background: #fff;
        width: 180px;
        padding: .5rem 0 0;
        overflow: visible;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .3);
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .3);
    }

    .subMenu .menu li > .sub-menu > li {
        width: 100%;
        padding: .5rem;
    }

    .subMenu .menu li > .sub-menu > li:first-of-type {
        border-top: 5px solid #d8252e;
    }
}

/* !Bootstrap lg: Extra Large devices (desktops, 1500px and up) */

@media (min-width: 93.750em) {

}

/* !Bootstrap lg: XL devices (desktops, 1696px and up) */
@media (min-width: 106em) {

}
