/* @font-face {
    font-family: "Raleway";
    src: url("/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2") format("truetype");
    font-weight: 100 900;
    font-style: normal;
} */

:root {
    --primary-color: #2265a6;
    --secondary-color: #60b903;

    --white: #ffffff;
    --light: #cfd9e6;

    --font-primary: "Raleway", sans-serif;
}

#NoActiveBanner {
    display: none;
}

a:focus {
    outline: none !important;
}

/* BUTTON STYLE */
.button {
    font-family: var(--font-primary);
}

.button {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    font-family: var(--secondary-font);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    padding: 7px 25px;
}

.button:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.homeshare .home-cv-button a,
.vacancy-list-tile .list_card a.button {
    border: var(--secondary-color) solid 1px;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 8px 25px;
}

.homeshare .home-cv-button a:hover,
.vacancy-list-tile .list_card a.button:hover {
    background-color: var(--secondary-color);
    color: var(--white);
}

.warp .ad .search .box2 .button {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 12px 30px;
}

.warp .ad .search .box2 .button:hover,
.business_unit-inner .ContainerButtons .button:hover {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

.business_unit-inner .ContainerButtons .button {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0px;
}

/* HEADER STYLE */
.warp .header {
    background-color: var(--primary-color);
    padding: 21px 0px;
}

.header .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header_wrapper .logo {
    float: none;
    width: auto;
    padding: 0px;
}

.header .header_wrapper nav {
    width: auto;
    border: none;
    margin-top: 0px;
    float: none;
    font-family: var(--font-primary);
}

.header .header_wrapper nav ul {
    display: flex;
    align-items: center;
    gap: 35px;
}

.header .header_wrapper nav ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    display: inline-block;
    padding: 0px;
}

.header .header_wrapper nav ul li a {
    text-decoration: none;
}

.header .header_wrapper nav ul li.language select.ComboLingua {
    color: #fff;
    text-transform: capitalize;
    height: auto;
    background: transparent;
    letter-spacing: 0.5px;
}

.header .header_wrapper nav ul li span {
    top: 0px;
}

.header .header_wrapper nav ul li span img {
    filter: brightness(0) invert(1);
}

.header .header_wrapper nav ul.sub-menu {
    background: #1a1a1a;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    top: 30px;
    width: 300px;
    padding: 0px;
}

.header .header_wrapper nav ul.sub-menu li {
    padding: 13px 25px;
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease;
}

.header .header_wrapper nav ul.sub-menu li:last-of-type {
    border-bottom: none;
}

.header .header_wrapper nav ul.sub-menu li:hover {
    background-color: var(--secondary-color);
}

.header .header_wrapper nav ul.sub-menu li a {
    font-weight: 400;
    letter-spacing: 0.5px;
}

.hamburger_menu {
    display: none;
    background: var(--secondary-color);
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 10px;
    z-index: 99999;
}

.mobile-drawer {
    display: none;
}

/* SEARCH STYLE */

.banner-section {
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.banner-section img {
    width: 100%;
}

.warp .ad .search,
.warp .ad .job_top {
    background: #f3f5fa;
}

/* TABLE STYLE */
section.content .adtitle h1.home-title {
    color: var(--primary-color);
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 32px;
    text-transform: capitalize;
    letter-spacing: -0.5px;
    padding: 15px 0px;
}

table .GRID_HDR_ROW .GRID_HDR_CEL {
    padding: 15px 20px;
}

table .GRID_HDR_ROW .GRID_HDR_CEL a:link,
section.content.privacypage table td.GRID_HDR_CEL {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-primary) !important;
    color: var(--primary-color) !important;
}

table td.GRID_DAT_CEL,
.vacancy-list-tile .list_card span.business_unit,
.vacancy-list-tile .list_card span.pub-date,
.warp .ad .business_unit-sec .textr,
.warp .ad .FORMLABLE,
.warp .ad .NoRecordsMessage,
.inner .bt-privacy td.LABLE,
.informativa .CookiePolicy,
section.content.privacypage p,
section.content.privacypage ol li,
section.content.privacypage ul li {
    font-size: 16px !important;
    font-family: var(--font-primary) !important;
    color: #555555;
}

.informativa .CookiePolicy table {
    margin-bottom: 30px;
}

.informativa .CookiePolicy table tr th {
    font-size: 16px !important;
    font-family: var(--font-primary) !important;
    color: var(--primary-color);
    padding: 5px 0px;
}

.informativa .CookiePolicy .CPSubTitle {
    font-size: 16px !important;
    font-family: var(--font-primary) !important;
    color: var(--primary-color);
    text-transform: uppercase;
    padding-bottom: 10px;
}

.informativa .CookiePolicy {
    padding: 30px 0px 40px;
    line-height: 28px;
}

section.content.privacypage {
    padding: 30px 0px;
}

section.content.privacypage h2,
section.content.privacypage ol li b,
section.content.privacypage ul li b {
    font-size: 16px !important;
    font-family: var(--font-primary) !important;
    color: var(--primary-color);
    text-transform: uppercase;
}


table td.GRID_DAT_CEL.titleCell a,
.inner .bt-privacy td.LABLE a {
    color: var(--primary-color);
    text-decoration: underline;
}

/* CARD PAGE STYLE */
.vacancy-list-tile {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}

.vacancy-list-tile .list_card {
    border: var(--primary-color) solid 1px;
    min-height: 250px;
    width: 100%;
    height: 100%;
    margin: 0px;
}

.vacancy-list-tile .list_card:hover {
    background-color: transparent;
}

.vacancy-list-tile .list_card .titleBlock {
    min-height: 0px;
}

.vacancy-list-tile .list_card .titleBlock h2,
section.content.myaccount.editcv .FORMTITLE span.titoloscheda {
    font-size: 25px;
    font-family: var(--font-primary);
    color: var(--primary-color);
    letter-spacing: -0.5px;
    font-weight: 600;
    line-height: 30px;
}

/* JOB DETAIL PAGE */
.warp .ad .business_unit-sec.bottom-ofpage {
    margin-bottom: 0px;
}

.ad {
    padding-bottom: 0px;
}

section.content.jobs.job-detail .job-top-inner .adtitle {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0px;
    margin: 0;
}

.warp .ad .text.job-detail-content ul li,
.warp .ad .text.job-detail-content {
    font-size: 16px !important;
    font-family: var(--font-primary) !important;
    color: #555555;
}

.warp .ad .text.job-detail-content strong,
.warp .ad .business_unit-sec .textr .DISABLEDFIELD {
    color: var(--primary-color);
}

/* FORM STYLE */
.warp .ad .msinner,
.warp .ad .inner {
    padding: 30px 0px;
}

.job-top-inner .adtitle {
    text-align: center;
}

.warp .ad .job_top .job-top-inner .adtitle h1,
.warp .ad .job_top .job-top-inner .adtitle h1 span,
section.content.jobs.job-detail .job-top-inner .adtitle h1 * {
    font-size: 32px;
    font-family: var(--font-primary);
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--primary-color);
}

section.content.myaccount.login-form .msinner.login-page td.FORMSINGLER a {
    font-family: var(--font-primary);
    color: var(--primary-color);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5714285714;
    text-decoration: underline;
}

/* AFTER LIGIN FORM */
.warp .ad section.content.myaccount.homemyacc .msinner .MySpacetitle {
    font-size: 20px;
    font-family: var(--font-primary);
    color: var(--primary-color);
    font-weight: 500;
}

.warp .ad .inner .Error,
.warp .ad .msinner .error {
    margin-left: 0px;
    width: 100%;
    display: block;
    text-align: center;
    font-family: var(--font-primary) !important;
    margin-left: 8px;
    font-weight: 500;
}

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.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,
.inner .bt-privacy td.LABLE {
    padding-left: 0px;
}

/* FOOTER STYLE */

footer.footer {
    background: var(--primary-color);
    font-family: var(--font-primary);
    color: var(--white);
    padding: 50px 0 43px;
    height: auto;
    margin: 0;
}

footer.footer .container {
    width: 1320px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.contact-box {
    display: flex;
    gap: 20px;
    flex: 1;
    border-right: 1px solid #ffffff26;
}

.contact-box:last-of-type {
    border: none;
}

.contact-box .icon svg {
    width: 48px;
    fill: #fff;
    transition: all 0.3s ease;
}

.contact-box:hover .icon svg {
    transform: scale(1.2);
    fill: var(--secondary-color);
}

.contact-box p {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.contact-box:hover p {
    color: var(--secondary-color);
}

.contact-box h4 {
    margin: 4px 0 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.contact-box.address h4 {
    font-size: 20px;
    padding-right: 10px;
}

.contact-box.address .icon svg {
    width: 36px;
}

.divider {
    background: #ffffff26;
    height: 0.5px;
    margin-top: 50px;
}

.footer-middle {
    display: flex;
    justify-content: space-between;
    margin: 48px 0 40px;
    gap: 30px;
}


.footer-middle .footer-col {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer-middle .footer-col h3 {
    margin: 0px;
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
}

.footer-col {
    flex: 1;
}

.social {
    display: flex;
    align-items: center;
    gap: 5px;
}

.social a {
    padding: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.social span {
    cursor: pointer;
}

.social a:hover {
    background-color: var(--secondary-color);
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-100px);
    }

    50.1% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}

.social span svg {
    fill: #fff;
    width: 20px;
}

.social a:hover svg {
    animation: floatUpDown 0.25s ease-in-out;
}

.shop-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.shop-link:hover {
    text-decoration: none;
    color: #fff;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.footer-col ul li a,
.footer-bottom .left p a {
    color: #fff;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover,
.footer-bottom .left p a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
    padding: 15px 0px;
}

.footer-bottom div {
    flex: 1;
}

.copyright-wrapper {
    border-top: 0.5px solid #ffffff26;
    padding-top: 40px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.links-tags {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.links-tags a {
    color: var(--white);
    text-decoration: none;
}

/* ICON REPLACE */

.warp .ad .goback a {
    font-size: 15px;
    background: url(../images/back-arrow-icon1.png) no-repeat left;
    font-family: var(--font-primary);
    font-weight: 500;
    color: var(--primary-color);
    padding: 0px 0px 0px 15px;
}

.boxsmall a {
    background: url(../images/back-arrow-icon.png) center no-repeat;
}

.warp .ad .homeshare .rssbutton {
    background: url(/images/rss-icon-1.png) top no-repeat;
}

.contentsocial .toggle-icons .email {
    background: url(/images/email1.png) no-repeat left top;
}

.contentsocial .toggle-icons .facebook {
    background: url(/images/face1.png) no-repeat left top;
}

.contentsocial .toggle-icons .twitter {
    background: url(/images/twitter1.png) no-repeat left top;
}

.contentsocial .toggle-icons span.linkedin-icon:hover:after {
    background: url(/images/linkedin1.png) no-repeat left top;
}

.contentsocial .toggle-icons .printicon {
    background: url(/images/print1.png) no-repeat left top;
    width: 40px;
    height: 40px;
    margin-top: 8px;
}

/* Responsive */

@media (max-width: 1300px) {
    footer.footer .container {
        width: 970px;
    }
}

@media (max-width: 1200px) {
    .contact-box h4 {
        margin: 0px 0 0;
        font-size: 16px;
        line-height: 26px;
    }

    .contact-box.address h4 {
        font-size: 16px;
    }

    footer.footer .container {
        width: 970px;
    }
}

@media (max-width: 1024px) {
    .contact-box {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .contact-box h4,
    .contact-box p {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .warp .ad .msinner {
        max-width: 540px;
    }

    table .GRID_HDR_ROW .GRID_HDR_CEL a:link {
        font-size: 13px;
    }

    .contact-box.address h4 {
        padding-right: 0px;
    }

    footer.footer .container {
        width: 750px;
    }
}

@media (max-width: 768px) {

    /* HEADER STYLE */
    .hamburger_menu,
    .hamberger {
        display: block;
    }

    .header .header_wrapper nav,
    .header .header_wrapper .logo,
    .hamburger_menu.active .hamberger {
        display: none;
    }

    .hamburger_menu .drawer-close {
        display: none;
    }

    .hamburger_menu.active .drawer-close {
        display: block;
    }

    .warp .header {
        padding: 12px 0px;
    }

    .header .header_wrapper {
        justify-content: flex-end;
    }

    .mobile-drawer {
        position: fixed;
        top: 0;
        left: 0;
        width: 350px;
        height: 100vh;
        background: var(--primary-color);
        transform: translateX(-100%);
        transition: transform 0.4s ease;
        z-index: 9999;
        overflow-y: auto;
        display: block;
    }

    .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;
    }

    .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: 10px 20px;
        color: var(--white);
        text-decoration: none;
        font-size: 16px;
        line-height: normal;
        font-family: var(--secondary-font);
        transition: transform 0.4s ease;
        letter-spacing: 1px;
        font-weight: 400;
    }

    .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: 40px;
        font-size: 14px;
        padding-bottom: 10px;
        padding-top: 8px;
        transition: transform 0.4s ease;
    }

    .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: 20px;
        padding: 9px 0px 9px;
        font-size: 16px;
        color: var(--white);
        background: transparent;
        border: none;
        letter-spacing: 1px;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        outline: none;
        width: 85%;
    }

    ul.mobile-menu li.language {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    ul.mobile-menu li.language .jam {
        margin: 12px 20px 0px 0px;
        position: absolute;
        top: 0;
        right: 0;
        pointer-events: none;
        color: #fff;
        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%;
    }

    .warp .ad .msinner .FORMLABLE,
    .warp .ad .inner .FORMLABLE {
        padding-right: 10px;
    }

    /* FOOTER STYLE */
    footer.footer {
        padding: 50px 0 30px;
    }

    footer.footer .container {
        width: 100%;
    }

    .footer-top {
        flex-direction: column;
        gap: 25px;
    }

    .contact-box {
        border-right: none;
        border-bottom: 1px solid #ffffff26;
        padding-bottom: 25px;
        flex-direction: row;
        align-items: flex-start;
    }

    .contact-box h4,
    .contact-box p {
        text-align: left;
    }

    .contact-box .icon svg,
    .contact-box.address .icon svg {
        width: 30px;
    }

    .divider {
        margin-top: 0px;
    }

    .social {
        justify-content: center;
    }

    .footer-middle,
    .footer-bottom,
    .copyright {
        flex-direction: column;
        text-align: center;
    }

    .footer-middle {
        margin: 30px 0 25px;
    }

    .footer-bottom {
        gap: 10px;
    }

    .footer-col ul {
        margin: 0;
    }

    .copyright-wrapper {
        padding: 15px 0px;
    }
}

@media (max-width: 575px) {

    /* TABLE STYLE */
    .warp .ad .job_top .job-top-inner .adtitle h1,
    section.content .adtitle h1.home-title,
    .vacancy-list-tile .list_card .titleBlock h2,
    section.content.myaccount.editcv .FORMTITLE span.titoloscheda,
    section.content.jobs.job-detail .job-top-inner .adtitle h1 * {
        font-size: 22px;
    }

    .warp .ad section.content.myaccount.homemyacc .msinner .MySpacetitle {
        font-size: 18px;
    }

    .warp .ad .msinner,
    .warp .ad .inner {
        padding: 10px 0px;
    }
}

@media (max-width: 479px) {

    section.content.myaccount.changepwd .msinner .ContainerButtons,
    section.content.myaccount.changepwd .msinner .recaptcha-container {
        padding-left: 0%;
    }

    .mobile-drawer {
        width: 100%;
    }
}