.side-section{
    margin-top:64px;
    margin-left: 0px;
}
.map-header{
    margin-bottom: 10px;
    
}
.single-location .popup-content p{
    margin: 0 0 4px !important;
}
.states-list{
  min-height: 400px;
}
.popup-content .active p{
    margin: 0px;
}
#map{
  margin-bottom: 20px;
}
#map2{
  margin: 20px 0px;
}

button{
  display:inline-block;
  vertical-align:middle;
  border-radius:30px;
  margin:.20rem;
  font-size: 1rem;
  color:#666666;
  background:   #ffffff;
  border:1px solid #666666;  
}

button:hover{
  
  background:#666666;
  color:#ffffff;
}
.states-list li, .country-list li {
    display: inline-block;
    width: 50%;
    font-size: 15px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
} 
.states-list li:before,.country-list li:before {
    position: absolute;
    content: "\f178";
    left: 0;
    top: 0;
    font-family: FontAwesome;
    transition: all 500ms linear; 
}
.states-list li:hover:before,.country-list li:hover:before {
    left: 10px;
}
.countries {
    margin-top: 62px;
}
.single-location a.arrow {
    position: relative;
    padding-left: 30px;
}
.single-location a.arrow:before {
    position: absolute;
    content: "\f178";
    left: 0;
    top: 0;
    font-family: FontAwesome;
    transition: all 500ms linear; 
}
.single-location a.arrow:hover:before {
    left: 10px;
}
.logos-popup-content {
  max-height: 300px !important;
}
.popup-content {
    max-height: 250px !important;
}
.popup-content button.close {
    width: 40px;
    color: #fff;
    height: 40px;
    background-color: #000000;
    border-radius: 0px;
    opacity: unset;
    float: none;
    position: absolute;
    right: 10px;
    top: 10px;
}
.popup-content p {
  text-align: left; 
}
.popup-content button.close:hover {
    background-color: #4fc4f1;
}
.popup-content p:hover i,.popup-content a:hover i {
    color: #4fc4f1;
}
.popup-content i {
    font-size: 20px;
    margin-right: 10px;
    transition: all 500ms linear;
    vertical-align: bottom;
}
.map-header a {
    font-size: 16px;
}
.map-header h3{
    margin-top: 20px;
}
.single-logo {
    min-height: 208px !important;
    border: 1px solid #ccc;
    margin: 0px;
    align-items: center;
    display: flex;
}
