/* STYLING FOR LEGACY COMPONENT */
.fund-info {
    padding: 0 15px;
    min-height: 136px;
}

.summary-fund-image {
    width:100%;
    margin-bottom:10px;
}

.fund-info h5 a {
    color: #0054a6;
    text-decoration: none;
}

.donate-widget {
    background: #efefef;
}

.donate-widget .fund-info p {
    margin: 0px 10px -10px;
}

#divDonationArea {
    padding: 0 25px 20px;
    margin: 0 auto;
}

#divSummary {
    display: none;
}

.donate-widget ul {
    list-style-type: none;
    display: inline-flex;
    width: 100%;
    margin: 0 auto;
}

.donate-widget ul li {
   width: 50%;
}

.donate-widget ul li:first-of-type {
    display: none;
}

.donate-widget .cta-button input {
    background: none;
    border: none;
}

.divDonateAction ul li {
    display: flex;
    width: 50%;
}

#divDonationAmount {
    margin-right: 10px;
/*    width: 95%; */
}

#divDonationAmount input {
    width: 100%;
}

.donate-widget .cta-button-holder {
    width: 100%;
}

.donate-widget .cta-button {
    border-radius: 1px;
    text-align: center;
    padding: 10px 35px;
    width: 100%;
}

.donate-widget .cta-button input {
    font-family: "Linotype Tetria", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

@media (max-width:368px) {

    .donate-widget ul {
        display:flex;
        flex-wrap:wrap;
        width:100%;
    }

    .donate-widget ul li {
        width:100%;
        margin-bottom:10px;
    }

    #divDonationAmount input {
        width: 94%;
    }

    #divDonationAmount {
        width:100%;
    }

}

/* CURRENCY SYMBOL INSIDE OF INPUT FOR BOTTOM DONATE WIDGETS */

#divDonationAmount {
    background: #fff;
    border: 1px solid #ccc;
    padding-left: 10px;
    position: relative;
    height: 100%;
    padding-top: 7px;
}

#divDonationAmount input {
    border: 0;
    width: 100%;
    left: 0px;
    top: 0px;
    background: none;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 25px;
}

#divDonateActions > ul {
    display: flex;
}

#divDonateActions > ul > li {
    height: 100%;
}
/* END STYLING FOR LEGACY COMPONENT */

/* STYLING FOR RESPONSIVE COMPONENT */
.c-fund-summary {
    background: #efefef;
}
.c-fund-summary select {
    background-color: #fff;
}

.c-fund-summary__funds {
    display: flex;
    padding: 0 1.25rem 1.25rem;
    flex-wrap: wrap;
}

.c-fund-summary .o-donate__frequency, .c-fund-summary .o-donate__select--monthly, .c-fund-summary .o-donate__input-holder, .c-fund-summary .o-donate__submit {
    flex: 8rem;
    margin: .25rem;
}

.c-fund-summary .o-donate__input {
    width: 100%;
    padding-left: 19px;
}

.o-donate__currency {
    position: absolute;
    left: 10px;
    top: calc((50% - 1rem) + 3px);
}

.o-donate__input-holder {
    position: relative;
}

.o-donate__frequency--hide {
    display: none;
}