@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); /*primary_font_url*/
:root {
    --primary-color: #004976;
    --secondary-color: #00b5e2;
    --tertiary-color: #b7bf10;
    --heading_font-family: "Lato", sans-serif;
    --header_background-color: #132131;
    --header-nav_link_color: #b7bf10;
}

/*###> custom ###*/
.partial_recruiter_list-item small {
color: #111;
}
@media (min-width: 1200px) {
    header .site-logo img {
max-height: 100px;
}
}
@media (min-width: 768px) {
    header .site-logo img {
max-height: 60px;
}
}
.card .partial_recruiter_list-item .quote{
color: unset;
}
header .grid .site-nav{
justify-content: flex-end;
gap: 10px;
}
.site-nav p{
margin: 0;
}
.site-nav p .apply-btn{
padding: 0 10px;
}
@media (max-width: 768px) {
.component_vacancy-usp-grid .card-body .grid > div:nth-child(2) {
    display: none;
}
}
.is-section.is-bg-section.is-light-text.is-box.is-section-85 .is-overlay-bg{
background-position: bottom;
}

/* temp fix SUP-11501 */
.page_application-succesfull .component_application-succesfull .wrapper {
display: block;
}
.page_application-succesfull .component_application-succesfull .card-body {
display: block;
}
.page_application-succesfull .component_application-succesfull .card-body .content {
flex: 0 0 auto;
        margin-bottom: 40px;
}
.page_application-succesfull .component_application-succesfull .card-body .content-right {
        margin-bottom: 40px;
}
.page_application-succesfull .component_application-succesfull .card-body .content-right h2.section-title {
        margin-bottom: 30px;
}
.page_application-succesfull .component_application-succesfull .card-body .card .card-img-top .inline-content {
display: none;
}
.recaptcha-form .checkbox-group input[type=checkbox]{
display: none;
}
/*###< custom ###*/