@charset "utf-8";
/* CSS Document */

.page-content{
    color: #000;
    padding:40px 0;
    background-color:#f9f9f9;
}

.page-content .container{
    padding: 0px 30px;
    max-width: 1070px;
    margin:0 auto;
}

#get-involved{
    text-align: center;
    /* padding: 0 30px; */
}

#get-involved h1{
    font-family: 'poppins bold';
    font-size: 2.488rem;
}

#map {
    height: 500px;
    width: calc(100% - 0px);
    max-width: 1070px;
    margin: 50px auto 50px;
}

#map h1.map-title{
    margin:0 0 10px;
}
#map p.map-info{
    margin:0;
}
#map a.map-link{
    background: #b8202f;
    display: inline-block;
    font-weight: 500;
    padding: 7px 14px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    border-radius: 500px;
    margin: 15px 0 5px 0;
}
#map .info-item{
    padding: 10px;
}

.gm-style .gm-style-iw{
    max-width:375px !important;
}

#text-on-gray{
    background: rgba(0,0,0,0.075);
    max-width: 100%;
    padding: 5px 0;
    color:#333;
}

#text-on-gray div{
    border-bottom: rgb(180, 180, 180) inset 1px;
    padding: 15px;
}
#text-on-gray div:last-child{
    border-bottom: 0;
}

#text-on-gray div a{
    color: #b8212f;
}

#event-form{
    padding: 35px 0;
}
#event-form .container{
    max-width: 750px;
}

#event-form .container iframe{
    margin-top:25px;
}

#event-form .container h2{
    font-weight: 700;
    color:#333;
    line-height: 1.15;
}



@media screen and (max-width: 900px) {
    .page-content .container{
        padding: 0px 30px;
    }
    #get-involved h1{
        font-size: 1.602rem;
    }
    #map {
        /* height: 400px; */
        width: 100%;
    }       
}

@media screen and (max-width: 450px) {
    .gm-style .gm-style-iw{
        max-width:275px !important;
    }        
}