﻿.Locations{
background-color: #fff;
padding:20px;
margin-top: 20px;
width:300px;
border: 1px solid #DFDFE1;
}

.phone .Locations{width:100%}

.fa-arrow-right{margin-left: 10px;}

.LocationRecords ul {
    columns: 2 12em;
    column-gap: 1em;
    column-rule: 1px dashed silver;
    -moz-columns: 2 12em;
    -moz-column-gap: 1em;
    -moz-column-rule: 1px dashed silver;
    -webkit-columns: 2 12em;
    -webkit-column-gap: 1em;
    -webkit-column-rule: 1px solid #bdbdbd;
}
.LocationRecords li{
        list-style: none;
    }
    
.desktop .LocationRecords ul{
    height:120px;
}
.RegionsHeader{
     color: #3d3d3d;
    padding: 10px 5px;
    font-size: 16px;
}

.ContentData{
   
}

.BorderRight{
    padding: 5px;}
    


.phone .ThemeGrid_Width7 {width:100%;}
