@charset "utf-8";
/*----------COMMON----------*/
body {
    font-size: 16px !important;
    margin: 0;
    padding: 0;
    font-family: 'trebuchet ms', sans-serif !important;
    font-display: swap;
    -webkit-text-size-adjust: 100% !important;
    font-weight: normal;
    height: 100%;
}

a {
    color: #0071B9;
    text-decoration: underline;
}

.slideBox .buttonA {
    text-decoration: none;
}

.prodImage {
    max-height: 200px;
}

.navMenuInner ul li a {
    color: #000 !important;
    transition: color .25s ease-out;
}
.navMenuInner ul li a:hover {
    color: #006436 !important;
}

.navBlurb {
    display:block;
    padding: 1em;
    width: 300px;
    color: #000;
}
.navBlurb img {
    display: none;
}

.navBlurb a, .nav-item a, .headerRight a, .jt_job_list a, .footTop .col1 a, .footBot a, .buttonRow a, .rowBtn .sfContentBlock a, a.btnSearch, .sfNavList a, .buttonA {
    text-decoration: none;
}

.nav-eyebrow a:hover {
    text-decoration: underline;
}

.navMenu {
    float: left;
    width: 100%;
    margin-left: -300px;
}
.navMenu li {
    width: 23.75%;
    margin: 5px;
}

.navMenuInner {
    padding-left: 2em;
    margin-left: 300px;
}

.socialIcons {
    display: none;
}

.nav-eyebrow li:last-child {
    margin-right: 0;
}

@media only screen and (max-width : 1000px) {
    a.logo {
        background: url(https://www.assp.org/App_Themes/ASSE/Global/images/bgLogo.png) !important;
        background-size: contain !important;
        margin: 2em 0 0 1em;
    }
}