/* !TOP LEVEL ELEMENTS */

/* !ORGANISMS */

/**********************************
    ORGANISM - MATCH SUMMARY
**********************************/

    .matchSummary-block .matchSummary-heading {
        margin: 0 0 1rem
    }

    .matchSummary-block .statsSummary-teama,
    .matchSummary-block .statsSummary-teamb {
        width: 50%;
        float: left;
    }

    .matchSummary-block .statsSummary-teamb {
        text-align: right;
    }

    .matchSummary-block .statsSummary-teama img,
    .matchSummary-block .statsSummary-teamb img {
        width: 50px;
        height: 50px;
    }

    .matchSummary-block .match-summary-widget {
        width: 100%;
        float: left;
        margin-top: -1rem;
    }

    .matchSummary-block .match-summary-widget .matchEvent {
        position: relative;
        width: 100%;
        float: left;
    }

    .matchSummary-block .match-summary-widget .matchEvent:after {
        content: '';
        height: 100%;
        width: 1px;
        background: #aaaaaa;
        position: absolute;
        left: 50%;
        top: 0;
        z-index: 0;
    }

    .matchSummary-block .match-summary-widget .matchEvent-header p {
        text-align: center;
        margin: 0;
        font-size: .8rem;
        font-weight: 600
    }

    .matchSummary-block .match-summary-widget .matchEvent-header p span {
        background: white;
        display: inline-block;
        padding: .1rem 1rem;
        border-radius: 100px;
        position: relative;
        z-index: 5;
        color: #000000;
    }

    .matchSummary-block .match-summary-widget .matchEvent-inner {
        width: 100%;
        float: left;
    }

    .matchSummary-block .match-summary-widget .matchEvent-inner .teamAEvent,
    .matchSummary-block .match-summary-widget .matchEvent-inner .teamBEvent {
        width: 50%;
        float: left;
        min-height: 1px;
        color: #777;
        font-size: 0.8125rem;
        padding: 0 1.5rem;
        font-weight: 500
    }

    .matchSummary-block .match-summary-widget .matchEvent-inner .teamAEvent {
        text-align: right;
    }

    .matchSummary-block .match-summary-widget .matchEvent-inner p span {
        color: #000000;
        font-weight: 500;
    }


/**********************************
    ORGANISM - MATCH TIMELINE
**********************************/


    .matchTimeline-block .timeline-container  .timelineHeading {
        text-align: center;
        color: #444444;
        font-weight: 500;
        font-size: .7rem
    }

    .matchTimeline-block .timeline-container .timeline-event-teama,
    .matchTimeline-block .timeline-container .timeline-event-teamb {
        min-height: 1px;
        width: 100%;
        float: left;
        position: relative;
        font-size:  0.8rem;
        padding-bottom: 1rem
    }

    .matchTimeline-block .timeline-container .timeline-event-teama:after,
    .matchTimeline-block .timeline-container .timeline-event-teamb:after {
        content:'';
        width: 1px;
        height: 100%;
        background: #aaaaaa;
        position: absolute;
        left: 50%;
        top: 0;
        z-index: 0;
    }

    .matchTimeline-block .timeline-container .timeline-event-teama {
        text-align: right;
    }

    .matchTimeline-block .timeline-container .timeline-event-teama .timeline-detail,
    .matchTimeline-block .timeline-container .timeline-event-teamb .timeline-detail {
        width: 50%;
        float: left;
        min-height: 1px;
        position: relative;
        z-index: 5
    }

    .matchTimeline-block .timeline-container .timeline-event-teama .timeline-detail {
        padding-right: 2.5rem;
    }

    .matchTimeline-block .timeline-container .timeline-event-teamb .timeline-detail {
        margin-left: 50%;
        padding-left: 2.5rem;
    }

    .matchTimeline-block .timeline-container .timeline-event .timeline-score {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        text-align: center;
        z-index: 5
    }

    .matchTimeline-block .timeline-container .timeline-event .timeline-score p {
        display: inline-block;
        margin: 0
    }

    .matchTimeline-block .timeline-container .timeline-event .timeline-score p span {
        background: #bbbbbb;
        width: 44px;
        height: 22px;
        color: white;
        font-weight: 800;
        display: inline-block;
        line-height: 22px;
    }

    .matchTimeline-block .timeline-container .timeline-event .timeline-score p .teamA-score {
        display: inline-block;
        background: black;
        font-weight: 800;
        color: white;
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

    .matchTimeline-block .timeline-container .timeline-event .timeline-score p .teamB-score {
        display: inline-block;
        background: #888888;
        font-weight: 800;
        color: white;
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

    .matchTimeline-block .timeline-container .timeline-event .timeline-detail .timeline-points p {
        font-weight: 600;
        color: #000000;
        margin: 0;
    }

    .matchTimeline-block .timeline-container .timeline-event .timeline-detail .timeline-points p .dismiss-card,
    .matchTimeline-block .timeline-container .timeline-event .timeline-detail .timeline-points p .booking-card {
        font-weight: 600;
        font-style: italic;
    }

    .matchTimeline-block .timeline-container .timeline-event .timeline-detail .timeline-points p span {
        font-weight: 500;
        font-style: normal;
        color: #000000;
    }

    .matchTimeline-block .timeline-container .timeline-event .timeline-detail .timeline-player {
        color: #777777;
    }

    .matchTimeline-block .timeline-container .timeline-event .timeline-detail .timeline-player p {
        margin: 0
    }

    .matchTimeline-block .timeline-container .timeline-event .timeline-detail .timeline-player .off-player {
        color: #b60808;
    }

    .matchTimeline-block .timeline-container .timeline-event .timeline-detail .timeline-player .on-player {
        color: #066d16;
    }

    .booking-card + .tooltip > .tooltip-inner {
        background-color: gold;
        color: black;
        font-weight: 600;
        text-transform: uppercase;
        font-style: italic;
        font-size: .7rem
    }

    .booking-card + .tooltip > .tooltip-arrow {
        border-top-color: gold;
    }

    .dismiss-card + .tooltip > .tooltip-inner {
        background-color: #ff4700;
        color: white;
        font-weight: 600;
        text-transform: uppercase;
        font-style: italic;
        font-size: .7rem
    }


    .dismiss-card + .tooltip > .tooltip-arrow {
        border-top-color: #ff4700;
    }


/**********************************
    ORGANISM - MATCH COMMENTARY
**********************************/

    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details {
        background: white;
        border: 1px solid #d6d6d6;
        width: 100%;
        float: left;
        padding: .8rem 1rem;
        margin-bottom: .8rem
    }

    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details p {
        margin: 0;
    }

    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item {
        width: 100%;
        float: left;
        border-bottom: 1px solid #d6d6d6;
        display: inline-flex;
        align-items: center;
        padding: .8rem 0;
    }

    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item .matchCommentary-time {
        width: 45px;
        font-size: .85rem;
        font-weight: 500;
        float: left;
        color: #000000;
    }

    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item .matchCommentary-description {
        font-size: .85rem;
        width: calc(100% - 45px);
        float: left;
        padding-left: 2rem;
        position: relative;
    }

    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.pen .matchCommentary-description,
    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.drop .matchCommentary-description,
    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.pentry .matchCommentary-description,
    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.conv .matchCommentary-description,
    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.try .matchCommentary-description {
        color: #000000;
    }

    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item .matchCommentary-description:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.pen .matchCommentary-description:before,
    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.drop .matchCommentary-description:before,
    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.pentry .matchCommentary-description:before,
    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.conv .matchCommentary-description:before,
    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.misspen .matchCommentary-description:before,
    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.missdrop .matchCommentary-description:before,
    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.missconv .matchCommentary-description:before {
        content: '\e916';
        font-family: 'icomoon';
    }

    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.try .matchCommentary-description:before {
        content: '\e900';
        font-family: 'icomoon';
    }

    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.sub .matchCommentary-description:before,
    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.temp .matchCommentary-description:before {
        content: "\e90f";
        font-family: 'icomoon';
    }

    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.booking .matchCommentary-description:before,
    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.dismiss .matchCommentary-description:before  {
        content: "\e910";
        font-family: 'icomoon';
    }

    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.sub .matchCommentary-description span,
    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.temp .matchCommentary-description span {
        display: block;
    }

    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.temp .matchCommentary-description .sub-heading  {
        font-size: .8rem;
    }

    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item.temp .matchCommentary-description .sub-heading span {
        display: inline-block;
        font-size: .75rem;
    }

    .match-CommentaryContainer .matchCommentaryInner .matchCommentary-details .matchCommentary-item .matchCommentary-description .commentaryType {
        font-weight: 600;
    }


/************************************
    ORGANISM - LINEUPS - AUTOMATIC
*************************************/

    select.lineups-select {
        width: 180px;
    }

    .lineups-Container,
    .lineups-Container .lineups-inner {
        width: 100%;
        float: left;
    }

    .lineups-Container {
        background: white;
        padding: 0 1.5rem;
        margin-top: 1rem;
        margin-bottom: 4rem;
    }

    .lineups-Container .lineups-inner {
        margin: 1rem 0 2rem;
        border-top: 1.5px solid #000000;
        padding-top: 3rem;

    }

    .lineups-Container .lineups-inner:nth-child(1) {
        border: 0;
        padding-top: 0;
        margin: 1rem 0 2.5rem;
    }

    .lineups-Container .lineups-inner .fixteams .teamA-info,
    .lineups-Container .lineups-inner .fixteams .teamB-info,
    .lineups-Container .lineups-inner .fixteams .team-Score,
    .lineups-Container .lineups-inner .fixteams .team-verses {
        display: block;
        font-weight: 600;
        font-size: 1.7rem;
        text-align: center;
        color: #444444;
    }

    .lineups-Container .lineups-inner .fixteams .team-verses,
    .lineups-Container .lineups-inner .fixteams .team-Score {
        font-size: 1.5rem;
        margin: .8rem 0;
    }

    .lineups-Container .lineups-inner .fixteams .team-Score {
        padding: 0 1.5rem
    }

    .lineups-Container .lineups-inner .fixteams .teamA-info > div,
    .lineups-Container .lineups-inner .fixteams .teamB-info > div {
        display: inline-block;
    }

    .lineups-Container .lineups-inner .fixmeta {
        width: 100%;
        float: left;
        text-align: center;
        margin:1.5rem 0 0
    }

    .lineups-Container .lineups-inner .fixmeta > div {
        display: inline-block;
        padding: 0 1rem;
    }

    .lineups-Container .lineups-inner .lineups-Teams {
        width: 100%;
        float: left;
    }

    .lineups-Container .lineups-inner .lineups-Teams .lineups-teamA,
    .lineups-Container .lineups-inner .lineups-Teams .lineups-teamB {
        width: 100%;
        float: left;
    }

    .lineups-Container .lineups-inner .lineups-Teams .lineups-teamA .lineupsA-name,
    .lineups-Container .lineups-inner .lineups-Teams .lineups-teamB .lineupsB-name {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: .8rem;
    }

    .lineups-Container .lineups-inner .lineups-Teams ul {
        list-style: none;
        padding: 0
    }

    .lineups-Container .lineups-inner .lineups-Teams .lineups-teamA .lineupsA-logo,
    .lineups-Container .lineups-inner .lineups-Teams .lineups-teamB .lineupsB-logo {
        padding: 2rem 0;
        text-align: center;
    }

    .lineups-Container .lineups-inner .lineups-Teams .lineups-teamA .lineupsA-info,
    .lineups-Container .lineups-inner .lineups-Teams .lineups-teamB .lineupsB-info {
        padding: 0 1.5rem;
        font-weight: 500
    }

    .lineups-Container .lineups-inner .lineups-Teams li {
        padding: .5rem 0;
        display: inline;
        font-weight: 500;
    }

    .lineups-Container .lineups-inner .lineups-Teams li:before {
        display: none;
    }

    .lineups-Container .fixmeta-bottom {
        width: 100%;
        float: left;
        margin-top: 1rem;
    }

    .lineups-Container .fixmeta-bottom p {
        margin: 0 0 .5rem;
    }

    .lineups-Container .lineups-inner .fixmeta-bottom .fix-tv-container .fix-tv-image {
        display: inline-block;
    }

    .lineups-Container .lineups-inner .fixmeta-bottom .fix-tv-container .fix-tv-image p::after {
        content: ',';
    }

    .lineups-Container .lineups-inner .fixmeta-bottom .fix-tv-container .fix-tv-image:nth-last-child(1) p::after {
        display: none;
    }


/**********************************
    ORGANISM - MATCH LINEUPS
**********************************/

    .matchLineups .matchLineups-key {
        width: 100%;
        float: left;
        background: white;
        text-align: left;
        padding: 0 1rem .8rem;
    }

    .matchLineups .matchLineups-key .key-heading {
        font-weight: 600;
        text-transform: none;
        font-size: .85rem;
        text-align: center;
        text-decoration: underline;
    }

    .matchLineups .matchLineups-key .key-block {
        width: 50%;
        float: left;
        margin: 0 0 .4rem
    }

    .matchLineups .matchLineups-key .key-block .key-letter {
        display: inline-block;
        width: 25px;
        height: 25px;
        background: black;
        font-weight: 800;
        color: white;
        text-align: center;
        line-height: 25px;
        font-size: .8rem;
    }

    .matchLineups .matchLineups-key .key-block .key-word {
        font-weight: 600;
        text-transform: none;
        font-size: .85rem;
    }

    .matchLineups .matchLineups-nav {
        margin: 1rem 0;
        text-align: center;
        width: 100%;
        float: left;
        padding: 0 1.5rem;
    }

    .matchLineups .matchLineups-nav a {
        display: inline-block;
        width: 50%;
        float: left;
        color: #858585;
        font-weight: normal;
        font-size: .9rem;
        padding: .5rem 0;
        border: 1px solid #b28d23;
    }

    .matchLineups .matchLineups-nav a:nth-child(1) {
        border-radius: 10px 0 0 10px;
    }

    .matchLineups .matchLineups-nav a:nth-child(2) {
        border-radius: 0 10px 10px 0;
    }

    .matchLineups .matchLineups-nav a.tab-nav-active {
        background: #b28d23;
        color: black;
        text-decoration: none;
    }

    .matchLineups .matchLineups-nav a:focus {
        text-decoration: none;
    }

    .matchLineups .matchLineups-flip {
        margin: .7rem 0;
        font-size: 1.2rem;
    }

    /** LINEUPS - TABLE **/

    .matchLineups-Table .table > thead > tr > th {
        background: transparent;
        border: 0;
        color: #444444;
        border-bottom: 1px solid #dddddd;
        text-transform: capitalize;
    }

    .matchLineups-Table .table > thead > tr > th a {
        color: #444444;
    }

    .matchLineups-Table .table > thead > tr > th:nth-child(1),
    .matchLineups-Table .table > tbody > tr > td:nth-child(1) {
        text-align: left;
    }

    .matchLineups-Table .table > tbody > tr > td {
        border: 0;
        font-size: .75rem;
        font-weight: 600;
        color: #777777;
    }

    .matchLineups-Table .table > thead > tr > th:nth-child(6),
    .matchLineups-Table .table > thead > tr > th:nth-child(7),
    .matchLineups-Table .table > thead > tr > th:nth-child(8),
    .matchLineups-Table .table > thead > tr > th:nth-child(9),
    .matchLineups-Table .table > thead > tr > th:nth-child(10),
    .matchLineups-Table .table > tbody > tr > td:nth-child(6),
    .matchLineups-Table .table > tbody > tr > td:nth-child(7),
    .matchLineups-Table .table > tbody > tr > td:nth-child(8),
    .matchLineups-Table .table > tbody > tr > td:nth-child(9),
    .matchLineups-Table .table > tbody > tr > td:nth-child(10) {
        display: none;
    }

    .matchLineups-Table .table > tbody > tr > td .pos-number {
        display: inline-block;
        width: 22px;
        height: 22px;
        background: black;
        font-weight: 800;
        color: white;
        text-align: center;
        line-height: 22px;
        font-size: .8rem;
    }

    .matchLineups-Table .table > tbody > tr > td .pos-name {
        display: inline-block;
        margin-left: 10px;
    }

    .matchLineups-Table .table > tbody > tr > td .pos-name a {
        color: #777777;
        font-weight: 800;
        text-transform: none;
    }

    .matchLineups-Table .table > tbody > tr > td .lineups-sub {
        display: block;
        margin-left: 35px;
        position: relative
    }

    .matchLineups-Table .table > tbody > tr > td .lineups-sub:before {
        content: "\e912";
        font-family: 'icomoon';
        margin-right: .2rem
    }

    .matchLineups-Table .table > tbody > tr > td .lineups-sub a {
        color: #666666;
        font-weight: 500;
        text-transform: none;
    }

    .matchLineups-Table .table > tbody > tr > td .lineups-sub .sub-player a span {
        font-weight: 700
    }

    .matchLineups-Table .table > tbody > tr.replacement-row > td:nth-last-child(1) {
        background: #b28d26;
        padding: .8rem .5rem;
        color: #000000;
        font-weight: bold;
    }

    .matchLineups-Table .table > tbody > tr.replacement-divide {
        height: 8px;
    }

/************************************
    ORGANISM - LINEUPS - PREVIEW
*************************************/


    .lineups-container .matchTeams {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }


.matchTeams .team-Logo {
    width: 50%;
    float: left;
    text-align: center;
}

.matchTeams img {
    width: 50px;
    height: 50px;
}

.match-Lineup .lineup-teams {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 1.5rem;
}

.match-Lineup .lineup-teams.two-subs {
    margin-bottom: 3rem;
}

.match-Lineup .lineup-teams.two-subs .sub-player:nth-child(2),
.match-Lineup .lineup-teams.three-subs .sub-player:nth-child(2) {
    bottom: -2.7rem;
}

.match-Lineup .lineup-teamA-name,
.match-Lineup .lineup-teamB-name {
    width: 50%;
    float: left;
    padding: 0 2.5rem;
    color: #444444;
    position: relative;
    z-index: 10;
}

.match-Lineup .lineup-teamA-name {
    text-align: right;
    padding: 0 2.5rem 0 0;
}

.match-Lineup p {
    margin: 0;
}

.match-Lineup .lineup-position {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    text-align: center;
}

.match-Lineup .lineup-position span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #000000;
    color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
}


.match-Lineup .lineup-teamB-name {
    text-align: left;
    padding-right: 1.5rem;
}

.match-Lineup .sub-player {
    color: #000000;
    position: relative;
    font-weight: 500;
    font-size: 0.65rem;
    position: absolute;
    bottom: -1.3rem;
    left: 2.5rem;
}

.match-Lineup .lineup-teamA-name .sub-player {
    right: 2.5rem;
    left: 0;
}

.match-Lineup .sub-player::before {
    content: '\e912';
    font-family: icomoon;
    padding-right: .4rem;
    font-weight: 600;
}

.interchanges-heading h4 {
    width: 100%;
    float: left;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85rem;
    vertical-align: middle;
    text-align: center;
    margin: 0 0 0.4rem;
}



/**********************************
    ORGANISM - AWARDS STATS
**********************************/

.statsIndex-clubStats select {
    margin-top: 1rem;
    width: auto;
}

.tournStats-tabs {
    margin: 1.5rem 0;
    padding: 0 1.5rem;
    width: 100%;
    float: left;
}

.tournStats-body {
    padding-left: .5rem;
    padding-right: .5rem;
}

.statsIndex-content .widget-dropdown {
    max-width: 100%;
    margin: 0 .5rem 1rem 0;
}

.awardsRow {
    position: relative;
}

.awardStat-items {
    margin-bottom: 1.5rem;
}

.awardStat-items .nomatches {
    text-transform: uppercase;
    text-align: center;
    margin: 2rem 0;
    font-weight: 700;
    color: black;
}

.awardStat-items .awardStat-itemInner {
    padding: 1rem;
}

.tournamentItem{
    margin-bottom: 1rem;
    width: 100%;
    float: left;
}

.widget-container .tournamentItem .widget-dropdown-season {
    width: auto;
    position: relative;
    top: 0;
    float: right;
    padding: 0;
}

.awardStat-items .awardStat-itemInner .awards-Title {
    position: relative;
}

.awardStat-items .awardStat-itemInner .awards-Title h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 .7rem;
    line-height: 1.4rem;
}

.awardStat-items .awardStat-itemInner .awards-Title h3:after {
    position: absolute;
    font-family: 'icomoon';
    font-size: 1.2rem;
    right: 0;
    top: 0;
}

.awardStat-items .awardStat-itemInner .awards-Title.played h3:after {
     content: "\e929";
}

.awardStat-items .awardStat-itemInner .awards-Title.points h3:after {
     content: "\e921";
}

.awardStat-items .awardStat-itemInner .awards-Title.try h3:after {
     content: "\e900";
}

.awardStat-items .awardStat-itemInner .awards-subTitle h5 {
    font-size: .95rem;
    font-weight: 600;
    margin: 0;
}

.awardStat-items .awardStat-itemInner .awards-stats-inner.awards-stats-top {
    padding: 1rem .8rem;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    margin: 0 0 0.8rem;
}

.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-main {
    width: calc(100% - 75px);
    float: left;
    display: inline-flex;
    align-items: center;
}

.awardStat-items .awardStat-itemInner .awards-stats-top .awards-image {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
}

.awardStat-items .awardStat-itemInner .awards-stats-top .awards-image img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.awardStat-items .awardStat-itemInner .awards-stats-top .awards-image.awards-player-headshot.teamLogo {
    border-radius: 0;
}

.awardStat-items .awardStat-itemInner .awards-stats-top .awards-image.awards-player-headshot {
    border-radius: 100%;
    border: 4px solid white;
    overflow: hidden;
}

.tournamentRow .awardStat-itemInner .awards-stats-top .awards-image.awards-player-headshot {
    border: none;
}

.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name {
    width: calc(100% - 50px);
    float: left;
    padding-left: 1rem;
}

.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name .awards-player-team-logo {
    display: none;
}

.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name h3 {
    font-size: .85rem;
    font-weight: 700;
}

.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-value {
    width: 75px;
    float: left;
    text-align: right;
}

.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-value p,
.awardStat-items .awardStat-itemInner .awards-stats-top.player-awards-stats-inner .awards-stats-value p {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.6rem;
    margin: 0
}

.awardStat-items .awardStat-itemInner .awards-stats-main {
    width: calc(100% - 70px);
    float: left;
}

.awardStat-items .awardStat-itemInner .awards-stats-main .awards-stats-name h3 {
    font-size: .85rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin: 0;
}

.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-main .awards-stats-name h3 a {
    color: #FFFFFF;
}

.awardStat-items a {
    text-decoration: none;
}

.awardStat-items .awardStat-itemInner .awards-stats-main .awards-stats-name h5.awards-player-team {
    font-size: .75rem;
    font-weight: 600;
    margin: 0;
    color: #000000;
    line-height: 1.2rem;
}

.awardStat-items .awardStat-itemInner .awards-stats-main .awards-stats-name h5.awards-player-team .awards-player-team-name:after {
    content: '/'
}

.awardStat-items .awardStat-itemInner .awards-stats-main .awards-stats-name h5.awards-player-team .awards-player-team-name:nth-last-child(1):after {
    content: '';
}


.awardStat-items .awardStat-itemInner .awards-progress .awards-progressValue {
    display: inline-block;
    background: #b28d26;
    border-radius: 5px;
    height: 10px;
}

.awardStat-items .awardStat-itemInner .awards-stats-value {
    width: 70px;
    float: left;
    text-align: right
}

.awardStat-items .awardStat-itemInner .awards-stats-value p,
.awardStat-items .awardStat-itemInner .awards-stats-top.player-awards-stats-inner .awards-stats-value p {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.2rem;
}

.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-value p {
    color: #ffffff;
}

.awardStat-items .awardStat-itemInner .awards-stats-inner {
    align-items: center;
    display: inline-flex;
    margin: .4rem 0
}

.awardStat-items .awards-stats-more {
    width: 100%;
    float: left;
    height: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative
}

.awardStat-items .awards-stats-more span {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: .8rem;
    font-weight: 600;
    height: 100%;
    line-height: 50px;
    position: relative;
    z-index: 10
}

.awardStat-items .awards-stats-more i {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 25px;
    color: #6e6e6e;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 5;
}

.awardStat-items .awards-stats-others {
    width: 100%;
    float: left;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height .3s;
    -moz-transition: max-height .3s;
    -webkit-transition: max-height .3s;
}

.awardStat-items .awards-stats-others.open {
    max-height: 200rem;
    visibility: visible;
}

.awardStat-items .awardStat-itemInner.tournamentStat-itemInner .awards-stats-main {
    position: relative;
}

.awardStat-items .awardStat-itemInner.tournamentStat-itemInner .awards-stats-top .awards-stats-main .awards-position {
    position: absolute;
    left: 0;
    top: -.5rem;
    width: 25px;
    height: 25px;
    background: #dddddd;
    border-radius: 100%;
    line-height: 27px;
    text-align: center;
    font-weight: bold;
    color: black;
}

.awardStat-items .awardStat-itemInner.tournamentStat-itemInner .awards-stats-main .awards-playerName {
    display: inline-flex;
    align-items: center;
}

.awardStat-items .awardStat-itemInner.tournamentStat-itemInner .awards-stats-main .awards-position {
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
    background: #dddddd;
    border-radius: 100%;
    color: black;
    font-weight: bold;
    position: relative;
}

.awardStat-items .awardStat-itemInner.tournamentStat-itemInner .awards-stats-main .awards-position span {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.awardStat-items .awardStat-itemInner.tournamentStat-itemInner .awards-stats-main .awards-playerName-main {
    width: calc(100% - 25px);
    float: left;
    padding-left: 1rem;
}

.tournamentRow .awardStat-items .awardStat-itemInner.tournamentStat-itemInner .awards-stats-main .awards-playerName-main {
    padding-left: 0;
}

    /** ATOM - AWARDS JOINT FIRST **/

    .awardStat-items .awardStat-itemInner.tournamentStat-itemInner .joint-first .awards-stats-main .awards-playerName-main {
        padding: 0;
    }

    .awardStat-items .awardStat-itemInner.tournamentStat-itemInner .awards-stats-main .awards-playerName .award-player-nameMain {
        width: 100%;
    }

    .awardStat-items .awardStat-itemInner .joint-first .awards-stats-inner.awards-stats-top {
        margin: 0 0 .2rem;
    }

    .awardStat-items .awardStat-itemInner .joint-first.mainStatsBlocks .awards-stats-inner.awards-stats-top {
        margin: 0 0 .8rem;
    }


/**********************************
    ORGANISM - STATISTICS INDEX
**********************************/

.statsIndex-navigation {
    padding: .6rem 0;
    margin-top: 1px;
    margin-bottom: 2rem;
}


.statsIndex-nav .tab {
    color: #989898;
    padding: 0 1.4rem 0 0;
    cursor: pointer;
}

.statsIndex-nav .tab span {
    position: relative;
}

.statsIndex-nav .tab span:after {
    content: '';
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    -webkit-transition:width .5s ease, background-color .5s ease;
    -moz-transition:width .5s ease, background-color .5s ease;
    position: absolute;
    bottom: -.8rem;
    left: 0;
}

.statsIndex-nav .tab.tab-nav-active {
    color: #000000;
}

.statsIndex-nav .tab.tab-nav-active span:after {
    width: 100%;
    background: #b28d26;
}

.statsIndex {
     -webkit-column-count: 1; /* Chrome, Safari, Opera */
     -moz-column-count: 1; /* Firefox */
     column-count: 1;
}

.clubStat-items.awardStat-items {
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    margin-bottom: .1rem;
}

.clubStat-items.awardStat-items .awardStat-itemInner .awards-Title {
    text-align: center;
}

.clubStat-items.awardStat-items .awardStat-itemInner .awards-Title h3 {
    width: 100%;
}

.clubStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-image.awards-player-headshot {
    border: 0;
    overflow: visible;
}

.playerStat-items.clubStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-image.awards-player-headshot {
    overflow: hidden;
    border: 4px solid white;
}

.clubStat-items.awardStat-items .awardStat-itemInner .joint-first .awards-stats-inner.awards-stats-top {
    margin: 0 0 0.3rem;
}

.clubStat-items.awardStat-items .awardStat-itemInner .joint-first:nth-last-child(1) .awards-stats-inner.awards-stats-top {
    margin: 0 0 .8rem;
}

.playerStat-items.awardStat-items .awardStat-itemInner.tournamentStat-itemInner .awards-stats-main .awards-playerName .award-player-nameMain {
    width: 100%;
}

.club__player-performance {
    margin-top: 4rem;
}

/**********************************
    ORGANISM - TEAM RECORDS
**********************************/


.teamRecords,
.teamRecords .teamRecords-heading,
.teamRecords .teamRecords-body,
.teamRecords .teamRecords-body .teamRecord-inner {
    width: 100%;
    float: left;
}

.teamRecords-navigation {
    margin: 1.5rem 0;
    padding: 0 1rem;
    width: 100%;
    float: left;
}

.teamRecords-nav {
    border: 1px solid #b28d26;
    border-radius: 10px;
    width: 100%;
    float: left;
}

.teamRecords-nav .tab {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: .95rem;
    padding: .3rem 0;
    color: #000000;
}

.teamRecords-nav .tab:nth-child(1) {
    border-radius: 5px 0 0 5px;
}

.teamRecords-nav .tab:nth-child(2) {
    border-radius: 0 5px 5px 0;
}

.teamRecords-nav .tab-nav-active {
    background: #b28d26;
}

.teamRecords .teamRecords-body {
    background: #FFFFFF;
    padding: .8rem;
}

.teamRecords .teamRecords-body .teamRecord-bodyHeader {
    width: 40%;
    float: left;
}

.teamRecords .teamRecords-body .teamRecord-bodyContent {
    width: 60%;
    float: left;
    text-align: right;
}

.teamRecords .teamRecords-body .teamRecord-inner {
    display: inline-flex;
    align-items: center;
    padding: .8rem .5rem;
    font-weight: 600;
}

.champions .teamRecords .teamRecords-body .teamRecord-inner:nth-child(even) {
    background-color: rgba(10, 14, 51, 0.15);
}

.challenge .teamRecords .teamRecords-body .teamRecord-inner:nth-child(even) {
    background-color: rgba(104, 39, 126, 0.15);
}

.teamRecords .teamRecords-body .teamRecord-bodyContent .teamRecord-info .comma-needed {
    position: relative;
}

.teamRecords .teamRecords-body .teamRecord-bodyContent .teamRecord-info .comma-needed:before {
    content: ', ';
}

.teamRecords .teamRecords-body .teamRecord-bodyContent .teamRecord-info .comma-needed:nth-last-child(1):before {
    content: '';
}



/* !MEDIA QUERIES */

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

    .matchTimeline-block .timeline-container .timeline-event-teama .timeline-detail {
        padding-right: 3.5rem;
        position: relative
    }

    .matchTimeline-block .timeline-container .timeline-event-teamb .timeline-detail {
        padding-left: 3.5rem;
        position: relative
    }

    .matchTimeline-block .timeline-container .timeline-event-teamb .timeline-detail .red:before {
        content: "\e91c";
        position: absolute;
        left: 2rem;
        top: 0;
        font-family: 'icomoon';
        color: #ff4700;
    }

    .champions.matchTimeline-block .timeline-container .timeline-detail .timeline-points:before {
        color: #0b0f34
    }

    .challenge.matchTimeline-block .timeline-container .timeline-detail .timeline-points:before {
        color: #68277e
    }

    .shield.matchTimeline-block .timeline-container .timeline-detail .timeline-points:before {
        color: #006061
    }

    .matchTimeline-block .timeline-container .timeline-detail .timeline-points:before {
        position: absolute;
        top: 0;
        font-family: 'icomoon';
        font-size: 1rem;
    }

    .matchTimeline-block .timeline-container .timeline-event-teama .timeline-detail .timeline-points:before {
        right: 2rem;
    }

    .matchTimeline-block .timeline-container .timeline-event-teamb .timeline-detail .timeline-points:before {
        left: 2rem;
    }

    .champions.matchTimeline-block .timeline-container .timeline-detail .booking:before,
    .challenge.matchTimeline-block .timeline-container .timeline-detail .booking:before,
    .shield.matchTimeline-block .timeline-container .timeline-detail .booking:before {
        content: "\e91c";
        color: #ffe800;
    }

    .champions.matchTimeline-block .timeline-container .timeline-detail .dismiss:before,
    .challenge.matchTimeline-block .timeline-container .timeline-detail .dismiss:before,
    .shield.matchTimeline-block .timeline-container .timeline-detail .dismiss:before {
        content: "\e91c";
        color: #ff4700;
    }

    .matchTimeline-block .timeline-container .timeline-detail .try:before {
        content: "\e900";
    }

    .matchTimeline-block .timeline-container .timeline-detail .conv:before,
    .matchTimeline-block .timeline-container .timeline-detail .drop:before,
    .matchTimeline-block .timeline-container .timeline-detail .pentry:before,
    .matchTimeline-block .timeline-container .timeline-detail .missconv:before,
    .matchTimeline-block .timeline-container .timeline-detail .misspen:before,
    .matchTimeline-block .timeline-container .timeline-detail .pen:before {
        content: '\e916';
        font-size: 1.1rem;
    }

    .matchTimeline-block .timeline-container .timeline-detail .sub:before,
    .matchTimeline-block .timeline-container .timeline-detail .temp:before {
        content: '\e90f';
    }

}

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

    .matchLineups-Table .table > thead > tr > th:nth-child(6),
    .matchLineups-Table .table > thead > tr > th:nth-child(7),
    .matchLineups-Table .table > thead > tr > th:nth-child(8),
    .matchLineups-Table .table > thead > tr > th:nth-child(9),
    .matchLineups-Table .table > thead > tr > th:nth-child(10),
    .matchLineups-Table .table > tbody > tr > td:nth-child(6),
    .matchLineups-Table .table > tbody > tr > td:nth-child(7),
    .matchLineups-Table .table > tbody > tr > td:nth-child(8),
    .matchLineups-Table .table > tbody > tr > td:nth-child(9),
    .matchLineups-Table .table > tbody > tr > td:nth-child(10) {
        display: table-cell;
    }

}

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



}


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

    .matchLineups-Table .table {
        margin-top: 1.4rem
    }

    .tournStats-body {
        width: calc(100% - 20rem);
        float: left;
    }

    .tournStats .tournStats-tabs {
        width: 20rem;
        float: right;
        padding: 0;
    }


    .matchLineups .matchLineups-key .key-block {
        width: 20%;
        margin: 0 0 1rem
    }



    /**********************************
        ORGANISM - PLAYER STATS TABLET
    **********************************/

    .stats-player-large {
        min-height: 9.5rem;
    }

    .statsIndex-content .widget-dropdown {
        position: absolute;
        right: 0.2rem;
        top: -3.5rem;
        margin-right: 0;
    }



    /***************************************
        ORGANISM - STATISTICS INDEX TABLET
    **************************************/

    .statsIndex {
        column-count:2;
        -webkit-column-count:2;
        -moz-column-count:2;
    }


    /**********************************
        ORGANISM - TEAM RECORDS TABLET
    **********************************/

    .teamRecords {
        position: relative;
        margin: 1.5rem 0 0;
    }

    .teamRecords-navigation {
        position: absolute;
        top: .5rem;
        margin: 0;
        right: .5rem;
        padding: 0;
        width: 350px;
    }

    .teamRecords .teamRecords-body {
        margin: 1.5rem 0 0;
    }

    .tournamentRow {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .tournamentRow .awardStat-items {
        flex: 0 1 50%;
        width: auto;
        float: none;
    }
}

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

    .matchLineups-Table .table > tbody > tr > td {
        font-size: .85rem;
        font-weight: 600;
    }

    .matchLineups-Table .table > tbody > tr > td:nth-last-child(1) {
        font-weight: 800;
        color: #444444;
    }

    .matchLineups-Table .table > tbody > tr > td .pos-name a {
        font-weight: 600;
        color: #444444;
    }

    .matchLineups-Table .table > tbody > tr > td .pos-number {
        font-size: .9rem
    }

    .lineups-container .matchTeams {
        margin-top: 0;
    }

    .matchLineups .matchLineups-key {
        text-align: center;
    }

    .matchLineups .matchLineups-key .key-block {
        width: auto;
        display: inline-block;
        float: none;
        padding: 0 .6rem;
    }

    .matchLineups .matchLineups-key .key-block .key-letter {
        margin-right: .2rem;
    }

    /*******************************************
        ORGANISM - LINEUPS DESKTOP - AUTOMATIC
    *******************************************/

    .lineups-Container .lineups-inner .fixteams .teamA-info,
    .lineups-Container .lineups-inner .fixteams .teamB-info,
    .lineups-Container .lineups-inner .fixteams .team-Score,
    .lineups-Container .lineups-inner .fixteams .team-verses {
        display: inline-block;
        text-align: left;
    }

    .lineups-Container .lineups-inner .fixmeta {
        text-align: left;
    }

    .lineups-Container .lineups-inner .fixmeta > div:nth-child(1) {
        padding-left: 0;
    }

    .lineups-Container .lineups-inner .lineups-Teams .lineupsA-logo,
    .lineups-Container .lineups-inner .lineups-Teams .lineupsB-logo {
        width: 70px;
        float: left;
    }

    .lineups-Container .lineups-inner .lineups-Teams .lineupsA-info,
    .lineups-Container .lineups-inner .lineups-Teams .lineupsB-info {
        width: calc(100% - 70px);
        float: left;
        padding-left: 2rem;
    }

    .lineups-Container .lineups-inner .lineups-Teams .lineups-teamA,
    .lineups-Container .lineups-inner .lineups-Teams .lineups-teamB {
        margin: 2rem 0 0
    }

    .lineups-Container .lineups-inner .lineups-Teams .lineups-teamA .lineupsA-name,
    .lineups-Container .lineups-inner .lineups-Teams .lineups-teamB .lineupsB-name {
        text-decoration: underline;
        margin-bottom: .8rem;
        text-align: left;
    }


/************************************
    ORGANISM - AWARDS STATS DESKTOP
************************************/

    .statsIndex-content {
        position: relative;
    }

    .statsIndex-content .widget-dropdown {
        right: 0;
    }

    .awards-InnerRow {
        float: left;
        position: relative;
        width: 100%;
    }

    .awardStat-items {
        margin-bottom: 1.5rem;
        padding: 0 .5rem;
    }
    
    .tournamentRow .awardStat-items {
        flex: 0 1 33.333%;
        width: auto;
        float: none;
    }

    .awardsRow {
        width: auto;
        min-width: 100%;
        margin: 0 -.5rem;
        float: left;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-main {
        display: inline-block;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-image {
        width: 70px;
        height: 70px;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-main {
        width: calc(100% - 70px)
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name {
        padding: 0;
        margin: .5rem;
        width: 120%;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name.awards-playerName {
        margin: .5rem .5rem 0;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-main .awards-stats-name h3 {
        font-size: .95rem;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-image.awards-player-headshot {
        width: 68px;
        height: 68px;
    }

    .awardStat-items .awardStat-itemInner .awards-Title h3 {
        font-size: .8rem;
    }

    .awardStat-items .awardStat-itemInner .awards-subTitle h5 {
        font-size: .8rem;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-inner.awards-stats-top {
        display: inline-block
    }

    .awardStat-items .awardStat-itemInner .awards-stats-inner.awards-stats-top.player-awards-stats-inner {
        padding: 1rem 1rem .4rem;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-value {
        width: 70px;
        margin-top: 15px;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name .awards-player-team-logo,
    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name .awards-player-team-logo img {
        display: inline-block;
        width: 40px;
        height: 40px;
        float: left;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name .award-player-nameMain {
        display: inline-flex;
        align-items: center;
        width: 100%;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name .awards-player-teamName {
        width: calc(100% - 40px);
        float: left;
        padding-left: 1rem;
        margin-top: .3rem;
    }

    .tournamentRow .awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name .awards-player-teamName {
        padding-left: 0.25rem;
    }

    .awardStat-items .awardStat-itemInner .awards-Title.played h3:after {
         font-size: 1.7rem;
    }

    .awardStat-items .awardStat-itemInner .awards-Title.points h3:after {
         font-size: 1.7rem;
    }

    .awardStat-items .awardStat-itemInner .awards-Title.try h3:after {
         font-size: 1.7rem;
    }

        /** ATOM - AWARDS JOINT FIRST **/

        .awardStat-items .awardStat-itemInner .joint-first .awards-stats-top .awards-image.awards-player-headshot {
            width: 60px;
            height: 60px;
        }

        .awardStat-items .awardStat-itemInner .joint-first .awards-stats-top .awards-image.awards-player-headshot img {
            width: 60px;
            height: 60px;
        }

        .awardStat-items .awardStat-itemInner .joint-first .awards-stats-top .awards-stats-name {
            width: calc(100% - 60px);
            float: left;
            margin: 0;
        }

        .awardStat-items .awardStat-itemInner .joint-first .awards-stats-top .awards-stats-name .awards-player-teamName {
            width: 100%;
            margin: 0;
        }

        .awardStat-items .awardStat-itemInner .joint-first .awards-stats-top .awards-stats-name .awards-player-team-logo {
            display: none;
        }

        .awardStat-items .awardStat-itemInner .joint-first .awards-stats-top .awards-stats-main {
            display: inline-flex;
        }

        .awardStat-items .awardStat-itemInner .joint-first .awards-stats-top .awards-stats-value {
            margin-top: 10px;
        }

        .awardStat-items .awardStat-itemInner .joint-first .awards-stats-top .awards-stats-value p {
            font-size: 3.5rem;
        }

        .awardStat-items .awardStat-itemInner .joint-first .awards-stats-inner.awards-stats-top.player-awards-stats-inner {
            padding: 1rem 1rem .8rem;
        }


    /***************************************
        ORGANISM - STATISTICS INDEX DESKTOP
    **************************************/

    .statsIndex {
        column-count:3;
        -webkit-column-count:3;
        -moz-column-count:3;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .clubStat-items.awardStat-items {
        margin: 0 0 .5rem 0;
    }

    .clubStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name.awards-playerName {
        margin: .5rem 0;
        width: 170%; /* THIS REMOVES THE NAME OUT OF THE PARENT BLOCK... AKA WASN'T THOUGHT ABOUT RESPONSIVELY AND IM NOT REPEATING THE NAME **/
    }

    .clubStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name.awards-playerName h5 {
        font-size: .85rem;
    }

    .clubStat-items.awardStat-items .awardStat-itemInner .joint-first .awards-stats-top {
        display: inline-flex;
        align-items: center;
        padding: 1rem 1rem .8rem;
    }

    .clubStat-items.awardStat-items .awardStat-itemInner .joint-first .awards-stats-top .awards-image.awards-player-headshot {
        display: none;
    }

    .clubStat-items.awardStat-items .awardStat-itemInner .joint-first .awards-stats-top .awards-stats-name.awards-playerName {
        margin: 0 .5rem
    }

    .clubStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-value {
        margin: 0;
    }

    .playerStat-items.clubStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name.awards-playerName {
        width: 100%;
    }

    .playerStat-items.clubStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name.awards-playerName.hidden-md {
        display: none;
    }

    .playerStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name h3,
    .playerStat-items.clubStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name.awards-playerName h5 {
        margin: 0;
        line-height: 1.2rem;
    }

    .playerStat-items.clubStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name.awards-playerName h5 {
        padding-right: .5rem;
        display: inline-block;
    }


}

/* !1232px */
@media (min-width: 77em) {


}

@media (min-width: 82em) {

    .matchLineups .matchLineups-nav {
        display: none;
    }

    .matchLineups-content .matchLineups-Table.data-tab {
        display: block;
        width: 45%;
        float: left;
        margin: 0 2.5%;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-image {
        width: 100px;
        height: 100px;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-main {
        width: calc(100% - 140px)
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-image.awards-player-headshot {
        width: 88px;
        height: 88px;
    }

    .awardStat-items .awardStat-itemInner .awards-Title h3 {
        font-size: 1.2rem;
        width: 80%;
        line-height: 1.4rem;
        min-height: 45px;
    }

    .awardStat-items .awardStat-itemInner.tournamentStat-itemInner .awards-Title h3 {
        min-height: auto;
    }

    .awardStat-items .awardStat-itemInner .awards-subTitle h5 {
        font-size: 1rem;
        margin: 0 0 .5rem;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-value {
        width: 140px;
        margin-top: 30px;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-value p,
    .awardStat-items .awardStat-itemInner .awards-stats-top.player-awards-stats-inner .awards-stats-value p {
        font-size: 4.5rem
    }

    .tournamentRow .awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-value p {
        font-size: 4.15rem;
    }

    .awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name .award-player-nameMain {
        width: 120%;
    }

    .awardStat-items .awardStat-itemInner.tournamentStat-itemInner .awards-stats-top .awards-stats-main .awards-position,
    .awardStat-items .awardStat-itemInner.tournamentStat-itemInner .awards-stats-main .awards-position {
        top: -.5rem;
        width: 30px;
        height: 30px;
        line-height: 32px;
    }

    .awardStat-items .awardStat-itemInner.tournamentStat-itemInner .awards-stats-others .awards-stats-main .awards-position {
        top: 0;
    }

    /***************************************
        ORGANISM - STATISTICS INDEX DESKTOP
    **************************************/

    .statsIndex {
        column-count:4;
        -webkit-column-count:4;
        -moz-column-count:4;
    }

    .clubStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-main {
        position: initial;
    }

    .clubStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-image {
        width: 65px;
        height: 65px;
    }

    .clubStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-value p {
        font-size: 3rem;
    }

    .clubStat-items.awardStat-items .awardStat-itemInner .joint-first .awards-stats-inner.awards-stats-top {
        padding: 1rem 1rem .8rem .5rem;
    }

    .clubStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-value {
        width: 100px;
        margin-top: 15px;
    }

    .clubStat-items.awardStat-items.playerStat-items .awardStat-itemInner .awards-stats-top .awards-stats-value {
        width: 80px;
    }

    .clubStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-main {
        width: calc(100% - 100px);
    }

    .clubStat-items.awardStat-items.playerStat-items .awardStat-itemInner .awards-stats-top .awards-stats-main {
        width: calc(100% - 80px);
    }

    .clubStat-items.awardStat-items .awardStat-itemInner.tournamentStat-itemInner .awards-Title h3 {
        font-size: 1rem;
        margin: 0 0 1rem;
    }

    .clubStat-items.awardStat-items .awardStat-itemInner .joint-first .awards-stats-top .awards-stats-value {
        margin-top: 0
    }

    .playerStat-items.awardStat-items .awardStat-itemInner .awards-stats-top .awards-stats-name .award-player-nameMain {
        width: 100%;
    }

    .playerStat-items.awardStat-items .awardStat-itemInner .joint-first .awards-stats-top .awards-stats-name .awards-player-team-logo {
        display: none;
    }

    .playerStat-items.awardStat-items .awardStat-itemInner .joint-first .awards-stats-top .awards-stats-name .awards-player-teamName,
    .playerStat-items.awardStat-items .awardStat-itemInner.tournamentStat-itemInner .joint-first .awards-stats-main .awards-playerName-main {
        width: 100%;
        padding: 0;
    }

}


/* !Extra large devices (large desktops, 87em and up) */
@media (min-width: 93.750em) {

    /***************************************
        ORGANISM - STATISTICS INDEX DESKTOP
    **************************************/

    .statsIndex {
        column-count:5;
        -webkit-column-count:5;
        -moz-column-count:5;
    }


}


/* !UNCOMMON BIG DESKTOP (ONLY FOR HEADER WIDTH) */

@media (min-width: 106em) {

}