body {
    max-width: 1920px;
    max-height: 1060px;
    width: 100%;
    aspect-ratio: 16/9;
}
h1, h2, h3, h4, h5, h6, p, span, label, a{
    font-family: 'Roboto Condensed';
}

#map{
    width: 65%;
    float: right;
    height: 937px;
}

.footer{
    height: auto;
    width: 100%;
    background: #FF7A01;
    font-size: 45px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.footer a {
    color: white;
}

.footer .container {
    max-width: 1600px;
}

.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: 96%;
    position: absolute;
    top: 1.5rem;
    z-index: 2;
    padding-left: 62px;
}

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

.content-container {
    width: 608px;
    margin-top: 100px;
}

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

.cs-yes {
    color: #00bb00;
    
}

.cs-no {
    color: #dd0000;
}

.cs-description, {
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    color: #333333;
    margin-bottom: 4.063rem;
}
.cs-votecount {
    background: #F5F5F5;
    font-size: 51px;
    line-height: 125%;
    font-weight: 400;
    color: #333333;
    border-radius: 20px;
    padding: 20px 20px;
    width: 540px;
 }
.cs-ticker {
    padding: 20px 20px;
    margin-top: 1rem;
    margin-bottom: 0;
    background: #F5F5F5;
    font-size: 26px;
    line-height: 125%;
    font-weight: 400;
    color: #333333;
    height: 350px;
    width: 540px;
    overflow: hidden;
    border-radius: 20px;
}

.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;
    width: 70%;
    text-align: right;
    align-items: top;
    float: right;
}

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

.cs-navbar-btn a {
    color: #FFFFFF;
}

.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;
}



.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{
    display: none;
}


