body {
    overflow-x: hidden;
}

/*Colors*/
.primary {
    color: #C8057F;
}

.grey {
    color: #c9cac8;
}

body {
    color: #000000;
    font-family: 'Poppins', sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    color: #413c44ff;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

h1, .h1 {
    font-size: 61px;
}

h2, .h2 {
    font-size: 48px;
}

h3, .h3 {
    font-size: 32px;
}

/*Code*/
.lumesse-navbar .navbar-brand::before {
    display: none;
}

.navbar-brand {
    z-index: 1000;
}

.navbar-brand > img {
    height: 1.7em;
}

.lumesse-home-header {
    background: transparent;
}

.btn {
    background: #C8057F;
}

.btn:hover {
    background: #69222b;
}

.img-container {
    width: 100%;
}

.img-container img {
    width: 100%;
    height: auto;
}

input[name="keywords"] {
    border-radius: 0;
    border-color: #a9a9a9;
}

.lumesse-socials {
    margin-top: 30px;
}

.lumesse-socials a {
    color: #C8057F;
}

#carbon-list .lumesse-home-header {
    background: #C8057F;
}

.lumesse-apply .form-group input[type=button],
.lumesse-apply .apply-file-container button,
.btn-primary,
.lumesse-apply input[type=submit],
.lumesse-apply-resume-application-button,
.lumesse-search-agent .btn.btn-primary,
.lumesse-apply-resume-start-again-button,
.lumesse-jobs .btn,
a[data-lumesse-jd-action="back"] {
    background: #413c44ff !important;
    color: #efdcd7ff;
}

.lumesse-apply .form-group input[type=button]:hover,
.lumesse-apply .apply-file-container button:hover,
.btn-primary:hover,
.lumesse-apply input[type=submit]:hover,
.lumesse-apply-resume-application-button:hover,
.lumesse-search-agent .btn.btn-primary:hover,
.lumesse-apply-resume-start-again-button:hover,
.lumesse-jobs .btn:hover,
a[data-lumesse-jd-action="back"]:hover {
    background: #413c44ff !important;
    color: #efdcd7ff;
    font-weight: bold;
}

.lumesse-navbar {
    background: #e4e4e4;
}

.lumesse-home-header h1 {
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.apply-custom-option-wrapper > .apply-choice-input-wrapper > .custom_option_selection {
    margin-left: 12px !important;
    margin-top: 13px !important;
}

#lumesseJobDetailWidget img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

#lumesseJobDetailWidget {
    padding-top: 80px;
}

#lumesseJobDetailWidget .job-title,
#lumesseJobDetailWidget>h1:first-child {
    display: inherit;
    margin: 20px 0;
}

#lumesseJobDetailWidget h1 a[data-lumesse-jd-action="apply"] {
    display: none;
}

#lumesseJobDetailWidget h2 {
    text-align: left;
    padding: 0;
    font-size: 22px;
    margin: 0;
}

a[data-lumesse-jd-action="send2friend"],
a[data-lumesse-jd-action="print"] {
    display: none;
}

div[role="navigation"] {
    display: flex;
    height: 100px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

div[role="navigation"] a i {
    display: none;
}

a[data-lumesse-jd-action="apply"].pull-right,
a[data-lumesse-jd-action="back"].pull-left {
    float: none;
    margin: 0 10px;
    text-transform: none;
}

a[data-lumesse-jd-action="back"] {
    order: 2;
    text-transform: none;
}

#navbar-collapse {
position: relative;
}

.logo-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 83px;
    padding-top: 25px;
    margin-left: 20px;
}

.logo-container img {
    height: 50%;
}

.navbar-toggler {
    color: white;
}

.lumesse-jobs caption {
    margin: 0 15px;
}

.lumesse-jobs thead th:last-child {
    text-align: left !important;
}

@media screen and (max-width: 991px)  {
    #lumesseSearchCriteriaWidget {
        min-height: 350px;
    }
    .search-button-container {
        width: 100%;
    }
}

@media screen and (min-width: 544px) {
    .lumesse-jobs td:last-child {
        text-align: left !important;
    }

    #lumesseJobDetailWidget .dl-horizontal {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        position: static;
        width: 100%;
    }
}

.h4, h4 {
    font-size: 1.6rem;
}

.lumesse-search {
    top: auto !important;
    position: static;
}

.lumesse-search .search-form {
    max-width: 55rem;
}

.lumesse-header {
    margin-bottom: 350px;
}

#th1, #th2, #th3 {
    width: 33.3%;
}
.lumesse-detail-header {
    height: auto;
    margin-bottom: 0;
}

.lumesse-socials {
    display: none;
}

body, html {
    background-color: #f2f2f2;
}

.lumesse-skills .text-xs-center {
    padding: 2.5em 5em;
}

.lumesse-jobs {
    padding-top: 10rem;
}

.lumesse-apply-menu {
    height: calc(60vh - 84px);
    position: fixed;
    top: 84px;
}

.lumesse-navbar .navbar-nav .nav-link {
    color: #5C2E91;
    font-weight: bold;
}

.lumesse-apply .apply-dps legend .apply-required {
    text-transform: none;
}

#apply-sna-fill-faster-label {
    padding-right: 30px;
}

.navbar-toggler {
    color: #C8057F;
}

.lumesse-home-header {
    height: auto;
    margin-bottom: 0;
}

#lumesseGeneralApplicationWidget {
    position: absolute;
    margin-top: -49px;
}

.lumesse-search-agent {
    padding: 1em;
}

#th4, td[headers^="th4"] {
    display: none;
}

#carousel .carousel-item {
    height: 100%;
}

#lumesseGeneralApplicationWidget {
    margin-top: 15px;
}

.linked {
    text-decoration: underline;
}

#lumesseJobDetailWidget dt:nth-child(13),
#lumesseJobDetailWidget dd:nth-child(14),
#lumesseJobDetailWidget dt:nth-child(15),
#lumesseJobDetailWidget dd:nth-child(16) {
    display: none;
}

.lumesse-jobs .table-scroll-wrap {
    overflow-x: hidden;
}

[data-toggle="modal"]:hover {
    cursor: pointer;
    opacity: 0.7;
}

@media screen and (max-width: 765px) {
    .lumesse-apply-save-app-container {
        position: fixed;
        top: 80px;
    }

    .lumesse-apply-overview {
        text-align: center;
        padding-bottom: 0;
    }

    .lumesse-navbar .navbar-nav .nav-link {
        padding: 1.80rem .75rem;
    }

    .lumesse-apply-container {
        padding-top: 10px;
    }

    .collapse, .collapsing {
        margin-top: 80px;
        background: rgba(255, 255, 255, 0.5);
    }

    header .lumesse-navbar .navbar-nav {
        background: inherit;
        padding: inherit;
    }
}

@media screen and (max-height: 415px) and (max-width: 766px){
    .lumesse-navbar .navbar-nav .nav-link {
        padding: 10px .75rem;
    }
}

@media screen and (min-width: 992px) {
        .custom-footer .partner-logo img {
            width: 250px;
            height: auto;
        }
    .custom-footer .partner-logo {
        height: 170px;
    }
}

@media screen and (max-width: 991px) {
  .custom-footer .partner-logo img {
        width: 150px;
        height: auto;
  }
}

@media screen and (min-width: 766px) and (max-width: 1024px) {
    .lumesse-apply-save-app-container {
        position: fixed;
        top: 83px;
    }

    .lumesse-apply {
        padding-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .lumesse-jobs .search-form-wrapper {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .lumesse-jobs .search-button {
        height: 2.5rem;
    }

    .lumesse-jobs .search-form-wrapper .form-group {
        margin-bottom: 0;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .lumesse-apply-save-app-container {
        position: fixed;
        top: 120px;
    }

}

@media screen and (min-width: 1201px){
    #lumesseSearchCriteriaWidget {
        min-height: 0;
    }
}

@media screen and (max-width: 767px) {
    #lumesseGeneralApplicationWidget {
        position: static;
        margin-top: 0;
        text-align: center;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    .card.skill {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 544px) {
    #th1, #th2, #th3 {
        width: 100%;
    }
}

@media screen  and (max-width: 1024px) {
    .card.skill {
        width: 100%;
        display: block;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .lumesse-carousel {
        margin-top: 80px;
    }

    .carousel-indicators {
        bottom: -10px;
    }
}

@media screen and (max-width: 544px ) {

    .carousel .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
}

@media only screen and (max-device-width: 760px) {
    .search-form .btn, .search-form .form-search-phrase {
        padding: 1.8rem 1rem !important;
    }
}

.lumesse-search .search-form .form-group:first-child {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
    border: 2px solid #d5d6d5;
}

.lumesse-skills h1, .lumesse-skills .h1 {
    font-size: 2.5rem;
    color: black;
}

.lumesse-home-header {
    margin-top: 80px;
}

.banner-image {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 60vh;
    width: 100%;
}

.headline {
    margin-top: 30px;
    padding: 60px 0;
    text-align: center;
}

@media screen and (min-width: 400px) and (min-height: 600px){
    .banner-image {
        height: 50vh;
    }
}

@media screen and (min-width: 550px) and (max-height: 415px){
    .banner-image {
        height: 60vh;
    }
}

@media screen and (min-width: 700px){
    .banner-image {
        height: 60vh;
    }
}

#talentSearchForm .search-form-wrapper {
    text-align: center;
    height: 100px;
}

.lumesse-jobs #talentSearchForm .form-group,
.lumesse-jobs #talentSearchForm .search-button-container {
    display: inline-block;
    float: none;
    text-align: left;
}

.lumesse-jobs #talentSearchForm .search-button-container {
    text-align: center;
}

.search-results .form-group {
    text-align: left;
}

.target-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.target-button-container .btn-primary {
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
    margin: 5px;
    flex: 1;
    min-width: 150px;
    max-width: 200px;
}

.target-button-container .btn-primary:hover {
    text-decoration: none;
}


/* Index search */
.lumesse-search  input[name="keywords"] {
    width: 75%;
    float: left;
    font-size: 1.3rem;
    padding: 1.8rem 1rem;
}

.lumesse-search .search-button {
    border: 0;
    font-size: 1.3rem;
    padding: 1.85rem 2rem;
    text-transform: capitalize;
    margin-left: 30px;
}

.lumesse-search .justify-content-md-center {
    display: flex;
}

.lumesse-search  .form-group.col-md-12 {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    display: flex;
}

.list-link:hover {
    text-decoration: none;
}

select.form-control,
input[name="keywords"],
.btn {
    border-radius: 3px;
    background: #f2f2f2;
}

@media screen and (max-width: 768px) {
    .lumesse-search .form-group.col-md-12 {
        width: 95%;
    }

    .lumesse-search input[name="keywords"] {
        width: 80%;
    }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
    .search-button-container {
        margin-top: 2em;
    }
}

/* 404 */
.empty .lumesse-header {
    margin-bottom: 0;
}

.lumesse-page-not-found h2::before {
    content: "";
    display: block;
    margin: 0 auto 2.5rem;
    height: 0;
    background: inherit;
    background-size: auto 0;
}

/* Job list */
.lumesse-jobs thead {
    display: none;
}

[data-lumesse-jl-insert="list"] {
    width: 100%;
}

[data-lumesse-jl-insert="list"] tr {
    display: block;
    flex-direction: column;
    float: left;
    width: 30%;
    text-align: center;
    border: 1px solid #ccc;
    margin: 15px;
    padding: 12px;
    background: #ffffff;
}

[data-lumesse-jl-insert="list"] tr {
    border-top: 10px solid #ccc;
    transition: 0.5s;
}

[data-lumesse-jl-insert="list"] tr:hover {
    border-top: 10px solid #413c44ff;
}

.lumesse-jobs td, .lumesse-jobs th {
    border-bottom: 1px solid #ccc;
    text-align: center;
    display: block;
}

.lumesse-jobs td {
    min-height: 49px;
}

.lumesse-jobs td,  .lumesse-jobs th {
    padding: .75rem 0;
}

.lumesse-jobs td:last-child {
    text-align: center !important;
    border-bottom: 0;
}

.lumesse-jobs .no-results-label-wrapper {
    border: 0;
    width: 100%;
}

.no-results-label {
    text-align: center;
    display: inline;
}

.lumesse-skills .skill.card .card-img-top.fill {
    max-height: 400px;
}

.lumesse-jobs th:before, .lumesse-jobs td:before {
    display: none;
}

.cookie-bar {
    z-index: 99;
    position: fixed;
    bottom: 0;
    height: auto;
    background: #e4e4e4;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-bar p {
    margin-right: 40px;
    margin-bottom: 0;
}

.cookie-bar a {
    color: #C8057F;
}

.cookie-info p,
.cookie-info h3,
.cookie-info ul li {
    text-align: left;
}

.cookie-info td,
.cookie-info th {
    border: 1px solid #b7b7b7;
    padding: 5px;
    text-align: left;

}

.cookie-info table {
    margin-bottom: 40px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .lumesse-skills .skill.card .card-img-top.fill {
        max-height: 600px;
    }
}

@media screen and (max-width: 990px) {
    [data-lumesse-jl-insert="list"] tr {
        width: 45%;
    }
    .lumesse-jobs {
        padding-top: 3rem;
    }
}

@media screen and (max-width: 768px) {
    [data-lumesse-jl-insert="list"] tr {
        width: 95%;
    }
}

@media screen and (max-width: 630px) {
    .lumesse-search  .form-group.col-md-12 {
        flex-direction: column;
    }

    .lumesse-search .search-button {
        margin-left: 0;
        margin-top: 20px;
    }
    .search-form-wrapper .form-control,
    .lumesse-search input[name="keywords"] {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .lumesse-apply-menu a {
        height: 5rem;
        line-height: 5rem;
    }
}

#carbon-index,
#carbon-list {
    background-color: #efdcd7ff;
    min-height: 100vh;
}

#carbon-index  .lumesse-skills {
    background: #f2f2f2;
}

#carbon-index select.form-control {
    border-color: #efdcd7ff;
    background: #fff;
}

#carbon-index label {
    color: #413c44ff;
}

#carbon-index .btn-primary {
    background: #413c44ff !important;
    color: #efdcd7ff;
}

.lumesse-jobs .table a {
    color: #413c44ff;
}

.lumesse-jobs .table .btn-primary {
    color: #efdcd7ff;
}

.lumesse-jobs td, .lumesse-jobs th {
    border-bottom: 1px solid #413c44ff;
}

#jd-body {
    background-color: #efdcd7ff;
    color: #413c44ff;
}

select.form-control option {
    text-transform: capitalize;
}

.cookie-bar .btn {
    background: #413c44ff;
}
