#us-map svg .state {
    /*fill: #4f758b;*/
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 1.7;
    stroke-miterlimit: 4;
    stroke-dasharray: none;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
/*#us-map svg .state:hover {
     fill: #2e4d61;
}*/
#us-map-label{color: white; background-color:#dcdbdb;padding:5px;}
#us-map-label{text-align: center;color: #4f758b;font-weight: bold; width: 100%;}
#us-map{margin-top:20px;}
#us-map-select {color:#797774;}
.profile{text-align: center;}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;   
     color: #fff;
    z-index: 99;
    width: 35px;
    height: 35px;
    font-size: 20px;
    background: #e56a54;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 3px !important;
    padding: 4px 0 0 7px;
}

.counter .label{ white-space: normal; }
/*For map*/
.profile, .profile h5  {text-align:left;}
 .profile  .notice {
    background:rgba(229,106,84,0.2);-webkit-animation:noticeFade 1000ms 1 ease 1500ms;-moz-animation:noticeFade 1000ms 1 ease 1500ms;-o-animation:noticeFade 1000ms 1 ease 1500ms;animation:noticeFade 1000ms 1 ease 1500ms}
 /*end*/
 .label{ border-radius: .25em 0 0 .25em; } /*chapters steps box*/
.steps .step .icon img { width:105%}
 .steps .step:first-child .icon{padding-top:0px!important;}
 .steps .step .icon img 
 {
    position: relative;
    top: 40%;
    transform: translateY(-40%);
 }

 .search-results .search--result .social-icons{height:40px;}
@media(min-width:1024px) {
    .search-results .search--result h5 {
        width: 80%;
    }
}

/*Form*/
.FormSubmitButton, .FormResetButton {
    background: #e56a54;
    border: 2px solid #e56a54;
    color: #fff;
}

/*Global Banner*/
.globalBannerEmergency {
    color: rgb(0, 0, 0);
    background-color: rgb(203, 196, 188);
    text-align: center;
    font-size: 15px;
}