/* Password form */

.post-password-form {
    width: 400px;
    margin: 0 auto;
    padding: 1rem 2rem;
    background: #fff;
    border: 1px solid #828282;
}

.post-password-form label {
    display: block;
    font-weight: bold;
}

.post-password-form input {
    width: 100%;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
}

.post-password-form input[type="submit"] {
    cursor: pointer;
    transition: background-color .25s, color .25s;
    border: solid 2px #5e5e5e;
}

.post-password-form input[type="submit"]:hover {
    background: #fff;
    color: #5e5e5e;
}

.sponsored img {
    max-width: 60px;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

/* ORGANISM - SUBMENU */

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

/** MOLECULE - SUBMENU MENU **/

.sub-menu__main {
    position: relative;
}

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

.sub-menu__button i {
    font-size: 0.45rem;
    padding-left: 0.4rem;
}

.article-breadcrumb .sub-menu__main [data-menu] {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    max-width: 300px;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    border-top: 3px solid #1D1D1B;
    background: #fff;
    z-index: 10;
    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: 0.8rem 1rem 0;
    display: flex;
    flex-wrap: wrap;
}

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

.sub-menu__main [data-menu] .menu li a {
    color: #000;
    font-size: 0.85rem;
    line-height: 1rem;
}

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

.sub-menu__breadcrumb li:after {
    content: "";
    position: absolute;
    top: 5%;
    right: -0.2rem;
    height: 85%;
    width: 1px;
    background: #000;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

/** MEDIA PAGE - FILTER **/
.page-template-page-media .aggregator__catlist .aggregator__filter-button {
    background: #262626;
    color: #fff;
    text-align: center;
    padding: 6px 0;
}
.page-template-page-media #content,
.page-template-page-media .inner {
    padding-top: 0;
}
.page-template-page-media .aggregator__catlist ul {
    top: calc(100% + 0rem);
    width: 100%;
    max-width: 100%;
}
.page-template-page-media .aggregator__catlist ul:before {
    display: none;
}
.page-template-page-media .aggregator__catlist ul li {
    text-align: center;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .sub-menu__main [data-menu] {
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    }

    .sub-menu__main [data-menu] .menu li a:hover {
        color: #5e5e5e;
        text-decoration: underline;
    }

    /* ORGANISM - SUBMENU */

    .sub-menu__wrapper {
        margin-top: 126px;
    }
}

@media (min-width: 77em) {
    /* ORGANISM - SUBMENU */

    .sub-menu__wrapper {
        margin-top: 162px;
    }
}

/* ORGANISM - CONTENT PAGE */

/** MOLECULE - CONTENT HEADER **/

.content__header {
    position: relative;
    z-index: 5;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    overflow: hidden;
    padding: 1rem 1rem 0;
}

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

    .content-page--no-content .content__header .max__body-width {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .content-page--no-content .content__header .content__social .social-share {
        margin: 0;
    }

    .content-page--no-content .netball__finder {
        padding: 0 0 2.5rem;
    }

    /** MEDIA PAGE - FILTER **/
    .page-template-page-media .aggregator__catlist .filter--closed {
        width: 100%;
        display: block;
        margin-left: 0;
        max-width: 100%;
        background: none;
        position: relative;
    }
    .page-template-page-media .aggregator__catlist .aggregator__filter-button {
        display: none;
    }
    .page-template-page-media .aggregator__catlist ul:before {
        display: none;
    }
    .page-template-page-media .aggregator__catlist ul li {
        border-radius: 3rem;
        background: #262626;
        display: inline-block;
    }
    .page-template-page-media .aggregator__catlist ul li.active {
        background: #5e5e5e !important;
    }

    /* .page-template-page-index .content__text-body table {
        max-width: 1024px;
    } */
}

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

    .content__header {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    .content__title {
        position: relative;
        z-index: 20;
    }

}

/* (laptop, 1440px and up) */
@media (min-width: 96em) {
    .content__header {
        padding: 0;
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
}

/*** 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, 0.5);
}

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

.page-template-page-index .content__text-body p > img {
    width: 100%;
    margin-bottom: 1rem;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .content__background {
        display: block;
    }

    .content__body {
        padding: 0 1rem;
    }
}

/* ORGANISM - CONTENT INDEX */

.post-item--full {
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    position: relative;
}

.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: 6;
}

.index__title {
    position: relative;
    overflow: hidden;
}

.index__title a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.index__title a:hover {
    text-decoration: none;
}

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

.index__excerpt i {
    font-size: 0.75rem;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.index__box:hover .index__excerpt {
    text-decoration: underline;
}


@media( min-width: 768px) {

    .index__promotional-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .index__promotional-title,
    .index__promotional-body {
        color: #FFF;
    }

    .index__promotional-title,
    .index__promotional-body,
    .index__promotional-links {
        flex: 0 1 100%;
    }

}



.index__promotional-link {
    text-align: center;
    margin: 0.5rem 0;
}

.index__image img {
    width: 100%;
}

.post-item--overlay.post-item--full .post-item__description {
    padding: 0;
}

.post-item--overlay.post-item--full .post-item__description .post-item__meta {
    flex: 0 1 100%;
    order: 1;
    background: #1D1D1B;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    padding: 0.5rem;
}

.post-item--overlay.post-item--full
    .post-item__description
    .post-item__meta
    span
    + span:before {
    content: "";
    position: absolute;
    left: -0.1rem;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
}

.post-item--overlay.post-item--full .post-item__description .post-item__title {
    margin-bottom: 0;
}

.post-item .post-item__image-container img {
    height: auto;
}

/* (landscape phones for a 360 - 640px) */
@media (min-width: 40em) {
    .index__box {
        flex: 0 1 49%;
    }

    .index__box[data-advert-type="banner"] {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

/* (tablet, 768px and up) */
@media (min-width: 48em) {
    .post-item--full .post-item__description {
        position: absolute;
        top: 50%;
        left: 50%;
        background: transparent;
        width: calc(100% - 2rem);
        max-width: 1600px;
        transform: translate(-50%, -50%);
        box-shadow: none;
        z-index: 1;
    }

    .post-item--full .post-item__description:before {
        content: "";
        position: absolute;
        top: 1rem;
        left: 0;
        width: 420px;
        height: calc(100% - 1rem);
        background: rgba(255, 255, 255, 0.85);
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        z-index: 0;
    }

    .post-item--full .post-item__description > * {
        z-index: 5;
    }

    .post-item--overlay.post-item--full
        .post-item__description
        .post-item__title {
        padding: 1.5rem;
    }

    .post-item--full .post-item__description .post-item__title h3,
    .post-item--overlay .post-item__description .post-item__title * {
        max-width: calc(420px - 2rem);
    }

    .post-item--overlay.post-item--full
        .post-item__description
        .post-item__meta {
        max-width: none;
        width: auto;
        display: inline-block;
        flex: none;
        padding: 0.5rem 1rem;
    }

    .post-item--full .post-item__description .post-item__meta,
    .post-item--full .post-item__description .post-item__labels {
        max-width: calc(210px - 1rem);
    }

    .index__promotional-link {
        position: absolute;
        left: 50%;
        bottom: 0.8rem;
        transform: translate(-50%, 0);
        margin: 0;
    }
}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {
    .post-item--full .post-item__description::before {
        width: 550px;
    }

    .post-item--full .post-item__description .post-item__title h3,
    .post-item--overlay .post-item__description .post-item__title * {
        max-width: calc(550px - 3rem);
    }

    .post-item--full .post-item__description .post-item__title h3 {
        font-size: 1.6rem;
        line-height: 2rem;
    }

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

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

    .index__box .index__title h2 {
        font-size: 1.75rem;
        line-height: 2.15rem;
    }

    .index__box[data-count="0"] {
        flex: 0 1 65.8%;
        max-width: 65.8%;
        display: flex;
    }

    .index__box[data-count="0"] .index__image,
    .index__box[data-count="0"] .index__title {
        flex: 0 1 50%;
        max-width: 50%;
    }
}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {
    .index__wrapper:after {
        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 {
    margin: 0;
    padding: .5rem 0;
}

.archive__dropdown li {
    position: relative;
}

/** MOLECULE - PAGINATION **/

.article__pagination {
    display: flex;
}

.article__pagination-block {
    flex: 0 1 50%;
}

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

.archive__pagination .screen-reader-text {
    display: none;
}

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

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

.archive__pagination span {
    color: #000;
    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__main ul {
    padding: 0 0 0 1rem;
    list-style: disc;
}

.article__main ul li:before {
    display: none;
}

.article .article__excerpt {
    position: relative;
    padding: 1.5rem 0;
    font-size: 1.1rem;
    line-height: 1.7rem;
}

.article__excerpt:empty {
    display: none;
}

.article .article__excerpt:after {
    content: "";
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 5rem;
    border-bottom: 2px solid #5e5e5e;
}

.article .article__excerpt p {
    margin-top: 0;
}

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

.article__content .article__advert {
    max-width: 300px;
    margin: 0 auto;
}

.article__content .button {
    background: #5e5e5e;
    color: #fff;
}

.article__content .button:hover {
    color: #5e5e5e;
}

/* (landscape phones for a 360 - 640px) */

@media (min-width: 40em) {
    .article__content .wp-caption.alignleft {
        float: left;
        padding: .5rem 1.5rem .5rem 0;
    }

    .article__content .wp-caption.alignright {
        float: right;
        padding: .5rem 0rem .5rem 1.5rem;
    }
}

/* (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 {
        background: transparent;
    }

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

    .article__main {
        width: calc(100% - 380px);
        float: left;
        padding: 0 1.5rem 0 0;
    }

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

    .article__side {
        width: 380px;
        float: left;
        margin: 1.5rem 0 2rem;
    }

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

    .article__body--products {
        padding: 0 0 2rem;
    }

    .main-content--404 .article__body {
        padding: 0 1rem 14rem;
    }

    .article__body:before {
        width: 95%;
    }

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

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

    .article .article__excerpt:after {
        left: 0;
        transform: none;
    }

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

    .article__content .article__advert {
        float: left;
    }

    .article__content .article__advert [data-google-query-id],
    .article__content .article__advert [data-dfp="fallback"] {
        margin-right: 1.5rem;
    }
}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {
    .article__body:before {
        width: 90%;
    }

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

/** MOLECULE - ARTICLE BREADCRUMB **/

.article-breadcrumb {
    border-top: 2px solid #f7f7f7;
    position: relative;
    z-index: 6;
}

.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,
    .article-breadcrumb .sub-menu__menu,
    .article-breadcrumb {
        background: #fff;
    }

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

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

/* (laptop, 1232px and up) */
@media (min-width: 77em) {
    .article-breadcrumb .sub-menu__main {
        height: 50px;
    }
}

/* (large laptop, 1440px+) - amend for content pages */
@media (max-width: 92.5em) {

  [data-article-type="page"] {
    padding: 0 1.5rem;
  }

}

/** MOLECULE - RELATED PLAYERS **/

.related-players__single {
    position: relative;
}

.related-players__img {
    max-height: 45px;
    border-radius: 50%;
    vertical-align: middle;
}

.related-players__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

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

    .related-players__single {
        display: inline-block;
        margin-right: 1.25rem;
    }

}

/** MOLECULE - ARTICLE TAGS **/

.article__tags {
    flex-wrap: wrap;
}

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

.tags {
    position: relative;
    width: 100%;
}

.tags:before {
    content: "";
    position: absolute;
    top: 0.3rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 5rem;
    border-bottom: 2px solid #5e5e5e;
}

.tags__link {
    position: relative;
}

.tags__link:after {
    content: ",";
    color: #5e5e5e;
}

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

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

.article__excerpt .post-item__labels label > span {
    padding: 0.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 phones for a 320 - 480px) */
@media (min-width: 30em) {
    .article__meta-values {
        display: flex;
        align-items: flex-end;
    }

    .article__meta-values > * {
        flex: 0 1 50%;
    }

    .article__meta-values .article__social {
        display: flex;
        justify-content: flex-end;
    }
}

/* (tablet, 768px and up) */
@media (min-width: 48em) {
    .article__meta-values {
        align-items: center;
    }

    .article__tag-author {
        display: flex;
        align-items: center;
    }

    .article__tags {
        margin: 0;
    }

    .article__meta .post-item__labels label {
        margin-right: 1rem;
    }

    .article__tag-author p {
        margin: 0;
    }

    .article__tag-author p span {
        display: inline-block;
        font-size: 0.75rem;
        margin-left: 0.3rem;
    }
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .article__meta .post-item__labels label a:hover {
        text-decoration: none;
    }

    .tags:before {
        left: 0;
        transform: none;
    }

    .tags .tags__heading,
    .tags a {
        font-size: 0.9rem;
    }
}

/** 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: 50px;
    display: block;
}

.article__sponsor {
    justify-content: center;
}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {
    .article .article__sponsor {
        padding: 1rem 0;
    }

    .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;
    height: auto;
}

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

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

.article ol li {
    margin-bottom: 0.5rem;
    color: #191919;
}

.article__side .article__ad [data-dfp="fallback"] img {
    max-width: 300px;
}

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

    .content-page .article__main .content__image {
        padding-left: 0;
    }

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

}

/* (laptop, 1232px and up) */
@media (min-width: 62.5em) {
    .partner__header {
        padding: 2rem 3rem 0;
    }

    .partner__logo {
        width: 450px;
        float: left;
    }

    .partner__logo img {
        width: auto;
        height: 250px;
    }

    .partner__logo.Thakeham img {
        height: 100%;
        max-height: 250px;
    }

    .partner__title {
        width: calc(100% - 450px);
        float: left;
    }

    .partner__body .button {
        width: auto;
    }
}

/* 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__meta-container header,
.article--featured .article__tags .post-item__labels {
    width: 100%;
}

.article--featured .article__tags .post-item__labels label:first-of-type {
    display: inline-block;
}

.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;
}

.article--featured .article__tags {
    justify-content: center;
}

/* (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;
    }

    .article--featured .article__tags {
        align-items: center;
    }

    .article--featured .article__tags .post-item__labels {
        width: auto;
    }

    .article--featured .article__tags .post-item__labels label:first-of-type {
        display: block;
    }
}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {
    .max__article-width {
        width: 800px;
        margin: 0 auto;
        float: none;
    }

    .article--featured .article__content > *,
    .article--featured .article__footer > * {
        padding: 0 2rem;
        clear: both;
    }

    .article--featured.article .article__excerpt {
        padding: 1.5rem 2rem;
    }

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

    .article--featured .article__content > .article__image {
        padding: 0;
        margin-bottom: 2rem;
    }
}

/* 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 */

.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;
    }
}

/** MOLECULE - TICKETS MAP **/

#map {
    height: 230px;
    width: 100%;
    z-index: 10;
}

/* (tablet, 768px and up) */
@media (min-width: 48em) {
    #map {
        height: 450px;
        width: 100%;
    }
}

/*** ATOM - TICKET GALLERY CONTROLS ***/

.owl-carousel.owl-theme .owl-prev,
.owl-carousel.owl-theme .owl-next {
    padding: 0 0.5rem;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s, color 0.2s;
    -webkit-transition: background-color 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, color 0.2s;
}

.owl-carousel.owl-theme .owl-prev:hover,
.owl-carousel.owl-theme .owl-next:hover {
    color: #fff;
    background: #b40808;
}

.owl-carousel .owl-prev span,
.owl-carousel .owl-next span {
    font-size: 2rem;
    line-height: 1rem;
}

/*** ATOM - AVAILABILITY ***/

.ticket__availability {
    text-transform: uppercase;
}

.ticket__availability-good {
    color: #065b0e;
}

.ticket__availability-limited {
    color: #804000;
}

.ticket__availability-none {
    color: #ad0000;
}

/* 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;
}

/* ORGANISM - TAB CONTENT */

.tabs__content-navigation {
    overflow: hidden;
    height: 45px;
}

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

[data-tab-nav="tab-content"] {
    font-size: 0;
    margin: 0;
}

[data-tab-nav="tab-content"] .tab {
    background: #e4e4e4;
    font-size: 1rem;
    border: 1px solid #f7f7f7;
    border-width: 0 1px;
    padding: 0.8rem 1.5rem;
    border-radius: 5px 5px 0 0;
    max-height: 45px;
}

[data-tab-nav="tab-content"] .tab-nav-active {
    background: #fff;
}

[data-tab-nav="tab-content"] .tab-nav-active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: #5e5e5e;
}

[data-tab-content="tab-content"] [data-content] {
    width: 100%;
    padding: 1.5rem;
}

[data-tab-left],
[data-tab-right] {
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 45px;
    padding: 0 1rem;
    font-size: 1.25rem;
    border: none;
}

[data-tab-left] {
    left: 0;
}

[data-tab-right] {
    right: 0;
}

#mobile-accordion.mobile-content {
    display: block;
}

.tab-layout .desktop-content {
    display: none;
}

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

    .tabs__content-navigation {
        padding-left: 0;
    }

    [data-tab-content="tab-content"] [data-content] {
        padding: .5rem 1.5rem;
    }

    [data-tab-left]:hover,
    [data-tab-right]:hover {
        background: #828282;
    }

    #mobile-accordion.mobile-content {
        display: none;
    }

    .tab-layout .desktop-content {
        display: block;
    }
}

/* ORGANISM - GALLERY */

.nanogallery_theme_default #nanoGalleryViewer .toolbar .label {
    white-space: normal;
}

/* ORGANISM - TICKETS */

/** MOLECULE - TICKET HEADER **/

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

.ticket__category .post-item__labels {
    position: relative;
    bottom: 0;
    left: 0;
}

.ticket__countdown .countdown__block {
    display: inline;
    padding: 0.3rem 0.4rem 0.1rem;
    margin-right: 0.3rem;
    background: #dadada;
    color: #000;
    border-radius: 5px;
    font-size: 1.1rem;
}

.ticket__meta-item {
    position: relative;
    line-height: 1.4rem;
}

.ticket__meta-item i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.4rem;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .ticket__header-wrapper {
        display: flex;
    }

    .ticket__featured {
        width: calc(100% - 400px);
    }

    .ticket__information {
        width: 400px;
        padding: 0.5rem 2rem;
    }

    .ticket__information h1 {
        font-size: 1.55rem;
        line-height: 1.95rem;
        margin: 1rem 0 0;
    }

    .ticket__information > p {
        font-size: 0.8rem;
    }

    .ticket__meta-item {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }

    .ticket__countdown {
        margin: 2.5rem 0 0;
    }

    .ticket__meta {
        margin: 1rem 0 0;
    }
}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {
    .ticket__availability {
        display: block;
    }

    .ticket__availability .button {
        font-size: 1.2rem;
        font-weight: 600;
        text-align: center;
        width: 100%;
        margin: 0;
    }
}

/* (laptop, 1500px and up) */
@media (min-width: 93.75em) {
    .ticket__header-wrapper {
        align-items: center;
    }

    .ticket__information {
        padding: 2rem;
    }
}

/** MOLECULE - TICKET NAVIGATION **/

.ticket__navigation {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 -4px 30px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -4px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 30px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: 50px;
    display: none;
}

.ticket__navigation-container {
    height: 75px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: flex;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.ticket__navigation-container .ticket__navigation-item {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.ticket__navigation-container
    .ticket__navigation-item[data-anchor="hospitality"] {
    background-color: #f0b030;
    padding: 0 1rem;
}

.ticket__navigation-container .ticket__navigation-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #b40808;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.ticket__navigation-container .ticket__navigation-item:hover:after,
.ticket__navigation-container .ticket__navigation-item.active:after {
    width: 100%;
}

.ticket__content,
.ticket__content-mobile {
    width: 100%;
    float: left;
}

.ticket__content {
    display: none;
}

.accordion-parent .panel-heading.ticket__panel-hospitality,
.accordion-parent .ticket-content-hospitality + .panel-heading
{
    border-top-color: #f0b030;
}

.accordion-parent .panel-heading.ticket__panel-hospitality a:before {
    color: #f0b030;
}


/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .ticket__navigation {
        height: 60px;
        overflow: hidden;
        display: block;
    }

    .ticket__navigation-container .ticket__navigation-item {
        font-size: 0.85rem;
        height: 60px;
    }

    .ticket__content-mobile {
        display: none;
    }

    .ticket__content {
        display: block;
    }

}

/** MOLECULE - TICKET OVERVIEW **/

.ticket__section {
    width: 100%;
    float: left;
    margin-bottom: 1rem;
    clear: both;
}

.ticket__section:focus {
    outline: none;
}

.ticket__content .ticket__section:nth-child(2n)
.ticket__content-mobile .ticket__section:nth-child(2n) {
    background: #fff;
}

.ticket__abstract {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.ticket__abstract p {
    margin-top: 0;
}

.ticket__section .accordion-parent .panel-heading {
    background: transparent;
}

.ticket__hospitality {
    border-left: 3px solid #f0b030;
}

.button-hospitality {
    background: #f0b030;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.ticket__content-mobile .panel-collapse.in {
    display: inline-block;
    width: 100%;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .ticket__navigation-container,
    .ticket__gallery > h4 {
        width: 1600px;
        margin: 0 auto;
        float: none;
    }

    .ticket__section {
        padding: 1rem;
        margin-bottom: 2rem;
    }

    .ticket__section--full-width {
        width: 100%;
        float: left;
    }

    .ticket__section > h4 {
        padding: 0;
    }

    .ticket__abstract {
        padding: 2rem 0 0;
    }
}

/** MOLECULE - TICKET DIRECTIONS **/

.ticket__directions {
    margin: 0;
    display: none;
}

.ticket__directions ul {
    list-style: disc;
    padding-left: 2.5rem;
}

.ticket__directions ul li:before {
    display: none;
}

.ticket__directions ul li {
    color: #000;
    margin-bottom: 0.8rem;
}

.ticket__map iframe {
    width: 100%;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .ticket__map-contents {
        display: flex;
    }

    .ticket__map {
        flex: 0 1 70%;
        max-width: 70%;
    }

    .ticket__address {
        flex: 0 1 30%;
        max-width: 30%;
    }

    .ticket__directions {
        display: block;
    }

    .ticket__directions-mobile {
        display: none;
    }
}

/** MOLECULE - TICKET FOOD & DRINK **/

.ticket__nearby p:last-of-type {
    margin-bottom: 0;
}

[data-image="true"] .ticket__nearby-content,
[data-image="true"] .ticket__accommodation-info {
    width: 90%;
    margin: -2.5rem 0 0 5%;
    background: #fff;
    position: relative;
    z-index: 5;
    padding: 1rem;
}

[data-image="true"] .ticket__nearby-content h3 {
    margin-top: 0;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .ticket__nearby {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ticket__nearby-block {
        flex: 0 1 49%;
        max-width: 49%;
        margin-bottom: 1rem;
    }
}

/** MOLECULE - TICKET ACCOMMODATION **/

.ticket__accommodation-content .button {
    width: 100%;
    max-width: 450px;
    padding: 0.6rem 1.8rem;
    margin: 0 auto;
    font-size: 0.9rem;
    font-weight: normal;
    text-align: center;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .ticket__accommodation-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ticket__accommodation-block {
        flex: 0 1 49%;
        max-width: 49%;
        margin-bottom: 1rem;
    }

    .ticket__accommodation-content .button {
        width: auto;
    }
}

/** MOLECULE - TICKET NEWS **/

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .ticket__section--news .aggregator {
        margin-bottom: 5rem;
    }
}

/** MOLECULE - TICKET NEWS **/

.tickets__fixed-booking {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 60;
}

.tickets__fixed-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tickets__fixed-meta .button {
    padding: 0.3rem 1rem;
    font-size: 0.85rem;
    font-weight: normal;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .tickets__fixed-booking {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem;
    }

    .tickets__fixed-booking h2 {
        display: block;
        font-size: 1.425rem;
        line-height: 1.925rem;
    }

    .tickets__fixed-meta {
        padding: 0;
    }

    .tickets__fixed-meta .button {
        margin-left: 1rem;
    }
}

/** ORGANISM - PRODUCTS **/

.product__section {
    clear: both;
}

/** MOLECULE - PRODUCT CONTENT **/
[data-logo] {
    display: flex;
    flex-wrap: wrap;
}

[data-logo] .product__logo {
    order: 2;
}

[data-logo] .product__text {
    order: 1;
}

.product__section[data-advert-type="banner"] .product__advert {
    margin: 2rem 0 3rem;
}

/* (tablet, 768px and up) */
@media (min-width: 48em) {
    [data-logo] {
        flex-wrap: nowrap;
    }

    [data-logo] .product__logo {
        order: 2;
        width: 350px;
    }

    [data-logo] .product__text {
        order: 1;
        width: calc(100% - 350px);
        padding-right: 1.5rem;
    }

    .product__logo .more-news__list-item {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .product__section[data-advert-type="mpu"] {
        display: flex;
    }

    .product__section[data-advert-type="mpu"] .product__text {
        width: calc(100% - 300px);
        padding-right: 2.5rem;
    }

    .product__section[data-advert-type="mpu"] .product__advert {
        width: 300px;
    }
}

/** MOLECULE - PRODUCT NETBALL FINDER **/

.finder__sponsors {
    max-width: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.finder__sponsor {
    flex: 1 1 auto;
}

.finder__sponsor img {
    max-width: 100px;
    height: auto;
}

.finder__input {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #a4a4a4;
}

.finder__button {
    cursor: pointer;
    background: #00B8C8 !important;
}

/* (tablet, 768px and up) */
@media (min-width: 48em) {
    .finder__input {
        width: 35%;
    }
}

/** MOLECULE - PRODUCT EMBED **/

.product__embed {
    margin: 2rem auto;
}

/** MOLECULE - PRODUCT TESTIMONIALS **/

.product__testimonial {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product__testimonial-image {
    border-radius: 100%;
    overflow: hidden;
    max-width: 140px;
}

.product__testimonial blockquote {
    margin: 0.5rem 0;
    width: 100%;
}

.product__testimonial blockquote:before {
    display: none;
}

.product__testimonial blockquote p {
    margin: 0;
    position: relative;
}

.product__testimonial blockquote p:before {
    content: "";
    position: absolute;
    left: -80px;
    top: 0;
    width: 40px;
    height: 30px;
    padding: 0 1rem;
    background: transparent url(assets/img/blockquote.svg) no-repeat center
        center / contain;
}

.product__testimonial cite {
    text-align: center;
    font-style: normal;
}

.product__testimonial cite p {
    font-weight: bold;
}

.product__testimonial .owl-carousel .owl-nav button.owl-prev,
.product__testimonial .owl-carousel .owl-nav button.owl-next {
    color: #000;
}

.ticket .owl-next,
.ticket .owl-prev {
    font-size: 3rem;
    transition: color 0.25s ease;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
}

.ticket .owl-next:hover,
.ticket .owl-prev:hover {
    background: none;
    color: #b40808;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .product__testimonial-image {
        position: relative;
        z-index: 10;
    }

    .product__testimonial blockquote {
        margin: -1.5rem 0 0.5rem;
        padding-top: 3.5rem;
    }

    .product__testimonial blockquote p {
        text-align: center;
    }
}

/** MOLECULE - PRODUCT FAQS **/

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .product__accordion {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product__accordion .accordion__child {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

/* ORGANISM - COURSES */

/** MOLECULE - COURSES SIDEBAR **/

.courses__intro-finder .netball__finder-form label {
    display: block;
}

.courses__intro-finder .netball__finder-form input::placeholder {
    color: #000;
    opacity: .75;
}



.courses__intro-finder .netball__finder-form {
    max-width: 350px;
}

.courses__intro-sidebar,
.posts__intro-sidebar {
    margin-top: 3rem;
}

.single-play .product__content.active-sidebar {
    display: flex;
    flex-direction: column-reverse;
}

@media (min-width: 30em) {

    .courses__intro-finder .netball__finder-form label {
        margin-bottom: .5rem;
        text-align: left;
    }

    .netball__input-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .courses__intro-finder .netball__finder-form input {
        margin: 0;
    }

    .courses__intro-finder .netball__finder-form .netball__finder-submit {
        flex: 0 1 150px;
        width: auto;
        padding: 0 1.25rem;
        margin: 0 0 0 .5rem;
    }

}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {
    .courses__intro {
        margin-top: 1.5rem;
    }

    .courses__intro-wrapper,
    .course__content-inner {
        display: flex;
    }

    .single-play .product__content.active-sidebar {
        flex-direction: unset;
    }

    .single-play .active-sidebar .article__body--products {
        width: calc(75% - 1rem);
    }

    .single-play .posts__intro-wrapper {
        padding-top: 2rem;
        width: 25%;
    }

    .single-play .posts__intro-wrapper .posts__intro-sidebar {
        width: 100%;
        margin-top: 1rem;
    }

    .courses__intro-text,
    .course__content-text,
    .posts__intro-text {
        width: calc(100% - 345px);
        padding-right: 4rem;
    }

    .courses__intro-sidebar,
    .course__content-image {
        width: 345px;
        margin-top: 1rem;
    }

    .courses__intro-text,
    .posts__intro-text {
        order: 1;
    }

    .courses__intro-sidebar,
    .posts__intro-sidebar  {
        order: 2;
        margin-top: 0;
    }

    .course__content-inner {
        align-items: center;
    }

    .course__content-image {
        margin: 0;
    }
}

/** MOLECULE - MODALS **/

.modal-dialog--centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

/* ORGANISM - CONTACT */

.contact__content-enquiries a,
.contact__content--accordion .accordion__content a {
    color: #000;
    font-weight: 400;
    text-decoration: underline;
}

.contact__content-enquiries p,
.contact__content--accordion .accordion__content p {
    line-height: 1.8rem;
}

/* (laptop, 1366px and up) */
@media (min-width: 85.375em) {
    .contact .social-share {
        margin-bottom: 1.5rem;
    }

    .contact__content--text-area h2 {
        margin-top: 0;
    }

    .contact__content--text-area {
        width: 340px;
        float: left;
    }

    .contact__content--map {
        width: calc(100% - 340px);
        float: left;
    }

    .contact__content--map #map {
        height: 380px;
    }

    .contact__content--enquiries,
    .contact__content--accordion {
        width: 100%;
        float: left;
    }

    .contact__content--enquiries {
        display: flex;
        justify-content: space-between;
    }

    .contact__content-enquiries {
        flex: 0 1 32%;
        margin: 0;
    }

    .contact__content-enquiries h3 {
        margin-top: 0;
        font-size: 1.4rem;
        line-height: 1.7rem;
    }

    .contact__content-enquiries p {
        margin-bottom: 0;
    }
}

/* ORGANISM - FINDER AREA */
.home .netball__finder {
    padding: 0;
    background: #f7f7f7;
}

.netball-finder__container {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    max-height: 325px;
    position: relative;
}

.netball__finder-block {
    display: inline-block;
    margin: 0 auto;
    padding: 1.5rem;
    background: #fff;
    border-radius: 50%;
    min-width: 350px;
    height: 350px;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.netball__finder-block .subheading {
    margin-top: -1rem;
}

.netball__finder-form {
    text-align: center;
}

.netball__finder-form input {
    background: transparent;
    border: none;
    color: #000;
    background: #EFEFEF;
    width: 90%;
    max-width: 460px;
    min-height: 30px;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    font-family: "Gotham", Arial, sans-serif;
}

.netball__finder-form input::placeholder {
    color: #000;
    opacity: 1;
}

.netball__finder-form label {
    display: none;
}

.netball__finder-form .finder__button {
    padding: 0.4rem 1.5rem;
}

.product__netball-heading {
    margin-bottom: 0;
}

.netball__finder-form .finder__button.selected {
    background: #1D1D1B !important;
}

.product__netball-input .finder__button {
    background-color: #000;
}

.product__netball-input .finder__button.selected {
    background-color: #b40808;
}

.netball__finder-form .netball__finder-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    margin: 0 auto 1rem;
    color: #fff;
    background: #1D1D1B !important;
    cursor: pointer;
    border: none !important;
}

.netball__finder-form .netball__finder-submit:hover,
.netball__finder-form .netball__finder-submit:hover:before {
    color: #fff !important;
    background: #5e5e5e !important;
}

.netball__finder-sponsor {
    font-size: .75rem;
}

.netball__finder-sponsor a {
    display: flex;
    align-items: center;
}

.netball__finder-sponsor p {
    margin-right: .5rem;
}

/* ORGANISM - FINDER AREA - DESKTOP */

@media (min-width: 85.375em) {
    .netball__finder-form .netball__finder-submit {
        cursor: pointer;
    }

    .netball__finder-form .netball__finder-submit:hover {
        border-color: #b40808;
    }

    .netball__finder-form .netball__finder-submit:hover,
    .netball__finder-form .netball__finder-submit:hover:before {
        background-color: #fff;
        color: #b40808;
    }

    .netball__finder-form .finder__button {
        padding: 0.4rem 2rem;
    }

    .netball__finder-form .finder__button:hover {
        border-color: #b40808;
        background: #fff;
    }

    .netball__finder-form .finder__button:hover:before {
        background: #fff;
    }
}

/* SPONSORS SECTION */

.sponsor-index__image {
    width: 100%;
    display: flex;
    align-content: space-between;
    overflow: none;
    flex-wrap: wrap;
    justify-content: center;
}

.sponsor-index__section {
    border-bottom: 1px solid #eee;
}

.sponsor-index__section:last-of-type {
    border-bottom: none;
}

.sponsor-index__logo {
    flex: 0 1 50%;
    align-self: center;
}

.sponsor-index__logo a {
    height: 100%;
    display: block;
}

.sponsor-index__logo a img {
    width: 100%;
    padding: 1.5rem;
    border: 2px solid #eee;
    border-radius: 8px;
}

@media(min-width: 48em) {
    .sponsor-index__logo {
        flex: 0 1 18.5%;
        margin: 0 1rem;
    }

    /*
    * Finders Block
    */
    .netball__finder-block {
        min-width: 650px;
        height: 650px;
    }
}

/* ORGANISM - MORE NEWS SECTION */
.more-news__list-item {
    position: relative;
}

.more-news__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.feature__header {
    height: 60vh;
}

.feature__header--half-height {
    height: 35vh;
}

/* ORGANISM - NSL FIXTURES */
.nsl-fixtures {
    padding: 0 1rem;
}

.nsl-fixtures .fixtures__block {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}

.nsl-fixture-header {
    border-left: solid 3px #b40808;
}

.nsl-fixtures .fixtures__meta {
    width: 100%;
    margin: 0;
    padding: 1rem;
}

@media (min-width: 48em) {

    .nsl-fixtures .fixture-block {
        padding: 0 1rem;
    }

    .nsl-fixtures .fixtures__meta {
        margin: 1rem 0 0;
        padding: 0;
    }

}

/* ORGANISM - CLUB TICKET CONTENT */
.club-ticket-container {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 7rem;
}

.club-ticket-overlay,
.club-ticket-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.club-ticket-overlay {
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}

.club-ticket-content {
    position: relative;
    z-index: 2;
}

.club-ticket-content h2 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.4rem;
    margin-bottom: 0;
}

.club-ticket-content p > a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}

.club-ticket-content-wrapper {
    padding: 1rem 2rem;
}

/* Club Ticket Content - Tablet */

@media (min-width: 48em) {

    .club-ticket-content h2 {
        line-height: 5.4rem;
    }

    .club-ticket-content-wrapper {
        border-left: 3px solid #b40808;
        padding-left: 1rem;
    }

}

/* ORGANISM - TICKET INDEX TEMPLATE */
.club-tickets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1rem;
}

.club-ticket {
    flex: 1 1 100%;
    margin: 0 0 1rem;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}

.club-ticket-logo-image {
    max-width: 120px;
    height: auto;
}

/* Ticket Index template - Tablet */
@media (min-width: 48em) {

    .club-ticket {
        flex: 1 1 42%;
        margin: 0 1rem 2rem;
    }

}

/* Ticket Index template - Desktop (1000px up) */
@media (min-width: 62.5em) {

    .club-ticket-header {
        padding: 0 1rem;
    }

    .club-ticket {
        flex: 1 1 18%;
    }

}

/* Organism - Documents */
.document-search {
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
}

.document-search:focus {
    border: 1px solid rgba(176, 42, 44, .95);
}

.document-clear {
    width: 100%;
}

[data-document-clear] {
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

[data-document-filter-list] [data-document-category] {
    padding: .5rem 1rem;
}

.article__main [data-document-filter-list] {
    padding: 0;
}

.article__main [data-document-filter-list]::before {
    top: -0.6rem;
}

.document-container {
    width: 100%;
}

.document-item {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}

.document-title,
.document-link {
    flex: 1 1 100%;
}


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

    .document-title {
        flex: 1 1 68%;
        text-align: left;
        margin: 0;
    }

    .document-link {
        flex: 1 1 29%;
        text-align: right;
    }

}

/* Desktop @media query needed in production */
.document-download:hover,
[data-document-clear]:hover,
.document-download:focus,
[data-document-clear]:focus {
    text-decoration: none;
    background: #f3f3f3;
    color: #b40808;
    outline: none;
}

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

.article__document--download-title {
    display: none;
}

.article__document--download-title,
.article__document--download-link {
    flex: 1 1 auto;
}

.article__document--download-link {
    text-align: center;
}

.article__document--download-link a:hover {
    text-decoration: none;
    color: #ad0000;
    background-color: #f3f3f3;
}

/* Tablet+ - Document Download */
@media (min-width: 48em) {

    .article__document--download {
        background: #fff;
    }

    .article__document--download-link {
        text-align: right;
    }

    .article__document--download-title {
        display: block;
        font-weight: bold;
    }

}

/* Play page finder */

.posts__intro-finder .product__finder,
.posts__intro-finder .product__netball-input,
.posts__intro-finder .product__finder h2 {
    margin: 0 !important;
    padding: 0 !important;
}

.posts__intro-finder .netball-finder__container {
    background: #fff !important;
}

.posts__intro-finder .netball__finder-block {
    height: 225px !important;
}