.embed_jobs_with_style .rec-job-info a {
font-size: 24px;
color: #891b61;
}
.embed_jobs_head3.embed_jobs_head3 {
font-size: 16px;
}
.embed_jobs_with_style .rec-group li span:first-child {
color: #891b61;
}
.embed_jobs_head2, .embed_jobs_with_style ul.rec-job-info {
    border-color: #ccc;
}
.embed_jobs_head {
    background: none;
}
.toggle {
    display: none;
}
@media (max-width: 979px) {
#rec_job_listing_div {
    display: block;
}
.rec_facet_group {
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: #891b61 1px solid;
    border-radius: 0;
    margin-bottom: 20px;
	display: none;
}
.rec_facet_group.is-visible, .toggle {
	display: block;
}
.toggle, .toggle:active, .toggle:focus {
    padding: 12px 30px;
    border: 1px solid #891b61;
    outline: none;
    color: #891b61;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    text-align: center;
    text-decoration: none;
}
.toggle:hover {
    color: #fff;
    background-color: #891b61;
}
}