﻿#lp.light_gradient .partners-hero, #lp.dark_gradient .partners-hero {
    background-image: url(../images/splash-img.jpg) !important;
    background-size: cover !important;
    height: 70vh !important;
    min-height: 500px;
    border-top: 40px solid white;
    background-position: top;
}
#lp.dark_gradient .partners-hero {
    border-top: 40px solid black;
}
#lp .partners-hero {
    position: relative;
    background-position: 30% center;
}
#lp .partners-hero:after {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgb(0 0 0 / 70%) 100%);
    bottom: 0;
    height: 200px;
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;

}
#lp .navbar.normal {
    min-height: 60px;
    margin-bottom: 0;
}


#lp.light_gradient .navbar.normal {
    position: absolute;
    right: 0px;
    left: 0px;
    box-shadow: none;
    height: 150px;
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 100%);
}
#lp.dark_gradient .navbar.normal {
    position: absolute;
    right: 0px;
    left: 0px;
    box-shadow: none;
    height: 110px;
    background: -webkit-linear-gradient(top, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
}


.collapse, .collapsing {
    color: #47403d;
    font-size: 18px;
    padding: 20px;
    font-family: inherit;
    font-weight: 300;
}
.collapsing {
    padding-bottom: 0;
}
.partner-landing-logo {
    max-height: 45px;margin-top: 7px;
}
.pls {
    font-size: 10px;
    line-height: 50px;
    font-weight: normal;
    padding-left: 30px;
    max-width: 50%;
    padding-top: 6px;
    margin-left: 0;
    text-align: left;
    float: left;
    max-width: 50%;
    padding-top: 8px;
    line-height: 1.4;
}
.pls .partnered-with {
    line-height: 1.4;
    text-transform: uppercase;
}
.login {
    margin-top: 14px;
}

.blue_box {
    display: block;
    padding-top: 60px;
    margin-top: 0;
    z-index: 10000;
    bottom: 0;
    max-width: 100%;
    background: transparent;
}
.blue_box h2 {
    text-shadow: 2px 2px 6px black;
    font-size: 5rem;
}

/* Features at a Glance */
#features-icon-row {display:flex; flex-wrap:wrap;}
#features-icon-row {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float:none;
    }
}
#features-icon-row:before, #features-icon-row:after {display:none;}

.icon-circle {
    width: 70px;
    height: 70px;
    background: transparent;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    padding-top: 19px;
    font-size: 16px;
    border: 1px dashed teal;
}
.legacy-h2 {
    font-size: 26px !important;
}
.content h2, button.btn.btn-link{
    color: #47403d;
}

.green-bg {
    background: #309492;
    padding-bottom: 40px;
    padding-top: 30px;
    color: white;
    font-size: 20px;
}
.green-bg p {
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: left;
}
button.btn.btn-link {
    background: #eee;
}
.green-bg .fundraiser-h2 {
    color: white !important;
}
.green-bg .fundraiser-h2:after {
    border-bottom: 1px solid #fff;
}
.row.cta_will a {
    font-size: 34px;
    padding: 1px 20px 1px 20px;
    min-width: auto;
    margin-bottom: 5px;
    line-height: 48px;
    margin-top: 18px;
    border-radius: 3px;
    background: teal;
}
.partners-subtitle {
    font-size: 24px;
    lineheight: 1.1
}
.landingdrop {
    right: 65px;
    top: 0 !important;
    bottom: 7px !important;
    left: auto;
}
@media (min-width: 768px){
    #lp .partners-hero {
        background-position: center;
    }
    .partners-hero-inner-shell {
        position: absolute;
        padding-bottom: 20px;
        left: auto;
        right: 0;
        width: 55%;
        background: linear-gradient(180deg, transparent 0%, rgb(0 0 0 / 90%) 60%);
        bottom: 0;
        padding-left: 15px;
        padding-top: 30px;
    }
    .partners-subtitle {
        font-size: 32px;
        font-family: 'Merriweather', serif;
        text-align: justify;
        line-height: 1.5;
        margin-top:0
    }
    .bb_top {
        font-size: 2.5rem !important;
    }
    .stacked_right {
        width: 45%; padding-left:40px;
        margin: auto 0 auto auto;
    }
    .stacked_left {
        width: 45%; padding-left:40px;
        margin: auto auto auto 0;
    }

}

@media (min-width: 990px) {
    .row.cta_will a {
        font-size: 36px;
    }
}

@media (min-width: 949px) {
        .services-new .right-box {
        padding: 0 0 0 40px;
        border-left: 2px solid #eee;
        margin-left: -2px;
    }
    .services-new .left-box {
        padding: 0 40px 0 0;
        border-right: 2px solid #eee;
    }
    .green-bg p {
    text-align: justify;
    }
}
