﻿html {
    overflow-x: hidden;
}

body {
    font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}
@font-face {
    font-family: 'BBC Reith Sans Bd';
    src: url('../../fonts/reith-sans/bbcreithsans_bd.ttf') format('truetype');
}

@font-face {
    font-family: 'BBC Reith Sans xBold';
    src: url('../../fonts/reith-sans/bbcreithsans_exbd.ttf') format('truetype');
}
@font-face {
    font-family: 'BBC Reith Sans lt';
    src: url('../../fonts/reith-sans/bbcreithsans_it.ttf') format('truetype');
}
@font-face {
    font-family: 'BBC Reith Sans lt';
    src: url('../../fonts/reith-sans/bbcreithsans_md.ttf') format('truetype');
}
.lead-content-block .lead-content-block_content .lead-content-block_description {
    font-size: 1.125em;
    line-height: 1.4444444444em;
    font-family: 'BBC Reith Sans lt';
}
@font-face {
    font-family: 'BBC Reith Sans';
    src: url('../../fonts/reith-sans/bbcreithsans_rg.ttf') format('truetype');
}

@font-face {
    font-family: ProximaNova;
    font-weight: 700;
    src: url(../../fonts/EMEAChannelSites/proximanovabold.woff2) format("woff2"), url(../../fonts/EMEAChannelSites/proximanovabold.woff2) format("woff")
}

@font-face {
    font-family: ProximaNova;
    src: url(../../fonts/EMEAChannelSites/proximanovaregular.woff2) format("woff2"), url(../../fonts/EMEAChannelSites/proximanovaregular.woff2) format("woff")
}

.container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0); 
    padding-left: calc(var(--bs-gutter-x) * 0);
}

.container-fluid .conatiner .row>* {
    padding-right: calc(var(--bs-gutter-x) * .5); 
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.with-paragraph--gallery .container, main {
    overflow: visible;
}

.channel-provider {
    background: rgba(21,74,75,.05) !important;
    border-color: rgba(21,74,75,.05) !important;
}

.channel-finder .channel-provider {
    border: 1px solid hsla(0,0%,100%,.2);
    background: rgb(255 255 255 / 30%) !important;
    box-sizing: border-box;
    border-radius: 2px;
    height: 46px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    display: block;
    text-decoration: none;
    flex-basis: calc(25% - 16px);
    padding: 13px 1em;
    margin: 0px 10px 10px 0px;
}

.channel-finder .channel-provider {
    
}

.channel-finder .channel-provider span {
    float: right;
}

.channel-finder .channel-provider span svg {
    fill: #000;
}

.channel-finder .nav-link:hover .location__region{
    text-decoration:underline;
}

.channel-finder .location__region{
    font-weight:700;
    
}
.channel-finder .location__country, .channel-finder .location__region{
    font-family: ProximaNova;
    font-size:14px;
}

.padding-top {
    padding-top: 4rem;
}

.padding-bottom {
    padding-bottom: 4rem;
}

main {
    display: block;
}

.bbc-first {
    background-color: #1d535f;
}

.bbc-first-nieuws {
    background-color: #F2F2F2;
}

.bbc-nl-get-channel {
    background-color: #84CCF3;
}

.hero {
    background-color: #C1D767 !important;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 28px 0;
    color: #fff;
}

.hero--blog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
}

.gel--great-primer--bold-upper, .channel-common .gel--pica, .blogContent p.title a, .channels-repeating-content-bloc-curation-title,.hero__content h1, .faqs_content h2  {
    font-family:'BBC Reith Sans Bd' !important;
}

.hero--blog .container .hero__content h1 {
    text-transform: none;
}

.hero h1 {
    color: #053308;
    text-shadow: none;
    font-weight: 700;
}

.btndisabled {
    font-size: 15px;
    height: 44px;
    padding: 0.75em 1.3em;
    text-align: center;
    border: 1.2px solid #e0e0e0;
    border-radius: 0;
    opacity: 1;
    color: rgba(0, 0, 0, .38) !important;
    font-family: inherit;
    background-color: transparent !important;
    text-decoration: none;
    font-weight: 700;
    display: flex
}

.btndisabled svg {
    fill: rgba(0, 0, 0, .38);
    margin-left: 10px;
    margin-top: 2px;
}

.btnactive {
    font-size: 15px;
    height: 44px;
    padding: 0.75em 1.3em;
    text-align: center;
    border: 1.2px solid #e0e0e0;
    border-radius: 0;
    color: #154a4b;
    opacity: 1;
    background-color: transparent !important;
    text-decoration: none;
    font-weight: 700;
    display: flex
}

.btnactive svg {
    fill: #154a4b;
    margin-left: 10px;
    margin-top: 2px;
}

.btnactive:hover {
    background-color: #e9e9e9 !important;
}

.btnonnow {
    margin-left: 30px;
    font-size: 15px;
    height: 44px;
    padding: 0.75em 1.1em;
    text-align: center;
    border: 1.2px solid #154a4b;
    border-radius: 0;
    color: #154a4b;
    opacity: 1;
    background-color: transparent !important;
    text-decoration: none;
    font-weight: 700;
    vertical-align: top;
}

.button-link-info{
    padding: 0;
    margin-top: 12px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #053308;
    border-color: transparent;
    background: transparent;
    position:relative;
    display: inline-block;
    width: auto;
}

.button--outline-primary {
    background-color: transparent !important;
    color: #154a4b !important;
    border-color: #e0e0e0 !important;
}

.button--md {
    padding: .75em 1.1em .65em;
    font-size: 15px;
    line-height: 20px;
    height: 44px;
}

.button {
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: .7333333333em 1em;
    border: 1px solid;
    border-radius: .1333333333em;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3333333333em;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.buttonGreen {
    padding: 1em 1.1em;
    font-size: 14px;
    text-align: center;
    font-family: inherit;
    background: #053308 !important;
    color: #C1D767 !important;
    line-height: 20px;
    height: 44px;
    position: relative;
    margin: 0;
    backface-visibility: hidden;
    border-radius: 2px;
    font-weight: 700;
    text-decoration: none;
}

.btnright-margin {
    margin: 0 0 0 auto;
    display: flex;
}

.buttonGreen.white {
    padding: .65em 1.1em;
    font-size: 15px;
    text-align: center;
    font-family: inherit;
    background-color: #FFF !important;
    border-color: #fff !important;
    line-height: 20px;
    height: 44px;
    color: #154a4b;
    position: relative;
    margin: 0;
    width: 50%;
    float: right;
    backface-visibility: hidden;
    border-radius: 2px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.carousel-bg {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.gel--brevier {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(0, 0, 0, .6);
}

.gel--brevier-bold {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(0, 0, 0, .6);
}

.hide {
    display: none;
}

.card:hover .hide {
    display: block;
}

.card:hover .teaser {
    display: none;
}

.card {
    border: none !important;
    border-radius: 0 !important;
    background: transparent;
    padding: 0 7.5px;
    transition: opacity 0.3s ease-in-out;
}

.card .title {
    color: #13c392;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 24px;
    font-family: 'BBC Reith Sans';
    margin: 0px 0px 24px;
}

.card-img,
.card-img-top {
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .1s ease-in-out;
    width: 100%;
}

.card:hover {
    transform: scale(1);
    padding: 0px;
}

.card:hover .title {
    color: #0c4466;
}

.card:hover .card-body {
    background-color: #13c392;
}

.studios-article-block.tiles {
    min-height: 350px;
}

.studios-article-block .lifter {
    transition: all .4s ease-in-out;
    position: relative;
    display: block;
}

.studios-article-block:hover .lifter, .studios-article-block:focus .lifter {
    position: absolute;
    padding: 0px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    margin: -15px -15px -30px;
}

.lead-content-block {
    background-color: #0a0c11;
    padding-top: 48px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.lead-content-block .lead-content-block_content .lead-content-block_description p {
    margin: 0;
    padding-bottom: 1.6rem;
    font-weight: 300 !important;
}

.studios-repeating-content-block__head h3 {
    color: rgba(0, 0, 0, 0.87);
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.studios-repeating-content-block__head .wht-heading {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-family: 'BBC Reith Sans xBold';
    align-items: baseline;
}

.lead-content-block .lead-content-block_content .lead-content-block_description h3 {
    font-family:  'BBC Reith Sans';
}

.more-info-carousel-head h3 {
    color: #fff;
    margin-left: 0;
    margin-bottom: 24px;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.3333333333em;
    letter-spacing: .25em;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'BBC Reith Sans Bd';
    display: flex;
    flex-wrap: wrap;
}

.more-info-carousel-head h3 .our_title {
    font-weight: 300;
    font-family: 'BBC Reith Sans lt';
}

.more-info-carousel-head h3 .tiles {
    white-space: nowrap;
}

.more-carousel-title-head {
    padding-top: 2rem;
}

.carousel-responsive-image {
    background-color: #c4c4c4;
    padding-top: 56.25%;
    position: relative;
}

.article-block__meta .channel-patch-box {
    max-width: 64px;
    width: 64px;
    margin-left: 8px;
}

.article-block__meta h3 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .3em;
    display: inline;
    font-size: 1.5em;
    line-height: 1.0833333333em;
    font-family: 'BBC Reith Sans Lt';
}

.multi-item-carousel.multi-items .studios-article-block .header {
    transform: scale(1);
}

.multi-item-carousel.multi-items .studios-article-block:hover {
    position: relative;
    padding: 0px 7px;
    transition: all .5s ease;
    transform: scale(1);
}

.multi-item-carousel.multi-items .studios-article-block:hover .header {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

.multi-item-carousel.multi-items .studios-article-block .header .picture-container:after {
    opacity: 0;
    transition: all .1s ease-in-out;
}

.multi-item-carousel.multi-items .studios-article-block:hover .header .picture-container:after {
    background: linear-gradient(180deg, rgba(3, 17, 42, 0) .18%, rgba(3, 17, 42, .7) 99.82%);
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
    transition: all .5s ease;
}

.multi-item-carousel.multi-items .studios-article-block .header .brand-logo {
    max-width: 90%;
    max-height: 100%;
}

.lead-content-block button .collapsed img, .lead-content-block button .expanded img {
    margin-left: 8px;
}

.studios-repeating-content-block .studios-article-block:hover .article-block__meta .text-holder h3 {
    font-size: 16px !important;
}

.studios-repeating-content-block .studios-article-block:hover .article-block__meta .text-holder p {
    font-size: 13px !important;
}

.studios-repeating-content-block .studios-article-block:hover .article-block__meta .text-holder .label {
    font-size: 12px !important;
}

.article-block__meta .text-holder {
    flex-grow: 1;
    max-width: 80%;
    padding-right: 50px;
}

.article-block__meta .more-info {
    font-size: 14px;
    line-height: 16px;
}

.article-block__meta .more-info svg {
    vertical-align: bottom;
    position: relative;
    margin-left: .5em;
}

.article-block__meta .more-info {
    display: none;
}

.open-icon {
    background: url('../../Resources/bbc-production/open-icon.svg') center center no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-right: 4px;
    text-decoration: none;
}

.our_team .profile-grid-section {
    padding-bottom: 5rem;
}

.card-body {
    padding: 20px 0px;
    padding-left: 5px;
}

.hero p {
    color: #053308;
    text-shadow: none;
}

.channel-sorry{
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: rgb(255 255 255 / 30%) !important;
    box-sizing: border-box;
    border-radius: 2px;
    height: 46px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 1em;
    color: #000;
    margin: 0 0px 1.8rem;
}

.hero_media {
    flex-basis: 52%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 52%;
}

.channels-repeating-content-bloc-curation-title {
    position: relative;
    margin: 0 0 10px 0px;
    font-size: 1.125em;
    font-weight: 900;
    line-height: 1.2222222222em;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: rgba(0, 0, 0, .87);
    text-transform: none;
    color: #053308;
}

.channel-header {
    background: #121212;
    color: #fff;
    padding-top: 4em;
}

.channel-bar-wrapper {
    height: 107px;
}

.channel-bar-wrapper {
    background-color: #154a4b;
}

.channel-bar-wrapper.bbc-nordic {
    background-color: #75efe2;
}


.channel-bar-wrapper .container {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.channel-bar-wrapper .container .channel-bar-description {
    display: flex;
    justify-content: center;
    align-items: center;
}

.channel-logo {
    padding-top: 0;
    width: 137px;
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 67px;
    text-indent: -9999px;
}

.channel-bar-wrapper .container .channel-logo {
    height: 45px;
}

.channel-bar-wrapper .container .channel-bar-description .channel-bar-text {
    margin-left: 3.3rem;
    padding-top: 0;
}

.channel-bar-wrapper p.headline {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0;
}

.channel-bar-wrapper p.headline {
    color: #75efe2;
    text-transform: none;
    font-size: 24px;
    line-height: 28px;
}

.channel-bar-wrapper p.supporting_text {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    margin: 6px 0 0;
}

.channel-bar-wrapper .container .channel-bar-buttons {
    margin-left: 3.3rem;
}

.show-page .channel-bar-wrapper.bbc-nordic p.headline {
    color: #154a4b;
}

.channel-bar-wrapper.bbc-nordic .channel-logo.bbc-nordic {
    background-image: url(https://www.bbcnordic.com/_next/static/media/patch-transparent.6185b99d32d841ac653bec2eea1769bd.png);
}

.lead-content-block .lead-content-block_inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.lead-content-block .lead-content-block_content {
    max-width: 826px;
}

.lead-content-block.isCollapsed {
    margin: 0 0 2em 0;
}

.lead-content-block button {
    color: #154a4b;
    text-transform: uppercase;
    height: auto;
    position: relative;
    text-align: left;
    padding-left: 0 !important;
    width: auto;
    position: relative;
    width: 104px;
    text-align: left;
    overflow: visible;
    text-decoration: underline;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3333333333em;
    font-family: sans-serif;
    background-color: transparent;
    border: none;
}

.lead-content-block .button[aria-expanded="false"] > .expanded,
.lead-content-block .button[aria-expanded="true"] > .collapsed {
    display: none;
    transition: all .6s ease-in;
}

.lead-content-block .full-description-para.collapse.show + .ellipsis-more {
    display: none;
}

.lead-content-block .drop-arrow-down {
    border-color: transparent transparent #154A48 transparent;
}

.drop-arrow-down {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(180deg);
}

.drop-down-box {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
}

.drop-arrow-up {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(0deg);
}

.lead-content-block .drop-arrow-up {
    border-color: transparent transparent #154A48 transparent;
}

.content-index {
    margin-bottom: 4rem;
}

.blogHeaderWrapper .blogContent, .page-blogIndex .blogHeaderWrapper .blogContent {
    display: flex;
    flex-direction: column;
}

.MuiAutocomplete-fullWidth {
    width: 100%;
}

.search input {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    padding: 1em 0 0.5em .4em;
    width: 112px;
    transition: width 1s ease-in-out;
    font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
    height: 44px;
    box-sizing: border-box;
    color: #154a4b !important;
}

.channels-article-block header {
    margin-bottom: -8px;
}

.grid-item {
    margin: 0 0 51px 0;
    padding: 0 15px 0 0;
}

.channels-article-block {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    position: relative;
    z-index: 1 !important;
}

.channels-article-block:hover {
    position: relative;
    z-index: 100;
}

.channels-article-block .lifter {
    transition: margin .4s ease-in-out, background .2s linear .2s, -webkit-filter .4s ease;
    transition: margin .4s ease-in-out, background .2s linear .2s, filter .4s ease;
    transition: margin .4s ease-in-out, background .2s linear .2s, filter .4s ease, -webkit-filter .4s ease;
}

.channels-article-block .article-block_meta {
    padding-bottom: 8px;
    transition: padding .4s ease-in-out, background .2s linear .2s;
    background: transparent;
    display: flex;
}

figure {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.channels-article-block:hover .lifter .article-block_meta, .channels-article-block:focus .lifter .article-block_meta {
    box-shadow: inset 0 4px 0 #C1D767;
}

.content-index .index-blocks .channels-article-block:hover .article-block_meta {
    background: #fff !important;
}

.content-index .index-blocks .article-block_meta {
    padding-top: 8px;
}

.article-block_meta .text-holder {
    flex-grow: 1;
    padding-right: 10px;
}

.text-holder .gel-brevier {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(0, 0, 0, .6);
}

.channel-patch.bbc-one {
    background-size: cover;
    width: auto;
    height: 48px;
    display: block;
    max-width: 64px;
    object-fit: contain;
    object-position: center;
}

.content-index .index-blocks .article-block_meta p.label {
    padding-top: 0 !important;
}

.content-index .index-blocks .blog-filter-link .text-holder .label, .channels-article-block .article-block_meta .text-holder .label {
    font-size: .8rem;
    line-height: 1.33333em;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 0;
    transition: color .2s linear .2s;
    color: #666;
    padding-top: 16px;
    text-transform: none;
    font-family: inherit;
    text-decoration: none !important;
}

.content-index .index-blocks a .blog-filter-link .text-holder .label, .channels-article-block .article-block_meta .text-holder .label {
    text-decoration: none;
}

.article-block_meta h3 {
    color: #053308;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
    display: inline;
    font-family: 'BBC Reith Sans Bd';
    margin-top: 0;
}

a:-webkit-any-link {
    text-decoration: none;
}

.anchor-small-tile {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #154a4b;
    margin-bottom: 8px;
}

.arrow {
    border: solid #154a4b;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 2.7px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.img-thumbnail {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.channel-finder {
    padding-top: 76px;
    padding-bottom: 80px;
}

/* News Letter*/

.newsletter {
    padding: 80px 0;
    background: #172228;
}

.newsletter.channel-newsletter {
    background-color: #75efe2;
}

.newsletter.channel-newsletter .newsletter_content {
    display: flex;
    max-width: 610px;
}

.newsletter.channel-newsletter .newsletter_content .channels-repeating-content-bloc-curation-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 31px;
}

.newsletter.channel-newsletter .hgroup {
    justify-content: start;
}

.newsletter.channel-newsletter .newsletter_content .medium {
    margin: 0 15px 0 0;
}

.newsletter.channel-newsletter .newsletter_content p, .newsletter.channel-newsletter .newsletter_content .medium {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin-top: 0;
    color: #154a4b;
}

.newsletter.channel-newsletter .social {
    display: flex;
    align-items: center;
    margin-top: 26px;
    margin-bottom: 23px;
}

.newsletter.channel-newsletter .social ul {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.newsletter.channel-newsletter .social ul li {
    list-style: none;
}

.newsletter.channel-newsletter .social ul a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.newsletter.channel-newsletter svg path {
    fill: #154a4b;
}

.Row-fullWidth {
    width: 100%;
    min-width: 100%;
    float: left;
}

.formLablel {
    font-size: 14px;
    line-height: 1.175rem;
    font-weight: 400;
    font-style: normal;
    display: block;
    min-height: 1.2rem;
    background-color: transparent;
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    appearance: none;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 0.5em;
    margin-top: 1.25em;
    font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
}

input.textfield, select {
    float: left;
    font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
    width: 100%;
    padding: 0.75rem;
    height: 50px;
    color: #777777 !important;
}

select, textarea, input.textfield {
    width: 100%;
    position: relative;
    padding: 0.9em 3em 0.6em 1em;
    cursor: pointer;
    -webkit-appearance: listbox;
    -moz-appearance: listbox;
    appearance: none;
    border: 1px solid #e0e0e0;
    background-color: white !important;
}

textarea {
    min-height: 6.9em;
}

select:focus, textarea:focus, input:focus {
    outline: 0;
}

.disclaimerText {
    margin: 0px;
    font-size: 0.8em;
    line-height: 1.5em;
    color: rgba(0, 0, 0, .6) !important;
    font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
}

.hide {
    display: none;
}

.channels-article-block:hover .hide {
    display: block;
}

.slick-slider .slick-list {
    overflow: visible !important;
}

.slick-slide:not(.slick-active) {
    opacity: .4;
    pointer-events: none;
}

.modal-content {
    border: 0;
    border-radius:0;
}

.accordion-item {
    border: 0
}

.faqs {
    background: hsla(0, 0%, 87.8%, .2);
    padding: 5em 0;
    margin-bottom: 0;
}

.faqs_content {
    margin-right: 115px;
}

.gel-trafalgar {
    font-size: 2em;
    line-height: 1.125em;
    font-weight: 700;
}

.faqs_content h2 {
    color: #154a4b;
    margin-bottom: 20px;
}

.faqs_content h2:after {
    background: #FF73FF;
    content: "";
    width: 46px;
    height: 3px;
    display: block;
    margin-top: 31px;
}

.accordion-item {
    border: 0;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 #e0e0e0;
}

.accordion-button {
    background-color: transparent;
    color: #154a4b;
    padding: 1.2rem .4rem;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2222222222em;
}

.accordion-button:focus {
    background-color: transparent;
    border: none;
    background: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    border: none;
    background: transparent;
    box-shadow: none;
    color: #154a4b;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

.accordion-body {
    color: rgba(0, 0, 0, .6);
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    padding: 0 2.7rem .6rem .4rem;
}

.anchor-small-tile {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #154a4b;
    margin-bottom: 8px;
}

.loader-cstm {
    display: block;
    width: 100%;
    height: 80%;
    text-align: center;
    position: absolute
}

.loader-cstm img {
    width: 50px;
    align-items: center;
    position: absolute;
    top: 50%;
}

  .meld-je-aan .container-fluid {
    max-width: 1280px;
}

.more-info {
    color: #053308;
    font-weight: 600;
    display: block;
    font-size: 14px;
    }

@media (max-width: 599px) {
    .faqs_content {
        margin-right: 0;
    }
}

@media (min-width: 300px) {
    .gel--brevier-bold {
        font-size: .875em;
        line-height: 1.2857142857em;
    }
}

@media (min-width: 600px) {
    .lead-content-block .lead-content-block__content .lead-content-block__description {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.625em;
    }

    .more-info-carousel-head h3 {
        color: #fff;
        margin-left: 0;
        margin-bottom: 24px;
        font-size: 1.5em;
        line-height: 1.0833333333em;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-weight: 900;
        font-family: 'BBC Reith Sans Bd';
    }

    .title-head {
        padding-top: 4rem;
    }

    .channels-article-block:hover, .channels-article-block:focus {
        box-shadow: none;
    }

    .channels-article-block:hover, .channels-article-block:focus {
        box-shadow: none;
        outline: 0;
        z-index: 3 !important;
    }

    .channels-article-block:hover .lifter, .channels-article-block:focus .lifter {
        background: #fff;
        box-shadow: 0 0 18px 18px rgba(0, 0, 0, .04);
    }

    .channels-article-block:hover .lifter, .channels-article-block:focus .lifter {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: -53px -25px -15px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-filter: drop-shadow(0 16px 24px rgba(0, 0, 0, .4));
        filter: drop-shadow(0 16px 24px rgba(0, 0, 0, .4));
        z-index: 1;
    }

    .channel-carousel{
        position:relative;
    }

    .channels-article-block:hover .lifter .article-block_meta, .channels-article-block:focus .lifter .article-block_meta {
        padding: 18px 16px 8px;
        box-shadow: inset 0 4px 0 #C1D767;
    }

    .channels-article-block:hover .teaser {
        display: none;
    }

    .gel--brevier-bold {
        font-size: 1.125em;
        line-height: 1.2222222222em;
    }
}

@media (min-width: 753px) {
    .card-body {
        padding-left: 0;
    }

    .studios-repeating-content-block .studios-article-block:hover .article-block__meta .text-holder h3 {
        font-size: 24px !important;
    }

    .studios-repeating-content-block .studios-article-block:hover .article-block__meta .text-holder p {
        font-size: 15px !important;
    }

    .studios-repeating-content-block .studios-article-block:hover .article-block__meta .text-holder .label {
        font-size: 12px !important;
    }

    .article-block__meta .text-holder {
        max-width: 90%;
    }

    .more-carousel-title-head {
        padding-top: 6rem;
    }

    .showing-pages {
        margin-top: 5rem;
    }

    .carousel-bg {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 1007px) {

    .channel-bar-wrapper {
        height: auto;
    }

.channel-bar-wrapper .container {
    flex-direction: column;
    padding: 32px 16px;
}

.channel-bar-wrapper .container .channel-bar-description {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}

.channel-bar-wrapper.bbc-nordic .channel-logo.bbc-nordic {
    margin-bottom: 16px;
}

.channel-bar-wrapper .container .channel-bar-description .channel-bar-text {
    margin-left: 0;
}

.channel-bar-wrapper .container .channel-bar-description {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}

.channel-bar-wrapper .container .channel-bar-buttons {
    margin: 0;
}

.channel-bar-wrapper .container .channel-bar-buttons .button-group {
    display: flex;
    flex-direction: column;
    margin: 16px 0 0;
}

.channel-bar-wrapper .container .channel-bar-buttons .button-group {
    display: flex;
    flex-direction: column;
    margin: 16px 0 0;
}

.show-page .channel-bar-wrapper .button-group .buttonGreen {
    width: 100%;
    margin: 8px 0;
}

.show-page .channel-bar-wrapper .button-group .btnactive {
    width: 100%;
    margin: 8px 0;
}
}

@media (min-width: 1008px) {
    .large-hero .brand_studio_content img {
        width: 413px;
        max-width: 100%;
    }

    .lead-content-block .lead-content-block__content .lead-content-block__description {
        font-size: 1.5em;
        font-weight: 300;
        line-height: 1.6666666667em;
    }

    hide {
        display: block;
    }

    .gel--brevier-bold {
        font-size: .8125em;
        line-height: 1.2307692308em;
    }
}

@media (min-width: 1280px) {
    .large-hero .brand_studio_content img {
        width: 481px;
        max-width: 100%;
    }

    .large-hero {
        height: 63vw;
        max-height: 800px;
        overflow: hidden;
        margin-top: 140px;
    }

    .lead-content-block .lead-content-block__content .lead-content-block__description p {
        margin: 0;
        padding-bottom: 1.6rem;
        font-weight: 300 !important;
    }

    .lead-content-block .lead-content-block__content .lead-content-block__description {
        font-size: 1.5em;
        font-weight: 300;
        line-height: 1.6666666667em;
    }

    .more-info-carousel-head h3 {
        color: #fff;
        margin-left: 0;
        margin-bottom: 24px;
        font-size: 1.5em;
        line-height: 1.0833333333em;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-weight: 900;
        font-family: 'BBC Reith Sans xBold';
    }

    .more-info-carousel-head h3 .tiles {
        white-space: normal;
    }

    .more-carousel-title-head {
        padding-top: 6rem;
    }

    .our_team .profile-grid-section {
        padding-bottom: 3rem;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .multi-item-carousel .carousel-inner .carousel-item .col-sm-12 {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .profile-grid-section .col-sm-6 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}

@media (max-width: 2960px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}

@media (min-width: 1280px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}

@media (max-width: 1007px) {
    .hero {
        padding: 23px ​0 32px;
    }

    .hero--blog {
        min-height: 100px;
        padding: 15px 0 22px;
    }

    .hero h1 {
        font-size: 32px;
        line-height: 32px;
    }

    .show-page .hero .container {
        flex-wrap: wrap;
    }

    .show-page .hero_media {
        max-width: 100%;
        flex-basis: 100%;
    }

    .padding-top {
        padding-top: 3rem;
    }

}

@media (max-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 375px){
    .title-carousel  .video-js{
        width: 336px !important;
        height: 223px !important;
}
    }

@media (min-width: 390px){
    .title-carousel  .video-js{
    width: 351px !important;
    height: 233px !important;
}
    
.title-carousel-four .video-js {
    width: 188px !important;
    height: 125px !important;
}
}

@media (min-width: 414px){
.title-carousel  .video-js{
    width: 376px !important;
    height: 250px !important;
}
    }

@media (min-width: 430px){
    .title-carousel .video-js {
        width: 391px !important;
        height: 260px !important;
    }

.title-carousel-four .video-js {
    width: 188px !important;
    height: 125px !important;
}
}

@media screen and (min-device-width: 320px) and (max-device-width: 599px) {
    .article-block_meta .text-holder {
     padding-right: 0px; 
}
    .padding-bottom {
    padding-bottom: 3rem;
}
    
.content-index {
    margin-bottom: 10px;
}

.faqs {
    padding: 2em 0;   
}

 .slick-prev, .slick-next
{
    display:none !important;
}

 .channel-finder {
    padding-top: 40px;
    padding-bottom: 40px;
} 
}
@media screen and (min-device-width: 768px) and (max-device-width: 819px) {
.title-carousel  .video-js{
    width: 729px !important;
    height: 485px !important;
}

.title-carousel-four .video-js {
    width: 171px !important;
    height: 114px !important;
}

}

@media screen and (min-device-width: 820px) and (max-device-width: 820px) {
    .article-block_meta .text-holder {
     padding-right: 0px; 
}
    .padding-bottom {
    padding-bottom: 3rem;
}
.content-index {
    margin-bottom: 2rem;
}
 .slick-prev, .slick-next{
    display:none !important;
}
  .channel-finder {
    padding-top: 40px;
    padding-bottom: 40px;
} 

  .title-carousel  .video-js{
    width: 766px !important;
    height: 505px !important;
}

.title-carousel-four .video-js {
    width: 181px !important;
    height: 120px !important;
}
}

@media screen and (min-device-width: 821px) and (max-device-width: 1024px) { 

  .title-carousel  .video-js{
    width: 478px !important;
    height: 318px !important;
}

.title-carousel-four .video-js {
    width: 232px !important;
    height: 154px !important;
}
}

.navigation__search {
    overflow: scroll;
    align-items: flex-start;
    max-height: calc(100vh - 68px);
}

.algolia-search-results {
    display: flex;
    flex-wrap: wrap;
    padding: 74px 0;
    width: 100%;
    background-color:#f6f6f6;
}

.algolia-search-results header {
    margin-bottom: 64px;
    width: 100%;
}

.algolia-search-results header h3 {
    color: rgba(0, 0, 0, .87);
    line-height: 36px;
    font-size: 32px;
    font-weight: 700;
}

.algolia-search-results header span {
    color: rgba(0, 0, 0, .38);
}

.close-button-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 56px;
}

@media (max-width: 599px) {
    .navigation--search-open .navigation__search {
        max-height: calc(100vh - 148px);
    }
}

.blog-search .channels-article-block:hover .lifter,  .blog-search .channels-article-block:focus .lifter {
    margin:0 !important;
    -webkit-filter: drop-shadow(0 0px 0px rgba(0, 0, 0, 0));
    filter: drop-shadow(0 0px 0px rgba(0, 0, 0, 0));
    box-shadow:none !important;
    background:transparent;
    background-color:transparent;
    position: relative;
    transform:unset
}

.blog-search .channels-article-block:hover .lifter .article-block_meta, .blog-search .channels-article-block:focus .lifter .article-block_meta {
    padding: 0px;
    box-shadow: none !important;
    transition:none !important;
}

.blog-search .channels-article-block header {
    margin-bottom: 0px !important;
}

.blog-search .blog-lifter .article-block_meta .text-holder {
    padding-top: 0px;}

.blog-search .channels-article-block .article-block_meta {
    padding-top: 0px
    }
.blog-search .grid-item {
    padding: 0px;
    }

.navigation__expanded-wrapper{
   z-index: 99999;
    position: absolute;
    width: 100%;
}

.algolia-search-results .pagination-wrapper {
    margin: 64px auto 32px;
    text-align: center;
}
 
.pagination-wrapper button {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
}
 
.pagination-wrapper .pagination-number {
    margin-left: 5px;
    color: #053308 !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;
}

@media (min-width: 1280px){
.title-carousel  .video-js{
    width: 615px !important;
    height: 405px !important;
}

.title-carousel .channels-article-block:hover .video-js{
    width: 665px !important;
    height: 405px !important;
}

.title-carousel-four .video-js {
    width: 296px !important;
    height: 197px !important;
}

.title-carousel-four .channels-article-block:hover .video-js {
    width: 349px !important;
    height: 241px !important;
}
}

.vjs-poster {
    background-size:cover !important; 
}

.video-js {
vertical-align: inherit !important;
}

.vjs-poster img {
object-fit: cover !important;
height:auto !important;
}
