﻿@charset "UTF-8";

/* GENERAL */
html
{
    font-size: 12pt !important;
}

body
{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 300;
    color: #333;
    background: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5
{
    color: #0066bb;
}

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: #000000;
}
    /* Override BS4 */
    a:hover
    {
        color: #005250;
    }

    /* ACTIVE PAGE */
    a.breadcrumb_page
    {
        color: #33bbee;
        text-decoration: none;
    }

/* 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
{
    color: #fff;
    background-color: #33bbee;
    border-color: #33bbee;
    font-size: 0.85rem;
    font-weight: 600;
}

    .btn-client:hover
    {
        color: #fff !important;
        background-color: #0066bb;
        border-color: #0066bb;
    }

.btn-outline-secondary,
.btn-client-outline
{
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
    font-size: 0.85rem;
    font-weight: 600;
}

    .btn-outline-secondary:hover,
    .btn-client-outline:hover
    {
        color: #fff !important;
        background-color: #ccc;
        border-color: #ccc;
    }

.btn.focus, .btn:focus, .btn:hover
{
    color: #fff !important;
    text-decoration: none;
}

/* TABLE */
.table > thead > tr > th
{
    color: #005250 !important;
}

.table > thead > tr > th
{
    font-weight: bold;
}

/* HEADER */
.header_wrap
{
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%;
    border-top: 7px solid #0066bb;
}

/* 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;
}

.top_links a.login_lnk:hover
{
    text-decoration: underline;
}

.top_links a.careers_lnk_txt:hover
{
    text-decoration: underline;
}

span.top_links-divider
{
    margin-left: 20px;
    margin-right: 20px;
}

.social_links .glassdoor_lnk
{
    background: url(/Images/Olleco/icon-glass-door.png) no-repeat 0 0;
    text-indent: -9999px;
}

.social_links .facebook_lnk
{
    background: url(/Images/Olleco/icon-facebook.png) no-repeat 0 0;
}

.social_links .twitter_lnk
{
    background: url(/Images/Olleco/icon-twitter.png) no-repeat 0 0;
}

.social_links a
{
    -ms-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    height: 24px;
    margin-left: 5px;
    text-indent: -9999px;
    -webkit-transition: background-position 0.25s ease 0s;
    -moz-transition: background-position 0.25s ease 0s;
    -ms-transition: background-position 0.25s ease 0s;
    -o-transition: background-position 0.25s ease 0s;
    transition: background-position 0.25s ease 0s;
    width: 24px;
}

    .social_links a:hover
    {
        background-position: 0 100%;
    }

.olleco_careers_lnk
{
    background: url(/Images/Olleco/icon-careers.png) no-repeat 0 50%;
    padding-left: 25px;
}

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: linear-gradient(rgb(0, 102, 187) 0, rgb(51, 187, 238) 100%);
    width: 100%;
}

.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;
    line-height: 1rem;
    padding-top: 0.9rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    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;
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus
    {
        text-decoration: none;
        border-top: 4px solid #33bbee;
        background: #0066bb;
        color: #33bbee;
    }

.navbar-wrcs .navbar-nav .active > .nav-link
{
    color: #fff;
}

.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: #33bbee;
}

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 #ddd;
    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: underline;
            }

.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 #ddd;
    }

    .side-block h4
    {
        display: block;
        border-bottom: 3px solid #ddd;
        padding-bottom: 12px;
        padding-top: 12px;
        font-size: 22pt;
        font-weight: 300;
        margin-bottom: 0;
    }

    .side-block li a
    {
        padding: 10px;
        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: #33bbee;
            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 #0066bb;
    padding-top: 15px;
    padding-bottom: 25px;
    width: 100%;
    background: #0697d2;
    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: #33bbee;
}

.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: #33bbee;
        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: #33bbee;
        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: #33bbee;
    border-color: #33bbee;
}


/* POWERED BY WEBRECRUIT */
.base-wrap
{
    background-color: #0066bb;
    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 #DDDDDD;
}

.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;
}
