body {
    font-family: 'Roboto', sans-serif !important;
}

a:focus {
    outline: none !important;
}

.warp .container .ad {
    float: none;
    padding: 0;
}

.warp .container .ad .homeshare {
    float: none;
    /* display: flex;
    justify-content: flex-end;
    align-items: center; */
    margin-top: 80px;
    /* height: auto;
    width: 100%; */
}

#NoActiveBanner {
    display: none;
}

/* ERROR MESSAGE */
.warp .ad .inner .Error, .warp .ad .msinner .error {
    margin-left: 0px;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 8px;
    font-weight: 500;
}

/* HEADER STYLE */
.header .header-container nav {
    border: none;
    margin: 0;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.header .header-container .logo {
    width: auto;
    padding: 0;
}

.header .header-container .logo img {
    width: 195px;
}

.header .header-container nav ul li a {
    text-decoration: none;
    color: #262626;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    padding-left: 15px;
}

.header .header-container nav ul.sub-menu {
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 250px;
    padding: 0px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
}

.header .header-container nav ul.sub-menu li {
    padding: 13px 10px;
    transition: all 0.3s ease;
}

.header .header-container nav ul.sub-menu li:hover {
    background-color: #f2f2f2;
}

.header .header-container nav ul li.language {
    padding-right: 10px;
}

.header .header-container nav ul li.language select.ComboLingua {
    color: #262626;
    text-transform: capitalize;
    height: auto;
    background: transparent;
    font-weight: 500;
    font-size: 15px;
}

/* SEARCH STYLE */
.bg-search-container {
    background-image: url(/images/home-search-bg.jpg);
    min-height: 550px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    place-items: center;
}

.bg-search-container .search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #d2d2d3;
    padding: 5px 8px 5px 5px;
}

.bg-search-container .search-container .SceltaCampiContent .col-xs-12.col-sm-4 {
    padding-left: 0px;
    padding-right: 10px;
}

.bg-search-content .search-title {
    font-size: 48px;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    margin: 0;
    color: #fff;
    text-align: center;
}

.search-container .SceltaCampiContent {
    width: 83%;
}

.bg-search-container .search-container .box input,
.bg-search-container .search-container .box select {
    height: 70px;
    border: 2px solid #D4D4D4;

}

.bg-search-container .search-container .box input:focus,
.bg-search-container .search-container .box select:focus {
    border: 2px solid #cc0000;
    outline: none;
}

.search-container .box2 .button {
    padding: 20px 40px !important;
    background-color: #cc0000;
    border: 1px solid #cc0000;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .07em;
    transition: all 0.3s ease;
}

.search-container .box2 .button:hover {
    background-color: #e00000;
    border: 1px solid #e00000;
    color: #fff;
}

.boxsmall a {
    background: url(../images/reset-icon-1.png) center no-repeat;
}

/* CARD STYLE */
.list_card {
    min-height: 250px;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    background: url('/images/home-search-bg.jpg') center center/cover no-repeat;

}

.list_card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    z-index: 1;
}

.list_card:hover {
    background: url(/images/home-search-bg.jpg) center center / cover no-repeat;
}


.homeshare .rssbutton {
    background: url(/images/rss-icon-1.png) top no-repeat;
}

.vacancy-list-tile {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.row {
    margin: 0;
}

.list_card .titleBlock {
    min-height: auto;
    z-index: 2;
    position: relative;
}

.list_card .titleBlock h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
}

.list_card span.pub-date,
.list_card span.business_unit,
.list_card span.location {
    color: #fff;
    font-size: 15px;
    z-index: 2;
    position: relative;
}

.vacancy-list-tile .list_card a.button,
.homeshare .home-cv-button a,
.button {
    background-color: #cc0000;
    border: none;
    transition: transform 0.3s ease;
    color: #ffffff;
    z-index: 2;
    position: relative;
    padding: 8px 25px !important;
    font-weight: 500;
}

.vacancy-list-tile .list_card a.button:hover,
.homeshare .home-cv-button a:hover,
.button:hover {
    background-color: #e00000;
    color: #fff;
}

.adtitle h1.home-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #262626;
}

/* TABLE STYLE */
.SceltaCampiContent .GRID_HDR_CEL a:link,
.SceltaCampiContent .GRID_HDR_CEL a:visited {
    color: #cc0000;
    font-weight: 500;
    letter-spacing: normal;
    font-size: 14px;
}

.GRID_DAT_ROW td.GRID_DAT_CEL.titleCell a,
.GRID_DAT_ROW_Alter td.GRID_DAT_CEL.titleCell a {
    color: #cc0000;
    font-size: 16px;
}

.GRID_DAT_ROW td.GRID_DAT_CEL.titleCell a:hover,
.GRID_DAT_ROW_Alter td.GRID_DAT_CEL.titleCell a:hover {
    color: #cc0000;
}

.GRID_DAT_ROW td.GRID_DAT_CEL.autoWidth,
.GRID_DAT_ROW_Alter td.GRID_DAT_CEL.autoWidth {
    color: #262626;
    font-size: 15px;
}


/* DETAIL PAGE */
.job_top {
    background: #cc0000;
}

section .job-top-inner .adtitle h1 *,
section .job-top-inner .adtitle h1 {
    font-size: 32px !important;
    color: #fff;
    font-weight: 700;
}

section .job-top-inner .adtitle h1 {
    display: grid;
    place-items: center;
}

section.content.jobs.job-detail .job_top .job-top-inner .adtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0px;
    margin-bottom: 0px;
}

.jobs.job-detail .business_unit-sec.bottom-ofpage {
    margin-bottom: 0;
}

.textr .FORMLABLE,
.text.job-detail-content li,
.text.job-detail-content,
.text.job-detail-content h2,
table.FORM.ScTableTitle .DISABLEDFIELD,
.warp .ad .NoRecordsMessage,
.warp .ad .FORMLABLE,
.inner .bt-privacy td.LABLE {
    color: #262626;
    font-size: 15px;
}

.inner .bt-privacy td.LABLE {
    padding-left: 15px;
}


.inner .bt-privacy td.LABLE a {
    color: #cc0000;
    padding-left: 10px;
}

.goback a {
    color: #cc0000;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .1px;
    background: url(../images/back-arrow-1.png) no-repeat left;
}

.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;
}

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%;
}

/* FORM STYLE */
.warp .ad .msinner,
.warp .ad .inner {
    padding: 30px 0px;
}

section.content.myaccount.login-form .msinner.login-page td.FORMSINGLER a {
    font-weight: 400;
    font-size: 15px;
    color: #cc0000;
}

.warp .ad section.content.myaccount.homemyacc .msinner .MySpacetitle,
section.content.jobs.send-cv table.FORM.ScTableTitle td.FORMTITLE {
    font-size: 20px;
    color: #262626;
    font-weight: 500;
}

section.content.myaccount.changepwd .msinner .ContainerButtons,
section.content.myaccount.changepwd .msinner .recaptcha-container {
    padding-left: 32%;
}

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;
}

.business_unit-inner .no-cv .login-title a {
    color: #cc0000;
    font-weight: 500;
    font-size: 15px;
    padding-left: 20px;
}
section.content.jobs.send-cv .cv-form .FORM.Edit.ScMainFormMaschera td.FORMLABLE {
    width: 3%;
}

/* FOOTER STYLE */

.custom-footer {
    background: #2f2f31;
    color: #fff;
    padding: 60px 0 50px;
}

.footer-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-col {
    flex: 1;
}

.footer-col h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}

.footer-col h4 {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #e0e0e0;
}

.contact-row {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
    margin-top: 26px;
}

.footer-info {
    margin-bottom: 20px;
}

.footer-col span {
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 400;
    color: #e0e0e0;
}

.footer-col p {
    margin: 0;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
}
.footer-col p a {
    color: #fff;
    text-decoration: none;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.footer-col ul li a:hover {
    opacity: .8;
}

.payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
    justify-content: center;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: #bdbdbd;
    font-size: 24px;
    transition: .3s;
}

.social-icons a:hover {
    color: #fff;
}

.bottom-footer {
    background-color: #2b2b2b;
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 400;
    padding: 20px 0px 15px;
}

.bottom-footer-container a {
    color: #fff;
    text-decoration: none;
}



/* MOBILE MENU STYLE */
/* mobile menu  */
.hamburger_menu {
    font-size: 30px;
    display: none;
}

.mobile-drawer {
    display: none;
}


@media (max-width: 1024px) {
    .bg-search-content .search-title {
        font-size: 32px;
    }

    .bg-search-container .search-container {
        flex-direction: column;
    }

    .search-container .SceltaCampiContent {
        width: 100%;
    }

    .search-container .SceltaCampiContent .col-sm-4,
    .search-container .SceltaCampiContent .col-xs-12 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .search-container .box2,
    .search-container .box2 .button {
        width: 100%;
    }

    .bg-search-container .search-container .SceltaCampiContent .col-xs-12.col-sm-4 {
        padding-left: 0px;
        padding-right: 0px;
    }

}

@media(max-width:991px) {
    .footer-container {
        flex-direction: column;
    }

    .contact-row {
        flex-direction: column;
        gap: 15px;
    }

    .payment-icons {
        justify-content: flex-start;
    }

    .custom-footer {
        padding: 30px 0 40px;
    }
}

@media (max-width: 768px) {

    .warp .ad .inner .divDateTimeDropDown select,
    .warp .ad .inner .sendCV_AWL_cont .divDateTimeDropDown select {
        width: 100%;
    }

    .inner .bt-privacy td.LABLE {
        padding-left: 0px;
    }

    .bg-search-content .search-title {
        font-size: 20px;
    }

    .bg-search-container .search-container .box input,
    .bg-search-container .search-container .box select {
        height: 50px;
    }

    .search-container .box2,
    .search-container .box2 .button {
        padding: 10px 2px !important;
    }

    .warp .container .ad .homeshare {
        display: block;
    }

    div#vacancylist .col-sm-4.col-xs-12 {
        padding: 0px;
    }

    /* MOBILE MENU CSS */

    .hamburger_menu {
        display: block;
    }

    .header .header-container nav ul li a,
    nav ul li.language select.ComboLingua {
        display: none;
    }

    .mobile-drawer {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        height: 100vh;
        background: #ffffff;
        transform: translateX(-100%);
        transition: transform 0.4s ease;
        z-index: 9999;
        overflow-y: auto;
        display: block;
    }

    .mobile-drawer.active {
        transform: translateX(0);
    }

    .img-icon-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 15px;
        border-bottom: 1px solid #cccccc;
    }

    .img-icon-box a img {
        width: 32px;
        height: 21.33px;
    }

    .img-icon-box p {
        font-size: 15px;
        font-weight: 500;
        color: #262626;
    }

    .drawer-close {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi44MjgiIGhlaWdodD0iMjIuODI4Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiMwODIzMjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkYXRhLW5hbWU9IkxpbmVhIDEiIGQ9Im0xLjQxNCAxLjQxNCAyMCAyMCIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZWEgMiIgZD0ibTIxLjQxNCAxLjQxNC0yMCAyMCIvPjwvZz48L3N2Zz4=');
        font-weight: var(--font-light);
        line-height: 24px;
        background-repeat: no-repeat;
        background-size: 12px;
        opacity: 1;
        height: 12px;
        width: 12px;
        cursor: pointer;
    }

    .mobile-menu {
        list-style: none;
        margin: 0;
        padding: 0px 0 0px;
    }

    .mobile-menu li {
        cursor: pointer;
    }


    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 10px 0px 20px;
        color: #262626;
        text-decoration: none;
        font-size: 15px;
        transition: transform 0.4s ease;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-weight: 500;
    }

    li.language_change select.ComboLingua {
        padding: 20px 9.5px;
        margin-left: 10px;
        border: none;
        text-transform: capitalize;
        font-size: 15px;
        color: #262626;
        background-size: 21px !important;
        width: 96.2%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23CCCCCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") no-repeat right 10px center;
        font-weight: 500;
    }

    .mobile-menu .sub-menu {
        display: none;
        background: transparent;
        box-shadow: none;
    }

    .mobile-menu .sub-menu li a {
        padding-top: 15px;
    }

    .mobile-menu .sub-menu.active {
        display: block !important;
    }

    .mobile-menu span {
        display: inline-block;
        font-size: 20px;
        transition: 0.3s ease;
    }

    .mobile-menu li>a span {
        position: relative;
        padding-right: 22px;
    }

    .mobile-menu li>a span::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 21px;
        height: 30px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23CCCCCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") no-repeat center;
        background-size: contain;
    }

    .hamburger_menu {
        font-size: 24px;
        cursor: pointer;
        padding: 20px;
    }

    ul.sub-menu {
        display: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        height: auto !important;
        width: 100%;
    }

    nav ul li.open>ul.sub-menu {
        display: block !important;
    }

    .open {
        min-height: 180px !important;
    }

    .mobile-menu span img {
        display: none !important;
    }

    .mobile-menu__indicators {
        border-bottom: 1px solid #ccc;
        padding: 18px 0px 18px;
    }

    .mobile-menu__indicators a.mobile-menu__indicator {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 9px;
        font-weight: 500;
        text-transform: uppercase;
        color: #737373;
        row-gap: 5px;
    }

    .mobile-menu-contact {
        position: absolute;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #cccccc;
        padding: 20px 0px;
        text-align: center;
        display: grid;
        row-gap: 35px;
    }

    .mobile-menu-contact .mobile-menu__contacts-subtitle {
        font-size: 13px;
        color: #999;
    }

    .mobile-menu-contact .mobile-menu__contacts-title {
        font-size: 18px;
        font-weight: 500;
        color: #262626;
    }
}

@media (max-width: 575px) {
    .bg-search-container {
        min-height: 450px;
    }

    .warp .ad .msinner,
    .warp .ad .inner {
        padding: 10px 0px;
    }

    section .job-top-inner .adtitle h1 *,
    section .job-top-inner .adtitle h1,
    .adtitle h1.home-title,
    .list_card .titleBlock h2 {
        font-size: 22px !important;
    }

    .warp .ad .FORMLABLE {
        padding-right: 10px;
    }
}

@media (max-width: 479px) {

    section.content.myaccount.changepwd .msinner .ContainerButtons,
    section.content.myaccount.changepwd .msinner .recaptcha-container {
        padding-left: 0%;
    }

    section.content.jobs.job-detail .job_top .job-top-inner .adtitle {
        flex-direction: column;
        padding: 15px 0px;
    }
}