﻿.show-page .hero {
    background-color: #fff !important;
    background-image: none !important;
}

.show-page .hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show-page .hero .hero__content {
    flex-basis: 37%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 37%;
}

.show-page .hero .hero__content h1{
color:#053308;
}

.show-page .hero .hero__content {
    max-width: 552px;
    flex-basis: 100%;
}

.show-page .hero p:first-of-type {
    font-weight: 700;
    color:#053308;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 27px;
    text-transform: none;
    font-family: BBC Reith Sans;
    letter-spacing: normal;
}

 .show-page .hero p:last-of-type {
    color:#053308;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: BBC Reith Sans;
    letter-spacing: normal;
}

 .show-page .hero_media {
    max-width: 43%;
    flex-basis: 100%;
}

 .show-page .hero_media  .video-js{
     height: 301px;
    width: 536px;
 }

 .show-page .img-thumbnail {
    padding: .25rem;
    background-color: transparent;
    border: none;
    border-radius: 0;}

.channel-bar-wrapper.bbc-nl {
    background-color: #C1D767;
}

.channel-bar-wrapper.bbc-nl .channel-logo.bbc-nl {
    background-image: url('../../resources/emeachannelsites/benelux/BBC-NL Logo-bottom.svg');
}

.channel-bar-wrapper p.headline {
    color:#053308;
}

.channel-bar-wrapper p.supporting_text {
    color:#053308;   
}
 .show-page .channel-bar-wrapper .button-group {
    display:flex;
}
.show-page .channel-bar-wrapper .button-group {
    margin-top: 1.9rem;
    margin-bottom: 1.9rem;
}
.show-page .channel-bar-wrapper .button-group .buttonGreen{
    padding:0.75em 1.3em;
    display:inline-block;
    width:170px;
    margin-right:10px;
}

.show-page .channel-bar-wrapper .button-group .btnactive{
    display:inline-block;
    width:150px;
    color:#fff;
    border: 1px solid #fff;
}

.show-page .channel-bar-wrapper .button-group .btnactive svg {
    fill: #fff;    
}

.show-page .lead-content-block {
    background-color: #fff;    
    padding-top: 40px;
    padding-bottom: 40px;
}

 .show-page .lead-content-block p {
    color: rgba(0, 0, 0, .6);
    font-family:inherit;
    font-size: 16px;
    line-height: 22px;
    font-family: sans-serif;
    font-weight: 500 !important;
}

.show-page .carousel-bg{
    background-color: #f7f7f7;
}

.lead-content-block .lead-content-block_content .lead-content-block_description h3 {
    color:#053308;
}

.lead-content-block button {
    color:#053308;
    text-transform:none;
    text-decoration:none;
}

.lead-content-block button:hover {
    color:#C1D767;
}

.lead-content-block .drop-arrow-down {
    border-color: transparent transparent #053308 transparent;
}

.lead-content-block button:hover .drop-arrow-down {
    border-color: transparent transparent #C1D767 transparent;
}

.lead-content-block button:hover .drop-arrow-up {
    border-color: transparent transparent #C1D767 transparent;
}

.drop-arrow-down {
    width: 0px;
    height: 0px;}

.channel-finder p {
    margin: 16px 36px 16px 0px;
    color: #000;
}

.channel-finder .gel-pica {
    font-size: 1em;
    line-height: 1.25em;
    color: #000;
    font-weight: 700;
}

a:-webkit-any-link {
    color: #000;
}

.channel-finder .gel-brevier {
    font-size: 15px;
    color: #000;
}

.channel-sorry{
    position: relative;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: rgb(255 255 255 / 30%) !important;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 1em;
    color: #000;
}

.carousel-bg {
    padding-top: 2rem;
    padding-bottom: 2rem;}

@media (min-width: 600px) {
    .channels-article-block:hover .lifter, .channels-article-block:focus .lifter {
        margin: 0 !important;
        box-shadow: none !important;
        filter: none !important;
        -webkit-filter: none;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 599px) {

.show-page .hero_media {
    max-width: 100%;
    flex-basis: 100%;
}

 .show-page .hero_media  .video-js{
     height: 370px;
    width: 100%;
 }
}

@media screen and (min-device-width: 600px) and (max-device-width: 820px) {
.show-page .hero_media .video-js {
    height: 410px;
    width: 100%;
}
}


@media screen and (min-device-width: 821px) and (max-device-width: 1024px) {
    .show-page .hero_media {
    max-width: 100%;
    flex-basis: 100%;
}
.show-page .hero_media .video-js {
    height: 410px;
    width: 100%;
}
}