.locations-page-title{
    font-size: 4em;
    margin-bottom: 0;
}
.locations-page-desc-intro{
    font-size: 1.5em;
    line-height: 1.5;
    color: #00000080;
    margin-bottom: 30px;
}
.locations-page-desc{
    margin-bottom: 30px;
}
.locations-page-desc-intro a, .locations-page-desc a{
    border-bottom: solid 2px #F7971D;
    color: black;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 2px;
    text-decoration: none;
}

.locations-page-maps-wrap{
    margin-bottom: 50px;
}
.locations-page-map-row{
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
}
.locations-page-map-col{
    padding: 0 15px;
}
.locations-page-map-title{
    font-size: 2em;
    color: #000;
    margin-bottom: 0;
}
.locations-page-map-title .link-arrow{
    font-size: 0.5em;
    margin-left: 0.25em;
}
.locations-page-map-content{
    padding-top: 15px;
    padding-bottom: 15px;
}
/* Large Tablet */
@media only screen and ( max-width: 920px ){

}

/* Small Tablet */
@media only screen and ( max-width: 768px ){
    .locations-page-title{
        font-size: 36px;
        margin-bottom: 0;
    }

    .section.locations-page-section {
        padding: 0px;
    }
}

/* Mobile */
@media only screen and ( max-width: 640px ){

}
