.hh-module {
    --red: #76001a;
    --yellow: #ffcb05;
    --blue: #034ea2;
}

.hh-module a:hover, .hh-module a:focus,
.hh-events.breadcrumbs ol li:hover a,
.hh-events .feeds a:hover {
    color: inherit;
    text-decoration: none;
}

.hh-events .icon,
.hh-events .icon-list a:hover span,
.hh-module blockquote.blockquote:before,
.hh-events .date-img .day {
    color: var(--red);
}

.hh-events a:hover .date-img .day,
.hh-events .event a:hover .title, .hh-events .event a:focus .title,
.hh-events .sidebar .date-views button:hover, .hh-events .sidebar .date-views button:focus, .hh-events .sidebar .date-views button.active,
.hh-events .sidebar .checkboxes label:hover, .hh-events .sidebar .checkboxes label input:focus~span,
.hh-events .loading-spinner,
.hh-events .mobile-title i {
    color: var(--blue);
}

.hh-module blockquote.blockquote p,
.hh-module blockquote p {
    color: #231f20;
}

.hh-events .icon-list a,
.hh-events .event a,
.hh-events .tooltip:before {
    background: none;
}

.hh-events .feeds a,
.hh-events .filters .dots a {
    background-image: none;
}

.hh-events .feeds a:hover,
.hh-events .filters .dots a:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--line-color)), to(var(--line-color)));
    background-image: linear-gradient(90deg, var(--line-color) 0, var(--line-color) 100%);
}

.hh-events .filters a,
.hh-events .feeds a {
    font-size: .75rem !important;
}
.hh-events.breadcrumbs ol li,
.hh-events.breadcrumbs ol li a {
    font-size: .875rem !important;
}

.hh-events .event a {
    margin: 0;
    padding: 0;
}

.hh-events .tooltip {
    text-transform: none;
    width: auto;
}

.hh-events .date-img .month,
.hh-events .date-img .day,
.hh-module .tooltip {
    line-height: 1.42857143;
}

.hh-events .date-img .month {
    background: var(--red);
}

.hh-events a:hover .date-img .month {
    background: var(--blue);
}

.hh-events .date-img {
    border-color: var(--red);
}

.hh-events :focus,
.hh-events .sidebar input:focus,
.hh-events #mini-calendar .input-daterange input:hover {
    outline-color: var(--blue);
}

.hh-events a:hover .date-img,
.hh-events .sidebar .date-views button:hover, .hh-events .sidebar .date-views button:focus, .hh-events .sidebar .date-views button.active,
.hh-events .primary-button.primary-button-white.dropdown-toggle:hover,
.hh-events .sidebar .dropdown select:hover, .hh-events .sidebar .dropdown select:focus, .hh-events .sidebar-detail .dropdown select:hover, .hh-events .sidebar-detail .dropdown select:focus {
    border-color: var(--blue);
}

.hh-module .primary-button {
    background-color: var(--red);
    -webkit-box-shadow: 0 0 0 2px var(--red) inset;
    box-shadow: 0 0 0 2px var(--red) inset;
}

.hh-module .primary-button:hover, .hh-module .primary-button:focus {
    color: var(--red);
}

.hh-module .secondary-button {
    background-color: var(--yellow);
    color: #000;
    -webkit-box-shadow: 0 0 0 2px var(--yellow) inset;
    box-shadow: 0 0 0 2px var(--yellow) inset;
}

.hh-module .secondary-button a:hover, .hh-module .secondary-button a:focus, .hh-module .secondary-button:hover, .hh-module .secondary-button:focus {
    color: var(--blue);
    -webkit-box-shadow: 0 0 0 2px var(--blue) inset;
    box-shadow: 0 0 0 2px var(--blue) inset;
}

.hh-module .section-title:after {
    top: 13px;
}

.hh-events .mobile-title {
    top: -8px;
}

.hh-events .search-expand {
    top: -14px;
}

.hh-events .sidebar .date-views button {
    font-size: 12px;
}

.hh-events .sidebar .primary-button, .hh-events .sidebar .secondary-button {
    font-size: 13px;
}

.hh-events h1, .hh-events h2 {
    margin: 0 0 15px;
}

.hh-events .sidebar-detail .dropdown:after {
    top: 13px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.hh-events .collapsed {
    visibility: unset;
}
