.banner2 h1+p {
    margin-top: .75rem;
}

.banner2 h1, .banner2 h2, .banner2 h3, .banner2 p, .banner2 {
    color: #fff;
}

.banner2 h1, .banner2 h2, .banner2 h3, .banner2 p {
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

.marked {
    background-color: #D1C5FA;
}

.dropdown-content {
    display: none;
}

.section-content.symptom-list, .section-content.search-bar {
    display: block;
}

ul.dropdown, .not-dropdown {
    border: 1px solid #EBEBEB;
    border-radius: .25rem;
    padding: .5rem 0;
    margin-bottom: 1.5rem;
}

.not-dropdown {
    padding: 2rem;
}

.dropdown-header {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-left: 1rem;
    padding-right: 3rem;
    background-image: url('../weblite/images/carrot-down.png');
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center right 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dropdown-header img {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    margin-right: 1rem;
    margin-left: 0;
}

.dropdown-header-text {
    display: inline-block;
    width: calc(100% - 125px);
}

.dropdown-header.open-header {
    background-image: url('../weblite/images/carrot-up.png');
}

.li-header {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.dropdown li {
    padding: 2rem 0;
    border-bottom: 1px solid #E2E2E2;
    margin: 0 2rem;
}

.dropdown li:last-child {
    padding-bottom: 1.5rem;
    border-bottom: 0;
}



.search-input, .search-submit {
    display: inline-block;
}

.search-input {
    width: 100%;
    max-width: 484px;
}

.search-input input {
    border: 1px solid #e2e2e2;
    padding: 1rem;
    outline: none;
    font-size: 1rem;
    height: 63px;
    border-radius: 1.25rem 0 0 1.25rem;
    width: 100%;
}

.search-submit .primary-btn {
    border-radius: 0 1.25rem 1.25rem 0;
    height: 63px;
    width: 64px;
    background-image: url('../weblite/images/search@2x.png');
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: none;
    outline: 0;
    border: 0;
    text-indent: -9999px;
    margin-left: -5px;
    cursor: pointer;
}

.search-submit .primary-btn:hover {
    background-color: #140554;
    transition: .5s;
}
@media only screen and (max-width: 959px) {
    .hero-image-header .banner2.constrained-width {
        padding-top: 1rem;
        
    }
}

@media only screen and (min-width: 960px) {
    .hero-image-header .banner2 .section-content img {
        max-width: 580px;
        display: block;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        right: -80px;
    }
    .hero-image-header .banner2.constrained-width {
        position: static;
        padding-bottom: 3rem;
        
    }
    .hero-image-header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 480px;
    }
    .header-wrapper {
        margin: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-image-header .banner2 .section-content img {
        max-width: 660px;
        display: block;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        right: -40px;
    }
    
    .hero-image-header {
        height: 600px;
    }
    
    .hero-image-header .banner2.constrained-width {
        max-width: 1248px;
    }
}

@media only screen and (max-width:1290px) {
    .hero-image-header .banner2.constrained-width {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .sticky-header {
        padding: 0 1rem;
    }
}


h2 + .centered {
    max-width: 640px;
    margin-top: 2rem;
    padding-bottom: 4rem;
}

.section-header.divider {
    display: block;
}

.section-header.divider:after {
    width: 300px;
    left: calc(50% - 150px);
}

.search-bar.section-content {
    padding-top: 4rem;
}

.search-bar h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}

.search-form {
    display: flex;
    margin: 1rem auto 3rem;
    max-width: 548px;
    align-items: center;
    
}

.li-link {
    margin-top: .5rem;
}

.li-link a {
    color: #362ABF;
    font-size: 1rem;
    line-height: 1.5rem;
}

.right-group .primary-btn {
    display: block;
    position: relative;
    max-width: 250px;
}

@media only screen and (min-width:960px) {
    .not-dropdown {
        display: flex;
    }
    
    .right-group {
        flex: 1 33%;
        justify-content: flex-end;
        align-items: center;
        display: flex;
    }
    
    .dropdown-cta {
        display: flex;
        justify-content: flex-end;
    }



}

@media only screen and (max-width:959px) {
    .right-group .primary-btn, .dropdown-cta .primary-btn {
            margin: 0 auto;
        text-align: center;
        display: block;
        max-width: 100%;
    }
}

.right-group {
    margin: 1rem auto 0
}




.left-group {
    flex: 1 66%;
}





.no-result {
    color: #3c3c3c;
    margin-bottom: 1rem;
    font-style: italic;
    display: block;
    width: 100%;
    position: fixed;
    bottom: -1rem;
    background-color:#D1C5FA;
    box-sizing: border-box;
    right: 0;
    left: 0;
    padding: 0;
}

.no-result-content {
    padding: 1rem;
}

.no-result span{
    font-weight: 700;
}



.mobile-cta.hidden-desktop {
    display: none !important;
}
.restriction {
    font-size: 13px;
    color: rgba(46, 46, 46, .5);
    font-style: italic;
    display: block;
}

.close-result {
    font-size: 13px;
    color: rgba(46, 46, 46, .5);
    font-style: italic;
    display: block;
    position: absolute;
    right: 1rem;
    top: .5rem;
    cursor: pointer;
}

.close-menu {
        font-size: 13px;
    color: rgba(46, 46, 46, .8);
    font-style: italic;
    display: block;
    position: absolute;
    right: 1rem;
    top: .5rem;
    cursor: pointer;
}

.close-menu:hover {
    border-bottom: 1px solid rgba(46, 46, 46, .8);
}













