/* !UNIVERSAL ELEMENTS */

/*******************************
    ORGANISM - HOME PAGE
*******************************/

/** MOLECULE - NEWS SLIDER/MAIN NEWS SECTION **/

.home__heading a {
    color: #fff;
    font-weight: 300;
    text-decoration: underline;
}

.home__heading span a {
    color: #c9b771;
}

.home__advert .textwidget > * {
    padding-bottom: 1rem;
}

/** DESIGN ONE - ONE STORY **/

[data-format="main-story"] .homeNews-image img {
    width: 100%;
    height: auto;
}

.homeNews-image img,
.homeNews-small .aggregator-block .aggregatorImage img {
    object-fit: cover;
    height: 100% !important;
}

.homeNews-image.top img,
.homeNews-small .aggregator-block .aggregatorImage.top .homeNewsSm {
    object-position: top;
}

.homeNews-image.centre img,
.homeNews-small .aggregator-block .aggregatorImage.centre .homeNewsSm {
    object-position: center;
}

.homeNews-image.bottom img,
.homeNews-small .aggregator-block .aggregatorImage.bottom .homeNewsSm {
    object-position: bottom;
}

.headingLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.homeNews-content {
    margin-top: -4rem;
    position: relative
}

.homeNews-content h2 {
    margin: 0rem 1rem;
    padding: 0.5rem 0rem;
    line-height: 2.1rem;
    font-size: 1.3rem;
    box-shadow: 1rem 0 0 #434343, -1rem 0 0 #434343;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

/** DESIGN TWO & THREE - THREE STORY **/

.homeNews {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.homeNews:before {
    content:'';
    position: absolute;
    bottom: -2rem;
    left:0;
    width:100%;
    height: 2rem;
    background: #343434;
}

.homeNews-small .aggregator-block .aggregator-blockInner,
.homeNews-large {
    position: relative;
    border-bottom: 1px solid #696969;
}

.homeNews .homeNews-small {
    float: left;
    width: 100%;
    padding: 0 1rem;
}

.homeNews[data-format="split-layout"] .homeNews-small .aggregator-title h6,
.homeNews[data-format="split-layout"] .homeNews-small .aggregator-date p,
.homeNews[data-format="split-layout"] .homeNews-small .aggregator-date p i {
    color: #fff;
}

.homeNews[data-format="split-layout"] .homeNews-small .aggregator-date p {
    background: #5e5e5e;
    display: inline-block;
    padding: .3rem .5rem;
}


/** MOLECULE - FIXTURE SLIDER **/

.home-match-info {
    position: relative;
    padding-top: 0;
}

.home-match-info:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #343434;
}

.home-fixture-slider {
    width: calc(100% - 1rem);
}

.fixture-heading {
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0;
}

.fixture-heading > i {
    position: absolute;
    right: 0;
    top: calc(50% - .5rem);
    transform: translate(0,-50%);
    font-size: 1.4rem;
}

.fixture-heading a {
    display: none;
}

.home-next-slider {
    position: relative;
    left: -2rem;
    width: calc(100% + 3rem);
}

.home-next-slider--rwc {
    left: -1rem;
    width: calc(100% + 2rem);
}

.home-fixture-slider .home-last {
    display: none;
}

.home-fixture-slider .slick-slide {
    position: relative;
    margin-left: .8rem;
    padding-right: .8rem;
    min-height: 200px;
    border-right: 1px solid #d7d7d7;
}

.home-fixture-slider .matchStatus-widget .matchStatus-links .match-info-button {
    float: right;
    position: relative;
    bottom: 0;
    right: -1.5rem;
}

.home-fixture-slider .matchStatus-widget .matchStatus-links .hosp-button,
.home-fixture-slider .matchStatus-widget .matchStatus-links .tickets-button {
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-fixture-slider .matchStatus-widget .matchStatus-links .hosp-button {
    left: 7.42rem;
}

.home-fixture-slider .matchStatus-widget {
    background: transparent;
    left: .2rem;
    min-height: 220px;
}

.home-fixture-slider .slick-slide:nth-last-child(1) {
    border-right: 0;
}

.home-fixture-slider .matchStatus-widget .matchStatus-matchInfo .matchStatus-kickoff {
    font-size: 1.2rem;
    width: 125px;
    padding-right: .3rem;
}

.home-fixture-slider .matchStatus-widget .matchStatus-matchInfo .matchStatus-teams {
    width: calc(100% - 125px + 2rem);
}

.home-fixture-slider .matchStatus-widget .matchStatus-meta {
    width: 100%;
}

.home-fixture-slider .fixture-link {
    border-top: 1px solid #d4d4d4;
}

.home-fixture-slider .fixture-link i {
    vertical-align: middle;
}

/** MOLECULE - PROMO BOXES **/

.home-promo {
    text-align: center;
}

.home-promo .promoBox {
    position: relative;
    width: calc(100% - 1rem);
    border-bottom: solid 1px #fff;
}

.home-promo .promo-dfp {
    padding: 1rem;
    margin: 1rem 1rem 0;
    background:#fff;
}

.promoLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.promoBox-image {
    display: none;
}

.promoBox a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.promoBox a:hover,
.promoBox a:focus {
    color: #fff;
    text-decoration: underline;
}


/** MOLECULE - LATEST NEWS **/

.wru-tvSmall .aggregator-block:nth-child(1) .aggregator-blockInner .aggregatorContent .aggregator-title h6,
.homeNews-small .aggregator-block:nth-child(1) .aggregator-blockInner .aggregatorContent .aggregator-title h6 {
    margin-top: 0;
}

.home-wru-tv,
.home-latest-news {
    padding: 0;
}

.home-wru-tv h2,
.home-latest-news h2,
.home__shop h2 {
    padding: 0 1rem;
    margin-top: 2.5rem;
}

.home-wru-tv .latest-news-btn .btn {
    width: calc(100% - 3.5rem);
    left: -1rem;
}

.home-latest-news .latest-news-btn .btn {
    margin-top: 1.5rem;
    width: calc(100% - 3.5rem);
    left: -1rem;
}

.home-wru-tv .latest-news-btn i,
.home-latest-news .latest-news-btn i {
    font-size: 1.2rem;
}

.home-latest-news .aggregatorImage img {
    height: 100% !important;
    object-fit: cover;
}

.home-latest-news .aggregatorImage.top img {
    object-position: top;
}

.home-latest-news .aggregatorImage.centre img {
    object-position: center;
}

.home-latest-news .aggregatorImage.bottom img {
    object-position: bottom;
}

.wru-tvSmall .aggregator-block .aggregator-blockInner {
    border-bottom: 1px solid #696969;
}

.wru-tvLarge .aggregator-block .aggregator-blockInner {
    padding: 0 1rem 1rem;
    border-bottom: 1px solid #696969;
}

.home-wru-tv .aggregator {
    padding-bottom: 1.5rem;
}

.wru-tvLarge .aggregator-block .aggregator-blockInner .aggregatorContent,
.wru-tvLarge .aggregator-block .aggregator-blockInner .aggregatorImage,
.home-latest-news .aggregator-block:nth-child(1) .aggregator-blockInner .aggregatorContent,
.home-latest-news .aggregator-block:nth-child(1) .aggregator-blockInner .aggregatorImage {
    width: 100%;
    padding: 0;
}

.latest-news-btn {
    text-align: right;
}

.latest-news-btn button {
    position: relative;
    padding: .7rem 1rem;
    width: calc(100% - 1.5rem);
    line-height: 1rem;
    font-size: .9rem;
    font-weight: 500;
}

.latest-news-btn button span {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translate(0,-50%);
}

/** MOLECULE - SHOP **/

.home__shop .slick-list {
    padding: 0 30% 0 0;
}

.home__shop-block {
    position: relative;
}

.home__shop-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home__shop-product {
    max-width: 250px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.home__shop-meta {
    padding: 0 1.5rem;
    text-align: center;
}

.home__shop-meta h3 {
    line-height: 1.3rem;
}

.home__shop-block.on-sale .menu__shop-price {
    font-size: .8rem;
    text-decoration: line-through;
}


/** MOLECULE - WRU TV **/

.home-wru-tv h2 {
    display: inline-block;
    margin: 1rem 0;
    padding: 1rem 2rem 1rem 1rem;
    background: url('assets/img/wru-tv.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}

.home-wru-tv span {
    background: #343434;
}

.home-wru-tv .aggregator-meta p,
.home-wru-tv .aggregator-meta i {
    color: #fff;
}

/** MOLECULE - FIRST TEAM **/

.home-first-team {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 1.5rem;
}

.home-first-team:before {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: #343434
}

.home-first-team:after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #d8252e
}

.home-first-team .firstTeam-inner {
    position: relative;
    z-index: 1
}

.firstTeam-inner .teamLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.home-first-team .firstTeam-photo img {
    width: 100%;
    height: auto;
}

.home-first-team .firstTeam-photo:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.home-first-team .firstTeam-inner .firstTeam-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5
}

.home-first-team .firstTeam-inner .firstTeam-content h2 {
    font-size: 2rem;
}

.home-first-team .firstTeam-inner .firstTeam-content button span {
    display: none;
}

.home-first-team .firstTeam-inner .firstTeam-content button {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 43px;
}

/* ORGANISM - RWC PLAYER SLIDER */

.rwc__squad.playerIndexSlider {
    width: 100%;
    float: left;
    height: auto;
    display: none;
}

.rwc__squad.playerIndexSlider.slick-initialized {
    display: block;
}

.rwc__squad .slick-list {
    padding-right: 45%;
}

.rwc__squad .squadBlock {
    padding: 0 .5rem;
}

.rwc__squad .slick-slide img {
    display: inline-block;
    max-height: 145px;
}


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

    /** MOLECULE - FIXTURE SLIDER **/

    .home-next-slider .slick-list {
        padding: 0;
    }

}

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

    /* ORGANISM - RWC PLAYER SLIDER */

    .rwc__squad .slick-list {
        padding-right: 25%;
    }

}

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

    .home-fixture-slider .matchStatus-widget .matchStatus-links .match-info-button {
        float: right;
        position: relative;
        bottom: 0;
        right: 0;
    }

    .home-wru-tv .latest-news-btn .btn {
        width: 13rem;
        left: -1rem;
    }

    .home-latest-news .latest-news-btn .btn {
        margin-top: 1.5rem;
        width: 9rem;
    }

    /* ORGANISM - RWC PLAYER SLIDER */

    .rwc__squad .slick-list {
        padding-right: 40%;
    }


}

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

    /* ORGANISM - RWC PLAYER SLIDER */

    .rwc__squad .slick-list {
        padding-right: 45%;
    }

}

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

    /** MOLECULE - FIXTURE SLIDER **/

    .home-match-info:before {
        height: 50%;
    }

    .home-fixture-slider .slick-slide:before {
        right: -2rem;
        width: 100%;
        height: calc(100% - 2rem);
        min-height: 180px;
    }

    .home-fixture-slider .slick-slide:first-child:after {
        content:"";
        position:absolute;top: 1rem;
        left: 1.5rem;
        width: 100%;
        height: calc(100% - 2rem);
        min-height: 180px;
        border-left: solid 1px #d7d7d7;
        z-index: -1;
    }

    .home-fixture-slider .matchStatus-widget .matchStatus-links .match-info-button {
        right: .75rem;
    }
    .fixture-heading {
        display: flex;
        align-items: center;
        justify-content:space-between;
        border: 0;
    }

    .fixture-heading h3 {
        font-size: 2rem;
    }

    .fixture-heading > i {
        display: none;
    }

    .fixture-heading a {
        display: inline-block;
    }

    .fixture-heading a h5 {
        font-family: 'Choplin', 'Helvetica', Arial, sans-serif;
        font-weight: 500;
        font-size: .95rem;
    }

    .home-fixture-slider {
        width:100%;
        margin-left: 0;
        padding: 1rem 1rem 1.5rem;
        margin-bottom: 0;
    }

    .home-next-slider {
        margin-right: -1rem;
    }

    .home-next-slider .matchStatus-widget {
        width: calc(33.333% - .5rem);
        float: left;
        left: -.5rem;
        padding: 1.5rem 2.7rem;
        padding-right: 0;
    }

    .home-next-slider--rwc .matchStatus-widget {
        width: calc(25% - .5rem);
    }

    .home-next-slider .matchStatus-widget:nth-last-child(1) {
        left: .5rem;
        padding-right: 1rem;
        padding-left: 2rem;
        margin-left: 0;
    }

    .home-fixture-slider .fixture-link {
        display: none;
    }

    .home-fixture-slider .matchStatus-widget .matchStatus-meta {
        min-height: 80px;
    }

    .home-fixture-slider .matchStatus-widget .matchStatus-links .hosp-button {
        left: 7.05rem;
    }

    .home-fixture-slider .home-next-slider .matchStatus-widget .matchStatus-links {
        margin-top: .7rem;
    }

    /** MOLECULE - PROMO BOXES **/

    .home-promo {
        background: #ffffff;
        width: 100%;
        margin: 0;
        padding: 1rem 0 3rem;
    }

    .home-promo .promoBox {
        display: block;
        float: left;
        position: relative;
        width: 25%;
        max-height: 300px;
        padding: 0 1rem 0 0;
        margin-right: 1rem;
        background: transparent;
        overflow: hidden;
    }

    .home-promo .promo-dfp {
        width: calc(25% - 3rem);
        float: left;
        position: relative;
        padding: 0;
        display: block;
        margin: 0;
    }

    .promoBox-image {
        display: block;
        text-align: initial;
        position: relative;
    }

    .promoBox-image img {
        width:100%;
    }
    .promoBox-title {
        position: absolute;
        bottom: 1.5rem;
        right: 0;
        padding: 0 1rem;
        width: calc(100% - 1.5rem);
        background: #d8252e;
    }

    .promoBox-title h5 {
        text-transform: capitalize;
        font-size: 1.2rem;
        line-height: 1.5rem;
        padding-bottom: .3rem;
    }

    .promoBox-title span {
        font-weight: 300;
    }

    /** MOLECULE - LATEST NEWS **/

    .home-latest-news {
        padding-right: 0;
    }

    .home-latest-news h2,
    .home__shop h2 {
        padding: 3rem 1rem 1.5rem;
        margin-top: 0;
    }

    .home__shop .slick-list {
        padding: 0;
    }

    .home__shop h2 {
        margin-bottom: 0;
    }

    .home-latest-news .aggregator {
        padding: 0 .5rem;
    }

    .home-latest-news .latest-news-btn i {
        line-height: 1.5;
    }

    .latest-news-btn button {
        width: 250px;
        font-size: 1rem;
    }

    .home-latest-news .aggregator-block:nth-child(1) .aggregator-blockInner .aggregatorContent,
    .home-latest-news .aggregator-block:nth-child(1) .aggregator-blockInner .aggregatorContent {
        width: calc(100% - 1.5rem);
    }

    .home-latest-news .aggregator-block:nth-child(1) .aggregator-blockInner .aggregatorImage {
        width: calc(100% - 1.5rem);
    }

    .home-latest-news .aggregator-block:nth-child(1)[data-type="gallery"] .aggregator-blockInner .aggregatorImage,
    .home-latest-news .aggregator-block:nth-child(1)[data-type="gallery"] .aggregator-blockInner .aggregatorContent {
        width: 100%;
    }

    .home-latest-news .latest-news-btn .btn {
        margin-top: .5rem;
    }
    /** MOLECULE - WRU TV **/

    .wru-tvLarge {
        width: 65%;
        float: left;
    }

    .wru-tvSmall {
        width: 35%;
        float: left;
        overflow: hidden;
    }

    .home-wru-tv .aggregator-block .aggregator-blockInner {
        display: block;
        padding: 0;
        border: 0;
    }

    .wru-tvSmall .aggregator-block:nth-child(1) {
        border-bottom: 2px solid #696969;
    }

    .wru-tvLarge .aggregator-block:nth-child(1) {
        border-right: 2px solid #696969;
    }

    .home-wru-tv .latest-news-btn i {
        line-height: 1.5;
    }

    .home-wru-tv .aggregator-block .aggregatorContent,
    .home-wru-tv .aggregator-block .aggregator-meta {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 2rem;
        display: flex;
    }

    .home-wru-tv .aggregator-block .aggregator-meta .aggregator-date p {
        background: #5e5e5e;
        display: inline-block;
        padding: .3rem .5rem;
    }

    .home-wru-tv .aggregator-block .aggregator-meta {
        bottom: auto;
        top: 0;
    }

    .home-wru-tv .aggregator-block .aggregator-blockInner .aggregatorImage {
        width: 100%;
        background: #000;
    }

    .home-wru-tv .aggregator-block .aggregator-blockInner .aggregatorImage img {
        opacity: .7;
    }

    .home-wru-tv .aggregator {
        padding: 0 1rem;
        padding-bottom: 3rem;
    }

    .home-wru-tv .latest-news-btn .btn {
        margin-bottom: 1.5rem;
    }

    /** LARGE ITEM **/

    .home-wru-tv .wru-tvLarge .aggregator-block .aggregatorContent {
        height: 100%;
        padding: 2rem;
    }

    .home-wru-tv .wru-tvLarge .aggregator-block .aggregatorContent p {
        order: 1;
        width: 50%;
        float: left;
        margin: 0
    }


    .home-wru-tv .wru-tvLarge .aggregator-block .aggregatorContent .aggregator-title {
        position: absolute;
        bottom: 2rem;
        margin: 0;
    }

    .home-wru-tv .wru-tvLarge .aggregator-block .aggregatorContent .aggregator-title h6 {
        font-size: 1.375rem;
        padding: .6rem 1rem;
        margin: 0 .5rem;
        line-height: 2.1rem;
        background-color: #434343;
        font-family: 'Choplin', 'Helvetica', Arial, sans-serif;
        font-weight: 400;
        box-shadow: 0.5rem 0 0 #434343, -0.5rem 0 0 #434343;
        -webkit-box-decoration-break: clone;
        -ms-box-decoration-break: clone;
        -o-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    /** SMALL ITEMS **/

    .home-wru-tv .wru-tvSmall .aggregator-block .aggregatorContent {
        padding: 0 1rem;
        bottom: 1.5rem;
    }

    .home-wru-tv .wru-tvSmall .aggregator-block .aggregator-blockInner .aggregator-meta {
        height: auto;
        bottom: auto;
        top: 0;
        padding: 1rem;
    }

    .home-wru-tv .wru-tvSmall .aggregator-block .aggregator-title h6 {
        font-family: 'Choplin', 'Helvetica', Arial, sans-serif;
        font-weight: 500;
        font-size: .95rem;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        background-color: #434343;
        display: inline;
        padding: .4rem 1rem;
        line-height: 1.5rem;
    }


    /** MOLECULE - FIRST TEAM **/

    .home-first-team .firstTeam-inner:before,
    .home-first-team .firstTeam-inner:after  {
        height: 17rem;
        width: 17rem;
    }

    .home-first-team .firstTeam-inner .firstTeam-content {
        justify-content: flex-end;
        padding: 0 3rem;
        flex-wrap: wrap;
    }

    .home-first-team .firstTeam-inner .firstTeam-content h2 {
        font-size: 7rem;
        width: 100%;
        line-height: 8rem;
        margin-bottom: 1.5rem;
    }

    .home-first-team .firstTeam-inner .firstTeam-content button {
        width: 180px;
        height: 48px;
        display: flex;
        align-items: center;
        padding: 0 1rem;
        position: relative;
        justify-content: flex-end;
    }

    .home-first-team .firstTeam-inner .firstTeam-content button span {
        display: inline-block;
        position: absolute;
        left: .5rem;
        top: 50%;
        transform: translate(0,-50%);
    }

    .home-first-team {
        padding-bottom: 3rem;
    }


    /* ORGANISM - RWC PLAYER SLIDER */

    .rwc__squad .slick-list {
        padding-right: 15%;
    }

    .rwc__squad .slick-slide img {
        max-height: 175px;
    }

}

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

    /*******************************
        ORGANISM - HOME PAGE DESKTOP
    *******************************/

    .home__shop h2 {
        margin-bottom: 1.5rem;
    }

    .home__shop-slider {
        display: flex;
        justify-content: space-between;
    }

    /** MOLECULE - WRU TV **/

    .home-wru-tv h2 {
        padding-right: 2.4rem;
        margin: 1rem 0;
    }

}

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

@media (min-width: 77em) {

      /*******************************
        ORGANISM - HOME PAGE DESKTOP
    *******************************/

    /** MOLECULE - NEWS SLIDER/MAIN NEWS SECTION **/

    /** DESIGN ONE - ONE STORY **/

    .homeNews {
        display: flex;
    }

    [data-format="main-story"] {
        width: 100%;
        float: left;
        position: relative;
    }

    [data-format="main-story"] .homeNews-image {
        width: 75%;
        float: left;
        position: relative;
    }

    [data-format="main-story"] .homeNews-content {
        position: absolute;
        right: 1rem;
        top: 50%;
        width: 32%;
        float: left;
        transform: translate(0,-20%);
    }

    [data-format="main-story"] .homeNews-content h2 {
        font-size: 2.5rem;
        line-height: 3.4rem;
    }


    /** DESIGN TWO - THREE STORY **/

    .homeNews-small .aggregator-block .aggregator-blockInner, .homeNews-large {
        border-bottom: 0;
        padding: 0;
    }

    [data-format="split-layout"] {
      display: block;
    }

    [data-format="split-layout"] .homeNews-large {
        width: 60%;
        float: left;
        background: #000;
    }

    .homeNews-large img {
        width: 100%;
        float: left;
    }

    [data-format="split-layout"] .homeNews-small {
        width: 40%;
        float: left;
        border-left: .2rem solid #343434;
        overflow: hidden;
        padding: 0;
    }

    [data-format="split-layout"] .homeNews-small .aggregator-block .aggregator-blockInner {
      height: 100%;
    }

    [data-format="split-layout"] .homeNews-small .aggregator-block .aggregator-blockInner .aggregatorImage {
        width: 100%;
        background: #000;
    }

    [data-format="split-layout"] .homeNews-small .aggregator-block {
      margin-bottom: .2rem;
    }

    [data-format="horizontal-layout"] .homeNews-content,
    [data-format="split-layout"] .homeNews-content,
    [data-format="split-layout"] .homeNews-small .aggregator-block .aggregator-blockInner .aggregator-meta,
    [data-format="split-layout"] .homeNews-small .aggregator-block .aggregator-blockInner .aggregatorContent {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
    }

    /** LARGE ITEM **/

    [data-format="split-layout"] .homeNews-content {
        height: 100%;
        padding: 2rem;
    }

    [data-format="horizontal-layout"] .homeNews-content p,
    [data-format="split-layout"] .homeNews-content p {
        order: 1;
        width: 50%;
        float: left;
        margin: 0
    }

    [data-format="split-layout"] .homeNews-content p span {
        background: #5e5e5e;
        display: inline-block;
        padding: .3rem .5rem;
    }

    [data-format="horizontal-layout"] .homeNews-content .postType-inner,
    [data-format="split-layout"] .homeNews-content .postType-inner {
        order: 2;
        width: 50%;
        float: left;
        text-align: right;
    }

    [data-format="horizontal-layout"] .homeNews-content .postType-inner > div,
    [data-format="split-layout"] .homeNews-content .postType-inner > div {
        display: inline-block;
    }

    [data-format="horizontal-layout"] .homeNews-content .homeNews-title,
    [data-format="split-layout"] .homeNews-content .homeNews-title {
        position: absolute;
        bottom: 2.5rem;
        margin: 0;
    }

    [data-format="horizontal-layout"] .homeNews-content .homeNews-title h2,
    [data-format="split-layout"] .homeNews-content .homeNews-title h2 {
        font-size: 1.375rem;
        padding: .8rem 0;
        box-shadow: 1.25rem 0 0 #434343, -1.25rem 0 0 #434343;
        font-weight: 400;
    }

    /** SMALL ITEMS **/

    [data-format="split-layout"] .homeNews-small .aggregator-block .aggregator-blockInner .aggregatorContent {
        padding: 0 1rem;
        bottom: 1.5rem;
    }

    [data-format="split-layout"] .homeNews-small .aggregator-block .aggregator-blockInner .aggregator-meta {
        height: auto;
        bottom: auto;
        top: 0;
        padding: 1rem;
    }

    [data-format="split-layout"] .homeNews-small .aggregator-block .aggregator-title h6 {
        font-family: 'Choplin', 'Helvetica', Arial, sans-serif;
        font-weight: 500;
        font-size: .95rem;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        background-color: #434343;
        display: inline;
        padding: .4rem 1rem;
        line-height: 1rem;
    }

    /** DESIGN THREE - THREE STORY **/

    [data-format="horizontal-layout"] .homeNews-large {
        width: 50%;
        float: left;
        overflow: hidden;
    }

    [data-format="horizontal-layout"] .homeNews-content {
        height: 100%;
    }

    [data-format="horizontal-layout"] .homeNews-small {
        width: 50%;
        float: left;
        padding: 0 0 0 2rem;
    }

    [data-format="horizontal-layout"] .homeNews-small.aggregator-main .aggregator-block {
        width: 50%;
        margin-bottom: 0
    }

    [data-format="horizontal-layout"] .homeNews-small.aggregator-main .aggregator-block:nth-child(1) {
        padding: 0 1rem 0 0;
    }

    [data-format="horizontal-layout"] .homeNews-small.aggregator-main .aggregator-block:nth-child(2) {
        padding: 0 0 0 1rem;
    }

    .homeNews {
        margin-bottom: 3rem;
    }

    .homeNews:before {
        bottom: -18rem;
        height: 18rem;
    }

    /** MOLECULE - RWC **/

    .rwc__latest-list {
        height: 0;
        overflow: hidden;
    }

    .rwc__latest-container {
        width: 120%;
        float: left;
        padding-bottom: 1.5rem;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
        padding-right: 17%;
    }

    .rwc__latest-container .aggregator-block {
        overflow: hidden;
    }

    /** MOLECULE - FIXTURE SLIDER **/

    .fixture-heading a {
        padding-right: 1rem;
    }

    .fixture-heading h3 {
        margin-left: 1.5rem;
    }

    .home-fixture-slider,
    .home-promo {
        width: calc(100% - 3rem);
        margin-right: 3rem;
    }

    .home-fixture-slider.rwc__widget {
        float: left;
        background: #fff;
    }

    .home-fixture-slider .home-last {
        width: 25%;
        float: left;
        display: block;
    }

    .home-next-slider {
        width: 75%;
        float: left;
    }

    .home-next-slider--rwc {
        width: 100%;
    }

    .home-fixture-slider .home-last {
        margin-right: 1rem;
        padding-right: 1.5rem;
        border-right: 1px solid #d7d7d7;
    }

    .fixture-heading {
        padding: 0 1rem 0 0;
    }

    .fixture-heading > i {
        display: none;
    }

    .home-fixture-slider .matchStatus-widget .matchStatus-matchInfo .matchStatus-kickoff {
        font-size: 1.375rem;
        width: 140px;
    }

    .home-fixture-slider .matchStatus-widget .matchStatus-matchInfo .matchStatus-teams {
        width: calc(100% - 140px + 2rem);
    }

    /** MOLECULE - PROMO BOXES **/

    .home-promo {
        display: flex;
        align-items: center;
        padding: 1rem 3rem 3rem;
    }

    .promoBox-title h5 {
        font-size: 1.3rem;
    }

    /** MOLECULE - LATEST NEWS **/

    .home-latest-news .aggregator-main {
        width: calc(100% - 2rem);
        float: left;
        margin-left: 2rem;
    }

    .home-latest-news h2,
    .home__shop h2 {
        padding: 2rem 3rem 1.5rem;
        margin-top: 0;
    }

    /** MOLECULE - WRU TV **/

    .home-wru-tv h2 {
        padding-left: 3rem;
    }

    .home-wru-tv .aggregator,
    .home-wru-tv .latest-news-btn {
        width: calc(100% - .3rem);
        padding-right: 3rem;
        padding-left: 0;
    }

    .home-wru-tv .latest-news-btn .btn {
        left: 1rem;
    }

    .wru-tvLarge .aggregator-block .aggregator-blockInner .aggregatorImage:before {
        display: none;
    }

    .wru-tvLarge .aggregator-block .aggregator-blockInner .aggregatorImage img {
        position: relative;
    }


    /** MOLECULE - FIRST TEAM **/

    .home-first-team .firstTeam-inner {
        width: calc(100% - 1rem);
        float: left;
        margin-left: 2rem;
    }

    .home-first-team .firstTeam-inner .firstTeam-content {
        padding: 0 6rem;
    }

    /* ORGANISM - RWC PLAYER SLIDER */

    .rwc__squad .slick-slide img {
        max-height: 200px;
    }

}

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

    /*******************************
        ORGANISM - HOME PAGE DESKTOP
    *******************************/

    /** MOLECULE - NEWS SLIDER/MAIN NEWS SECTION **/

    /** DESIGN ONE - ONE STORY **/

    [data-format="main-story"] .homeNews-image {
        height: 575px;
        overflow: hidden;
    }

    [data-format="main-story"] .homeNews-image img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0,-50%);
    }

    [data-format="main-story"] .homeNews-content {
        width: 29%;
    }

    /** DESIGN TWO - THREE STORY **/

    [data-format="split-layout"] .homeNews-large {
        width: 60%;
    }

    [data-format="split-layout"] .homeNews-small {
        width: 40%;
    }

    [data-format="split-layout"] .homeNews-small .aggregator-block .aggregator-title h6 {
        font-size: 1rem;
    }

    /** MOLECULE - FIXTURE SLIDER **/

    .home-fixture-slider,
    .home-promo {
        width: calc(100% - 3rem);
        margin-right: 3rem;
    }

    .home-fixture-slider .home-last {
        width: 25%;
        float: left;
        display: block;
    }

    .home-next-slider--rwc {
        width: 100%;
    }

    .home-fixture-slider .home-last {
        margin-right: .5rem;
        padding-right: 1.5rem;
        border-right: 1px solid #d7d7d7;
    }

    .fixture-heading {
        padding: 0 1rem 0 0;
    }

    .fixture-heading > i {
        display: none;
    }

    .home-fixture-slider .matchStatus-widget .matchStatus-matchInfo .matchStatus-kickoff {
        font-size: 1.375rem;
        width: 140px;
    }

    .home-fixture-slider .matchStatus-widget .matchStatus-matchInfo .matchStatus-teams {
        width: calc(100% - 140px + 2rem);
    }

    /** MOLECULE - PROMO BOXES **/

    .home-promo {
        display: flex;
        align-items: center;
    }

    .promoBox {
        padding: 0 3rem 0 0;
    }

    .promo-dfp {
        padding: 0 .3rem 0 0;
    }

    .promoBox-title {
        right: 2.2rem;
    }

    .promoBox-title h5 {
        font-size: 1.3rem;
    }

    /** MOLECULE - LATEST NEWS **/

    .home-latest-news {
        margin-top: 2.5rem;
    }

    .home-latest-news .aggregator-main {
        width: calc(96% - .5rem);
        float: left;
        margin-left: calc(4% + .5rem);
        margin-top: 2rem
    }


    /** MOLECULE - WRU TV **/

    .home-wru-tv .aggregator,
    .home-wru-tv .latest-news-btn {
        width: calc(96% - .5rem);
        margin-right: calc(4% + 1rem);
        margin-left: -1rem;
    }


    /** MOLECULE - FIRST TEAM **/

    .home-first-team .firstTeam-inner {
        width: calc(96% - .5rem + 1rem);
        float: left;
        margin-left: calc(4% + .5rem);
    }

    .home-first-team .firstTeam-inner .firstTeam-content {
        padding: 0 6rem;
    }

    /* ORGANISM - RWC PLAYER SLIDER */

    .rwc__squad .squadBlock {
        padding: 0 1rem;
    }

    .rwc__squad .slick-slide img {
        max-height: 225px;
    }


}

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

@media (min-width: 93.750em) {

    /*******************************
        ORGANISM - HOME PAGE DESKTOP
    *******************************/

    /** MOLECULE - NEWS SLIDER/MAIN NEWS SECTION **/

    /** DESIGN THREE - THREE STORY **/

    [data-format="horizontal-layout"] .homeNews-large {
        width: calc(100% - 750px);
        height: 395px;
    }

    [data-format="horizontal-layout"] .homeNews-large .homeNews-image img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0,-50%);
    }

    [data-format="horizontal-layout"] .homeNews-small {
        width: 750px;
    }

    [data-format="horizontal-layout"] .homeNews-small .aggregator-block {
        min-height: 395px;
    }

    [data-format="horizontal-layout"] .homeNews-small .aggregator-block .aggregator-blockInner {
        min-height: inherit;
    }

    /* ORGANISM - RWC PLAYER SLIDER */

    .rwc__squad-container {
        overflow: hidden;
    }

    .rwc__squad.playerIndexSlider {
        max-width: 1690px;
        margin: 0 auto;
        float: none;
    }

    .rwc__squad .slick-slide img {
        max-height: 250px;
    }

    .rwc__squad .slick-list {
        padding-right: 25%;
        overflow: visible;
    }

    .rwc__squad .slick-list:before {
        content: '';
        background: #f0f0f0;
        position: absolute;
        left: -15%;
        width: 15%;
        top: 0;
        height: 100%;
        z-index: 10;
    }

}

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

    /*******************************
        ORGANISM - HOME PAGE DESKTOP
    *******************************/

    /** MOLECULE - NEWS SLIDER/MAIN NEWS SECTION **/

    /** DESIGN THREE - THREE STORY **/

    [data-format="horizontal-layout"] .homeNews-large {
        width: calc(100% - 840px);
        height: 436px;
    }

    [data-format="horizontal-layout"] .homeNews-small {
        width: 840px;
    }

    [data-format="horizontal-layout"] .homeNews-small.aggregator-main .aggregator-block .aggregator-blockInner .aggregatorContent {
        min-height: 110px;
    }

    /** MOLECULE - FIXTURE SLIDER **/

    .home-fixture-slider,
    .home-promo {
        width: 100%;
        margin-right: 0;
    }

    .home-fixture-slider:before,
    .home-promo:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .home-fixture-slider.rwc__widget {
        position: relative;
    }

    .home-last .matchStatus-widget {
        margin-left: .5rem;
        padding-left: 1.5rem;
        border-left: 1px solid #d7d7d7;
    }

    /** MOLECULE - WRU TV **/

    .home-wru-tv .aggregator {
        margin-left: 0;
    }

}
