html .button:hover, html .button:focus,
html .button.primary:hover, html .elementor-button:hover,
html .button.primary:focus, html .elementor-button:focus {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

html .button.secondary:hover, html .elementor-element.elementor-button-info .elementor-button:hover,
html .button.secondary:focus, html .elementor-element.elementor-button-info .elementor-button:focus {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

html .green .button.secondary:hover, html .green .elementor-element.elementor-button-info .elementor-button:hover,
html .green .button.secondary:focus, html .green .elementor-element.elementor-button-info .elementor-button:focus,
html .bg-dark .button.secondary:hover, html .bg-dark .elementor-element.elementor-button-info .elementor-button:hover,
html .bg-dark .button.secondary:focus, html .bg-dark .elementor-element.elementor-button-info .elementor-button:focus {
    background-color: #FFF !important;
    border-color: #FFF !important;
    color: var(--secondary) !important;
}

html .green .elementor-element.elementor-button-info .elementor-button:hover .elementor-button-icon svg g[data-name="Ellipse 4"],
html .green .elementor-element.elementor-button-info .elementor-button:focus .elementor-button-icon svg g[data-name="Ellipse 4"],
html .bg-dark .elementor-element.elementor-button-info .elementor-button:hover .elementor-button-icon svg g[data-name="Ellipse 4"],
html .bg-dark .elementor-element.elementor-button-info .elementor-button:focus .elementor-button-icon svg g[data-name="Ellipse 4"] {
    stroke: var(--secondary) !important;
    transition: all 0.3s;
}

html .green .elementor-element.elementor-button-info .elementor-button:hover .elementor-button-icon svg path,
html .green .elementor-element.elementor-button-info .elementor-button:focus .elementor-button-icon svg path,
html .bg-dark .elementor-element.elementor-button-info .elementor-button:hover .elementor-button-icon svg path,
html .bg-dark .elementor-element.elementor-button-info .elementor-button:focus .elementor-button-icon svg path {
    fill: var(--secondary) !important;
    transition: all 0.3s;
}

#bookForm h2 {
    margin: 0 0 calc(var(--scale) * 0.30);
    width: 100%;
    padding-right: calc(var(--scale) * 1.75);
    position: relative;
    line-height: 1.3;
}

#bookForm h2:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: calc(var(--scale) * 0.83);
    height: calc(var(--scale) * 0.68);
    background-image: url(i/logo-white.png?v=1);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

#bookForm ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: calc(var(--scale) * 0.17) calc(var(--scale) * 0.20);
    margin: 0 0 calc(var(--scale) * 0.25);
    padding: 0;
    list-style: none;
}

#bookForm ul li {
    margin: 0;
}

#bookForm ul li, #bookForm ul li a {
    color: #FFF;
    font-size: 13px;
    line-height: 1;
}

#bookForm ul li a svg {
    width: calc(var(--scale) * 0.30);
    height: calc(var(--scale) * 0.30);
}

#bookForm ul li a:hover,
#bookForm ul li a:focus {
    color: var(--yellow);
}

#footer .footer-socials ul.elementor-icon-list-items li:nth-child(1) {
    width: 100%;
    color: #FFF;
    font-size: var(--font-size--medium);
    margin: 0 0 5px;
}

#videoArchive .video-archive-card .video-archive-card__content h3 {
    font-size: var(--font-size--h2-lg);
    font-weight: 700;
    line-height: 1.29;
}

.pg-privacy h2 {
    margin-bottom: 20px !important;
}

#pillars a.pillar-box {
    position: relative;
    top: 0;
    transition: all 0.3s;
}

#pillars a.pillar-box:hover,
#pillars a.pillar-box:focus {
    top: -10px;
    transition: all 0.3s;
}

#pillars a.pillar-box .elementor-image-box-title {
    transition: all 0.3s;
}

#pillars a.pillar-box:hover .elementor-image-box-title,
#pillars a.pillar-box:focus .elementor-image-box-title {
    color: var(--yellow);
    transition: all 0.3s;
}

html .elementor-element.elementor-button-success.blog-button .elementor-button {
    font-weight: 700 !important;
}

#wcu .wcu-container a.wcu-card .elementor-image-box-content .elementor-image-box-title,
#imageContainer a.ic-card .elementor-image-box-title {
    transition: all 0.3s;
}

#wcu .wcu-container a.wcu-card:hover .elementor-image-box-content .elementor-image-box-title,
#wcu .wcu-container a.wcu-card:focus .elementor-image-box-content .elementor-image-box-title,
#imageContainer a.ic-card:hover .elementor-image-box-title,
#imageContainer a.ic-card:focus .elementor-image-box-title {
    color: var(--yellow);
    transition: all 0.3s;
}

#preheader ul li a[aria-label="Email Jaambco"] .elementor-icon-list-text {
    display: unset !important;
    padding-left: 10px !important;
}

#preheader ul li a em {
    font-style: normal;
}

@media (max-width: 991px) {
    #footer .footer-socials ul.elementor-icon-list-items,
    #footer .footer-socials ul.elementor-icon-list-items li:nth-child(1) {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #preheader ul li a em {
        display: none;
    }
}

@media (max-width: 767px) {
    #bookForm h2 {
        padding: 55px 0 0;
    }
    #bookForm h2:after {
        bottom: unset;
        right: unset;
        left: 0;
    }
}
