/* Variables */
:root {
	--accent-1: #0A29F2;
}

.home-alert {
  background: #ffd100;
}

.primary-bg {
  background: #f15822;
}

.secondary-bg,
.homepage-content .secondary-bg::after {
  background: #BF471B;
}

a {
  color: #0A29F2;
}

.school-body .upcoming-events-wrapper h2 {
    color: #3E3E3E;
}

.upcoming-events-wrapper h2 a,
.accordion-a i,
.accordion a {
  color: #ffd100;
}

.btn-underline {
  border-color: #ffd100;  
}

.btn-primary,
input[type="submit"] {
  background: #ffd100;
}

.btn-bus {
  background: #FF713D;
}

.specialty-programs a {
  color: #ffd100;
}

/* FOOTER */
.top-footer, .main-footer {
  background: #191919;
}

.top-footer h1, .top-footer h2, .school-info i {
  color: #f15822;
}

/* New Design Styles */
.primary-bg a {
	color: #fff;
}

.social-app-wrapper svg path {
	fill: #BF471B;
}

.useful-link-wrapper span,
.useful-link-wrapper i{
	color: #BF471B;
}

.upcoming-events-wrapper a {
  color: #fff;
}