.location {
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-top: 32px;
}
@media all and (min-width: 768px) {
    .location {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 52px;
    }
}
.location .location__title {
    display: block;
    margin: 0;
}
@media all and (min-width: 768px) {
    .location .location__title {
        display: block;
    }
}
.location h2 {
    margin: 0 0 1.125rem 0;
    color: #171717;
    font-family: 'GS Sans Condensed';
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 2.375rem;
}
@media all and (min-width: 768px) {
    .location h2 {
        font-size: 48px;
        line-height: 48px;
    }
}
@media all and (min-width: 768px) {
    .location h2 {
        margin-bottom: 2.5rem;
    }
}
.location .map-buttons {
    display: flex;
    padding-bottom: 40px;
    padding-top: 40px;
}
@media all and (max-width: 375px){
    .location .map-buttons {
        display: block;
        text-align: center;
    }
    .location .three-buttons .map-button:first-child {
        padding-left: 15px;
    }
    .location .map-button:not(:first-of-type) {
        padding: 0 2.0rem;
        border-right: none;
    }
    .location .three-buttons .map-button:last-child {
        padding: 15px 0 0 0;
    }
}
@media all and (min-width: 376px){
    .location .map-button:not(:first-of-type) {
        padding: 0 2.0rem;
    }
    .location .map-button:last-child {
        border-right: none;
        padding: 0 0 0 2.0rem;
    }
}
@media all and (min-width: 768px) {
    .location .map-buttons {
        padding-bottom: 60px;
    }
}
.location .address,
.location .map-container img {
    display: none;
}
.location .address.show,
.location .map-container img.show {
    display: block;
}
.location .map-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.location .address-name {
    font-family: 'Univers LT W01 55 Roman', sans-serif;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0 0 .75rem 0;
    max-width: 25.625rem;
}
@media all and (min-width: 768px) {
    .location .address-name {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media all and (min-width: 992px) {
    .location .address-name {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .location .map-buttons {
        padding-bottom: 90px;
    }
}
@media all and (min-width: 1400px) {
    .location .map-buttons {
        padding-bottom: 120px;
    }
}
.location .address-mailing {
    font-family: 'Basis Grotesque';
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 2.8125rem;
}
@media all and (min-width: 768px) {
    .location .address-mailing {
        padding-bottom: 3.625rem;
        width: 25rem;
    }
}
@media all and (max-width: 768px) {
    .location .address-mailing {
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        letter-spacing: 1px;
        font-weight: 400;
    }
    .location .address-mailing a {
        color: #FFFFFF;
    }
}
.location .address-mailing a {
    color: #C6C6C6;
    text-decoration: none;
}
.location .address-mailing__phone,
.location .address .address-mailing b {
    font-family: 'UniversLTW01-65Bold';
    font-size: 1rem;
    line-height: 1.625rem;
    color: #FFFFFF;
    font-weight: 100;
}
@media all and (max-width: 768px) {
    .location .address-mailing__phone,
    .location .address .address-mailing b {
        font-size: .875rem;
        line-height: 1.375rem;
    }
}
.location .map-info {
    background: black;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 60px 26px 0;
}
@media all and (min-width: 768px) {
    .location .map-info {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        height: auto;
        width: 50%;
        margin: 0;
        padding: 5.625rem 2.75rem;
    }
}
@media all and (min-width: 1200px) {
    .location .map-info {
        width: 43%;
        padding: 90px 0 90px 60px;
    }
}
@media all and (min-width: 1400px) {
    .location .map-info {
        width: 48%;
        padding: 120px 0 120px 160px;
    }
}
.location .map-button {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    margin: 0;
    padding-right: 2.0rem;
    border-right: 1px solid #FFFFFF;
    cursor: pointer;
}
@media all and (min-width: 768px) {
    .location .map-button {
        font-size: .75rem;
    }
}
@media (any-hover: none) {
    .location .map-button {
        color: white;
    }
}
.location .map-button:hover {
    color: #FFFFFF;
    opacity: .7;
}
.location .map-button.active {
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
}
@media all and (min-width: 768px) {
    .location .map-button.active {
        font-size: .75rem;
    }
}
@media (any-hover: none) {
    .location .map-button.active {
        color: #FFFFFF;
    }
}
.location .map-container {
    background: #FFFFFF;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
@media all and (min-width: 768px) {
    .location .map-container {
        width: 57%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
.location .directions-link a {
    color: #22A2FF;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    display: block;
    margin-bottom: 1.5625rem;
}
@media all and (min-width: 768px) {
    .location .directions-link a {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .location .directions-link a {
        color: #22A2FF;
    }
}
.location .directions-link a:hover {
    color: #FFFFFF;
}
.location .directions-link a:last-child {
    margin-bottom: 0;
}
