/*
Implementation Skeleton v5
Add styles to overwrite customer CSS and global oustyles CSS. USE WITH CAUTION.
Updated: 20220825 @ 7:57
*/

/* Removal of Black Bars on Featured Text + Stats x3) */
.learn-section__content {
	display: none;
}

/* Make highlights not clip */
.college-intro__link {
    background-color: white;
}

/* make png's on white background without color effects  
.college-intro__link-holder:nth-child(2) a:before, .college-intro__link-holder:nth-child(3) a:before, .college-intro__link-holder:nth-child(4) a:before {
    background-image: none;
    opacity: .5;
    background-color: #000;
    display: block;
}

.contact-section__intro p {
    margin: 0 0 15px;
}

/* fixing education section for fac/staff pages 
.dm-profile-activity {
	white-space: pre-wrap;
}


/* creating empty class to not show empty sections of fac/staff pages 
.is-empty {
  display: none;
}

@media (min-width: 700px) {
.campuses-section__list li {
	width: 20%;
	}
}

@media (min-width: 1025px){
.carousel__img {
    width: 33.5%;
}

.carousel__caption {
    width: 62.5%;
}
	
.contact-section__intro {
    padding: 0 0 5px;
    margin: 0 0 15px;
}

.campuses-section__list {
    margin: 0 -60px;
}
}

@media (min-width: 700px){
.container {
    max-width: 900px;
    margin: 0 auto;
}
} */


