.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-left: 0;
    padding-right: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container, .tribe-events .tribe-events-l-container {
    padding-top: 0;
}
.tribe-common .tribe-common-c-btn, #tribe-events .tribe-events-button, .tribe-events-button, .tribe-common.event-tickets .tribe-common-c-btn {
    background-color: #ff4713;
    border-bottom: 0;
    margin-right: 16px;
}
.tribe-common .tribe-common-c-btn:hover, 
#tribe-events .tribe-events-button:hover, .tribe-events-button:hover {
    background-color: #002169;
    border-bottom: 1px solid #002169;
}
#tribe-events div.tribe-events-cal-links > a.tribe-events-button.tribe-events-ics {
    background-color: transparent;
}
.tribe-common .tribe-common-anchor-thin,
.tribe-common .tribe-common-cta--thin-alt {
    color: #ff4713;
    border-bottom: 0;
}
.tribe-common .tribe-common-anchor-thin:hover,
.tribe-common .tribe-common-cta--thin-alt:hover {
    color: #002169;
    border-bottom-color: #002169;
}
.tribe-common a, .tribe-common a:visited {
    color: #ff4713 !important;
}
.tribe-events .tribe-events-c-ical__link {
    color: #ff4713;
    border-color: #ff4713;
}
.tribe-events .tribe-events-c-ical__link:hover {
    background-color: #002169;
    border-color: #002169;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date {
    color: #002169;
}
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #002169;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #ff8300;
}

:root {
    --tec-color-accent-primary: #ff4713;
}