﻿.lead-content-block_right-column {
    padding-top: 0;
}

.lead-content-block .lead-content-block__content {
    padding-top: 0;
    padding-bottom: 0;
}

.lead-content-block_right-column .body-heading {
    margin-bottom: 4px;
    color: hsla(0, 0%, 100%, .87);
    font-size: 15px;
    line-height: 1.25em;
    font-weight: 700;
    font-family: 'BBC Reith Sans Bd';
}

.lead-content-block_right-column .body-text {
    color: hsla(0, 0%, 100%, .6);
    font-size: 15px;
    line-height: 1.2307692308em;
    font-weight: 400;
}

.lead-content-block_right-column .channel-finder__inputs {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
}

    .lead-content-block_right-column .channel-finder__inputs .dropdown-menu {
        display: none;
    }

    .lead-content-block_right-column .channel-finder__inputs .toggle--location {
        font-weight: 700;
        font-size: 1em;
        line-height: 18px;
        border-radius: 50px;
        padding: 13px;
        position: relative;
        color: #333;
        border-radius: 2px !important;
        left: 0;
        font-family: 'BBC Reith Sans Bd';
        width: 100%;
        background-color: #fff;
    }

        .lead-content-block_right-column .channel-finder__inputs .toggle--location:hover {
            background-color: #fff;
            border-color: transparent;
            text-decoration: underline;
        }


    .lead-content-block_right-column .channel-finder__inputs .dropdown-menu {
        box-shadow: 0 10px 20px rgba(0, 0, 0, .04), 0 2px 6px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);
        border-radius: 2px;
        background: #fff;
        max-height: 140px;
        overflow: scroll;
        min-width: 152px;
        border: 1px solid #e0e0e0;
        width: auto;
        padding: 0;
    }

        .lead-content-block_right-column .channel-finder__inputs .dropdown-menu li a {
            padding: .8em;
            font-size: 15px;
            line-height: 20px;
            color: rgba(0, 0, 0, .6);
            height: 44px;
            display: flex;
            align-items: center;
        }

.lead-content-block .lead-content-block__inner.pd-0 {
    padding: 0;
}

.lead-content-block {
    background-color: #000;
}

.location-group {
    display: flex;
    flex-direction: column;
    margin-top: 2.2rem;
    margin-bottom: .4em;
    align-items: center;
}

    .location-group .location .btn {
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        border-radius: 50px;
        padding: 13px;
        position: relative;
        color: #fff;
        font-family: 'BBC Reith Sans Bd';
    }

        .location-group .location .btn:hover {
            background-color: transparent;
            border-color: transparent;
            text-decoration: underline;
        }

    .location-group .location {
        width: 100%;
        border: 1px solid hsla(0, 0%, 100%, .2);
        box-sizing: border-box;
        border-radius: 2px;
        padding: 0 16px 0;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }

        .location-group .location .edit-icon {
            display: inline-block;
        }

.location-modal-container .modal {
    border: none !important;
}

.location-modal-container .modal-dialog {
    background: #fff;
    min-height: 356px;
    height: auto;
}

.location-modal-container .modal-body {
    border-radius: 0;
    padding: 10px
}

.location-modal-container .modal-content {
    border-radius: 0;
}

.location-modal-container .modal-body .container {
    width: 100%;
    padding: 0;
}

.location-select__regions {
    flex-basis: 33%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
    background: #f2f2f2;
    width: 100%;
    position: relative;
}

.location-select__regions-title {
    flex-basis: 33%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
    background: #f2f2f2;
    height: 100%;
}

.modal .location-select .region-title {
    height: 50px;
    align-items: center;
}

.region-title {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(0, 0, 0, .87);
    padding: 11px 16px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    background-color: #fff;
}

.current-region {
    padding: 11px 16px;
    background: #3b1759;
    color: #fff;
    font-weight: 700;
    border-right: 1px solid #e0e0e0;
    height: 50px;
    font-size: 15px;
    padding-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location-select__regions ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .location-select__regions ul li {
        border-bottom: 1px solid #e0e0e0;
    }

        .location-select__regions ul li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 11px 16px;
            color: inherit;
            text-decoration: none;
            font-size: 15px;
            font-weight: 700;
            background-color: transparent;
            line-height: 1.2307692308em;
            color: #053308;
            text-decoration: none;
        }

.location-select__countries {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    padding-top: 0;
    position: relative;
}

    .location-select__countries ul.countries {
        display: flex;
        flex-wrap: wrap;
        max-height: 100%;
        overflow: auto;
        padding: 2px 0 2px 8px;
        list-style: none;
        margin: 0;
        height: 100px;
        overflow-y: auto;
    }

    .location-select__countries .countries .countries__item {
        display: flex;
        height: 46px;
        flex-basis: calc(100% - 1.77778em);
        max-width: calc(100% - 1.77778em);
        margin-right: 8px;
        margin-left: 8px;
        border-right: 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .location-select__countries ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 11px 16px;
        color: inherit;
        text-decoration: none;
        font-size: 14px;
        width: 100%;
        color: #154a4b;
    }

        .location-select__countries ul li a:active, .location-select__countries ul li a:focus {
            text-decoration: underline;
            outline: 1px solid rgba(171, 122, 188, .8);
            border-radius: 2px;
            box-shadow: none !important;
        }

.location-select__close {
    margin-top: 1rem;
    padding: 1rem;
    text-align: right;
    display: none;
}

    .location-select__close .modal-close-btn {
        border-color: #C1D767;
        background: #C1D767;
        color: #fff;
        font-size: 15px;
        padding: .6333333333em 1em;
        position: relative;
        backface-visibility: hidden;
        border-radius: 2px;
        display: inline-block;
        width: auto;
        max-width: 100%;
    }

.channel-finder__inputs .dropdown {
    display: none;
}

.channel-finder__inputs .select-box {
    display: block;
    position: relative;
}

    .channel-finder__inputs .select-box select {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        padding: 10px;
        position: relative;
        color: rgba(0,0,0,.87);
        left: 0;
        font-family: 'BBC Reith Sans Bd';
        width: 100%;
        background-color: #fff;
        appearance: none;
        border-radius: 2px;
        border: 1px solid hsla(0, 0%, 100%, .2);
        height: 44px;
        padding-left: 16px;
    }

        .channel-finder__inputs .select-box select:focus-visible {
            outline: none;
            box-shadow: none;
        }

        .channel-finder__inputs .select-box select option {
            padding: .8em;
            font-size: 15px;
            line-height: 20px;
            color: rgba(0, 0, 0, .6);
            height: 44px;
            display: flex;
            align-items: center;
            font-family: 'BBC Reith Sans lT';
        }


    .channel-finder__inputs .select-box .channel-arrow {
        position: absolute;
        right: 14px;
        top: 20px;
        fill: #000;
    }

.channel-finder__providers {
    width: 100%;
}

    .channel-finder__providers .channel-finder-row {
        flex-direction: row;
        flex-wrap: wrap;
        margin-right: -.5rem;
        margin-left: -.5rem;
    }

        .channel-finder__providers .channel-finder-row .channel-provider {
            border: 1px solid hsla(0, 0%, 100%, .2);
            background: transparent;
            box-sizing: border-box;
            border-radius: 2px;
            height: 46px;
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            padding: 14px 1em;
            display: flex;
            justify-content: space-between;
            color: #fff;
            text-decoration: none;
            flex-basis: calc(25% - 16px);
            margin: 0 8px 1.8rem;
            max-width: 100%;
            flex-grow: 0;
            flex-shrink: 0;
            margin-top: 24px;
        }

            .channel-finder__providers .channel-finder-row .channel-provider:hover {
                text-decoration: underline;
            }

.location-select__countries .regioncountry-dropdown {
    display: block;
    width: 100%;
    margin-top: .8rem;
    margin-bottom: .8rem;
    padding: .75em 2.625em;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #3b1759;
    height: 44px;
    position: relative;
    z-index: 1;
    background: transparent;
    font-weight: 400;
    font-size: 13px;
    font-family: 'BBC Reith Sans Bd';
}

    .location-select__countries .regioncountry-dropdown option {
        color: #3b1759;
    }

.location-select__countries .location-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 32px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    content: "";
}

.location-select__countries .country_down_triangle {
    position: absolute;
    right: 4%;
    top: 50%;
}

.region-title .globe-icon {
    display: none;
}

.region-title .modal-close-btn-mobile {
    display: block;
    right: 0;
    position: absolute;
}

.modal-body .left-panel {
    width: 33.33333333%;
}

.modal-body .right-panel {
    width: 66.66666667%;
}

.location-active-row {
    display: flex;
    flex-direction: column;
}

.select-location-subRegion {
    width: 100%;
    margin-bottom: 10px;
}

.select-location-subRegion .location-accordion {
    width: 100%;
}

.select-location-subRegion .location-accordion .accordion-item:first-of-type .accordion-button {
    background: #C1D767;
    font-weight: 700;
    border-right: 1px solid #e0e0e0;
    height: 50px;
    font-size: 15px;
    border-radius: 0;
}

.select-location-subRegion .location-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.select-location-subRegion .location-accordion .accordion-button::after {
    transform: rotate(180deg);
}

.select-location-subRegion .location-accordion .accordion-body {
    padding: 8px;
}

.select-location-subRegion .location-accordion .accordion-button::after {
        background-image: none !important;
}


.select-location-subRegion {
        margin-bottom: 0px;
    }

.modal-dialog {
}

@media (min-width: 753px) {
}

@media (min-width: 1008px) {
    .select-location-subRegion {
        margin-bottom: 0;
    }

    .location-select__regions {
        position: absolute;
        left: 0;
        top: 50px;
        width: 33%;
        flex-basis: 33%;
    }

    .location-select__close {
        display: block;
    }

    .location-select__countries ul.countries {
        height: auto;
        overflow-y: auto;
    }

    .location-active-row {
        display: flex;
        flex-direction: row;
    }

    .location-select__countries .countries .countries__item {
        flex-basis: calc(50% - 1.77778em);
        max-width: calc(50% - 1.77778em);
    }

    .location-select__close .modal-close-btn {
        display: inline-block;
    }

    .region-title .globe-icon {
        display: inline-block;
    }

    .region-title .modal-close-btn-mobile {
        display: none;
    }

    .location-select__countries .country_down_triangle {
        display: none;
    }

    .location-select__countries .regioncountry-dropdown {
        display: none;
    }

    .location-select__countries .location-icon {
        display: none;
    }

    .location-modal-container .modal-body {
        padding: 0;
    }

    .location-select__countries ul.countries .regioncountry-dropdown {
        display: none;
    }


    .channel-finder__providers .channel-finder-row .channel-provider {
        max-width: 25%;
        margin-top: 0;
    }

    .channel-finder__providers .channel-finder-row {
        margin-right: -.8rem;
        margin-left: -.8rem;
    }

    .lead-content-block_right-column .channel-finder__inputs .toggle--location {
        width: auto;
        left: -14px;
        background-color: transparent;
        color: #fff;
        font-size: 14px;
    }

        .lead-content-block_right-column .channel-finder__inputs .toggle--location:hover {
            background-color: transparent;
            border-color: transparent;
            text-decoration: underline;
        }

    .lead-content-block_right-column .channel-finder__inputs {
        width: auto;
        margin-bottom: 0;
    }


        .lead-content-block_right-column .channel-finder__inputs .dropdown {
            display: inline-block;
        }



    .location-group {
        flex-direction: row;
    }

        .location-group .location {
            width: auto;
            border: none;
            border-radius: 2px;
            padding: 0;
            justify-content: space-between;
            display: flex;
            align-items: center;
        }

            .location-group .location .edit-icon {
                display: none;
            }

    .lead-content-block .lead-content-block__content {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .lead-content-block_right-column {
        padding-top: 130px;
    }

    .channel-finder__inputs .select-box select {
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        padding: 10px;
        position: relative;
        color: #fff;
        left: 0;
        font-family: 'BBC Reith Sans Bd';
        width: 100%;
        background-color: transparent;
        appearance: none;
        border: none;
        padding-right: 30px;
    }

    .channel-finder__inputs .select-box .channel-arrow {
        fill: #fff;
    }
}

@media (min-width: 1280px) {
}
