html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/*
header .floating-header .user-navigation .user-signin-form-container > button {
    position: relative;
    display: inline;
    text-decoration: none;
    padding: 0 10px 8px 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-transition: color .25s, border-color .25s;
    -moz-transition: color .25s, border-color .25s;
    -o-transition: color .25s, border-color .25s;
    transition: color .25s, border-color .25s;
    color: #6d6c69;
    cursor: pointer;
    background: transparent;
    text-align: right;
}

header .floating-header .user-navigation .user-signin-form-container, header .floating-header .user-navigation .user-name-container {
    text-align: right;
}*/

header .floating-header .user-navigation .menu-control-container, header .floating-header .user-navigation .user-signin-form-container, header .floating-header .user-navigation .user-name-container, header .floating-header .user-navigation > .control-container {
    width: 25%;
    vertical-align: middle;
    cursor: pointer;
    float: left;
}

a.missing-image-link {
    visibility: hidden;
    cursor: default;
    pointer-events: none;
}

header {
    overflow: hidden;
}

.icon-chevron-right:before {
    content: "\f054";
}

.menu-open-direction-arrow {
    position: relative;
    top: 4px;
    left: 6px;
    color: #6d6c69;
    font-size: 18px;
}

a {
    cursor: pointer;
    -webkit-transition: color .15s;
    -moz-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s;
}

.parent-link {
    position: relative;
    top: 2px;
}

.icon-xs {
    font-family: "hrcore-small";
    font-size: 16px;
}

header .floating-header .user-navigation > div a {
    color: #6d6c69;
}

.icon {
    speak: none;
    display: inline-block;
    font-family: "hrcore-medium";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.menu-control-container a {
    margin-left: 0;
    -webkit-transition: margin-left .25s, color .25s, border-color .25s;
    -moz-transition: margin-left .25s, color .25s, border-color .25s;
    -o-transition: margin-left .25s, color .25s, border-color .25s;
    transition: margin-left .25s, color .25s, border-color .25s;
}

header .floating-header .user-navigation > div a {
    color: #6d6c69;
}

header .floating-header .user-navigation .menu-control-container > a:hover, header .floating-header .user-navigation .user-signin-form-container > a:hover, header .floating-header .user-navigation .user-name-container > a:hover, header .floating-header .user-navigation > .control-container > a:hover, header .floating-header .user-navigation .menu-control-container > a:focus, header .floating-header .user-navigation .user-signin-form-container > a:focus, header .floating-header .user-navigation .user-name-container > a:focus, header .floating-header .user-navigation > .control-container > a:focus {
    border-color: #c9c8c7;
    color: #676767;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
}

header .floating-header .user-navigation .menu-control-container a {
    margin-left: 0;
    -webkit-transition: margin-left .25s, color .25s, border-color .25s;
    -moz-transition: margin-left .25s, color .25s, border-color .25s;
    -o-transition: margin-left .25s, color .25s, border-color .25s;
    transition: margin-left .25s, color .25s, border-color .25s;
}

header .floating-header .user-navigation .menu-control-container > a, header .floating-header .user-navigation .user-signin-form-container > a, header .floating-header .user-navigation .user-name-container > a, header .floating-header .user-navigation > .control-container > a {
    position: relative;
    display: inline;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-transition: color .25s, border-color .25s;
    -moz-transition: color .25s, border-color .25s;
    -o-transition: color .25s, border-color .25s;
    transition: color .25s, border-color .25s;
}

header .floating-header .user-navigation .menu-control-container, header .floating-header .user-navigation .user-signin-form-container, header .floating-header .user-navigation .user-name-container, header .floating-header .user-navigation > .control-container {
    width: 25%;
    vertical-align: middle;
    cursor: pointer;
}

header .floating-header .user-navigation .menu-control-container, header .floating-header .user-navigation .user-signin-form-container, header .floating-header .user-navigation .user-name-container, header .floating-header .user-navigation > .control-container {
    width: 25%;
    vertical-align: middle;
    cursor: pointer;
}

.menu-control-container > a {
    position: relative;
    display: inline;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-transition: color .25s, border-color .25s;
    -moz-transition: color .25s, border-color .25s;
    -o-transition: color .25s, border-color .25s;
    transition: color .25s, border-color .25s;
}

#header-menu-action {
    margin-left: 0;
}

.overlay-text {
    position: absolute; /* Absolute positioning to place it over the image */
    top: 20px; /* Adjust this value to move text up/down */
    left: 20px; /* Adjust this value to move text left/right */
    color: white; /* Text color */
    font-size: 24px; /* Text size */
    font-weight: bold; /* Make text bold */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Optional: adds shadow to text for better visibility */
    background: rgba(0, 0, 0, 0.3); /* Optional: adds a semi-transparent background behind text */
    padding: 10px; /* Adds padding around text */
    border-radius: 5px; /* Optional: rounds the edges of the background */
}

.img_header {
    width: 100%;
    height: auto;
    object-fit: cover;
    transform-origin: top center;
}

.zoom-container {
    width: 100%;
    height: 215px; /* Container height */
    overflow: hidden; /* Hide the parts of the image that overflow */
    position: relative;
}

header .floating-header .agency-logo-small, .flyout.new-job-flyout .job-apply-tab .job-flyout-header a.agency-logo-small {
    background-color: #015cb9;
}

header .floating-header .agency-logo-small {
    position: absolute;
    -webkit-transition: visibility .5s linear, left .5s;
    -moz-transition: visibility .5s linear, left .5s;
    -o-transition: visibility .5s linear, left .5s;
    transition: visibility .5s linear, left .5s;
    left: -60px;
    height: 100%;
    max-height: 59px;
    max-width: 60px;
    visibility: hidden;
}

header #title-bar.header-container a #logo .brand-name {
    height: 95px;
    white-space: nowrap;
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}

.job-search-header-title {
    width: 50%;
    height: auto;
    color: #4e4c4a;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    float: left
}

.class_specification {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 2px;
}

.page-title {
    display: block;
    overflow: hidden;
    margin-top: 2px;
    padding: 0 0 2px 30px;
    line-height: 42px;
    font-weight: 200;
    font-size: 41px;
    text-overflow: ellipsis;
    color: #fff;
    white-space: nowrap;
    text-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

    .page-title:hover {
        cursor: pointer;
    }

#logo .brand-name a,
#logo .brand-name a:hover {
    text-decoration: none;
    color: inherit;
}

header #title-bar.header-container {
    border-color: #015cb9;
    background-color: #015cb9;
}

    header #title-bar.header-container a #logo {
        position: absolute;
        display: table;
        table-layout: fixed;
        float: none;
        bottom: 60px;
        height: 100%;
        max-height: 95px;
        width: 100%;
        white-space: nowrap;
        padding: 0 15px 0 55px;
        top: 30%;
    }

    header #title-bar.header-container a .fake-outline {
        height: 215px;
        width: 100%;
        position: absolute;
    }

.user-signin-form-container {
    text-align: right;
}

.menu-control-container {
    width: 25%;
    vertical-align: middle;
    cursor: pointer;
}

header .floating-header .user-navigation .menu-control-container, header .floating-header .user-navigation .user-signin-form-container, header .floating-header .user-navigation .user-name-container, header .floating-header .user-navigation > .control-container {
    width: 25%;
    vertical-align: middle;
    cursor: pointer;
}

/*header #title-bar.header-container .background-image-container {
    background-position: 0 0%;
}

header #title-bar.header-container .background-image-container {
    height: 215px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 0%;*/
/*background-position: center center;*/
/*background-size: cover;
    -webkit-box-shadow: inset 0 0 18px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 0 18px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 18px rgba(0, 0, 0, .2);
}*/

header #title-bar.header-container a #logo .brand-name .page-title {
    display: block;
    overflow: hidden;
    margin-top: 2px;
    padding: 0 0 2px 0;
    line-height: 42px;
    font-weight: 300;
    font-size: 41px;
    text-overflow: ellipsis;
    color: #fff;
    white-space: nowrap;
    text-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

header #title-bar.header-container a #logo .brand-name {
    height: 95px;
    white-space: nowrap;
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}

/*.brand-name {
    display: block;
    overflow: hidden;
    margin-top: 2px;
    padding: 0 0 2px 0;
    line-height: 42px;
    font-weight: 100;
    font-size: 41px;
    text-overflow: ellipsis;
    color: #fff;
    white-space: nowrap;
    text-shadow: 0 0 8px rgba(0, 0, 0, .3);
    position: absolute;
      top: -250px;*/
/*z-index: 2;*/
/*text-transform: capitalize;
}

header {
    overflow: hidden;
}*/

/*   header .floating-header {
        height: 60px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 2;
        background-color: #fff;
        border-bottom: 1px solid #e0e1e2;
    }

        header .floating-header .agency-logo-small, .flyout.new-job-flyout .job-apply-tab .job-flyout-header a.agency-logo-small {
            background-color: #015cb9;
        }

        header .floating-header .agency-logo-small {
            position: absolute;
            -webkit-transition: visibility .5s linear, left .5s;
            -moz-transition: visibility .5s linear, left .5s;
            -o-transition: visibility .5s linear, left .5s;
            transition: visibility .5s linear, left .5s;
            left: -60px;
            height: 100%;
            max-height: 59px;
            max-width: 60px;
            visibility: hidden;
        }*/

.container {
    display: flex;
    justify-content: space-between;
}

.links-container {
    /*display: flex;*/
    align-items: center;
    /*width:auto;*/
}

.footer-link {
    margin-right: 40px;
    font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.428571429;
    color: #4e4c4a;
    position: relative;
}

.footer-link-new {
    margin-left: 40px;
}

.copyright-container {
    margin-left: 40px;
}




/*.content-container > .container .job-search-header-container {
    margin-top: 35px;
    padding: 0;
    position: relative;
}*/

/*.content-container > .container .job-search-header-container {
    margin-top: 35px;
    padding: 0;
    position: relative;
}
*/
body div, body p {
    font-size: 16px;
}

#manage-bar, .manage-bar-alike {
    margin-top: 35px;
    height: 48px;
    border: 1px solid #d3d3d1;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.content-container > .container .jobs-container {
    position: relative;
    min-height: 328px;
}
