﻿.ProgramCard-small {
position: relative;
text-align: center;
}
@media all and (min-width: 30em) {
    .ProgramCard-small {
        background-color: #fff;
        -webkit-box-shadow: 3px 3px 0px 0px #c7c5c7;
        box-shadow: 3px 3px 0px 0px #c7c5c7;
        text-align: left;
    }
}
.ProgramCard-small-content {
    margin: 15px 0 20px;
    margin: 0.9375rem 0 1.25rem;
    padding: 0;
}
@media all and (min-width: 30em) {
    .ProgramCard-small-content {
        padding: 0 1.25rem 0 1.25rem;
    }
}
.ProgramCard-small-content-wrapper:before, .ProgramCard-small-content-wrapper:after {
    content: "";
    display: table;
}
.ProgramCard-small-content-wrapper:after {
    clear: both;
}
.ProgramCard-small-image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
}
.ProgramCard-small-image:before {
    content: "\0020";
    display: block;
}
.ProgramCard-small-image:before {
    padding-top: 56.25%;
}
.no-js .ProgramCard-small-image {
    display: none;
}
.ProgramCard-small-title {
    color: #222222;
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-size: 1.1875em;
    font-weight: 600;
    line-height: 25px;
}
.ProgramCard-small-text {
    color: #777777;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 22px;
    margin-top: 10px;
    margin-top: 0.625rem;
}
.ProgramCard-small-close {
    background-color: #fff;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    color: #777777;
    line-height: 1;
    margin: -10px;
    margin: -0.625rem;
    position: absolute;
    -webkit-text-emphasis: center;
    text-emphasis: center;
    top: 0;
    right: 0;
    z-index: 2;
}
.ProgramCard-small-close svg {
    height: 20px;
    width: 20px;
}
.ProgramCard-small-close:hover .ThinClose-background, .ProgramCard-small-close:focus .ThinClose-background, .ProgramCard-small-close:active .ThinClose-background {
    color: #EE7835;
}
.ProgramCard-small-close:hover .ThinClose-stroke, .ProgramCard-small-close:focus .ThinClose-stroke, .ProgramCard-small-close:active .ThinClose-stroke {
    color: #fff;
}
.ProgramCard-small-close:hover .ThinClose-x, .ProgramCard-small-close:focus .ThinClose-x, .ProgramCard-small-close:active .ThinClose-x {
    color: #fff;
}