/*
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";}
/* 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: "Inter-Light";
    font-size: 15px;
}
@media only screen and (max-width: 767px) and (min-width: 250px) {
    #ldp-slider div.slick-slide {
        background-position: center center !important;
    }
}

#home-70637 > div > div * {
  margin: 0 auto;
  font-family: 'telefontrialmedium',sans-serif;
  font-size: 30px;
  letter-spacing: 1.25px;
  height:100%;
  background-color: #45265C;
  color: white;
  padding: 30px;
  text-align: center;
  }
#home-70637 > div > div a {
  padding: 0px; 
  color: white; 
  text-decoration: 
  underline;
  }