.section-1 {
    position: relative;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
}
.section-1 .video-container, .section-1 .hero-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-1 .container-fluid {
    position: relative;
    z-index: 8;
}
.section-1 video {
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.hero-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: right;
}
h1, h3, h4, label {
    text-transform: uppercase;
    font-weight: 700;
}
h4 {
    margin-bottom: 0;
    line-height: 1;
}
.section-2 {
    margin-bottom: 60px;
}
.section-2 .details {
     font-weight: 300;
     font-size: 20px;
}
.section-2 .address-container {
    display: flex;
    max-width: 790px;
    justify-content: space-between;
    margin-top: 32px;
}
.section-2 .address-container a, .section-2 .address-container a:focus, .section-2 .address-container a:hover {
    color: #FFFFFF;
}
.section-2 .separator {
    margin-top: 30px;
    margin-bottom: 30px;
}
.separator img {
    width: 100%;
}
.section-2 form .form-control {
    border-radius: 0;
    font-family: "proxima-nova", sans-serif;
}
.section-2 label {
    margin-bottom: 0;
}
.section-2 form textarea {
    min-height: 185px;
}
.section-2 form option#placeholder {
    color: #BCBCBC;
}
.section-2 .btn-container {
    text-align: center;
}
.section-2 .btn-container, .section-2 form .form-group {
    margin-top: 12px;
}
.section-2 .btn-container button {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    box-shadow: none;
    background-color: #ED193F;
    width: 100%;
    padding: 12px 0;
    transition: all 0.2s ease;
    line-height: 1;
}
.section-2 .btn-container button:hover, 
.section-2 .btn-container button:focus {
    opacity: 0.89;
    box-shadow: none;
}
form .row {
    margin-top: 0 !important;
}
.ajax-loader {
    background: rgba(0, 0, 0, 0.6);
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
}
.error-message {
    margin-top: 4px;
    color: #dc3545;
    font-size: 13px;
}
.form-control:not(.is-invalid) + .error-message {
    /*display: none;*/
}
.thankyou {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.thankyou a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    box-shadow: none;
    background-color: #ED193F;
    width: 100%;
    padding: 12px 0;
    transition: all 0.2s ease;
    display: inline-block;
    line-height: 1;
    max-width: 320px;
}
.thankyou a:hover, .thankyou a:focus {
    transform: scale(0.99);
    color: #FFFFFF;
}
@media only screen and (max-width: 991px){
    .section-2 .row {
        margin-top: 24px;
    }
    .section-1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .address-container {
        flex-direction: column;
    }
    .address-container .address {
        margin-bottom: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .btn-container button {
        max-width: 320px;
    }
}
