* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    height: 100%;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "TT Hoves", sans-serif;
    color: #2D2D2D;
    background-color: #F8F9FA;
    min-height: 100%;
}

a {
    text-decoration: none;
}

input:focus,
textarea:focus {
    outline: 0;
}

.m-btn {
    border: 0;
    background: transparent;
}

.m-btn--primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #fff;
    border-radius: 52px;
    background-color: #006AC1;
    margin: 0 15px;
    padding: 12px 0;
}

.m-btn--primary:visited {
    color: #fff;
}

.m-btn--primary:hover {
    color: #fff;
}

.m-btn--primary:active {
    color: #fff;
}

.m-btn--primary span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 12px;
    background-color: #fff;
}

.m-btn--primary span:before {
    font-family: "Font Awesome 5 Pro";
    color: #006AC1;
}

.m-btn--primary span.ricerca:before {
    content: "\f002";
}

.m-btn--primary span.candidatura:before {
    content: "\f15b";
    font-weight: 700;
}

.m-nav {
    position: sticky;
    top: 16px;
}

@media screen and (max-width: 991px) {
    .m-nav {
        position: static;
        margin-bottom: 32px;
    }
}

.m-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.m-menu li {
    border-radius: 15px;
    padding: 12px 16px;
}

.m-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #848484;
}

.m-menu li a:visited {
    color: #848484;
}

.m-menu li a:hover {
    color: #848484;
}

.m-menu li a:active {
    color: #848484;
}

.m-menu li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 12px;
    background-color: #fff;
}

.m-menu li a span:before {
    font-family: "Font Awesome 5 Pro";
    color: #006AC1;
    font-weight: 700;
}

.m-menu li a span.dashboard:before {
    content: "\f015";
}

.m-menu li a span.richieste:before {
    content: "\f002";
}

.m-menu li.active {
    background-color: #fff;
    -webkit-box-shadow: 0 3.5px 5.5px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 3.5px 5.5px 0 rgba(0, 0, 0, 0.02);
}

.m-menu li.active a {
    font-weight: 700;
    color: #2D2D2D;
}

.m-menu li.active a:visited {
    color: #2D2D2D;
}

.m-menu li.active a:hover {
    color: #2D2D2D;
}

.m-menu li.active a:active {
    color: #2D2D2D;
}

.m-menu li.active a span {
    background-color: #006AC1;
}

.m-menu li.active a span:before {
    color: #fff;
}

.m-section {
    padding: 40px 0;
}

.m-section__inner {
    padding-left: 16px;
}

.m-section__header {
    margin-bottom: 48px;
    padding: 0 16px;
}

.m-section__title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.m-section__description {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #848484;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .m-section__inner {
        padding: 0;
    }
}

.m-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 32px;
    grid-gap: 16px;
    margin-bottom: 48px;
}

.m-grid__item {
    border-radius: 15px;
    -webkit-box-shadow: 0 3.5px 5.5px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 3.5px 5.5px 0 rgba(0, 0, 0, 0.02);
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    .m-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .m-grid {
        display: block;
    }

    .m-grid__item {
        margin-bottom: 16px;
        height: auto !important;
    }
}

body.section-bacheca-offerta {
    .m-menu li.active a span {
        background-color: #297a38cc;
    }

    .m-card__date {
        background-color: #297a38;
    }
}

.m-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.m-card__header {
    padding: 16px 16px 0 16px;
}

.m-card__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.8);
    background-color: #004680;
    border-radius: 12px;
    padding: 8px 12px;
}

.m-card__date strong {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #fff;
}

.m-card__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px 24px 24px 24px;
}

.m-card__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 4px;
}

.m-card__description {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #848484;
    margin-bottom: 16px;
}

.m-card__info {
    margin: 0;
}

.m-card__info dt {
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #848484;
}

.m-card__info dd {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #575757;
    margin-bottom: 12px;
}

.m-card__info dd a {
    font-weight: 500;
    color: #004680;
    text-decoration: underline;
}

.m-card__info dd a:visited {
    color: #004680;
}

.m-card__info dd a:hover {
    color: #004680;
}

.m-card__info dd a:active {
    color: #004680;
}

.m-card__info dd:last-of-type {
    margin-bottom: 0;
}

.m-card__footer {
    border-top: 1px solid #EFEFEF;
    padding: 12px 16px;
}

.m-card__label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #848484;
    margin: 0;
}

.m-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-status span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #575757;
}

.m-status span:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.m-status span.active:before {
    background-color: #9DC23E;
}

.m-status span.expiring:before {
    background-color: #FFC107;
}

.m-status span.close:before {
    background-color: #FA4843;
}

.m-status a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #006AC1;
    letter-spacing: 0.03em;
}

.m-status a:visited {
    color: #006AC1;
}

.m-status a:hover {
    color: #006AC1;
}

.m-status a:active {
    color: #006AC1;
}

.m-status a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
}

.m-status a.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.m-article {
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
}

.m-article__body {
    padding: 40px 15px;
}

.m-article h1.m-article__title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.m-article h2.m-article__title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.m-article h2.m-article__title:before {
    display: block;
    content: "";
    width: 80px;
    height: 3px;
    margin-bottom: 9px;
}

.m-article h2.m-article__title.active:before {
    background-color: #9DC23E;
}

.m-article h2.m-article__title.expiring:before {
    background-color: #FFC107;
}

.m-article h2.m-article__title.close:before {
    background-color: #FA4843;
}

.m-article__description {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #848484;
    margin-bottom: 32px;
}

.m-article__info {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.m-article__info li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #F5F6F6;
    padding: 0 24px 24px 24px;
}

.m-article__info li img {
    width: 37px;
    height: 37px;
    margin-bottom: 2px;
}

.m-article__info li dl dt {
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #575757;
    margin-bottom: 2px;
}

.m-article__info li dl dd {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.m-article__info li:last-of-type {
    border: 0;
}

.m-article__text {
    margin-bottom: 32px;
}

.m-article__text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
    .m-article__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .m-article__info li {
        border: 0;
        padding: 0 12px 12px 12px;
    }
}

.m-table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 32px;
}

.m-table tr td {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding: 16px 15px;
}

.m-table tr td:first-of-type {
    color: #848484;
}

.m-table tr:nth-child(odd) {
    background-color: #F5F6F6;
}

.m-form {
    border-radius: 15px;
    background-color: #fff;
    padding: 40px 15px;
}

.m-form__title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.m-form__description {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #848484;
    margin-bottom: 32px;
}

.m-form__fieldset {
    position: relative;
    border: 1px solid #EFEFEF;
    margin-bottom: 40px;
    padding: 24px 16px 32px 16px;
}

.m-form__fieldset h3 {
    position: absolute;
    top: 0;
    left: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #848484;
    background-color: #fff;
    margin: 0;
    padding: 8px 16px;
}

.m-form__fieldset .row {
    margin-bottom: 32px;
}

.m-form__fieldset .row:last-of-type {
    margin-bottom: 0;
}

.m-form__label {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
}

.m-form__select {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border: 1px solid #CBCBCB;
    border-radius: 6px;
    padding: 13px 12px !important;
    background-color: transparent;
}

.m-form__input {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border: 1px solid #CBCBCB;
    border-radius: 6px;
    padding: 13px 12px !important;
}

.m-form__input--file {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 12px 38px 12px;
}

.m-form__input--file img {
    margin-bottom: 12px;
}

.m-form__input--file span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #848484;
    margin-bottom: 4px;
}

.m-form__input--file span strong {
    font-weight: 600;
    color: #006AC1;
}

.m-form__input--file small {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #848484;
}

.m-form__input--file input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.m-form__textarea {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border: 1px solid #CBCBCB;
    border-radius: 6px;
    padding: 13px 12px;
}

.m-form__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-bottom: 56px;
    padding: 0 18px;
}

.m-dropdown {
    position: absolute;
    right: 0;
    left: 0;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}

.m-dropdown__label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 13px 12px 11px 12px;
    cursor: pointer;
}

.m-dropdown__label:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m-dropdown__body {
    display: none;
}

.m-dropdown__list {
    max-height: 220px;
    overflow-y: auto;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    background: #fff;
    padding: 8px 0;
    z-index: 10;
}

.m-dropdown .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.03em;
    padding: 4px 16px;
    cursor: pointer;
    opacity: 0;
}

.m-dropdown__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 8px 8px 3px;
}

.m-dropdown__footer a {
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #006AC1;
    padding: 5px 9px;
}

.m-dropdown__footer a:visited {
    color: #006AC1;
}

.m-dropdown__footer a:hover {
    color: #006AC1;
}

.m-dropdown__footer a:active {
    color: #006AC1;
}

.m-dropdown__footer button {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background-color: #006AC1;
    padding: 5px 9px;
}

.m-dropdown.open {
    -webkit-box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.17);
}

.m-dropdown.open .m-dropdown__body {
    display: block;
}

.m-dropdown.open .checkbox {
    opacity: 1;
}

.m-dropdown.open .m-dropdown__label:after {
    content: "\f077";
}

@media screen and (max-width: 767px) {
    .m-dropdown {
        position: static;
    }
}

.m-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 3.5px 5.5px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 3.5px 5.5px 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 22px;
    padding: 16px 16px 12px 16px;
}

.m-filters__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.m-filters__title {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
}

.m-filters__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
    border: 0;
    border-radius: 6px;
    background-color: #004680;
    margin: 31px 0 13px;
    padding: 8px 16px;
}

.m-filters__button:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0b0";
    font-weight: 400;
}

.m-filters a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #006AC1;
}

.m-filters a:visited {
    color: #006AC1;
}

.m-filters a:hover {
    color: #006AC1;
}

.m-filters a:active {
    color: #006AC1;
}

@media screen and (max-width: 767px) {
    .m-filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.m-footer {
    margin-top: auto;
}