﻿.search input
{
    color: #3b1759 !important;
}

.production-navbar-items .nav-link
{
    color: #3b1759 !important;
}

.production-navbar-items .nav-link.active
{
    box-shadow: inset 0 -3px 0 #50d5b9 !important;
    color: #3b1759 !important;
}

.algolia-search-results .figure .img-thumbnail
{
    width: 300px;
    height: 170px;
    background-repeat: no-repeat !important;
    object-fit: cover;
    background-size: cover !important;
    background-position: center !important
}

.algolia-search-results .channels-article-block:hover .lifter .article-block_meta, .channels-article-block:focus .lifter .article-block_meta
{
    padding: 0 !important;
    background: transparent !important;
}

.gel--great-primer--bold-upper
{
    font-size: 2em;
    line-height: 1.125em;
    font-family: 'BBC Reith Sans' !important;
    font-weight: 400;
}

.algolia-search-results .channels-article-block .article-block_meta h3, .article-block_meta h3
{
    font-family: 'BBC Reith Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.btnactive svg
{
    margin-right: 5px;
    fill: #000 !important;
    margin-left: 10px;
}

.algolia-search-results .channels-article-block .article-block_meta .text-holder .label
{
    text-transform: uppercase !important;
}

.episode-details
{
    box-shadow: 0 4px 8px rgba(0, 0, 0, .04), 0 0 2px rgba(0, 0, 0, .06), 0 0 1px rgba(0, 0, 0, .04), inset 0 -2px 0 #3b1759;
    padding: 16px;
    margin-right: 16px;
    flex-basis: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 40px;
    min-height: 200px;
}


.episode-details p.episode-time
{
    color: rgba(0, 0, 0, .6);
    letter-spacing: .1em;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 700;
}

.episode-details p.episode-title
{
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 2px;
    font-weight: 700;
}

.episode-details p.episode-number
{
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, .87);
    font-weight: 400;
    margin-bottom: 8px;
}

.episode-details p.episode-synopsis
{
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, .6);
    font-weight: 400;
    margin-bottom: 0;
}

.production-navbar-items .nav-link:hover
{
    box-shadow: inset 0 -3px 0 #50d5b9;
    text-decoration: none;
}

.pagination-wrapper .pagination-number
{
    margin-left: 5px;
    color: #333 !important;
    font-weight: 700;
}

.pagination-wrapper .pagination-number.active
{
    margin-left: 5px;
    background: #3b1759;
    color: #fff !important;
}

.pagination-wrapper button svg
{
    Fill: #333 !important;
}

.pagination-wrapper button:disabled svg
{
    Fill: rgba(0, 0, 0, .38) !important;
}



.channels-article-block:hover .vjs-poster img,
.channels-article-block:focus .vjs-poster img
{
    object-fit: cover !important;
    height: 100% !important;
}

.title-carousel .channels-article-block:hover .video-js
{
    height: auto !important;
}

.vjs-poster
{
    background-size: cover !important;
}

.video-js
{
    vertical-align: inherit !important;
}

.vjs-poster img
{
    object-fit: cover !important;
    height: auto !important;
}

.right-nav .location__region
{
    width: 145px !important;
}

.right-nav .location__country
{
    width: 110px !important;
}

.search-input-wrapper .close-icon svg
{
    fill: rgba(0, 0, 0, .38) !important;
}

.barlesque__menu-wrapper, .footer__mobile-nav-toggle + div .footer__menu
{
    flex-basis: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1.6rem 3.2rem 3.2rem;
}

.barlesque__menu-wrapper nav, .footer__mobile-nav-toggle + div .footer__menu nav
{
    margin-right: auto;
    margin-left: auto;
}

.barlesque a
{
    display: block;
    color: inherit;
    text-decoration: none;
}

.barlesque__menu a
{
    color: #fff;
    text-decoration: none;
    padding: 1rem .8rem;
    box-shadow: inset 0 -1px 0 #4f4f4f;
}

barlesque__menu-wrapper a, .footer__mobile-nav-toggle + div .footer__menu a
{
    padding: 1rem .8rem;
    box-shadow: inset 0 -1px 0 #4f4f4f;
}

#menuBtntop
{
    display: none;
}

@media (max-width: 1007px)
{
    .barlesque__menu-wrapper nav, .footer__mobile-nav-toggle + div .footer__menu nav
    {
        max-width: 100%;
        display: grid;
    }

    .barlesque__menu-wrapper
    {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        animation-fill-mode: both;
        animation-duration: 875ms;
        animation-delay: 125ms;
        animation-iteration-count: 1;
        animation-name: react-reveal;
    }

    .barlesque__menu-wrapper
    {
        display: none;
    }

    .barlesque__menu-wrapper.active
    {
        display: block;
    }

    #menuBtntop
    {
        display: block;
        background-color: transparent !important;
        border: none !important;
        color: #FFF !important;
        position: relative;
        margin-left: auto;
        padding: 1.5rem 2.4rem 1.5rem 1.5rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    #menuBtntop:after
    {
        display: block;
        position: absolute;
        top: 50%;
        right: 8px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-top: 6px solid #fff;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
    }

    .barlesque__menu-wrapper, .footer__mobile-nav-toggle + div .footer__menu
    {
        padding: 1.6rem 0rem 0rem;
    }

    .youtube-feature-block .videos .video h4 {
        font-size: 16px;
        line-height: 20px;
    }
}

@keyframes react-revel
{
    100%
    {
        opacity: 1;
        transform: none;
    }

    0%
    {
        opacity: 0;
        transform: translate3d(0px, -100%, 0px);
    }
}

@media (min-width: 1008px)
{
    .barlesque__menu-wrapper, .footer__mobile-nav-toggle + div .footer__menu
    {
        height: auto;
        flex-basis: auto;
        margin-right: 0;
        padding: 0;
    }

    .barlesque__menu-wrapper a, .footer__mobile-nav-toggle + div .footer__menu a
    {
        padding: 1.4rem 1.6rem;
        box-shadow: none;
    }
}

@media (max-width:767px)
{
    .youtube-feature-block .videos .video
    {
        flex-basis: calc(50% - 16px) !important;
        margin: 16px 4px;
    }
}

@media (max-width:1008px)
{
    .social-signup-wrapper .container
    {
        display: grid !important;
    }

    .social-signup-wrapper .buttonGreen
    {
        width: 100%;
        display: block;
    }

    .youtube-feature-block .videos .video
    {
        flex-basis: calc(50% - 20px) !important;
        margin: 16px 4px;
    }
}



.channels-article-block:hover .lifter .article-block_meta,
.channels-article-block:focus .lifter .article-block_meta
{
    padding: 18px 16px 8px;
    box-shadow: none;
}

.channel-four .row .col-lg-3
{
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
}

.channel-four .row
{
    margin-left: calc(0 * var(--bs-gutter-x));
}

.channel-header
{
    background: #fff;
}

.channel-header
{
    color: #fff;
    padding-top: 2em;
}

.channel-header .header
{
    display: flex;
    position: relative;
    align-items: flex-end;
    padding-bottom: 1.2em;
}

.channel-header .container
{
    overflow: visible;
}

.channel-header .channel-patch
{
    margin-right: 1.3em;
    margin-bottom: 0;
}

.channel-header .channel-patch .img-thumbnail
{
    margin-bottom: 0;
    width: 160px;
    border: 0;
    border-radius: 0;
}

.channel-header .channel-patch.bbc-nordic
{
    background-size: 100%;
    flex-shrink: 0;
    background-repeat: no-repeat;
}

.channel-header .sub-title
{
    flex-grow: 1;
    margin-top: 20px;
}

.channel-header .sub-title
{
    flex-basis: 77%;
    margin-right: 70px;
}

.channel-header h2
{
    color: rgba(0, 0, 0, .87);
    margin-top: -.1em;
}

.channel-header .sub-title h2
{
    font-family: BBC REITH SANS;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, .87);
}

.channel-header .header .button-group
{
    margin-bottom: 0;
    margin-top: 1.4rem;
    display: flex;
}

.channel-header .header .button-group a
{
    margin: 0 20px 0 0;
}

.channel-header .sub-title .button-group .buttonGreen
{
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    font-weight: 500;
}

.channel-header .sub-title .button-group .buttonGreen:hover
{
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0.05)), #565656 !important;
}

.channel-header .sub-title .button-group .btnactive
{
    box-shadow: inset 0 0 0 1.5px #000;
    border: 0;
    color: #000 !important;
    padding: 1em 1.1em;
    margin-right: 1px;
    font-family: 'BBC Reith Sans Bd';
    font-size: 14px;
}

.channel-header .sub-title .button-group .btnactive svg
{
    fill: #000 !important;
    margin-right: 10px;
}

.channel-header .sub-title .button-group .btnactive img
{
    margin-right: 5px;
}

.bbc-maritime
{
    background-color: #8a82ba !important;
}

.channel-header .channel-logo.bbc-nordic-plus
{
    background-color: #154a4b;
    height: 64px;
    width: 106px;
    flex-shrink: 0;
    background-size: 79%;
    background-position: 50%;
}

.channel-header .social
{
    flex-basis: 13%;
}

.channel-header .social h3
{
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3333333333em;
    margin-bottom: .7em;
    white-space: nowrap;
    color: rgba(86, 86, 86, .87) !important;
    letter-spacing: .1em;
    text-transform: none;
    margin-top: 0;
    font-family: bbc-lifestyle;
}

.channel-header .social ul
{
    position: relative;
    right: -8px;
}

.channel-header .social ul
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.channel-header .social ul,
.channel-header .social ul li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.basic-channel-layout .channel-header .social a
{
    vertical-align: super;
}

.channel-header .social ul li a
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
}

.channel-header .social ul li a svg
{
    fill: #000;
}

.header-tabs
{
    justify-content: space-between;
    align-items: center;
}

.header-tabs .btnactive
{
    border: none;
    color: #565656;
    font-weight: 400;
    padding: 0.75em .8em;
}

.header-tabs a svg
{
    fill: #565656;
    margin-right: 5px;
    margin-top: -3px;
}

.header-tabs a
{
}

.header-tabs .button-group
{
    margin: 0;
    display: flex;
    align-items: baseline;
}

.button-link
{
    font-family: inherit;
    padding: 0.75em 1.1em 0.65em;
    font-size: 16px;
    line-height: 16px;
    height: auto;
    margin-bottom: 0.4em;
    display: inline-block;
    width: auto;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    border: none;
    color: #fff;
    font-weight: 700;
}

.header-tabs .button-group .button--primary,
.header-tabs .button-group .button--secondary
{
    margin-left: auto;
    padding-right: 0 !important;
    border: 0;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.button-link.active
{
    border-bottom-color: #ff5a00 !important;
    border-bottom: 2px solid transparent;
    color: rgba(0, 0, 0, 0.87);
    background-color: transparent;
    font-size: 13px;
    font-weight: 700;
}

.button-link.in-active
{
    color: rgba(0, 0, 0, .6);
    background-color: transparent;
    font-size: 13px;
}

.button-link.button--secondary
{
    color: #000 !important;
    background-color: transparent;
}

.button-link.button--secondary svg
{
    fill: #000 !important;
}

.button-link.button--secondary span
{
    font-family: 'BBC Reith Sans Bd';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
}

.event-blocks
{
    display: flex;
}

.event-blocks .event-block
{
    border: 1px solid hsla(0, 0%, 100%, .1);
    margin: 7px 15px 10px 0px;
    flex-basis: 20%;
    flex-grow: 1;
    padding: 8px 16px;
}

.event-block
{
    border-color: #e9e9e9 !important;
}

.event-blocks .event-block .hover-wrapper
{
    display: flex;
}

.event-blocks .event-block time
{
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-right: 1.7em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .6);
}

.event-block time
{
    color: rgba(0, 0, 0, .6) !important;
}

.event-blocks .event-block h4
{
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, .6);
    font-family: 'BBC Reith Sans Bd';
}

.event-blocks .event-block h5
{
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
}

.event-container .nav-tabs
{
    --bs-nav-tabs-border-color: transparent;
    border-bottom: 0;
}

.event-container .nav-tabs .nav-link
{
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
    width: auto;
    max-width: 100%;
    color: rgba(0, 0, 0, .6);
    font-size: 13px;
    font-weight: 500;
    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;
}

.event-container .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active
{
    font-weight: 700;
    outline: 0;
    opacity: 1;
    border-bottom: 2px solid #bf9956;
    font-size: 13px;
    line-height: 16px;
    height: auto;
    margin-bottom: .4em;
    color: rgba(0, 0, 0, .87);
}

.cf-video .article-block_meta p.label
{
    padding-top: 10px !important;
}

.social-signup-wrapper-outer
{
    background: #8a82ba;
}

.social-signup-wrapper-outer + .social-signup-wrapper-outer
{
    background: #fff;
}

.social-signup-wrapper
{
    min-height: 292px;
    display: flex;
}

.social-signup-wrapper .container
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.social-signup-wrapper-outer .social-signup-title
{
    text-indent: -9999px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0;
}

.social-signup-wrapper-outer .social-signup-title
{
    text-indent: 0;
    font-family: 'BBC Reith Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: rgba(0, 0, 0, .87);
    text-transform: none;
    letter-spacing: normal;
    white-space: nowrap;
}

.social-signup-wrapper .buttonGreen
{
    background-color: #000 !important;
    color: #fff !important;
    padding: 1em 3em !important;
}

.social-signup-wrapper .container .social-signup-text
{
    flex-basis: 55%
}

.social-signup-title-text
{
    margin-bottom: 0rem;
    font-size: 28px;
    font-weight: 400;
    color: rgba(0, 0, 0, .87);
    font-family: 'BBC Reith Sans';
}

.social-signup-description
{
    font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-top: 26px;
    color: rgba(0, 0, 0, .87);
}

.social-signup-title
{
    width: 179px;
    height: 61px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0;
}

.button-group
{
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}

.button.button--primary-maritime
{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: #000;
    text-transform: none;
    border: none !important;
}

.youtube-feature-block
{
    background: #f6f6f6;
    padding: 64px 0;
}

.youtube-feature-block .container-fluid
{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.youtube-feature-block h3
{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 44px;
    font-family: 'BBC Reith Sans Bd'
}

.youtube-feature-block .tabs
{
    display: flex;
    margin: 0 -9px;
}

.youtube-feature-block .tabs button.is-active
{
    opacity: 1;
    cursor: pointer;
    box-shadow: inset 0 -2px 0 #50d5b9;
}

.youtube-feature-block .tabs button
{
    border: 0;
    background-color: rgb(19, 26, 38);
    flex-grow: 1;
    margin: 9px;
    opacity: .3;
    flex-basis: 1%;
    height: 112px;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    cursor: pointer;
}

.youtube-feature-block .tabs button img
{
    max-height: 56px;
    max-width: 195px;
}

.youtube-feature-block .videos
{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.youtube-feature-block .videos .video
{
    flex-basis: calc(25% - 16px);
    margin: 15px 8px 24px;
}

.youtube-feature-block .videos .video a
{
    text-decoration: none;
}

.youtube-feature-block .videos .video figure
{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 16px;
}

figure
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.youtube-feature-block .videos .video h4
{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, .87);
    opacity: .87;
    margin-bottom: 4px;
}

.youtube-feature-block .videos .video h5
{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(0, 0, 0, .6);
    opacity: .6;
    font-family: "BBC Reith Sans Bd";
}

.actions a:hover
{
    background-color: #502b70 !important;
}

.youtube-feature-block .videos .video figure img
{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
}

.youtube-feature-block .videos .video h4 svg
{
    width: 16px;
    height: 16px;
}

.youtube-feature-block .actions
{
    text-align: center;
}

.actions a
{
    padding: 1em 1.1em;
    font-size: 14px;
    text-align: center;
    font-family: inherit;
    border-color: #3b1759 !important;
    background: #3b1759 !important;
    color: #fff !important;
    font-family: BBC Reith Sans, Helvetica, Arial, sans-serif !important;
    line-height: 20px;
    height: 44px;
    position: relative;
    margin: 0;
    backface-visibility: hidden;
    border-radius: 2px;
    font-weight: 700;
    text-decoration: none;
    border: none !important;
}

.hero h1, .hero p
{
    color: #fff;
}

.hero p
{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    letter-spacing: normal;
    margin-top: 27px;
}

.hero__content
{
    flex-basis: 37%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 37%;
}

@media (max-width: 599px)
{
    .channel-header
    {
        padding-top: 3rem;
    }

    .channel-header .header
    {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 16px;
        display: block;
    }

    .channel-header .sub-title
    {
        flex-basis: 100%;
        margin-right: 0px;
    }

    .channel-header .header .button-group
    {
        flex-direction: column;
        align-items: flex-start;
    }

    .channel-header .sub-title .button-group .buttonGreen
    {
        width: 100%;
    }

    .channel-header .sub-title .button-group .btnactive
    {
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .youtube-feature-block .tabs button
    {
        width: 92px;
        height: 56px;
    }

    .youtube-feature-block .tabs .topgear img
    {
        width: 64.21px;
    }

    .hero__content
    {
        max-width: 100%;
    }

    .lead-content-block__content h3, .gel--great-primer--bold-upper,.youtube-feature-block h3 {
        font-size: 24px !important;
    }

    .youtube-feature-block h3 {
        margin-bottom: 10px;
     }

    .youtube-feature-block .videos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
}

@media (max-width: 1008px)
{
    .youtube-feature-block .tabs button
    {
        margin: 9px 3.5px;
    }

    .youtube-feature-block .tabs button img
    {
        max-width: 95%;
        max-height: 70%;
    }

    .hero__content
    {
        max-width: 100%;
    }
}

.accordion__content table
{
    border: 0 !important;
}

.accordion__content table tr
{
    box-shadow: 0 1px 0 #e0e0e0;
}

.accordion__content table td:first-of-type, .accordion__content table th:first-of-type
{
    width: 100%;
}

.accordion__content table th
{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #4f4f4f;
}

.accordion__content table td, .accordion__content table th
{
    padding: 10px;
    border: 0 !important;
    text-align: left;
}

.accordion__content table td
{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4f4f4f;
}

.with-subhead .faqs_content h2:after
{
    background-color: transparent !important;
    display: none;
}

.with-subhead .faqs_content h3
{
    margin: 24px 0 32px;
}

.faqs h3.gel--trafalgar
{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    color: #7f7f7f;
    margin: 24px 0 32px;
    font-family: 'BBC Reith Sans Bd';
}

.faqs_content h2
{
    margin-bottom: 20px;
    color: rgba(0, 0, 0, .87);
}

.faqs.with-subhead .faqs_content h2:after
{
    background: none;
    content: "";
    width: auto;
    height: 0px;
    display: block;
    margin-top: 0px;
}

.faqs.with-subhead .faqs_content p
{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, .6);
}

.accordion-button
{
    color: #333;
    font-family: "BBC Reith Sans Bd";
}

.accordion-button:not(.collapsed)
{
    color: #333;
}

.faqs .text-center
{
    text-align: left !important;
}

.faqs .text-center .buttonGreen
{
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    color: #3b1759 !important;
    text-decoration: underline;
}

#tvguide-btn
{
    display: block !important;
    margin-top: -1px !important;
}

.accordion-body p a
{
    color: rgb(59, 23, 89);
}

.select-location-subRegion .location-accordion .accordion-item:first-of-type .accordion-button
{
    background-color: #3b1759 !important;
    color: #fff !important;
    padding-left: 10px;
}

.location-select__close .modal-close-btn
{
    border-color: #3b1759 !important;
    background: #3b1759 !important;
}

.region-title
{
    color: rgba(0, 0, 0, 0.87) !important;
}

.location-select__regions ul li a
{
    color: inherit;
}

.location-select__close .modal-close-btn
{
    border-color: #3b1759;
    background: #3b1759;
}