﻿@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: #F2FBFF;
    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;
    }



/* HOME PAGE */
.section-image {
    background: #FFF url(/Images/DemoCopplestone/nb-wr-curves-d.png)center no-repeat;
    -ms-background-size: 110% auto;
    background-size: 110% auto;
    border-bottom: 0;
    position: relative;
    z-index: 0;
    top: 100px;
}

@media (max-width: 750px) {
    .section-image {
        background: none;
    }
}

.section-search {
    padding: 20px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    padding-top: 30%;
}

@media (max-width: 750px) {
    .section-search {
        padding-bottom: 0;
        margin-bottom: 0;
        padding-top: 0;
    }
}

.section-search-container {
    background: #8b9099; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#8b9099, #8b9099); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8b9099, #8b9099); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8b9099, #8b9099); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8b9099, #8b9099); /* Standard syntax */
    padding-top: 20px;
    padding-bottom: 1px;
    -ms-opacity: 0.8;
    opacity: 0.8;
}

.section-search-text {
    color: #ffffff;
    font-size: x-large;
}

.section-search-form {
    padding: 20px;
    margin-bottom: 30px;
}

@media (max-width: 990px) {
    .section-search-form .form-group {
        margin-right: 0 !important;
    }
}

.section-search-form .form-control {
    -ms-border-radius: 0;
    border-radius: 0;
}

.section-search-form .btn-lg,
.section-search-form .btn-lg:hover,
.section-search-form .btn-lg:active,
.section-search-form .btn-lg:focus,
.section-search-form .btn-lg:visited,
.section-search-form .btn-lg:active:hover {
    background-color: #038bc4;
    color: #ffffff;
    border: 1px solid #059fdf;
    -ms-border-radius: 0;
    border-radius: 0;
}





/*.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 Styles */

}

.top-nav li:first-of-type:hover {
    background-color: #E4EFF5;
}

.top-nav li:first-of-type {
    background-color: #ffffff;
    padding: 2px 6px 2px 6px;
    border-radius: 3px;
    border-top: 1px solid #6094BC;
    border-right: 1px solid #6094BC;
    border-bottom: 1px solid #6094BC;
    border-left: 1px solid #6094BC;
}

.top-nav ul li {
    margin-left: 15px;
}

.menu-item {
    float: left;
    width: auto;
    display: inline;
}

/* Webrecruit Header Styles */

div.nb-wr-header.all-menus {
    background: rgba(0,0,0,0);
    box-shadow: none;
    position: absolute
}

div.nb-wr-header.original-header {
    background: url("/wp-content/uploads/2020/06/nb-wr-curves-f.png");
    background-repeat: no-repeat;
    background-size: cover
}

    div.nb-wr-header.original-header .logo-hdr-container {
        padding-left: 20px
    }

    div.nb-wr-header.original-header .navigation-container {
        margin-top: 26px
    }

    div.nb-wr-header.original-header .navbar.topnav {
        padding-bottom: 0px
    }

    div.nb-wr-header.original-header .top-menu-block .top-container {
        position: relative;
        right: -4px
    }

.header-scrolled div.nb-wr-header {
    background: #313131;
    position: fixed
}

div.nb-wr-header .nav .menu-item {
    margin: 5px 0;
    padding-left: 0
}

    div.nb-wr-header .nav .menu-item a.nav-link {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: .5px;
        line-height: 22px;
        padding-right: 10px;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0
    }

        div.nb-wr-header .nav .menu-item a.nav-link:hover {
            color: #fff
        }

    div.nb-wr-header .nav .menu-item:hover a.nav-link {
        color: #8fd5f5
    }

    div.nb-wr-header .nav .menu-item:last-child a.nav-link {
        padding-right: 0
    }

.header-scrolled div.nb-wr-header .nav .menu-item:last-child a.nav-link {
    color: #e34db7
}

    .header-scrolled div.nb-wr-header .nav .menu-item:last-child a.nav-link:hover {
        color: #8fd5f5
    }

div.nb-wr-header .nav .dropdown a::before {
    display: none
}

div.nb-wr-header .nav .dropdown-menu {
    background-color: #fff;
    border: 0;
    top: 30px;
    left: 5px;
    padding: 15px;
    white-space: nowrap
}

    div.nb-wr-header .nav .dropdown-menu a {
        color: #277baa !important
    }

        div.nb-wr-header .nav .dropdown-menu a:hover {
            color: #277baa !important
        }

div.nb-wr-header .top-menu-block {
    background: #313131
}

    div.nb-wr-header .top-menu-block .top-container {
        padding-bottom: 3px;
        padding-right: 0
    }

        div.nb-wr-header .top-menu-block .top-container .top-bar {
            padding-top: 6px
        }

@media(max-width: 580px) {
    div.nb-wr-header .top-menu-block .top-nav {
        display: inline;
        float: unset
    }
}

div.nb-wr-header .top-menu-block .top-nav ul {
    line-height: 0
}

@media(max-width: 580px) {
    div.nb-wr-header .top-menu-block .top-nav ul {
        display: inline;
        margin-bottom: 0
    }
}

div.nb-wr-header .top-menu-block .top-nav li {
    padding-left: 2px
}

@media(max-width: 580px) {
    div.nb-wr-header .top-menu-block .top-nav li {
        margin-left: 0
    }
}

div.nb-wr-header .top-menu-block .top-nav li:first-of-type {
    background: none;
    border: 0;
    padding: 0;
    padding-top: 4px
}

div.nb-wr-header .top-menu-block .top-nav li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: .44px;
    line-height: 19px
}

    div.nb-wr-header .top-menu-block .top-nav li a:hover {
        color: #e34db7
    }

@media(max-width: 580px) {
    div.nb-wr-header .top-menu-block .top-nav li a {
        font-size: 12px
    }
}

div.nb-wr-header .top-menu-block .top-nav li a .sign-in {
    display: none
}

div.nb-wr-header .top-menu-block .top-contact {
    margin-left: 0
}

    div.nb-wr-header .top-menu-block .top-contact a {
        color: #fff;
        font-size: 14px;
        letter-spacing: .44px;
        line-height: 19px;
        margin-left: 17px
    }

        div.nb-wr-header .top-menu-block .top-contact a:hover {
            color: #e34db7
        }

@media(max-width: 580px) {
    div.nb-wr-header .top-menu-block .top-contact a {
        font-size: 12px;
        margin-top: 3px;
        margin-left: 10px
    }
}

@media(max-width: 580px) {
    div.nb-wr-header .top-menu-block .top-contact {
        display: inline;
        float: unset
    }
}

div.nb-wr-header .site-navigation {
    width: 90%;
    max-width: 1440px;
    padding-top: 20px;
    margin: 0 auto
}

.header-scrolled div.nb-wr-header .site-navigation {
    padding-top: 0
}

div.nb-wr-header .site-navigation .container {
    width: 100%
}

div.nb-wr-header .navbar-dark .navbar-toggle, div.nb-wr-header .navbar-dark .icon-bar {
    border: 1px solid #fff
}

@media(max-width: 360px) {
    div.nb-wr-header .navbar-brand {
        width: auto
    }
}

@media(max-width: 768px) {
    div.nb-wr-header .navbar #main-menu {
        width: 94%;
        top: 30px;
        right: 20px;
        background-color: #fff
    }
}

@media(max-width: 768px)and (max-width: 580px) {
    div.nb-wr-header .navbar #main-menu {
        right: 10px
    }
}


@media(max-width: 768px) {
    div.nb-wr-header .navbar #main-menu .menu-item a.nav-link {
        color: #277baa !important;
        margin-bottom: 10px
    }
}

@media(max-width: 768px) {
    div.nb-wr-header .navbar #main-menu .dropdown a::before {
        display: block;
        font-size: 16px
    }
}



/* xxxxxxxxxxxxxx WRHWBD 
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.container.page-top {
    margin-top: 100px;
}
/* push page below sticky header */

.home .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.wrapper {
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.slider-home {
    padding-top: 100px;
    width: 100%;
    height: auto;
    background-color: #6094BC;
}

.logo-hdr-container {
    padding-left: 15px;
    padding-right: 0px;
}




/* Sticky Header */
.all-menus {
    position: fixed;
    top: 0px;
    z-index: 150;
    width: 100%;
    max-height: 140px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid rgba(255,255,255,0.2);*/
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.3);
}

.all-menus-change {
    background-color: #ffffff;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s
}









/* TOP Navigation */
.top-bar {
    font-weight: 400;
    width: 100%;
    padding-top: 10px;
    font-size: 1.3rem;
    color: #257EAC;
    overflow: auto;
}

.top-nav {
    float: right;
    color: #257EAC;
}

    .top-nav ul li {
        margin-left: 15px;
    }

        .top-nav ul li a {
            color: #257EAC;
            white-space: nowrap
        }

            .top-nav ul li a:hover {
                color: #6094BC;
                text-decoration: none;
            }

.top-contact {
    float: right;
    margin-left: 20px;
    padding-top: 3px;
}

    .top-contact i:before {
        content: "\f095";
        font-family: "FontAwesome";
        color: #257EAC;
        margin-right: 3px;
    }


/* Top Contact - Drop Down */

.top-contact-drop {
    /*position: relative;
    display: inline-block;*/
    float: right;
    margin-left: 15px;
    padding-top: 3px;
}
/*.top-contact-drop:before {
    position: absolute;
	top:18px;
	right: 0;
    content: "\f078";
    font-family: "FontAwesome";
    font-style: normal;
    font-size: .5rem;
}*/

.top-contact-drop-content {
    right: 0;
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    padding: 12px 16px;
    z-index: 1;
    border: 1px solid #C8C8C8;
    margin-top: 8px;
    box-shadow: 0 3px 8px 1px rgba(70,70,70,.2);
}

    .top-contact-drop-content:after, .top-contact-drop-content:before {
        bottom: 100%;
        left: 70%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: auto; /* to bridge link to drop */
    }

    .top-contact-drop-content:after {
        border-color: rgba(238, 238, 238, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-left: -10px;
    }

    .top-contact-drop-content:before {
        border-color: rgba(204, 204, 204, 0);
        border-bottom-color: #cccccc;
        border-width: 11px;
        margin-left: -11px;
    }


.top-contact-drop:hover .top-contact-drop-content {
    display: block;
}

.top-contact-tel i:before {
    content: "\f095";
    font-family: "FontAwesome";
    color: #257EAC;
    margin-right: 6px;
    font-style: normal;
    /*color: #FF7D00;*/
}

.top-contact-email i:before {
    content: "\f003";
    font-family: "FontAwesome";
    color: #257EAC;
    margin-right: 6px;
    font-style: normal;
    /*color: #FF7D00;*/
}

p.top-contact-email {
    margin-bottom: 0px;
}





#top-menu span.sign-in:before {
    content: "\f090";
    font-family: "FontAwesome";
    color: #257EAC;
    margin-right: 3px;
}

.top-container {
    padding-right: 6px;
}

.top-nav li:first-of-type {
    background-color: #ffffff;
    padding: 2px 6px 2px 6px;
    border-radius: 3px;
    border-top: 1px solid #6094BC;
    border-right: 1px solid #6094BC;
    border-bottom: 1px solid #6094BC;
    border-left: 1px solid #6094BC;
}

    .top-nav li:first-of-type:hover {
        background-color: #E4EFF5;
    }

.top-nav li:nth-child(2) {
    padding-top: 3px;
}

/* USING CONTACT ORIGINAL */
/*

@media (max-width: 505px) {
	.top-bar {text-align:center; }
	.top-nav {float:none; width:100%; margin-top:6px;}
	.top-contact {display:none;}
	#top-menu .menu-item { float:none; }
	.top-nav ul li { margin-left:4px; margin-right:4px;}
	.top-nav ul { margin-left:-40px;}
	.top-container { padding-left: 0px; padding-right: 0px;}
	}
*/

/* USING CONTACT DROPDOWN */
@media (max-width: 505px) {
    .top-bar {
        padding-top: 20px;
    }

    .top-navp {
        margin-top: 6px;
    }

    .top-contact-drop {
        padding-top: 0px;
    }

    #top-menu .menu-item {
        float: none;
    }

    .top-nav ul li {
        margin-left: 12px;
        margin-right: 4px;
    }

    .top-nav ul {
        margin-left: -40px;
    }

    .top-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}




/* 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;
}



.navbar-dark {
    background-color: #313131;
    padding-bottom: 5px;
}

    .navbar-dark a {
        color: white;
        font-size: 14px;
        padding: 5px;
        text-decoration: none;
    }

    .navbar-dark a:hover {
        color: #E34EB7;
        text-decoration: none;
    }



.nav > li > a {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

    .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none;
        background-color: transparent !important;
        color: #A1DAF8 !important;
    }

/*.mainpage-wrap {
    background-image: url(../../Images/DemoCopplestone/nb-wr-curves-d.png);
}
*/
/*.section-image {
    background-image: url(../../Images/DemoCopplestone/nb-wr-curves-d.png);
}
*/



.navbar-blue {
    margin-top: 30px;
    background-image: url(../../Images/DemoCopplestone/nb-wr-curves-d.png);
    /*background-color: rgb(37, 126, 172);*/
    height: 80px;
}

.scrolled {
    background-image: none;
    background-color: #313131 !important;
    transition: background-color 500ms linear;
}

a.getintouch {
    color: white;
}


/* Hover dropdown */
@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}