.event_list_header {
    margin: 5px 0 10px 0;
}

.event_list_header .overview {
    width: 100%;
    max-width: calc(100% - 40px);
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-content: flex-end;
    align-items: flex-end;
    position: relative;
}

.event_list_header h1 {
    font-size: 49px;
    flex-grow: 2;
    font-weight: 800;
    margin: 0 10px 0 0;
}

.event_list_toggles {
    display: flex;
    align-self: flex-end;
    margin: 0 0 0 60px;
}

.event_list_toggles .toggle {
    margin-left: 50px;
    position: relative;
    z-index: 1;
    outline-offset: 2px;
    padding: 0;
    width: 55px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 100ms linear;
}

.event_list_toggles .toggle.calendar, .event_list_toggles .toggle.health, .event_list_toggles .toggle.family, .event_list_toggles .toggle.child {
    width: 76px;
}

.event_list_toggles .toggle:first-child {
    margin-left: 0;
}

.event_list_toggles .toggle.is-active .icon {
    background: #FFC52F;
}

.event_list_toggles .toggle a:hover {
    background: #FFC52F;
}

.event_list_header .overview h2 {
	margin-bottom: 1.5rem;
}

button {
    background: none;
    border: none;
    padding: 0px;
}

.event_list_toggles .toggle .icon {
    order: 1;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.event_list_toggles .toggle span {
    font-family: "Public Sans",sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #6a6a6a;
    line-height: 1;
    letter-spacing: .5px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    transition: all 100ms linear;
   /* margin: 10px 0 0 0; */
    order: 2;
}

.event_list_toggles .toggle .icon svg {
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.site-footer .block {
    border: none;
    border-color: none;
}

.site-footer .content {
    font-size: 1rem;
}

.regbox {
	color:#ffffff;	
	font-size: 1.25rem;
}

a.regbox:link, a.regbox:visited, a.regbox:hover, a.regbox:active { color:#ffffff; }

.ccl-link {color: #0256b1;}
