.quotes {margin-bottom: 1em; padding-bottom:1em; border-left:4px solid #cfd95f; transform-style: preserve-3d;}
.quotes blockquote {border-left:0; display:none; top: 50% !important; -ms-transform: translateY(-50%); transform: translateY(-50%);}
.quotes blockquote:first-child {display:block;}
.quotes blockquote .cite {text-align: right;}
.quotes .countdown {width:100%; position:absolute; bottom:0; right:0; height:3px; background: #eaeaea;}
.quotes .countdown.shrinking {width:0;}

.DonationFormTable .DonationSubmitButton {
    background: #747474;
    color: #cfd95f;
}

.collapsible h2 span, div.card.collapse .text h3 .i-exp-link {display: none;}



.mobile {display:none;}

@media (max-width: 767px) {
    .mobile.cta {
        display: block;
        text-align: center;
        margin: 1em 0;
    }
    .mobile.cta a {
        display: inline-block;
        text-transform: uppercase;
        font-size: 1.3em;
        padding: .75em 1.5em;
        background: #747474;
        color: #cfd95f;
        margin:0 auto;
        text-decoration: none;
    }
    .collapsible h2 span {
        display: block;
        float: right;
        width: 45px;
        height: 45px;
        background: url(https://www.sarahlawrence.edu/_assets/images/pngicons/i-exp-link.png) no-repeat\9;
        background-size: contain;
    }
    .collapsible h2 span svg {fill: #33638C;}
    .collapsible > *, .collapsible div.figure {display: none;}
    .collapsible > h2 {display: block;}
    .collapsible.expanded > *, .collapsible.expanded div.figure {display: block;}
    .collapsible.expanded h2 span {transform: rotate(45deg);}
} /* End (max-width: 767px) */



@media (max-width: 1140px) {
    .with-form div.card.collapse {
        position:relative
    }

    .with-form div.card.collapse .text {
        padding: 0
    }

    .with-form div.card.collapse .text>* {
        display: none
    }

    .with-form div.card.collapse .text h3 {
        margin: 0;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1em;
        background: #fff;
        background-color: rgba(255,255,255,.5);
        cursor: pointer
    }

    .with-form div.card.collapse .text h3 .i-exp-link {
        display: block;
        float: right;
        width: 20px
    }

    .with-form div.card.collapse.expanded .text {
        padding: 0 1em 1em
    }

    .with-form div.card.collapse.expanded .text>* {
        display: block
    }

    .with-form div.card.collapse.expanded .text h3 {
        position: static;
        padding: 0;
        margin: .7em 0 .3em
    }

    .with-form div.card.collapse.expanded .text h3 .i-exp-link {
        transform: rotate(45deg)
    }
}
@media (max-width: 667px) {
    .no-form div.card {
        width: auto;
        margin-right: 1em
    }
    .no-form div.card.collapse {
        position:relative
    }

    .no-form div.card.collapse .text {
        padding: 0
    }

    .no-form div.card.collapse .text>* {
        display: none
    }

    .no-form div.card.collapse .text h3 {
        margin: 0;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1em;
        background: #fff;
        background-color: rgba(255,255,255,.8);
        cursor: pointer
    }

    .no-form div.card.collapse .text h3 .i-exp-link {
        display: block;
        float: right;
        width: 20px
    }

    .no-form div.card.collapse.expanded .text {
        padding: 0 1em 1em
    }

    .no-form div.card.collapse.expanded .text>* {
        display: block
    }

    .no-form div.card.collapse.expanded .text h3 {
        position: static;
        padding: 0;
        margin: .7em 0 .3em
    }

    .no-form div.card.collapse.expanded .text h3 .i-exp-link {
        transform: rotate(45deg)
    }
}