body {
    max-width: 100%;
}

h1 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    color: #ae752c;
    margin: 0px;
    font-size: 45px;
    padding: 20px 0px;
    letter-spacing: -2px;
}

h2 {
    color: #005696;
}

h3 {
    font-weight: 700;
    background: #a0df28;
    color: #333;
    font-size: 24px;
    line-height: 24px;
    padding: 15px;
}

label.required:after {
    content: "*";
    margin-left: 5px;
    color: red;
}

header {
    background: url(/IMIS/images/sal/donation/171220-SMI-Website---Donation-Form-Redesign-Desktop-v.3_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    header h1, header p {
        color: white;
    }

    header h1 {
        letter-spacing: 1px;
        font-weight: 700;
    }

    header .tagline {
        color: #4e290c;
        line-height: 25px;
        font-size: 25px;
        max-width: 320px;
        display: inline-block;
        font-style: italic;
        text-align: center;
        margin-left: 50px;
        vertical-align: middle;
        letter-spacing: 1px;
    }

aside {
    float: right;
    max-width: 450px;
    padding: 20px 40px;
    font-size: 14px;
}

    aside h2 {
        font-family: 'Fira Sans', sans-serif;
        color: #009ddc;
        font-weight: 600;
        padding: 20px;
    }

        aside h2 small {
            font-family: 'Fira Sans', sans-serif;
            display: block;
            margin: 10px 0px;
            padding: 20px;
        }

    aside h5 {
        font-family: 'Fira Sans', sans-serif;
        padding: 20px;
    }


/* footer {
  text-align: center;
  padding: 20px;
  background: #f6e7d5;
  border-top: 20px #e2d2bf solid;
} */

input[type=text], input[type=email], select {
    background-color: #f3f3f3 !important;
}

#ctl01_TemplateBody_WebPartManager1_gwpste_container_SalDonation_ciSalDonation_txtOtherAmount {
    background: url(/IMIS/images/sal/donation/dollar_sign.png) no-repeat !important;
    background-size: 11px 18px !important;
    padding-left: 27px;
    background-position: 12px !important;
    background-color: #F3F3F3 !important;
    font-size: 20px;
}

#SalpledgeCampaign_txtOtherAmount {
    background: url(../../Images/dollar_sign.png) no-repeat !important;
    background-size: 11px 18px !important;
    padding-left: 27px;
    background-position: 12px !important;
    background-color: #F3F3F3 !important;
    font-size: 20px;
}


header {
    min-height: 540px;
    background: url(/IMIS/images/sal/donation/header-featured-image.png), url(/IMIS/images/sal/donation/171220-SMI-Website---Donation-Form-Redesign-Desktop-v.3_02.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: auto 100%, cover;
    background-position: right, center;
}

    header img.featured {
        margin-top: -40px;
        max-height: 450px;
    }

    header .top {
        background: #fff;
        border-bottom: 5px #2c77ae solid;
        padding: 10px 0px;
    }

    header p {
        max-width: 50%;
    }

.content {
    max-width: 1000px;
    margin: 0px auto;
}

#main-content {
    float: left;
    position: relative;
    max-width: 550px;
    padding: 20px;
    margin-top: -0px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
}

#wrap-recurring {
    height: 50px;
    background: #d5d5d5 url(../../Images/gradient-arrow.png) no-repeat left center;
}

    #wrap-recurring.mt20 {
        margin-top: -5px;
    }

    #wrap-recurring span {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 50px;
        margin: 0px 5px 0px 10px;
    }

    #wrap-recurring > span.desc {
        color: #333;
        font-size: 13px;
    }

.card-types label {
    padding: 0px 0 0 8px !important;
}

input[name=cc_type] {
    margin: 20px 0px 0px 10px;
    height: auto;
    display: inline-block !important;
    width: 20px;
}

select[name=program] {
    max-width: 450px;
    display: inline-block;
}

.auto-width {
    width: auto;
}

.inline {
    display: inline;
}

.m10 {
    margin: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.m20 {
    margin: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.donation-levels .btn {
    width: 100%;
    margin: 0px;
}

.donation-levels .col-sm-4:first-child {
    padding-left: 0px;
}

.donation-levels .col-sm-4:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
}

.donation-levels .col-sm-4:nth-child(3) {
    padding-right: 0px;
}

.btn.donation-level {
    font-size: 30px;
    line-height: 75px;
    font-weight: normal;
    outline: none;
    padding: 0px 20px;
}

a.help {
    text-decoration: none;
    color: #9d9d9d;
    font-size: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 5px;
}

.btn.gradient.donation-level.active {
    background: #005696;
    background-image: -webkit-gradient( linear, right top, left top, from(rgb(0, 157, 220)), to(rgb(0, 86, 150)));
    background-image: linear-gradient( -90deg, rgb(0, 157, 220) 0%, rgb(0, 86, 150) 100%);
    -webkit-box-shadow: 0px 5px 0px 0px #cfcfcf;
    box-shadow: 0px 5px 0px 0px #cfcfcf;
    font-weight: 600;
}

.btn.gradient:hover {
    border: transparent;
    color: white;
}

.gradient.gray {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2d2d2+0,adabab+100 */
    background: #d2d2d2;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#9ae2ff), to(#2fb8ef));
    background: linear-gradient(to bottom, #9ae2ff 0%, #2fb8ef 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ae2ff', endColorstr='#2fb8ef', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 5px 0px 0px #009ddc;
    box-shadow: 0px 5px 0px 0px #009ddc;
    border: transparent;
}

.gradient.PageLoad {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2d2d2+0,adabab+100 */
    background: #d2d2d2;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#a7e1f3), to(#2fb8ef));
    background: linear-gradient(to bottom, #a7e1f3 0%, #2fb8ef 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7e1f3', endColorstr='#2fb8ef', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 5px 0px 0px #015697;
    box-shadow: 0px 5px 0px 0px #015697;
    border: transparent;
}


.gradient.brown {
    background: #d21111;
    background: -ms-linear-gradient( -90deg, rgb(215,18,18) 0%, rgb(184,14,14) 100%);
    -webkit-box-shadow: 0px 5px 0px 0px #cfcfcf;
    box-shadow: 0px 5px 0px 0px #cfcfcf;
    font-size: 28px;
    color: #fff;
}

.gradient.brownSelected {
    background: #005696;
    background: -ms-linear-gradient( -90deg, rgb(215,18,18) 0%, rgb(184,14,14) 100%);
    -webkit-box-shadow: 0px 5px 0px 0px #cfcfcf;
    box-shadow: 0px 5px 0px 0px #043559;
    font-size: 28px;
    color: #fff;
}

/* ********* Override Styles ************** */

#copy #ctl00_ContentPlaceHolder1_pnlDetailData {
    width: 100% !important;
}

#copy div.left, #copy div.right {
    float: none;
    text-align: center;
    margin: 0px auto !important;
    width: auto;
}

#ctl00_ContentPlaceHolder1_pnlDetailData > table > tbody > tr:nth-child(1) > td {
    background-color: #2c77ae !important;
    padding: 5px;
    font-size: 18px;
    font-weight: normal;
}

#copy .social img {
    display: block;
}

/* ********* End Override Styles ************** */

/* ********* Tablet and Smaller Styles ************** */

@media screen and (max-width:1042px) {
    header {
        min-height: 300px;
        background: url(/IMIS/images/sal/donation/171220-SMI-Website---Donation-Form-Redesign-Desktop-v.3_02.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    aside {
        float: unset;
        padding: 20px 40px;
        max-width: 100%;
        /* font-size: 14px; */
    }

    #main-content {
        float: none;
        margin: 20px auto;
    }

    .donation-levels .col-sm-4 {
        padding: 0px;
        margin: 5px 0px;
    }

        .donation-levels .col-sm-4:nth-child(2) {
            padding: 0px;
        }

    header {
        text-align: center;
    }

        header h1 {
            padding-bottom: 0px;
        }

        header p {
            width: 100%;
            max-width: 500px;
            padding: 0px 20px;
            margin: 20px auto;
        }

        header .tagline {
            margin: 10px auto;
        }

    img.featured {
        display: none;
        float: none !important;
        display: block;
        margin: -20px auto 10px auto !important;
        max-width: 453px;
    }
}

.row {
    margin-top: 10px;
}

#ctl01_TemplateBody_WebPartManager1_gwpste_container_SalDonation_ciSalDonation_btnSubmit {
    background: #d21111;
    background: -ms-linear-gradient( -90deg, rgb(215,18,18) 0%, rgb(184,14,14) 100%);
    -webkit-box-shadow: 0px 5px 0px 0px #cfcfcf;
    box-shadow: 0px 5px 0px 0px #cfcfcf;
}

/* new footer */

.footer-top-wrap {
    width: 100%;
    background-color: #efefef;
    padding: 20px 0;
}

.footer-widget-wrap {
    width: 100%;
    background-color: #005595;
    padding: 20px 0;
}

.footer-bottom-wrap {
    background-color: #383838;
    padding: 10px 0;
}

footer.footer .widget-title {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background: none;
}

footer.footer {
    display: unset;
}

    footer.footer ul li {
        position: relative;
        margin: 0;
        font-size: 16px;
        list-style: none;
    }

.widget .menu li a {
    color: #fff;
    font-weight: 300;
}

span.llorix_one_lite_copyright_content {
    font-size: 12px;
    line-height: 0;
}

#footer > div.footer-bottom-wrap > div > div > div.col-md-6.col-md-pull-3 > div > a {
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}

span.llorix_one_lite_copyright_content {
    color: white;
}

.footer-widget-wrap .widget-box {
    display: inline-block;
    float: none;
    margin-right: -4px;
    text-align: left;
    vertical-align: top;
}

h3.widget-title {
    padding: 0;
}

footer ul {
    padding: 0;
}

footer .col-md-6.col-md-pull-3 {
    margin-left: 15px;
}

.top-footer .transparent-text-dark {
    margin: 0 22px 0 0;
    font-size: 24px;
    color: #fff;
}

.mobile-footer {
    display: inline-block;
}

footer.footer ul {
    padding-left: 0;
    margin: 5px 0;
}

    footer.footer ul li {
        position: relative;
        margin: 0;
        font-size: 16px;
        list-style: none;
    }

ul.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.sponsored-img-block a {
    margin: 0 20px 0 0;
}

.logo-img-block p {
    font-size: 12px;
    margin-top: 6px;
}

.ab-footer p {
    font-size: 14px;
    line-height: 17px;
}

.footer-top-wrap p {
    color: #7b7b7b;
    font-size: 14px;
    line-height: 21px;
}

i.fa.fa-question-circle {
    font-size: 14px;
    position: relative;
    top: -10px;
}

.logo-container img {
    margin: 10px;
}

body.donation-form, body.donation-form label, body.donation-form p, body.donation-form h2, body.donation-form h3, body.donation-form input::-webkit-input-placeholder, body.donation-form input:-ms-input-placeholder, body.donation-form input:-moz-placeholder, body.donation-form input::-moz-placeholder {
    font-family: 'Fira Sans', sans-serif;
}
/* hides tip link, was not in creative... */
i.fa.fa-question-circle {
    display: none;
}

footer .sponsored-img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    footer .sponsored-img-block img {
        margin: 5px;
        min-width: 50px;
    }

@media screen and (max-width:584px) {
    div#wrap-recurring {
        background: #cfcfcf;
        height: 100px;
        position: relative;
    }

    #SalpledgeCampaign_chkAutoRepeat {
        display: block;
        position: absolute;
        top: 50px;
        left: 10px;
    }

    #wrap-recurring .desc {
        position: absolute;
        top: 36px;
        left: 15px;
        white-space: nowrap;
    }

    aside {
        float: unset;
        padding: 20px 1px;
        max-width: 100%;
        /* font-size: 14px; */
    }

    .btn.donation-level {
        font-size: 30px;
        line-height: 75px;
        font-weight: normal;
        outline: none;
        padding: 0px 20px;
        margin-bottom: 5px;
    }

    footer .sponsored-img-block img {
        margin: 5px;
        min-width: 50px;
    }

    footer .sponsored-img-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: unset;
    }
}

@media screen and (max-width:767px) {
    .btn.donation-level {
        margin-bottom: 5px;
    }

    aside h2 {
        font-size: 26px;
    }
}

@media screen and (min-width:768px) and (max-width:1042px) {
    .btn.donation-level {
        width: 98%;
    }
}

@media screen and (max-width:420px) {
    #wrap-recurring > span.desc {
        color: #333;
        font-size: 10px;
        font-weight: bold;
    }
}

@media screen and (min-width:650px) {
    footer .sponsored-img-block {
        min-width: 600px;
    }
}



.DonateError {
    display: block;
    padding-right: 0.188em;
    padding-left: 0.188em;
    margin-bottom: 0.25em;
    width: auto;
    font-size: large;
    color: red;
    font-weight: bold;
}

.Error {
    display: block;
    padding-right: 0.188em;
    padding-left: 0.188em;
    margin-bottom: 0.25em;
    width: auto;
    color: red;
    font-weight: bold;
}

.NasLabels {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}


.NasLabels .Nasrequired:after {
    content: "*";
    margin-left: 5px;
    color: red;
}


/*label.required:after {
    content: "*";
    margin-left: 5px;
    color: red;
}*/

