.blackout .support-wrapper .left-col {
    padding-right: 0;
}

.blackout .filter-wrapper {
    background-color: #F3F4F5;
    padding: 20px 20px 20px 20px;
    width: 100%;
    border-radius: 7px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blackout .filter-wrapper p {
    font-weight: bold;
}

.blackout .filter-wrapper .form-elements {
    display: flex;
    padding-top: 12px;
    flex-wrap: wrap;
}

.blackout .filter-wrapper .form-elements .col {
    display: inline-block;
    width: 185px;
    margin-right: 10px;
}

.blackout .filter-wrapper .form-elements .col label {
    width: 100%;
    font-weight: normal;
    font-weight: 500;
    margin-bottom: 7px;
} 

.blackout .filter-wrapper .form-elements .col input,
.blackout .filter-wrapper .form-elements .col select {
    border: 1px solid #CECECE;
    width: 185px;
    padding: 8px;
    margin-bottom: 10px;
}

.blackout .filter-wrapper .form-elements .col #postal_code {
    text-transform: uppercase;
}

.blackout .filter-wrapper .form-elements .col #postal_code.error {
    border: 1px solid #DA291C;
}

.blackout .filter-wrapper .form-elements .col select {
    display: block;
    appearance: none;
    background-image: url(../images/chevron.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
}

.blackout .filter-wrapper .form-elements .col.col-btn input {
    background-color: #A2AAAD;
    border-radius: 4px;
    width: auto;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 20px;
    width: 100%;
    border: none;
}

.blackout .filter-wrapper .form-elements .col.col-btn input:hover {
    background-color: #166CAC;
}

.blackout .filter-wrapper .form-elements .col.col-btn {
    width: 100px;
    margin-right: 0;
}

.blackout .schedule {
    padding-top: 20px;
    position: relative;
}

.blackout .schedule h2 {
    position: relative;
}

.blackout .schedule .labels {
    font-size: 14px;
    font-weight: normal;
    color: #002B49;
    display: inline-block;
    position: absolute;
    right: 0;
}

.blackout .schedule h2 .labels div {
    padding-left: 25px;
    line-height: 20px;
    margin-bottom: 12px;
}

.blackout .schedule h2 .labels .tick {
    background: url(../images/tick.svg) no-repeat left center;
}

.blackout .schedule h2 .labels .dollar {
    background: url(../images/dollar.svg) no-repeat left center;
}

.blackout .schedule h2 a {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    display: inline-block;
    margin-left: 8px;
    text-decoration: none;
}

.blackout .schedule h2 .choose-region {
    padding-right: 25px;
}

.blackout .schedule h2 .choose-region.icon {
    background: url(../images/edit-icon.svg) no-repeat right center;
    text-transform: uppercase;
    margin-right: 14%;
}

.blackout .schedule .calendar-wrapper {
    display: grid;
    padding-top: 20px;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
}

.blackout .schedule .calendar-wrapper div {
    text-align: center;
}

.blackout .schedule .calendar-wrapper div.date {
    min-width: 70px;
}

.blackout .schedule .calendar-wrapper div.calendar-icon img {
    width: 26px;
    margin-top: 5px;
} 

.blackout .schedule .calendar-wrapper div a {
    text-transform: uppercase;
    text-align: center;
    color: inherit;
    text-decoration: none;
    line-height: 21px;
    display: inline-block;
}

.blackout .schedule .calendar-wrapper div.middle a {
    color: #156BAC;
    font-weight: bold;
}
.blackout .schedule .calendar-wrapper div.middle a span {
    border-bottom: 4px solid #156BAC;
    display: inline-block;
}

.blackout .schedule .calendar-wrapper div a i.arrow {
    border: solid #5B6770;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
}

.blackout .schedule .calendar-wrapper div a i.right-arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 13px;
}

.blackout .schedule .calendar-wrapper div a i.left-arrow {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-top: 13px;
}

.blackout .game-count-wrapper {
    background-color: #ECF7FE;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.blackout .game-count-wrapper .count-copy {
    display: inline-block;
    width: 50%;
    margin-right: 2%;
    margin-left: 2%;
    font-weight: 500;
    padding-top: 20px;
}

.blackout .game-count-wrapper .count-col-wrapper {
    display: inline-block;
    width: 46%;
}

.blackout .game-count-wrapper .count-col {
    display: inline-block;
    margin-left: 2%;
}

.blackout .game-count-wrapper .count-col .count-wrapper {
    padding: 13px;
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    min-width: 190px;
}

.blackout .game-count-wrapper .count-col .count-wrapper span {
    font-weight: 500;
}

.blackout .schedule .games {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 40px 0 0 0;
    min-height: 300px;
    position: relative;
}

.blackout .schedule .games.loading {
    background: url(../images/loading.gif) no-repeat center center;
    opacity: 0.7;
}

.blackout .schedule .games .no-games {
    width: 100%;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    font-weight: 500;
}

.blackout .schedule .games .game-block {
    border-radius: 10px;
    border: 1px solid #CECECE;
    width: 31%;
    margin: 2% 2% 2% 0;
    height: fit-content;
    position: relative;
    min-height: 190px;
}

.blackout .schedule .games .game-block a {
    background: url(../images/link-right-arrow.svg) no-repeat right center;
    padding-right: 21px;
    padding-bottom: 3px;
}

.blackout .schedule .games .game-block .hover-blue {
    background-color: rgba(236,247,254,0.97);
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    border-radius: 10px;
}

.blackout .schedule .games .game-block .hover-blue p {
    text-align: center;
    font-weight: 500;
    color: #002B49;
    line-height: 24px;
    padding: 38px 30px 0px 30px;
    margin-top: 26px;
}

.blackout .schedule .games .game-block .default-hover .hover-blue p {
    position: absolute;
    top: 43%;
    left: 43%;
    padding: 0;
    margin: 0;
}

.blackout .schedule .games .game-block .hover-blue.light p {
    background: url(../images/tick.svg) no-repeat top center;
    background-size: 30px;
}


.blackout .schedule .games .game-block .hover-blue.dark p {
    background: url(../images/dollar.svg) no-repeat top center;
    background-size: 30px;
}

.blackout .schedule .games .game-block .hover-blue a {
    font-weight: 500;
}


.blackout .schedule .game-block .game-block .angle-wrapper.selected .hover-blue {
    animation: fadeIn 1s;
}

.blackout .schedule .game-block .game-block .angle-wrapper.selected .hover-blue.hide {
   animation: fadeOut 1s;
}

.start-watching {
    float: left;
    width: 100%;
    border-top: 1px solid #CECECE;
    padding-top: 35px;
    margin-top: 20px;
}

.start-watching .poster-image img {
    border: 0;
    outline: 0;
}

.start-watching .poster-content-wrapper .poster-title h2 {
    margin-bottom: 0;
    padding-bottom: 5px;
    color: #156BAC;
}

.start-watching .poster-content-wrapper .poster-button {
    padding-top: 15px;
}

.start-watching .poster-content-wrapper .poster-button a {
    display: inline-block;
    border-radius: 5px;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeout {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.blackout .schedule .games .game-block .right-angle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px;
    border-color: #1898D8 transparent transparent #1898D8;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 10px 0px 0px 0px;
}

.blackout .schedule .games .game-block span.tick {
    background: url(../images/tick-white.svg) no-repeat center center;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 4px;
}

.blackout .schedule .games .right-angle.dark {
    border-color: #022B49 transparent transparent #022B49;
}

.blackout .schedule .games .game-block span.dollar {
    background: url(../images/dollar-white.svg) no-repeat center center;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 4px;
}

.blackout .schedule .games .game-block .game-disabled {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.blackout .schedule .games .game-block .game-disabled.reduce-height {
    height: 80%;
}

.blackout .schedule .games .game-block .game-disabled .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 1;
}

.blackout .schedule .games .game-block .game-disabled .content {
    background-color: white;
    padding: 14px 0px 5px 0px;
    position: relative;
    top: 72px;
    z-index: 1;
    border-radius: 10px;
    height: 50%;
    line-height: 30px;
}

.blackout .schedule .games .game-block .game-disabled .content p {
    text-align: center;
    margin-bottom: 1px;
}

.blackout .schedule .games .game-block .game-disabled .content span.map {
    background: url(../images/blackout-icon.svg) no-repeat left center;
    background-size: 30px;
    font-weight: 500;
    color: #002B49;
    line-height: 22px;
    margin: 0;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 37px;
    width: 83%;
}

.blackout .schedule .games .game-block .game-disabled .content a {
    font-weight: 500;
    font-size: 16px;
}

.blackout .schedule .games .game-block .first-row {
     background-color: #F3F4F5;
     display: flex;
     text-align: center;
     border-radius: 10px 10px 0 0;
     border-bottom: 1px solid #CECECE;
     padding-right: 10px;
     padding-left: 10px;
}

.blackout .schedule .games .game-block .first-row div {
    flex: 1 1 auto;
}

.blackout .schedule .games .game-block .first-row div.img img {
    max-width: 50px;
    width: 100%;
    min-width: 25px;
}

.blackout .schedule .games .game-block .first-row div.match-teams {
    padding: 17px 0 0 0;
}

.blackout .schedule .games .game-block .first-row div.match-teams .team-code {
    color: #002B49;
    font-weight: bold;
}

.blackout .schedule .games .game-block .first-row div.match-teams .vs {
    color: #5B6770;
}

.blackout .schedule .games .game-block .first-row div.match-teams .time {
    font-size: 14px;
    color: #5B6770;
}

.blackout .schedule .games .game-block .second-row {
    padding: 10px 5px 0 5px;
}

.blackout .schedule .games .game-block .second-row .available-with {
    font-size: 16px;
    color: #5B6770;
    font-weight: 500;
}

.blackout .schedule .games .game-block .second-row .logo-wrapper {
    margin-top: 8px;
}

.blackout .schedule .games .game-block .second-row .logo-wrapper div.img {
    /* max-height: 24px; */
    min-width: 142px;
    background-position: center center;
    margin-bottom: 10px;
    background-size: 122px;
}

.blackout .schedule .games .game-block .second-row .logo-wrapper div.img.snnow-free {
    background-size: 85px;
}

.blackout .schedule .games .game-block .third-row .watch-wrapper {
    border-top: 1px solid #CECECE;
    color: #5B6770;
    font-size: 16px;
    padding: 6px;
    font-weight: 500;
}

.blackout div.img {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 83px;
}

.blackout div.img.snnow-standard {
    background-image: url("../images/snnow-standard-latest.svg");
    height: 30px;
}

.blackout div.img.snnow-premium {
    background-image: url("../images/snnow-premium-latest.svg");
    height: 30px;
    
}

.blackout div.img.snnow-free {
    background-image: url("../images/sn-now-logo.svg");
    height: 30px;
}

.blackout .count-wrapper div.img {
    height: 24px;
    width: 100%;
    margin-top: 5px;
    background-position: center center;
    background-size: 133px;
}

.blackout .schedule .games .game-block .second-row div.img {
   
}

@media screen and (max-width: 990px) {

    .blackout .schedule .games .game-block {
        width: 48%;
    }

    .blackout .schedule .labels {
        position: relative;
        padding-top: 15px;
    }
    
    .blackout .game-count-wrapper .count-copy {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        padding-top: 5px;
    }

    .blackout .game-count-wrapper .count-col-wrapper {
        width: 100%;
        text-align: center;
    }

    .blackout .schedule .games .game-block .first-row div.img img {
        width: 75%;
    }

    .start-watching {
        text-align: center;
    }

    .start-watching .poster-content-wrapper .poster-content p {
        text-align: center;
    }

    .blackout .schedule .games .game-block .game-disabled .content p{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .blackout .schedule .games .game-block .first-row div.img img {
        width: 65%;
    }

}

@media screen and (max-width: 480px) {

    .start-watching .poster-content-wrapper .poster-button a {
        display: block;
    }

    .blackout .schedule h2 a {
        margin-left: 0;
    }

    .blackout .schedule .calendar-wrapper {
        width: 300px;
    }

    .blackout .schedule .calendar-wrapper div {
        display: none;
        text-align: center;
    }

    .blackout .schedule .calendar-wrapper div.calendar-icon,
    .blackout .schedule .calendar-wrapper div.arrow-wrapper,
    .blackout .schedule .calendar-wrapper div.middle {
        display: inline-block;
    }

    .blackout .filter-wrapper .form-elements {
        flex-wrap: wrap;
    }

    .blackout .filter-wrapper .form-elements .col,
    .blackout .filter-wrapper .form-elements .col input,
    .blackout .filter-wrapper .form-elements .col select {
        width: 100%;
    }

    .blackout .filter-wrapper .form-elements .col.col-btn {
        width: 100%;
    }

    .blackout .filter-wrapper .form-elements .col.col-btn input {
        background-color: #166CAC;
    }

    .blackout .schedule .games .game-block {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
        margin-bottom: 4%;
    }

    .blackout .game-count-wrapper .count-copy {
        text-align: center;
        width: 94%;
        margin-bottom: 20px;
        padding-top: 5px;
    }

    .blackout .game-count-wrapper .count-col {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .blackout .game-count-wrapper .count-col .count-wrapper {
        padding: 13px;
    }
    
}

