.match-ribbon-tile__status {
    position: absolute;
    top: 0;
    right: 5px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    background-color: #006ecc;
    text-transform: uppercase;
    padding: 0 5px;
    line-height: 18px;
    margin-top: 5px;
}

.match-ribbon-tile {
    width: 290px;
    margin-right: 0.5em;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    height: 140px;
}

.match-ribbon-tile__broadcaster-logo {
    max-height: 32px;
    margin-left: 5px;
    vertical-align: middle;
}

.ribbon-wrapper .match-ribbon {
    padding-left: 0;
    background: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.match-ribbon::after {
    content: '';
    box-shadow: none;
    height: 200%;
    width: 30px;
    top: -50%;
    position: absolute;
    display: none;
    right: 0;
}

.ribbon-container__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    height: 0;
    background: none;
}

.match-ribbon__view-fixtures-btn {
    width: 280px;
    height: 24px;
    border-radius: 0.5em;
    box-shadow: none;
    background-color: #1c771b;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.match-ribbon__view-fixtures-btn > .txt-box {
    width: 90%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 7px 5px 7px 15px;
    -ms-flex-align: center;
    align-items: center;
}

.match-ribbon__view-fixtures-btn > .arrow-box {
    width: 10%;
    border-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    background-image: url(../images/carousel--arrow-right--white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40% 35%;
}

.ribbon-wrapper {
    background: none;
}

.ribbon-wrapper 
.match-ribbon__control--prev {
    left: -45px;
    box-shadow: none;
}

.ribbon-wrapper 
.match-ribbon__control--next {
    right: -45px;
    box-shadow: none;
    background: none;
}

.ribbon-wrapper .match-ribbon__control--prev {
    left: -45px;
    box-shadow: none;
    border: 1px solid #1c771b;
    background: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 35%;
    background: none;
}
.ribbon-wrapper .match-ribbon__control--next {
    right: -45px;
    height: 180px;
    box-shadow: none;
    background: none;
    border: 1px solid #1c771b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 35%;
}

.ribbon-wrapper::after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    background: none;
}

@media (min-width:760px) {
    .ribbon-wrapper .match-ribbon__control--prev {
        left: -45px;
        box-shadow: none;
        background: none;
        border: 1px solid #1c771b;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        top: 35%;
    }
    .ribbon-wrapper .match-ribbon__control--next {
        right: -45px;
        box-shadow: none;
        background: none;
        border: 1px solid #1c771b;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        top: 35%;
    }
}
.match-ribbon__view-fixtures {
    height: 132px;
    width: 260px;
    background: transparent;
    display: inline-block;
    line-height: 132px;
    text-decoration: none;
    color: #1e1e1e;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    vertical-align: bottom;
    padding: 0 25px;
    border: none;
    border-bottom: 0;
    border-radius: 0;
    margin-right: 0.5rem;
}

.match-ribbon__view-fixtures-btn > .txt-box::after {
    font-size: 10px;
    font-weight: 600;
    display: inline;
    content: ''!important;
}

.match-ribbon__view-fixtures .btn, 
.match-ribbon__view-fixtures .btn:hover {
    color: #fff;
    background-color: #1c771b;
}

.match-ribbon .js-ribbon-scroll {
    height: 180px;
    background: none;
}

.ribbon-container {
   margin-bottom: 1em;
   background: none;
}

.match-ribbon-tile__date {
    /* background-color: #fdc908; */
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: .02em;
    color: black;
    padding: 0 5px;
    text-transform: uppercase;
    position: relative;
}

@media (min-width:760px)
    {
        .ribbon-wrapper 
        .match-ribbon {
            padding-left: 0;
            background-color: none;
    }
}

.match-ribbon-tile__details {
    height: 37px;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 5px;
    padding-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.match-ribbon-tile__details > .match-ribbon-tile__broadcasters {
    display: none!important;
}

.match-ribbon-tile__bdetails {
    display: block!important;
}

.match-ribbon-tile__bdetails > .match-ribbon-tile__broadcasters {
    display: flex!important;
    text-align: center;
    border-top: 1px solid #f0f0f0;
}

.match-ribbon-tile:hover .match-ribbon-tile__links {
    opacity: 1;
    transition-delay: 300ms;
    visibility: visible;
    top: 30px;
}

.match-ribbon-tile__no_broadcasters {
    vertical-align: middle;
    padding-top: 10px;
    color: #ccc;
    text-align: center;
    font-size: 14px;
}

.match-ribbon-tile__teams {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.match-ribbon-tile__team-image {
    height: 100%;
    float: left;
    margin-right: 5px;
}

.match-ribbon-tile__team {
    height: 20px;
    padding: 0 5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.home-versus-away {
    display: inline-block;
    color: #ccc;
}
/* 
.ribbon-away-team .match-ribbon-tile__team-image{
    height: 100%;
    float: right;
    margin-right: 5px;
    display: inline-flex;
} */

/* .ribbon-away-team .match-ribbon-tile__team-name {
    font-size: 12px;
    color: #1e1e1e;
    text-transform: uppercase;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 5px;
    position: relative;
} */

/*  Site Specific Changes */

/* .site-ffacup .ribbon-away-team .match-ribbon-tile__team-image,
.site-matildas .ribbon-away-team .match-ribbon-tile__team-image {
    float: left;
} */

.site-ffacup .match-ribbon-tile__teams,
.site-matildas .match-ribbon-tile__teams,
.site-socceroos .match-ribbon-tile__teams {
    display: block;
}

.site-ffacup .match-ribbon-tile,
.site-matildas .match-ribbon-tile,
.site-socceroos .match-ribbon-tile {
    height: 160px;
}

.site-ffacup .match-ribbon-tile__broadcaster-logo,
.site-matildas .match-ribbon-tile__broadcaster-logo,
.site-socceroos .match-ribbon-tile__broadcaster-logo {
    max-height: 26px;
    margin-left: 5px;
    vertical-align: middle;
    padding-top: 3px;
}

.site-ffacup .home-versus-away,
.site-matildas .home-versus-away,
.site-socceroos .home-versus-away {
    display: none;
    color: #fff;
}

.site-ffacup .match-ribbon-tile,
.site-matildas .match-ribbon-tile,
.site-socceroos .match-ribbon-tile {
    width: 244px;
}

/* Extra in Dev */

.gradientback {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(137, 255, 241, 0)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%); /* W3C */
    filter: progid: dximagetransform.microsoft.gradient(startColorstr='transparent', endColorstr='#000000', GradientType=0); /* IE6-9 */
}
