/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.map-text {
    position: relative;
    z-index: 1;
}

.homepage-location-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.map-text__bg {
    position: absolute;
    z-index: -1;
    left: 50%;
    -webkit-transform: translate(-50%, 0) scale(0.5) !important;
        -ms-transform: translate(-50%, 0) scale(0.5) !important;
            transform: translate(-50%, 0) scale(0.5) !important;
    margin-left: 176px;
}

.map-text__text {
    padding: 70px 22px 40px 22px;
}

.map-text__text h2 {
    padding-right: 20px;
}

.map-text__image__wrap {
    width: 100%;
    margin-left: 0;
}

.homepage-location-map-container {
    width: 100%;
    margin-left: 0;
    opacity: 0;
    transform: scale(0.5);
}

#map_canvas {
    height: 500px;
    width: 800px;
}

#info-box {
    background-color: white;
    border: 1px solid black;
    bottom: 30px;
    height: 20px;
    padding: 10px;
    position: absolute;
    left: 30px;
    overflow: hidden;
}

#map .gm-style-iw,
#map_canvas .gm-style-iw,
#tt_sm_map {
    width: 250px;
    height: auto;
    border-radius: 10px;
    background-color: rgba(7, 11, 151, 0.85);
    padding: 25px 20px 25px !important;
    color: white;
}

#map .gm-style-iw-d,
#map_canvas .gm-style-iw-d {
    overflow: hidden !important;
}

#map .map-marker,
#map_canvas .locations-incol,
#tt_sm_map .locations-incol {
    display: block;
    text-align: center;
    color: white;
}

#map_canvas .locations-incol p,
#tt_sm_map .locations-incol p {
    padding-bottom: 15px;
    line-height: 1.3em;
    font-size: 16px;
    padding-top: 10px;
}

#map .map-marker .map_address,
#map .map-marker .map_contact,
#map_canvas .locations-incol .map_address,
#map_canvas .locations-incol .map_contact,
#tt_sm_map .locations-incol .map_address,
#tt_sm_map .locations-incol .map_contact {
    font-size: 16px;
    font-weight: normal;
    font-family: "Fira Sans";
    line-height: 1.2em;
}

#map .map-marker .map_link,
#map_canvas .locations-incol a,
#tt_sm_map .locations-incol a {
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    background: transparent;
    position: relative;
}

#map .map-marker .map_link:hover,
#map_canvas .locations-incol a:hover,
#tt_sm_map .locations-incol a:hover {
    background: transparent;
    color: #82ccfa;
}

#map .map-marker .map_link::after,
#map_canvas .locations-incol a::after,
#tt_sm_map .locations-incol a::after {
    content: '\e903';
    font-family: 'icomoon';
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 13px;
    font-weight: 400;
}

#tt_sm_map .locations-incol .map_contact a::after {
    content: '';
    width: 0;
    height: 0;
}

#map .gm-ui-hover-effect,
#map_canvas .gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
    color: white;
}

#map .gm-ui-hover-effect>span,
#map_canvas .gm-ui-hover-effect>span {
    background-color: #fff;
}

.gm-style .gm-style-iw-tc::after {
    background: rgba(7, 11, 151, 0.85);
}

.map-text__image__wrap #wpcm_zip {
    display: none;
}

#map {
    position: relative;
}

.map-text__image__wrap {
    position: relative;
}

.map-text__image__wrap img {
    transform: scale(0.5) rotate(45deg);
    opacity: 0;
}

.image-background {
    position: absolute;
    z-index: -1;
    top: -45px;
    display: none;
}

#tt_sm_map .tt_sm {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    color: white;
    padding: 0;
    position: relative;
}

#xpic_sm_map {
    background: transparent;
    color: white;
}

#xpic_sm_map img {
    background: white;
}

#xpic_sm_map:hover {
    background: transparent;
}

#tt_sm_map .tt_name_sm {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    float: none;
    line-height: 1.3em;
    padding: 0 25px;
}

#tt_sm_map .xmark_sm {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
}

.map-text-accordion {
    margin: 0 0 120px 0;
    position: relative;
    z-index: 0;
}

.sm_location {
    width: 70px;
    height: 90px;    
    position: relative;       
    -webkit-filter: drop-shadow(0px 0 20px rgb(7, 11, 151));
            filter: drop-shadow(0px 0 20px rgb(7, 11, 151));
    -webkit-box-shadow: 0 0 20px rgb(7,11,151);
            box-shadow: 0 0 20px rgb(7,11,151); 
}

.homepage-location-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
}

.state-filters {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.zipcode-filter-form {
    position: relative;
    /* display: none; */
}

.zipcode-filters {
    width: 100%;
}

.map_zipcode_search_form_elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.zipcode-filter__submit {
    border: none;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent;
    width: 40px;
    height: 40px;
}


.custom-filter-none{
    display: block;   
    padding-left: 20px;
    padding-right: 20px;
}


.custom-filter-none .homepage-location-filters{
    display: block;
    background: #f8f8f8;
    padding: 25px 22px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px
}


/** Locations List **/

.locations-list-section{
    display:block;
    position: relative;
}

.locations-list-section .location-listing{
    display: block;
    position: relative;
}

.locations-list-filter .homepage-location-filters{
    background: #f8f8f8;
    padding: 25px 22px;
    border-radius: 10px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}

.locations-list-section .location-listing{
    width: 100%;
    height: 320px;    
    border-radius: 10px;
    background: #d3edfd;
    padding: 22px;
    margin-bottom: 30px;
    display: block;
    position: relative;
}


.location-listing__name{
    font-family: "Fira Sans";
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.02em;
    line-height: 15px;
    text-align: left;
    color: #090929;
    padding-bottom: 0;
    margin-bottom: 12px;
    display: block;
}

.location-listing__address,
.location-listing__email,
.location-listing__phone {
    font-size: 16px;
    font-weight: normal;
    color: #3D3D52;
}

.location-listing__address,
.location-listing__email,
.location-listing__phone,
.location-listing__hours {
    margin-bottom: 10px;
}

.location-listing__email i, .location-listing__phone i, .location-listing__phone i, .location-listing__hours i {
    color: #0446F1;
}

.location-listing__section{
    margin-top: auto;
    bottom: 20px;
    position: absolute;
}

.locations-list-filter,
.locations-list-section{
    display: none;
}

.locations-listing-container{
    float: none;
}

/* #locations_list__static .fx-accordion__panel__toggle{
    background-color: #E8E8E8;
    color: #090929;
    font-size: 18px;
    font-weight: 500;
}

#locations_list__static  .fx-accordion__panel.is-expanded .fx-accordion__panel__toggle{
    background-color: #D3EDFD;
}

#locations_list__static .fx-accordion__panel__toggle:after{
    color: #070B97;
}

#locations_list__static .fx-accordion__panel__content{
    background-color: #E4F4FE;
}

#locations_list__static .fx-accordion__panel__content .btn{
    font-size: 14px;
    font-weight: 500;
}

#locations_list__static .fx-accordion__panel__content a:not(.btn){
    background: transparent;
    font-weight: normal;
}

#locations_list__static .fx-accordion__panel__content .location-listing__phone{
    margin-bottom: 20px;
} */

.fx-accordion__panel__content a {
    background: none;
}

@media (min-width: 768px) {
    .map-text__text {
        padding: 70px 52px 40px 52px;
    }

    .map-text__text h2 {
        padding-right: 0;
    }

    .map-text__image__wrap {
        width: 100%;
        margin-left: 0;
    }

    .map-text-accordion {
        margin-top: 40px;
    }

    .locations-listing-container{
        float: left;
    }


    .homepage-location-filters{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .state-filters {
        width: 49%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .zipcode-filter-form {
        position: relative;        
    }

    .zipcode-filters {
        width: 49%;
    }


    .custom-filter-none .homepage-location-filters{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;        
    }


    .sm_location {
        width: 43px;
        height: 58px;    
        position: relative;        
        -webkit-filter: drop-shadow(0px 0 20px rgb(7, 11, 151));
                filter: drop-shadow(0px 0 20px rgb(7, 11, 151));
        -webkit-box-shadow: 0 0 20px rgb(7,11,151);
                box-shadow: 0 0 20px rgb(7,11,151);        
    }


}

@media (min-width: 1200px) {

    .homepage-location-map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .map-text {
        padding: 70px 0 170px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .map-text__text,
    .map-text__image {
        padding: 0;
        width: 50%;
    }

    .map-text__image {
        padding-bottom: 50px;
    }

    .map-text__text {
        padding-right: 110px;
    }

    .map-text__text h2 {
        max-width: 400px;
    }


    #tt_sm_map .tt_name_sm {        
        padding: 0 25px;
    }

    .map-text__wrapper {
        max-width: 524px;
        margin-left: auto;
        padding-left: 16px;
    }

    .homepage-location-map-container {
        width: 686px;
        margin-left: 0;
    }

    .map-text__image__wrap {
        width: auto;
        margin-left: 0;
    }

    .map-text--inner .map-text__wrapper h2 {
        font-size: 50px;
    }

    .homepage-location-filters {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 55%;
        padding-top: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .state-filters {
        width: 50%;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .zipcode-filters {
        width: 40%;
    }

    .custom-filter-none{
        display: block;
        height: 93px;
    }

    .custom-filter-none .homepage-location-filters{
        display: none;
    }


    .map-text-accordion {
        margin-top: 120px;
    }


    .locations-list-filter{
        display: block;
        margin-bottom: 30px;
        z-index: 3;
        width: 100%;
    }

    .locations-list-filter .homepage-location-filters{
        background: #f8f8f8;
        padding: 25px 24px;
        border-radius: 10px;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .locations-list-filter .zipcode-filters{
        width: 48%;
    }

    .locations-list-filter .state-filters {
        width: 48%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .locations-list-section{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        clear: both;
    }

    .locations-list-section .location-listing{
        width: 400px;
        height: 270px;        
    }

    .locations-listing-container{
        float: none;
    }

    .sm_location {
        width: 43px;
        height: 58px;    
        position: relative;        
        -webkit-filter: drop-shadow(0px 0 20px rgb(7, 11, 151));
                filter: drop-shadow(0px 0 20px rgb(7, 11, 151));
    }

}

#map_access {
    display: none !important;
}

@media (min-width: 1600px) {
    .image-background {
        display: block;
        max-height: 700px;
        width: auto;
        left: 0;
    }

}


@media (min-width: 2200px){

    .image-background {
        display: block;
        max-height: 700px;
        width: auto;
        left: 80px;
    }

}


@media (min-width: 2560px){

    .image-background {
        display: block;
        max-height: 700px;
        width: auto;
        left: 120px;
    }

}