﻿.overlay {
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
    min-height: 800px;
}

.overlay .container-fluid {
    display: flex;
    align-items: center;
    height: 800px;
}

.topBtn {
    overflow: auto;
    border-bottom: 2px solid lightgray;
    padding-bottom: 25px;
    margin-bottom: 39px;
}

    .topBtn p.createTaskBtn .btn.btn-primary {
        margin-top: 0px;
        margin-left: 0;
        width: auto;
        background: #d4362d !important;
        border: 3px solid #d4362d !important;
        text-transform: uppercase;
    }



div#div-no-trusted-volunteers-error, #div-has-trusted-volunteers-not-approved {
    background: rgba(212, 54, 45,0.15) !important;
    color: black;
    font-size: 16px;
    border: none;
    padding: 25px;
    font-family: 'Arial', sans-serif;
}


div#div-no-trusted-volunteers-error a {
    font-weight: bold;
    color: #000;
}

.topBanner {
    position: relative;
    margin-bottom: 65px;
}

.overlay .container-fluid {
    height: 500px;
}

.overlay {
    height: 500px;
    min-height: 500px;
}

.topBanner h1, .topBanner h2 {
    color: white;
    font-size: 65px;
    text-shadow: 0px 0px 30px rgba(0,0,0,0.55);
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 58px!important;
}

.topBanner {
    min-height: 500px!important;
}

.topBanner h1, .topBanner h2 {
    color: white;
    font-size: 65px;
    text-shadow: 0px 0px 30px rgba(0,0,0,0.55);
    margin-bottom: 20px;
    margin-top: 0px;
}

.textDescription p.imgBannerDescriptor {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 17px;
    font-family: "Poppins", sans-serif; font-weight: 700;
}

.textDescription {
    position: absolute;
    bottom: 0px;
}

.textDescription {
    background: #000000;
    color: white;
    left: 0px;
    padding: 7px 25px 7px 15px;
    border-radius: 0px 10px 0px 0px;
}

.topBanner p {
    color: white;
    text-shadow: 0px 0px 21px rgba(0,0,0,0.55);
    font-size: 21px;
    font-family: "Poppins", sans-serif; font-weight: 700;
}

h1 {
    margin-bottom: 40px;
}

h1 .blue, h2 .blue {
    color: #025fac;
}

h1 .red, h2 .red {
    color: #d4362d;
}

.mainContent h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.mainContent p, .mainContent li {
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 25px;
}

    .mainContent li a {
        color: #d4362d;
        text-decoration: underline;
        text-underline-offset: 3px;
    }


.mainContent a.callout-button {
    background: #025fac;
    color: white;
    padding: 10px 25px 8px 25px;
    font-family: "Poppins", sans-serif; font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 10px;
    display: inline-flex;
    line-height: 20px;
    transition: all .5s ease;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
    margin-top: 10px;
    border: none;
    max-width: 250px;
    height: 60px;
    align-items: center;
}

.mainContent a.big-callout-button {
    background: #d4362d;
    color: white;
    padding: 10px 25px 8px 25px;
    font-family: "Poppins", sans-serif; font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 10px;
    display: inline-flex;
    line-height: 20px;
    transition: all .5s ease;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
    margin-top: 10px;
    border: none;
    max-width: 250px;
    height: 60px;
    align-items: center;
    justify-content: center;
}

p.flex {
    display: flex;
    align-items: center;
}

/*.getStartedWrapper.other {
    height: 95px;
    background: #025fac;
    margin-top: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}*/

footer {
    margin-top: 0px;
}

.input-group {
    width: 100%;
}

/****************************/

@media (min-width: 1200px) and (max-width: 1400px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
    .topBanner h1, .topBanner h2 {
        font-size: 35px !important;
        margin-bottom: 0px !important;
        margin-left: 20px !important;
    }

    .Site-content h1 {
        font-size: 31px;
    }

    .form-group.col-xs-6 .input-group {
        width: 100%;
    }

    /*.topBanner {
        background-size: 50% !important;
        background-position: right -50px center!important;
    }*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .topBanner, .overlay, .overlay .container-fluid {
        height: 170px !important;
        min-height: 170px !important;
        max-height: 170px !important;
    }

    .topBanner h1, .topBanner h2 {
        font-size: 35px !important;
        margin-bottom: 5px !important;
        margin-left: 0 !important;
    }

    .overlay {
        background: rgba(0,0,0,0.5) !important;
    }

    .topBanner .col-sm-4.col-sm-offset-1 {
        width: 100% !important;
    }

    .Site-content h1 {
        font-size: 31px;
    }

    .form-group.col-xs-6 .input-group {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .textDescription {
        right: 0px;
        border-radius: 0px;
        text-align: center;
    }

    .topBanner {
        background-size: cover !important;
        background-position: center !important;
    }

    .overlay {
        background: rgba(0,0,0,0.5)!important;
    }

    .topBanner h1, .topBanner h2 {
        font-size: 35px !important;
        margin-bottom: 25px !important;
        margin-left: 0 !important;
    }

    .form-group.col-xs-6 {
        width: 100%;
    }

    .mainContent p, .mainContent li {
        line-height: 29px;
    }

    h3 {
        line-height: 35px;
    }

    .mainContent p, .mainContent li {
        margin-bottom: 15px!important;
    }

    span.completed {
        margin-bottom: 15px;
        display: inline-block;
    }

    p.completed + div *,
    p.open + div *, p#step-2-completed-text, 
    p#step-2-completed-text span, 
    p#step-2-completed-text + div * {
        margin-left: 0px !important;
    }
}