@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700';

:root {
    --bs-dark-rgb: 58, 63, 81;
    --bs-light-rgb: 209, 229, 229;
    --bs-font-monospace: "Source Sans Pro", sans-serif;

    --bs-primary-rgb: 48, 142, 134;
    --bs-danger-rgb: 255, 53, 71;
    --bs-warning-rgb: 255, 187, 51;
    --bs-success-rgb: 0, 200, 81;
    --bs-info-rgb: 51, 181, 229;
}

a {
    color: #27857C;
}

.page-link {
    color: #27857C;
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #f0f3f4;
}

.navbar-brand>img {
    width: 180px;
}

.bg-dark {
    background-color: #3a3f51;
}

.bg-dark {
    color: rgba(255, 255, 255, .55);
}

.bg-dark a {
    color: #73bcb6;
    text-decoration: none;
}

.page-item.active .page-link {
    background-color: #73bcb6;
    border-color: #73bcb6;
}

.job-item h3.job-title {
    color: #27857d;
    font-weight: bold;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
}

.job-item .card-footer {
    background-color: transparent;
    border: 0px solid transparent;
}

.main-header .nav-link {
    padding: 1.5rem 1rem;
}

.main-header .nav-link.active {
    border-bottom: 4px solid #73bcb6;
}

@media (max-width: 991.98px) {
    .main-header .nav-link {
        padding: 0.5rem 0rem;
    }

    .main-header .nav-link.active {
        border-bottom: 0px solid transparent;
    }
}

.btn-primary {
    color: #fff;
    background-color: #73bcb6;
    border-color: #73bcb6;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #73bcb6;
    border-color: #73bcb6;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #73bcb6;
    border-color: #73bcb6;
}

.btn-light.active {
    border: 2px solid #73bcb6 !important;
}

ul.dropdown-menu {
    margin-left: -35px;
    /* width: 100%; */
}

ul.dropdown-menu li.active a {
    background-color: rgb(115 188 182 / 50%);
    border-color: #73bcb6;
}

ul.dropdown-menu li:hover a {
    background-color: rgb(115 188 182 / 50%);
    border-color: #73bcb6;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #73bcb6 !important;
    color: #212529 !important;
}

.editor-container {
    position: relative;
}

.editor-buttons {
    position: absolute;
    top: 0px;
    border-bottom: 1px solid #ced4da;
    width: 100%;
    padding: 1px 1px 0 1px;
}

.editor-buttons button {
    background-color: transparent;
    margin: 0;
    padding: 0;
    height: 30pt;
    width: 30pt;
    border: 0;
    cursor: pointer;
}

#editor {
    height: 250pt;
    padding-top: 50px;
    overflow: scroll;
}

.featured {
    position: relative;
}

.featured a.job-item {
    border: 2px solid #73bcb6;
}

.featured a.job-item::after {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    color: #fff;
    content: "Featured";
    padding: 0px 8px 0px 10px;
    font-size: small;
    border-radius: 0 0 0 2px;
    background-color: #73bcb6;
}

.nextgen:after {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    color: #fff;
    content: "NextGen Graduate";
    padding: 0px 8px 0px 10px;
    font-size: small;
    border-radius: 0 0 0 2px;
    background-color: #73bcb6;
}

/* reCAPTCHA Side Styles */

@media (min-width: 576px) {
    .g-recaptcha {
        transform: scale(1);
        transform-origin: 0 0;
    }
}

@media (min-width: 768px) {
    .g-recaptcha {
        transform: scale(1);
        transform-origin: 0 0;
    }
}

@media (min-width: 992px) {
    .g-recaptcha {
        transform: scale(0.87);
        transform-origin: 0 0;
    }
}

@media (min-width: 1200px) {
    .g-recaptcha {
        transform: scale(0.75);
        transform-origin: 0 0;
    }
}

@media (min-width: 1400px) {
    .g-recaptcha {
        transform: scale(0.9);
        transform-origin: 0 0;
    }
}

.captchaError>div {
    border: 1px solid #dc3545;
    border-radius: 4px;
}

.rating {
    border: none;
    float: left;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating>input:checked~label,
/* show gold star when clicked */
.rating:not(:checked)>label:hover,
/* hover current star */
.rating:not(:checked)>label:hover~label {
    color: #FFD700;
}

/* hover previous stars in list */

.rating>input:checked+label:hover,
/* hover current star when changing rating */
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
/* lighten current selection */
.rating>input:checked~label:hover~label {
    color: #FFED85;
}

.rounded-pill {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.5em 1em;
    display: inline-block;
}

.form-group.required .form-label:after {
    content:"*";
    color:red;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 15px;
    text-align: center;
    line-height: 1.42857;
}

.sliding-container {
    height: 500px;
    position: relative;
    overflow: hidden;
}

.sliding-background {
position: absolute;
background: url("/img/candidates-scroll.jpg") repeat-x;
height: 500px;
width: 6180px;
animation: slide 60s linear infinite;
z-index: -1;
}

@keyframes slide{
0% {
  transform: translate3d(0, 0, 0);
}
100% {
  transform: translate3d(-2060px, 0, 0);
}
}

.sliding-box {
background-color: #FFF;
padding: 30px;
margin-top:100px;
height:300px;
}


@media (max-width: 767.98px) {
    .sliding-box {
        height: auto;
        padding: 20px;
        margin-top: 15px;
    }
    .sliding-box h1 {
        font-size: 1.7rem;
    }
}


@media (min-width: 768px) and (max-width: 1199.98px) {
    .sliding-box h1 {
        font-size: 1.9rem;
    }
}


@media (min-width: 1200px) and (max-width: 1399.98px) {
    .sliding-box h1 {
        font-size: 2.2rem;
    }
}

.bi {
    width: 1em;
    height: 1em;
}

.bi {
    display: inline-block;
    vertical-align: -0.125em;
    fill: currentcolor;
}

.bg-white {
    background-color: #fff;
}

.hover-trans:hover {
    opacity: 0.5;
}

@media (max-width: 767.98px) {
    .scroll-nav {
        overflow-x: scroll;
        overflow-y: visible;
    }
    .scroll-nav .dropdown {
        position: initial !important;
    }
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #000 !important;
}