/* SPA Style Sheet */

/* Admissions Background Image */
.wrap.top-admissions-info {
	background: url(/images/top-ad-info.jpg) no-repeat bottom right;
}

/* Call to Action
------------------------------------ */
.cta-btn {
	background: #bbb15e url(/images/cta-arrows-white.png) right -90px no-repeat;
}
.cta-btn:hover {
	background: #6e7a76 url(/images/cta-arrows-white.png) right -105px no-repeat;
}
