.institution-dialog-modal {
display: none !important;
}
@media only screen and (min-width: 80em ) {
.institution-dialog-modal {
display: block !important;
}
}
.page-template-page-event-archive #main-content .ep-autosuggest {
display: none!important;
}
.single-eabnew-event svg.w-24.h-24.mr-16.text-medium-teal-2 path {
fill: currentColor!important;
}
.page-template-page-register-php button#prevStep {
border-color: rgb(0 114 206 / var(–tw-border-opacity));
color: rgb(0 114 206 / var(–tw-text-opacity));
}
section[data-component=text_icon] li p a.btn-secondary {
text-decoration: none;
}
[data-component=table] ul {
list-style: disc;
margin: 0;
padding: 0;
}
.homepage-hero {
z-index: 1;
}
a.btn-secondary.btn-md {
text-decoration: none;
}
.swiper-wrapper.testimonial-slider {
height: auto;
}
/* Shared styles for Gutenberg headings */
#gutenberg h1.wp-block-heading,
#gutenberg h2.wp-block-heading,
#gutenberg h3.wp-block-heading,
#gutenberg h4.wp-block-heading,
#gutenberg h5.wp-block-heading,
#gutenberg h6.wp-block-heading {
font-weight: 600;
}
/* Individual font sizes */
#gutenberg h1.wp-block-heading {
font-size: clamp(2.25rem, 4vw + 1rem, 4rem);
}
#gutenberg h2.wp-block-heading {
font-size: var(–wp–preset–font-size–text-heading-xl);
}
#gutenberg h3.wp-block-heading {
font-size: clamp(1.625rem, 2vw + 0.75rem, 2.25rem);
}
#gutenberg h4.wp-block-heading {
font-size: clamp(1.5rem, 1vw + 0.75rem, 1.625rem);
}
#gutenberg h5.wp-block-heading {
font-size: 1.375rem;
}
#gutenberg h6.wp-block-heading {
font-size: 1.25rem;
}
.wp-block-image img[src$=”.svg”] {
width: auto;
height: 100%;
}