﻿.hero {
    padding: 28px 0;
}

.hero {
    padding: 6.4rem 0;
    background-color: #333;
    color: #fff;
}

    .hero h1 {
        color: #fff;
    }

.hero__content {
    flex-basis: 37%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 37%;
}

figure.article-image {
    max-width: 1244px;
    margin: 0 auto !important;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0 !important;
}

figure.article-image {
    flex-direction: column;
    align-items: start;
    margin: 5em 1.25em 5em 0;
    display: block;
}

figure {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.rich-text {
    max-width: 620px;
    margin: auto;
}

    .rich-text h4 {
        font-size: 1.5em;
        line-height: 1.1666666667em;
    }

    .rich-text a {
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        color: #333;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
    }


    .rich-text:first-of-type p:first-of-type {
        font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
        margin-top: 10.4rem;
        font-size: 1.5em;
        font-weight: 300;
        line-height: 1.6666666667em;
    }

    .rich-text p:not(.rich-text-blue) {
        color: rgba(0, 0, 0, .6) !important;
    }

    .rich-text p {
        font-family: "BBC Reith Serif", Helvetica, Arial, sans-serif;
        margin-top: 16px;
        line-height: 22px !important;
        font-size: 1.125em;
        font-weight: 300;
        line-height: 1.7777777778em;
    }

    .rich-text p {
        font-weight: 400;
        line-height: 1.2222222222em;
    }

.bbc-nordic {
    background-image: url(../../../../resources/emeachannelsites/africa/background-texture.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 90%;
    background-color: #3b1759 !important;
    color: #fff;
}

.gel--paragon {
    color: hsla(0, 0%, 100%, .87);
    font-size: 1.75em;
    line-height: 1.1428571429em;
    font-family: 'BBC Reith Sans Bd';
}

.channel-finder .gel-pica {
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
    font-weight: 700;
    font-family: 'BBC Reith Sans Bd';
}

.channel-finder .gel-brevier, .channel-finder p {
    font-size: 15px;
    color: hsla(0, 0%, 100%, .6);
}

.channel-finder .select-channel {
    display: flex;
}

.channel-finder .gel--body-copy p a {
    color: #fff;
}

.channel-finder select {
    background-color: transparent !important;
    border: none;
    width: 22%;
    padding: 0;
    height: 20px;
    color: #fff !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    appearance: auto;
    user-select: none;
    margin-right: 20px;
    font-weight: 700;
    background-image: url(../../../../resources/emeachannelsites/Africa/down-arrow-select-white.svg);
    margin-top: 2px;
}