@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
/* @import url(https://fonts.googleapis.com/css?family=Source Sans Pro:200,400,700);
@import url(https://fonts.googleapis.com/css?family=Rokkitt:400,700)
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800;900&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&display=swap");
/*@import url('desktop-regular.css');*/
/*@import url('mobile-ls.css');*/
/* @import url('desktop-other.css'); */

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: linear-gradient(
        162deg,
        rgba(96, 201, 225, 0.1) 6.14%,
        rgba(254, 222, 201, 0.11) 95.09%
    );
    font-family: "IBM Plex Serif", serif;
}
.rtl {
    direction: rtl;
}
p,
li {
    font-size: 14px;
}
h1,
h2,
h3,
h5 {
    font-family: "Poppins";
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.1em;
}

.font-24 {
    font-size: 24px;
}

.relative {
    position: relative;
}

.content-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.maximum-width {
    max-width: 90%;
}

.width-100 {
    max-width: 100%;
}

.small-width {
    max-width: 95%;
}

.small-width3 {
    max-width: 95%;
}

.small-width-about {
    max-width: 95%;
}
.small-width-login {
    max-width: 95%;
}

.left-heading {
    margin-left: 13%;
}

.small-width2 {
    max-width: 75%;
}

.smallest-width {
    max-width: 65%;
}

a:hover {
    cursor: pointer;
}

button:hover {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #525f8d;
}
a:hover {
    color: #f89768;
}

.hidden {
    display: none;
}

.justify {
    text-align: justify;
}

a:focus,
button:focus,
input:focus,
.accordion_button textarea:focus .methodology-accordion {
    outline: none;
}
a.gradient,
button.gradient {
    background: linear-gradient(90deg, #60c9e1 0%, #60e1ba 31%);
    padding: 10px 20px;
    color: white;
    font-size: 20px;
    border: none;
    font-family: "Poppins";
    text-align: center;
}
a.gradient-outline,
button.gradient-outline {
    background: #fff;
    padding: 8px 18px;
    color: #525f8d;
    font-size: 20px;
    border: 2px solid;
    border-image: linear-gradient(90deg, #60c9e1 0%, #60e1ba 31%);
    border-image-slice: 1;
    font-family: "Poppins";
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
}
.search-button-container a.gradient {
    font-size: 15px;
}

.top-neg-135 {
    margin-top: -135px;
}

.top-neg-25 {
    margin-top: -25px;
}

.top-neg-15 {
    margin-top: -15px;
}

.top-5 {
    margin-top: 5px;
}

.top-43 {
    margin-top: 0px;
}

.top-30 {
    margin-top: 30px;
}

.top-40 {
    margin-top: 40px;
}

.top-50 {
    margin-top: 50px;
}

.top-80 {
    margin-top: 80px;
}

.top-100 {
    margin-top: 25%;
}
.top-150 {
    margin-top: 150px;
}

.right-280 {
    margin-right: 80%;
}

.right-100 {
    margin-right: 100px;
}

.bottom-30 {
    margin-bottom: 20px;
}

.bottom-100 {
    margin-bottom: 50px;
}

.bottom-300 {
    margin-bottom: 300px;
}

.bottom-1-5 {
    margin-bottom: 1.5em;
}

.left-neg-170 {
    margin-left: -170px;
}

.left-neg-40 {
    margin-left: -40px;
}

.left-neg-28 {
    margin-left: 0px;
}

.left-neg-15 {
    margin-left: -15px;
}

.left-2 {
    margin-left: -2%;
}

.left-6 {
    margin-left: 6%;
}

.left-17 {
    margin-left: 17%;
}

.left-28 {
    margin-left: 28px;
}

.left-30 {
    margin-left: 30px;
}

.left-40 {
    margin-left: 10px;
}

.left-70 {
    margin-left: 70px;
}

.left-57 {
    margin-left: 57%;
}

.left-37 {
    margin-left: 37%;
}

.left-77 {
    margin-left: 77%;
}

.left-97 {
    margin-left: 97%;
}

.left-130 {
    margin-left: 130px;
}

/* COLORS */

.black {
    color: black;
}
.black-bg {
    background-color: black;
}

.white {
    color: white;
}
.white-bg {
    background-color: white;
}

.red {
    color: #f1635c;
}
.red-bg {
    background-color: #f1635c;
}

.pink {
    color: #d582da;
}
.pink-bg {
    background-color: #d582da;
}

.blue {
    color: #60c9e1;
}
.blue-bg {
    background-color: #60c9e1;
}

.grey,
.dark-blue {
    color: #525f8d;
}
.grey-bg,
.dark-blue-bg {
    background-color: #525f8d;
}

.green {
    color: #60e1ba;
}
.green-bg {
    background-color: #60e1ba;
}

.yellow {
    color: #e9e66e;
}
.yellow-bg {
    background-color: #e9e66e;
}

.orange-red {
    color: #f8ab75;
}
.orange-red-bg {
    background-color: #f8ab75;
}

.light-orange {
    color: #e9c466;
}
.light-orange-bg {
    background-color: #e9c466;
}

.orange {
    color: #f89768;
}
.orange-bg {
    background-color: #f89768;
}

.highlight-background {
    background-color: #e9e669;
}

.italic {
    font-style: italic;
}

#disclaimer {
    font-size: 0.7em;
}

/* IMAGES */
/* img {
    margin-top: 30px;
    width: 716px;
    height: 161px;
    flex-shrink: 0;
} */
#page-header-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
    flex-direction: column;
}
#page-header-title > a {
    width: 290px;
}
#page-header-small #page-header-title > a {
    width: 180px;
}

#page-header-title h1 {
    margin: 0;
}
#menuwrapper {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 10px;
}

#menuwrapper a,
#menuwrapper button,
.leaflet-popup-content a {
    padding: 5px 13px;
    border: 3px solid;
    border-color: #60e1ba;
    color: #525f8d;
    background-color: #ffffff;
    font-weight: 600;
    font-size: 2.7vw;
    font-family: 'Poppins';

}

#navigation2 button {
    cursor: pointer;
    display: block;
}

#navigation2 {
    position: absolute;
    z-index: 2;
}

#menuwrapper:hover div {
    display: block;
}

#menuwrapper2:hover div {
    display: block;
}
.banner-inner {
    display: flex;
    align-items: flex-end;
    height: 100%;
    width: 100%;
}
.home_heading_img {
    width: 100%;
    height: auto;
}
.about-history-img {
    margin: 20px 11px 7px 0;
    width: 120px;
    height: auto;
    float: left;
}

.img_bg {
    width: 100%;
    height: 295px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#home.img_bg,
#survey.img_bg {
    background: no-repeat url("../img/home-houses.jpg");
    background-size: cover;
    padding-top: 40px;
    background-position: center;
}

#d1.img_bg,
#council-district-1.img_bg,
#neighborhood-zone-1a.img_bg,
#neighborhood-zone-1b.img_bg,
#neighborhood-zone-1c.img_bg {
    background: no-repeat url("../img/District-1_brad-wilson.jpg");
    background-size: cover;
    background-position: center;
}

#d2.img_bg,
#council-district-2.img_bg,
#neighborhood-zone-2a.img_bg,
#neighborhood-zone-2b.img_bg,
#neighborhood-zone-2c.img_bg {
    background: no-repeat url("../img/District-2_SNRE.jpg");
    background-size: cover;
    background-position: center;
}

#d3.img_bg,
#council-district-3.img_bg,
#neighborhood-zone-3a.img_bg,
#neighborhood-zone-3b.img_bg,
#neighborhood-zone-3c.img_bg {
    background: no-repeat url("../img/District-3_Sam-Beebe.jpg");
    background-size: cover;
    background-position: center;
}

#d4.img_bg,
#council-district-4.img_bg,
#neighborhood-zone-4a.img_bg,
#neighborhood-zone-4b.img_bg,
#neighborhood-zone-4c.img_bg {
    background: no-repeat url("../img/District-4_Evan-Gonzalez.jpg");
    background-size: cover;
    background-position: center;
}

#d5.img_bg,
#council-district-5.img_bg,
#neighborhood-zone-5a.img_bg,
#neighborhood-zone-5b.img_bg,
#neighborhood-zone-5c.img_bg,
#neighborhood-zone-5d.img_bg {
    background: no-repeat url("../img/District-5_mike-ferdinande.jpg");
    background-size: cover;
    background-position: center;
}

#d6.img_bg,
#council-district-6.img_bg,
#neighborhood-zone-6a.img_bg,
#neighborhood-zone-6b.img_bg,
#neighborhood-zone-6c.img_bg,
#neighborhood-zone-6d.img_bg {
    background: no-repeat url("../img/District-6_Chad-Johnson.jpg");
    background-size: cover;
    background-position: center;
}

#d7.img_bg,
#council-district-7.img_bg,
#neighborhood-zone-7a.img_bg,
#neighborhood-zone-7b.img_bg,
#neighborhood-zone-7c.img_bg {
    background: no-repeat url("../img/District-7_cody-ross.jpg");
    background-size: cover;
    background-position: center;
}

#login-bg.img_bg {
    background: no-repeat url("../img/IMG_1152.png");
    background-size: cover;
    background-position: center;
}

#no-d,
#detroit.img_bg {
    background: no-repeat url("../img/home-houses.jpg");
    background-size: cover;
    background-position: center;
}

#contact.img_bg {
    background: no-repeat url("../img/Contact_riverfront_eli-lindauer.jpg");
    background-size: cover;
    background-position: center;
}

#about.img_bg, #methodology.img_bg {
    background: no-repeat url("../img/About_garden_stevie-ansara.jpg");
    background-size: cover;
    background-position: center;
}

#map-search-button {
    display: inline-flex;
    align-items: center;
}

.search-button-container {
    margin-bottom: 15px;
    z-index: 1;
    display: flex;
    gap: 10px;
}
a.gradient#map-search-button {
    font-size: 15px;
    padding: 10px 15px;
}

.home_heading span {
    background-color: #60e1ba;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.cdad-img {
    width: 87.5px;
    height: auto;
}

.d3-img {
    width: 112px;
    height: auto;
}

.jfm-img {
    width: 152px;
    height: auto;
}

.mna-img {
    width: 112px;
    height: auto;
}

.mobspan {
    width: 110%;
}

.funder-logo {
    width: 100px;
    height: auto;
    max-height: 60px;
}

.list-disc {
    list-style-type: disc;
    padding-left: 20px;
}

.full-width-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}

.funder-margin {
    margin-left: 30px;
}

.side-pattern {
    position: absolute;
    z-index: 6;
    right: 0;
    top: 53px;
}

.home_heading {
    font-size: 30px;
    font-weight: 900;
    position: relative;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 0;
}

.side-pattern-img {
    width: 13vw;
    height: auto;
    display: none;
}

figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 90px;
    align-items: center;
    justify-content: space-evenly;
}

figure img {
    display: block;
}

.small_heading {
    width: 100%;
    height: auto;
}

.split-heading {
    display: flex;
    justify-content: space-between;
}
.dist-heading-width {
    width: 100%;
}

.about-heading-width {
    width: 35%;
}

.contact-heading-width {
}

figure img {
    vertical-align: top;
}

figure figcaption {
    height: 45px;
    width: 90px;
    display: block;
    text-align: center;
}

.img_nonhome {
    margin-top: 30px;
    width: 302px;
    height: 84px;
    top: 39px;
    left: 70px;
}

.img-width {
    width: 100%;
    height: 38.3%;
}

.img_bg_home {
    width: 100%;
    height: 38.3%;
}

.img_small_home {
    width: 5vw;
    max-width: 47px;
    height: auto;
    z-index: 3;
}

.img_small_home2 {
    width: 26px;
    height: auto;
    position: absolute;
    z-index: 3;
}

.map-main {
    height: 60vh;
    margin-bottom: 0px;
    z-index: 400;
}
#location-picker .leaflet-popup-content-wrapper, #context-indicators .leaflet-popup-content-wrapper {

    border-radius: 0;
    padding: 5px 25px 25px;
}

#location-picker .leaflet-popup-content, #context-indicators .leaflet-popup-content {
    margin: 0;
}
.search-pic {
    width: 26.5px;
    height: 27px;
    margin-top: 2px;
    display: inline-block;
    z-index: 4;
    background: none;
    border: none;
    margin-left: 10px;
}

.mapicon-pic {
    width: 12px;
    height: 18px;
    display: inline-block;
    align-items: center;
    position: absolute;
    z-index: 4;
    background: none;
    border: none;
    margin-top: 2%;
    margin-left: 5%;
    /* background: linear-gradient(90deg, #60C9E1 0%, #60E1BA 31%); */
}

.accordion-header {
    cursor: pointer;
}
.accordion_arrows {
    width: 26px;
    height: auto;
}

.accordion_arrows_small {
    width: 26px;
    height: auto;
    position: absolute;
    margin-top: -20px;
    z-index: 3;
}

.accordion_arrows2 {
    width: 24px;
    height: auto;
    /* margin-top: -30px; */
    display: inline-block;
    z-index: 3;
}

#footerlogo1 {
    width: auto;
    height: 24px;
}

#footerlogo2 {
    width: auto;
    height: 50px;
}

.content-inner {
    padding: 30px 0;
}

.pink-background {
    background: #d582da;
}

.yellow-background {
    background: #E9E669;
}

.nvi-works-flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}
.nvi-works-flex ul {
    padding-left: 12px;
}
.help-banner > div {
    flex-basis: 100%;
    text-align: center;
}
.help-banner h3 {
    text-align: center;
    font-size: 1.2rem;
}

#home-map {
    height: auto;
    width: 100%;
}

.home_heading2 {
    font-size: 33px;
    font-weight: 900;
    word-wrap: break-word;
    width: 100%;
    line-height: 1em;
}
#about-page .home_heading2 {
    padding-top: 90px;
}
.nvi-works-flex .home_heading2 {
    margin: 0;
    line-height: 1.25em;
}

.learn_more {
    padding: 5px 17px 5px 17px;
    border: 2px solid;
    border-image: linear-gradient(90deg, #60c9e1 0%, #60e1ba 31%);
    border-image-slice: 1;
    background-color: transparent;
    color: #525f8d;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 900;
    text-align: center;
}
.nvi_works_container .learn_more {
    background-color: #d582da;
}

.home_text5 {
    word-wrap: break-word;
    margin-top: 5px;
    flex-basis: 100%;
}

#network-map {
    height: auto;
    width: 100%;
}

#partners-desk {
    display: none;
}

#partners-mob {
    display: block;
}

/* BUTTONS */

.corner-ribbon {
    width: 75px;
    background: #e43;
    position: absolute;
    top: 5px;
    left: -20px;
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 1;
    background: #f0f0f0;
    color: #2f2f2f;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: fixed;
    font-weight: 500;
}

.small_button {
    width: 70px;
    height: 20px;
    margin-bottom: 1px;
    flex-shrink: 0;
    border: 3px solid;
    border-color: #60e1ba;
    color: #525f8d;
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 5px;
}

.small_button span {
    font-family: "Poppins";
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

#dist-metho {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
#data-dict {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
#download-data {
    display: flex;
    justify-content: space-between;
}
#dist-metho .learn_more_container,
#data-dict .learn_more_container,
#download-data .download_container {
    flex-grow: 1;
    justify-items: center;
}
#dist-metho .learn_more,
#data-dict .learn_more {
    display: block;
    width: 275px;
    background-color: white;
}

#dist-metho .learn_more:hover,
#data-dict .learn_more:hover {
    background-color: #60e1ba;
    transition: 0.7s;
}

.small_button:hover {
    background-color: #60e1ba;
    transition: 0.7s;
}

.learn_more:hover,
.search-button-container .learn_more:hover {
    background-color: #60e1ba;
    transition: 0.7s;
    color: #525f8d;
}

.anchor_button:hover {
    background-color: #60e1ba;
    transition: 0.7s;
    color: #525f8d;
}

.mapicon-pic:hover {
    background: #525f8d;
}

.large_button {
    width: fit-content;
    height: 20px;
    margin-bottom: 1px;
    flex-shrink: 0;
    border: 3px solid;
    border-color: #60e1ba;
    color: #525f8d;
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 5px;
}

.large_button span {
    font-family: "Poppins";
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding-left: 4px;
    padding-right: 4px;
}
.underline {
    text-decoration: underline;
}
.text-link {
    color: black;
    text-decoration: underline;
}

.heading-text-link {
    color: #525f8d;
    text-decoration: underline;
}

.text-link:hover {
    color: #60c9e1;
}

.heading-text-link:hover {
    color: #60c9e1;
}

.large_button:hover {
    background-color: #60e1ba;
    transition: 0.7s;
}

.panel_toggle {
    border: none;
    background: none;
    margin-top: 5px;
    margin-right: 5px;
}

.panel_toggle_small {
    display: inline-block;
    border: none;
    width: 0px;
    height: 0px;
    padding: 0px;
}

.center-algin-button {
    justify-content: center;
}

#myBtn {
    padding: 5px 17px 5px 17px;
    border: 2px solid;
    border-image: linear-gradient(90deg, #60c9e1 0%, #60e1ba 31%);
    border-image-slice: 1;
    background-color: #60e1ba;
    color: white;
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 900;
    word-wrap: break-word;

    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    cursor: pointer;
    /* Add a mouse pointer on hover */
}

#myBtn:hover {
    background-color: #525f8d;
    /* Add a dark-grey background on hover */
}

.anchor_button {
    padding: 3px 7px 4px 7px;
    margin-top: 15px;
    border: 3px solid;
    border-image: linear-gradient(90deg, #60c9e1 0%, #60e1ba 31%);
    border-image-slice: 1;
    background-color: white;
    display: inline-block;
    color: #525f8d;
    font-size: 10px;
    font-family: "Poppins";
    font-weight: 900;
    word-wrap: break-word;
}

#sticky-nav {
    display: flex;
    flex-direction: row;
    top: 0px;
    background-color: white;
    z-index: 100;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 auto;
    gap: 0 15px;
    padding-bottom: 5px;
}

.sticky-nav-container {
    position: relative;
}

.content-sections {
    margin-bottom: 100px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
/* .sticky+.content-wrapper {
    padding-top: 60px;
} */

.footer_button {
    color: white;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 600;
    text-decoration: underline;
    word-wrap: break-word;
    width: 50%;
}

#footer #map-search-button {
    background: linear-gradient(90deg, #60c9e1 0%, #60e1ba 31%);
    color: white;
    font-size: 15px;
    font-family: "Poppins";
    z-index: 3;
    width: fit-content;
    height: 29px;
    border: 1px solid;
}

#footer #map-search-button .button-text {
    display: inline-block;
    margin-right: 20px;
    margin-left: 10px;
}

#footer #map-search-button:hover {
    background: #525f8d;
}

#methodology-faq-header h2 {
    padding: 20px 0;
    background-color: #d582da;
}

.methodology-accordion {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
    text-align: left;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #d582da;
}

.accordion_button {
    box-sizing: border-box;
    width: 95%;
    padding-left: 5px;
    margin-top: 20px;
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
#nvi-indicator-accordions {
    margin-top: 50px;
}

#accordion_arrow:after {
    content: url("../img/arrow1.svg");
}

.active:after {
    content: url("../img/arrow1.svg");
}

.panel {
    background-color: white;
    /* max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; */
}

.panel-methodology {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* MENUS */

#menu-main {
    display: block;
    position: relative;
}

#menu-main2 {
    display: inline-block;
    width: 90%;
    position: absolute;
    right: 0;
    margin-top: 30px;
}

/* CONTAINER-DIVS */

.flex-container-0 {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 98%;
}

#top-row.flex-container-0 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.flex-container-20 {
    display: flex;
    column-gap: 40px;
    row-gap: 5px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.flex-container-mob {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-col2 {
    display: flex;
    flex-direction: column;
}

.flex-col-gap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    padding: 0.1em;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-home1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;
    width: 100%;
}

.flex-container-50 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 75%;
}

.flex-container-5 {
    display: flex;
    gap: 1px;
    width: 100%;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.flex-simple {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.flex-heading {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
#context-indicators > .flex {
    flex-direction: column-reverse;
}

.width-27 {
    width: 27%;
}

.width-42 {
    width: 42%;
}

.width-45 {
    width: 45%;
}

.width-48 {
    width: 48%;
}

.width-56 {
    width: 56%;
}

.width-heading {
    width: 100%;
    display: block;
}

.width-65 {
    width: 75%;
}

#continue_btn {
    width: 27%;
    border: none;
    background-color: #525f8d;
}
#continue_btn:hover {
    background-color: #60c9e1;
}

.form-error {
    color: red;
    font-size: small;
}

.max-width-container {
    margin: 0;
    padding: 0;
    width: 100%;
}

.quote-box {
    border: 1px solid #525f8d;
}

.gradient-line {
    width: 98%;
    height: 4px;
    position: relative;
    z-index: 2;
    margin-top: 80px;
    background: linear-gradient(
        90deg,
        #60c9e1 0%,
        #525f8d 20%,
        #60e1ba 39%,
        #e9e66e 59%,
        #e9c466 80%,
        #f89768 100%
    );
}

.home-line {
    margin: 100px auto 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer #footer-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#footer .content-inner {
    background: #60e1ba;
}

.footerflex-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footerflex-col2 {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

.div-heading {
    padding: 8px;
    box-sizing: border-box;
    /* background-color: #60E1BA; */
    width: 68%;
    height: 17%;
}

.dist-location {
    margin-left: 115px;
    /* margin-top: -115px; */
    position: absolute;
}

.margin-115 {
    margin-left: 115px;
}

.stat_container1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 48%;
    min-width: 30%;
}
.stat_container2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 48%;
}
.stat_container_carousel {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.align-center-text {
    text-align: center;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-over {
    width: 185%;
}

.container {
    position: relative;
}
#top-indicators {
    width: 100%;
}
.map-container {
    width: 100%;
    height: 150px;
}

.map-container .leaflet-control-attribution {
    font-size: 6px;
}

#map-controls {
    position: absolute;
    z-index: 401;
    top: 15px;
    left: 15px;
    background-color: #ffffff;
    border: 1px solid #2f2f2f;
    width: 325px;
    font-family: 'Poppins';
    padding: 0.5rem;
    font-family: "Poppins";
}

#area-select {
    width: 100%;
    font-size: 1rem;
    font-family: "Poppins";
    font-weight: 700;
    color: #525f8d;
    border: 1px solid #60c9e1;
    padding: 2px;
    margin-top: 0.25rem;
}

#locator-button {
    background: #F8AB75;
    color: #ffffff;
    font-size: 1rem;
    font-family: 'Poppins';
    border: none;
    text-align: center;
    padding: 0 4px;
    margin-bottom: 1rem;
}

#detroit-button {
    background: #60c9e1;
    color: #ffffff;
    font-size: 1rem;
    font-family: 'Poppins';
    border: none;
    text-align: center;
    padding: 0 4px;
}

.map-locator-feedback {
    font-size: 0.75rem;
}

#neighborhood-zone-button {
    background: #60e1ba;
    color: white;
    font-size: 1rem;
    font-family: "Poppins";
    z-index: 3;
    width: fit-content;
    height: 22px;
    border: none;
    text-align: center;
    padding: 0 4px;
}

.map-box-text {
    font-size: 1rem;
    font-weight: 500;
    word-wrap: break-word;
    margin: 1rem 0 0 0;
}

.map-text {
    color: #525f8d;
}
h4.map-text {
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0 0 0.75rem 0;
}
h4.map-text span#location-type-name {
    font-weight: 700;
}

#map-controls hr {
    background-color: #525f8d;
    height: 2px;
    margin: 0.75rem 0;
}

.minimap-label,

.map-label,
.cdo-map-label {
    font-weight: 700;
    text-shadow: -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 2px 2px 2px #fff;
    background: none;
    border: none;
    box-shadow: none;
}

.minimap-label {
    font-size: 0.75rem;
}
.map-label {
    font-size: 1.5rem;
}
.cdo-map-label {
    font-size: 1rem;
}


.profile-tooltip {
    text-align: center;
}

.dist-description {
    margin-left: 115px;
    margin-top: 80px;
    width: 55%;
}

.text_container {
    /* background: #60E1BA; */
    position: absolute;
    overflow-wrap: "break-word";
    /* height: 80px; */
    margin-left: 60px;
}

.first-heading {
    margin-top: -27.5%;
}

.second-heading {
    margin-top: -20.5%;
}

.third-heading {
    margin-top: -13.6%;
}

.text_container2 {
    flex: 100%;
}

.text_container_profile {
    height: 40px;
    width: 95%;
    padding-left: 5px;
}

.search-wrapper {
    position: absolute;
    margin-top: -80px;
    margin-left: 115px;
    overflow-wrap: "break-word";
    width: 430px;
    height: 60px;
    z-index: 2;
}

.inline-text-container {
    display: inline-block;
    width: calc(100% - 335px);
    /** containers width - img width - margin-left **/
    margin-left: 100px;
    white-space: normal;
}

.profile_stat_label_container {
    background: #d582da;
    padding: 0 15px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

/* table {
    border-spacing: 30px;
} */

.footer-button-container {
}

.vertical {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    column-gap: 20px;
}

.vertical-partners {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 50%;
    flex-wrap: wrap;
    column-gap: 10px;
    align-items: baseline;
    justify-content: space-between;
}

.vertical-partners1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 50px;
    align-items: baseline;
    justify-content: space-between;
}

.partner-flex {
    display: flex;
    flex-direction: row;
}

.vertical-col {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    row-gap: 50px;
}

.vertical-col2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    row-gap: 20px;
}

.partner-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.vertical-top {
    display: flex;
    align-items: top;
}

.footer-nav-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-between {
    display: flex;
}

.inline-block {
    display: inline-block;
}

.nhood-vitality .learn_more,
.search-button-container .learn_more {
    background-color: white;
}

.nhood-vitality .learn_more:hover {
    background-color: #60e1ba;
    transition: 0.7s;
}

.footer-logo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.search-button-container2 {
    position: absolute;
    z-index: 5;
    margin-top: 32%;
}

.search-button-container-profile {
    display: flex;
    justify-content: center;
}

.search-button-container-menu {
    position: relative;
    margin-top: 13px;
}

.home-description {
    width: 100%;
    overflow-wrap: break-word;
    position: relative;
    display: block;
}

.home-text-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 70%;
    text-align: center;
}
.survey-text-container {
    text-align: left;
}
.survey-text-container h3,
.survey-text-container h4 {
    text-align: center;
}
.methodology-arrow-div {
    display: flex;
    align-items: bottom;
    padding: 0 20px;
}

.nvi_works_container2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 3px;
}

.nhood-vitality {
    width: 100%;
    flex-direction: row;
}

.category-container {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: space-between;
}

.methodology-desc {
    max-width: 64%;
}

.stat-desc {
    width: 100%;
    text-align: center;
}
.stat-desc .profile_stat_label_text {
    line-height: 1.2;
}
#contact-form {
    margin-bottom: 100px;
}
#contact-form input,
#contact-form textarea {
    width: 100%;
}
#id_name {
    outline: 1px #60e1ba solid;
    height: 40px;
    border: 1px #60e1ba solid;
}

#id_name:focus {
    outline: 1px #60e1ba solid;
    border: 1px #60e1ba solid;
}

#id_message {
    outline: 1px #60e1ba solid;
    border: 1px #60e1ba solid;
}

#id_message:focus {
    outline: 1px #60e1ba solid;
    border: 1px #60e1ba solid;
}

#id_email {
    outline: 1px #60e1ba solid;
    border: 1px #60e1ba solid;
    height: 40px;
}

#id_email:focus {
    outline: 1px #60e1ba solid;
    border: 1px #60e1ba solid;
}

/* TEXT / PARAGRAPHS */

.font-48 {
    font-size: 16px;
}

.font-48_2 {
    font-size: 15px;
}

.table-cell {
    display: flex;
    text-align: center;
}

.row4-text {
    font-size: 12px;
    color: #525f8d;
}

.dist-text2 {
    color: #d582da;
    font-size: 24px;
    text-align: center;
}

.accordion1 {
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.accordion3 {
}

.accordion3-small {
    margin-left: 50px;
}
.accordion_button .img_small_home2 {
    position: inherit;
}

.table-accordion {
    width: 95%;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 41px;
}
.table-accordion table {
    border-spacing: 0 0.5rem;
}

.table-accordion td {
}

.font-wt-700 {
    font-weight: 700;
}

.align-right-text {
    text-align: right;
    padding-right: 5px;
}

.heading-main {
}

.top-neg-34p {
    margin-top: -40%;
    vertical-align: bottom;
}

.top-135 {
    margin-top: -135px;
    vertical-align: bottom;
}

.district-name-heading {
    font-family: "Poppins";
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    margin: 0;
    padding: 0;
}
.year-heading {
    display: flex;
    align-items: end;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.top-130 {
    margin-top: 130px;
}

.district-name-heading span,
.year-heading span {
    background-color: #60e1ba;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.slight_padding {
    position: absolute;
    z-index: 3;
    margin-left: 30px;
}

.home_text1 {
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 1.5em;
    word-wrap: break-word;
}

.home_text2 {
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 600;
    word-wrap: break-word;
    margin: 0;
}

.home_text3 {
    text-align: center;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 500;
    word-wrap: break-word;
}

.home_text4 {
    display: inline-block;
    text-align: center;
    font-size: 10px;
    font-family: "Poppins";
    font-weight: 500;
    word-wrap: break-word;
    margin-left: 15%;
}

.home_text7 {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 500;
    word-wrap: break-word;
}

.nhood-vitality .home_text5 {
    font-size: 12px;
    font-family: "IBM Plex Serif";
    font-weight: 400;
    word-wrap: break-word;
    margin-top: 30px;
    width: 330px;
    margin-left: -100px;
}

.contact_text5 {
    font-size: 12px;
    font-family: "IBM Plex Serif";
    font-weight: 400;
    word-wrap: break-word;
    margin-top: 30px;
    width: 330px;
}

.home_text6 {
    font-family: "IBM Plex Serif";
    font-weight: 400;
    word-wrap: break-word;
}

ul#language-links {
    list-style: none;
    padding-left: 0;
}

.methodology-headings {
    display: inline-block;
    font-weight: 500;
    margin-top: 2px;
    width: 800px;
    font-size: 25px;
    margin-bottom: 8px;
    font-family: "Poppins";
}

::placeholder {
    color: #60c9e1;
    font-size: 22px;
    font-family: "Poppins";
    font-style: italic;
    font-weight: 500;
    word-wrap: break-word;
}

.twitter-typeahead {
    width: 100%;
}
.address-search {
    width: 100%;
    padding: 2px;
}
.address-search::placeholder {
    color: #60C9E1;
    font-size: 1rem;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    word-wrap: break-word;
}

.tt-dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
    box-sizing: border-box;
}

.tt-suggestion {
    cursor: pointer;
}
.tt-suggestion:hover {
    background-color: #525F8D;
    color: #fff;
}
.tt-suggestion p.result-name {
    padding: 1rem;
    margin: 0;
    font-size: 1rem;
}

.footer-text1 {
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 0;
}

.within_div_footer {
    display: inline-block;
    margin-left: 620px;
    margin-top: 50px;
}
.vitality-action {
    margin-bottom: 50px;
    align-items: flex-start;
}
.profile_stat_text {
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 900;
    word-wrap: break-word;
    margin-bottom: 0;
    margin-top: 0;
}

.profile_top4 {
    font-size: 24px;
    font-family: "Poppins";
    font-weight: 900;
    word-wrap: break-word;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1;
}

.profile_info_text {
    margin-right: 20px;
}
.bold {
    font-weight: 900;
}

.indicator-info-text {
    font-family: "Poppins";
    font-weight: 400;
    word-wrap: break-word;
}

.about-partner {
    flex: 100%;
}

.jfm-text {
    display: inline-block;
    width: 60%;
}

.box-border {
    margin-top: 36px;
    margin-bottom: 36px;
    margin-right: 36px;
    margin-left: 36px;
}

.mid-heavy {
    font-weight: 700;
}

.profile_percent_text {
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 900;
    word-wrap: break-word;
}

.profile_info_accordion {
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 1.5;
    word-wrap: break-word;
}

.profile_stat_label_text {
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 1.5;
    word-wrap: break-word;
    margin: 0;
}

.profile_section_text {
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 900;
    line-height: 12px;
}

.category-container a {
    text-align: center;
}

.citation {
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 400;
    word-wrap: break-word;
}
#dive-deeper {
    margin-top: 50px;
}
.profile_divedeeper_text {
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 700;
    word-wrap: break-word;
}
#contact-success .profile_divedeeper_text {
    font-size: 22px;
}
.bottom-indicators .chart {
    margin-top: 20px;
}

.legend-item {
    font-family: "Poppins";
    font-size: 12px;
    cursor: pointer;
    color: #888;
    fill: #888;
    line-height: 1.1;
    margin-bottom: 0.33em;
    clear: both;
    padding-left: 15px;
}

.pie-chart .legend {
    list-style: none;
    padding: 0;
    box-sizing: border-box;
}

.pie-chart .legend-full-width {
    margin: 1em 0 0.5em;
    width: 100%;
}

.legend-full-width .legend-item {
    width: 45%;
    margin-right: 5%;
    float: left;
    clear: none;
}

.legend-item .swatch {
    opacity: 0.8;
    float: left;
    margin-left: -15px;
    height: 10px;
    width: 10px;
    margin-top: 1px;
}

.legend-item .label {
}

.legend-item:hover,
.legend-item.hovered {
    opacity: 1;
    color: #111;
    fill: #111;
}

.arc.hovered,
.legend-item.hovered .swatch {
    opacity: 1;
}

.arc,
.arc-group path {
    stroke: #fff;
    cursor: pointer;
}

.arc-group {
}

.arc,
.legend-item .swatch {
    opacity: 0.5;
}

.arc.hovered,
.legend-item.hovered .swatch {
    opacity: 1;
}

.center-group .label-name {
    font-family: "Poppins";
    font-size: 12px;
}

.center-group .label-value {
    font-size: 13px;
    margin-left: 3px;
    font-family: "Poppins";
    font-weight: 600;
}

.legend {
    width: 100%;
}

ul .legend {
    margin-bottom: 10px;
}

.about-sec1 {
    font-weight: 400;
    word-wrap: break-word;
}

.heavy {
    font-weight: 900;
}

.basic-table {
    border-spacing: 0;
    border: 1px solid #525f8d;
    margin: 0 auto;
    font-size: 14px;
}

.basic-table th {
    background-color: #525f8d;
    width: 280px;
    border: 1px solid white;
    border-top: 0;
    border-bottom: 0;
}
.basic-table th:first-child {
    border-left: 0;
}
.basic-table th:last-child {
    border-right: 0;
}
#nvi-different-table th {
    height: 42px;
}

.alt {
    background: rgba(82, 95, 141, 0.25);
}

.basic-table tr td {
    border: solid #525f8d 0.5px;
}

#nvi-different-table th:first-child {
    border-right: 1px solid white;
}

.basic-table th {
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}

.basic-table td {
    padding: 5px;
    font-size: 12px;
    word-wrap: break-word;
}

.pie-chart {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pie-chart .chart-qualifier {
    font-family: "Poppins";
    font-size: 10px;
    width: 100%;
    margin-bottom: 0;
}

.chart-qualifier {
    font-size: 10px;
}

.info-popup {
    width: 12px;
    height: 15px;
    margin-left: 2px;
    margin-bottom: 1px;
}

.info-popup#info-explainer {
    margin-bottom: -4px;
}

.info-popup-i {
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.popuptext {
    text-align: center;
    font-family: "Poppins";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    width: 160px;
    background-color: #555;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 4;
    margin-left: -80px;
}

.popup {
    font-family: "IBM Plex Serif";
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
}

.popup-title {
    font-size: 1rem;
    font-family: "Poppins";
    font-weight: 900;
    word-wrap: break-word;
    margin-bottom: 2px;
    margin-top: 5px;
}

.popup-container {
    background: #fff;
    width: 400px;
    box-shadow: 0px 0px 10px 5px rgba(82, 95, 141, 0.25);
    z-index: 5;
    position: absolute;
    top: -1rem;
    left: 55px;
    padding: 10px 15px;
    text-align: left;
}

.popup-wrapper {
    position: relative;
    display: inline-block;
}

#map-controls .header-tool-set,
#map-controls aside {
    width: 100%;
    display: block;
    float: none;
}

#map-controls .header-tool-set,
#map-controls .caption {
    margin-top: 0.25em;
}

.tool-set .tool-group {
    float: left;
}

.header-tool-set .tool-group:last-child {
    margin-right: 1.5em;
}

.header-tool-set {
    margin-top: 0.5em;
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.box-content {
    padding: 1em 1em 0;
    margin-bottom: 0.67em;
    margin-top: 80px;
}

.box-content section {
    margin-bottom: 0;
}

.legend-item:hover,
.legend-item.hovered {
    opacity: 1;
    color: #111;
    fill: #111;
}

.arc.hovered,
.legend-item.hovered .swatch {
    opacity: 1;
}

ul.two-columns {
    column-count: 2;
    text-align: left;
    list-style: none;
    column-width: 200px;
    column-gap: 6em;
}
ul#multicolored {
    font-weight: 700;
    font-family: "Poppins";
}
ul.two-columns li {
    margin-bottom: 10px;
}
.smaller-text {
    font-size: 0.75em;
}
.survey-text-container strong {
    color: #525f8d;
}
.callout {
    width: 75%;
    margin: 45px auto;
}
.survey-button {
    margin: 25px auto;
}
#banner {
    margin-top: 80px;
    margin-bottom: 80px;
}

.context-indicators-container {
    margin-top: 2rem;
    padding: 1px;
}
.context-indicators-container.blue-dashbed-border {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2360c9e1' stroke-width='2' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.context-indicators-container.grey-dashbed-border {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23525f8d' stroke-width='2' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.context-indicators-container.green-dashbed-border {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2360e1ba' stroke-width='2' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.context-indicators-container.yellow-dashbed-border {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e9e66e' stroke-width='2' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.context-indicators-container.light-orange-dashbed-border {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e9c466' stroke-width='2' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.context-indicators-container.orange-red-dashbed-border {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23f8ab75' stroke-width='2' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.context-indicators-container h5 {
    margin: 0;
    padding: 0.5rem;
}
.data-visual-grid {
    display: block;
}
.data-visual-grid-item {
    display: block;
}
.data-visual-carousel-item {
    padding-top: 2em;
    padding: 2em 0 0 10%;
}
.data-visual-carousel-item.ban {
    width: 70%;
}
.data-visual-carousel-item.column,
.data-visual-carousel-item:has(.secondary-context-indicator.column) {
    width: 70%;
}
.data-visual-carousel-item.donut,
.data-visual-carousel-item:has(.secondary-context-indicator.donut) {
    width: 70%;
}
.data-visual-carousel-item.line,
.data-visual-carousel-item:has(.secondary-context-indicator.line) {
    width: 70%;
}
.data-visual-carousel-item.min_med_max,
.data-visual-carousel-item:has(.secondary-context-indicator.min_med_max) {
    width: 70%;
}

.flickity-prev-next-button .arrow {
    fill: #60c9e1;
}
.flickity-prev-next-button.no-svg {
    color: #60c9e1;
}
.flickity-prev-next-button {
    width: 10% !important;
    height: 100% !important;
    border-radius: 0 !important;
}
.flickity-prev-next-button.previous,
.flickity-prev-next-button.previous:hover {
    left: 0 !important;
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0),
        rgba(0, 0, 0, 0.2)
    );
}
.flickity-prev-next-button.next,
.flickity-prev-next-button.next:hover {
    right: 0 !important;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        rgba(0, 0, 0, 0.2)
    );
}
.flickity-prev-next-button:disabled {
    display: none;
}

.popup-button {
    border: none;
    background: none;
}
.indicator-toggle {
    border: none;
    background: none;
    margin: 0 5px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.25rem;
}
button:hover.indicator-toggle, button:focus.indicator-toggle, button:active.indicator-toggle {
    color: #d582da;
}
.indicator-details {
    padding: 0.5rem 0 2rem;
}
.survey-question-topic,
.survey-question-text {
    color: #525f8d;
    font-family: "Poppins";
}
.survey-question-text {
    margin: 1rem 0 0 0;
    font-size: 0.8rem;
}
.survey-question-topic {
    font-weight: bold;
    font-size: 0.8rem;
}
.survey-question-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
}
.survey-question-grid-cell {
    color: #525f8d;
    font-family: "Poppins";
    text-align: center;
    padding: 1rem 10px;
}
.survey-question-grid-cell.highlight {
    background-color: rgba(213, 130, 218, 0.25);
}
.survey-question-grid-cell-value {
    font-size: 1rem;
    font-weight: 900;
}
.survey-question-grid-cell-label {
    font-size: 0.875rem;
}

.login-feedback{ 
    font-size: 0.75rem;
    color: #f1635c;
    margin-top: 0.5rem;
}
.login-form {
    margin-top: 2rem;
}
.login-form label {
    display: block;
    font-size: 1rem;
    font-family: "Poppins";
    font-weight: 700;
    color: #525f8d;
}
.login-form input,
.login-form select {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    outline: 1px #60e1ba solid;
    border: 1px #60e1ba solid;
    height: 2.5rem;
    box-sizing: border-box;
}
.login-button-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 2rem;
}
.login-button-container a,
.login-button-container button {
    flex-grow: 1;
}

.cdo-coverage-map {
    width: 100%;
    height: 800px;
}

.cdo-contact {
    font-family: "Poppins";
    font-style: italic;
    font-size: 1rem;
}

.cdo-contact a {
    text-decoration: underline;
}

.ban-container {
    width: 100%;
}

.column-chart-container {
    width: 100%;
    height: 360px;
}

.line-chart-container {
    width: 100%;
    height: 260px;
}

.donut-chart-container {
    width: 100%;
}

.min-med-max-container {
    width: 100%;
    height: 85px;
}

@media screen and (max-width: 767px) {
    .popup-container {
        top: 1.5rem;
        left: -55px;
        width: 180px;
    }
    .survey-question-grid {
        grid-auto-flow: row;
    }
}

@media screen and (min-width: 768px) {
    .small-width,
    .small-width-about {
        max-width: 75%;
    }
    .small-width-login {
        max-width: 75%;
    }
    .width-heading {
        width: 80%;
    }
    #page-header-title {
        flex-direction: row;
    }
    #page-header-title > a {
        width: 40%;
    }
    #page-header-small #page-header-title > a {
        width: 30%;
        align-self: center;
    }
    .home_heading {
        font-size: 40px;
    }
    #menuwrapper {
        float: right;
    }
    .search-button-container-menu {
        position: relative;
        margin-top: 53px;
        display: block;
        margin-right: 110px;
    }
    .side-pattern-img {
        width: 100px;
        display: block;
    }
    .search-button-container {
        margin-bottom: 0px;
    }
    a.gradient:hover,
    button.gradient:hover,
    #menuwrapper a:hover,
    #menuwrapper button:hover {
        background: #525f8d;
    }
    a.gradient-outline:hover,
    button.gradient-outline:hover {
        border-image: none;
        border-color: #525f8d
    }
    #menuwrapper a {
        padding: 5px 10px;
    }
    #menuwrapper a,
    #menuwrapper button,
    .leaflet-popup-content a {
        font-weight: 700;
        font-size: .6rem;
    }
    #menuwrapper a:hover,
    #menuwrapper button:hover,
    .leaflet-popup-content a:hover {
        background-color: #60e1ba;
        transition: 0.7s;
    }
    .search-button-container a.gradient {
        font-size: 15px;
    }
    .home_text2 {
        font-size: 15px;
    }
    .home-line {
        width: 87%;
    }
    .home_heading2 {
        font-size: 43px;
    }
    .district-name-heading {
        font-size: 48px;
    }
    .year-heading {
        font-size: 32px;
    }
    .nvi-works-flex #home-map,
    .nvi-works-flex > a {
        max-width: 38%;
    }
    .nvi-works-flex > div {
        flex-basis: 54%;
    }
    .help-banner {
        gap: 10px;
    }
    .anchor_button {
        padding: 4px 5px 2px 5px;
        margin-top: 20px;
        border-width: 4px;
        font-size: 20px;
    }
    #sticky-nav {
        padding-bottom: 15px;
    }
    #sticky-nav .anchor_button {
        font-size: 18px;
    }
    .basic-table {
        font-size: 18px;
    }
    .basic-table td {
        font-size: 16px;
    }
    .about-history-img {
        width: 220px;
    }
    .map-main {
        height: 80vh;
    }
    #locator-button:hover {
        background: #60E1BA;
    }
    a#detroit-button:hover {
        background: #60e1ba;
    }
    a#neighborhood-zone-button:hover {
        background: #60c9e1;
    }
    .category-container {
        width: 100%;
        column-gap: 7px;
    }
    #contact-intro,
    #login-intro,
    #methodology-intro {
        margin-top: 25px;
    }
    #contact-intro h2,
    #login-intro h2,
    #methodology-intro h2 {
        font-size: 24px;
    }
    #contact-form label {
        font-size: 14px;
    }
    #contact-success {
        min-height: 30vh;
    }
    .survey-question-text {
        font-size: 0.9rem;
    }
    .survey-question-topic {
        font-size: 0.9rem;
    }
    .footer-logo-container a:hover img {
        opacity: 0.5;
    }
}
@media screen and (min-width: 1000px) {
    p,
    li {
        font-size: 18px;
    }
    h5 {
        font-size: 1.6em;
    }
    .small-width-about,
    .small-width-login {
        max-width: 960px;
    }
    #page-header-small #page-header-title > a {
        align-self: flex-end;
    }
    #menuwrapper a,
    #menuwrapper button {
        padding: 5px 13px;
        font-size: .85rem;
    }
    .home_heading {
        font-size: 50px;
    }
    .search-button-container-menu {
        margin-right: 188px;
    }
    .side-pattern-img {
        width: 174px;
    }
    .search-button-container {
        margin-bottom: 15px;
    }
    .img_bg {
        height: 400px;
    }
    .home_text1 {
        font-size: 32px;
    }
    .home_text2 {
        font-size: 24px;
    }
    .home-line {
        margin-top: 150px;
    }
    .flex-home1 {
        gap: 30px;
        flex-wrap: nowrap;
    }
    .text_container2 {
        flex: 25%;
    }
    .nvi_works_container {
        padding: 60px 0;
    }
    .content-inner {
        padding: 60px 0;
    }
    .yellow-background {
        padding: 30px 0;
    }
    .home_heading2 {
        font-size: 63px;
    }
    .home_text5,
    .home_text6,
    .learn_more {
        font-size: 28px;
    }
    .district-name-heading {
        font-size: 48px;
    }
    .year-heading {
        font-size: 40px;
    }
    .anchor_button {
        padding: 4px 5px 2px 5px;
        height: 35px;
        border-width: 4px;
        font-size: 20px;
    }
    #sticky-nav .anchor_button {
        font-size: 20px;
    }
    .basic-table {
        width: 100%;
    }
    .vertical-partners1 {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }
    .partner-img {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 3em;
    }
    .partner-img > a {
        width: 33%;
        justify-content: center;
        display: flex;
    }
    .about-partner {
        width: 66%;
    }

    .cdad-img {
        width: 115px;
    }

    .d3-img {
        width: 180px;
    }

    .jfm-img {
        width: 195px;
    }

    .mna-img {
        width: 150px;
        height: auto;
    }
    .funder-logo {
        width: 150px;
        max-height: 90px;
    }
    #contact-form input,
    #contact-form textarea {
        width: 50%;
    }
    #dist-metho.vertical-col2,
    #data-dict.vertical-col2,
    #download-data.vertical-col2 {
        flex-direction: row;
    }
    #dist-metho .profile_info_text,
    #data-dict .profile_info_text {
        max-width: 64%;
    }
    .map-container {
        height: 362px;
    }
    #context-indicators > .flex {
        justify-content: space-between;
        flex-direction: row;
    }
    #top-indicators {
        width: 66%;
    }
    .map-container {
        width: 33%;
    }
    #top-row.flex-container-0 {
        flex-direction: row;
        margin-bottom: 0;
    }
    .profile_stat_text {
        font-size: 33px;
    }
    .profile_stat_label_text {
        font-size: 16px;
    }
    .flex-container-mob {
        flex-direction: row;
        justify-content: space-between;
    }
    .bottom-indicators {
        width: 48%;
    }
    .center-group .label-name {
        font-size: 13px;
    }

    .center-group .label-value {
        font-size: 14px;
    }
    .font-48 {
        font-size: 30px;
    }
    .profile_top4 {
        font-size: 36px;
    }
    .row4-text {
        font-size: 16px;
    }
    .font-48_2 {
        font-size: 20px;
    }
    .text_container_profile {
        padding-left: 15px;
    }
    .vitality-action {
        margin-top: 10px;
    }
    .category-container {
        width: 95%;
        column-gap: 30px;
    }
    .accordion1.text_container_profile {
        height: 45px;
    }
    .profile_info_accordion {
        font-size: 20px;
    }
    .table-accordion .profile_percent_text {
        font-size: 22px;
    }
    .info-popup {
        width: 15px;
        height: 18px;
        margin-left: 7px;
    }
    #dive-deeper {
        margin-top: 75px;
    }
    .citation {
        font-size: 14px;
    }
    .survey-question-topic {
        font-size: 1.15rem;
    }
    .survey-question-text {
        font-size: 1rem;
    }
    #contact-intro,
    #login-intro,
    #methodology-intro {
        margin-top: 50px;
    }
    #footer #footer-content {
        flex-direction: row;
        justify-content: space-between;
    }
    #footer #footer-content > div {
        width: 50%;
    }
    #footer #map-search-button {
        font-size: 19px;
        height: 58px;
    }
    .footer_button {
        font-size: 26px;
    }
    .footer-text1 {
        margin-top: 0;
        font-size: 36px;
    }
    #footerlogo1 {
        height: 30px;
    }
    #footerlogo2 {
        height: 60px;
    }
    .donut-chart-container {
        height: 260px;
    }
}
@media screen and (min-width: 1200px) {
    p,
    li {
        font-size: 22px;
    }
    .width-heading {
        width: 60%;
    }
    .home_heading {
        font-size: 54px;
    }
    #menuwrapper a, #menuwrapper button {
        padding: 5px 15px;
        font-size: 1rem;
    }
    a.gradient#map-search-button {
        font-size: 20px;
        padding: 15px 25px;
    }
    .home-description {
        width: 74%;
    }
    .help-banner {
        gap: 30px;
    }
    .help-banner > div {
        flex-basis: 48%;
    }
    .help-banner h3 {
        text-align: right;
    }
    .img_bg {
        height: 475px;
    }
    .nhood-vitality {
        justify-content: space-between;
    }
    .about-history-img {
        margin-top: 28px;
    }
    .district-name-heading {
        font-size: 70px;
    }
    .year-heading {
        font-size: 48px;
    }
    #map-controls {
        width: 475px;
        padding: 1rem;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
    }
    h4.map-text {
        font-size: 1.25rem;
        text-align: left;
    }
    .district-name-heading span,
    .year-heading span {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
    }
    .basic-table {
        font-size: 22px;
    }
    .basic-table td {
        font-size: 20px;
    }
    .profile_stat_text {
        font-size: 40px;
    }
    .profile_stat_label_text {
        font-size: 20px;
    }
    .vitality-action {
        width: 100%;
        flex-wrap: nowrap;
    }
    .vitality-action .flex-col-gap {
        width: 20%;
    }
    .font-48 {
        font-size: 48px;
    }
    .accordion1.text_container_profile {
        height: 68px;
    }
    .accordion_button .img_small_home2 {
        width: 40px;
    }
    .table-accordion {
        padding-left: 54px;
    }
    .table-accordion table {
        /* border-spacing: 0 11px; */
    }
    .table-accordion .profile_percent_text {
        font-size: 22px;
    }
    .accordion_arrows {
        width: 40px;
    }
    .info-popup {
        width: 20px;
        height: 23px;
    }
    .font-48_2 {
        font-size: 36px;
    }
    .profile_top4 {
        font-size: 67px;
    }
    .footer_button {
        font-size: 32px;
    }
    .footer-text1 {
        font-size: 48px;
    }
    #footerlogo1 {
        height: 36px;
    }
    #footerlogo2 {
        height: 60px;
    }
    .data-visual-grid {
        display: flex;
    }
    .data-visual-grid-item {
        flex-basis: 50%;
        flex-grow: 1;
    }
    .column-chart-container {
        height: 260px;
    }
    .data-visual-carousel-item.ban {
        width: 25%;
    }
    .data-visual-carousel-item.column,
    .data-visual-carousel-item:has(.secondary-context-indicator.column) {
        width: 70%;
    }
    .data-visual-carousel-item.donut,
    .data-visual-carousel-item:has(.secondary-context-indicator.donut) {
        width: 450px;
    }
    .data-visual-carousel-item.line,
    .data-visual-carousel-item:has(.secondary-context-indicator.line) {
        width: 50%;
    }
    .data-visual-carousel-item.min_med_max,
    .data-visual-carousel-item:has(.secondary-context-indicator.min_med_max) {
        width: 50%;
    }
}
@media screen and (min-width: 1750px) {
    
    #menuwrapper a {
        padding: 5px 17px;
    }
    #page-header-title {
        padding-bottom: 5px;
    }
    #top-indicators {
        width: 55%;
    }
    .map-container {
        width: 45%;
    }
    .footer_button {
        font-size: 36px;
    }
    #footerlogo1 {
        height: 36px;
    }
    #footerlogo2 {
        height: 75px;
    }
}
