/* fixes issue with styles in taa.css interfering with rich text editor */
.payload-richtext h1, h2, h3, h4, h5, h6 {
    display: inherit;
}

.mobile-carousel.owl-carousel .owl-item:first-child {
    /* this is to offset the owl carousel stagePadding value for the first item in the carousel (see taa.js) */
    margin-left: -30px;
}

.block-animation:hover {
    animation: none;
}

.h-center {
    margin: auto;
}
