form #error {
    background-color: #f2e6e7;
    color: #E02933;
    list-style-type: none;
    display: none;
    margin: 0 auto 20px auto;
    padding: 10px;
}
 
form #error li {
    font-size: 12px;
    margin: 10px 0;
}
 
input.error,
select.error,
textarea.error {
    border: 1px solid #DD9DA0 !important;
}
 
 
/** loading styles **/
 
.overlay {
    display: none
}
 
.loading,
.loading-sm,
.overlay {
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
 
.loading:before,
.loading-sm:before {
    display: block;
}
 
.loading:before,
.loading-sm:before,
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
 
.loading:after,
.loading-sm:after {
    color: rgba(0, 0, 0, 0.5);
    content: "\f110";
    font-family: FontAwesome;
    font-size: 50px;
    display: block;
    position: absolute;
    left: 50%;
    margin: -25px 0 0 -25px;
    top: 50%;
    z-index: 2;
    -webkit-animation: webkit-spin 1.75s infinite linear;
    -moz-animation: moz-spin 1.75s infinite linear;
    -ms-animation: ms-spin 1.75s infinite linear;
    -o-animation: o-spin 1.75s infinite linear;
    animation: spin 1.75s infinite linear;
}
 
 
/** end of loading styles **/
 
 
/** Styles for progress bar **/
 
.progress {
    padding: 0 !important;
}
 
 
/** end of progress bar styles **/
 
.results {
    display: none;
}
 
 
/* lead creation page */
 
.stacked-button {
    display: block;
    width: 183px;
    margin: 10px auto !important;
}
 
div.row label {
    width: auto;
}
 
#lead-form {
    padding: 0;
}
 
.space-under {
    margin-bottom: 20px;
}
 
@media all and (max-width: 990px) {
    .text-left {
        text-align: left !important;
        margin-left: 10%;
    }
    .text-right {
        text-align: left !important;
        margin-left: 10%
    }
    /* removed per BON-3719
    .col-md-3 label, .col-md-3 input {
        /*text-align: center !important;
    } */
}
 
h1#prev-lead-header {
    padding: 60px 40px;
}
 
@media all and (max-width: 992px) {
    h1#prev-lead-header {
        font-size: 2.7em;
    }
}
 
@media all and (max-width: 500px){
    h1#prev-lead-header {
        font-size: 2.0em;
    }
 
    #online-group-lead-form {
        padding: 0px !important;
        min-width: 200px !important;
    }
 
    .online-group-start {
        min-width: 375px !important;
    }
 
    .mama-meetup-header {
        max-width: 375px !important;
    }
 
    .input-form-columns {
        min-width: 250px;
    }
 
    #online-group-lead-form {
        min-width: 300px !important;
    }
 
    .current-member-display {
        margin-top: 25px !important;
    }
}
 
 
 
 
.card {
    margin: 40px;
    display: block;
    margin: 0 auto;
}
 
.row.prev-lead-container {
    margin-bottom: 60px;
}
 
@media all and (max-width: 992px) {
    .card {
        margin-bottom: 60px;
    }
    .row.prev-lead-container {
        margin-bottom: 0px;
    }
}
 
.card {
    background: #986e72;
    opacity: 0.9;
    border: #D7C5C4;
    color: white;
    padding: 10px;
    border-radius: 2px;
    transition: opacity .3s;
    width: 17rem !important;
    cursor: pointer;
    position: relative;
}
 
.card h4,
.card p {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 
.card:hover {
    opacity: 0.7;
}
 
.card-selected {
    background-color: #D7C5C4;
}
 
#choose-no-leads {
    text-decoration: underline;
    font-weight: bold;
    color: #986e72;
    margin: 0 auto;
    margin-bottom: 0px;
    display: block;
    margin-bottom: 30px;
    transition: opacity .3s;
}
 
#choose-no-leads:hover {
    opacity: 0.7;
}
 
.text-sm-left {
    margin-bottom: 30px;
    text-align: center;
}
 
.text-sm-right {
    margin-bottom: 30px;
    text-align: center;
}
 
@media all and (min-width: 768px) {
    .text-sm-right {
        text-align: right;
    }
    .text-sm-left {
        text-align: left;
    }
}
 
#lead-options {
    margin-top: 20px;
}
 
#leads-div .card h4 {
    font-size: 13px;
    text-align: left;
    font-weight: 200;
}
 
#leads-div .card h5 {
    font-weight: 200;
    text-align: left;
}
 
.card {
    height: 260px;
}
 
.card-body {
    padding: 3%;
}
 
.card li {
    line-height: 1;
    text-align: left;
}
 
.card .all-names {
    display: none;
    background: black;
    color: white;
    text-align: left;
    padding: 10px;
    margin-top: -10px;
}
 
.card-selected:after {
    color: rgba(0, 0, 0, 0.5);
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 50px;
    display: block;
    position: absolute;
    left: 50%;
    margin: -25px 0 0 -25px;
    top: 50%;
    z-index: 2;
}
 
.choose-view button {
    width: 250px;
    margin: 10px 0;
    background: #3b3b3c;
    color: white;
    border: #3b3b3c;
    border-radius: 2px;
}
 
#choose-view,
#thank-you-view {
    margin-top: 70px;
}
 
#get-more-info {
    margin-top: 20px !important;
}
 
#prev-lead-header {
    font-weight: 300;
    font-family: 'Open Sans Condensed';
    font-size: 1.6em;
}
 
#lead-header {
    font-weight: 300;
    font-family: 'Open Sans Condensed';
    font-size: 1.6em;
}
 
#lead-form fieldset {
    margin-top: 0;
}

fieldset {
    border: none;
}

.information-content {
    margin-left: auto;
    margin-right: auto;
}


 
button.submit-form-view {
    width: 100px;
    border-radius: 2px;
    position: relative;
    top: 10px;
}
 
button.use-this-info {
    width: 100px;
    border-radius: 2px;
}
 
button.use-no-info {
    width: 100px;
    border-radius: 2px;
}
 
/*** Start Group Lead page ****/
.start-a-group-row {
    padding: 10px !important;
}
 
.select-wrapper {
    width: 250px;
}
#lead-form input {
    width: 250px !important;
}
 
 
/*** Start Online Group Lead page ****/
.current-member-display {
    margin-top: -100px;
    background: white;
    padding-top: 25px;
    padding-bottom: 25px;
}
 
.faith-position-next {
    background-color: #936E72;
    color: white;
}
 
.online-group-info-next {
    background-color: #936E72;
    color: white;
}
 
.membership-info-next {
    background-color: #936E72;
    color: white;
}
 
.current-member-label {
    color: black;
}
.page-content {
    width: 95% !important;
}
.online-group-input {
    width: 100% !important;
}
.online-group-label {
    width: 100% !important;
}
 
.input-name {
    width: 50% !important;
}
 
/* .information-section-column {
    margin-top: 30px;
} */
.verify-your-information-span{
    margin-left: auto;
    margin-right: auto;
}
 
.state select {
    width: 100% !important;
}
 
.country select {
    width: 100% !important;
}
 
.password-error {
    color: white;
}
 
.time-zone select {
    width: 100% !important;
}
 
.lead-source select {
    width: 100% !important;
}
 
#faith-position-statement {
    color: #263C82;
    cursor: pointer;
    font-size: 15px !important;
}
 
.interest-checkbox {
    padding-left: 30px;
}
 
#online-group-lead-form label {
    font-size: 15px;
    font-weight: 400;
}
 
#online-group-lead-form span {
    font-size: 17px;
    font-weight: 400;
    color: #263C82;
}
 
#online-group-lead-form span select {
    font-size: 15px;
    font-weight: 300;
}
 
.form-check-label {
    font-size: 13px !important;
    font-weight: 300 !important;
}
 
.forgot-password {
    padding-bottom: 20px;
    color: black !important;
}
 
#membership-password {
    margin-top: 10px;
}

thank-you-view{

}