@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');

:root {
    --primary-font: 'Jost', sans-serif;
}

#NoActiveBanner {
    display: none;
}

a:focus {
    outline: none;
}

/* ================================
  HEADER STYLE
================================ */
.warp .header {
    background: #121212;
}

.header .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 29px 0px;
    font-family: var(--primary-font);
}

.header .header_wrapper .logo {
    float: none;
    width: 319px;
    padding: 0px;
    height: 37px;
}

.header .header_wrapper nav {
    width: auto;
    border: none;
    margin-top: 0px;
    float: none;
}

.header .header_wrapper nav ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header .header_wrapper nav ul li a {
    color: #df633c;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    padding: 0px;
    text-decoration: none;
    letter-spacing: 0.5px;
    line-height: 19.5px;
}

.header .header_wrapper nav ul li.language select.ComboLingua {
    height: auto;
    background: transparent;
    letter-spacing: 0.5px;
    color: #df633c;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 19.5px;
    margin: 0px;
    outline: none;
}

.header .header_wrapper nav ul.sub-menu {
    background: #121212;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    top: 20px;
}

.header .header_wrapper nav ul.sub-menu li a {
    text-transform: capitalize;
}

.header .header_wrapper nav ul.sub-menu li a:hover {
    color: #fff;
}

.hamburger_menu,
.hamberger,
.mobile-drawer {
    display: none;
}

/* ================================
  END HEADER STYLE
================================ */

/* ================================
  FOOTER  STYLE
================================ */
footer.footer {
    background: #221f20;
    color: #fff;
    padding: 50px 0 50px;
    font-family: var(--primary-font);
    height: auto;
}


.footer-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 100px;
}

.footer-col h4 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 0px;
    padding-bottom: 12px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col li {
    margin-bottom: 12px;
}

.footer-col li b {
    font-weight: 500;
}

.footer-col a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.35s ease;
    letter-spacing: .5px;
}

.footer-col a:hover {
    color: #df633c;
}

.lang-list {
    display: flex;
    gap: 18px;
    margin-top: 20px;
}

.footer-bottom {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer-info {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.8;
}

.footer-social {
    display: flex;
    gap: 25px;
    padding-top: 6px;

}

.footer-social a {
    color: #fff;
    font-size: 20px;
}

.footer-powered {
    font-size: 14px;
    white-space: nowrap;
}

.footer-powered strong {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}

/* =========================
 HOME PAGE STYLE
========================= */
.warp .ad .search,
.warp .ad .job_top {
    background: #df633c;
}

.warp .ad .search .box2 .button {
    background-color: transparent;
    border: 1px solid #fff;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: var(--primary-font);
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    color: #fff;
    padding: 12.5px 40px;
}

.warp .ad .search .box2 .button:hover {
    color: #df633c;
    background-color: #fff;
}

section.content .adtitle h1.home-title {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 33.6px;
    font-family: var(--primary-font);
}

.email,
.email:hover {
    background: url(/images/email-icon-1.png) no-repeat left top;
}

.facebook,
.facebook:hover {
    background: url(/images/facebook-icon-1.png) no-repeat left top;
}

.twitter,
.twitter:hover {
    background: url(/images/tweeter-icon-1.png) no-repeat left top;
}

span.linkedin-icon:hover:after {
    background: url(/images/linkedin-1.png) no-repeat left top;
}

.homeshare .rssbutton {
    background: url(/images/rss-icon-1.png) top no-repeat;
}

.warp .ad .home-cv-button a,
.warp .ad .button {
    border: #df633c solid 1px;
    padding: 8px 25px;
    color: #df633c;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--primary-font);
    transition: all 0.4s ease;
    background: transparent;
}

.warp .ad .home-cv-button a:hover,
.warp .ad .button:hover {
    border: #fff solid 1px;
    color: #000;
    background: #df633c;
}

.warp .ad .goback a {
    color: #df633c;
    font-family: var(--primary-font);
    font-size: 16px;
    background: url(../images/back-arr.png) no-repeat left;
    font-weight: 400;
}

.warp .ad td.GRID_DAT_CEL.autoWidth,
.list_card span.pub-date,
.list_card span.business_unit,
.list_card span.location,
.warp .ad .textr .FORMLABLE,
.warp .ad .text.job-detail-content li,
.warp .ad .text.job-detail-content,
table.FORM.ScTableTitle .DISABLEDFIELD,
.warp .ad .NoRecordsMessage,
.warp .ad .FORMLABLE,
.inner .bt-privacy td.LABLE {
    color: #000;
    font-weight: 400;
    font-size: 16px !important;
    font-family: var(--primary-font) !important;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.home_baner {
    padding: 48px 0px;
    text-align: center;
}

.home_baner h1 {
    border-bottom: 1px solid #dee2e6;
    margin: 0px 0px 24px;
    padding: 0px 0px 24px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    font-family: var(--primary-font);
    letter-spacing: 0.5px;
    font-size: calc(1.2rem + 2vw);
    font-weight: 300;
    line-height: 1.2;

}

.home_baner p.descrizione {
    color: #221f20;
    font-size: 20px;
    font-weight: 300;
    font-family: var(--primary-font);
    line-height: 30px;
    letter-spacing: 0.5px;

}

.warp .ad .GRID_HDR_CEL a:link,
.warp .ad .GRID_HDR_CEL a:visited {
    font-family: var(--primary-font);
    color: #df633c;
    font-size: 12px;
    font-weight: 500;
}

.warp .ad td.GRID_DAT_CEL.titleCell a {
    font-size: 16px;
    font-family: var(--primary-color);
    color: #df633c;
    line-height: 24px;
    letter-spacing: 0.5px;
}

/* ===============================
   CARD PAGE
=============================== */
.vacancy-list-tile {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.warp .ad .list_card {
    min-height: 250px;
    width: 100%;
    height: 100%;
    margin: 0;
}

.warp .ad .list_card:hover {
    background: transparent;
}

div#vacancylist .col-md-4.col-sm-6.col-xs-12 {
    padding-right: 0px;
}

.warp .ad .list_card h2 {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 33.6px;
    font-family: var(--primary-font);
    color: #000;
}

.warp .ad .homeshare {
    margin-top: 100px;
}

section.content.jobs.job-detail .job-top-inner .adtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0px;
    margin: 0;
}

.business_unit-sec.bottom-ofpage {
    margin-bottom: 0px !important;
}

/* ===========================
   JOB DETAIL PAGE
=========================== */

.job_detail_image_content {
    display: flex;
    gap: 30px;
    padding: 50px 0px;
}

.job_detail_image_content img {
    width: 500px;
    height: 350px;
}

/* ====================
  FORM STYLE
==================== */
.warp .ad .job-top-inner .adtitle h1 {
    display: grid;
    place-items: center;
}

.warp .ad .job-top-inner .adtitle h1 *,
.warp .ad .job-top-inner .adtitle h1 {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 33.6px;
    font-family: var(--primary-font);
    color: #fff;
}

.warp .ad .msinner,
.warp .ad .inner {
    padding: 30px 0px;
}

section.content.myaccount.login-form .msinner.login-page td.FORMSINGLER a {
    font-family: var(--primary-font);
    font-size: 16px;
    color: #df633c;
}

.warp .ad section.content.myaccount.homemyacc .msinner .MySpacetitle {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 33.6px;
    font-family: var(--primary-font);
    text-transform: none;
}

section.content.myaccount.myjobalert .inner .ContainerButtons,
section.content.myaccount.changepwd .msinner .ContainerButtons,
.msinner.ResetPwd .recaptcha-container,
.inner .sendCV_AWL_cont .recaptcha-container,
section.content.myaccount.changepwd .msinner .recaptcha-container,
.inner .sendCV_AWL_cont .ContainerButtons {
    float: none;
    display: grid;
    place-items: center;
    width: 100%;
}

section.content.myaccount.myjobalert .inner .ContainerButtons {
    margin-left: 5%;
}

.warp .ad .inner .Error,
.warp .ad .msinner .error {
    font-weight: 400;
    font-family: var(--primary-font) !important;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: -8px;
}

section.content.myaccount.editcv .FORMTITLE span.titoloscheda,
.inner .FORMTITLE span.titoloscheda {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 33.6px;
    font-family: var(--primary-font);
    text-transform: none;
}

section.content.myaccount.editcv .FORMTITLE span.titoloscheda,
section.content.myaccount.editcv .bt-privacy td.LABLE,
section.content.jobs.send-job .FORMTITLE span.titoloscheda,
.inner .FORMTITLE span.titoloscheda {
    padding-left: 0px;
    font-family: var(--primary-font) !important;
    color: #000;
}

.inner .bt-privacy td.LABLE a {
    color: #df633c;
    font-weight: 500;
}

.inner .bt-privacy td.LABLE {
    padding-left: 15px !important;
}

section.content.myaccount.changepwd .msinner .ContainerButtons,
section.content.myaccount.changepwd .msinner .recaptcha-container {
    padding-left: 32%;
}

/* ====================
  END FORM STYLE
==================== */

/* =========================
  END HOME PAGE STYLE
========================= */
@media (max-width: 1024px) {
    /* ===========================
   JOB DETAIL PAGE
=========================== */

    .job_detail_image_content {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 30px 0px;

    }

    .job_detail_image_content img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 991px) {

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-info {
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .hamburger_menu {
        font-size: 30px;
        color: #df633c;
    }

    .header .header_wrapper {
        padding: 15px 0px;
    }

    .header .header_wrapper .logo {
        width: 220px;
        height: auto;
    }

    .header .header_wrapper nav,
    .hamburger_menu .drawer-close,
    .hamburger_menu.active .hamberger {
        display: none;
    }

    .hamburger_menu,
    .hamberger,
    .hamburger_menu.active .drawer-close {
        display: block;
    }

    .mobile-drawer {
        position: fixed;
        top: 0;
        left: 0;
        width: 350px;
        height: 100vh;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.4s ease;
        z-index: 9999;
        overflow-y: auto;
        display: block;
        padding: 100px 20px;
    }

    .mobile-drawer.active {
        transform: translateX(0);
    }

    .mobile-img {
        display: grid;
        place-items: center;
        padding: 40px 0px;
    }

    .mobile-img img {
        width: 100px;
    }

    .mobile-menu {
        list-style: none;
        margin: 0;
        padding: 0px;
    }

    .mobile-menu li {
        cursor: pointer;
        transition: transform 0.3s ease;
        border-bottom: 1px solid lightgray;
    }

    .mobile-menu li.open,
    .mobile-menu li:hover,
    ul.mobile-menu li.language.activate {
        background-color: var(--secondary-color);
    }

    ul.sub-menu.active li {
        border-bottom: none;
        cursor: pointer;
    }

    .mobile-menu li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0px;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.5px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .mobile-menu ul.sub-menu {
        display: none;
        background: transparent;
        box-shadow: none;
        list-style: none;
        opacity: 1;
        visibility: visible;
        height: auto;
        width: auto;
        position: relative;
    }

    .mobile-menu .sub-menu li a {
        padding-left: 15px;
        font-size: 13px;
        padding-bottom: 15px;
        padding-top: 8px;
        transition: transform 0.4s ease;
        text-transform: capitalize;
    }

    .mobile-menu .sub-menu.active {
        display: block !important;
        background: var(--primary-color);
        border-radius: 0px;
    }

    .mobile-menu span {
        display: inline-block;
        font-size: 20px;
        transition: 0.3s ease;
        font-family: var(--secondary-font);
    }

    .mobile-menu li>a span {
        position: relative;
        padding-right: 22px;
    }

    .mobile-menu li>a span::after,
    .mobile-menu li.open>a span::after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        font-size: 15px;
    }

    .mobile-menu li>a span::after {
        content: "▼";
    }

    .mobile-menu li.open>a span::after {
        content: "▲";
    }

    nav ul li.open>ul.sub-menu {
        display: block !important;
    }

    .mobile-menu span img {
        display: none;
    }

    ul.mobile-menu li.language .ComboLingua {
        margin-left: 2px;
        padding: 9px 0px 20px;
        font-size: 14px;
        color: #000;
        background: transparent;
        border: none;
        letter-spacing: 0.5px;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        outline: none;
        width: 100%;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 12px;
    }

    ul.mobile-menu li.language {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    ul.mobile-menu li.language .jam {
        margin: 22px 0px 0px 0px;
        position: absolute;
        top: 0;
        right: 0;
        pointer-events: none;
        color: #000;
        font-size: 15px;
    }

    ul.mobile-menu li.language .minus {
        display: none;
    }

    ul.mobile-menu li.language.activate .minus {
        display: block;
    }

    ul.mobile-menu li.language.activate .jam-plus {
        display: none;
    }


    /* ======================
       FORM STYLE
    ====================== */

    .warp .ad .inner .divDateTimeDropDown select,
    .warp .ad .inner .sendCV_AWL_cont .divDateTimeDropDown select {
        width: 100%;
    }


    /* CARD */
    div#vacancylist .col-md-4.col-sm-6.col-xs-12 {
        padding: 0px;
    }
}

@media (max-width: 575px) {
    .header .header_wrapper .logo {
        width: 180px;
    }

    .warp .ad .FORMLABLE {
        padding-right: 10px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .warp .ad .msinner,
    .warp .ad .inner {
        padding: 10px 0px;
    }

    section.content .adtitle h1.home-title,
    .warp .ad .job-top-inner .adtitle h1 *,
    .warp .ad .job-top-inner .adtitle h1,
    .warp .ad section.content.myaccount.homemyacc .msinner .MySpacetitle {
        font-size: 24px;
    }

    section.content.jobs.job-detail .job-top-inner .adtitle {
        padding: 20px 0px;
    }

    .job_detail_image_content {
        padding: 20px 0px;

    }

}

@media (max-width: 479px) {

    section.content.myaccount.changepwd .msinner .ContainerButtons,
    section.content.myaccount.changepwd .msinner .recaptcha-container {
        padding-left: 0%;
    }

    section.content.myaccount.myjobalert .inner .col-xs-12 {
        padding: 0px;
    }

    .home_baner {
        padding: 35px 0px;
    }
}