.locations * { font-family: 'Arial', sans-serif; }
.locationslist { margin-top: 14px; }
.locationslist h2 { margin-bottom: 12px; }
.locationslist h3 { font: bold 16px/20px 'Arial', sans-serif; color: #99052f; }
.locationslist .listholder .col-sm-6 { min-height: 82px; }
.locationslist .listholder .col-xs-7 { padding-left: 0; padding-right: 0; }
.locationLi{
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 8px;
    padding-left: 0;
    margin-bottom: 10px;
    list-style: none;
}
.locationLi.Branch{
	margin-bottom: 100px;
}
.locationLi.ATM img{
    max-width: 50%;
    float:right;
}
.hidden{
    display: none;
}
.clear{
    clear: both;
}
.locationLi img{
    float: right;
    margin-bottom: 10px;
}
hr{
    border-top-color: #ccc;
}
/*
table.hours{
    width: 100%;
    margin: 12px auto;
    border-spacing: 4px;
}
table.hours th{
    font-weight: bold;
    text-align: left;
	//background: #d9edf7;
	padding-left: 20px;
}
table.hours td, th{
    padding: 4px;
}
table.hours tr{
    padding: 4px;
    //border-bottom: 1px solid #aaa;
}
table.hours tr > td:first-child{
    font-weight: bold;
}
table.hours tr:last-child{
    border: 0;
}*/
p.phone{
}

.iframeNav a{
    float: right;
}
.iframeNav.nearLoc {
    text-align: right;
    margin-top: 6px;
}
.iframeNav.nearLoc > .bank-info {
    font: bold 15px/18px 'Arial', sans-serif;
    color: #878787;
}
.iframeNav.nearLoc > .bank-info > span {
    color: #AB1234;
}
.clip-fix{
    margin-bottom: 20px;
}
.mapKey{
    font-size: .8em;
    margin-bottom: 16px;
}
.mapKey img{
    height: 2em;
    max-width: 100%;
    position: relative;
    top: 8px;
}
.subMap{
    margin-top: 16px;
}

#mapholder{
    height: auto;
    width: 100%;
}
#mainmap{
    height:50vh;
}
.wp-image-371,
.wp-image-372{
    
}

.infoWindow table td{
    padding: 2px!important;
}
.holidayhourscontainer{
    float: left;
}
.tablepress{
      border-spacing: 2px;
  border-color: grey;
}
.tablepress td{
    border-top: 1px solid grey!important;
}
@media (max-width: 992px) and (min-width: 768px){
    .search-form-area{
        margin-top: 160px!important;
    }
}
@media (max-width: 768px) {
    .mobile-button{
        position: absolute;
        top: 10px;
        right: 10px;
    }
    header{
        padding-top: 20px;
        height: 65vw;
        background-size: cover;
    }
}