/* Font */
p,
li,
.checkbox label,
.radio label,
.media-body,
.day,
.dow,
.datepicker-days th,
.s-lc-box-container,
.s-lc-box-title h1
{
   font-family: "Open Sans", Helvetica,Arial, sans-serif;
   font-weight: 400;
   font-size: 17.6px;
   color: #0a0a0a;
   line-height: 1.7;
}
h2
{
	font-family: "Open Sans";
	color: #0a0a0a !important;
	font-weight: 700;
}

/* Links & Buttons */
a,
a:hover
{
	color: #a30f32;
}
.btn-info,
.btn-info:hover,
.btn-success,
.btn-primary,
.btn-primary:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover
{
	background: #a30f32;
	border-color: #a30f32;
}
.s-lc-event-browse-search
{
   font-size: 17.6px;
}

/* Labels / Pills */
.label-info,
.s-lc-info-label
{
	background-color: #a30f32;
}

/* Ribbons */
.s-lc-ribbon::after,
.s-lc-ribbon::before
{
	border-color: #810f32;
}
.s-lc-ribbon span
{
	background-color: #a30f32;
}

/* Search */
#esq_53924
{
	z-index: 0;
}

/* Footer */
#s-lc-public-footer-brand,
#s-lc-public-footer-rights,
#s-lc-footer-support-link,
#s-lc-public-footer-admin-links
{
	font-size: 12px;
}

/* Hide */
/* Lauren 07/29/21 ticket #74769 */
#calendar_12947 .form-group:nth-child(3)
{
	display: none !important;
}

/* Lauren 07/30/21 ticket #74774 */
#calendar_12947 .s-lc-nav-card,
#calendar_12947 .s-lc-nav-weekly
{
	display: none;
}

/* Responsive */
@media screen and (max-width: 1045px) {
	#top_header {
		flex-direction: column;
	}
}
