.production-navbar-items .nav-link.active
{
    box-shadow: inset 0 -3px 0 #FF73FF;
    color: #000;
    font-family: 'BBC Reith Sans Bd';
    font-weight: 700;
}
.production-navbar-items .nav-link:hover
{
    box-shadow: inset 0 -3px 0 #FF73FF;
    text-decoration: none;
}

.algolia-search-results .figure .img-thumbnail{
       width: 300px;
    height: 170px;
    background-repeat: no-repeat !important;
    object-fit: cover;
    background-size: cover !important;
    background-position: center !important
}

.algolia-search-results .channels-article-block:hover .lifter .article-block_meta, .channels-article-block:focus .lifter .article-block_meta {
    padding:0 !important;
    background: transparent !important;
}

.btnactive {
    padding: 0.75em 1.1em 0.65em;
    font-size: 15px;
    width: auto;
    background-color: transparent !important;    
    border-radius: 2px;
}

.btnactive svg {
    margin-right: 5px;
    fill: #154a4b !important;
    margin-left: 10px;
}

.episode-details {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .04), 0 0 2px rgba(0, 0, 0, .06), 0 0 1px rgba(0, 0, 0, .04), inset 0 -2px 0 #3b1759;
    padding: 16px;
    margin-right: 16px;
    flex-basis: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 40px;
    min-height: 230px;
}


.episode-details p.episode-time {
    color: rgba(0, 0, 0, .6);
    letter-spacing: .1em;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 700;
}

.episode-details p.episode-title {
    font-size: 15px;
    line-height: 20px;
    color: #154a4b;
    margin-bottom: 2px;
    font-weight: 700;
}

.episode-details p.episode-number {
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, .87);
    font-weight: 400;
    margin-bottom: 8px;
}

.episode-details p.episode-synopsis {
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, .6);
    font-weight: 400;
    margin-bottom: 0;
}

.pagination-wrapper .pagination-number
{
    margin-left: 5px;
    color: #154a4b !important;
}

.pagination-wrapper .pagination-number.active
{
    margin-left: 5px;
    background: #053308 !important;
    color: #C1D767 !important;
}

.pagination-wrapper button svg
{
    Fill: #053308 !important;
}

.pagination-wrapper button:disabled svg
{
    Fill: #C1D767 !important;
}

.search input {
    color: #154a4b !important;
}

@media screen and (min-device-width: 1008px) {
    .production-navbar-items .nav-link.active {
        box-shadow: inset 0 -3px 0 #FF73FF;
        color: #000;
        font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
        font-weight: 600;
    }
}



.vjs-poster {
  background-size: cover !important;
}

.video-js {
  vertical-align: inherit !important;
}

.vjs-poster img {
  object-fit: cover !important;
  height: auto !important;
}


  .nav-link.toggle-search svg, .nav-link svg
{
	fill: #053308;
}
.right-nav .location__region
{
	width: 140px !important;
}

.hero
{
	background-color: #C1D767 !important;}

.hero h1
{
	color: #053308 !important;}
