﻿@charset "UTF-8";

/* GENERAL */
html
{
    font-size: 16px !important;
}

body
{
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    background: #f9f9f9;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5
{
    color: #525051;
}

h1
{
    font-weight: normal;
    font-size: 30px;
}

h2
{
    font-weight: normal;
    font-size: 28px;
}

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;
    font-weight: 700 !important;
    font-size: larger;
}

#mobile_nav
{
    display: none;
}

a
{
    color: #525051;
    text-decoration: underline;
}
    /* Override BS4 */
    a:hover
    {
        color: #525051;
        text-decoration: none;
    }

    /* ACTIVE PAGE */
    a.breadcrumb_page
    {
        color: #525051;
        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;
}


.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover {
        background-color: #505A5F;
    }

/* BUTTON */
.btn-client
{
    color: #fff;
    background-color: #0C2577;
    border-color: #0C2577;
    font-size: 0.85rem;
    font-weight: 600;
}

    .btn-client:hover
    {
        color: #fff !important;
        background-color: #033825;
        border-color: #033825;
    }

.btn-outline-secondary,
.btn-client-outline
{
    color: #0b0c0c;
    background-image: none;
    background-color: #f3f2f1;
    border-color: #ccc;
    font-size: 0.85rem;
    font-weight: 600;
}

    .btn-outline-secondary:hover,
    .btn-client-outline:hover
    {
        color: #f3f2f1 !important;
        background-color: #0b0c0c;
        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%;
    position: fixed;
}


/* HEADER LINKS */
.logo_main > img
{
    width: 222px;
    height: 60px;
    margin-top: 30px;
    margin-bottom: 20px;
}


/* NAVIGATION */
.nav_wrap
{    
    background-image: linear-gradient(to right, #3D215C, #951B81);
    width: 100%;
    margin-top: 110px;
}

.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 */
.navbar-default
{
    background-color: #fff;
}

.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;
        background: #E7E7EC;
        color: #000000;
    }

.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;
}

.navbar-right
{
    margin-top: 30px;
    margin-right: 0;
}

.nav-link-branded a {
    font-size: 16px;
    color: #0b0c0c !important;
    text-decoration: none !important;
    background-color: #fff !important;
    padding-left: 8px !important;
}

.nav-link-branded a:hover
{
    text-decoration: underline !important;   
}


/* SCROLL TO TOP */
.scrollup
{
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 0;
    display: none;
    background-color: #696879;
}

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
{
    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 h2 {
        display: block;
        border-bottom: 3px solid #ddd;
        padding-bottom: 12px;
        padding-top: 12px;
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 0;
    }

    .side-block h4
    {
        display: block;
        border-bottom: 3px solid #ddd;
        padding-bottom: 12px;
        padding-top: 12px;
        font-size: 24px;
        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;        
    }

        .side-block li a:hover
        {
            color: #033825;
            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
{
    padding-top: 65px;
    background-color: #dee0e2;
    border-top: 8px solid #A0A0A0;    
    padding-bottom: 25px;
    
}

/*.footer-wrap .container
{
    max-width: 1050px;
}*/

.footer__block 
{
    margin-bottom: 32px;    
}

.large-4 
{
    width: 33.33333%;
}
.column, .columns 
{
    position: relative;
    padding-left: 15px;
    padding-right: 15px;    
    float: left;
}

.footer-wrap h2 {
    border-bottom: 1px solid #bfc1c3;
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 1.1875rem;
    font-weight: 700;
    color: #0b0c0c;
}

.footer-wrap h4 
{
    border-bottom: 1px solid #bfc1c3;
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 1.1875rem;
    font-weight: 700;
    color: #0b0c0c
}

.footer-wrap .list 
{
    line-height: 20px;
    list-style: none;
    margin:0;
    padding:0;
}

.footer-wrap .list__item a
{
    color: #0b0c0c !important;
    text-decoration:underline;
}

.footer-wrap .list__item a:hover 
{
    text-decoration: none;
    color: #3c4141 !important;
}

.footer-wrap .list__item:not(:first-child) 
{
    margin-top: 19px;
}

.footer-links .row
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-bottom 
{
    border-top: 1px solid #bfc1c3;
    padding-top: 30px;
    text-align: center;
}

.footer-bottom a 
{
    position: relative;
    top: -4px;
    display: inline-block;
    margin: 0 10px;
}

.footer-bottom img 
{
    width: 35px;
    height: 35px;
}


/* 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: #525051;
    border-color: #525051;
}


/* 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;
    font-size: 18px !important;
}

.job-seeker-buttons
{
    margin-top: 15px;
}


/* JOB ALERT PAGES */
.job-sector-list label::before
{
	top: 4px;
}

.job-sector-list label::after
{
	top: 3px;
}

.job-sector-list input
{
	top: 3px;
	left: 23px;
}

.job-location-list label::before
{
	top: 4px;
}

.job-location-list label::after
{
	top: 3px;
}


/* CORPORATE SITE WIDTH MATCH */
.row-match-width 
{
    position: relative;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}

.screen-reader {
    border: 0;
    /*clip: rect(0 0 0 0);*/
    /*height: 1px;*/
    margin: -1px;
    /*overflow: hidden;*/
    padding-left: 3px;
    position: fixed;
    white-space: nowrap;
    /*width: 1px;*/
    z-index: 10000;
}

    /*.screen-reader:focus {
        clip: auto;
        height: auto;
        margin: 0;
        o*//*verflow: visible;*/
        /*position: static;
        white-space: normal;
        width: auto;*/
        /*z-index: 10000;*/
    /*}*/

    /*.screen-reader a {
        color: black;
        text-decoration: underline;
    }

    .screen-reader a:hover {
        text-decoration: none;
    }
*/

.job-summary a {
    color: #0C2577;
    text-decoration: underline;
}

.job-summary a:hover {
    text-decoration: none;
}

.job-summary a.btn {
    color: white;
    text-decoration: none;
}

.form-control {
    border: 1px solid #555;
}



.btn-blank {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

    .btn-blank:focus-visible {
        color: #033825;
    }