.distributor strong{
    font-size:18px;
}

.distributor-locator-map-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .9);
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.link-button-div{
    margin:0px !important;
    padding:0px !important;
    display:inline-block !important;
    vertical-align:top !important;
    float:right;
}

.jqvmap-label {
    z-index: 1041;
}

.btn-blue {
    color: #fff;
    background-color: #f77f0b;
    border-color: #f9a451;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    color: #fff;
    background-color: #f9a451;
    border-color: #f77f0b;
}

.panel.panel-orange {
    border-color: #f77f0b;
}

.label-orange {
    background-color: #f77f0b;
}

@media (max-width: 767px){
    .distributor-locator-mobile{
        margin-top:122px !important;
        position: absolute !important;
        top: 0px !important;
    }
}

@media (min-width: 768px){
    .distributor-locator-mobile{
        display:none !important;
    }
}