.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance
}

#tm-dialog-mobile .uk-container-expand {
    max-width: none;
    background: #071A28;
}

.locations .uk-tile-default {
    background: #F7D615;
    border-radius: 9px;
    padding: 3px 3px;
}

.locations .el-title {
    font-size: 14px !important;
    font-weight: 400;
    color: #252525;
    border: 2px solid #444;
    border-radius: 8px;
    padding: 18px 8px;
}

.contactForm .uk-textarea {
    height: 290px;
}

.contactForm .uk-text-danger {
    color: #fff !important;
    padding-left: 5px;
}

.wpcf7-spinner {
    display: none;
}

@media only screen and (max-width: 960px) {
    .list-width-1 {
        width: 450px;
        margin: 30px auto !important;
    }

    .contactForm .uk-textarea {
        height: 140px;
    }

    .contactForm .privacy {
        font-size: 0.85rem;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 690px) {

    .uk-button {
        width: 250px !important;
    }

    .locations .uk-grid-small>* {
        padding-left: 8px;
    }

    .locations .el-title {
        display: block ruby;
        font-size: 12px !important;
        font-weight: 400;
        padding: 18px 5px;
    }

    .uk-text-lead {
        font-size: 0.85rem;
    }

    .list-width-1 {
        width: 210px;
    }

}


