h1, h2, h3, h4, h5, h6, p, span, label, a{
    font-family: 'Roboto Condensed';
}

#map{
    width: 100%;  
    height: 937px;
}

.footer{
    height: auto;
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
}

.footer-left {
    width: 50%!important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-left>a>img {
    width: 181px;
    height: 34px;
    margin-top: 39px;
    margin-bottom: 2rem;
}

.footer-left>p {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 125%;
    color: #333333;
    margin-bottom: 1rem;
}

.footer-left>p>a {
    color: #FF7A01;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 125%;
}

.footer-right {
    width: 50%!important;
    display: flex;
    justify-content: right;
}

.footer-right>p {
    font-weight: 400;
    font-size: 13px;
    line-height: 125%;
    color: #818181;
    margin-top: 105px;
}

.cs-header{
    width: 100%;
    position: absolute;
    top: 1.5rem;
    z-index: 2;
}

.content-col {
    position: absolute;
    height: 937px;
    width: 50%;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #AFD0D9 90%, rgba(175, 208, 217, 0) 100%);
    z-index: 1;
}

.content-container {
    width: 608px;
}

.cs-title {
    font-weight: 700;
    font-size: 71px;
    line-height: 100%;
    color: #333333;
    margin-bottom: 1.563rem;
}

.cs-description {
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    color: #333333;
    margin-bottom: 4.063rem;
}

.cs-categories-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #212427;
    margin-bottom: 1.25rem;
}

.cs-categories {
    display: flex;
    flex-wrap: wrap;
}

.cs-categories.filts .cat-input-container {
    cursor: pointer;
}

.cs-categories.filts .cat-input-container.empty>label {
    cursor: pointer;
}

.cat-input-container {
    display: flex;
    height: 40px;
    background: white;
    padding: 8.5px 10px;
    margin-right: 7px;
    margin-bottom: 7px;
    border-radius: 4px;
    cursor: pointer;
}

.cat-input-container.empty {
    background: #7DA1AF;
    /*cursor: auto;*/
}

.cat-input-container>input[type=checkbox] {
    display: none;
}

.cat-input-container>label {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#parent-input-container label:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 20px;
    background-image: url(filter-check-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 10px;
}

#nonparent-input-container label:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 20px;
    background-image: url(filter-check-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 10px;
}

#retired-input-container label:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 20px;
    background-image: url(filter-check-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 10px;
}

#nonretired-input-container label:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 20px;
    background-image: url(filter-check-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 10px;
}


.filts .cat-input-container.empty label:after {
    background-image: none!important;
}

/*
.cat-input-container.empty>label {
    cursor: auto;
}
*/

.cat-input-container.empty>label {
    color: #C7EBF2;
}

/* Remove this line when it's active 
.cat-input-container.empty>label[for="cb-housing"] {
    cursor: auto;
}*/

.label-ic {
    width: 20px;
    height: 26px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 6px;
}

.label-filt-ic {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 20px;
    background-image: url('filter-check-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.cat-input-container.empty .label-filt-ic {
    background-image: none;
}

.cat-input-container.empty .label-ic {
    background-size: contain;
}

#ebc-input-container label:after {
    content: '';
    width: 20px;
    height: 26px;
    background-image: url('highEnergyCrisis.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 6px;
}

#fp-input-container label:after {
    content: '';
    width: 20px;
    height: 26px;
    background-image: url('foodPoverty.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 6px;
}

#housing-input-container label:after {
    content: '';
    width: 20px;
    height: 26px;
    background-image: url('housingCrisis.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 6px;
}

.cat-input-container.empty label:after{
    background-image: url('inactive-marker.svg')!important;
}

.cs-navbar {
    display: flex;
    justify-content: flex-end;
}

.cs-navbar-btn {
    background: #FF7A01;
    padding: 10px 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 25px;
}

.cs-navbar-btn:hover {
    color: white;
    opacity: 0.8;
}

.share-container {
    display: flex;
    width: 349px;
    margin-left: 25px;
    align-items: center;
}

.share-container>span {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #333333;
    margin-right: 4px;
}

.cs-navbar-btn.social {
    margin-left: 4px;
    display: flex;
}

.cs-navbar-btn.journalists {
    background: #333333;
}

.cs-navbar-btn.social>img {
    width: 24px;
    height: 24px;
}

.mobile-categories-collapse {
    display: none;
}

@media screen and (min-width: 1650px){
    .container.header-container{
        max-width: 1608px;
    }
}


.mapboxgl-ctrl-attrib-inner {
    display: none;
}

.mapboxgl-ctrl-bottom-left {
    display: none;
}

button.mapboxgl-ctrl-compass {
    display: none;
}

.mapboxgl-ctrl-top-right {
    right: 40px;
    top: 182px;
}

.mapboxgl-ctrl-top-right>.mapboxgl-ctrl.mapboxgl-ctrl-group {
    margin: 0;
}

.mapboxgl-popup {
    max-width: 300px!important;
    min-width: 265px;
    z-index: 1;
    transform: translate(0px, 0px) translate(65vw, 255px)!important;
}

.mapboxgl-popup-content {
    padding: 0;
    border-bottom-left-radius: 0;
}

.MBdLayerName {
    padding: 12px 0px 0px 20px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 130%;
    font-weight: 700;
    color: #333333;
    display: inline-block;
}

.MBdLayerAge {
    padding: 12px 20px 0px 0px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 130%;
    font-weight: 700;
    color: #333333;
    display: inline-block;
}

.MBdLayerCity {
    padding: 0px 20px 0px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 125%;
    font-weight: 500;
    color: #929292;
}

.MBdLayerHeadline {
    padding: 0px 20px 0px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #333333;
}

.MBdLayerDescription {
    padding: 20px 20px;
    margin-top: 1rem;
    margin-bottom: 0;
    background: #F5F5F5;
    font-size: 20px;
    line-height: 125%;
    font-weight: 400;
    color: #333333;
}

button.mapboxgl-popup-close-button {
    left: 0;
    bottom: -45px;
    right: auto;
    top: auto;
    width: 114px;
    height: 45px;
    color: transparent;
}

.MB-popup-close-button {
    position: absolute;
    border: none;
    left: 0;
    bottom: -45px;
    right: auto;
    top: auto;
    width: 114px;
    height: 45px;
    background: #333333;
    border-radius: 0px 0px 5px 5px;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: white;
    padding: 10px;
    padding-left: 42px;
}

.MB-popup-close-button:before {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(close-pup.png);
    position: absolute;
    margin-left: -32px;
}

.infoMapContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: flex-start;
}

.infoMapContainer>img {
    margin-right: 5px;
    margin-top: 4px;
}

.filter-buttons-mob-container, .mobileButtonsContainer {
    display: none;
}

@media screen and (max-width: 992px){
    .cs-header {
        top: 0;
        background: white;
        padding-top: 44px;
        z-index: 3;
    }

    .cs-header .col-lg-2.col-6>img {
        width: 125px;
        height: 24px;
    }

    .cs-navbar{
        display: none;
    }

    .cs-navbar-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        height: auto;
    }

    .navbar-toggler {
        background-image: url(mobile-menu.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 23px;
        height: 19px;
    }

    nav {
        width: 100%;
        margin-bottom: 18px;
    }

    main {
        display: flex;
        flex-wrap: wrap;
    }
    .mobile-menu {
        margin-top: 2.6rem;
        width: 200%;
        height: 300vh;
    }
    .nav-link {
        text-align: right;
    }
    .nav-item>.nav-link {
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
        text-align: right;
        text-transform: uppercase;
        color: #FF7A01;
        padding-top: 0;
        padding-bottom: 25px;
    }
    .share-container {
        display: flex;
        width: 100%;
        margin-left: 0;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 25px;
        flex-wrap: nowrap;
    }
    .share-container>span{
        font-size: 22px;
        line-height: 26px;
        text-align: right;
        color: #333333;
    }
    .cs-navbar-btn.social {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 12px;
    }
    .cs-navbar-btn.social>img {
        width: 21px;
        height: auto;
    }
    .mapboxgl-ctrl-top-right {
        right: 27px;
        top: 186px;
    }
    #map {
        height: 703px;
    }
    .mapboxgl-canvas {
        height: 703px!important;
    }
    .content-col {
        width: 100%;
        height: auto;
        background: #AFD0D9;
        padding-left: 12px;
        padding-right: 12px;
        position:relative;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .content-col:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 31px;
        left: 0;
        top: -29px;
        background: linear-gradient(0deg, #AFD0D9 50%, transparent 100%);
    }
    .content-container {
        width: 100%;
        margin-top: 83px;
    }
    .cs-title {
        font-weight: 700;
        font-size: 31px;
        line-height: 36px;
        margin-top: 1.625rem;
        margin-bottom: 0.813rem
    }
    .cs-description {
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 25px;
    }
    .cs-categories-title {
        display: none;
    }
    .cs-categories {
        display: none;
    }
    .mobile-filters-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .mobile-categories-collapse {
        margin-top: 14px;
        margin-bottom: 38px;
        display: block;
        margin-right: 1rem;  
    }
    .mobile-categories-collapse.filters{
        width: 100%;
        max-width: 212px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-right: 0;
    }
    .mob-filt-line{
        height: 1px;
        width: 100%;
        background: black;
        border-left: 8px solid white;
        border-right: 8px solid white;
    }
    .categories-collapse-btn {
        width: 100%;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #212427!important;
        text-decoration: none;
        background: white;
        padding: 6.5px 8px 6.5px 8px;
        border-radius: 4px 4px 0px 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .cs-collapse-icon {
        width: 10px;
        height: 10px;
        background-image: url('collapse-icon.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transform: rotate(59deg);
        transition: all 0.2s;
    }
    .cs-collapse-icon.active{
        transform: rotate(0deg);
    }

    .mobile-categories-collapse .cat-input-container {
        width: 100%;
        border-radius: 0;
        margin-bottom: 0;
        padding: 10px 0px 10px 0px;
        align-items: center;
        background: transparent;
    }

    .cs-categories-title-mob {
        width: 100%;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #212427;
        margin-bottom: 1rem;
    }
    .cs-categories-title-mob.ps {
        margin-bottom: 0;
        height: 16px;
    }
    .parent-filters-mob-container {
        width: 50%;
        min-height: 104px;
    }
    /*.mobile-categories-collapse .cat-input-container:before {
        content: '';
        width: 18px;
        height: 18px;
        border: 2px solid black;
        margin-right: 10px;
    }*/
    .line-before-filters {
        height: 1px;
        background: #000;
        margin-bottom: 12px;
        margin-left: -12px;
        margin-right: -12px;
    }
    .collapse-texts-btn {
        background-image: none;
        font-weight: 700;
        font-size: 16px!important;
        line-height: 19px!important;
        color: #212427!important;
        text-decoration: none;
        display: flex;
        align-items: center;
        width: auto;
        margin-bottom: 12.5px;
    }
    .collapse-texts-btn:before {
        content: '';
        width: 8px;
        height: 6px;
        margin-right: 12px;
        background-image: url(collapse-icon.svg);
        display: inline-block;
    }
    .filter-buttons-mob-container {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin-bottom: 19px;
    }
    .apply-filter {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FF7A01;
        padding: 8px 10px;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        color: #FFFFFF;
        width: 100%;
        max-width: 150px;
        height: 32px;
    }
    .apply-filter:hover {
        color: white;
    }
    .reset-all {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        background: #333333;
        color: #FFFFFF;
        width: 100%;
        max-width: 150px;
        height: 32px;
    }
    .reset-all:hover {
        color: white;
    }

    .collapse-texts-btn.collapsed:before{
        transform: rotate(180deg);
    }

    .check-container{
        width: 18px;
        height: 18px;
        border: 2px solid black;
        background: white;
    }
    .mobile-categories-collapse.filters .check-container {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #000;
    }
    .check-container.active {
        background-image: url(check-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
    }
    .mobile-categories-collapse.filters .check-container.active {
        background-image: url(filter-check-icon.svg);
    }
    .cat-input-container>label {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        padding-left: 10px;
    }
    .mobile-categories-collapse.filters .cat-input-container>label {
        padding-left: 5px;
    }
    .label-ic {
        width: 14px;
        height: 18px;
    }
    
    #ebc-input-container-mob label>div:after {
        content: '';
        background-image: url('highEnergyCrisis.png');
        width: 14px;
        height: 18px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 10px;
    }
    #fp-input-container-mob label>div:after {
        content: '';
        background-image: url('foodPoverty.png');
        width: 14px;
        height: 18px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 10px;
    }
    #housing-input-container-mob label>div:after {
        content: '';
        background-image: url('housingCrisis.png');
        width: 14px;
        height: 18px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 10px;
    }

    .footer {
        height: auto;
    }
    .footer-left {
        width: 50%!important;
    }
    .footer-left>img {
        height: auto;
        width: 100%;
        max-width: 140px;
        /*height: 16px;
        width: 84px;*/
        margin-top: 22px;
        margin-bottom: 13px;
    }
    .footer-left>p {
        font-style: italic;
        font-weight: 400;
        font-size: 10px;
        line-height: 125%;
        color: #333333;
        margin-bottom: 1rem;
    }
    .footer-left>p>a {
        font-family: 'Roboto Condensed';
        font-style: italic;
        font-weight: 400;
        font-size: 10px;
        line-height: 125%;
        text-decoration: none;
        color: #FF7A01;
    }
    .footer-right {
        width: 50%!important;
    }
    .footer-right>p {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 125%;
        color: #818181;
        margin-top: 51px;
    }
    .infoMapContainer {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        display: flex;
        align-items: flex-start;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .infoMapContainer>img {
        margin-right: 5px;
        margin-top: 2px;
    }    
    .infoMapContainer>p {
        font-style: italic;
        font-size: 13px;
        line-height: 15px;
        color: #333333;
        margin-bottom: 1rem;
    }
    .mapboxgl-popup {
        transform: translate(0px, 0px) translate(10%, 255px)!important;
    }

    .mobileButtonsContainer {
        position: absolute;
        bottom: 60px;
        z-index: 1;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .stpButton {
        padding: 14px 23px;
        background: #FF7A01;
        display: block;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        text-transform: uppercase;
        color: #FFFFFF;
        text-decoration: none;
    }

    .uysButton {
        padding: 14px 23px;
        background: #333333;
        display: block;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        text-transform: uppercase;
        color: #FFFFFF;
        text-decoration: none;
    }

    .stpButton:hover {
        color: white;
        opacity: 0.8;
    }

    .uysButton:hover {
        color: white;
        opacity: 0.8;
    }

    .mobile-categories-collapse .cat-input-container.empty>label {
        color: #333333;
    }
    .cat-input-container.empty label:after{
        background-image: url('inactive-marker.svg')!important;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1650px){
    .cs-navbar-btn {
        font-size: 13px;
        padding: 6.5px 8px;
        margin-left: 15px;
    }
    .share-container {
        width: auto;
        margin-left: 15px;
    }
    .share-container>span {
        font-size: 15px;
        line-height: 115%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px){
    .cs-navbar-btn{
        font-size: 13px;
        padding: 6.5px 8px;
        margin-left: 5px;
    }
    .share-container{
        width: auto;
        margin-left: 5px;
    }
    .share-container>span {
        font-size: 15px;
        line-height: 115%;
    }

    .container.header-container>.row>.col-lg-2.col-6>a>img {
        max-width: 100%;
    }
    .container.header-container>.row>.col-lg-2.col-6 {
        display: flex;
        align-items: center;
    }
    .cs-navbar-btn{
        font-size: 11px;
    }
}

@media screen and (min-width: 992px){
    .collapse-texts-btn{
        display: none;
    }
}

@media screen and (max-width: 414px){
    .share-container{
        flex-wrap: wrap;
    }
    .cs-navbar-btn.social{
        margin-left: 4px;
        margin-bottom: 4px;
    }
    .mobileButtonsContainer {
        bottom: 70px;
    }
    .stpButton {
        padding: 14px 10px;
        font-size: 14px;
        line-height: 14px;
        display: flex;
        align-items: center;
    }
    .uysButton {
        padding: 14px 10px;
        font-size: 14px;
        line-height: 14px;
        display: flex;
        align-items: center;
    }
    .MBdLayerDescription {
        font-size: 18px;
        padding: 15px;
    }
    .MBdLayerName {
        padding: 10px 0px 0px 15px;
        font-size: 20px;
    }
    .MBdLayerAge {
        padding: 10px 15px 0px 0;
        font-size: 20px;
    }
    .MBdLayerCity {
        padding: 0px 15px 0px;
        font-size: 18px;
    }
    .MBdLayerHeadline {
        padding: 0px 15px 0px;
        font-size: 18px;
        line-height: 1.2;
    }
    .MB-popup-close-button {
        height: 36px;
        bottom: -36px;
        font-size: 18px;
        padding: 7px 10px 10px 30px;
    }
    button.mapboxgl-popup-close-button {
        bottom: -40px;
        height: 40px;

    }
    .MBdLayerDescription {
        margin-top: 0.7rem;
        padding: 10px 15px;
    }
    
}

@media screen and (max-width: 360px){
    .mobile-categories-collapse{
        margin-top: 0;
    }
}

@media screen and (min-width: 340px) and (max-width: 380px){
    .mobile-categories-collapse{
        margin-right: 5px;
    }
    .mobile-categories-collapse.filters{
        max-width: 185px;
    }
}

@media screen and (max-width: 340px){
    .mobile-categories-collapse.filters {
        flex-direction: column;
        width: 50%;
        max-width: 160px;
    }
    .parent-filters-mob-container{
        width: 100%;
        min-height: auto;
    }
    .cs-categories-title-mob.ps {
        margin-bottom: 1rem;
    }
    .mobile-categories-collapse {
        margin-right: 5px;
        width: calc(50% - 5px);
        max-width: none;
    }
    .cat-input-container>label {
        padding-left: 5px;
    }
    #ebc-input-container-mob label>div:after {
        margin-left: 5px;
    }
    #fp-input-container-mob label>div:after {
        margin-left: 5px;
    }
    #housing-input-container-mob label>div:after {
        margin-left: 5px;
    }
}

@media screen and (max-width: 270px){
    .mobile-categories-collapse {
        width: 100%;
        margin-right: 0;
    }
    .mobile-categories-collapse.filters {
        width: 100%;
        max-width: none;
    }
}

@media screen and (min-width: 580px) and (max-width: 992px){
    .mobile-filters-container {
        justify-content: flex-start;
    }
    .mobile-categories-collapse {
        margin-right: 44px;
    }
}

/* change map selector */

.change-map-selector { 
    background: #FF7A01;
    border-radius: 4px;
    padding: 7px;
    display: inline-block;
    margin-top: 50px;
}
.po-map-button {
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FF7A01;
    padding: 9px 15px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-right: 4px;
}
.colm-map-button {
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FF7A01;
    padding: 9px 15px;
    border-radius: 4px;
    display: inline-block;
}
.change-map-selector>a:hover {
    background: #fff;
    color: #FF7A01;
}
.cs-title {
    margin-top: 2rem;
}
.fixed-toogle-mob-container {
    display: none;
}
.fixed-toogle-mob-container {
    display: none;
}

@media screen and (max-width: 992px) {
    .change-map-selector {
        display: none;
    }
    .fixed-toogle-mob-container {
        display: block;
        position: fixed;
        bottom: 14px;
        left: 0;
        width: 100%;
        z-index: 1;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .change-map-selector.mob {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 344px;
        margin-left: auto;
        margin-right: auto;
    }
    .po-map-button {
        font-weight: 700;
        font-size: 13px;
        line-height: 18px;
        padding: 8px 8px;
        max-width: 175px;
        text-align: center;
    }
    .colm-map-button {
        font-weight: 700;
        font-size: 13px;
        line-height: 18px;
        padding: 8px 8px;
        max-width: 175px;
        text-align: center;
    }
    .footer-left>p {
        margin-bottom: 88px;
    }
}

@media screen and (max-width: 370px){
    .change-map-selector.mob>.po-map-button {
        font-size: 11px;
        width: calc(50% - 4px);
        text-align: center;
        padding: 6px 6px;
    }

    .change-map-selector.mob>.colm-map-button {
        font-size: 11px;
        width: calc(50% - 4px);
        text-align: center;
        padding: 6px 6px;
    }
}
