/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/

a#de {
    color: #ebecec;
}
.backpage .share-box span a {
    font-family: "Helvetica Neue LT W04_75 Bold";
    color: #a1a0a0;
}

/* fix from PS&L for large facebook content */
#facebook {
    max-height: 422px;
    overflow-y: scroll;
}

/* for program highlights snippet output (no link entered) */
.highlight a.no-hover:hover {
    background: #182038 none repeat scroll 0 0 !important;
}

/* for ambassadors section snippets */
.ambassadors.non-slider .medium-4 .overlay h2 a, .ambassadors.non-slider .medium-4-12 .overlay h2 a {
    color: #ffffff;
    font-family: "Oswald",sans-serif;
}
 .ambassadors.non-slider .medium-4-12 .overlay h2 a:hover {
    color: #c0c0c0; /* change this color for ambassador section snippets link rollover - original color #ee6 (kdcole) */
}

/* for alumni friends snippet */
.alumni-friends ul li {
    color: #ffffff;
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 15px;
}
@media only screen and (max-width: 767px) and (min-width: 250px) {
    #ldp-slider div.slick-slide {
        background-position: center center !important;
    }
}

