/*----------------------------------------------------------------
[Master Stylesheet]

Project:    Onboarding
Version:    1.1
Last change:    11/06/2022
Assigned to:    Rachel Shepherd
Updated by:     Rachel Shepherd
Primary use:    Onboarding Styles 
-------------------------------------------------------------------*/

.values__item h4 {
    color: white;
}

section.careers__current-vacancies {
    background-color: #1c4e8b !important;
    color: #f0f4f8 !important;
}
.careers__current-vacancies .c-btn--blue {
    background-color: #f9b123 !important;
}
.careers__current-vacancies h2.underline--yellow {
    color: #f0f4f8 !important;
}

.careers__current-vacancies .underline--yellow:after {
    margin-left: auto !important;
}

.border {
    border: 0 !important;
}

.allDoc{
    display:none;;
}

.allDoc.show{
    display:block;
    margin: 0;
}

li.page_item {
    cursor: pointer;
}

i.fad.fa-download {
    margin-left: 15px;
}

.our-values h4 {
    color: white !important;
}

.hidden-back{
    width: 100%;
    display: block;
    position: relative;
    z-index: -1;
    margin-top: 0;
}

.hidden-back p{
    
    line-height: 1;
    font-size: 13px;
    text-align: center;
    margin-top: 11px;

}
.hideonhover:hover .hideme{
    display: none !important;
}

.hideonhover:hover .hidden-back {
    z-index: 1 !important;
}


.underline--yellow.smaller:after {
 
    max-width: 5.6875rem;
}

@media(max-width:691px){
    .fancybox-stage {
        width: 90% !important;
    }
}