.jobsPage__jobTitle span,
.jobsPage__jobTitle i{
    font-size: 18px;
}

.toggleSpan{
    color: #e2001a;
    cursor: pointer;
}

.jobsPage__jobTitle{
    border-bottom: 1px solid #eee;
}

.jobsPage__jobTitle .grey{
    color: #aaa;
}

.jobsPage h4 {
    font-weight: 400;
}


.accordion .job__button a{
    color: #e2001a !important;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
}
.accordion .job__button a:after{
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #e2001a;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.accordion .job__button a:hover:after{
    width: 100%;
    left: 0;
}