.home .odd {
    background: #f1f1f1;
    padding: 1rem 0;
    width: 100%;
    float: left;
}

.home .even {
    width: 100%;
    float: left;
    margin: 1rem 0;
}

/*****************************
    ORGANISMS - LATEST NEWS
*****************************/

.home__latest-news {
    display: flex;
}

.main-post .post-list__title-container h3 {
    font-size: 1.8rem;
    line-height: 2rem;
}

.main-post.post-list {
    padding: 0;
    width: 100%;
    display: inline-block;
    flex: 0 0 100%;
}

.main-post.post-list,
.main-post .post-list__image-container {
    margin: 0;
    width: 100%;
}

.main-post .post-list__description {
    width: 100%;
    float: left;
    padding: 1rem;
}

.main-post .post-list__time {
    display: inline-block;
}

.main-post.post-list .button-tag {
    display: inline;
    border-right: 1px solid #000;
    padding-right: .6rem;
    margin-right: .3rem;
}

/*****************************
    ORGANISMS - LATEST VIDEO
*****************************/

.home__video-group {
    border-bottom: 1px solid #ccc;
}

.home__latest-video .slick-list {
    padding: 0 20% 0 0;
}

.home__latest-video .latest-video__block {
    border-right: 2px solid #fff;
    position: relative;
}

.home__latest-video .latest-video__image {
    position: relative;
    overflow: hidden;
}

.home__latest-video .latest-video__image img {
    width: 100%;
    height: auto;
}

.home__latest-video .latest-video__image .icon-play {
    position: absolute;
    top: .5rem;
    left: .5rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.1rem;
    border-radius: 100%;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    z-index: 5;
}

.home__latest-video .latest-video__image .icon-play:before{
    padding-left: .3rem;
}

.home__latest-video .latest-video__info {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    width: calc(100% - 2rem);
}

/**********************************
    ORGANISMS - IRISH STATISTICS
**********************************/

.home__statistics-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}

.home__statistics-icon {
    width: 40px;
}

.home__statistics-text {
    width: 100%;
}

.home__statistics-left,
.home__statistics-right {
    width: 100%;
    float: left;
}

.home__statistics-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.home__statistics-right {
    display: flex;
    justify-content: center;
}

.home__statistics-value {
    font-size: 3rem;
    line-height: 3rem;
    padding-left: .6rem;
}

.home__club-logo {
    width: 30px;
}

.home__statistics-club .home__statistics-value {
    font-size: 2rem;
    padding: 0;
}

/*****************************
    ORGANISMS - NEWS SECTION
*****************************/

.home__news .news__title {
    padding: 1rem;
    width: 100%;
}

.home__news .post__news-section {
    padding: 0 1rem;
}

/** MOLECULE - NEWSLETTER **/

.home__newsletter {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home__newsletter-icon i {
    font-size: 1.5rem;
}

.home__newsletter-icon .circle-icon {
    width: 50px;
    height: 50px;
    line-height: 60px;
}

.home__newsletter-text {
    display: none;
}

/**********************************
    ORGANISMS - HOME FIXTURES
**********************************/

.home__fixtures {
    margin-top: 1rem;
    width: 100%;
    display: block;
}

.home__fixtures--results {
    border: 1px solid #d7d7d7;
    display: block;
}

.tab-navigation--split {
    text-align: center;
    border: 0;
}

.tab-navigation--split .tab {
    opacity: .5;
    font-size: 1.1rem;
    padding: .5rem .8rem .5rem 0;
    margin: 0;
}

.tab-navigation--split .tab.tab-nav-active {
    color: #006641;
    opacity: 1;
    border: 0;
}

.home__fixtures--results .fixtures__title {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #d7d7d7;
}

.home__fixtures--results .home__fixtures-widget > h5 {
    border-bottom: 1px solid #d7d7d7;
}

.home__fixtures--results .home__fixtures-widget--fixtures {
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    float: left;
    margin-bottom: 1.5rem;
    padding-bottom: 0;
}

.home__fixtures--results .fixtures-small__kickoff {
    font-size: 1.4rem;
}

.home__fixtures-blocks .fixtures-small__kickoff [data-match-time] span {
    font-size: .95rem;
}

.home__fixtures--results .fixtures-small__links .fixture-small__button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home__fixtures--results .fixtures-small__score {
    width: 100%;
    font-size: 1.4rem;
    padding: .5rem 0 0;
}


/**********************************
    ORGANISMS - HOME TICKETS
**********************************/

.home__tickets-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home__tickets-title,
.home__tickets-title img {
    max-width: 135px;
    max-height: 60px;
}

.home__tickets-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home__tickets-image img {
    width: 100%;
}

.home__tickets-price p {
    margin: 0;
}

/**********************************
    ORGANISMS - CATEGORISED NEWS
**********************************/

.news-navigation {
    overflow: hidden;
    height: 40px;
}

.tab-navigation--scroll {
    height: 60px;
    overflow-x: scroll;
    white-space: nowrap;
}

.categorised__title {
    display: none;
}

.home__categorised-link {
    width: 100%;
    float: left;
}

/**********************************
    ORGANISMS - HOME DFPS
**********************************/

.home__dfp-small {
    display: none;
}

/******************************************
    ORGANISMS - PROVINCIAL NEWS SECTION
*****************************************/

.home__provincial-news {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.home__provincial-block {
    flex: 0 1 calc(100% - 1px);
    outline: 1px solid #ccc;
    margin-left: 1px;
    margin-top: 1px;
}

.home__provincial-title {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    outline: 1px solid #ccc;
    text-align: center;
}

.home__provincial-title img,
.home__provincial-title p {
    display: none;
}

.home__provincial-title h4 {
    width: 100%;
}

.home__provincial-news .post-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 0;
    margin: 1px 0 0;
}

.home__provincial-news .post-list__time {
    display: inline-block;
}

.home__provincial-news .post-list__description {
    flex: 0 1 100%;
    padding: .5rem 1rem 0;
    order: 1;
}

.home__provincial-news .post-list__image-container {
    flex: 0 1 100%;
    margin-top: 1rem;
    padding: 0 1rem .4rem;;
}

.home__provincial-news .post-list__info {
    margin-bottom: .5rem;
}

/**********************************
    ORGANISMS - HOME GALLERIES
**********************************/

.home__gallery .slick-list {
    padding: 0 7% 0 0;
}

.home__galleries .slick-arrow {
    top: 33.3%;
    width: 2rem;
    height: 2rem;
    background-color: #006641;
    z-index: 11;
    border-radius: 95%;
    border: 1px solid #DFEBE7;
    cursor: pointer;
}

.home__galleries .slick-prev {
    left: 3.5%;
}

.home__galleries .slick-prev:before,
.home__galleries .slick-next:before {
    font-family: 'icomoon';
    font-size: 1rem;
    text-align: center;
}

.home__galleries .slick-prev:before {
    content: "\e924";
    padding-right: 0.15rem;
}

.home__galleries .slick-next {
    right: 3.5%;
}

.home__galleries .slick-next:before {
    content: "\e925";
    padding-left: 0.15rem;
}

.home__gallery-section {
    position: relative;
}

.home__gallery-title {
    display: flex;
    padding: 1rem;
    outline: 1px solid #ccc;
    align-items: center;
    justify-content: space-between;
}

.home__gallery-inner {
    display: flex;
    flex-wrap: wrap;
}

.home__gallery-inner .home__gallery-image {
    flex: 0 1 50%;
    outline: 1px solid #fff;
    position: relative;
}

.home__gallery-inner .home__gallery-image--large {
    flex: 0 1 100%;
}

.home__gallery-count {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.75);
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home__gallery-description {
    display: flex;
    align-items: center;
}

.home__gallery-description h3 {
    width: calc(100% - 60px);
    margin: 0 0 0 10px;
    font-size: 1.1rem;
    line-height: 1.4rem;
}

.home__additional-content {
    white-space: pre-line;
}


/*****************************
    ORGANISMS - SHOP
*****************************/

.home__shop-section {
    width: 100%;
    padding-bottom: 0;
    border: 1px solid #ccc;
    border-width: 1px 0;
}

.home__shop-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.home__shop-delivery {
    display: block;
    width: 100%;
}

/** MOLECULE - SHOP BLOCK **/

.home__shop-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
}

.shop-block {
    position: relative;
}

.shop-block img {
    height: 100%;
    object-fit: cover;
}

.home__gallery-link,
.shop-block__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/** MOLECULE - SHOP BLOCK WHEN FEATURED PLAYERS **/
.home__shop-container .shop-block:nth-of-type(even) .shop-block__info {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.home__shop-container .shop-block:last-of-type() .shop-block__info {
    border-right: none;
}

/** MOLECULE - FEATURED PLAYERS - TABLET **/
@media (min-width: 48em) {
    .home__shop-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

/*****************************
    ORGANISMS - LIVE ROUNDS
*****************************/

.home__rounds {
    width: 100%;
    float: left;
}

.home__rounds-navigation {
    overflow: hidden;
    height: 40px;
    border-bottom: 1px solid #d7d7d7;
}

.home__rounds-navigation .tab-navigation {
    display: flex;
    height: 70px;
    overflow-x: scroll;
    white-space: nowrap;
}

.home__rounds-navigation .tab-navigation .tab {
    position: relative;
    font-size: .9rem;
    height: 33px;
    padding: .4rem .8rem;
    margin-left: .7rem;
    color: #898989;
    border: 0;
    font-weight: 400;
}

.home__rounds-navigation .tab-navigation .tab.tab-nav-active {
    border-radius: 20px;
    border: 1px solid #000;
    color: #000;
}

.home__rounds-container .match-overview-stat__title {
    border: 0;
}

.home__rounds-container .match-overview-stat__title h3 {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.home__rounds-container .match__head-to-head,
.home__rounds-container .match-last-three {
    width: 100%;
    padding: 0;
}

/* !MEDIA QUERIES */

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

    /**********************************
        ORGANISMS - IRISH STATISTICS
    **********************************/

    .home__statistics-left {
        width: 45%;
        justify-content: flex-end;
    }

    .home__statistics-right {
        width: 55%;
    }

    .home__statistics-right {
        flex-wrap: wrap;
        margin: 0;
    }

    .home__statistics-club {
        width: 50%;
        float: left;
        display: flex;
        align-items: center;
        padding: 0 0 0 1rem;
    }

    .home__statistics-club .home__statistics-value {
        padding-left: .5rem;
    }

}

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

    /*****************************
        ORGANISMS - LATEST VIDEO
    *****************************/

    .home__latest-video .slick-list {
        padding: 0 40% 0 0;
    }

}

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

    /*****************************
        ORGANISMS - LATEST VIDEO
    *****************************/

    .home__latest-video .slick-list {
        padding: 0 20% 0 0;
    }

    /*****************************
        ORGANISMS - NEWS SECTION
    *****************************/

    /** MOLECULE - NEWSLETTER **/

    .home__newsletter {
        justify-content: flex-start;
    }

    .home__newsletter-content {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .home__newsletter-content h4 {
        font-size: 1.6rem;
        line-height: 1.8rem;
        margin-bottom: .4rem;
    }

    .home__newsletter-content .button {
        margin: 0;
        width: 150px;
    }

    .home__newsletter-text {
        display: block;
        font-size: 1rem;
        line-height: 1.4rem;
        width: calc(100% - 150px);
        padding-right: 1.5rem;
    }

}

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

    /*****************************************
        ORGANISMS - IRISH STATISTICS TABLET
    ****************************************/

    .home__irish-statistics {
        display: flex;
        flex-wrap: wrap;
    }

    .home__statistics-block {
        width: 50%;
        float: left;
    }

    .home__statistics-block:last-of-type {
        width: 100%;
    }

    /************************************
        ORGANISMS - HOME CATEGORY NEWS BLOCK
    ************************************/
    .home_categorised-news .post-list,
    .home__news .post__news-section .post-list {
        width: 100%;
    }

     /************************************
        ORGANISMS - HOME PROVISIONAL NEWS BLOCK
    ************************************/
    .home__provincial-block {
        flex: 1 1 49%
    }

    /************************************
        ORGANISMS - HOME TICKETS TABLET
    ************************************/

    .home__tickets {
        display: flex;
        width: 100%;
    }

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

    .home__tickets-image {
        width: 300px;
    }

    .home__tickets-content {
        width: calc(100% - 300px);
        border: 1px solid #799343;
        padding: 1rem 0 0;
    }

    /**********************************
        ORGANISMS - HOME DFPS TABLET
    **********************************/

    .home__dfp-section {
        display: flex;
        max-width: 600px;
        margin: 1.5rem auto;
        padding-top: 3rem;
        float: none;

    }

    .home__dfp-large {
        flex: 1 0 300px;
    }

    .home__dfp-small {
        display: flex;
        flex-wrap: wrap;
        flex: 1 0 300px;
        outline: 5px solid #fff;
    }

    .home__dfp-group {
        flex: 1 0 50%;
        outline: 5px solid #fff;
    }

    /***********************************************
        ORGANISMS - PROVINCIAL NEWS SECTION TABLET
    ***********************************************/

    .home__provincial-title {
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: .5rem 1rem;
    }

    .home__provincial-title img,
    .home__provincial-title p {
        display: inline-block;
    }

    .home__provincial-title img {
        width: 30px;
        margin-right: .5rem;
    }

    .home__provincial-title h4 {
        width: auto;
    }

    .home__provincial-news .post-list__description,
    .home__provincial-news .post-list__image-container {
        padding: 0;
    }

    /**************************************
        ORGANISMS - HOME GALLERIES TABLET
    **************************************/

    .home__gallery-inner {
        display: block;
    }

    .home__gallery-inner .home__gallery-image {
        float: left;
    }

    .home__gallery-inner .home__gallery-image--large {
        width: 100%;
        overflow: hidden;
    }

    .home__gallery-inner .home__gallery-image--large img.unloaded {
        max-height: 28rem;
    }

    .home__gallery-inner .home__gallery-image--large img {
        width: 100%;
        height: auto;
    }

    .home__gallery-inner .home__gallery-image--small {
        width: 30%;
        overflow: hidden;
    }

    .home__gallery-inner .home__gallery-image--small img {
        height: auto;
        width: 130%;
        max-width: none;
    }

    .home__gallery-description h3 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

    .home__galleries .slick-arrow {
        top: 40%;
    }

    .home__galleries .slick-next {
        right: 5%;
    }

    /****************************************
        ORGANISMS - CATEGORISED NEWS TABLET
    ****************************************/

    .home__news-list .post-list__title-container span,
    .home__news-list .post-list__title-container h3 {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    /*****************************
        ORGANISMS - SHOP TABLET
    *****************************/

    .home__shop-delivery {
        width: auto;
        order: 2;
    }

    .home__shop-title h4 {
        order: 1;
    }

    .home__shop-title p:first-of-type {
        order: 3;
    }

    /***********************************
        ORGANISMS - LIVE ROUNDS TABLET
    **********************************/

    .home__rounds-container {
        display: flex;
        flex-wrap: wrap;
    }

    .home__rounds-container .match-mini__team-summary,
    .home__rounds-container .match__progress {
        width: 33.33%;
        border: 0;
    }

    .home__rounds-container .match__progress {
       align-self: center;
       padding: 1.5rem 3rem 0;
   }

    /* ORGANISMS - FIXTURES & RESULTS TABLET */

    .home__fixtures--results .fixtures-small__score {
        width: calc(100% - 140px);
    }

    .home__fixtures--results .fixtures-small__score span,
    .home__fixtures--results .fixtures-small__kickoff,
    .home__fixtures--results .fixtures-small__venue {
        width: 100%;
    }

    .home__fixtures--results .fixtures-small__kickoff,
    .home__fixtures--results .fixtures-small__venue {
        float: left;
    }

}

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

	/***********************************
        ORGANISMS - LATEST NEWS TABLET
    **********************************/

    .main-post.post-list {
        overflow: hidden;
    }

    .main-post .post-list__description {
        position: absolute;
        max-width: 980px;
        left: 50%;
        bottom: 4rem;
        transform: translate(-50%,0);
    }

    .main-post .post-list__image-container {
        position: relative;
        overflow: hidden;
        height: 35rem;
    }

    .main-post .post-list__image-container:after {
        content: '';
        position: absolute;
        top: 0;
        left: -15%;
        width: 165%;
        height: 100%;
        background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
        background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
        background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
    }

    .main-post.post-list .button-tag,
    .main-post .post-list__time,
    .main-post .post-list__title-container span,
    .main-post .post-list__title-container h3 {
        color: #fff;
    }

    .main-post .post-list__title-container span {
        text-decoration: underline;
    }

    .main-post.post-list .button-tag {
        border-color: #fff;
    }

    .main-post .post-list__time {
        margin-right: .3rem;
    }

    .main-post .post-list__title-container span,
    .main-post .post-list__title-container h3 {
        font-size: 2.2rem;
        line-height: 2.2rem;
    }

    /*** ATOM - FOCAL IMAGE ***/

    .home__latest-news .post-list__image-container img {
        display: none
    }

    /************************************
        ORGANISMS - LATEST VIDEO TABLET
    ************************************/

    .home__video-group {
        max-width: 980px;
        margin: -3rem auto 0;
        float: none;
        z-index: 10;
        padding: 0 0 1rem;
        border: 1px solid #ccc;
    }

    .home__latest-video {
        position: relative;
        display: flex;
        padding: 1rem;
        background: #fff;
    }

    .home__latest-video .latest-video__block {
        flex: 1;
    }

     .home__latest-video .slick-list {
        padding: 0;
    }

    .home__latest-video .latest-video__image .icon-play {
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
    }


    /************************************
        ORGANISMS - HOME TICKETS TABLET
    ************************************/

    .home__tickets-image {
        width: 500px;
    }

    .home__tickets-content {
        width: calc(100% - 500px);
    }

    .home__tickets-heading {
        margin-bottom: 1rem;
    }

    .home__tickets-title,
    .home__tickets-title img {
        max-width: 230px;
        max-height: 85px;
    }

    .home__tickets-price p {
        font-size: 1.5rem;
    }

    .home__tickets-links {
        font-size: 1rem;
        margin-top: 2.5rem;
    }

    /****************************************
        ORGANISMS - CATEGORISED NEWS TABLET
    ****************************************/

    .news-navigation {
        display: none;
    }

    .home__news-list {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    .home__news-list .post-list {
        border: none;
    }

    .home__news-list .data-tab {
        flex: 0 1 33.3333333%; /* yes, it does need this many threes */
        border: 1px solid #ccc;
        border-right: none;
    }

    .home__news-list .data-tab:last-child {
        border-right: 1px solid #ccc;
    }

    .home_categorised-news {
        position: relative;
        overflow: hidden;
        min-width: 100%;
        margin-top: 0;
    }

    .home_categorised-news:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: #ccc;
        top: 58px;
    }

    .categorised__title {
        display: block;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: .5rem;
        padding: 1rem;
        height: 58px;
    }

    .home__news-list .post-list--full .post-list__title-container span,
    .home__news-list .post-list--full .post-list__title-container h3 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .home__news-list .post-list {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        padding: .7rem 1rem;
        position: relative;
    }

    .home__news-list .post-list:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 1rem;
        width: calc(100% - 2rem);
        height: 1px;
        background: #ccc;
    }

    .home__news-list .post-list__image-container {
        width: 45%;
    }

    .home__news-list .post-list--full .post-list__description {
        order: 2;
        padding: 1rem 0 0;
        width: 100%;
    }

    .home__news-list .post-list__description {
        width: 55%;
        padding-right: 1rem;
    }

    .home__news-list .post-list .post-list__info {
        display: none;
    }

    .home__news-list .post-list__excerpt {
        display: none;
    }

    .post-list--full .post-list__image-container {
       order: 1;
       width: 100%;
    }

    .home__news-list .post-list__title-container span,
    .post-list--full .post-list__title-container h3 {
        font-size: 1.25rem;
    }

   .home__news-list .post-list__title-container {
       margin: 0;
       line-height: 1.3rem;
   }

   .home__categorised-link {
       margin-bottom: 1rem;
   }

    /***********************************************
        ORGANISMS - PROVINCIAL NEWS SECTION TABLET
    ***********************************************/
    .home__provincial-news {
        margin: 2rem 0;
    }

    .home__provincial-news .post-list .icon-divider {
        display: inline-block;
        width: 20%;
        margin-left: .8rem;
    }

    .home__provincial-news .post-list__title-container {
        margin-bottom: 1rem;
    }

    .home__provincial-news .post-list__excerpt {
        flex: 1 0 calc(100% - 250px);
        display: inline-block;
        padding: 0 1rem 0 0;
        font-size: .9rem;
        line-height: 1.3rem;
        order: 2;
    }

    .home__provincial-news .post-list__image-container {
        flex: 1 0 250px;
        margin: 0;
        order: 3;
    }

    /**************************************
        ORGANISMS - HOME GALLERIES TABLET
    **************************************/

    .home__gallery-title {
        max-width: 980px;
        margin: 0 auto;
    }

    /**************************************
        ORGANISMS - HOME GALLERIES TABLET
    **************************************/

    .home__gallery .slick-list {
        padding: 0 15% 0 0;
    }

    /*****************************
        ORGANISMS - SHOP TABLET
    *****************************/

    .home__shop-section,
    .home__additional-content {
        max-width: 980px;
        margin: 0 auto;
        padding: 0;
        float: none;
        border: 0;
    }

    .home__shop-inner {
        border: 1px solid #ccc;
        width: 100%;
        float: left;
    }

    .home__shop-title {
        margin: 0;
        padding: .5rem 1rem;
        border-bottom: 1px solid #ccc;
    }

    /** MOLECULE - SHOP BLOCK **/
    .shop-block__title {
        line-height: 1.2rem
    }

    /***********************************
        ORGANISMS - LIVE ROUNDS TABLET
    **********************************/

    .home__rounds {
        max-width: 980px;
        margin: 1rem auto;
        float: none;
        z-index: 10;
        border: 1px solid #ccc;
        clear: both;
    }

}

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

    /*******************************************
        ORGANISMS - CATEGORISED NEWS DESKTOP
    *******************************************/

    .home__news .post__news-section .post-list {
        width: 100%;
    }

    .home__news-list .post-list__description {
        width: 100%;
        padding: 0;
    }

    .home__news-list .post-list__image-container {
        width: 100%;
    }

    /***********************************************
        ORGANISMS - PROVINCIAL NEWS SECTION DESKTOP
    ***********************************************/

    .home__provincial-news .post-list__excerpt,
    .home__provincial-news .post-list__image-container {
        flex: 1 0 100%;
    }

    .home__provincial-news .post-list__excerpt {
        margin-bottom: .7rem;
    }


}

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

@media (min-width: 77em) {

    /*****************************************
        ORGANISMS - IRISH STATISTICS DESKTOP
    ****************************************/

    .home__irish-statistics {
        margin-top: 3rem;
        border: 1px solid #ccc;
        border-width: 1px 0;
        padding: 2rem 0;
    }

    .home__statistics-block {
        border-right: 1px solid #ccc;
        border-bottom: 0;
        align-content: center;
    }

    .home__statistics-block,
    .home__statistics-block:last-of-type {
        width: 30%;
    }

    .home__statistics-block:nth-child(2) {
        width: 40%;
    }

    .home__statistics-block:last-of-type {
        border: 0;
    }

    /*************************************
        ORGANISMS - NEWS SECTION DESKTOP
    ************************************/

    .home__news.news__block {
        margin: 3rem auto;
    }

    .home__news .news__title  {
        border-bottom: 0;
    }

    .home__newsletter {
        margin: 0 0 3rem;
        padding: 1.5rem 1rem 1rem;
        width: 100%;
    }

    .home__news .post__news-section {
        padding: 0;
    }

    /** MOLECULE - DFP **/

    .home__long-advert {
        max-width: 980px;
        margin: 3rem auto;
        padding: 0;
        clear: both;
    }

    /*******************************************
        ORGANISMS - CATEGORISED NEWS DESKTOP
    *******************************************/

    .home__news-list .post-list__description {
        width: 55%;
        padding-left: .8rem;
    }

    .home__news-list .post-list__image-container {
        width: 45%;
    }

    .home__news-list .post-list--full .post-list__image-container {
        width: 100%;
    }

    /************************************
        ORGANISMS - HOME TICKETS DESKTOP
    ************************************/

    .home__tickets {
        padding: 1rem 0;
        clear: both;
    }

    .home__tickets-title,
    .home__tickets-title img {
        max-width: 260px;
        max-height: 90px;
    }

    /***********************************************
        ORGANISMS - PROVINCIAL NEWS SECTION DESKTOP
    ***********************************************/

    .home__provincial-news {
        max-width: 980px;
        margin: 2rem auto;
    }

    .home__provincial-news .post-list .button-tag {
        display: none;
    }

    .home__provincial-news .post-list__excerpt {
        flex: 0 1 calc(100% - 200px);
    }

    .home__provincial-news .post-list__image-container {
        flex: 0 1 200px;
    }

    /**************************************
        ORGANISMS - HOME GALLERIES DESKTOP
    **************************************/

    .home__gallery {
        width: 100%;
        float: left;
    }

}

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

    /*****************************************
        ORGANISMS - IRISH STATISTICS DESKTOP
    ****************************************/

    .home__statistics-value {
        font-size: 4rem;
        line-height: 4rem;
    }

    .home__statistics-text {
        margin: 0;
    }

    .home__statistics-icon {
        width: 50px;
    }

    .home__statistics-club .home__statistics-value {
        font-size: 3rem;
        line-height: 3rem;
    }

    .home__club-logo {
        width: 35px;
    }

    .home__statistics-right {
        padding-left: .8rem;
    }

    /**************************************
        ORGANISMS - HOME GALLERIES TABLET
    **************************************/

    .home__galleries .slick-arrow {
        top: 33%;
    }

    .home__galleries .slick-next {
        right: 3.5%;
    }

    /* ORGANISM - FIXTURES & RESULTS DESKTOP */

    .home__fixtures--results .home__fixtures-widget {
        padding-top: 0;
    }

    .home__fixtures--results .home__fixtures-widget--fixtures,
    .home__fixtures-widget {
        width: 50%;
        float: left;
        border-right: 1px solid #d7d7d7;
        border-bottom: 0;
        margin-bottom: 0;
    }

    .home__fixtures-widget--results {
        border-right: 0;
    }

    .home__fixtures--results .fixtures-small__logo,
    .home__fixtures--results .fixtures-small__logo img {
        width: 50px;
        height: 50px;
    }

    .home__fixtures--results .fixtures-small__team > .fixtures-small__score {
        width: calc(100% - 100px);
        min-height: 115px;
    }

    .home__fixtures--results .home__fixtures-widget > h5 {
        margin: 0 0 1rem;
    }

    .home__fixtures--results .home__fixtures-link {
        padding: 0;
    }

    .home__fixtures-blocks .fixtures-small__kickoff {
        font-size: 1.4rem;
        line-height: 1.7rem;
        margin: .7rem 0 0;
        min-height: 50px;
    }

    .home__fixtures-blocks .fixtures-small__kickoff [data-match-time] span {
        display: block;
    }

    .home__fixtures--results .home__fixtures-widget--fixtures .fixtures-small:last-of-type,
    .home__fixtures--results .home__fixtures-widget--results .fixtures-small:last-of-type {
        border-left: 1px solid #d7d7d7;
    }

}

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

@media (min-width: 93.750em) {

    /************************************
        ORGANISMS - LATEST NEWS DESKTOP
    ************************************/

    .main-post .post-list__description {
        max-width: 1280px;
        padding: 0;
        bottom: 5rem;
    }

    /************************************
        ORGANISMS - LATEST VIDEO DESKTOP
    ************************************/

   .home__video-group {
        max-width: 1280px;
        margin: -2rem auto 0;
    }

    /*****************************************
        ORGANISMS - IRISH STATISTICS DESKTOP
    ****************************************/

    .home__irish-statistics {
        margin-top: 5rem;
    }

    .home__statistics-block {
        padding: 2rem 1rem;
    }

    .home__statistics-value {
        font-size: 5rem;
        line-height: 5rem;
        padding-left: 1rem;
    }

    .home__statistics-club .home__statistics-value {
        padding-left: 1rem;
    }

    .home__statistics-club {
        width: auto;
    }

    .home__statistics-right,
    .home__statistics-left {
        width: auto;
    }

    .home__statistics-right {
        display: block;
    }

    .home__statistics-block:nth-child(2) {
        flex-wrap: nowrap;
    }

    /*************************************
        ORGANISMS - NEWS SECTION DESKTOP
    ************************************/

    .home__news.news__block {
        margin-top: 3rem;
    }

    /** MOLECULE - DFP **/

    .home__long-advert {
        max-width: 1280px;
    }

    /************************************
        ORGANISMS - HOME TICKETS DESKTOP
    ************************************/

    .home__tickets {
        max-width: 1280px;
        margin: 0 auto;
    }

    /****************************************
        ORGANISMS - CATEGORISED NEWS DESKTOP
    ****************************************/

    .home__news-list {
       max-width: 1280px;
        margin: 0 auto;
    }

    /***********************************************
        ORGANISMS - PROVINCIAL NEWS SECTION DESKTOP
    ***********************************************/

    .home__provincial-news {
        max-width: 1280px;
        margin: 1rem auto;
    }

    .home__provincial-news .post-list__excerpt {
        flex: 1 0 calc(100% - 300px);
    }

    .home__provincial-news .post-list__image-container {
        flex: 1 0 300px;
    }

    /**************************************
        ORGANISMS - HOME GALLERIES DESKTOP
    **************************************/

    .home__gallery-title {
        max-width: 1280px;
    }

    /*****************************
        ORGANISMS - SHOP DESKTOP
    *****************************/

    .home__shop-section {
        max-width: 1280px;
    }

}

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

    .home__galleries .slick-arrow {
        top: 40%;
    }

}