.wf-loading body {
    visibility: hidden;
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('./assets/fonts/montserrat_normal_400.woff2') format('woff2');
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url('./assets/fonts/montserrat_normal_500.woff2') format('woff2');
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url('./assets/fonts/montserrat_normal_700.woff2') format('woff2');
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: url('./assets/fonts/lora_normal_600.woff2') format('woff2');
}

.header-contact-info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
}

.limit-width {
    max-width: var(--wp--style--global--wide-size);
    margin: 0 auto;
}

.negative-top-offset {
    position: relative;
    z-index: 1;
    margin-top: -10vh !important;
}

.grid-lines,
.shadow-block {
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, .09);
}

.grid-lines .wp-block-column {
    position: relative;
}

.grid-lines .wp-block-column+.wp-block-column:before {
    position: absolute;
    content: "";
    height: 100%;
    top: 10%;
    left: -10%;
    width: 1px;
    border-right: 1px dashed #838383;
}

.grid-lines.light .wp-block-column+.wp-block-column:before {
	border-right: 1px dashed #FFFFFF;
}

.grid-lines.light .wp-block-columns:last-child .wp-block-column:after {
	border-top: 1px dashed #FFFFFF;
}

.grid-lines.single .wp-block-columns:last-child .wp-block-column:after {
	border-top: none;
}

.grid-lines img {
    width: auto !important;
    height: 42px !important;
}

.grid-lines a {
    text-decoration: none;
}

.grid-lines a:hover {
    text-decoration: underline;
}

p+p {
    margin-top: 20px !important;
}

a.wp-block-button__link.has-background:hover {
    background-color: #11529C !important;
}

header .wp-block-navigation__container a:hover {
    text-decoration: none;
    color: #11529C !important;
}

header .flex a {
    display: flex !important;
}

.slick-dots {
    padding: 0;
}

.limit-width h1 {
    max-width: 500px !important;
}

.quotes .uagb-tm__desc {
    position: relative;
    padding-left: 84px;
    padding-right: 84px;
}

.dark .uagb-tm__desc {
    color: #000000 !important;
} 

.quotes .uagb-tm__desc::before,
.quotes .uagb-tm__desc::after {
    position: absolute;
    content: "“";
    font-family: var(--wp--preset--font-family--lora);
    color: #A2DCE9;
    font-size: 124px;
}

.quotes .uagb-tm__desc::before {
    top: 32px;
    left: 0;
}

.quotes .uagb-tm__desc::after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.post-block .uagb-post-grid-byline {
    display: none;
}

.post-block a.uagb-text-link {
    padding: 0;
}

.post-block a.uagb-text-link:hover {
    color: var(--wp--preset--color--primary) !important;
}

.site-by a {
    color: var(--wp--preset--color--tertiary);
    text-decoration: none;
}

.site-by a:hover {
    text-decoration: underline;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-weight: 700 !important;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    color: var(--wp--preset--color--primary);
}

.post-loop {
    box-shadow: 0px 4px 12px 0px #e5e5e1;
    height: 100%;
}

.post-loop .wp-block-post-title {
    padding: 0 20px;
}

.post-loop .wp-block-post-excerpt {
    padding: 0 20px 20px 20px;
}

.post-loop .wp-block-post-excerpt a {
    color: var(--wp--preset--color--contrast);
    font-weight: 600;
    text-decoration: none;
}

.post-loop .wp-block-post-excerpt a:hover {
    color: var(--wp--preset--color--primary);
}

.custom-gap .wp-block-post-template.is-flex-container {
    gap: 3.25em;
}

.uagb-buttons-repeater.wp-block-button__link {
	padding: 0.6em 2.4em !important;
}

@media (min-width: 600px) {
    .custom-gap .wp-block-post-template.is-flex-container li {
        width: 31.33% !important;
    }

    .custom-gap .wp-block-post-template.is-flex-container {
        gap: 3%;
    }
}

.intro-para strong {
    color: var(--wp--preset--color--primary);
}

.social-icons a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    padding: 0 !important;
    overflow: hidden;
    position: relative;
}

.social-icons a span {
    position: absolute;
    font-size: 0px !important;
    top: -84px;
}

.social-icons a svg {
    margin: 0 !important;
}

.shadow a {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.wp-block-post-featured-image img {
    max-height: 240px;
    object-fit: cover;
}

.custom-button a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.copy-block p+p,
.copy-block p+ul {
    margin-top: 1.4em !important;
}

.copy-block ol+h3,
.copy-block ul+h3,
.copy-block p+h3 {
    margin-top: 1.5em !important;
}

.copy-block ol+h2,
.copy-block ul+h2,
.copy-block p+h2 {
    margin-top: 1.6em !important;
}

.copy-block h2,
.copy-block h3 {
    margin-bottom: 0.6em;
}

.copy-block-compact p+p,
.copy-block-compact p+ul {
    margin-top: 0.65em !important;
}

.custom-list ul,
.custom-list-block ul {
    list-style-type: none;
    padding: 0;
}

.custom-list ul li,
.custom-list-block ul li {
    padding-left: 24px;
    background-image: url('/wp-content/uploads/2025/09/icon_tick.svg');
    background-repeat: no-repeat;
    background-position: left 4px;
}

.custom-list.light ul li,
.custom-list-block.light ul li {
    background-image: url('/wp-content/uploads/2025/09/icon_tick_white.svg');
}

.custom-list.dark ul li,
.custom-list-block.dark ul li {
    background-image: url('/wp-content/uploads/2025/09/icon_tick_dark.svg');
}

.custom-list ul li+li,
.custom-list-block ul li+li {
    margin-top: 8px;
}

.custom-list-block+.custom-list-block {
    padding-top: 0 !important;
}

.our-values-list img {
    max-width: 64px !important;
    height: auto !important;
}

.our-values-list .uagb-ifb-desc {
    margin-top: 8px;
}

.team img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

.team h3 {
    margin-bottom: 0 !important;
}

.team .uagb-team__desc {
    display: none;
}

.team .uagb-team__social-list {
    margin-top: 0 !important;
}

.team .uagb-team__social-icon a {
    background-color: var(--wp--preset--color--primary);
    padding: 4px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 64px;
    display: block;
    line-height: 22px !important;
}

.team .uagb-team__social-icon a svg {
    width: 16px !important;
    height: 16px !important;
}

.team .uagb-team__social-icon a:hover {
    background-color: var(--wp--preset--color--contrast);
}

.custom-separator {
    padding-bottom: 2.4rem !important;
}

.custom-separator .uagb-html-tag {
    min-width: 200px;
    text-align: left;
}

.custom-table table tr:first-child td {
    font-weight: 700;
    color: var(--wp--preset--color--contrast);
}

.custom-table table tr:nth-child(2) td {
    font-weight: 700;
    color: var(--wp--preset--color--primary);
}

.custom-table table tr td:first-child {
    font-weight: 400;
    color: inherit;
}

.custom-table table tr,
.custom-table table td {
    border-color: #838383 !important;
}

.custom-table table tr:nth-child(2) {
    border-top: 1px dashed #838383 !important;
}

.custom-table table td+td {
    border-left: 1px dashed #acacac !important;
}

.featured-blocks .uagb-ifb-content {
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px #e5e5e1;
    height: 100%;
}

.featured-blocks .uagb-ifb-content img {
    width: 100% !important;
}

.featured-blocks .uagb-ifb-title-wrap .uagb-ifb-title {
    padding-left: 24px;
    padding-right: 24px;
}

.featured-blocks .uagb-ifb-desc {
    margin: 0 !important;
    padding: 0 24px 14px 24px;
}

.featured-blocks .wp-block-button {
    margin: 14px 24px 24px 24px;
}

.contact-info .wp-block-uagb-marketing-button svg {
    fill: var(--wp--preset--color--contrast) !important;
}

.contact-info .wp-block-uagb-marketing-button:hover svg {
    fill: var(--wp--preset--color--primary) !important;
}

#main-nav-block .wp-block-navigation__submenu-icon svg {
    margin-top: -1px !important;
}

#main-nav-block ul li a {
	line-height: 2.65em;
}

#main-nav-block ul ul li a {
	line-height: 1.65em;
}

/* animations */

.zoom-image img {
    transition: transform 0.4s ease;
}

.zoom-image .wp-block-column:hover img,
.zoom-image .uagb-ifb-content:hover img {
    transform: scale(1.2);
}

.zoom-block {
    transition: transform 0.4s ease;
}

.zoom-block:hover {
    transform: scale(1.04);
    /* box-shadow: 0px 4px 12px 0px #e5e5e1; */
}

.fade-up {
    opacity: 0;
    animation: fadeUp 0.8s ease forwards 0.4s;
}

.fade-up-delay {
    opacity: 0;
    animation: fadeUp 0.8s ease forwards 1s;
}

.learn-more-block .wp-block-uagb-info-box {
    height: 100%;
}

.wp-block-embed-youtube {
    max-width: 680px;
}

.wp-block-quote {
	margin: 0;
	padding: 0;
	border: none;
}

.custom-quote-icon {
	padding-left: 64px;
    background-image: url(/wp-content/uploads/2023/09/icon_custom_quote.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.full-width-image {
	width: 100%;
}

.full-width-image img {
	width: 100%;
	max-width: none;
}

.services-block a {
	text-decoration: none !important;
}

.part-of {
	margin-right: 14px !important;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(128px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1240px) {
    .grid-lines {
        margin-right: var(--wp--style--root--padding-right);
        margin-left: var(--wp--style--root--padding-left);
    }
}

@media (max-width: 1000px) {
    header li.has-medium-font-size {
        margin-top: 24px;
    }

    header li.has-medium-font-size a {
        display: inline-block !important;
        border-radius: 124px !important;
        padding: 6px 24px !important;
        color: #ffffff !important;
        background-color: var(--wp--preset--color--contrast) !important;
    }

    header li.has-medium-font-size a:hover {
        color: #000 !important;
    }

    .image-header {
        min-height: 140px;
        height: 24vh;
    }

    .wp-block-navigation__responsive-container {
        padding-top: 24px !important;
        display: none !important;
        left: 0;
        position: fixed !important;
        right: 0;
        top: 0;
    }

    .wp-block-navigation__responsive-container.is-menu-open {
        display: flex !important;
    }

    .wp-block-navigation__responsive-container-open {
        display: flex !important;
    }

    .wp-block-navigation__responsive-container-close svg,
    .wp-block-navigation__responsive-container-open svg {
        height: 42px;
        width: 42px;
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
        padding-top: calc(2rem + 42px);
        padding-bottom: calc(2rem + 86px);
    }

    .hide-mobile {
        display: none !important;
    }

    .wp-block-site-logo img {
        max-width: 148px;
    }

    #main-nav-block {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    body.home #header-banner span.has-background-gradient {
        background: rgba(0,0,0,0.7) !important;
    }

    .header-navigation ul {
        gap: 14px !important;
    }
	
    .header-navigation ul ul {
        padding: 0 !important;
        text-align: right;
    }
	
	.header-navigation ul ul li.has-child ul {
		margin-top: 0.85rem !important;
	}

    .header-navigation li.has-child a {
        display: none;
    }
	
	#main-nav-block ul li a,
	#main-nav-block ul ul li a {
		line-height: 1.55em;
	}
	
	.header-navigation .mobile-menu-section > a {
		color: var(--wp--preset--color--custom-green) !important;
		padding-top: 2rem !important;
		padding-bottom: 1rem !important;
		font-size: 1.25rem;
	}
	
	.header-navigation .mobile-menu-section ul {
		padding-bottom: 2rem !important;
	}
	
	.header-navigation .mobile-menu-section + .mobile-menu-section > a {
		padding-top: 1rem !important;
	}

    footer .wp-block-group:nth-child(2) {
        padding-bottom: 42px !important;
    }

    footer .wp-block-group:last-child .wp-block-columns {
        padding-top: 42px !important;
    }
	
	footer .wp-block-group.footer-social {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 781px) {

    .animated {
        transition-property: none !important;
        transform: none !important;
        animation: none !important;
    }

    .custom-list {
        display: grid !important;
        gap: 10px !important;
    }

    .grid-lines .wp-block-column+.wp-block-column:before,
    .grid-lines .wp-block-columns:last-child .wp-block-column:after {
        display: none;
    }

    .entry-content .mobile-gap {
        padding-top: 2.4rem !important;
        padding-bottom: 2.4rem !important;
    }

    .entry-content .wp-block-columns:not(.custom-list-block) .wp-block-column {
        padding: 0 !important;
    }

    .entry-content .mobile-gap .wp-block-columns:not(.custom-list-block) .wp-block-column+.wp-block-column:not(.no-mobile-padding),
    .entry-content .mobile-gap .wp-block-columns+.wp-block-columns:not(.no-mobile-padding):not(.custom-list-block) {
        padding: 36px 0 0 0 !important;
    }

    .mobile-extra-gap {
        gap: 3.4rem !important;
    }

    .mobile-text-align-left * {
        text-align: left;
    }

    .logo-carousel .swiper-button-prev,
    .logo-carousel .swiper-button-next {
        display: none;
    }

    .logo-carousel .wp-block-group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .logo-carousel .wp-block-group figure {
        text-align: center !important;
    }

    .logo-carousel .wp-block-group figure img {
        max-height: 62px;
        width: auto;
    }

    .quotes .uagb-tm__desc::before,
    .quotes .uagb-tm__desc::after {
        font-size: 64px !important;
    }

    .quotes .uagb-tm__desc::before {
        top: 20px !important;
        left: 0;
    }
    
    .quotes .uagb-tm__desc::after {
        right: 0;
    }

    .uagb-slick-carousel {
        padding: 0 !important;
    }

    .quotes .uagb-tm__desc {
        position: relative;
        padding-left: 34px !important;
        padding-right: 34px !important;
    }

    .custom-table table tr td {
        padding: 0;
    }

    .custom-table table tr td:first-child {
        font-size: 10px;
        width: 86px;
    }

    #header-banner img {
        width: 152% !important;
        margin-left: -52% !important;
    }
	
    footer .wp-block-columns .wp-block-column+.wp-block-column {
        padding: 0 !important;
    }
	
	.footer-social p {
        display: none;
    }

    .custom-list {
        gap: 0 !important;
    }

    .custom-list .wp-block-column+.wp-block-column {
        padding-top: 0 !important;
    }

    .our-values-list {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .our-values-list {
        grid-template-columns: 1fr 1fr;
    }

    .footer-logo {
        max-width: 86%;
    }
}

@media (min-width: 1001px) {
    header {
        position: sticky;
        top: -70px;
        z-index: 1000;
    }

    .hide-desktop {
        display: none !important;
    }

    .site-by {
        text-align: right;
    }

    .custom-table table tr:first-child td {
        font-size: 2rem;
    }

    .custom-table table tr:nth-child(2) td {
        font-size: 2rem;
    }

    .custom-table table tr td:first-child {
        font-size: 0.8rem;
    }

    .header-navigation ul ul li+li {
        border-top: 1px solid #f2f2f2;
        line-height: 18px;
    }
	
	.header-navigation ul ul li.has-child ul {
		right: auto !important;
		left: 100% !important;
	}

    .scroll-margin-top {
        scroll-margin-top: 80px;
    }

    ul.wp-block-navigation-submenu {
        width: 268px !important;
    }
}


/* Store Locator - start */
.wpsl-search {
    border-radius: 6px;
    margin-bottom: 3rem;
    padding: 1rem !important;
}

#wpsl-search-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpsl-input {
    margin-bottom: 0 !important;
}

.wpsl-input label {
    min-width: 114px;
    font-weight: 700;
}

#wpsl-search-input {
    min-width: 360px;
    border-radius: 124px !important;
}

#wpsl-search-btn {
    -webkit-appearance: none !important;
    font-family: inherit !important;
    background: var(--wp--preset--color--contrast) !important;
    color: #fff !important;
    font-weight: 700;
    border-radius: 124px !important;
    padding-left: 24px;
    padding-right: 24px;
    border: none !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#wpsl-search-btn:hover {
    background: var(--wp--preset--color--tertiary) !important;
    color: var(--wp--preset--color--contrast) !important;
}

#wpsl-wrap .wpsl-info-window a.wpsl-directions {
    display: none;
}

#wpsl-wrap .wpsl-info-window em {
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    display: block;
    text-align: center;
    padding: 8px;
    background-color: #f2f2f2;
    border-radius: 6px;
    margin-top: 8px;
    font-weight: 600;
}

#wpsl-wrap .wpsl-info-window {
    font-family: var(--wp--preset--font-family--montserrat) !important;
    line-height: 1.2rem;
    font-size: 0.8rem !important;
}

#wpsl-wrap .gm-style-iw {
    padding: 18px 0 0 18px;
}

#wpsl-wrap .gm-style-iw button {
    top: 0 !important;
    right: 0 !important;
}

#wpsl-stores li {
    padding: 1.6rem 0 !important;
}

.wpsl-store-location strong,
#wpsl-wrap .wpsl-info-window p strong {
    color: var(--wp--preset--color--primary);
}

#wpsl-search-wrap div:last-child,
#wpsl-search-btn {
    margin-right: 0 !important;
}

#wpsl-gmap {
    border-radius: 6px;
    outline: none !important;
    border: none !important;
	display: none !important;
	opacity: 0 !important;
	pointer-events: none;
}

.wpsl-store-details {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none;
}

#wpsl-gmap div {
    outline: none !important;
    border: none !important;
}

#wpsl-result-list {
	width: 100% !important;
}

#wpsl-result-list #wpsl-stores ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wpsl-direction-wrap {
    display: none;
}

.wpsl-store-location p:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 1240px) {
	.banner-intro-text {
		max-width: 380px;
	}
}

@media (min-width: 782px) {
	.youtube-short iframe {
		width: 400px !important;
		margin: 0 auto;
		height: 710px !important;
	}
	
	.header-navigation ul li:nth-child(1) ul, 
	.header-navigation ul li:nth-child(2) ul,
	.header-navigation ul li:nth-child(3) ul {
        width: 348px !important;
    }
}

@media (max-width: 781px) {
    #wpsl-search-input {
        min-width: auto;
    }
	
	#wpsl-stores li:first-child {
		padding-top: 0 !important;
	}
	
	#wpsl-result-list #wpsl-stores ul {
		grid-template-columns: 1fr;
	}

    .wpsl-search {
        margin-bottom: 1rem;
    }
    
    .list .frm_opt_container {
        display: block !important;
    }
	
/* 	.grid-lines .wp-block-columns {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem 1rem;
	} */
	
	.grid-lines .wp-block-columns + .wp-block-columns {
		padding-top: 2rem;
	}
	
	.grid-lines h2 br {
		display: none;
	}
	
	.max-width-profile-image {
		max-width: 200px;
	}
	

}

@media (max-width: 675px) {
    #wpsl-stores {
        margin-top: 2rem;
        height: auto !important;
    }
    
    .gm-style-iw {
        padding: 16px 16px 6px 16px !important;
        min-width: 220px !important;
    }
    
}

@media (max-width: 570px) {
    .wpsl-no-filters #wpsl-search-input {
        width: 90% !important;
    }

}

/* Store Locator - end */


/* Forms - start */

.frm_fields_container .frm_section_heading.first {
    margin-top: 0 !important;
}

.frm_fields_container .frm_section_heading.first h3 {
    border: none !important;
    padding-top: 0 !important;
}

.frm_forms {
    max-width: 860px !important;
}

.frm_checkbox {
    margin-bottom: 8px !important;
}

.frm_other_input {
    margin: 14px 0 0 0 !important;
    min-width: 50%;
}

.frm_button_submit {
    font-family: inherit !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.with_frm_style .frm-g-recaptcha > div > div, 
.with_frm_style .g-recaptcha > div > div {
    box-shadow: none !important;
    border: none !important;
}

/* Forms - end */


/* Other */
.post-password-form {
    text-align: center;
    padding: 6rem 1rem;
}


/* Expand and Collapse */
details {
	position: relative;
}

details .icon {
	position: absolute;
	top: 20px;
	left: 0;
}

details[open] {
	padding-bottom: 2.25rem;
}

details[open] summary {
	margin-bottom: 1.25rem;
}

details summary {
	list-style-type: none;
	cursor: pointer;
	padding: 18px 34px 18px 42px;
	position: relative;
	font-size: 1.45rem;
	line-height: 1.55rem;
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--lora);
	border-bottom: 1px solid #CECECE;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: left 50%;
}

details.item-01 summary {
	background-image: url(/wp-content/uploads/2025/09/icon-01.svg)
}
details.item-02 summary {
	background-image: url(/wp-content/uploads/2025/09/icon-02.svg)
}
details.item-03 summary {
	background-image: url(/wp-content/uploads/2025/09/icon-03.svg)
}
details.item-04 summary {
	background-image: url(/wp-content/uploads/2025/09/icon-04.svg)
}
details.item-05 summary {
	background-image: url(/wp-content/uploads/2025/09/icon-05.svg)
}
details.item-06 summary {
	background-image: url(/wp-content/uploads/2025/10/icon-06.svg)
}
details.item-07 summary {
	background-image: url(/wp-content/uploads/2025/10/icon-07.svg)
}
details.item-08 summary {
	background-image: url(/wp-content/uploads/2025/10/icon-08.svg)
}

details summary::-webkit-details-marker {
	display: none;
}

details summary::before {
	content: "+";
	font-weight: 700;
	font-size: 1.6rem;
	color: var(--wp--preset--color--primary);
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}

details[open] summary::before {
	content: "-"; /* Minus sign for open state */
}