div.blackout {
    padding-right: 15px;
}

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

.blackout .filter-wrapper {
    padding: 20px 20px 20px 20px;
    width: 100%;
    border-radius: 12px;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #1D2F43;
}

.blackout .filter-wrapper p {
    /* font-weight: bold; */
    margin-top: 6px;
}

.blackout .filter-wrapper .form-elements {
    display: flex;
    padding-top: 12px;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    column-gap: 14px;
}

.blackout .filter-wrapper .form-elements .col {
    display: inline-block;
    width: 195px;
    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;
    color: black;
    border: 0;
    border-radius: 4px;
}

.blackout .filter-wrapper .form-elements .col select option {
    background-color: #091C33;
}


.blackout .filter-wrapper .form-elements .col #postal_code {
    background-color: rgba(255, 255, 255, 0.1);
    color:white;
}

.blackout .filter-wrapper .form-elements .col #postal_code:disabled {
    opacity: 0.6;
}

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

.blackout .filter-wrapper .form-elements .col #postal_code::placeholder {
    color: white;
}
  

.blackout .filter-wrapper .form-elements .col select {
    display: block;
    appearance: none;
    background-image: url(../images/chevron.svg);
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-color: rgba(255, 255, 255, 0.1);
    color:white;
    padding-right: 24%;
}

.blackout .filter-wrapper .form-elements .col.col-btn input {
    background-color: #156BAC;
    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: #1879C4;
}

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

.blackout p {
    line-height: 27px;
}

.blackout img {
    height: auto;
    margin: 10px 0;
    border: 0;
    outline: none;
    max-width: 100%;
}

.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 a {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin-left: 8px;
    text-decoration: none;
    color: #5BC2E7;
}

.blackout .schedule-location {
    display: flex;
    align-items: flex-end;
}

.blackout .schedule-location h2 {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.blackout .schedule-location .choose-region {
    font-size: 14px;
}

.blackout .schedule-location .select-province {
    line-height: 20px;
}

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

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

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

.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: 35px;
    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: #5BC2E7;
    font-weight: bold;
}
.blackout .schedule .calendar-wrapper div.middle a span {
    border-bottom: 4px solid #5BC2E7;
    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; */
    border: 2px solid #1879C4;
    padding: 25px 16px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin:50px 0;
    border-radius: 12px
}

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

.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: #1D2F43;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    min-width: 190px;
    color:white;
}

.blackout .game-count-wrapper .count-col .count-wrapper span {
    /* font-weight: 500; */
    font-size: 14px;
}

.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;
    background-size: 70px;
}

.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 rgba(255,255,255,0.2);
    width: 31%;
    margin: 2% 2% 2% 0;
    height: fit-content;
    position: relative;
    min-height: 190px;
    /* background-color: white; */
    background-color: #091C33;
}

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

.blackout .schedule .games .game-block .hover-blue {
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    border-radius: 10px;
    z-index: 1;
}

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

.blackout .schedule .games .game-block .default-hover .hover-blue p {
    position: relative;
    top: 35%;
    left: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    margin-bottom: 1rem;
}

.blackout .schedule .games .game-block .hover-blue.light p {
    background: url(../images/check-circle.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;
    font-size: 14px;
}


.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 rgba(255,255,255,0.2);
    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: white;
}

.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: #091c33;
    padding: 14px 0px 5px 0px;
    position: relative;
    top: 72px;
    z-index: 1;
    border-radius: 10px;
    height: 40%;
    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(../../../themes/sportsnetnow/images/lightning.svg) no-repeat left center;
    background-size: 15px;
    color: #F3F4F5;
    line-height: 17.5px;
    margin: 0;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-left:19px;
    width: 83%;
    font-size: 14px;
}

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

.blackout .schedule .games .game-block .first-row {
     background-color: #1D2F43;
     display: flex;
     text-align: center;
     border-radius: 10px 10px 0 0;
     border-bottom: 1px solid rgba(255,255,255,0.2);
     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: 45px;
    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: white;
    font-weight: bold;
}

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

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

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

.blackout .schedule .games .game-block .second-row .available-with {
    font-size: 14px;
    /* color: black; */
    color:#F3F4F5;
    font-weight: 500;
}

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

.blackout .schedule .games .game-block .second-row .logo-wrapper .snnow-standard::after {
    content: "";
    position: relative;
    display: block;
    border-right: 1px solid #c3c4c7;
    left: 1px;
    /* bottom: 14px; */
    top: 5px;
    height: 20px;
}


.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 rgba(255,255,255,0.2);
    color: #F3F4F5;
    font-size: 14px;
    padding: 6px;
    font-weight: 500;
    line-height: 17.5px;
    font-weight: normal;
    padding-top: 9px;
}

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

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

.blackout div.img.snnow-premium {
    background-image: url("../images/sn-now-premium-white.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: 1200px) {
    .blackout .schedule .games .game-block .second-row .logo-wrapper .snnow-standard::after {
        display: none;
    }
}

@media screen and (min-width: 665px) and (max-width: 990px) {
    .blackout .schedule .games .game-block .second-row .logo-wrapper .snnow-standard::after {
        display: block;
    }
  }

@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;
    }
    
}

