


.label.label-info {
    background: #1E6B52;
    color: white !important;
    padding: 10px;
    font-weight: 600 !important;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: -5px;
    border-radius: 0px;

}

.tags.inline {
    margin-bottom: -49px;
}

/*BEGIN Contact Us Section */

div.contact-statement {
    background-color: #eee;
    padding: 30px;
    margin: 20px 0;
}

.contact-statement>p::before {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #185743;
}

/*EMD Contact Us Section */

/*BEGIN Home Section */
p.home-intro {
    margin: 10px auto;
    margin-top: 10px;
    text-align: center;
    max-width: 70%;
}

.moduletablehome-why-join {
    padding-top: 45px;
    padding-bottom: 55px;

}

.uk-position-relative.uk-visible-toggle.home-why-join.uk-slider.uk-slider-container {
    background: #eee;
    margin-top: -25px;
}

.moduletable #wk-grid116 {
    max-width: 70% !important;
    padding: 10px;
}

.home-buttons {
    max-width: 70%;
    margin: 0 auto;
}

.extra-spacing {
    padding: 2.5em 2em;
}



.customhome-intro.home-why-join {
    background: #eee;
}

/*BEGIN Mobile Styling */

@media only screen and (max-width: 600px) {
    p.home-intro {
        max-width: 80%;
    }

    .customhome-why-join {
        padding: 11px;
    }

    .facts-grid--items {
        flex-direction: column;
    }

    .facts-grid--items div:nth-child(n+2) {
        border-top: 2px solid #80bc00;
        border-left: #fff;
    }

    .facts-grid--8-items--container {
        padding: 0em 0em 0em 0em !important;
    }

    .customhome-contact {
        padding: 10px 0px 45px 0px;
    }

    .customhome-middle-banner {
        display: none;
    }

    .mobileImage {
        width: 100% !important;
    }

    .uab-grid {
        flex-direction: column;
    }

    .uab-child-width-1-2\@s>* {
        width: 100%;
        padding-right: 30px !important;
    }

}

@media only screen and (max-width: 1100px) {
    .customhome-contact {
        margin-bottom: 60px;
    }
}

/*END Mobile Styling */