/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS and global oustyles CSS. USE WITH CAUTION.
*/
@media (min-width: 700px) {
	img.size70 {
		max-width: 70%;
	}
	img.size50 {
		max-width: 70%;
	}
}
@media (min-width: 1025px) {
	img.size50 {
		max-width: 50%;
	}
}

ul.categories {
	margin-bottom: 68px;
}
h2 + .accordion {
	padding-top: 0;
}
.colleges-intro + .wysiwyg {
	padding-top: 60px;
}
.page-intro + .accordion,
.page-intro + .colleges-section {
	padding-top: 0;
}
.faq-section + .accordion {
	padding-top: 0;
	padding-bottom: 45px;
}
.faq-section.faq-first + .accordion {
	padding-top: 45px;
}
.contact-section__cta-block:before {
	background-image: url(/_images/pre-footer-01.jpg);
}
.no-caps {
	text-transform: none;
}
div.blog__date::before {
  content: "Last Updated: ";
}

/* Fix custom counters on ordered lists */

ol.lower-roman {
	counter-reset: low-roman;
}
ol.lower-roman > li {
	counter-increment: low-roman;
}
.wysiwyg ol.lower-roman > li::before {
	content: counter(low-roman, lower-roman) ". ";
}
/* .wysiwyg ol>li:before {
	content: none;
} */

/* Adjust for fixed header on anchor links */
html {
	scroll-padding-top: 6rem;
}

/* Inline image icons */
.inline-icon {
	width: auto;
	height: 1em;
	display:inline-block;
}
