/* 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;
}

@media (max-width: 1000px) {
    .communityLink {
        display: inline;
    }
    .btnCart span {
        display: none;
    }
}