/************************************
    ORGANISMS - FIXTURES & RESULTS
************************************/

.fixtures__options {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.fixtures__options > div {
    width: calc(50% - 1px);
    float: left;
    min-height: 42px;
    display: flex;
    align-items: center;
    outline: 1px solid #ddd;
    margin-top: 1px;
    margin-left: 1px;
    padding: 0 .6rem;
    cursor: pointer;
}

.fixtures__options .fixtures__calendar {
    width: calc(100% - 1px);
    display: inline-flex;
    justify-content: center;
}

.fixtures__options select {
    border: 0;
    width: 100%;
    padding: 0;
    color: #006641;
}

.fixture__list {
    width: 100%;
    float: left;
    background: #fff;
}

.fixture-filters__inner {
    display: flex;
    align-items: center;
}

.fixture-filters__set {
    text-align: center;
    outline: 1px solid #ddd;
    margin-top: 1px;
    margin-left: 1px;
    position: relative;
    width: 33.333%;
}

.fixture-filters__set select {
    border: 0;
    width: 100%;
    color: #006641;
    height: 30px;
    padding: 0 .5rem;
    text-transform: none;
}

.filters__options li {
    border: 0;
    width: 100%;
    color: #222;
}

.filters__options li:hover {
    border: 0;
}

.fixtures__heading {
    background: #ddd;
}

.fixtures__heading h3 {
    margin: 0;
}

.fixture__list {
    border: 1px solid #ddd;
    border-width: 0 1px 1px;
}

/** MOLECULE - FIXTURE BLOCK **/

.fixtures__block {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.fixtures__round {
    display: none;
}

.fixtures__date {
    width: 120px;
    position: absolute;
    left: calc(50% - 50px);
    top: .8rem;
    text-align: center;
}

.fixtures__top-tier .fixtures__team {
    width: calc(50% - 50px);
    float: left;
    text-align: center;
}

.fixtures__block--simple .fixtures__top-tier .fixtures__team {
    width: 200px;
    display: flex;
    align-items: center;
}

.fixtures__top-tier .fixtures__main {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: .5rem;
}

.fixtures__block--simple .fixtures__top-tier .fixtures__main {
    margin-top: .8rem;
}

.fixtures__top-tier .fixtures__team .fixtures__logo {
    width: 35px;
    height: 35px;
}

.fixtures__top-tier .fixtures__score {
    width: 100px;
    float: left;
    text-align: center;
}

.fixtures__block--simple .fixtures__top-tier .fixtures__score {
    width: calc(100% - 200px);
    text-align: right;
}

.fixtures__top-tier .fixtures__score .fixtures__final-score {
    font-size: 1.3rem;
    color: #006641;
}

.fixtures__top-tier .fixtures__score .fixtures__final-score [data-match-time] span {
    font-size: .85rem;
    line-height: 1.15rem;
    color: #7a7a7a;
}

.fixtures__block--simple .fixtures__top-tier .fixtures__score .fixtures__final-score {
    margin: 0;
}

.fixtures__top-tier .fixtures__name {
    line-height: 1rem;
    margin-top: .3rem;
}

.fixtures__block--simple .fixtures__top-tier .fixtures__name {
    padding-left: 1rem;
    margin: 0;
}

.fixtures__top-tier .fixtures__meta {
    text-align: center;
    font-size: .85rem;
    color: #767676;
}

.fixtures__block--simple .fixtures__top-tier .fixtures__meta {
    margin: .7rem 0;
}

.fixtures__top-tier .fixtures__meta > span {
    padding: 0 .3rem;
}

.fixtures__links[data-status="Fix"] .fixtures__link--overview a {
    background: #000;
    padding: .3rem 1.5rem .2rem;
    border-radius: 20px;
    color: #fff;
}

.fixtures__live {
    position: absolute;
    left: 50%;
    top: .5rem;
    transform: translate(-50%,0);
    text-align: center;
    border-radius: 5px;
    padding: .1rem .3rem;
}

.fixtures__links[data-status="Fix"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixtures__links[data-status="Fix"] .fixtures__link--overview {
    display: inline-block;
}

.fixtures__links[data-status="Fix"] > span {
    padding: 0 1rem;
}

/*****************************
    ORGANISMS - LEAGUE TABLE
*****************************/

.table > thead > tr > th,
.table > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
}

.league-table .table > thead > tr > th {
    background: #222;
}

.league-table .table > thead > tr > th a {
    color: #fff;
}

.league-table table {
    border: 1px solid #ddd;
}

.league-table .league-table__TabPosStart,
.league-table .league-table__TmnmDisplay img {
    display: none;
}

.league-table .league-table__TmnmDisplay {
    text-align: left;
}

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

.fixtures__title {
    display: none;
    width: 100%;
}

.fixtures-small {
    width: 100%;
}

.fixtures-small__info {
    display: inline-flex;
    align-items: center;
}

.home__fixtures--results .fixtures-small__info {
    display: none;
}

.fixtures-small__main {
    display: flex;
    align-items: center;
}

.fixtures-small__team {
    width: calc(100% - 120px);
    float: left;
    padding-right: .4rem;
}

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

.fixtures-small__logo {
    float: left;
}

.fixtures-small__logo[data-team="Ireland"] {
    display: none;
}

.fixtures-small__score {
    width: calc(100% - 50px);
    float: left;
}

.fixtures-small__links {
    width: 120px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

/** MOLECULE - SIMPLE FIXTURES **/

.fixtures-simple {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.fixtures-simple__logo,
.fixtures-simple__logo img {
    width: 40px;
    height: 40px;
}

.fixtures-simple__info {
    width: calc(100% - 100px);
}

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

.fixtures-simple__score p {
    padding: 0 .4rem;
}

.fixtures-simple__meta {
    line-height: 1.3rem;
}

.fixtures-simple__meta p {
    display: inline-block;
    padding: 0 .3rem;
    text-transform: capitalize;
}

.home__fixture-group {
    width: 100%;
}

.home__fixture-group--50-50 .sotic-widget {
    width: 100%;
}

.home__fixtures-link {
    width: 100%;
}

/* !MEDIA QUERIES */

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

}

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

}

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

}

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

    /******************************************
        ORGANISMS - FIXTURES & RESULTS TABLET
    ******************************************/

    .fixtures__options {
        outline: 1px solid #ccc;
        margin-bottom: 1px;
    }

    .fixtures__options > div,
    .fixtures__options .fixtures__calendar {
        width: calc(33.333% - 1px);
        outline: none;
        border-right: 1px solid #ccc;
        justify-content: flex-start;
    }

    .fixtures__options > div:last-of-type {
        border-right: 0;
    }

    /************************************
        ORGANISMS - LEAGUE TABLE TABLET
    ************************************/

    .league-table .league-table__TabPosStart {
        display: table-cell;
    }

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

    .fixtures-small {
        width: 50%;
        padding: 1.3rem;
        border-right: 1px solid #fff;
    }

    .fixtures-small__info {
        width: 100%;
        justify-content: center;
    }

    .fixtures-small__main {
        flex-wrap: wrap;
    }

    .fixtures-small__team,
    .fixtures-small__links {
        width: 100%;
        padding: 0;
    }

    .fixtures-small__team {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .fixtures-small__logo,
    .fixtures-small__logo img {
        width: 70px;
        height: 70px;
    }

    .fixtures-small__logo[data-team="Ireland"] {
        display: block;
    }

    .fixtures-small__logo--teamA {
        order: 1;
    }

    .fixtures-small__logo--teamB {
        order: 3;
    }

    .fixtures-small__score {
        order: 2;
        width: calc(100% - 140px);
        padding: 0 1rem;
        text-align: center;
    }

    .fixtures-small__kickoff {
        font-size: 2rem;
        line-height: 2rem;
        margin: .4rem 0;
    }

    .fixtures-small__date {
        text-transform: uppercase
    }

    .fixtures-small__date span {
        font-weight: bold;
    }

    .fixtures-small__date,
    .fixtures-small__venue {
        font-size: .95rem;
    }

    .fixtures-small__venue {
        min-height: 38px;
    }

    .fixtures-small_team-names {
        order: 4;
        width: 100%;
        text-align: center;
    }

    .fixtures-small__links {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #d7d7d7;
        padding-top: .5rem;
    }

    .fixtures-small__links a {
        padding-right: 1.5rem;
    }

    .fixtures-small__links .fixture-small__button {
        padding-right: 0
    }

    /** MOLECULE - SIMPLE FIXTURES **/
    .fixtures-simple {
        flex: 1 0 50%;
        padding: 0 .5rem;
    }

}

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

    /******************************************
        ORGANISMS - FIXTURES & RESULTS TABLET
    ******************************************/

    .fixtures__options {
        width: 55%;
        float: left;
    }

    .fixture__filters-options {
        width: calc(45% - 1px);
        position: absolute;
        right: 1px;
        top: -44px;
    }

    .fixture-filters__inner {
        height: 43px;
        outline: 1px solid #ccc;
        margin-left: 1px;
        justify-content: flex-end;
        background: #fff;
    }

    .fixture-filters__set {
        outline: none;
        border-right: 1px solid #ccc;
    }

    .fixture-filters__set:last-of-type {
        border: 0;
    }

    .fixture-filters__set .filters__heading {
        min-height: 30px;
        line-height: 30px;
        font-size: 1.3rem;
    }

    /************************************
        ORGANISMS - LEAGUE TABLE TABLET
    ************************************/

    .league-table .league-table__TmnmDisplay img {
        display: inline-block;
        margin-right: .5rem;
    }


}

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

    /********************************************
        ORGANISMS - FIXTURES & RESULTS DESKTOP
    ********************************************/

    .fixtures__options > div {
        font-size: .8rem;
    }

    .fixture__filters-options {
        width: calc(40% - 1px)
    }

    .fixtures__options {
        width: 60%;
    }

    .fixture__list-inner {
        padding-top: 2.5rem;
    }

    .fixtures__block {
        padding: .4rem 0;
        display: flex;
        align-items: center;
    }

    .fixtures__top-tier {
        width: calc(100% - 200px);
    }

    .fixtures__block--simple .fixtures__top-tier {
        width: calc(100% - 120px);
    }

    .fixtures__date,
    .fixtures__live {
        left: 0;
        top: 50%;
        transform: translate(0,-50%);
    }

    .fixtures__block--simple .fixtures__date {
        top: 38%;
    }

    .fixtures__block--simple .fixtures__top-tier .fixtures__meta {
        text-align: left;
    }

    .fixtures__top-tier {
        margin-left: 120px;
    }

    .fixtures__links,
    .fixtures__links[data-status="Fix"] {
        display: flex;
        width: 160px;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: flex-end;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

    .fixtures__links span {
        margin: .15rem 0;
    }

}

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

@media (min-width: 77em) {

    /********************************************
        ORGANISMS - FIXTURES & RESULTS DESKTOP
    ********************************************/

    .fixtures__options > div {
        font-size: .95rem;
    }

}

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

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

    .tab-navigation--split {
        display: none;
    }

    .home__fixtures-blocks {
        display: flex;
        width: 100%;
    }

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

    .home__fixture-group .fixtures__title {
        margin-bottom: 1rem;
    }

    [data-tab-content="fixtures-tab"] .data-tab {
        display: flex;
        flex: 1 1 50%;
        border: 1px solid #d7d7d7;
    }

    [data-tab-content="fixtures-tab"] .data-tab:first-of-type {
        border-right: none;
    }

    [data-tab-content="fixtures-tab"] .data-tab:last-of-type h4 {
        margin-bottom: 1rem;
    }

    .fixtures-small {
        margin-bottom: 0;
    }

    .home__fixture-group {
        position: relative;
    }

    .home__fixtures-link {
        position: absolute;
        width: auto;
        right: 2rem;
        top: 1.2rem;
    }

    /** MOLECULE - SIMPLE FIXTURES **/

    .home__fixture-group--50-50 .sotic-widget {
        width: 100%;
    }

    .fixtures-simple {
        padding: 0 1rem;
        flex: 1 0 100%;
    }
}

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

@media (min-width: 93.750em) {

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

    .home__fixtures {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0;
        display: block;
    }

}

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

}