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

.home-alert {
  background: #118DAD;
  color: #fff;
}

.primary-bg {
  background: #eaa900;
}


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

a,
.departments ul li a i,
.accordion-a i,
.specialty-programs a {
  color: #333333;
}

.btn-primary,
input[type="submit"] {
  background: #118DAD;
  color: #fff;
}

.btn-underline {
  border-bottom: 2px solid #118DAD;
}

.upcoming-events .format-date {
  color: #B7B7B7;
}

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

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

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

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

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

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