.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%;
}
/* Navigation */
 #nav-aux .nav-item:first-child .nav-link{
     font-size: 1.125rem;
     white-space: normal;
     font-family: "Barlow Condensed", sans-serif;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.05em;
     text-align: center;
     border: 1px solid transparent;
     color: #012169;
}
 #nav-aux .nav-item:first-child .nav-link:hover {
     border: none;
     outline: none;
     color: #007dba;
}
 #nav-aux .btn-primary {
     border-radius: 3px;
     color: #fff;
}
 .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%;
    }
}
/* Typography override */
 .wysiwyg p.lead {
     max-width: 100%;
     font-size: 1.25rem;
     margin-bottom: 2rem;
}
/* Info box */
 .alert-info {
     border: 0;
     text-align: center;
}
 .alert-info .wysiwyg p {
     max-width: 100%;
}
 .alert-info .h5 {
     font-size: 1.5rem;
}
 .alert-info .btn-primary {
     padding: 0.5rem 1rem;
}
/* Research Landing & Home (Full screen) alert */
 #anchor-help-advance-alzheimers-research .alert, #anchor-your-support-makes-a-difference .alert {
     max-width: 90%;
     margin: 2rem auto;
     border-radius: 6px;
}
 @media (min-width: 1200px) {
     #anchor-help-advance-alzheimers-research .alert, #anchor-your-support-makes-a-difference .alert {
         max-width: 1140px;
    }
}
/* News & Events Cards*/
 #anchor-goizueta-adrc-news--events .row .card, #anchor-research-focus-areas .row .card, #anchor-get-involved .row .card{
     border: none;
     box-shadow: 0 2px 8px rgba(0,0,0,0.08);
     border-radius: 4px;
     overflow: hidden;
    /* keeps image corners rounded with the card */
}
 #anchor-goizueta-adrc-news--events .row .card:hover, #anchor-research-focus-areas .row .card:hover, #anchor-get-involved .row .card:hover{
     box-shadow: 0 4px 16px rgba(0,0,0,0.15);
     transform: translateY(-2px);
}
 #anchor-goizueta-adrc-news--events .row .card-link > a:focus, #anchor-research-focus-areas .row .card-link > a:focus, #anchor-get-involved .row .card-link > a:focus{
     outline: 2px solid #012169;
     outline-offset: -2px;
     border-radius: 4px;
}
/* News feed */
 #anchor-latest-research-news .card-header-dark {
     background-color: transparent;
     border: none;
     padding-left: 0;
}
 #anchor-latest-research-news .card-header-dark h2 {
     color: #012169 !important;
     font-size: 1.5rem;
}
 #anchor-latest-research-news .card-group .card {
     border: none;
}
 #anchor-latest-research-news .card-group {
     gap: 1rem;
     display: flex;
     align-items: flex-start;
}
 #anchor-latest-research-news .card-body {
     padding: .5rem 0;
}
 #anchor-latest-research-news .card-title a {
     text-decoration: none;
}
 #anchor-latest-research-news .card-footer {
     border-top: none;
}
 #anchor-latest-research-news .card-img-top {
     border-radius: 4px;
}
/* Active trials accordion */
 #anchor-research-focus-areas .accordion .card-body hr {
     border-top: 1px solid #e0e0e0;
     margin: 1.5rem 0;
}
/* Jump links */
 .jump-links {
     list-style: none;
     padding: .5rem 1rem;
     border-left: 5px solid #41b6e6 
}
 .jump-links li {
     padding: 0.25rem 0;
}
 .jump-links li a {
     color: #012169;
     text-decoration: none;
     font-size: 0.9rem;
}
 .jump-links li a:hover, .jump-links li a:focus {
     text-decoration: underline;
}
 hr.study-divider {
     border-top: 1px solid #f7f7f7;
}
 @media (min-width: 992px) {
     hr.study-divider {
         margin-top: 2rem;
         margin-bottom: 2rem;
    }
}
 