﻿body {
    font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
    color: #333;
}

.theme-white {
    background-color: #fff;
    color: #333;
}

.no-top-pad {
    padding-top: 0;
}

.padding-btm {
    padding-bottom: 4rem;
}

.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 BD", Helvetica, Arial, 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;
}


.theme-black.our_tiles {
    background-color: #0c4466;
    padding-bottom: 80px;
}

.theme-black .studios-article-block {
    transition: all .1s ease-in-out;
}

.studios-repeating-content-block.no-top-pad {
    padding-top: 0rem;
}

.studios-repeating-content-block__curation-title {
    margin: 0 1rem 1rem 0;
}

.theme-black .studios-article-block:hover {
    padding: 0px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 2;
    transition: all 1s ease;
}
.theme-black .genres-home .studios-article-block:hover .header{
    transform: scale(1.025)
}
.theme-black .production-units-tiles .studios-article-block:hover .header {
    transform: scale(1.025)
}
.theme-black .producers-units-tiles .studios-article-block:hover .header {
    transform: scale(1.025)
}
.theme-black .production-labels-tiles .studios-article-block:hover .header {
    transform: scale(1.025)
}


.theme-black .studios-article-block .header {
    transition: all .1s ease-in-out;
}
.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;
}
.theme-black .studios-article-block .lifter .header{
    transition: none;
}

.theme-black .studios-article-block:hover .gel--minion label {
    background-color: #ffffff;
}

.theme-black.studios-article-block:hover .gel--great-primer {
    color: #0c4466;
    padding: 10px;
}



.theme-black .studios-article-block:hover .article-block__meta {
    background-color: #13c392;
    box-shadow: inset 0 4px 0 #fff;
    margin-top: -14px;
    padding-bottom: 8px;
}

.theme-black .studios-article-block .article-block__meta .text-holder h3 {
    color: #fff;
    letter-spacing: 0.15em;
    font-size: 1.5em;
    line-height: 1.0833333333em;
}

.theme-black .studios-article-block:hover .article-block__meta .text-holder h3 {
    color: #0c4466;
}

.theme-black .studios-article-block .gel--great-primer {
    letter-spacing: -0.33px;
}


.theme-black
.studios-article-block
.article-block__meta
.text-holder
p.gel--brevier {
    font-size: 0.9em;
    line-height: 1.3333333333em;
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 0.9375em;
    line-height: 1.3333333333em;
}

strong {
    font-weight: 900 !important;
}

.large-hero {
    color: #fff;
    height: 63vw;
    display: flex;
    max-height: 800px;
    overflow: hidden;
    margin-top: 0;
    min-height: 320px;
}

.large-hero .large-hero__background-image {
    justify-content: flex-end !important;
}

.large-hero .large-hero__background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    margin: auto;
    position: relative;
    max-width: 1920px;
    flex-direction: column;
}

.large-hero .large-hero__background-image:before {
    background: #000;
    opacity: 0.3;
}

.large-hero .large-hero__background-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.large-hero .container.content-container {
flex-direction: column;
align-items: flex-start;
}

.large-hero .brand_studio_content {
    height: 100%;
}

.large-hero .container {
    align-items: center;
    display: flex;
    z-index: 2;
}

.large-hero .brand_studio_content .brand-logo {
    width: 100%;
    text-align: center;
    margin: auto;
}

.large-hero .brand_studio_content img {
    width: 188px;
    max-width: 100%;
}

.carousel-bg {
    padding-top: 5rem;
    padding-bottom: 4rem;
    background-color: #0a0c11;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.carousel-bg .studios-repeating-content-block.no-top-pad {
    padding: 0;
}

.lead-content-block {
    background-color: #0a0c11;
    max-width: 100%;
    padding-top: 48px;
    padding-bottom: 60px;
    margin: 0;
    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 {
    font-size: 1.125em;
    line-height: 1.4444444444em;
    font-family: 'BBC Reith Sans lt';
}

.title-head {
    padding-top: 2rem;
}

.team-title-head {
    padding-top: 2rem;
}

.showing-pages {
    margin: 0 auto;
    padding: .75em 1.5em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 50px !important;
}
.showing-pages:active {
    border: none;
    outline: none;
    box-shadow: none;
}
.production-load-more-btn .PagedList-skipToLast {
    display: none;
}

.profile-grid {
    display: grid;
    flex-direction: row;
}

.profile-grid-section .profile-grid.isCollapsed {
    margin: 0 0 2em 0;
}

.profile-grid .profile-position {
    margin: 0.8rem 0 1.6rem;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    font-family: 'BBC Reith Sans Bd';
}

.our_team {
    background-color: #ffffff;
}

    .our_team h3 {
        color: rgba(0, 0, 0, .87);
        text-transform: uppercase;
        font-size: 18px;
        line-height: 1.0833333333em;
        position: relative;
        margin: 0 1rem 1rem 0;
        letter-spacing: 3px;
    }

        .our_team h3 .our_title {
            color: rgba(0, 0, 0, .87);
            text-transform: uppercase;
            letter-spacing: 3px;
            font-weight: 300;
        }

    .our_team .tiles {
        color: rgba(0, 0, 0, 0.87);
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 3px;
        font-family: "BBC Reith Sans XBold";
    }


    .our_team .profile-grid .profile-image {
        width: 100%;
        max-height: 294px;
        overflow: hidden;
    }

.profile-grid .profile-detail {
    width: 100%;
}

.profile-grid-section .profile-grid .profile-name {
    margin: 0;
    font-size: 24px;
    text-transform: capitalize;
    display: inline-block;
    font-family: "BBC Reith Sans Bd";
    font-weight: 400;
    letter-spacing: 0.25em;
    line-height: 1.0833333333em;
}

.profile-grid-section .profile-grid .profile-position {
    color: hsla(0, 0%, 100%, 0.87);
}

.profile-grid-section .profile-grid .profile-full-description {
    font-family: "BBC Reith Serif";
    font-weight: 400;
    line-height: 18px;
    font-size: 14px;
}

.profile-grid-section .profile-grid .profile-image {
    width: 28%;
}

.profile-grid-section .profile-grid .profile-detail {
    width: 72%;
    padding-left: 1.6rem;
}

.profile-grid-section .profile-grid {
    display: flex;
    flex-direction: row;
}

    .profile-grid-section .profile-grid .profile-button {
        display: block;
        margin: 1.3rem 0 0 0;
        padding-left: 0;
        line-height: 18px;
        font-family: BBC Reith Sans Bd, Helvetica, Arial, sans-serif;
        padding: 0.75em 1.5em;
        padding-left: 0;
        border-color: transparent;
        background: transparent;
        font-weight: 400;
        font-size: 1em;
    }

    .profile-grid-section .profile-grid .profile_description .button {
        color: #fff;
    }

        .profile-grid-section .profile-grid .profile_description .button img {
            margin-left: 5px;
        }

.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);
}

.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);
}

.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;
}

.music-bg {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.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%;
}
.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:hover .article-block__meta h3 {
    font-size: 1rem;
}
.card-body {
    padding: 20px 0px;
    padding-left: 5px;
}

@media (min-width: 400px) {
}

@media (min-width: 600px) {
    .card:hover .article-block__meta h3 {
        font-size: 1.5rem;
    }
    .lead-content-block .lead-content-block__content .lead-content-block__description {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.625em;
    }

    .our_team h3 {
        font-size: 1.5em;
        margin: 0 1rem 1rem 0;
    }

    .profile-grid-section .profile-grid .profile-image {
        width: 100%;
    }

    .profile-grid-section .profile-grid .profile-detail {
        width: 100%;
        padding-left: 0;
    }

    .profile-grid-section .profile-grid {
        display: flex;
        flex-direction: column;
    }

        .profile-grid-section .profile-grid .profile-name {
            margin: 1rem 0 0;
        }

    .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;
    }
}

@media (min-width: 753px) {
    .card-body {
        padding-left: 0;
    }
    .card:hover .article-block__meta h3 {
        font-size: 1.5rem;
    }
    .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%;
    }


    .profile-grid-section .profile-grid.isCollapsed {
        margin: 0 0 2.5em 0;
    }

    .profile-grid-section .profile-grid .profile-image {
        width: 100%;
        max-width: 296px;
    }

    .profile-grid-section .profile-grid .profile-name {
        margin: 1rem 0 0;
    }

    .more-carousel-title-head {
        padding-top: 6rem;
    }

    .showing-pages {
        margin-top: 5rem;
    }

    .our_team h3 {
        font-size: 1.5em;
    }
    .carousel-bg {
        padding-left: 16px;
        padding-right: 16px;
    }
    .our_team .profile-grid-section {
        padding-bottom: 2rem;
    }
    .title-head {
        padding-top: 4rem;
    }
}

@media (min-width: 1008px) {
    .card:hover .article-block__meta h3 {
        font-size: 1.5rem;
    }
    .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;
    }

    .team-title-head {
        padding-top: 8rem;
    }

    .our_team h3 {
        font-size: 1.5em;
        margin: 0 1rem 1rem 0;
    }

    .profile-grid-section .profile-grid .profile-image {
        width: 100%;
        max-width: 100%;
    }

    .profile-grid-section .profile-grid.isCollapsed {
        margin: 0 0 7.5em 0;
    }

    .profile-grid-section .profile-grid .profile-name {
        margin: 1rem 0 0;
    }

    .showing-pages {
        margin-top: 10rem;
    }
    .our_team .profile-grid-section {
        padding-bottom: 2rem;
    }
}

@media (min-width: 1280px) {
    .card:hover .article-block__meta h3 {
        font-size: 1.5rem;
    }
    .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;
    }

    .title-head {
        padding-top: 6rem;
    }

    .team-title-head {
        padding-top: 8rem;
    }

    .our_team h3 {
        font-size: 1.5em;
        margin: 0 1rem 1.6rem 0;
    }

    .profile-grid-section .profile-grid .profile-image {
        width: 100%;
        max-width: 100%;
    }

    .profile-grid-section .profile-grid.isCollapsed {
        margin: 0 0 7.5em 0;
    }

    .profile-grid-section .profile-grid .profile-position {
        margin: .4rem 0 1rem 0;
    }

    .profile-grid-section .profile-grid .profile-name {
        margin: 1rem 0 0;
    }

    .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%;
    }
}

@media(max-width: 600px)
{
    .large-hero .brand_studio_content img
    {
        width: 450px;
        max-width: 100%;
    }
}

@media (min-width: 768px)
{
    .large-hero .brand_studio_content img
    {
        width: 700px;
        max-width: 100%;
    }
}

@media (min-width: 1600px)
{
    .large-hero .brand_studio_content img
    {
        width: 1000px;
        max-width: 100%;
    }
}
