/* Temp for Debug */

pre {
    max-height: 300px;
    overflow-y: scroll;
}

/* ORGANISM - SUBMENU */

.content__advert,
.team__header .content__advert {
    width: 100%;
    position: relative;
    z-index: 10;
}

.content__advert .textwidget > * {
    padding: 0 0 .8rem;
}

.team__header .content__advert .textwidget > * {
    padding: 0 0 .8rem;
}

/** MOLECULE - SUBMENU MENU **/

.sub-menu__wrapper,
.main-content {
    margin-top: 101px;
}

.main-content--404 {
    margin-top: 70px;
}

.sub-menu__main {
    position: relative;
}

.sub-menu__button {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0,-50%);
}

.sub-menu__button i {
    font-size: .45rem;
    padding-left: .4rem;
}

.sub-menu__main [data-menu] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    background: #000;
    z-index: 20;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.sub-menu__main [data-menu].open {
    max-height: 90rem;
    visibility: visible;
}

.sub-menu__main [data-menu] .menu {
    padding: .8rem 1rem 0;
}

.sub-menu__main [data-menu] .menu li {
    display: block;
    text-align: right;
    padding: 0 0 .8rem;
}

.sub-menu__main [data-menu] .menu li a {
    color: #fff;
}

.statement {
    color: #fff;
}

.sub-menu__breadcrumb li {
    position: relative;
    padding-right: .5rem;
    margin-right: .5rem;
}

.sub-menu__breadcrumb li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #e90052;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.sponsor-index.sky-sports,
.footer__partner.sky-sports,
.Sky img {
    height: 114px;
    width: 100%;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .sub-menu__wrapper,
    .main-content {
        margin-top: 0;
    }

    .sub-menu__wrapper {
        position: relative;
    }

    .sub-menu__main {
        display: inline-flex;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        background: transparent;
    }

    .sub-menu__breadcrumb,
    .sub-menu__child-menu {
        display: inline-block;
        font-size: .95rem;
    }

    .sub-menu__breadcrumb {
        margin-right: .3rem;
    }

    .sub-menu__breadcrumb li a:hover {
        color: #fff;
    }

    .sub-menu__button {
        display: none;
    }

    .sub-menu__main [data-menu] {
        position: relative;
        top: 0;
        visibility: visible;
        max-height: none;
        background: transparent;
    }

    .sub-menu__main [data-type="sp_team"] {
        display: none;
    }

    .sub-menu__main [data-menu] .menu {
        padding: 0;
    }

    .sub-menu__main [data-menu] .menu li {
        display: inline-block;
        padding: 0 .6rem;
        font-size: .85rem;
    }

    .sub-menu__main [data-menu] .menu li a {
        font-weight: 500;
    }

}

/* (laptop, 1500px and up) */
@media (min-width: 93.750em) {

    .sub-menu__wrapper {
        width: 1400px;
        margin: 0 auto;
        float: none;
    }

}

/* ORGANISM - CONTENT PAGE */

/** MOLECULE - CONTENT HEADER **/

.content__header {
    position: relative;
    z-index: 5;
    overflow: hidden;
    background: #fff;
    background: -moz-linear-gradient(top,  #262626 50%, #fff 50%);
    background: -webkit-linear-gradient(top,  #262626 50%,#fff 50%);
    background: linear-gradient(to bottom,  #262626 50%,#fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#fff',GradientType=0 );
}

.content__header--dark {
    background: #373737;
    background: -moz-linear-gradient(top,  #262626 50%, #373737 50%);
    background: -webkit-linear-gradient(top,  #262626 50%,#373737 50%);
    background: linear-gradient(to bottom,  #262626 50%,#373737 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#373737',GradientType=0 );
}

.content__title {
    padding-right: 35px;
}

.content__title--slant {
    position: relative;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.content__title--slant:before {
    content: '';
    position: absolute;
    left: -199%;
    top: 0;
    background: #e90052;
    width: 200%;
    height: 100%;
}

.content__title--slant h1 {
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .content__header {
        padding-top: 3.1rem;
        position: relative;
    }

    .content__header:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1.5rem;
        background: #fff;
        z-index: 10;
    }

    .content__header--dark:before {
        background: #373737;
    }

    .content__title {
        padding: 3rem 125px 3rem .8rem;
        position: relative;
        z-index: 20;
    }

    .content__title h1 {
        position: relative;
    }

    .content__title h1:after {
        content: '';
        position: absolute;
        left: calc(100% + 1.5rem);
        top: 50%;
        transform: translate(0,-50%);
        width: 60px;
        height: 4px;
        background: #373737;
    }

}


/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    .content__title {
        padding: 3rem 145px 3rem 0;
    }

}


/*** ATOM - CONTENT HEADER BACKGROUND **/

.content__background {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    overflow: hidden;
    display: none;
}

.content__background--event {
    display: block;
}

.content__background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.content__body--archive {
    width: 100%;
    float: left;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .content__background {
        display: block;
    }

    .content__body {
        padding: 1rem 1rem 10rem;
    }

}

/* ORGANISM - CONTENT INDEX */

.index__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index__box {
    flex: 0 1 100%;
    position: relative;
}

.index__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.index__title {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 60px;
    overflow: hidden;
}

.index__title h4 {
    font-size: .95rem;
    position: relative;
    z-index: 5;
}

.index__title .index__title-arrow {
    position: absolute;
    right: -.5rem;
    top: 0;
    width: 65px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

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

    .article__meta .post-item__reading {
        display: inline-block;
        padding-left: 1rem;
    }

    .index__box {
        flex: 0 1 49%;
    }

}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .index__wrapper:after {
        content: '';
        flex: 0 1 32.33%;
    }

    .index__box {
        flex: 0 1 32.33%;
        max-width: 32.33%;
    }

}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    .index__wrapper {
        margin-top: 3rem;
    }

    .index__wrapper:after {
        content: '';
        flex: 0 1 31.5%;
    }

    .index__title h4 {
        font-size: 1rem;
    }

    .index__box {
        flex: 0 1 31.5%;
        max-width: 31.5%;
        margin-bottom: 2.5rem;
    }

}


/* ORGANISM - ARCHIVE */

.archive__year:hover,
.archive__year:focus {
    color: #fff;
}

.archive__dropdown li {
    position: relative;
}

/** MOLECULE - PAGINATION **/

.archive__pagination span,
.archive__pagination a {
    padding: 0 .4rem;
}

.archive__pagination a:hover {
    color: #fff;
}

.archive__pagination span {
    color: #fff;
    font-weight: 700;
}

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

    .archive__row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .archive__item {
        flex: 0 1 49%;
    }

}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .archive__item {
        flex: 0 1 24%;
    }

}

/* ORGANISM - ARTICLE */

.article__main ul li {
    font-weight: 600;
    padding: 0 0 1rem;
}

.article .article__excerpt {
    position: relative;
    padding-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 30px;
}

.article .article__excerpt:after {
    content: '';
    position: absolute;
    bottom: .8rem;
    left: 0;
    width: 5rem;
    border-bottom: 2px solid #e90052;
}

.article .article__content iframe {
    width: 100%;
}

/* (tablet, 768px and up) */
@media (min-width: 48em) {

    .article__main .table-striped,
    .article__main .accordion-parent {
        margin: 1rem 0;
    }

    .article .article__content iframe {
        width: 100%;
    }
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .article .article__sponsor,
    .article__container,
    .article__main,
    .article__side,
    .article__side .article__ad,
    .article__side .more-news,
    .article__side .content-page__league-table {
        background: transparent;
    }

    .article__meta {
        padding: 1rem 1rem 2rem;
        background: #f2f2f2;
    }

    .article__container {
        display: flex;
        justify-content: space-around;
        padding-bottom: 3rem;
    }

    .article__main {
        width: calc(100% - 380px);
        padding-right: 4rem;
    }

    .article__main--full {
        width: 100%;
        padding-right: 0;
    }

    [data-sidebar="sticky"].article__side {
        margin-top: 75px;
        width: 380px;
    }

    .article__body {
        padding: 0 1rem 4rem;
    }

    .article__body:before {
        width: 95%;
    }

    .article__body--content {
        padding: 2rem 1rem;
    }

    .article .article__excerpt {
        font-size: 1.25rem;
    }


    .article .article__content > p {
        line-height: 1.6rem;
    }
}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    .article__meta {
        padding: 1rem 0 3rem;
    }

    .article__body:before {
        width: 90%;
    }

    .article__main--full {
        width: 1000px;
        margin: 0 auto;
        float: none;
    }

    .article__content {
        padding: 0;
    }
}

/** MOLECULE - ARTICLE BREADCRUMB **/

.article-breadcrumb {
    border-bottom: 1px solid #e0e0e0;
}

.article-breadcrumb .sub-menu__main,
.article-breadcrumb .sub-menu__menu,
.article-breadcrumb {
    background: #fff;
}

.article-breadcrumb .sub-menu__breadcrumb li a,
.article-breadcrumb .sub-menu__button,
.article-breadcrumb .sub-menu__menu .menu-main-navigation-container li a {
    color: #373737;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .article-breadcrumb .sub-menu__main {
        position: relative;
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        border: 0;
    }

    .article-breadcrumb .sub-menu__breadcrumb {
        border: 0;
    }
}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    .article-breadcrumb .sub-menu__breadcrumb {
        padding: 1rem 0;
    }

    .article-breadcrumb .sub-menu__main {
        height: 50px;
        padding: 1rem 0;
    }
}

/** MOLECULE - ARTICLE TAGS **/

.article__tags {
    flex-wrap: wrap;
}

.article__tags .post-item__labels {
    margin: 1rem 0 0;
}

.article__tags .aggregator__catlist {
    padding: .5rem .5rem .5rem 0;
}


.tags__link {
    position: relative;
}

.tags__link:after {
    content: '/';
    position: absolute;
    top: 0;
    right: 3px;
    color: #e90052;
}

.tags__link:last-child:after {
    content: none;
}

.article__excerpt .post-item__labels label {
    border-top: 3px solid #e90052;
}

.article__excerpt .post-item__labels label > span {
    padding: .5rem 0;
}

.article__excerpt .post-item__labels label span > span {
    position: relative;
}

.article__excerpt .post-item__labels label span > span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .article__meta .post-item__labels label,
    .article__meta .post-item__labels label:before {
        background: #fff;
    }

    .article__meta .post-item__labels label a:hover {
        text-decoration: none;
    }

}

/** MOLECULE - ARTICLE SHARE & SPONSOR **/

.article__content .social-share {
    display: flex;
    justify-content: center;
    margin: 0;
}

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

.article__sponsor .partnerLogo-img {
    margin-left: 1rem;
    max-width: 80px;
}

.article__sponsor {
    justify-content: center;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .article .social-share {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .article__share-sponsor {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    .article .social-share,
    .article .article__sponsor {
        padding: 0 0 1.5rem;
    }

    .article .article__content .social-share {
        padding: 1rem 0;
    }

    .article .social-share > span {
        display: inline;
        padding-right: 2rem;
    }


    .article__share-sponsor {
        max-width: calc(820px - 4rem);
        margin-left: 0;
    }
}

/** MOLECULE - ARTICLE HERO IMG **/

.article .content__image--news figcaption {
    background: #f2f2f2;
    text-align: center;
}

.article .content__image-img {
    display: block;
}

.article .content__image-caption {
    color: #373737;
    font-size: .75rem;
}

.article .content__image-credit {
    margin: 0;
    color: #828282;
    font-size: .75rem;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .article__main .content__image  {
        padding-left: 1rem;
    }

    .article .content__image-credit,
    .article .content__image-credit {
        font-size: .8rem;
    }
}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    .article__main .content__image  {
        padding: 0;
    }
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .article__side .article__ad {
        padding: 2rem 0 0;
    }
}

/** MOLECULE - ARTICLE RELATED NEWS **/

.related-news {
    border: 2px solid #e0e0e0;
    border-width: 2px 0 2px 0;
}

.related-news .content__meta-date {
    margin: 0;
}

.related-news .post-item__description .post-item__title {
    color: #e90052;
}

.related-news .post-item {
    margin-bottom: 0;
}

.related-news .post-item__image-container {
    display: none;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .related-news {
        padding: 1rem 0 .5rem;
    }

    .related-news .post-item {
        float: none;
        width: 100%;
        padding: 0;
        max-width: 100%;
    }

    .related-news .post-item__image-container label {
        display: none;
    }

    .related-news .post-item__description {
        flex: 0 1 70%;
        order: 1;
        padding-right: 2rem;
    }

    .related-news__title {
        font-size: 1.1rem;
    }

    .related-news .post-item__title {
        min-height: 0;
    }

    .related-news .post-item__title h3 {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .related-news .post-item__container {
        display: flex;
        align-items: center;
    }

    .related-news .post-item__image-container {
        display: block;
        flex: 0 1 30%;
        align-self: center;
        order: 2;
    }

}

/** MOLECULE - ARTICLE RELATED PLAYERS **/

.related-players,
.article__pagination-block {
    border-top: 2px solid #e0e0e0;
}

.related-players__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.related-players__single {
    position: relative;
    flex: 0 1 49%;
    display: inline-flex;
    align-items: center;
    margin: .2rem 0;
}

.related-players__link,
.more-news__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.related-players__img {
    width: 60px;
    border: 1px solid #e0e0e0;
    border-radius: 100%;
}

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

    .related-players__list {
        justify-content: flex-start;
    }

    .related-players__single {
        flex: none;
        margin: .2rem 1rem .2rem .2rem;
    }

}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .related-players__single {
        font-size: 1rem;
    }
}

/** MOLECULE - MORE NEWS **/

.more-news {
    border-top: 2px solid #e0e0e0;
}

.more-news__title,
.content-page__league-table-title {
    position: relative;
    display: inline-block;
}

.more-news__title:after,
.content-page__league-table-title:after {
    content: '';
    position: absolute;
    top: .7rem;
    right: -3rem;
    width: 2rem;
    border-top: 2px solid #e90052;
}

.more-news__list {
    display: flex;
    flex-direction: column;
}

.more-news__list-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}

.more-news__img-container {
    flex: 0 1 35%;
    width: 35%;
    align-self: center;
    position: relative;
    z-index: 5;
}

.more-news__list-item > span,
.more-news__summary > h3,
.more-news__summary > span {
    z-index: 99;
}

.more-news__summary {
    flex: 0 1 60%;
    display: flex;
    flex-direction: column;
}

.more-news__tag i {
    display: none;
}

.more-news__label label {
    position: relative;
    left: 0;
    bottom: 0;
}

.more-news__load-more {
    position: relative;
    align-self: flex-end;
    margin: 0;
    width: 130px;
    text-align: left;
}

.more-news__load-more span:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    z-index: 10;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.more-news__load-more i {
    display: none;
}

/* (tablet, 768px and up) */
@media (min-width: 48em) {

    .more-news.bg-gradient:before,
    .content-page__league-table.bg-gradient:before {
        content: none;
    }
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .more-news {
        padding-top: 0;
        border: 0;
    }
}


/** MOLECULE - PAGINATION **/

.article__pagination-block {
    position: relative;
}

.article__pagination-block:before {
    content: '';
    position: absolute;
    top: -2px;
    width: 25%;
    border-top: 2px solid #e90052;
}

.article__pagination-block--previous:before {
    left: 0;
}

.article__pagination-block--next:before {
    right: 0;
}

.article__pagination-block--next .article__pagination-title {
    text-align: right;
}

.article__pagination-summary {
    display: block;
}

/*** ORGANISM - CONTENT PAGE ***/

.content-page .content__background {
    background: #262626;
    top: -3rem;
}

.content-page .article__side {
    border-top: 2px solid #e0e0e0;
}

@media (min-width: 62.5em) {

    .content-page .article__side {
        border: 0;
    }
}

/** MOLECULE - ARTICLE SHARE & SPONSOR **/

.content-page .social-share {
    text-align: center;
}

/* ORGANISM - CONTENT PAGE LEAGUE TABLE */

.content-page__league-table .content-page__league-table-container {
    margin-bottom: 2rem;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(224, 224, 224, 1);
    -moz-box-shadow: 6px 6px 0px 0px rgba(224, 224, 224, 1);
    box-shadow: 6px 6px 0px 0px rgba(224, 224, 224, 1);
}

.content-page__league-table .league-table tr td:nth-child(n+5):nth-child(-n+9),
.content-page__league-table .league-table tr th:nth-child(n+5):nth-child(-n+9) {
    display: none;
}

.content-page__league-table .button {
    margin-left: calc(100% - 130px);
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .content-page__league-table {
        padding: 0 .4rem 2rem;
    }
}

/* ORGANISM - SPONSOR INDEX */

.sponsor-index__body[data-count="1"] {
    margin-top: 1rem;
}

.sponsor-index__body[data-count="1"] .sponsor-index__title {
    display: none;
}

.sponsor-index__image {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sponsor-index__logo {
    flex: 0 1 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #e90052;
    overflow: hidden;
}

.sponsor-index__logo img {
    max-width: 80px;
    position: relative;
    z-index: 5;
}

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

    .sponsor-index__logo {
        flex: 0 1 31%;
        margin-bottom: 1.5rem;
    }

}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .sponsor-index__logo {
        flex: 0 1 23%;
        max-width: 23%;
    }

    .sponsor-index__logo img {
        max-width: 120px;
    }

    .player__biog.partner__biog {
        padding: 4rem 1rem 10rem 1rem;
    }

}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    .sponsor-index__logo img {
        max-width: 140px;
    }

}

/* ORGANISM - SPONSOR PAGE */

.partners .player__headshot {
    padding: 1.2rem 1rem;
    background: #fff;
}

.partners .player__headshot img {
    max-width: 80px;
    margin: 0 auto;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .partners .player__headshot,
    .partners .player__headshot img {
        max-width: 120px;
        padding: 0;
    }

}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    .partners .player__headshot,
    .partners .player__headshot img {
        max-width: 140px;
    }

}

/* ORGANISM - FEATURED ARTICLE */


/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .article__image--fullwidth {
       min-height: 32rem;
    }

    .article__image--fullwidth img {
        display: none;
    }

}

/* ORGANISM - FEATURED ARTICLE */

.article--featured .content__background {
    display: block;
}

.article--featured .article__meta {
    position: relative;
    overflow: hidden;
    padding: 3rem 0;
}

.article--featured .article__tags .post-item__labels {
    text-align: center;
}

.article--featured .article__meta-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 5;
}

.article--featured .post-item__labels label span {
    color: #fff;
}

.article--featured > .article__body {
    width: 100%;
    float: left;
    padding: 0 0 5rem;
}

.article--featured .social-share {
    margin-bottom: 0;
}

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

.article .article__footer .social-share {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2rem;
}

.article .article__footer .social-share > span {
    display: none;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .article__image--fullwidth {
       min-height: 32rem;
    }

    .article__image--fullwidth img {
        display: none;
    }

    .article--featured .article__meta {
        padding: 3rem 0 5rem;
    }

}

/* (laptop, 1232px and up) */
@media (min-width: 77em){

    .max__article-width {
        width: 800px;
        margin: 0 auto;
        float: none;
    }

    .article--featured .article__content > * {
        padding: 0 2rem;
    }

    .article--featured.article .article__excerpt:after {
        left: 2rem;
    }

    .article--featured .article__content > .article__image {
        padding: 0;
    }

}

/* ORGANISM - SOCIAL PAGE */

.social__board {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.social__block {
    flex: 0 1 100%;
}

.social__heading {
    position: relative;
}

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

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

    .social__block {
        flex: 0 1 49%;
    }

}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    .social__block {
        flex: 0 1 32%;
        max-width: 32%;
    }

}

/* ORGANISM - TICKETS */

.content__ticket {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 0 1rem 2.5rem;
    margin: 2rem 0;
    border: 2px solid #e90052;
    border-width: 2px 0;
}

.content__ticket:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    margin: auto 0;
    background-image: url();
    background-size: cover;
    background-position: center center;
}

.content__ticket strong {
    flex: 0 1 30%;
}

.content__ticket div {
    flex: 0 1 70%;
}

.table__tickets .table__logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.table__tickets .header__team p {
    flex: 0 1 100%;
}

.table__tickets .header__team img {
    vertical-align: middle;
    max-width: 80px;
}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    .table__tickets .table__logos {
        flex-wrap: nowrap;
    }

    .table__tickets .header__team p {
        flex: none;
        padding: 0 1rem;
    }

}

/* ORGANISM - VIDEO */

.video-placeholder {
    position: relative;
    width: 100%;
}

.video-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-play {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    cursor: pointer;
}
