main {
    color: black;
}

.stuck .sticky-top .home_page,
.stuck .sticky-top span,
.stuck .sticky-top strong {
    display: none;
}

.manage-account {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
    display: block !important;
    text-transform: initial;
}

.manage-account:hover {
    text-decoration: none;
}

.manage-account-btn {
    background: none;
    font-size: 14px;
    color: #707070;
    cursor: pointer;
    padding:20px 10px;
    text-decoration: underline;
    font-weight: 600;
    text-align: center;
}
.manage-account-btn.offline {
    background: none;
    font-size: 14px;
    color: #707070;
    cursor: pointer;
    padding:20px 10px;
    text-decoration: underline;
    font-weight: 600;
    text-align: center;
}

.manage-account-btn:hover {
    /* background: #2d2d2d;
    color:#fff; */
    text-decoration: none;
}
.one-time-btn{
    background: #9b0404;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding:10px;
    width:100%;
    max-width: 210px;
    text-decoration: none;
    border-radius: 20px;
}
.one-time-btn a{
    display:block;
}
.one-time-btn a:hover{
    text-decoration: none;
}
.one-time-btn:hover {
    background: #780000;
    color:#fff;
    text-decoration: none;
}

.manage-account-btn .fa-user-circle {
    margin-left: 10px;
    font-size: 30px;
    vertical-align: sub;
}

.withborderright {
    border-right: 1px solid #707070;
}

.redSize {
    font-size: 34px;
    font-weight: 800;
    color: #9b0404;
}

.contributingTxt {
    font-size: 15px;
    padding: 0px 30px;
}

h4 {
    color: black;
}

.donate-input {
    background: #e8e8e8;
    color: #2c2a2b;
    max-width: 150px;
    display: block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    cursor: pointer;
    margin: 0 auto;
    font-weight: bold;
    text-transform: uppercase;
}

.donate-input:hover + span > .fa-tshirt{
    color: #fff;
}

.donate-input.active + span > .fa-tshirt{
    color:#fff!important;
}

.text-thankyou-mobile {
    display: none;
}

.mobile-msg {
    display: none;
}

.text-thankyou-desktop{
    text-align: center;
    width: 100%;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    /* padding-left:130px; */
}
.text-thankyou-desktop.online{
    text-align: center;
    width: 100%;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.other_input {
        width: 98%;
}
.patron-intro{
    list-style-position: inside;
    list-style:circle;
    margin-top:10px;
}
.patron-intro li{
    margin-bottom:5px;
}
.headline-advertise{
    background:none!important;
}

@media screen and (min-width: 1190px) {
    .patron-txt {
        max-width: 90%;
    }

    .btn-two-million .contributingTxt {
        padding: 0px 50px;
    }
}

@media screen and (max-width: 991px) {
    /* .headline-advertise {
        background: url(/theme_community_impact/images/Mobile-Hero.png) !important;
    } */

    .withborderright {
        border-right: 0;
        margin-bottom: 60px;
    }

    /* .patron-txt {
        text-align: center;
    } */

    .width50 {
        width: 50%;
    }

    .other_input {
        /* max-width: 150px; */
        width: 79%;
    }

    .text-thankyou-mobile {
        display: none;
        background: #e8e8e8;
        padding: 20px 30px;
        margin: 0 -60px !important;
        width: auto !important;
        margin-bottom: 30px !important;
    }

    .mobile-msg {
        display: block;
        text-align: center;
    }

    .btn-container .col-md-4 {
        margin-bottom: 25px;
    }

    .swag_btn {
        margin-bottom: 40px;
    }

    .continue-payment {
        min-width: 150px;
        padding: 10px;
    }

    .text-thankyou-desktop{
        justify-content: center!important;
        padding-left: 0;
        align-items: center;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-6.width50 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .text-thankyou-mobile {
        display: none;
        background: #e8e8e8;
        padding: 20px 30px;
        margin: 0 auto !important;
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .headline-advertise {
        background-position-y: -140px !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
    }
}

@media screen and (max-width: 767px) {
    .headline-advertise {
        background-position-y: 0px !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
    }
    .other_input {
        width:94%;
    }
}

@media screen and (max-width: 600px) {

    .monthly-donation,
    .onetime-donation {
        padding: 0 !important;
    }

    .swag_btn {
        width: 60% !important;
    }
    .text-thankyou-desktop{
        flex-flow: column;
    }
    .text-thankyou-desktop.online{
        flex-flow: column;
        justify-content: center!important;
        align-items: center!important;
        gap: 10px!important;
    }
}
