/* Button with green background with white text */
body a.u-hover-palette-1-dark-1.a11y_bggreen,
body a.u-hover-palette-1-dark-1.a11y_bggreen:hover,
body .u-button-style.u-custom-color-1[class*="u-border-"]
{
    background-color: #5B8050 !important;
}

/* Nav menus border color on hover */
body .u-border-hover-palette-1-light-1:hover,
body a.u-button-style.u-border-hover-palette-1-light-1:hover
{
    border-color: black !important;
}

/* Footer link distinguishable */
.a11y_linkdistinguishable{
    text-decoration: underline !important;
}

/* Blockquote text */
body .a11y_blockquote{
    color: black !important;
}

/* Main heading with irregular bg */
body .a11y_irregularbg{
    text-shadow: 1px 1px 4px #000, 0px 0px 4px #000, 1px 1px 4px #000, 0px 0px 4px #000 !important;
}

body form input::placeholder,
body form textarea::placeholder
{
    color: black !important;
    opacity: 1 !important;
}

/* Form error */
body .u-form-send-error.a11y_error{
    background-color: #EB1808 !important;
}

/* Accordian text  */
body a.u-button-style.u-text-palette-1-base[class*="u-border-"]{
    color: #5B8050 !important;
}

/* Tabs */
body a.u-button-style.u-text-grey-40, 
body .u-button-style.u-text-grey-40[class*="u-border-"]{
    color: #767676 !important;
}

body .u-button-style.u-text-grey-50[class*="u-border-"]{
    color: black !important;
}

body .u-accordion-link-icon svg{
    fill: black !important;
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
  
    body .u-section-2 .ally_line.u-line-1{
        margin: -332px 0 0 auto !important;
    }

}

@media screen and (max-width: 400px){

    body .u-section-2 .ally_line.u-line-1{
        margin: -282px 0 0 auto !important;
    }

}

body.prevent-tooltips::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999999999999;
}

@media( max-width:400px) {
    /* .a11y-padding, .u-container-layout.u-similar-container, .u-footer .u-text-11{
        padding-left: 10px !important;
        padding-right: 34px !important;
    }

    .u-active-none.u-btn.u-btn-rectangle.u-button-style.u-btn-2{
        right: 34px;
    } */

    .u-enable-responsive .u-menu-close {
        width: auto !important;
        color: black !important;
    }

    body {
        height: auto !important;
        min-height: 100% !important;
        overflow-x: hidden !important;
        word-break: break-word !important;
    }

    .u-header .u-social-icons-1{
        height: 30px;
    } 
}

.a11y-border-bottom {
    border-bottom: 2px solid black !important;
    padding-bottom: 10px !important;
}

p.a11y-border-bottom {
    font-size: 16px !important;
}

a.u-button-style.u-button-style.u-border-active-grey-25.active {
    border-color: #000000 !important;
}

a.u-button-style.u-border-1 {
    border-width: 2px !important;
}

.submenu-open .u-nav-popup {
    opacity: 1 !important;
    visibility: visible !important;
}

.u-nav-item.force-close > .u-nav-popup {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}  

.u-label-none:not(.u-form-agree):not(.u-form-checkbox) > label {
    display: block !important;
}

.u-accordion-item a:focus{
    outline-offset: 3px !important;
}

a:focus {
    outline-offset: 0px !important;
}

.u-custom-list.u-file-icon a:focus{
    outline-offset: 4px !important;
}

.u-form .u-form-send-message-close{
    width: 20px !important;
}

.u-text.u-text-2 a:focus{
    outline-offset: 4px !important;
}

button.u-accordion-link:focus{
    outline: 5px auto -webkit-focus-ring-color !important;
}