.locations-detail .inner-header{
    height: 327px;
}
.location-atlanta .inner-header{
    background-image: url(../../images/locations/header-atlanta.jpg);
}
.location-orlando .inner-header{
    background-image: url(../../images/locations/header-orlando.jpg);
}
.location-raleigh-durham .inner-header{
    background-image: url(../../images/locations/header-raleigh.jpg);
}
.location-austin .inner-header{
    background-image: url(../../images/locations/austin-header.jpg);
}
.location-dallas .inner-header{
    background-image: url(../../images/locations/dallas-header.jpg);
}
.location-miami .inner-header{
    background-image: url(../../images/locations/miami-header.jpg);
}
.location-san-antonio .inner-header{
    background-image: url(../../images/locations/san-antonio-header.jpg);
}
.location-tampa .inner-header{
    background-image: url(../../images/locations/tampa-header.jpg);
}
.location-east-hartford .inner-header{
    background-image: url(../../images/locations/header-hartford.jpg);
}
.location-myrtle-beach .inner-header{
    background-image: url(../../images/locations/header-myers.jpg);
}
.location-fort-myers .inner-header{
    background-image: url(../../images/locations/header-myrtle.jpg);
}
.location-top h2{
    font-size: 3em;
    line-height: 1.24;
    margin: 0 auto 1em;
    width: 785px;
    max-width: 100%;
}
.sub-icons{
    padding: 30px 15px 90px;
}
.sub-icons p{
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.58333;
    margin: 0 auto;
    width: 815px;
    max-width: 100%;
}
.location-raleigh-durham .sub-icons p{
    width: 870px;
}
.lb-inner.green-gradient{
    padding: 96px 0 86px;
    margin-top: -60px
}
.lb-image,
.lb-text{
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}
.lb-image img{
    margin: 0 auto;
}
.lb-text{
    padding-right: 50px;
    padding-bottom: 60px;
}
.green-gradient .lb-text{
    padding-left: 50px;
    padding-bottom: 0;
}
.lb-text p{
    font-size: .9em;
    line-height: 1.66666667;
}
.green-gradient .lb-text p{
    color: #fff;
}
.location-middle{
    padding: 82px 0 54px;
}
.location-middle p{
    font-size: .9em;
    line-height: 1.66666667;   
    width: 1010px;
    max-width: 100%;
    margin: 0 auto;
}
.location-middle a{
    color: #4db9b5;
    text-decoration: underline;
}

.locations-detail .choice .with-back{
    margin-bottom: 0;
    padding: 185px 0;
}
.location-bottom p{
    font-size: .9em;
    line-height: 1.66666667;   
    width: 1070px;
    max-width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 991px){
    .location-top h2{
        font-size: 2.3em;
    }
    .lb-inner.green-gradient{
        padding: 40px 0;
        margin-top: -30px;
    }
    .lb-text{
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .green-gradient .lb-text{
        padding-left: 30px;
    }    
}
@media screen and (max-width: 767px){
    .locations-detail{
        font-size: 17px;
    }
    .lb-inner.green-gradient{
        margin-top: 45px;
        padding: 45px 0;
    }
    .lb-inner.flex,
    .lb-inner > .flex{
        flex-direction: column;
    }
    .lb-image, 
    .lb-text{
        flex-basis: auto;
    }
    .lb-text,
    .green-gradient .lb-text{
        order: 2;
        padding: 30px 0 0;
    }
    .locations-detail .choice .with-back{
        padding: 100px 0;
    }
}
@media screen and (max-width: 567px){
    .locations-detail .inner-header{
        height: 240px;
    }
    .locations-detail{
        font-size: 12.5px;
    }
    .sub-icons{
        padding-bottom: 50px;
    }
    .lb-text{
        text-align: center;
    }
}