﻿a.megatab {
    min-height: 62px;
}

.megatab:not(.is-active) > .megatab__inner:first-child {
    background-image: linear-gradient(to right,#144451,#112e39);
    border-radius: 2em 0 0 2em;
}

.megatab > .megatab__inner__greyhound {
    background-image: linear-gradient(to right, #041f33, #041f33)!important;
    border-radius: 2em 0 0 2em;
}

.megatab:not(.is-active):hover > .megatab__inner:first-child {
    background: #195464;
}

.megatab:not(.is-active):hover > .megatab__inner__greyhound {
    background-image: linear-gradient(to right, #195464, #195464) !important;
}

.tabs__links.player__tabs > li > a {
    background-color: transparent !important;
    border-radius: 2em 0 0 2em;
}

.megatab.is-active::before {
    height: 0;
}

.megatab.is-active .megatab__inner {
    border-radius: 2em 0 0 2em;
}

.megatab.is-active .megatab__inner__greyhound {
    background-image: linear-gradient(to right, #327a86, #327a86) !important
}

.tabs__links.player__tabs > a.is-active {
    background-color: transparent;
}

.tabs__links.player__tabs > li {
    margin-right: -4px;
    margin-bottom: -15px;
}

.tabs__links.player__tabs > li:first-child {
        margin: -9px -4px -15px 0;
    }

.atr-promo-image {
    background: url(/resources/img/atrplayer/atr-player-bg.jpg);
    background-size: cover;
}

a.megatab__inner__greyhound {    
    color: #144451;
    text-decoration: none;
}

.player-sign-up__padding {
    margin-top: 9em;
}

.player-sign-up__inner {
    padding:20px;
}

#tab-player-live {
    margin-top: -10px;
}

#channelTabsWrapper {
    margin-top: 0;
}

@media (min-width: 768px) {
    .player-wrapper {
        margin-top: -10px !important;
    }
}

@media (max-width: 1120px) {
    .player-sign-up__copy.subscribe-text {
        display: none !important;
    }
}