a.buttonStyle001, a:link.buttonStyle001 {
    background: #275c32;
    color: white;
}

a.buttonStyle001:hover, a:link.buttonStyle001:hover {
    background: #9cc9a5;
    color: white;
}

/* Login button */
.WaGadgetLoginButton .loginLink, .WaGadgetLoginForm .loginLink {
    background: #275c32 !important;
    color: white !important;
}
/* Login button on hover */
.WaGadgetLoginButton .loginLink:hover, .WaGadgetLoginForm .loginLink:hover {
    background: #9cc9a5 !important;
}
/* Logout button */
.WaGadgetLoginButton .authenticated .loginLink, .WaGadgetLoginForm .authenticated .loginLink {
    background: 0 !important;
    color: #275c32 !important;
}
/* Logout button on hover */
.WaGadgetLoginButton .authenticated .loginLink:hover, .WaGadgetLoginButton .authenticated .loginLink.hover, .WaGadgetLoginForm .authenticated .loginLink:hover, .WaGadgetLoginForm .authenticated .loginLink.hover {
    background: #9cc9a5 !important;
    color: white !important;
}


.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .stickyMenu.active {
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #00563F;
    border-bottom: 3px solid #C5A253;
    box-sizing: border-box;
}

/* Center main navigation */
.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner {
    text-align: center;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel {
    display: inline-block;
    float: none;
    margin: 0 auto;
}

/* Gold border under navigation */
.WaGadgetMenuHorizontal.HorizontalMenuStyle002 {
    border-bottom: 3px solid #C5A253;
    box-sizing: border-box;
}

.WaGadgetAuthorizationRequired .loginPageTable input.loginButton {
    background: #275c32;
}
.WaGadgetAuthorizationRequired .loginPageTable input.loginButton:hover {
    background: #9cc9a5;
    color: white;
}

.camera_wrap {
    background: #275c32;
}

.camera_thumbs_cont {
    background: #275c32;
}

.camera_commands, .camera_next, .camera_prev {
    background: #275c32;
}

.camera_next:hover, .camera_prev:hover {
    background: #9cc9a5;
}


.navigationOuterContainer input.nextButton, .navigationOuterContainer input.typeButton, .navigationOuterContainer input[type=submit] {
    background: #275c32;
}

.navigationOuterContainer input.nextButton:hover, .navigationOuterContainer input.typeButton:hover, .navigationOuterContainer input[type=submit]:hover {
    background: #9cc9a5;
}

.generalFieldsContainer .fieldSubContainer input.typeButton, .generalFieldsContainer .fieldSubContainer input[type=submit] {
    background: #275c32;
}

.generalFieldsContainer .fieldSubContainer input.typeButton:hover, .generalFieldsContainer .fieldSubContainer input[type=submit]:hover {
    background: #9cc9a5;
    color: white;
}


.WaGadgetTermsOfUse .login-role-actions input[type='submit'] {
    background: #275c32;
}

.WaGadgetTermsOfUse .login-role-actions input[type='submit']:hover {
    background: #9cc9a5;
    color: white;
}

.WaGadgetTermsOfUse .login-role-actions input[type='submit'][disabled=''] {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default;
    background: #9cc9a5;
    color: white;
    border: 0;
}

.WaGadgetUnsubscribeFromEmails form input[type=submit] {
    background: #275c32;
}

.WaGadgetUnsubscribeFromEmails form input[type=submit]:hover {
    background: #9cc9a5;
    color: white;
}
/* ========================================
   FACET DETAIL SECTIONS
   ======================================== */

.facet-info-section {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto 45px;
    background: #FFFFFF;
    display: grid;
    grid-template-columns: 44% 56%;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    scroll-margin-top: 100px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

/* Alternating layout */
.facet-info-section.reverse {
    grid-template-columns: 56% 44%;
}

.facet-info-section.reverse .facet-slideshow {
    order: 2;
}

.facet-info-section.reverse .facet-info-content {
    order: 1;
}


/* ========================================
   FACET TEXT
   ======================================== */

.facet-info-content {
    padding: 50px 48px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.facet-info-title {
    margin: 0;
    color: #009A44;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}

.facet-info-line {
    width: 52px;
    height: 3px;
    background: #C5A253;
    margin: 20px 0 25px;
}

.facet-info-content p {
    margin: 0 0 18px;
    color: #444444;
    font-size: 16px;
    line-height: 1.8;
}

.facet-info-subhead {
    margin: 15px 0 12px;
    color: #007A36;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
}

.facet-info-list {
    margin: 0;
    padding-left: 20px;
    color: #444444;
    font-size: 15px;
    line-height: 1.8;
}

.facet-info-list li {
    margin-bottom: 7px;
}


/* ========================================
   FACET PHOTO SLIDESHOW
   ======================================== */

.facet-slideshow {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    background: #EEEEEE;
}

.facet-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
}

.facet-slide.active {
    opacity: 1;
}

.facet-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}


/* Slideshow arrows */

.facet-slide-prev,
.facet-slide-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: rgba(0,154,68,.90);
    color: #FFFFFF;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}

.facet-slide-prev {
    left: 15px;
}

.facet-slide-next {
    right: 15px;
}

.facet-slide-prev:hover,
.facet-slide-next:hover {
    background: #007A36;
}


/* Slideshow dots */

.facet-slide-dots {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.facet-slide-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.facet-slide-dot.active {
    background: #FFFFFF;
}


/* ========================================
   FACET MOBILE VIEW
   ======================================== */

@media (max-width: 800px) {

    .facet-info-section,
    .facet-info-section.reverse {
        width: calc(100% - 24px);
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }

    /* Always put slideshow above text on mobile */
    .facet-info-section.reverse .facet-slideshow {
        order: 1;
    }

    .facet-info-section.reverse .facet-info-content {
        order: 2;
    }

    .facet-slideshow {
        min-height: 0;
        aspect-ratio: 3 / 4;
    }

    .facet-slide img {
        object-position: center top;
    }

    .facet-info-content {
        padding: 34px 25px 38px;
    }

    .facet-info-title {
        font-size: 27px;
    }

    .facet-info-content p {
        font-size: 16px;
    }

}