﻿/* locations top content with image */
.location-intro-content .col-left {
    float:left;
    width: 50%;
}
.location-intro-content .col-right {
    padding-left: 5%;
    float: right;
    width: 45%;
}

/* location with no image */
.location-intro-content.no-image .col-left {
    display: none;
}
.location-intro-content.no-image .col-right {
    width: 100%;
    padding-left: 0;
}