#map-wrapper h1, #map-wrapper h2, #map-wrapper h3, #map-wrapper h4, #map-wrapper h5{
    font-family: 'RV Montserrat',Verdana,sans-serif;
    color: #424242;
}

#map-wrapper p, #map-wrapper li, #map-wrapper a, #map-wrapper b, #map-wrapper strong{
    font-family: "Open Sans", Tahoma, 'Trebuchet MS', sans-serif;
}

#map-wrapper{
    position: relative;
}
#map-wrapper strong,
#map-wrapper b {
  font-weight: 700;
}
#map-wrapper h2.heading-title{
    font-family: 'RV Montserrat',Verdana,sans-serif;
    text-align: center;
    margin-bottom: 20px;
    padding: 50px 0 20px;
    font-size: 26px;
    line-height: 30px;
}
#map-wrapper h3.subheading-title{
  margin-bottom: 30px;
  text-align: center;
}
#map-wrapper svg *{
    transition: .1s all;
    -webkit-transition: .1s all;
    -moz-transition: .1s all;
    -ms-transition: .1s all;
}
#map-wrapper g.global-state:hover path{
    fill: #4a62e8;
    cursor: pointer;
}

#map-wrapper g.global-state:hover text{
    cursor: pointer;
}

#map-wrapper g.active-state path{
    fill: #4a62e8;
    cursor: pointer;
}
.mobile-map #state-data{
    display: none;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}
.desktop-map{
    background-color: #F5F5F5;
}
.desktop-map #state-data{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
}
/* state modal add class*/
.desktop-map .openz{
    display: block !important;
    transform: translate(-50%, -50%) scale(1) !important;
    -webkit-transform: translate(-50%, -50%) scale(1) !important;
    -moz-transform: translate(-50%, -50%) scale(1) !important;
}
.mobile-map .openz{
    display: block !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
}
#map-wrapper #state-data{
    margin-bottom: 50px;
    max-width: 100%;
    z-index: 2;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0px 2px 6px rgb(105 105 105 / 50%);
    -webkit-box-shadow: 0px 2px 6px rgb(105 105 105 / 50%);
    -moz-box-shadow: 0px 2px 6px rgb(105 105 105 / 50%);
    -ms-box-shadow: 0px 2px 6px rgb(105 105 105 / 50%);
    transition: all .300s;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
}

#map-wrapper #state-data .modal-heading{
    position: relative;
    padding: 25px 15px 10px;
    border-bottom:1px solid #3949A9 ;
    box-shadow: 0px 1px 20px rgb(154 154 154 / 70%);
    -webkit-box-shadow: 0px 1px 20px rgb(154 154 154 / 70%);
    -moz-box-shadow: 0px 1px 20px rgb(154 154 154 / 70%);
    -ms-box-shadow: 0px 1px 20px rgb(154 154 154 / 70%);
}
#map-wrapper #state-data .modal-heading h2{

}
#map-wrapper #state-data .modal-heading button{
    position: absolute;
    top: 4px;
    right: 5px;
    cursor: pointer;
    border: 0;
    background: none;
    font-weight: 700;
    font-size: 18px;
}
#map-wrapper #state-data .modal-heading button:focus{
    outline: 0;
}
#map-wrapper #state-data div.state-desc{
    overflow-y: unset;
    height: auto;
}
#map-wrapper #state-data  div.desc-extra-layer{
    position: relative;
    padding: 25px 10px 20px;
}
#map-wrapper #state-data  div.desc-extra-layer .faded-bar{
    height: 30px;
    width: 91%;
    position: absolute;
    top: 92%;
    background: rgb(7,107,184);
    background: linear-gradient(180deg, rgba(7,107,184,0) 0%, rgba(255,255,255,1) 50%);
}

/*custom scroll bar*/
/* width */
#map-wrapper #state-data div.state-desc::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#map-wrapper #state-data div.state-desc::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}

/* Handle */
#map-wrapper #state-data div.state-desc::-webkit-scrollbar-thumb {
    background: #C6C6C6;
    border-radius: 10px;
}

/* Handle on hover */
#map-wrapper #state-data div.state-desc::-webkit-scrollbar-thumb:hover {
    background: #C6C6C6;
}

/* --------------- */
#map-wrapper #state-data div.state-desc .learnmore-container a:hover{
    background: #4a62e8;
    color: #e0e0e0;
}

#map-wrapper #state-data div.state-desc .learnmore-container a{
    background: #e0e0e0;
    color: #4a62e8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    text-decoration: none;
    width: 180px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

#map-wrapper #state-data div.state-desc p{
    margin-bottom: 20px;
}
#map-wrapper #state-data div.state-desc ul{
    margin-bottom: 20px;
}
#map-wrapper #state-data div.state-desc ul li{
    position: relative;
    padding-left: 15px;
    font-size: 13px;
}
#map-wrapper #state-data div.state-desc ul li:before{
    content: '•';
    position: absolute;
    left: 0;
    /* top: 5px; */
    font-size: 14px;
    color: #3949A9;
}
#map-wrapper #state-data div.state-desc ol{
    list-style-type: decimal;
    padding-left: 15px;
    margin-bottom: 20px;
}


/* ******************** Mobile Map Styles ****************** */

.mobile-map{
    padding: 45px 15px;
}

.mobile-map #state-data{
    width: 100% !important;

}

.mobile-map .mapimg-container{
    height: 200px;
    background: #F5F5F5;
    margin-bottom: 30px;
    padding: 20px 0;
}

.mobile-map .mapimg-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-map .state-label{
    position: relative;
    display: block;
    background: #F5F5F5;
    color: #3949A9;
    font-family: RV Montserrat,Verdana,sans-serif;
    padding: 10px 30px 0 15px;
    font-size: 10px;
}

.mobile-map .state-label:after{
    position: absolute;
    right: 12px;
    bottom: -15px;
    background-image: url('https://www.mymove.com/wp-content/themes/mymove/page-templates/interactive-state-map/images/map-select-carret.png');
    background-size: 10px 8px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 10px;
    height: 8px;
    content: "";
}

.mobile-map select#state-select{
    width: 100%;
    padding: 5px 10px 15px 15px;
    margin-bottom: 50px;
    border: 0;
    border-bottom: 2px solid #3949AB !important;
    background: #F5F5F5;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.mobile-map select#state-select:focus{
    outline: 0;
}



/* ---- Select2 JS style customize ---- */
.select2-container{
    margin-bottom: 50px;
    width: 100% !important;
}
.select2-container span.select2-selection:focus, .select2-container input.select2-search__field{
    outline: 0 !important;
}
.select2-container span.select2-selection{
    background: #F5F5F5;
    border: 0;
    border-bottom: 2px solid #3949AB !important;
    padding: 0 0 0 8px;
    height: 45px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}
.select2-container ul.select2-results__options li.select2-results__option{
    font-size: 14px;
    font-family: "Open Sans", Tahoma, 'Trebuchet MS', sans-serif;
}

.select2-container span#select2-state-select-container{
    font-family: "Open Sans", Tahoma, 'Trebuchet MS', sans-serif;
}

/* ----- */





/* ********************************************************* */
















.desktop-map{
    display: none;
}
.mobile-map{
    display: block;
}

/**************************** Responsive Breakpoints ******************************/


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .mobile-map .mapimg-container{
        height: 300px;
    }

}/* (min-width: 576px) */

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .mobile-map .mapimg-container{
        height: 400px;
    }

}/* (min-width: 768px) */

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .desktop-map{
        display: block;
        padding: 50px 100px;
    }
    .mobile-map{
        display: none;
    }

    #map-wrapper #state-data div.state-desc{
        overflow-y: auto;
        height: 360px;
    }

    #map-wrapper #state-data{
        max-width: 400px;
    }

    #map-wrapper #state-data div.state-desc ul li{
        font-size: 16px;
    }

    #map-wrapper #state-data div.state-desc .learnmore-container a{
        font-size: 18px;
    }

}/* (min-width: 992px) */

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .desktop-map{
        background-color: #F5F5F5;
        padding: 70px 50px;
    }

 }/*(min-width: 1200px) */


/**********************************************************************************/
