body{
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: static;
}
.loading{
    height: 100%;
    width: 100%;
    background: rgb(222 222 222);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 5;
}
.loading img{
    width: 300px;

}
.container{
    position: relative;
    z-index: 1;
}
#map{
    position: relative;
    margin: 20px auto;
}
path[fill="none"]{
    display: none;
}
#map_holder{
    position: relative;
    /*width: 1200px;*/
    height: 100%;
}
/*#map_inner{*/
/*    width: 1200px;*/
/*}*/
#map_inner > div:not(#tt_sm_map){
    display: none;
}
.sm_state_EH{
    display: none;
}
#map_inner svg{
    height: 100% !important;
}
.logo-details{
    position: absolute;
    /*bottom: -145px;*/
    bottom: 103px;
    left: 152px;
    width: 514px;
    z-index: 2;
}
@media (min-width: 769px){
    .social-media{
        bottom: 50px !important;
    }
    .language{
        bottom: 45px !important;
    }
}
@media (max-width: 768px){
    .logo-details {
        left: 12px !important;
        bottom: 90px !important;
        width: 100% !important;
    }
    .logo-details p {
        font-size: 12px !important;
    }
    .social-media{
        bottom: 50px !important;
    }
    .language{
        bottom: 45px !important;
    }
}
.logo-map{
    border: 1px solid #fdc500;
    padding: 20px;
    border-radius: 5px;
    width: max-content;
    background: #fff;
}
.logo-details p{
    font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
}
.social-media{
    display: flex;
    position: absolute;
    bottom: -155px;
    z-index: 2;
    right: 0;
}
.language{
    display: flex;
    position: absolute;
    bottom: -155px;
    z-index: 2;
    left: 14px;
}
.social-media a{
    font-size: 15px;
    padding-right: 30px;
}

.fa-facebook-f{
    color: rgb(3, 108, 228);
}
.fa-twitter{
    color: rgb(29, 161, 242);
}
.fa-instagram{
    color: rgb(206, 78, 101);
}
.fa-linkedin{
    color: rgb(0, 119, 181);
}
.fa-snapchat-square{
    color: rgb(255, 253, 0);
}
.tt_custom_sm{
    display: flex;
}
tspan{
    font-weight: normal !important;
    font-size: 0.6rem;
}
path[fill|="#fdc500"],path[fill|="#e0af04"]:hover{
    stroke: #ffffff !important;
}
.sm_state_MA{
    stroke-width: 0 !important;
}
.sm_state_PS{
    stroke-width: 0 !important;
}