/*** CARDS ***/

#content {
    background: #eee;
}

/* REMOVE THIS ON THE LIVE SITE */

.emc__location-filter-container {
    margin-bottom: 15px;
}

.emc__location-filter-button {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0px 10px;
    margin: 0 1px;
    font-size: 12px;
    cursor: pointer;
}

.emc__location-filter-button.activeBtn{
    background-color: #338b8b;
    color: #fff;
    border-color: #338b8b;
}

.emc__card-group-title {
    font-size: 42px;
    font-weight: 300;
    padding-left: 7px;
    line-height: 42pt;
    color: #000;
    margin-bottom: 15px;
}

.emc__card-container {
    width: 375px;
    display: inline-block;
    position: relative;
    margin: 0px;
    vertical-align: top;
    background: #FFF;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: rgba(0,0,0,0.16) 0px 2px 2px;
}

.emc__card-ribbon {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    padding: 5px 10px;
    text-transform: uppercase;
}

.emc__card-image {
    width: 100%;
    background: red;
    padding-top: 46.4%;
    background-size: cover !important;
}

.emc__card-content {
    background: #FFF;
    padding: 32px 20px 20px 20px;
    position: relative;
}

.emc__card-event-details {
    position: absolute;
    margin-top: -24px;
    font-size: 12px;
    width: calc(100% - 40px);
}

.emc__card-event-details > div {
    display: inline-block;
}

.emc__card-event-locations {
    float: right;
}

.emc__card-event-location {
    display: inline-block;
    border: 1px solid;
    padding: 1px 4px;
    line-height: 13px;
    text-transform: uppercase;
    font-size: 10px;
}

.emc__card-title,
.emc__card-content .emc__card-title a {
    font-size: 24px;
    color: #000000;
    padding-bottom: 13px;
    margin-top: 6px;
    text-decoration: none;
}

.emc__card-whats-this,
.emc__card-whats-this-info {
    font-size: 14px;
    text-decoration: underline;
    color: #8E8686;
    cursor: pointer;
    padding-top: 5px;
    text-transform: capitalize;
    padding-left: 5px;
}

.emc__card-whats-this-info {
    cursor: help;
}



.emc__card-description-container {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


.emc__card-description {
    font-size: 15px;
    line-height: 20px;
    height: 80px;
}

.emc__card-content a{
    color: #338B8B;
    text-decoration: underline;
    outline: 0;
    font-size: 15px;
}

.emc__card-content a:focus{
    outline: 0;
}

.emc__card-cta.emc__child-cta {
    margin-left: 15px;
    display: none;
}

.emc__card-cta .fa-external-link {
    height: 0.8em;
}

.emc__accordion-cta__collapse{
    display: none;
}

.emc__card-cta-search-container {
    height: 45px;
    margin-top: 15px;
}

.emc__card-cta input.emc__card-cta-search-field {
    background: #fff;
    border: 1px solid #CEC7C7;
    box-shadow: none;
    height: 100%;
    padding: 0 15px;
    width: 77%;
}
.emc__card-cta input.emc__card-cta-search-field::placeholder  {
    color: #D1D1D1;
    opacity: 1; /* Firefox */
}

.emc__card-cta input.emc__card-cta-search-field:focus {
    background: #fff;
}
.emc__card-cta button.emc__card-cta-search-button {
    background: #fff;
    border: 1px solid #CEC7C7;
    margin-left: -1px;
    padding: 0;
    color: #000;
    width: 23%;
    height: 100%;
    vertical-align: top;
}

.emc__card-modal-container{
    display: none;
}

.emc__card-modal-content{
    padding: 6px 20px 20px 20px;
    max-width: 800px !important;
}

.emc__card-modal-title {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 12px;
}

.emc__card-cta a{
    padding-top: 13px;
    display: block;
}

.emc__card-more-info-modal{

}

.emc__card-more-info-modal .fancybox-content {
    width: auto;
    min-width: 200px;
}

@media (max-width: 1440px) {

}


@media (max-width: 1291px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991) {

}