/**
 * @tableofcontents
 *
 * 1. Banner
 * 2. Banner Features
 * 3. Ebook Section
 * 4. Startup Form Modals
 */


/* @section 1. Banner */

#non_profit-bnr
{
    padding-bottom: 170px;
}

#non_profit-bnr #glb-bnr-strp-1{
    bottom: -300px;
}

#non_profit-bnr .lnd-prvdr-bnr-logo
{
    text-align: right;
}

/* @Section 2. Banner Features */

.ftr-bnr-sec
{
    padding: 0 0 30px;
    background-color: #fff;
}

.ftr-bnr-wrap
{
    background-color: #fff;
    padding: 10px 70px 70px;
    border-radius: 15px;
    box-shadow: 5px 0 15px rgba(0,0,0,0.3);
    margin-top: -150px;
    position: relative;
}

.ftr-bnr-box
{
    margin-top: 60px;
}

.ftr-bnr-box-txt
{
    margin-left: 70px;
}

.ftr-bnr-box-txt h3
{
    font-size: 20px;
    font-weight: 500;
    color: #091e42;
    margin: 0;
    line-height: 26px;
    margin-bottom: 5px;
}

.ftr-bnr-box-txt p
{
    font-size: 16px;
    color: #42526e;
}

.ftr-bnr-box img
{
    width: 50px;
    max-height: 50px;
    float: left;
    margin-top: 5px;
}

 /* @Section 3. Ebook Section */

.non-profit-ebook-sec
{
    padding: 80px 0 90px; 
    background-color: #f8f9fb;
}

.non-profit-ebook-txt
{
    margin-top: 35px;
}

.non-profit-ebook-txt h2
{
    font-size: 36px;
    font-weight: 500;
    color: #091e42;
    margin: 0 0 30px;
}

.non-profit-ebook-txt p
{
    color: #42526e;
    font-size: 20px;
}

.non-profit-ebook-txt ul
{
    padding: 0;
    list-style: none;
    margin: 30px 0 50px;
}

.non-profit-ebook-txt ul li{
    color: #42526e;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.non-profit-ebook-txt ul li::before{
    content: "\f00c";
    color: #18d7a5;
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 1px;
}

.non-profit-ebook-cta .wt-signup-wrapper
{
    padding: 0;
}

.non-profit-ebook-cta div.wt-signup-btn
{
    text-align: left;
}

.non-profit-ebook-img img
{
    margin: 0 0 0 auto;
}

/* @Section 4. Startup Form Modals */
.start-program-modal-wrap
{
    padding: 0 !important;
}

.start-program-modal-wrap .modal-dialog
{
    width: calc(100% - 30px);
    max-width: 900px;
}

.start-program-modal-wrap .modal-header
{
    padding: 20px;
    background-color: #fff;
    border: 0;
    box-shadow: none;
    position: relative;
    text-align: center;
}

.start-program-modal-wrap .modal-header button.close
{
    color: #B3BAC5;
    opacity: 1;
    transition: all .2s ease-in-out;
    font-size: 32px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.start-program-modal-wrap .modal-header button.close:hover
{
    color: #091E42;
}

.start-program-modal-wrap .modal-header h2
{
    font-size: 30px;
    color: #091E42;
    margin-top: 30px;
    margin-bottom: 15px;
}

.start-program-modal-wrap .modal-header p
{
    font-size: 16px;
    color: #42526E;
}

.start-program-modal-wrap .modal-body
{
    padding: 20px 80px;
    background-color: #fff;
    border: 0;
    box-shadow: none;
    position: relative;
}

.start-program-modal-wrap .modal-body .form-group
{
    margin-bottom: 25px;
}

.start-program-modal-wrap .modal-body input[type="text"],
.start-program-modal-wrap .modal-body input[type="email"],
.start-program-modal-wrap .modal-body input[type="number"],
.start-program-modal-wrap .modal-body select,
.start-program-modal-wrap .modal-body textarea
{
    padding: 13px 20px;
    background: #FCFCFC;
    border: 1px solid #E9E9ED;
    box-sizing: border-box;
    border-radius: 6px !important;
    box-shadow: none;
    height: auto;
    width: 100%;
}

.start-program-modal-wrap .modal-body input::placeholder
{
    font-size: 12px;
    color: #C4C4C4;
}


@media(max-width:992px)
{
    #non_profit-bnr .lnd-bnr-ttl-box
    {
        margin-top: 40px;
    }

    .non-profit-ebook-sec
    {
        padding: 40px 0 50px;
    }

    .non-profit-ebook-txt h2
    {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .non-profit-ebook-txt p, .ftr-bnr-box-txt p
    {
        font-size: 16px;
    }
}

@media(max-width:767px)
{
    #non_profit-bnr .lnd-prvdr-bnr-logo
    {
        text-align: center;
    }

    #non_profit-bnr .lnd-bnr-ttl-box
    {
        margin-top: 0;
    }

    .ftr-bnr-wrap
    {
        padding: 10px 30px 40px;
    }

    .ftr-bnr-box
    {
        margin-top: 30px;
    }

    .ftr-bnr-box h3
    {
        font-size: 18px;
    }

    .non-profit-ebook-txt
    {
        text-align: center;
        margin-top: 0;
    }

    .non-profit-ebook-txt ul 
    {
        display: flex;
        flex-wrap: nowrap;
        margin: 20px 0 30px;
    }

    .non-profit-ebook-txt ul li
    {
        flex: 1;
        text-align: left;
        font-size: 15px;
        margin-bottom: 0;
        padding-left: 20px;
    }

    .non-profit-ebook-img img
    {
        margin: 0 auto 20px;
        position: relative;
        left: 60px;
    }

    .non-profit-ebook-cta
    {
        text-align: center;
    }

    .start-program-modal-wrap .modal-body {
        padding: 20px;
    }
}

@media(max-width:550px)
{
    .ftr-bnr-wrap .col-xs-6
    {
        width: 100%;
    }

    .non-profit-ebook-img img
    {
        left: 30px;
    }
}