  footer h2 {
    font-size: initial;
    font-weight: initial;
}
html :where(h1, h2, h3, h4, h5, h6) {
    font-size: inherit;
}

.row.hidden-sm.hidden-xs:has(.section-title) {
    position: relative;
    z-index: 0;
}
.site-header .site-header__nav-menu__subnav :where(a:not(.group.button-sm)):hover {
    text-decoration: underline;
    color: white;
}
.site-header .site-header__nav-menu__subnav :where(a:not(.group.button-sm)) {
    color: #ffc3ca;
}
.site-header .site-header__buttons a:hover {
    color: white;
}
 details > *:not(summary, summary > *) {
	 padding-left: 2rem;
}
 details {
	 margin-bottom: 1rem;
}
 details summary:hover {
	 cursor: pointer;
}
/*html p {*/
/*    margin: 0;*/
/*}*/

html :where(p,blockquote,dl,dd,pre,ul,ol,table):not([class*=mb-]):not(:last-child) {
    margin-block-end: 0
}

html main.events-landing .hh-events.events-detail .related-events .row.events {
    display: block;
}

html main.events-landing .hh-events.events-detail .related-events .row.events .event {
    display: inline-block;
    padding: 0 5px;
    vertical-align: bottom;
}

.event h3.title {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.row.events .event {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    html .event.col-sm-6 {
        width: 50% !important;
    }
}

@media only screen and (min-width: 992px) {
    html .event.col-md-4 {
        width: 33.33333333% !important;
    }
}
html h1,html h2,html h3,html h4,html h5,html h6 {
    font-weight: inherit;
}
.breadcrumbs a.decoration-transparent.hocus\:decoration-current:not(:is(.no-underline)) {
    text-decoration: underline;
}
.breadcrumbs a.decoration-transparent.hocus\:decoration-current:not(:is(.no-underline)):hover {
    color: rgb(66 126 147);
    text-decoration-color: transparent;
}
html .hh-events .filters a {
    color: #017698;
}
html .hh-events .filters a:hover {
    color: #01475b;
}
html footer a {
    color: #ffc3ca;
}
html footer a:hover {
    color: #fff;
    text-decoration: revert;
}
html .hocus\:text-theme-button-alt-hocus-text-color:hover, html a.text-inherit.decoration-transparent {
    text-decoration: none;
}

main.event-detail .hh-module .primary-button, main.event-detail .hh-module .secondary-button, main.events-landing .hh-module .primary-button, main.events-landing .hh-module .secondary-button {
    display: inline-block !important;
    width: fit-content;
}
a#back-to-top {
    color: white;
    padding: .25rem;
    background-color: rgb(173 31 45);
    padding: .5rem 1rem;
    border-width: 2px;
    border-color: transparent;
}
a#back-to-top:hover {
    color: rgb(173 31 45);
    background: white;
    border-color: rgb(173 31 45);
}
/*TOOL TIP*/
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.in {
    filter: alpha(opacity = 90);
    opacity: .9;
}
.fade.in {
    opacity: 1;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity = 0);
    opacity: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
/*END TOOL TIP*/
@media only screen and (max-width: 990px) {
    .row.hidden-xs.hidden-sm, .row.hidden-md.hidden-lg.hidden-xl {
        display: none;
    }
}
@media only screen and (max-width: 420px) {
	 html {
		 font-size: 14px;
	}
	 html :where(body) {
		 font-size: 1rem;
	}
}
