h1,
h2,
h3,
.slideshow-header {
    text-transform: uppercase;
}

.testimonials .zw-testimonials h2 {
    display: block;
}


.header {
    border-bottom: NONE;
}

.mb-more {
    margin-bottom: 4em;
}

.accent {
    color: var(--cassiopeia-color-primary-thead);
    font-weight: bold;
}

.home .component {
    background: var(--cassiopeia-color-primary-topbar);
    color: #FFF;
}

.home .component h1 {
    font-size: 2.3em;
}

.search-buttons .btn-primary {
    background: var(--cassiopeia-color-primary-thead);
    border-color: var(--cassiopeia-color-primary-thead);
}

.eapow-overview-price {
    color: var(--cassiopeia-color-primary-thead);
}

@media (max-width: 767.98px) {
    .slideshow-header {
        font-size: 5vw !important;
    }
}

@media (min-width: 992px) {
    @supports (display: grid) {
        .home .component h2 {
            font-size: 2.24em;
        }

        .office-contacts h2 {
            font-size: 2.2vw;
        }
          .large-header {
            font-size: 3vw;
        }
    }
}


@media (min-width: 992px) {
    @media (min-width: 1024px) {
        @media (min-width: 1200px) {
            .slideshow-header {
                font-size: 4.75vw !important;
            }
            .slideshow-text {
                font-size: 0.8vw !important;
            }
        }
    }
}