body {
  font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, system-ui, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Minion Pro', Georgia, 'Times New Roman', Times, serif !important;
}

.header_font_2 .uagb-heading-text{
    font-family: 'Avenir', 'Helvetica Neue', Helvetica, Arial, system-ui, sans-serif !important;
}

.uagb-slick-carousel button.slick-arrow {
    background: white !important;
    border-color: white !important;
}

.site-title {
    display: none !important;
}

.wis-marquee-container {
    overflow: hidden;
    white-space: nowrap; 
    padding: 20px 0; 
    box-sizing: border-box;
    width: 100%;
}


.wis-marquee-content {
    display: flex;
    animation: marquee 20s linear infinite;
	gap: 50px;
}


.wis-marquee-logos {
    display: inline-flex; 
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: auto; 
}

.wis-marquee-logos img {
    height: 80px; 
    width: auto;
	max-width: 100%;
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
         transform: translate3d(-50.0001%, 0, 0);
    }
}

/*.wis-marquee-container:hover .wis-marquee-content {
    animation-play-state: paused;
}*/

@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}

@media (min-width: 1024px) {
    div#ast-desktop-header {
        position: fixed;
        width: 100%;
        left: 0%;
    }
    div#content {
       margin-top: 100px;
    }
    .site-primary-footer-wrap {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        position: relative !important;
    }
    .site-above-footer-wrap {
        padding-bottom: 0px !important;
    }
    .site-below-footer-wrap {
        padding-top: 0px !important;
    }
    .logo_footer {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 1023px) {
    .site-header {
        position: fixed !important;
        width: 100% !important;
    }

    div#content {
        margin-top: 98px !important;
    }
}