.hero.hero-parallax .container .row {
    position: absolute;
    bottom: 0px;
}

vidCase .card-title {
    text-transform: capitalize;
    color: #000;
}

.hero.hero-overlay::before {
    opacity: .6;
}

.section, .section:last-of-type {
    padding-bottom: 0px;
}

.main-content > span.anchor:first-of-type .section {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.main-content > span.anchor:last-of-type .section {
    padding-bottom: 0rem;
}

.main-content > .section .imported-block:last-of-type {
    padding-bottom: 0rem;
    margin-bottom: 0px;
}

.main-content {
    padding-bottom: 4rem;
}

.anchor section .embed-responsive.embed-responsive-16by9 {
    width: 75%;
}

#nav-aux .btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #006fa6;
}

.main-content > span.anchor:last-of-type {
    padding-bottom: 40px;
}

#registryForm form {
    margin: 0 auto;
    width: 100%;
}

#registryForm label {
    width: 45%;
}

@media (min-width: 992px) {
    #registryForm form {
        margin: 0 auto;
        width: 75%;
    }

    #registryForm label {
        width: 30%;
    }
}

/* research inquiry form */
#researchInquiryForm form {
    margin: 0 auto;
    width: 100%;
}
.required:after {
    content: " *";
    color:red;
}


@media (max-width: 576px) {
    .anchor section .embed-responsive.embed-responsive-16by9 {
        width: 100%;
    }
}