.loc-states, .loc-regions {
    text-align: center;
    border-bottom: 1px solid #009f4d;
    padding: 10px 0;
}

a.loc-statelink, a.loc-regionlink {
    padding: 2px 9px;
    display: inline-block;
    border: 1px solid #009f4d;
    border-radius: 17px;
    margin:2px;
}

a.loc-statelink:hover, a.loc-regionlink:hover, a.loc-statelink.loc-activestate, a.loc-regionlink.loc-activeregion {
    background-color:#009f4d;
    color:white;
}

div.location-map {
    box-shadow:none;
    border:0;
}

div.locations-info {
    width:58%;
    float:left;
}

div.locations-links {
    width:38%;
    float:right;
    margin-top:-10px;
}

.page-wrapper .search-results .single {
    background:initial;
    border:none;
    box-shadow:none;
    border-radius:0;
    padding:20px 0;
    margin-bottom:0;
    transition:none;
    max-height:none;
}

.page-wrapper .search-results .single:not(:first-child) {
    border-top:1px solid #009f4d;

}

.single .btn {
    padding: 10px 30px;
    display: inline-block;
    width: 100%;
    min-height: initial;
    font-family: inherit;
    color: white;
    font-weight: 700;
    font-size: initial;
    line-height: initial;
    letter-spacing: initial;
    border: 0.111rem solid #009f4d;
    background-color: #009f4d;
    border-radius: 15px;
    position: relative;
    box-shadow: none;
    display: inline-block;
    text-decoration: none;
    transition: all 300ms ease-out;
}

.single .btn:hover, .single .btn.focus, .single .btn:focus, .single .btn.transparent-green:hover, .single .btn.transparent-green.focus, .single .btn.transparent-green:focus {
    border: 0.111rem solid #007550;
    background-color: #007550;
    color: #FFF;
    transition: all 300ms ease-out;
    box-shadow: 0px 0.214rem 0.714rem rgba(0, 0, 0, 0.16);
}

.single .btn.transparent-green {
    background-color: #FFFFFF;
    color: black;
}

.single .fast-lane-image-list {
    float:initial;
    max-width:100%;
    width:100%;
    max-height:initial;
}

.page-wrapper section.home-top .search-box.see-plans {
    width: 100%;
    max-width: initial;
    margin-bottom: 30px;
    box-shadow: none;
}

section.home-top .search-box.see-plans form input {
    border-radius: 15px;
    border: 2px solid #009f4d;
    min-height:initial;
    line-height:initial;
    padding: 8px 140px 8px 30px;
}

section.home-top .search-box.see-plans form button {
    border-radius: 0 15px 15px 0;
    color: white;
    background-color: #009f4d;
    padding: 0 40px;
    min-height:initial;
    line-height:initial;
}

p.searchInstruct {
    text-align: center;
    font-weight: bold;
}

.blurb-info h1.mb-3 {
    text-align: center;
    font-size: 45px;
}

.blurb-info p {
    text-align: center;
}

.become-member-2024-block .box {
    width: 100vw;
    height: 38vw;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    background-image: url("../png/qq%20landing%20page_final-04.png");
}

.become-member-2024-block .search-box.see-plans {
    position: absolute;
    right: calc(28% - 190px);
    bottom: calc(15% - 29px);
}

section.image-text-block.home-zip-block img {
    width:140%;
}

@media (max-width:991.98px) {
    .become-member-2024-block .box {
        height: 140vw;
        background-image: url("../png/qq%20landing%20page_final-06.png");
    }

    .become-member-2024-block .search-box.see-plans {
        width: 380px;
        right: calc(50% - 190px);
        max-width: 100%;
        bottom: initial;
        top: calc(55% - 39px);
    }
}

section.easy-and-fast {
    margin-top:-54px;
    border-top:1px solid #009f4d;
}

section.easy-and-fast img {
    max-width: 150px;
    margin-bottom: 20px;
}

section.home-top {
    padding-bottom:0;
}

div.location-map #map {
    height:1667px;
}
@media (max-width:768px) {

div.location-map div#map {
    height:400px;
}
}