  *{
    margin:0;
}
body, html{
    margin:0;
    min-height:100%;
    min-width: 100%;
}
.outer-container{
    background-image: url('/content/dam/bc1/centers/schiller/sites/mass-clean-air/hero2/rectangle.svg');
    background-position: center;
    background-size: cover;

    box-sizing: border-box;
    width:100%;
    min-height: 563px;
    padding:20px;
    background-color: #dfdfdf;

}
.outer-container > div{
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
    position: relative;
}

.outer-container h1, .link-text-mobile span{
    font-weight: bold !important;
    color:red;
}
.desktop-link, #MA-map{
    display: none;
}
.outer-container ul{
    list-style-type: none;
    padding-left: 0;
    border: 1px solid #0f0f0f;
    max-width: 240px;
    margin-top:50px;
}
.outer-container a{
    text-decoration: none;
}
.outer-container li{
    padding:10px;
    border: 1px solid #0f0f0f;
    transition: 0.5s ease all;
}
.outer-container li:hover{
    background-color:rgb(200, 200, 200);
    transition: 0.5s ease all;
}

#mobile-view-links img{
    width: 32px;
    margin-right: 10px;
    float:left;
    max-height: 61px !important;
}
#mobile-view-links img.pin {
    margin-right:13px;
}
.link-mobile{
    display:flex;
    color:black;
}
@media only screen and (max-width: 450px) {
     .outer-container ul{
        font-size: 12px;
        max-width: 180px;
    }
}

.outer-container h1, .link-text-mobile span{
    font-weight: bold;
    color:red;
}
.pm-link-mobile{
    position:relative;
    padding-top:20px;
    color:black;

}
.pm-link-mobile span{
    background-color: red;
    padding:5px;
    color:white;
}
.pm-link-mobile .pm-link-text-mobile{
    line-height: 1.5;
    font-weight: bold;
    display: table;
}
#pm-dust{
    position:relative;
    top:10px;
    left:50%;
   
    transform: translateX(-50%);
    /* Likely also want to set width here too. */
}
#mobile-view-links img#pm-dust {
    width: 200px !important;
}

#lungs{
    align-self: center;
    z-index: 10;
}
#lungs{
    width: 35vw;
    max-width: 300px;
}


@media only screen and (min-width: 600px) {
    .outer-container{
        padding:28px;
    }
}

@media only screen and (min-width: 768px) {
    h1{
        font-size: 48px;
        margin-left:50px;
    }
    #mobile-view-links{
        display: none;
    }
    #MA-map{
        display: inherit;
        position:absolute;
        width:70%;
        max-width: 700px;
        top:50px;
        transform: translateX(-50%);
        left:50%;
        transition: 0.5s ease-out all;
        filter: drop-shadow(1px 2px 5px #888888);
    }
    #MA-map:hover{
        transform: translate(-50%, 10px);
        transition: 0.5s ease-out all;
    }
    #people-outline{
         display: inherit;
        position: absolute;
        width: 76%;
        top: 435px;
        transform: translateX(-50%);
        left: 50%;
        transition: 0.5s ease-out all;
        opacity: .6;
        }

    .desktop-link{
        display: inline-block;
        width:200px;
        position:absolute;
        transition: 0.5s ease-in all;
    }
    .desktop-link:hover{
        transform: translateY(5px);
        transition: 0.5s ease-out all;
    }
    #desktop-link-1{
        top:140px;
        left:4%;
    }
    #desktop-link-2{
        top:300px;
        left:12%;
    }
    #desktop-link-3{
        top:60px;
        left:42%;
    }
    #desktop-link-4{
        top:200px;
        left:32%;
    }
    #desktop-link-5{
        top:300px;
        left:49%;
    }
}

.int-wrap.school-wrap .bulk-wrap>main .nosidenav h1 {
display: none !important;
}
.centers-new #pagecontent .nosidenav:first-child{
padding: 0 !important;
}