/* CSS for Job Openings & Twitter widget */
.jt_alljobs, .jt_job_company, .timeline-Tweet-media {
    display: none;
}
.jt_job_position {
    margin-top: 20px;
    font-size: 1.25em;
}
.jt_job_position a {
    color: #fff;
}
.jt_job_location {
    padding-bottom: 15px;
    color: #d2d2d2;
    font-size: .95em;
    border-bottom: solid 1px #ffcb05;
}
.jt_job_list .jt_job:nth-last-child(2) .jt_job_location {
    border-bottom: none;
}

.communityLink {
    display: none;
}

.page-header {
    text-align: left !important;
    display: flex;
    min-height: 56px;
    padding: 10px 0 !important;
    margin: 0;
    margin-bottom: 20px;
    background-color: #58595b !important;
}
.page-header h1 {
    margin: 0 !important;
}
.page-header p {
    display: none;
}

.card, .card-list, .list-group {
    border-top: 3px solid #ffcb05;
}

.list-group a {
    text-decoration: none;
}

body form[action="/communityhub/nc__mydownloads"] th:first-child {
    width:60%;
}

body form[action="/communityhub/nc__mydownloads"] .btn-sm {
    font-size: 1rem !important;
}

body form[action="/communityhub/nc__mydownloads"] .l-icon-spacing-left {
    padding-left: 0;
}

.btn-primary,.btn-secondary,.slds-button_brand,.slds-button_neutral {
    background-color: #fff !important;
    border-radius: unset !important;
    text-align: center !important;
    font-weight: normal !important;
    color: #000 !important;
    display: inline-block !important;
    padding: 0.525em 1.275em !important;
    border: 1px solid #006435 !important;
    font-size: 16px !important;
    font-family: 'trebuchet ms', sans-serif !important;
    text-decoration: none;
}
.btn-primary:hover,.btn-secondary:hover,.slds-button:hover .slds-button_brand:hover,.slds-scope a:hover,.slds-button:hover .slds-button_neutral:hover {
    background: radial-gradient(circle closest-side, #ffcb05, #ffcb05, #ffcb05) !important;
    background-color: #ffcb05 !important;
    color: #000 !important;
}

a.list-group-item:focus,a.list-group-item:hover {
    color: #006435;
}

.card .card-heading {
    color: #086a3c;
    font-size: 1.5em;
    line-height: 1.5em;
}

.hide-card {
    display: none;
}

.flowruntime-input-label {
    display: block !important;
    height: 30px !important;
    padding-top: 8px;
}

@media (max-width: 1000px) {
    .communityLink {
        display: inline;
    }
    .btnCart span {
        display: none;
    }
}

@media (min-width: 1000px) {
    .container {
        width: 100%;
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1500px !important;
        padding-left: 0;
        padding-right: 0;
    }
}

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;
}

.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 {
    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;
    }
}

.ams-upgrade {
    background-color: rgba(255, 203, 5, .2);
}
.nu-lightning-wrapper .container {
    width: 100% !important;
}

.nav-child {
    margin-left: 2em;
    font-size: .9em;
}

.m-event-description h2:first-child {
    font-size: 1.5em;
    font-weight: bold;
    color: #006435;
    margin-bottom: 25px;
}
.m-event-description h2 {
    font-weight: bold !important;
    margin-bottom: 5px;
    font-size: 1.25em;
}
.m-event-description ul {
    margin-left: 40px;
}