﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');

/* GENERAL */
html {
    font-size: 12pt !important;
}

body {
    font-family: Monserrat, sans-serif;
    font-size: 12pt;
    font-weight: 300;
    color: #000;
    background: #fff;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5 {
    color: #297CA6;
}

h1 {
    font-weight: normal;
    font-size: 26pt;
}

h2 {
    font-weight: normal;
    font-size: 1.6em;
}

h3 {
    font-weight: normal;
    font-size: 16pt;
}

h4 {
    font-weight: normal;
    font-size: 1.3em;
}

h5 {
    font-weight: normal;
    font-size: 1.2em;
}

b, strong {
    font-weight: 600;
}

.asterisk,
.color-red {
    color: #FF0004;
}

#mobile_nav {
    display: none;
}

a {
    color: #297CA6;
}
    /* Override BS4 */
    a:hover {
        color: #6FB7E9;
    }

    /* ACTIVE PAGE */
    a.breadcrumb_page {
        color: #297CA6;
        text-decoration: none;
        font-weight: bold;
    }

/*.sfBreadcrumbNodeSeparator {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #cad400;
    margin: auto;
    margin-right: 4px;
    font-size: 0;
    vertical-align: middle;
}*/

/* INPUT VALIDATION HELPERS */
.field-validation-error {
    display: block;
    color: #FF0004;
    font-weight: 500;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    border: 1px solid #FF0004;
}

.field-validation-error.field-validation-error-custom {
    margin-top: 10px;
    margin-bottom: 15px;
}

/* BUTTON */
.btn-client {
    border: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border-radius: 50px;
    padding: 13px 13px 13px 13px;
    min-width: 165px;
    text-transform: none;
    color: #fff;
    background: #297CA6;
    transition: all .35s ease;
    box-shadow: 4px 4px 9px rgb(0 0 0 / 19%);
    text-decoration: none !important;
    outline: 0;
    font-family: Monserrat, sans-serif;
    letter-spacing: 0px;
    font-size: 0.995rem;
}

    .btn-client:hover {
        box-shadow: 1px 1px 9px rgb(0 0 0 / 19%);
        transform: scale(.985);
        background-color: #6FB7E9;
    }

.btn-outline-secondary,
.btn-client-outline {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
    border-radius: 50px;
    padding: 13px 13px 13px 13px;
    min-width: 165px;
    text-transform: none;
    transition: all .35s ease;
    box-shadow: 4px 4px 9px rgb(0 0 0 / 19%);
    text-decoration: none !important;
    outline: 0;
    font-family: Monserrat, sans-serif;
    letter-spacing: 0px;
    font-size: 0.995rem;
}

    .btn-outline-secondary:hover,
    .btn-client-outline:hover {
        color: #fff !important;
        background-color: #ccc;
        border-color: #ccc;
    }

.btn.focus, .btn:focus, .btn:hover {
    box-shadow: 1px 1px 9px rgb(0 0 0 / 19%);
    transform: scale(.985);
}

/* TABLE */
.table > thead > tr > th {
    color: #005250 !important;
}

.table > thead > tr > th {
    font-weight: bold;
}

/* HEADER */
.header_wrap {
    padding-top: 15px;
    padding-bottom: 25px;
    width: 100%;
    font-family: Monserrat, sans-serif;
}

/* HEADER LINKS */
.top_links {
    font-size: 0.8rem;
    text-align: right;
    margin-bottom: 10px;
}

    .top_links a:hover {
        text-decoration: none;
    }

.login_lnk {
    padding-left: 20px;
    color: #64675c;
}

.top_links a.login_lnk:hover {
    text-decoration: underline;
    color: #c1d72e;
}

.careers_lnk_txt {
    color: #64675c;
}

.top_links a.careers_lnk_txt:hover {
    text-decoration: underline;
    color: #c1d72e;
}

span.top_links-divider {
    margin-left: 20px;
    margin-right: 20px;
}

a.careers_lnk:before {
    font-size: 1.2rem;
    font-family: "FontAwesome";
    content: "\f007";
    margin-right: 6px;
    color: #A2A2A2;
    position: relative;
    top: 3px;
}


/* NAVIGATION */
.nav_wrap {
    background: #297CA6;
    width: 100%;
    font-family: Monserrat, sans-serif;
    height: 39px;
}

.navbar {
    padding: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

/* Override Bootstrap */
.navbar-nav .nav-item + .nav-item {
    margin-left: 0;
}

/*Override Bootstrap */
.nav-container {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1rem;
    padding-top: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 10px;
    border-top: 4px solid transparent;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
    background: none;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
        text-decoration: none;
        background: #6FB7E9;
        color: #FFF;
    }

.navbar-wrcs .navbar-nav .active > .nav-link {
    color: #64675c;
}

.navbar-wrcs .navbar-toggler {
    border-color: rgba(255,255,255,1.00);
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 15px;
}

    .navbar-wrcs .navbar-toggler:after {
        font-size: 1.2rem;
        font-family: "FontAwesome";
        content: "\f0c9";
        color: #fff;
    }

.nav_clone {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    z-index: 1000;
}


/* SCROLL TO TOP */
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 0;
    display: none;
    background-color: #c1d72e;
}

a.scrollup:hover {
    text-decoration: none;
}

a.scrollup:before {
    font-family: "FontAwesome";
    content: "\f062";
    color: #fff;
    position: relative;
    font-size: 1.6rem;
    margin-left: 10px;
}

/* BREADCRUMB */
.breadcrumb-wrap {
    font-size: 0.8rem;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.breadcrumb-container {
    padding-left: 1rem;
}

.breadcrumbs {
    width: 100%;
    border-bottom: 1px solid rgb(255, 122, 89);
    overflow: hidden;
    padding-bottom: 0.8rem;
}

    .breadcrumbs ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .breadcrumbs li {
        float: left;
    }

        .breadcrumbs li:last-child > a:after {
            content: '';
        }

        .breadcrumbs li a:hover {
            text-decoration: none;
        }

            .breadcrumbs li a:hover span {
                text-decoration: none;
            }

.breadcrumb_separator {
    text-indent: -9999px;
    background: url(/Images/Olleco/bc_separator.png) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

/* SIDE BLOCK */
.side-block {
    padding-right: 20px;
}

    .side-block ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .side-block li {
        border-bottom: 1px solid rgb(255, 122, 89);
    }

    .side-block h4 {
        display: block;
        border-bottom: 1px solid rgb(255, 122, 89);
        padding-bottom: 12px;
        padding-top: 12px;
        font-size: 22pt;
        font-weight: bold;
        margin-bottom: 0;
    }

    .side-block li a {
        padding: 10px 10px 10px 0px;
        display: block;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -ms-transition: all 0.25s;
        transition: all 0.25s;
        font-size: 16pt;
    }

        .side-block li a:hover {
            color: #6FB7E9;
            text-decoration: none;
        }

.side-filters {
    padding-top: 30px;
}

    .side-filters form label {
        font-weight: 600;
    }

/* MAIN PAGE */
.fullwidth-page, .career-support {
    padding-bottom: 40px;
}

/* FOOTER */
.footer-wrap {
    border-top: 6px solid #004d4b;
    padding-top: 15px;
    padding-bottom: 25px;
    width: 100%;
    background: #01726a;
    color: #fff;
}

    .footer-wrap h5 {
        padding-bottom: 15px;
    }

    .footer-wrap p, .footer-wrap h1, .footer-wrap h2, .footer-wrap h3, .footer-wrap h4, .footer-wrap h5 {
        color: #fff;
    }

    .footer-wrap li {
        color: #fff;
    }

    .footer-wrap h1.fn_title a,
    .footer-wrap h2.fn_title a,
    .footer-wrap h3.fn_title a,
    .footer-wrap h4.fn_title a,
    .footer-wrap h5.fn_title a,
    .footer-wrap h6.fn_title a {
        color: #fff;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -ms-transition: all 0.25s;
        transition: all 0.25s;
    }

    .footer-wrap h1.fn_title,
    .footer-wrap h2.fn_title,
    .footer-wrap h3.fn_title,
    .footer-wrap h4.fn_title,
    .footer-wrap h5.fn_title,
    .footer-wrap h6.fn_title {
        font-size: 1.0em;
        font-weight: bold;
        margin-bottom: 5px;
    }

.footer-info a {
    color: #c1d72e;
}

.footer-contact a {
    color: #fff;
}

    .footer-contact a:hover {
        color: #fff;
    }

.footer-social {
    color: #fff;
    padding-top: 0;
    padding-bottom: 15px;
}

    .footer-social a.twitter_lnk:before {
        font-size: 1.4rem;
        font-family: "FontAwesome";
        content: "\f081";
        margin-left: 6px;
        margin-right: 3px;
        color: #c1d72e;
        position: relative;
        top: 3px;
    }

    .footer-social a.facebook_lnk:before {
        font-size: 1.4rem;
        font-family: "FontAwesome";
        content: "\f082";
        margin-left: 6px;
        margin-right: 3px;
        color: #c1d72e;
        position: relative;
        top: 3px;
    }

    .footer-social a:hover {
        text-decoration: none !important;
    }

.footer-phone:before {
    font-size: 1rem;
    font-family: "FontAwesome";
    content: "\f095";
    margin-right: 8px;
    color: #fff;
    position: relative;
}

.footer-fax:before {
    font-size: 1rem;
    font-family: "FontAwesome";
    content: "\f02f";
    margin-right: 8px;
    color: #fff;
    position: relative;
}

.footer-email:before {
    font-size: 1rem;
    font-family: "FontAwesome";
    content: "\f0e0";
    margin-right: 8px;
    color: #fff;
    position: relative;
}

/* PAGINATION */
.pagination-block {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.pagination {
    margin-left: auto;
    margin-right: auto;
}

    .pagination span {
        color: #006cc0;
        cursor: pointer;
    }

    .pagination a {
        padding: 5px;
    }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        background-color: #c1d72e;
        border-color: #c1d72e;
    }


/* POWERED BY WEBRECRUIT */
.base-wrap {
    background-color: #005250;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    font-size: 0.8rem;
}

.base-wrap {
    color: #fff;
}

    .base-wrap a {
        color: #fff;
    }

        .base-wrap a:hover {
            color: #fff;
            text-decoration: none;
        }

.base-links a:hover {
    text-decoration: underline;
}

.base-logo {
    text-align: right;
}

span.base-text {
    vertical-align: middle;
}

/* JOB SUMMARY */
.job-summary {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2388e;
}

.job-summary-table-label {
    font-weight: 600;
}

.job-summary-buttons {
    padding-top: 15px;
    padding-bottom: 15px;
}

.job-more-detail {
    padding-bottom: 40px;
}

.job-summary h5 a {
    font-size: 1.6em;
    font-weight: bold;
}

/* JOBSEEKER PAGES */
.job-seeker-header-title {
    margin-bottom: 20px;
}

.job-seeker-buttons {
    margin-top: 15px;
}

@media (max-width: 991px) {
    #main_footer_wrp {
        height: 740px;
    }

    #findOutMoreList {
        margin-left: 20px;
    }

    #socialList {
        margin-left: 10px;
    }
}


div.nb-wr-footer .wr-footer {
    background-color: #313131;
    padding-top: 100px;
}

/* Webrecruit Footer Styles */

.wr-footer .widget ul {
    margin: 0px;
    padding: 0px;
    border: none;
}

aside ul {
    margin-left: -38px;
    list-style: none;
}

    div.nb-wr-footer .wr-footer .widget-title {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        letter-spacing: .5px;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    div.nb-wr-footer .wr-footer .menu-item a, div.nb-wr-footer .wr-footer .footer-social p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: .44px;
        margin-bottom: 10px;
        opacity: .75;
    }

        div.nb-wr-footer .wr-footer .menu-item a a, div.nb-wr-footer .wr-footer .footer-social p a {
            color: #fff;
        }

div.nb-wr-footer .wr-base {
    background-color: #313131;
    border: 0;
}

.footer-info-left {
    /* display: inline-block; */
    vertical-align: middle;
    color: #999999;
    font-size: 12px;
    padding-top: 10px;
    text-align: left;
}



div.nb-wr-footer .wr-base .footer-accreditation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-accreditation img {
    float: right;
    height: 44px;
    margin: 0px 0px 0px 10px;
}

div.nb-wr-footer .wr-base .base-menu {
    display: inline-block
}

@media(max-width: 768px) {
    div.nb-wr-footer .wr-base .base-menu {
        display: block
    }
}

div.nb-wr-footer .wr-base .base-menu ul {
    height: 21px;
    padding-left: 0;
    margin-bottom: 16px
}

@media(max-width: 768px) {
    div.nb-wr-footer .wr-base .base-menu ul {
        margin: 0 auto
    }
}

div.nb-wr-footer .wr-base .base-menu ul li {
    display: inline-block;
    margin-bottom: 0
}

@media(max-width: 768px) {
    div.nb-wr-footer .wr-base .base-menu ul li {
        display: block
    }
}

div.nb-wr-footer .wr-base .base-menu ul li::after {
    content: " | ";
    color: #fff;
    position: relative;
    top: 0
}

div.nb-wr-footer .wr-base .base-menu ul li:last-of-type::after {
    content: ""
}

@media(max-width: 768px) {
    div.nb-wr-footer .wr-base .base-menu ul li {
        float: none !important
    }

        div.nb-wr-footer .wr-base .base-menu ul li::after {
            display: none
        }
}

div.nb-wr-footer .wr-base .base-menu ul li a {
    font-size: 12px;
    padding: 0;
    color: white;
}

    div.nb-wr-footer .wr-base .base-menu ul li a:hover {
        color: #e34db7 !important
    }

@media(max-width: 768px) {
    div.nb-wr-footer .wr-base .base-menu ul li a {
        margin-left: 0 !important
    }
}

div.nb-wr-footer .wr-base div.links {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin: 0 auto;
    opacity: .75;
}

div.nb-wr-footer .wr-base div.info ul {
    list-style: none;
    display: flex;
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 0
}



div.nb-wr-footer .wr-base div.info ul li {
    margin-right: 10px;
    color: #fff;
    opacity: .75;
}

    div.nb-wr-footer .wr-base div.info ul li a {
        color: rgb(255, 122, 89);
        font-size: larger;
        text-decoration: none;
    }

    div.nb-wr-footer .wr-base div.info ul li a:hover {
        color: rgb(255, 122, 89);
        text-decoration: underline;
    }

div.nb-wr-footer .wr-footer .footer-social i {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    opacity: .75;
}