/* ============================================================
   platform.css
   Shared platform styles for the multi-tenant job-board platform.
   Theming is driven by:
     - Blazorise theme variables   --b-theme-primary, --b-theme-secondary
     - Per-site override variables --site-* (set in sites/{slug}/site.css)
   ============================================================ */

/* ------------------------------------------------------------
   Base / reset
   ------------------------------------------------------------ */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
}

label {
    color: #3c3487;
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

h1 {
    font-size: 2em !important;
}

h2 {
    font-size: 1.5rem !important;
}

a, .btn-link {
    color: var(--b-theme-primary);
    font-weight: bold;
    text-decoration: none;
}

.job-description p > br:only-child {
    display: none;
}

/* ------------------------------------------------------------
   Quill editor sizing helpers
   ------------------------------------------------------------ */
.ql-size-large {
    font-size: 1.5em;
}

.ql-size-medium {
    font-size: 1.2em;
}

.ql-size-huge {
    font-size: 3.5em;
}

.ql-align-center {
    text-align: center;
}

.ql-align-left {
    text-align: left;
}

.ql-align-right {
    text-align: right;
}

.ql-align-justify {
    text-align: justify;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=medium]::before {
    font-size: 18px !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=medium]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=medium]::before {
    content: 'Medium' !important;
}

.ql-editor {
    min-height: 200px;
}

/* ------------------------------------------------------------
   Links / form helpers
   ------------------------------------------------------------ */
.blue-link {
    color: #2196f3 !important;
    text-decoration: underline !important;
}

.custom-control-label {
    color: #e11580 !important;
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-item .btn-primary {
    color: #fff !important;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #f00;
}

.validation-message {
    color: #f00;
}

#blazor-error-ui {
    background: #ffffe0;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    padding: .6rem 1.25rem .7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: .75rem;
    top: .5rem;
}

/* ------------------------------------------------------------
   Container widths
   ------------------------------------------------------------ */
@media (min-width: 1200px) {
    .container {
        width: 1205px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}

/* ------------------------------------------------------------
   Layout
   ------------------------------------------------------------ */
.main-content {
    width: 100%;
    min-height: 100%;
    padding-bottom: 230px;
    margin-bottom: 30px;
}

.site-branding {
    display: block;
}

@media (max-width: 992px) {
    .site-branding {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
}

.navigation-bar {
    min-height: 50px;
    display: inline-block;
}

.navigation-bar-block {
    min-height: 50px;
    display: inline-block;
    width: 88%;
}

@media (max-width: 991px) {
    .navigation-bar {
        display: block;
        width: 100%;
    }
}

@media (max-width: 769px) {
    .navigation-bar {
        margin-top: 0;
        min-height: 0;
    }
}

/* ------------------------------------------------------------
   Navbar
   ------------------------------------------------------------ */
nav.navbar-default {
    box-shadow: none !important;
    background-image: none !important;
    border: 0 !important;
}

@media (min-width: 769px) {
    nav.navbar-default {
        display: none;
    }
}

.navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-toggle {
    border: 2px solid #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-toggle {
    margin-right: 25px;
}

@media (max-width: 600px) {
    .navbar-toggle {
        margin-right: 0;
        margin-left: 8px;
    }
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    font-weight: normal;
    text-align: left;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0 !important;
}

.navbar-collapse {
    padding: 0;
    overflow-x: visible;
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
    width: 80%;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 600 !important;
}

.nav-item a {
    color: #000 !important;
}

.nav-item .btn-secondary {
    color: #fff !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 29px;
    height: 5px;
    border-radius: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #616161;
}

.navbar-default .navbar-toggle {
    border: none !important;
}

.navbar-default {
    background-color: #fff !important;
    border-color: #fff !important;
}

.navbar-brand {
    min-width: 180px;
}

.navbar-brand .nav-item {
    display: inline-block !important;
}

/* ------------------------------------------------------------
   Sector / Location columns
   ------------------------------------------------------------ */
.sector-links {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

.sector-links li {
    padding-top: 20px !important;
    list-style: none;
}

.location-links {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

.location-links li {
    padding-top: 20px !important;
    list-style: none;
}

@media (max-width: 767px) {
    .sector-links {
        columns: 2 !important;
        -webkit-columns: 2 !important;
        -moz-columns: 2 !important;
    }

    .location-links {
        columns: 2 !important;
        -webkit-columns: 2 !important;
        -moz-columns: 2 !important;
    }
}

/* ------------------------------------------------------------
   Main nav
   ------------------------------------------------------------ */
.main-nav {
    text-align: center;
}

.main-nav ul {
    padding: 0;
}

.main-nav .active a {
    color: #e11580 !important;
}

@media (max-width: 992px) {
    .main-nav {
        text-align: center;
    }
}

@media (max-width: 769px) {
    .main-nav {
        display: none;
    }
}

.main-nav li {
    display: inline-block;
}

.main-nav a {
    font-size: 16px;
    color: #fff;
    padding: 20px 15px 4px 0;
    display: block;
    font-weight: 600;
}

@media (max-width: 1400px) {
    .main-nav a {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .main-nav a {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .main-nav a {
        font-size: 16px;
        padding: 10px 4px;
    }
}

@media (max-width: 769px) {
    .main-nav li,
    .main-nav-rec li {
        display: block !important;
    }
}

.main-nav a:hover {
    color: #e11580;
    text-decoration: none;
}

.main-nav-rec {
    text-align: center;
}

@media (max-width: 769px) {
    .main-nav-rec {
        display: none;
    }
}

.main-nav-rec li {
    display: inline-block;
}

.main-nav-rec a {
    font-size: 13px;
    color: #4c5b52;
    padding: 10px 7px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .main-nav-rec a {
        font-size: 12px;
        padding: 10px 4px;
    }
}

@media (max-width: 400px) {
    .main-nav-rec a {
        font-size: 10px;
    }
}

.main-nav-rec a:hover {
    color: #dd7500;
    text-decoration: none;
}

nav.main-nav[data-state=open],
nav.main-nav-rec[data-state=open] {
    display: block;
}

nav.main-nav[data-state=open] li a,
nav.main-nav-rec[data-state=open] li a {
    text-align: left;
    display: block;
}

.nav-toggle {
    display: inline-block;
    padding: 4px 8px;
    max-width: 50px;
}

.nav-toggle i.fa {
    color: #4c5b52;
    font-size: 26px;
}

@media (min-width: 769px) {
    .nav-toggle {
        display: none;
    }
}

@media (max-width: 769px) {
    .nav-toggle {
        display: inline-block;
    }

    .list-searches {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
    }
}

/* ------------------------------------------------------------
   Header bar — themed (Blazorise secondary by default,
   per-site override via --site-header-bg)
   ------------------------------------------------------------ */
.header-bar {
    min-height: 60px;
    background-color: var(--site-header-bg, var(--b-theme-secondary)) !important;
}

/* ------------------------------------------------------------
   Locate icon
   ------------------------------------------------------------ */
span.locate-icon {
    top: -40px;
    right: 10px;
    float: right;
    position: relative;
}

span.locate-icon i {
    color: var(--b-theme-primary);
    font-size: 32px;
}

span.locate-icon-adv {
    position: absolute;
    right: 120px;
    padding-top: 9px;
}

span.locate-icon-adv i {
    color: #3c3487;
    font-size: 32px;
}

@media (max-width: 1080px) {
    span.locate-icon-adv {
        position: absolute;
        right: 65px;
        padding-top: 13px;
    }
}

@media (max-width: 992px) {
    span.locate-icon-adv {
        right: 55px;
        padding-top: 0;
        top: 129px;
    }
}

.find-me-wrap {
    position: relative;
}

.s__location .find-me {
    position: absolute;
    top: -4px;
    right: 3px;
    color: #4c5b52;
    text-decoration: none;
}

.s__location .find-me:hover {
    color: #71c5e8;
    text-decoration: none;
}

/* ------------------------------------------------------------
   Footer (legacy section.footer + modern footer)
   Modern footer is themed via --site-footer-bg (fallback to
   Blazorise primary).
   ------------------------------------------------------------ */
section.footer {
    width: 100%;
    margin-top: 30px;
    height: 180px;
    color: #fff;
}

section.footer .foot-bg {
    background-color: #a6a6a6;
    padding: 20px 0;
}

section.footer .foot-bg h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    margin: 0 0 10px 0;
    font-weight: 700;
}

@media (max-width: 992px) {
    section.footer .foot-bg h4 {
        font-size: 16px;
        margin: 20px 0 10px 0;
    }
}

section.footer .foot-bg a {
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: left;
    line-height: 1.5;
    text-decoration: none;
}

@media (max-width: 992px) {
    section.footer .foot-bg a {
        font-size: 14px;
    }
}

section.footer .foot-bg a:hover {
    color: #dd7500;
    text-decoration: none;
}

section.footer .copyright-bg {
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
}

.inline-block {
    display: inline-block;
}

section.footer .copyright-bg a {
    color: #073869;
    text-decoration: none;
    margin-right: 10px;
}

.copyright-bg img {
    width: 50px;
    height: 50px;
}

.copyright-bg h4 {
    float: left;
    color: #073869;
    margin-right: 50px;
    margin-top: 10px;
}

.copyright {
    color: #073869;
}

footer {
    padding-top: 60px;
    padding-bottom: 28px;
    background: var(--site-footer-bg, var(--b-theme-primary)) !important;
    color: #fff;
    margin-top: 25px;
}

footer img.logo {
    max-width: 150px;
    margin-bottom: 30px;
}

footer ul {
    margin-left: -40px;
    font-size: 14px;
}

footer ul li {
    list-style-type: none;
    margin-bottom: 5px;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
}

footer .social,
footer .apps {
    text-align: right;
}

footer .social ul li {
    font-size: 28px;
    margin-bottom: 3px;
}

footer .social ul li a:hover {
    text-decoration: none;
}

footer .apps img {
    max-width: 120px;
}

footer .copyright {
    margin: 20px 15px 0;
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #fff;
    color: #fff;
}

footer .copyright a {
    color: #fff !important;
}

.footer a {
    text-decoration: underline;
    margin-bottom: 1em;
}

.footer a:hover {
    color: #fff !important;
}

.footer h4 {
    margin-bottom: 1em !important;
}

.footer .social-links li {
    text-align: left;
    display: block;
    float: left;
    margin-right: 1%;
}

@media (max-width: 767px) {
    .footer .social-links li {
        display: inline-block;
        text-align: center;
        float: none;
    }
}

/* ------------------------------------------------------------
   Cookie / panel
   ------------------------------------------------------------ */
.cookie-bar {
    display: block;
}

.panel-cookies {
    background-color: #4c5b52;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.close-cookies {
    margin-top: 5px;
    float: right;
    background-color: #005eb8 !important;
    margin-right: 10px;
    -moz-appearance: none !important;
    -webkit-box-sizing: none !important;
    -moz-box-sizing: none !important;
    box-sizing: none !important;
    border: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

/* ------------------------------------------------------------
   Site search panel
   ------------------------------------------------------------ */
.site-search {
    background-color: #3c3487;
}

.site-search .side-icons,
.site-search .side-icons-right {
    position: relative;
}

.site-search .side-icons img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
    width: 300px;
    opacity: 60%;
}

.site-search .side-icons-right img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 0;
    width: 300px;
    opacity: 60%;
}

@media (max-width: 992px) {
    .site-search .side-icons-right img {
        bottom: 21px;
    }
}

@media (max-width: 770px) {
    .site-search .side-icons-right img,
    .site-search .side-icons img {
        display: none;
    }
}

@media (min-width: 770px) {
    .mobile-sector-icons {
        display: none;
    }
}

.site-search .inner {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.2rem;
}

.site-search .page {
    display: block;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding: 30px 15%;
}

@media (max-width: 992px) {
    .site-search .page {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .site-search .page {
        padding: 15px 10px;
    }

    h1, h2 {
        font-size: 1.2em !important;
    }
}

.site-search .page .search-title {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.site-search .page .search-title h1 {
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .site-search .page .search-title h1 {
        font-size: 15px;
    }
}

.site-search .page .search-title img {
    width: 4.5rem;
    margin-bottom: 20px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .site-search .page .search-title img {
        width: 3.5rem;
        margin-bottom: 0;
        margin-right: 3px;
    }

    .search-cta label {
        display: none !important;
    }
}

.site-search .page .form-search .search-cta {
    margin-top: 30px;
}

.site-search .page .form-search .search-cta a.btn {
    padding: 14px 22px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .site-search .page .form-search .search-cta a.btn {
        width: 100%;
    }
}

/* ------------------------------------------------------------
   Forms
   ------------------------------------------------------------ */
.form-search {
    border-radius: 5px;
    margin-bottom: 25px;
}

.form-search label {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

input::-webkit-input-placeholder {
    color: #adb3bb !important;
}

input:-moz-placeholder {
    color: #adb3bb !important;
}

input::-moz-placeholder {
    color: #adb3bb !important;
}

input:-ms-input-placeholder {
    color: #adb3bb !important;
}

.form-control {
    height: 50px !important;
    font-size: 14px !important;
    color: #4c5b52;
}

textarea.form-control {
    height: auto !important;
}

input[type="file"] {
    height: 50px !important;
}

input[type="file"]::-webkit-file-upload-button {
    height: 50px !important;
}

.form-group {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .form-group {
        margin-bottom: 10px !important;
    }

    .form-search {
        min-height: 400px;
        margin-top: 0 !important;
        padding-bottom: 20px !important;
    }
}

/* ------------------------------------------------------------
   Buttons
   ------------------------------------------------------------ */
.btn {
    border-radius: 0;
    font-weight: 600;
    display: inline-block;
    padding: .66667em 1.2em;
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 0 .2rem rgba(0, 0, 0, .05);
}

.btn:hover {
    color: #fff;
    text-decoration: underline;
}

.btn-pink {
    background-color: #e11580;
    border: 2px solid #e11580;
    font-style: normal;
    border-radius: 5px;
    font-size: 12px;
}

@media (max-width: 769px) {
    .btn-pink {
        font-size: 10px;
    }
}

.btn-pink-outline {
    background-color: transparent;
    border: 2px solid #e11580;
    color: #e11580;
    font-style: normal;
    border-radius: 5px;
    font-size: 12px;
}

@media (max-width: 769px) {
    .btn-pink-outline {
        font-size: 10px;
    }
}

/* ------------------------------------------------------------
   Boxes
   ------------------------------------------------------------ */
.box {
    border-radius: 5px;
    padding: 30px;
    margin-top: 20px;
    font-size: 17px;
}

.box-lg {
    height: 400px;
}

.box-md {
    height: 220px;
}

.box a {
    color: #fff;
}

.box h4 {
    font-size: 40px;
    font-weight: 600;
}

.box ul {
    list-style: none;
    padding-left: 0;
}

.box ul li {
    padding-top: 5px;
}

.pink-box {
    background-color: #2196f3;
    border: 2px solid #2196f3;
}

.light-blue-box {
    background-color: #add8e6;
    border: 2px solid #add8e6;
}

.dark-green-box {
    background-color: #006400;
    border: 2px solid #006400;
}

.box-outline {
    border: 2px solid #000;
    height: 540px !important;
}

.box-outline a {
    color: #e11580 !important;
}

.box-outline ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.box-outline li {
    margin-top: 5px;
}

.box-outline img {
    width: 50px;
    margin-right: 10px;
}

.box-outline h4 {
    color: #3c3487 !important;
}

.orange-box {
    background-color: #ff7655;
    border: 2px solid #ff7655;
}

.green-box {
    background-color: #5cdb95;
    border: 2px solid #5cdb95;
}

.green-box ul {
    list-style: none;
}

.blue-box {
    background-color: #3c3487;
    border: 2px solid #00908b;
}

@media (max-width: 769px) {
    .box-outline {
        border: none;
        height: auto !important;
    }

    .box-outline ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.box-text {
    font-size: 1.62em !important;
}

.box-number {
    font-size: 3em !important;
}

.box-grey {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #a3b6c8;
    border: 1px solid #a3b6c8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding: 40px;
    text-align: center;
}

.box-blue {
    margin-bottom: 20px;
    background-color: #073869;
    border: 1px solid #073869;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding: 60px;
    text-align: center;
    color: #fff;
}

.box-mpu {
    margin-bottom: 20px;
    background-color: #d3d3d3;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding: 60px;
    text-align: center;
    color: #fff;
}

.box-pink {
    margin-bottom: 20px;
    background-color: #e84784;
    border: 1px solid #e84784;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding: 60px;
    text-align: center;
    color: #fff;
}

/* ------------------------------------------------------------
   Selects
   ------------------------------------------------------------ */
.select select {
    border: none;
    padding-top: 8px;
    width: 100%;
    color: black;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none;
    background-color: #fff;
}

select::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
}

/* ------------------------------------------------------------
   Log/registration links
   ------------------------------------------------------------ */
.log-out {
    float: right;
    display: inline-block;
    width: 12%;
}

.log-reg {
    float: right;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .log-reg, .log-out {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 769px) {
    .log-reg, .log-out {
        text-align: right;
    }
}

.log-reg li,
.log-out li {
    display: inline-block;
}

.log-reg a,
.log-out a {
    font-size: 14px;
    color: #fff !important;
    padding: 12px 20px;
    display: block;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .log-reg a,
    .log-out a {
        padding: 10px 12px;
    }
}

@media (max-width: 992px) {
    .log-reg a,
    .log-out a {
        font-size: 12px;
        padding: 10px 4px;
    }
}

@media (max-width: 400px) {
    .log-reg a,
    .log-out a {
        font-size: 10px;
    }
}

.log-reg a.log,
.log-out a.log {
    background-color: #dd7500;
}

.log-reg a.log:hover,
.log-reg a.log:active,
.log-out a.log:active {
    color: #fff !important;
    text-decoration: underline;
    background-color: #dd7500;
}

.log-reg a.recs {
    background-color: #71c5e8;
}

.log-reg a.recs:hover,
.log-reg a.recs:active {
    color: #fff;
    text-decoration: underline;
    background-color: #46bfef;
}

/* ------------------------------------------------------------
   Refine search panel — themed (Blazorise secondary by default)
   ------------------------------------------------------------ */
.refine-search-container {
    background-color: var(--b-theme-secondary);
    padding: 5px;
    border-radius: 5px;
}

.refine-search-container h2 {
    color: #fff !important;
}

.refine-search-container label {
    color: #fff !important;
    font-weight: bold;
}

.refine-search-container .sectors {
    background-color: #fff !important;
    border-radius: 5px;
    padding: 5px;
}

.refine-search-container .refine-link {
    color: #fff;
}

.refine-min-salary {
    border-radius: .25rem .25rem 0 0 !important;
}

.refine-max-salary {
    border-radius: 0 !important;
}

.refine-per-salary {
    border-radius: 0 0 .25rem .25rem !important;
}

.text-secondary {
    color: #3c3487 !important;
}

/* ------------------------------------------------------------
   Social
   ------------------------------------------------------------ */
.social-links {
    padding: 0;
    margin-top: 5px;
}

.social-links img {
    max-width: 100%;
    vertical-align: bottom;
}

.social {
    display: inline-block;
    margin-left: 10px;
}

.social img {
    width: 32px;
}

.spinner-border {
    margin-right: 5px;
}

/* ------------------------------------------------------------
   Sign-in / register split panel
   ------------------------------------------------------------ */
.signin-reg-content {
    padding: 40px;
}

.signin-reg-left-panel {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.signin-reg-left-panel::before {
    content: "";
    background-color: #242756;
    display: block;
    height: 100%;
    opacity: .1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.signin-reg-left-panel.register {
    background-image: var(--site-img-register-bg, none);
}

.signin-reg-left-panel.signin {
    background-image: var(--site-img-signin-bg, none);
}

.signin-reg-left-panel h2 {
    color: #fff;
}

.signin-reg-left-panel h4 {
    color: #fff;
}

.left-panel-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    text-align: center;
}

.left-panel-content .la {
    font-size: 144px;
}

.right-panel-content {
    background-color: #fff;
}

.contact-us-container img {
    width: 32px;
    height: auto;
}

.candidate-tips-container a {
    color: #3e3e6d;
    text-decoration: underline;
}

/* ------------------------------------------------------------
   Social login buttons
   ------------------------------------------------------------ */
.social-login-container ul {
    margin: 0;
    font-size: 0;
}

.social-login-container ul li {
    padding: 0;
    width: calc(100% / 3);
}

.social-login-container button {
    text-decoration: none;
    color: #fff;
    height: 46px;
    display: block;
    padding: 12px;
    font-size: 16px;
    border-radius: 0;
    width: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.social-login-container button:hover,
.social-login-container button:focus {
    opacity: .9;
    color: #fff;
}

.social-google {
    background-color: #4285f4;
}

.social-facebook {
    background-color: #3b5998;
}

.social-linkedin {
    background-color: #4875b4;
}

.social-twitter {
    background-color: #1da1f2;
}

/* ------------------------------------------------------------
   Layout helpers
   ------------------------------------------------------------ */
.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.equal-heights {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.equal-heights-content {
    width: 50%;
    height: auto;
}

@media (max-width: 767px) {
    .equal-heights {
        width: 100%;
        display: block !important;
    }

    .equal-heights-content {
        width: 100%;
    }
}

.absolute-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: table\9 !important;
}

.absolute-center-child {
    display: table-cell;
    vertical-align: middle;
}

.padding-5 {
    padding: 40px !important;
}

.padding-0 {
    padding: 0 !important;
}

.margin-b-0 {
    margin-bottom: 0 !important;
}

.green {
    color: #008000;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

/* ------------------------------------------------------------
   Recruiter/box
   ------------------------------------------------------------ */
.recruiters-container {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .recruiters-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.recruiter-box {
    background-color: #fff;
    border: 1px solid #05386b;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 25px;
}

.recruiter-box-col:first-child {
    padding: 16px;
    margin: 24px 0;
    width: 100%;
}

.recruiter-box-col:last-child {
    padding: 0 24px;
    margin: 24px 0;
    width: 100%;
}

.recruiter-list {
    float: left;
}

.outer {
    position: relative;
}

.outer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
}

.outer > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/* ------------------------------------------------------------
   Hero — themed (per-site image via --site-hero-image)
   ------------------------------------------------------------ */
.hero-container {
    position: relative;
    background-image: var(--site-hero-image, none);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}

.hero-container > .container {
    position: relative;
    height: 100%;
}

.hero-container .bg-white-transparent {
    background-color: rgba(255, 255, 255, .5);
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.hero-container .bg-black-transparent {
    background: var(--b-theme-secondary);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .hero-container {
        margin-top: 0 !important;
    }
}

/* ------------------------------------------------------------
   Hovercap
   ------------------------------------------------------------ */
.hoverwrap {
    position: relative;
}

.hoverwrap img {
    width: 100%;
}

.hovercap {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    background-color: #073869;
    color: #fff;
}

/* ------------------------------------------------------------
   City image backgrounds (shared)
   ------------------------------------------------------------ */
.img-background {
    background-color: #204d74;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-edinburgh {
    background-image: var(--site-img-edinburgh, none);
}

.img-liverpool {
    background-image: var(--site-img-liverpool, none);
}

.img-oxford {
    background-image: var(--site-img-oxford, none);
}

.img-birmingham {
    background-image: var(--site-img-birmingham, none);
}

.img-manchester {
    background-image: var(--site-img-manchester, none);
}

/* ------------------------------------------------------------
   Slide-up thumbnail (job carousel/featured)
   Themed: summary backdrop = Blazorise primary
   ------------------------------------------------------------ */
.slide-up-thumbnail {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 24px;
    height: 190px;
    width: 100%;
    background-color: #fff;
    color: #fff;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .19);
    border-radius: 5px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slide-up-thumbnail * {
    -webkit-transition: all .35s;
    transition: all .35s;
    box-sizing: border-box;
}

.slide-up-thumbnail h1,
.slide-up-thumbnail p {
    display: none;
    opacity: 0;
}

.slide-up-thumbnail a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slide-up-thumbnail:hover .slide-up-thumbnail-summary,
.slide-up-thumbnail:focus .slide-up-thumbnail-summary {
    padding: 0 0 8px 0;
    max-height: 160px;
}

.slide-up-thumbnail:hover h1,
.slide-up-thumbnail:focus h1,
.slide-up-thumbnail:hover p,
.slide-up-thumbnail:focus p {
    display: block;
    opacity: 1;
}

.slide-up-thumbnail-summary {
    position: absolute;
    max-height: 70px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    opacity: .9;
    background-color: var(--b-theme-primary);
    border-radius: 2px;
    will-change: height, padding;
}

.slide-up-thumbnail-summary h1 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.slide-up-thumbnail-summary p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.slide-up-thumbnail-summary h2,
.slide-up-thumbnail-summary h4 {
    color: #fff;
}

/* ------------------------------------------------------------
   Job/Candidate list
   ------------------------------------------------------------ */
.job-description {
    white-space: pre-line;
}

.job-list-container .job-list,
.job-list {
    padding: 20px;
    border: 1px solid #9c9c9c;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    margin-bottom: 48px;
    border-radius: 4px;
}

.job-list-container .job-list.enhanced,
.job-list.Enhanced {
    border: 2px solid #fa3c3b;
}

.list-footer {
    background-color: #f4f4f4;
    margin: 20px -20px -20px -20px;
    padding: 12px;
    border-radius: 0 0 2px 2px;
}

.candidate-list-container .candidate-list .job-salary,
.job-list-container .job-list .job-salary {
    color: #fa3c3b;
    margin-bottom: 4px;
    font-weight: 700;
}

.candidate-list-container .candidate-list .job-location,
.job-list-container .job-list .job-location {
    color: #9c9c9c;
    font-weight: 400;
}

.candidate-posteddate,
.job-posteddate {
    color: #9c9c9c;
    font-size: 14px;
    margin-top: 8px;
}

.candidate-list-container .candidate-list .candidate-title,
.candidate-list-container .candidate-list .job-title,
.job-list-container .job-list .candidate-title,
.job-list-container .job-list .job-title {
    font-size: 20px !important;
}

.job-status {
    margin-left: 10px;
    line-height: 25px;
}

.job-title {
    font-size: 120% !important;
}

/* ------------------------------------------------------------
   Labels
   ------------------------------------------------------------ */
.label {
    font-weight: 400;
    border-radius: 0;
    text-transform: none;
    color: #fff !important;
    transform: skewX(-10deg);
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-error {
    background-color: #f00;
    margin-bottom: 5px !important;
}

.label-success {
    background-color: #008000;
    margin-left: 10px;
    margin-top: -5px;
}

/* ------------------------------------------------------------
   Drag-drop (Plk.DragDrop)
   ------------------------------------------------------------ */
.plk-dd-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.plk-dd-inprogess > * {
    pointer-events: none;
}

.plk-dd-dropzone {
    min-height: 50px;
}

.plk-dd-spacing {
    height: 10px;
}

.plk-dd-spacing-dragged-over {
    padding: 25px;
}

.plk-dd-dragged-over {
    background-color: #d3d3d3;
    opacity: .6;
    animation: blinker 1s linear infinite;
}

.plk-dd-dragged-over > div {
    background-color: #d3d3d3;
    opacity: .6;
    animation: blinker 1s linear infinite;
}

.plk-dd-dragged-over-denied {
    background-color: #f00;
    opacity: .6;
    animation: blinker 1s linear infinite;
}

.plk-dd-in-transit {
    opacity: 0;
}

.plk-dd-in-transit > div {
    opacity: 0;
}

/* ------------------------------------------------------------
   Top reasons (numbered list)
   ------------------------------------------------------------ */
.top-reasons li {
    counter-increment: index;
    display: flex;
    align-items: center;
    padding: 12px 0;
    box-sizing: border-box;
}

.top-reasons li::before {
    content: counters(index, " ", decimal);
    font-size: 40px;
    text-align: right;
    font-weight: 700;
    padding-right: 12px;
    font-variant-numeric: tabular-nums;
    align-self: flex-start;
    color: #fa3c3b;
    line-height: .9;
}

.top-reasons {
    counter-reset: index;
    padding: 0;
}

/* ------------------------------------------------------------
   Searches list
   ------------------------------------------------------------ */
.list-searches {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

@media (max-width: 992px) {
    .list-searches {
        -webkit-column-count: 2 !important;
        -moz-column-count: 2 !important;
        column-count: 2 !important;
    }
}

.list-searches li {
    margin-bottom: 8px;
    width: 100%;
}

.list-searches li a {
    font-size: 15px;
    display: inline-flex;
    color: #707070;
    font-weight: 600;
    width: 100%;
}

.long-list a {
    display: flex;
    padding: 8px 16px;
    border-radius: 23px;
    margin-bottom: 16px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    padding: 0 16px;
}

/* ------------------------------------------------------------
   Misc utility / images
   ------------------------------------------------------------ */
.img-rounded {
    border-radius: 6px;
}

.img-responsive {
    max-width: 100%;
    width: 100%;
}

.BackgroundImage-Container {
    position: relative;
    width: 100%;
    height: 100%;
}

.BackgroundImage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-list {
    height: 550px !important;
}

@media (min-width: 992px) {
    #refine-search {
        display: block;
    }
}

/* ------------------------------------------------------------
   Responsive show/hide helpers (Bootstrap-3 style)
   ------------------------------------------------------------ */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/* ------------------------------------------------------------
   Layout placeholders (prevent CLS)
   ------------------------------------------------------------ */
.b-layout-content {
    min-height: 700px;
}

.homepage-popularjobs {
    min-height: 523px;
}

.homepage-top-locations {
    min-height: 429px;
}

.homepage-description {
    min-height: 680px;
}

.browse-location-container {
    min-height: 220px;
}

div[class^='search-results'] {
    min-height: 700px;
}

.job-page {
    min-height: 800px;
}

.components-reconnect-show,
.components-reconnect-failed,
.components-reconnect-rejected {
    display: none;
}

/* ------------------------------------------------------------
   Tox (TinyMCE) tweaks
   ------------------------------------------------------------ */
.tox-promotion,
.tox-statusbar__branding {
    display: none;
}

.tox .tox-promotion + .tox-menubar {
    grid-column: 1 / -1 !important;
}

/* ------------------------------------------------------------
   Page image floats
   ------------------------------------------------------------ */
.page_image_wrap_left {
    float: left;
    margin: 0 10px 0 10px;
}

.page_image_wrap_right {
    float: right;
    margin: 0 0 10px 10px;
}

/* ------------------------------------------------------------
   Card image cap
   ------------------------------------------------------------ */
.card-img-top {
    height: 250px;
    object-fit: cover;
}

/* ------------------------------------------------------------
   Clearfix
   ------------------------------------------------------------ */
.cf:after {
    content: "";
    display: table;
    clear: both;
}

/* ------------------------------------------------------------
   Homepage candidate / employer panels — themed
   (background-color and image from per-site vars)
   ------------------------------------------------------------ */
.candidates {
    padding: 70px 0;
    color: #fff;
    background-color: var(--site-candidates-bg, transparent);
    background-image: var(--site-candidates-bg-image, none);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center right;
}

.candidates h1 {
    color: #fff;
}

.candidates h1 span {
    color: #4fbcfd;
}

.candidates .btn-green {
    background-color: var(--b-theme-primary, #03b921);
    color: #fff;
    border-radius: 5px;
}

.employers {
    padding: 70px 0;
    color: #fff;
    background-color: var(--site-employers-bg, transparent);
    background-image: var(--site-employers-bg-image, none);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center left;
}

.employers h1 {
    color: #fff;
}

.employers h1 span {
    color: #0b3b56;
}

.employers .btn-green {
    background-color: var(--b-theme-primary, #03b921);
    color: #fff;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .candidates,
    .employers {
        background-size: cover !important;
        background-position: center !important;
    }

    .candidates .col-md-5 {
        background-color: rgba(11, 59, 86, .8) !important;
        padding: 30px !important;
    }

    .employers .col-md-5 {
        background-color: rgba(79, 188, 253, .9) !important;
        padding: 30px !important;
    }
}

/* ------------------------------------------------------------
   Packages (pricing)
   ------------------------------------------------------------ */
.packages {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-flow: row wrap !important;
    -ms-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.packages .card {
    padding: 2rem;
}

.packages .card-header {
    font-size: 2.5rem;
    background-color: #fff !important;
    border: #fff !important;
}

.packages .table td,
.packages .table th {
    border-top: none !important;
}

.package {
    max-width: 20rem !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 100% !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
    padding: 3rem !important;
}

.package:first-child:not(.package--offer) {
    padding: 5rem 2rem !important;
}

.package:first-child {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    z-index: 1 !important;
}

.package:nth-child(2) {
    -webkit-transform: translateX(2rem) !important;
    -ms-transform: translateX(2rem) !important;
    transform: translateX(2rem) !important;
}

.package:last-child {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    -webkit-transform: translateX(-2rem) !important;
    -ms-transform: translateX(-2rem) !important;
    transform: translateX(-2rem) !important;
}

.package:last-child h2 {
    margin-bottom: 4rem !important;
}

@media (max-width: 767px) {
    .package {
        max-width: 100% !important;
    }
}

.package-price {
    color: #fff;
    padding: 25px;
    background-color: #0b3b56;
    font-weight: bold;
}

.package-price td {
    border-radius: .25em;
}

.payment-summary .plan-features li {
    margin: 8px 0;
}

.payment-status-icon {
    font-size: 6em;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.payment-info h2 {
    font-size: 24px;
    font-weight: normal !important;
}

.payment-info h5 {
    margin-top: 20px;
}

.plan-features {
    margin-bottom: 32px;
    text-align: left;
    padding-left: 24px;
    font-size: 14px;
}

.bg-info {
    background-color: #d9edf7;
    padding: 10px;
}

/* ------------------------------------------------------------
   Blog/news featured image
   ------------------------------------------------------------ */
.blog-post-featured-img,
.news-post-featured-img {
    float: right;
    width: 400px;
    background-color: #fff;
    border-radius: 10px;
    height: 250px;
    margin: 0 0 15px 15px;
    overflow: hidden;
    max-width: 400px;
    position: relative;
}

.blog-post-featured-img img,
.news-post-featured-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ------------------------------------------------------------
   Misc
   ------------------------------------------------------------ */
.b-tooltip .input-group-text {
    height: 50px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--b-theme-secondary) !important;
    color: #fff !important;
}

.nav-link {
    padding: 0.7em 2em !important;
}

.hidden-to-purchase {
    cursor: help;
    -webkit-filter: blur(7px);
    filter: blur(7px);
}

iframe.ql-video {
    width: 100% !important;
    min-height: 500px !important;
}

.tab-content {
    margin-top: 15px;
}

.custom-form {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
}

/* ------------------------------------------------------------
   Site-icon font hook — sites can override --site-icon-font-family.
   The actual @font-face declaration lives in the per-site CSS so
   only that site downloads its glyph file.
   ------------------------------------------------------------ */
.icon-library, .icon-file, .icon-users, .page-title.user:before,
.icon-facebook, .icon-twitter, .icon-linkedin, .icon-target,
.icon-arrow-right, .btn-arrow:after, .icon-arrow-up,
.icon-checkmark, .icon-cancel, .icon-calendar-alt-stroke,
.icon-plus, .page-title.add:before, .icon-minus,
.page-title.edit:before, .icon-notice, .ic-cal {
    font-family: var(--site-icon-font-family, inherit);
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
