﻿body
{
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: "BBC Reith Sans", Helvetica, Arial, sans-serif;
    color: #333;
}

html
{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

.consent-margin-top
{
    margin-top: 135px;
}

.loader
{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
    width: 100%;
}

.loader_inner
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.sr-only
{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.theme-mercury
{
    background-color: #f7f7f7;
    color: #333;
}

.theme-black
{
    background-color: #000;
}

.theme-black *
{
    color: #fff;
}

.theme-white
{
    background-color: #fff;
    color: #333;
}

h1,
h2,
h3
{
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    margin-top: 0;
    margin-bottom: 1em;
}

button
{
    font-family: inherit;
}

a:focus
{
    box-shadow: 0 0 0 3px #3b1759;
    color: #3b1759;
    outline: 0;
}

.container
{
    overflow: hidden;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6px;
    padding-left: 6px;
}

.btn-load-more
{
    background-color: #1a1a2e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 40px;
    border: none;
    cursor: pointer;
    text-transform: none;
    transition: background-color 0.3s ease, transform 0.1s ease;
    display: inline-block;
    letter-spacing: 0.5px;
    font-family: "BBC Reith Sans Bd";
}

.btn-load-more:hover
{
    background-color: #2a2a3e;
    transform: translateY(-1px);
}

.btn-load-more:active
{
    transform: translateY(0);
}

.btn-load-more:focus
{
    outline: 2px solid #4a4a5e;
    outline-offset: 2px;
}

.hero-container
{
    padding-top: 0;
    position: relative;
    display: block;
    height: 63vw;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    min-height: 320px;
    max-height: 800px;
}

.hero-container .content-container
{
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.hero-container .carousel-item
{
    height: 100vh;
}

.hero-item
{
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.hero-item.hero-item-bg:before
{
    background: #000;
    opacity: 0.3;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.large-hero .large-hero__background-image:before
{
    background: #000;
    opacity: .3;
}

.hero-item .large-hero-content
{
    width: 100%;
    display: flex;
    align-items: end;
    flex-direction: row;
    height: 100%;
    position: relative;
    z-index: 2;
}

.hero-item .large-hero_headline
{
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    letter-spacing: 3px;
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.03125em;
    margin-bottom: 0;
    padding-bottom: 1.2rem;
    font-family: 'BBC Reith Sans Lt';
}

.hero-item .large-hero_headline span
{
    font-weight: 700;
    font-family: 'BBC Reith Sans Bd';
}

.studios-repeating-content-block-container
{
    background: #191919;
}

.studios-carousel-bg
{
    background: #191919;
}

.studios-repeating-content-block
{
    overflow: visible;
    padding-top: 3rem;
}

.studios-repeating-content-block-container .studios-repeating-content-block
{
    padding-bottom: 8rem;
    padding-top: 8rem;
    overflow: visible;
}

.studios-repeating-content-block__head
{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.gel--great-primer--bold-upper
{
    font-size: 1.125em;
    font-weight: 900;
    line-height: 1.2222222222em;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.studios-repeating-content-block__curation-title
{
    position: relative;
    margin: 0 1rem 1.6rem 0;
    flex-wrap: wrap;
    display: flex;
    font-family: 'BBC Reith Sans Bd';
}

.theme-black.our_tiles
{
    background-color: #000 !important;
    padding-bottom: 80px;
}

.studios-repeating-content-block__head h3 .our_title
{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
}

.studios-repeating-content-block__head h3 .tiles
{
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "BBC Reith Sans Bd";
    letter-spacing: 3px;
}

.studios-repeating-content-block__curation-title span
{
    font-weight: 300;
    font-family: 'BBC Reith Sans Lt';
    margin-right: 6px;
}

.view-grid
{
    padding: 0;
}

.view-grid li
{
    list-style-type: none;
    margin: 0;
    margin-bottom: 1.5rem;
}

.view-grid .grid-item
{
    margin: 0;
    margin-bottom: 2rem;
    position: relative;
}

.studios-article-block
{
    cursor: pointer;
    text-decoration: none;
    transition: opacity .5s ease-in-out;
}

.studios-article-block:focus,
.studios-article-block:hover
{
    box-shadow: none;
}

.studios-article-block .header
{
    position: relative;
    display: block;
}

.studios-article-block .header .picture-container
{
    position: relative;
    overflow: hidden;
    transition: all 0.1s ease-in-out !important;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 56.25%;
    display: block;
}

.studios-article-block .header .picture-container:after
{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.studios-article-block .header .image-container
{
    position: relative;
    overflow: hidden;
    transition: all 0.1s ease-in-out !important;
    width: 100%;
    padding-top: 56.25%;
    display: block;
}

.studios-article-block .header .image-container .lazy-load-image
{
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    transition: all 0.1s ease-in-out !important;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
}

.studios-article-block .header .image-container .lazy-load-image-logo
{
    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%;
}

.studios-article-block .header .lazy-load-image
{
    position: relative;
    overflow: hidden;
    transition: all 0.1s ease-in-out !important;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
}

.studios-article-block .header .lazy-load-image-logo
{
    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%;
}

.studios-article-block .header .brand-logo
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: contain;
    object-position: center;
    font-family: "object-fit: contain; object-position: center;";
    width: 100%;
}

.studios-article-block:focus .header img.brand-logo,
.studios-article-block:hover .header img.brand-logo
{
    -webkit-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
}

.multi-item-carousel .studios-article-block .header .picture-container:after
{
    background: none;
}

.multi-item-carousel .studios-article-block .header .picture-container
{
    padding-top: 149.95%;
    box-shadow: none;
    position: relative;
}

.production-unit-carousel .studios-article-block .header .picture-container
{
    padding-top: 149.95%;
    box-shadow: none;
    position: relative;
    display: block;
}

.carousel-block__meta .carousel-block__meta p
{
    color: #666;
}

.gel--great-primer
{
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.2222222222em;
}

.gel--minion-medium
{
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1.3333333333em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gel--long-primer
{
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 1.2em;
}

.carousel-block__meta .brand-studio-name
{
    color: #bcbcbc;
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1.3333333333em;
    letter-spacing: 2px;
    margin: 0 0 0.8rem;
}

.carousel-block__meta h3
{
    color: #333;
    display: inline-flex;
    align-items: center;
    transition: all 0.1s ease-in-out;
}

.gel--great-primer
{
    letter-spacing: -0.33px;
}

.carousel-block__meta h3
{
    color: hsla(0, 0%, 100%, 0.87);
    font-size: 1.25em;
    line-height: 1.2em;
}

.theme-black .studios-article-block:hover .carousel-block__meta h3
{
    text-decoration: underline;
}

.carousel-block__meta h3 span
{
    margin-right: 8px;
}

.button.button--link,
.button.button--tertiary,
.form-component .copy-section.success a.button--link,
.form-component .copy-section.success a.button--tertiary
{
    border-color: transparent;
    background: transparent;
    color: #3b1759;
}

.hero-nopadding .col-md-12.column
{
    padding: 0;
}

.carousel-btm-padding
{
    padding-bottom: 5rem;
}

.multi-item-carousel .carousel-inner .carousel-item .studios-article-block h3
{
    font-family: 'BBC Reith Sans Bd';
}

.studios-repeating-content-block__head h3 .our_title
{
    font-size: 18px;
}

.studios-repeating-content-block__head h3 .tiles
{
    font-size: 18px;
}



@media (min-width: 400px)
{
    .container
    {
        max-width: 100%;
    }
}

@media (min-width: 600px)
{
    .container
    {
        max-width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .gel--great-primer--bold-upper
    {
        font-size: 1.3125em;
        line-height: 1.1428571429em;
    }

    .gel--long-primer
    {
        font-size: 0.9375em;
        line-height: 1.3333333333em;
    }

    .hero-container
    {
        min-height: 400px;
    }

    .hero-item .large-hero_headline
    {
        font-size: 3.75em;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 1.05em;
        margin-bottom: 0;
        padding-bottom: 1.5rem;
    }

    .studios-repeating-content-block
    {
        padding-top: 4rem;
    }
}

@media (min-width: 768px)
{
    .hero-container
    {
        min-height: 400px;
        margin-top: 0;
    }

    .studios-repeating-content-block__head h3 .our_title
    {
        font-size: 24px;
    }

    .studios-repeating-content-block__head h3 .tiles
    {
        font-size: 24px;
    }
}

@media (min-width: 1024px) and (max-width: 1365px)
{
    .col-sm-12
    {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .genres-home .col-sm-12
    {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 1008px)
{
    .container
    {
        max-width: 1008px;
    }

    .gel--great-primer--bold-upper
    {
        font-size: 1.25em;
        line-height: 1.2em;
    }

    .hero-item .large-hero-content
    {
        align-items: end;
    }

    .hero-item .large-hero_headline
    {
        font-size: 3.75em;
        font-weight: 300;
        line-height: 1.05em;
        padding-bottom: 9rem;
    }

    .gel--long-primer
    {
        font-size: 0.875em;
        line-height: 1.2857142857em;
    }

    .studios-repeating-content-block
    {
        padding-top: 6rem;
    }

    .hero-container
    {
        min-height: 400px;
        margin-top: 8.2rem;
    }
}

@media (min-width: 1280px)
{
    .hero-container
    {
        min-height: 800px;
        margin-top: 8.2rem;
    }

    .container
    {
        max-width: 1280px;
    }

    .hero-item .large-hero-content
    {
        align-items: center;
    }

    .hero-item .large-hero_headline
    {
        font-size: 3.75em;
        font-weight: 300;
        line-height: 1.05em;
        padding-bottom: 8.2rem;
    }

    .gel--long-primer
    {
        font-size: 0.875em;
        line-height: 1.2857142857em;
    }

    .studios-repeating-content-block
    {
        padding-top: 6rem;
    }
}
