/* StudioCataldi.it — (c) 2024 All rights reserved */

html {
    margin: 0;
    padding: 0;
    font-size: 12pt;
}
body {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}
.clear {
    clear: both;
}
.sc-link-external {
}
.sc-link-external::after,
.sc-news-entry-content a[target]::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('../images/external-link-black.png');
    margin-left: 5px;
    vertical-align: baseline;
}
.sc-attr-darkbg .sc-link-external {
}
.sc-attr-darkbg .sc-link-external::after,
.sc-attr-darkbg a[target]::after {
    background-image: url('../images/external-link-white.png');
}
.sc-layout-top {
    background-color: #1c344c;
    color: #ffffff;
    height: 46px;
    display: flex;
}
.sc-layout-top a {
    text-decoration: none;
    color: inherit;
}
.sc-layout-top .x-actions {
    margin: 0.2em 1ex 0 auto;
    line-height: 1.1em;
}
.sc-layout-top .x-actions div {
}
.sc-layout-container {
    margin: 0 auto;
    max-width: 1000px;
}
.sc-layout-header {
}
.sc-layout-header .x-second {
    margin-bottom: 0.2em;
}
.dbg-pixel-perfect .sc-layout-header .x-second {
    margin-bottom: 3px;
}
.sc-layout-header .x-logo {
    display: block;
}
.sc-layout-header .x-logo img {
    vertical-align: top;
}
@media only screen and (max-width: 1023px) {
    .sc-layout-header {
    }
    .sc-layout-header .x-logo {
        text-align: center;
    }
    .sc-layout-header .x-logo img {
        max-width: 100%;
    }
    .sc-layout-menu {
        position: absolute;
        left: 0;
        top: 0;
    }
    .sc-layout-menu .x-toggle {
        display: block;
        width: 4ex;
        text-align: center;
        text-decoration: none;
        font-family: "Verdana", sans-serif;
        font-size: 30px;
        line-height: 44px;
        color: #ffffff;
    }
    .sc-layout-menu .x-main {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-family: "Verdana", sans-serif;
        font-size: 16px;
        font-weight: bold;
        display: none;
    }
    .sc-layout-menu.x-open .x-main {
        display: block;
    }
    .sc-layout-menu .x-main-entry {
        background: #1c344c;
        color: #ffffff;
    }
    .sc-layout-menu .x-main-entry a {
        display: block;
        text-decoration: none;
        color: inherit;
        padding: 0.3em 1ex 0.7em;
    }
    .sc-layout-menu .x-main-entry a:hover {
        background: #ffffff;
        color: #1c344c;
    }
    .sc-layout-menu .x-sub {
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
    .sc-layout-menu {
        font-size: 1.2em;
    }
    .sc-layout-menu .x-toggle {
        display: none;
    }
    .sc-layout-menu .x-main {
        list-style-type: none;
        margin: 0;
        padding: 0;
        border-top: 3px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        display: flex;
    }
    .sc-layout-menu .x-main-entry {
        display: block;
        margin-top: -3px;
        border-top: 3px solid #e9e9e9;
        flex-grow: 1;
    }
    .sc-layout-menu .x-main-entry:hover {
        border-top-color: #1c344c;
        background-color: #cbddef;
    }
    .sc-layout-menu .x-main-entry.x-active {
        border-top-color: #1c344c;
        background-color: #cbddef;
    }
    .sc-layout-menu .x-main-entry a {
        display: block;
        text-decoration: none;
        color: inherit;
        padding: 0.3em 1ex 0.7em;
        text-align: center;
    }
    .sc-layout-menu .x-sub {
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 40ex;
        background-color: #cbddef;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    .sc-layout-menu .x-sub.x-open,
    .sc-layout-menu li:hover .x-sub {
        display: block;
    }
    .sc-layout-menu .x-sub a {
        background-color: transparent;
        text-align: left;
    }
    .sc-layout-menu .x-sub a:hover {
        background-color: #ffffff;
    }
    .sc-layout-menu .x-sub a.x-active {
        background-color: #ffffff;
    }
    .dbg-pixel-perfect .sc-layout-menu {
        font-family: Verdana;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 13%);
        font-size: 16px;
        color: #1c344c;
    }
    .dbg-pixel-perfect .sc-layout-menu .x-main-entry {
        flex-grow: 0;
    }
    .dbg-pixel-perfect .sc-layout-menu .x-main-entry a {
        x-arial-padding: 5px 14px 14px;
        padding: 7px 13px 16px;
    }
}
.sc-breadcrumbs {
    margin: 1em 0 0;
    text-indent: 2ex;
}
.sc-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}
.sc-breadcrumbs a:hover {
    text-decoration: underline;
}
.sc-breadcrumbs img {
    vertical-align: top;
    opacity: 0.4;
}
main.sc-layout-container {
    padding-bottom: 1em;
}
@media only screen and (min-width: 1024px) {
    main.sc-layout-container {
        display: flex;
    }
    main.sc-layout-container .sc-page {
        flex-grow: 1;
    }
}
@media only screen {
    .sc-layout-footer {
        background: #242424;
        color: #ffffff;
        padding: 0 0 4em 0;
    }
    .sc-layout-footer a {
        color: inherit;
        text-decoration: none;
    }
    .sc-layout-footer a:hover {
        text-decoration: underline;
    }
    .sc-layout-footer .x-columns {
    }
    .sc-layout-footer .x-columns .x-column {
    }
    .sc-layout-footer .x-columns .x-column .x-title {
        margin: 0;
        font-size: 1.2em;
        font-weight: bold;
        cursor: default;
    }
    .sc-layout-footer .x-columns .x-column ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .sc-layout-footer .x-columns .x-column ul li {
        display: block;
    }
    .sc-layout-footer .x-columns .x-column ul a {
        display: block;
        padding: 0.2em 0;
    }
    .sc-layout-footer .x-columns .x-column .x-info {
        margin: 0;
        padding: 0.2em 0;
    }
    .sc-layout-footer .x-columns .x-column .x-info .x-line {
        display: block;
    }
    .sc-layout-footer .x-columns .x-column .x-info .x-sep {
        display: none;
    }
}
@media only screen and (max-width: 1023px) {
    .sc-layout-footer {
    }
    .sc-layout-footer .x-columns {
    }
    .sc-layout-footer .x-columns .x-column {
        text-align: center;
        max-width: 42ex;
        margin: 0 auto;
        padding: 1em 0;
        border-top: 1px dotted #c0c0c0;
    }
    .sc-layout-footer .x-columns .x-column:first-child {
        border-top: none;
    }
}
@media only screen and (min-width: 1024px) {
    .sc-layout-footer {
    }
    .sc-layout-footer .x-columns {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .sc-layout-footer .x-columns .x-column {
        border-left: 1px dotted #c0c0c0;
        margin-right: 2ex;
        padding-top: 1.5em;
        padding-left: 1.5ex;
    }
    .sc-layout-footer .x-columns .x-column:first-child {
        border-left: none;
    }
}
@media only print {
    .sc-layout-footer {
        text-align: center;
        border-top: 1pt solid black;
    }
    .sc-layout-footer .x-columns {
    }
    .sc-layout-footer .x-columns .x-column {
        display: none;
    }
    .sc-layout-footer .x-columns .x-column.x-info-column {
        display: block;
    }
    .sc-layout-footer .x-columns .x-column.x-info-column .x-title {
        display: none;
    }
    .sc-layout-footer .x-columns .x-column .x-info .x-line {
        display: inline;
    }
    .sc-layout-footer .x-columns .x-column .x-info .x-line .x-sep {
        display: inline;
    }
}
.sc-page {
}
.sc-page-title {
    font-size: 2.0em;
    margin: 0.5em 0;
}
.sc-page-content {
    font-size: 1.2em;
}
.sc-page-backlink {
    text-align: right;
}
@media only screen and (max-width: 1023px) {
    .sc-page {
        padding: 0 1ex;
    }
    .sc-page-content {
    }
}
.sc-sidebar-std1 {
    min-width: 310px;
    width: 310px;
    margin-left: 10px;
}
.sc-sidebar-std1 .x-title {
    margin: 1.4em 0 0.5em 0;
    padding: 0 1ex 0 1ex;
    border-bottom: 1px solid #c0c0c0;
    font-size: 1.3em;
    cursor: default;
}
.sc-sidebar-std1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sc-sidebar-std1 ul li {
    display: block;
}
.sc-sidebar-std1 ul a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 0.2em 1ex 0.2em 0;
}
.sc-sidebar-std1 ul a:hover {
    text-decoration: underline;
}
.sc-page-content h3 small {
    display: inline-block;
    margin-left: 1ex;
    font-weight: normal;
}
.sc-news-abstract {
    border: 1px solid #ccc;
    font-style: italic;
    padding: 0.5em;
    margin: 1em 0;
}
.sc-news-toc {
    border: 1px solid #aaa;
    padding: 1em;
    margin: 1em 0;
    background: #eee;
}
.sc-news-toc ul {
    margin: 0;
}
.sc-news-toc a {
    text-decoration: none;
}
.sc-news-toc a:hover {
    text-decoration: underline;
}
.sc-news-toc li.x-h3 {
    list-style-type: circle;
    font-size: 0.9em;
    margin-left: 3ex;
}
.cms-authors-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.cms-authors-list-entry {
    display: block;
    text-align: center;
    margin: 1em;
    padding: 0.5em 1ex;
    text-decoration: none;
    max-width: 20ex;
    border: 1px solid transparent;
}
.cms-authors-list-entry:hover {
}
.cms-authors-list-entry .cms-author-image {
    max-width: 240px;
    height: 100px;
    border: 1px solid #7f7f7f;
    padding: 3px;
    border-radius: 12px;
    opacity: 0.9;
    filter: saturate(40%);
}
.cms-authors-list-entry:hover .cms-author-image {
    border-color: #2e697a;
    opacity: 1.0;
    filter: saturate(100%);
}
.cms-authors-list-entry .cms-author-name {
    display: block;
    margin: 0;
    text-align: center;
    font-weight: bold;
}
.cms-authors-list-entry:hover .cms-author-name {
    text-decoration: underline;
}
.cms-authors-list-entry .cms-author-smallinfo {
    display: block;
    margin: 0;
    font-size: 0.8em;
    text-align: center;
    color: #000000;
}
.sc-news-spotlight {
    background: #1c344cbf;
    color: #ffffff;
    padding: 1em;
}
.sc-news-spotlight .sc-news-entry-title {
}
.sc-news-spotlight .sc-news-entry-title a {
    text-decoration: none;
    color: inherit;
}
.sc-news-tiles {
}
.sc-news-tiles .sc-news-tiles-layout {
}
.sc-news-tiles .sc-news-tiles-layout .sc-news-entry {
}
.sc-news-tiles .sc-news-tiles-layout .sc-news-entry-content {
}
.sc-news-tiles .sc-news-entry-image {
}
.sc-news-tiles .sc-news-entry-title {
    margin: 0 0 0 0;
}
.sc-news-tiles .sc-news-entry-title a {
    text-decoration: none;
    color: #1c344c;
}
.sc-news-tiles .sc-news-entry-snippet {
}
.sc-news-tiles .sc-news-entry-cta {
    margin: 0 0 0 0;
    font-size: 0.8em;
    text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
    .sc-news-tiles {
        margin: 1em 0;
        overflow: hidden;
    }
    .sc-news-tiles .sc-news-tiles-layout {
    }
    .sc-news-tiles .sc-news-tiles-layout .sc-news-entry {
        border-top: 1px solid #d5d5d5;
        padding: 1px 0;
        box-sizing: border-box;
    }
    .sc-news-tiles .sc-news-tiles-layout .sc-news-entry-content {
        margin: 2em 0;
        padding: 0 10px 0 10px;
    }
    .sc-news-tiles .sc-news-entry-image {
        width: 100%;
    }
}
@media only screen and (min-width: 1024px) {
    .sc-news-tiles {
        margin: 1em 0;
        overflow: hidden;
    }
    .sc-news-tiles .sc-news-tiles-layout {
        margin: 0 -1px 0 -11px;
        display: flex;
        flex-wrap: wrap;
    }
    .sc-news-tiles .sc-news-tiles-layout .sc-news-entry {
        border-top: 1px solid #d5d5d5;
        width: 50%;
        padding: 1px 0;
        box-sizing: border-box;
    }
    .sc-news-tiles .sc-news-tiles-layout .sc-news-entry-content {
        border-left: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
        margin: 10px 0 10px -1px;
        padding: 0 10px 0 10px;
    }
    .sc-news-tiles .sc-news-entry-image {
        width: 100%;
    }
}
a.sc-cta-arrow-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
a.sc-cta-arrow-link::before {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-right: 1ex;
    background: #003871 url('../images/icons/call_to_action_arrow.png') no-repeat center center;
    vertical-align: middle;
}
.sc-page-home {
    font-family: "Verdana", sans-serif;
    margin: 0;
}
.sc-page-home .sc-page-title {
    font-weight: normal;
    font-size: 18px;
    margin: 0.8em 0 0.25em 0;
    padding: 0 0 0.1em 0.5ex;
    border-bottom: 2px solid #bfbfbf;
}
.sc-page-home .sc-page-content {
    max-width: 689px;
}
.sc-news-list {
}
.sc-news-list-item {
    margin: 0 0 0.8em 0;
    padding: 0 0 1.1em 0;
    border-bottom: 2px solid #aaaaaa;
}
.sc-news-list-item .sc-news-entry-title {
    margin: 0 0 0.8em 0;
    font-size: 1.2em;
}
.sc-news-list-item .sc-news-entry-title a {
    color: #006699;
    text-decoration: none;
    font-weight: bold;
}
.sc-news-list-item .sc-news-entry-title time {
    float: right;
    margin-left: 0.5em;
    padding-top: 0.2em;
    font-style: italic;
    font-size: 0.8em;
}
.sc-news-list-item .sc-news-entry-image {
    float: left;
    margin: 0 1em 0 0;
    width: 100px;
    height: 60px;
}
.sc-news-list-item .sc-news-entry-snippet {
    margin: 0;
}
.sc-news-list-item::after {
    content: "";
    display: block;
    clear: both;
}
.sc-news-list-item_new {
    margin: 0 0 0.8em 0;
    padding: 0 0 1.1em 0;
    border-bottom: 2px solid #aaaaaa;
}
.sc-news-list-item_new .sc-news-entry-title {
    margin: 0 20px 0.8em 120px;
    font-size: 1.2em;
}
.sc-news-list-item_new .sc-news-entry-title a {
    color: #006699;
    text-decoration: none;
    font-weight: bold;
}
.sc-news-list-item_new .sc-news-entry-image {
    float: left;
    margin: 0 1em 0 0;
    width: 100px;
    height: 60px;
}
.sc-news-list-item_new .sc-news-entry-snippet {
    margin: 0 20px 0 120px;
}
.sc-news-list-item_new .sc-news-entry-snippet time {
    font-style: italic;
}
.sc-news-list-item_new::after {
    content: "";
    display: block;
    clear: both;
}
.sc-news-entry-attachments_simple {
}
.sc-news-entry-attachments_simple ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sc-news-entry-attachments_simple ul li {
    display: block;
}
.sc-news-entry-attachments_simple ul a {
    display: block;
    text-decoration: none;
    margin: 1em;
    padding: 0.5em 1ex;
}
.sc-news-entry-attachments_simple ul a span {
}
.sc-news-entry-attachments_simple ul a small {
    display: inline-block;
    margin-left: 2ex;
    color: #aaaaaa;
}
.sc-news-entry-attachments_simple ul a:hover {
}
.sc-news-entry-attachments_simple ul a:hover span {
    text-decoration: underline;
}
.sc-news-entry-attachments_with_thumb {
}
.sc-news-entry-attachments_with_thumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sc-news-entry-attachments_with_thumb ul li {
    display: block;
}
.sc-news-entry-attachments_with_thumb ul a {
    display: block;
    text-decoration: none;
    border: 1px solid #000000;
    margin: 1em;
}
.sc-news-entry-attachments_with_thumb ul a img {
    float: left;
    max-width: 100px;
    max-height: 120px;
    padding: 1px;
    margin: 2px 10px 2px 10px;
}
.sc-news-entry-attachments_with_thumb ul a::after {
    content: "";
    display: block;
    clear: both;
}
.sc-news-entry-attachments_with_thumb ul a span {
    display: block;
    margin: 1em 1ex 1em 122px;
}
.sc-news-entry-signature {
    border: 1px solid #8c8c8c;
    padding: 0.2rem 0.5rem 0.5rem 0.5rem;
    background: #d7d7d7;
    position: relative;
    min-height: 70px;
}
.sc-news-entry-signature img.sc-news-entry-signature-image {
    float: left;
    border: 1px solid #ffffff;
    margin: 0.2rem 0.5rem 0.4rem 0.1rem;
    width: 120px;
}
.sc-news-entry-signature p.sc-news-entry-signature-name {
    float: left;
    margin: 0.4rem 0.3rem 0 0;
    font-weight: bold;
}
.sc-news-entry-signature p.sc-news-entry-signature-name a {
    text-decoration: none;
    color: inherit;
}
.sc-news-entry-signature p {
    margin: 0.4rem 0;
}
.sc-news-entry-signature img {
    vertical-align: middle;
    max-width: 100%;
}
.sc-news-entry-signature::after {
    content: "";
    display: block;
    clear: both;
}
.sc-content-author-profile-image {
    float: left;
    border: 1px solid #ffffff;
    margin-right: 0.5em;
    margin-bottom: 0.4em;
    width: 300px;
}
.sc-content-related-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.sc-content-related-list li {
    display: block;
    width: 180px;
    margin: 1em 0.4em;
}
.sc-content-related-list a {
    display: block;
    border: 1px solid #d5d5d5;
    border-top: 3px solid #000000;
    height: 250px;
    color: inherit;
    text-decoration: none;
    padding: 0.5em;
    position: relative;
}
.sc-content-related-list a .x-image {
    display: block;
    height: 100px;
    text-align: center;
}
.sc-content-related-list a .x-image img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.sc-content-related-list a .x-title {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: #2e697a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
.sc-content-related-list a .x-published {
    display: block;
    margin-top: 1.0em;
    font-size: 0.8em;
    text-align: right;
}
.sc-content-table {
    border-collapse: collapse;
    border-spacing: 0 0;
}
.sc-content-table th {
    padding: 0.2em 1ex;
}
.sc-content-table td {
    border: 1px solid #000000;
    padding: 0.2em 1ex;
}
.sc-content-table tbody tr:hover {
    background-color: #e0e0e0;
}
.sc-content-table-style-c {
    margin: 0 auto;
}
.sc-content-table-cells-c {
}
.sc-content-table-cells-c tbody td {
    text-align: center;
}
.sc-content-table .x-align-center {
    text-align: center;
}
.sc-content-table .x-align-right {
    text-align: right;
}
.sc-ltools-form {
    background-color: #cbddef;
    border-radius: 25px;
    padding: 15px 25px;
}
.sc-ltools-form form {
    margin: 0;
    padding: 0;
}
.sc-ltools-form .sc-ltools-form-line {
    display: flex;
    padding: 0.2em 0;
}
.sc-ltools-form .sc-ltools-form-line:hover {
}
.sc-ltools-form .sc-ltools-form-line .g-form-label {
    flex-grow: 1;
    cursor: default;
}
.sc-ltools-form .sc-ltools-form-line .g-form-input {
}
.sc-ltools-form .sc-ltools-form-line .g-form-input-align-right {
}
.sc-ltools-form .sc-ltools-form-line .g-form-input-align-right input {
    text-align: right;
}
.sc-ltools-form .sc-ltools-form-buttons {
    display: flex;
    padding: 0.2em 0;
}
.sc-ltools-form .sc-ltools-form-buttons button {
    flex-grow: 1;
    background-color: #4caf50;
    color: #ffffff;
    padding: 0.5em 1ex;
    border: 2px solid #c0c0c0;
    cursor: pointer;
}
.sc-ltools-form-errors {
    margin: 1em 0 0 0;
    color: #c30063;
}
.sc-ltools-form-errors ul {
    margin: 0 0 0 0;
    padding: 0 0 0 4ex;
}
.sc-ltools-errors {
    margin: 1em 0;
    padding: 1em;
    border: 2px solid #c30063;
    color: #c30063;
}
.sc-ltools-errors ul {
}
.sc-ltools-results-summary {
    text-align: center;
}
.sc-ltools-results-label {
    display: inline-block;
    width: 50ex;
    text-align: left;
}
.sc-ltools-results-value {
    display: inline-block;
    width: 30ex;
    text-align: right;
    font-weight: bold;
}
.sc-ltools-codfisc {
    background: #bfd9c6;
    width: 60ex;
    margin: 1em auto;
}
.sc-ltools-codfisc .x-hdr {
    background: #2d9544;
    color: #ffffff;
    margin: 0;
    padding: 0.8em;
    text-align: center;
    font-size: 1.4em;
    letter-spacing: 0.1ex;
}
.sc-ltools-codfisc .x-line {
    margin: 0;
    padding: 0.4em 1ex;
}
.sc-ltools-codfisc .x-label {
    display: inline-block;
    width: 12ex;
    color: #2d9544;
    vertical-align: middle;
    font-style: italic;
}
.sc-ltools-codfisc strong {
    display: inline-block;
    color: #000;
    text-shadow: 1px 1px #aaa;
    width: 14rem;
}
.sc-ltools-codfisc .x-label.x-side {
    width: 6ex;
}
.sc-ltools-codfisc strong.x-side {
    width: auto;
}
.sc-ltools-codfisc .x-big strong {
    font-size: 1.3em;
    letter-spacing: 0.1ex;
}
.sc-ltools-codfisc .x-err {
    margin: 0;
    padding: 0.2em 1ex;
    color: darkred;
    font-weight: bold;
}
.sc-content-centerinset {
    border: 1px solid #c0c0c0;
    padding: 1ex;
    margin: 1em 0;
    text-align: center;
}
.sc-content-darkinset {
    background-color: #b9b9b9;
    border: 1px solid #333333;
    padding: 0 0.8em;
    margin: 1em 0;
}
.sc-content-darkinset p {
    margin: 0.8em 0;
}
.sc-content-darkinset2 {
    background-color: #d7d7d7;
    border: 1px solid #8c8c8c;
    padding: 0 0.8em;
    margin: 1em 0;
}
.sc-content-darkinset2 p {
    margin: 0.8em 0;
}
.sc-form-newsletter_subscribe {
    color: #333333;
    text-align: center;
}
.sc-form-newsletter_subscribe p {
    margin: 0.6em 0;
}
.sc-form-newsletter_subscribe input.x-email {
    height: 20px;
    border-radius: 10px;
    padding: 0 0.7ex;
}
.sc-form-newsletter_subscribe input.x-submit-blue {
    padding: 0.2em 0.5em;
    border-radius: 5px;
    background-color: #61859d;
    color: #ffffff;
    border: 0;
    font-size: 1.2em;
    cursor: pointer;
}
.sc-form-newsletter_subscribe input.x-submit-red {
    padding: 6px;
    height: 30px;
    border: 0;
    text-decoration: none;
    background-color: #eb593c;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
.sc-content-dem_section_bullets {
    margin: 2.5em 0 2em 0;
}
.sc-content-dem_section_bullets img.x-clip {
    display: block;
    width: 80px;
    margin: 0 auto;
}
.sc-content-dem_section_bullets h2 {
    margin: 0 0 0.5em 0;
    font-size: 1.3em;
    text-align: center;
}
.sc-content-dem_section_bullets h2 a {
    color: inherit;
    text-decoration: none;
}
.sc-content-dem_section_bullets h2 a:hover {
    text-decoration: underline;
}
.sc-content-dem_section_bullets ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sc-content-dem_section_bullets ul li {
    margin: 0.4em 0;
    padding: 0 0 0 20px;
    line-height: 16px;
    background: url('../imgservizi/icon16_tick.png') no-repeat left top;
}
.sc-content-dem_section_bullets .x-cta {
    display: block;
    border: 1px solid #c0c0c0;
    background: #66cc00;
    padding: 0.3em 1ex;
    margin: 1em 0 0 0;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.sc-content-dem_separator {
    width: 80%;
    margin: 2em auto;
    background: #cbddef;
    height: 1px;
}
.sc-content-dem_separator hr {
    display: none;
}
.sc-content-tilelinks {
    list-style-type: none;
    padding: 0;
    margin: 1em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sc-content-tilelinks li {
    display: block;
    margin: 0 1em;
}
.sc-content-tilelinks li a {
    display: block;
    padding: 0.5em 0.5em 0.8em 0.5em;
    font-size: 1.2em;
    text-decoration: none;
    text-align: center;
    border: 1px solid transparent;
}
.sc-content-tilelinks li a:hover {
    border: 1px solid #2e697a;
}
.sc-content-tilelinks li a img {
    vertical-align: top;
    margin-bottom: 0.5em;
}
.sc-content-tilelinks li a span {
    display: inline-block;
}
.sc-content-legaltiles {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.sc-content-legaltiles li {
    display: block;
    margin: 10px;
}
.sc-content-legaltiles li a {
    display: flex;
    position: relative;
    width: 240px;
    height: 140px;
    text-align: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.sc-content-legaltiles li a img {
    width: 100%;
    transition: width 1000ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
.sc-content-legaltiles li a span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 80%);
    color: #ffffff;
    font-size: 0.8em;
    padding: 0.6em 0.5ex 0.4em;
}
@media (hover: hover) {
    .sc-content-legaltiles li a {
    }
    .sc-content-legaltiles li a img {
        width: 120%;
        transition: width 1000ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    }
    .sc-content-legaltiles li a span {
    }
    .sc-content-legaltiles li a:hover {
    }
    .sc-content-legaltiles li a:hover img {
        width: 100%;
    }
    .sc-content-legaltiles li a:hover span {
        background: rgba(0, 0, 0, 60%);
    }
}
@media (max-width: 1023px) {
    .sc-content-legaltiles {
        justify-content: space-evenly;
    }
}
@media (max-width: 499px) {
}
.sc-content-cta-blue {
    margin: auto;
    width: 200px;
    text-align: center;
    background-color: #256299;
    color: #ffffff;
    font-family: Verdana;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 7px;
}
.sc-content-cta-blue a {
    color: #ffffff;
    text-decoration: none;
}
.sc-content-cta-bar-yellow {
    background-color: #ffa500;
    padding: 0.3em 1ex;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 1.2em;
}
.sc-content-cta-bar-yellow a {
    color: #ffffff;
}
.sc-page-modifier-nospace {
    margin-top: 1em;
    margin-bottom: 1em;
}
.sc-page-modifier-nospace p {
    margin-top: 0;
    margin-bottom: 0;
}
.sc-page-modifier-nospace ul {
    margin-top: 0;
    margin-bottom: 0;
}
.sc-page-modifier-arrowlist {
}
.sc-page-modifier-arrowlist ul {
    list-style-type: "»   ";
}
.sc-content-picture-full {
    margin: 1em 0;
}
.sc-content-picture-full img {
    width: 100%;
}
.sc-content-picture-right {
    float: right;
    margin: 0 0 1em 1em;
    width: 40%;
    text-align: right;
}
.sc-content-picture-right img {
    width: 100%;
    height: auto;
}
.sc-content-picture-right span {
    display: block;
    text-align: center;
    font-style: italic;
}
@media (max-width: 499px) {
    .sc-content-picture-right {
        float: none;
        margin: 1em 0;
        width: 100%;
    }
    .sc-content-picture-right img {
    }
}
.sc-page-index-nav {
    border-top: 2px solid #cccccc;
    margin-top: 2em;
    padding-top:1em;
    font-size:1rem;
}
.sc-page-index-nav p {
    margin: 0;
}
.sc-page-index-nav a {
    text-decoration: none;
}
.sc-page-index-nav a:hover {
    text-decoration: underline;
}
.sc-page-index-nav .x-title {
    text-align: center;
}
.sc-page-index-nav .x-wrapper {
    display: flex;
}
.sc-page-index-nav .x-prev {
    margin-right: auto;
    text-align: left;
    width: 50%;
}
.sc-page-index-nav .x-next {
    margin-left: auto;
    text-align: right;
    width: 50%;
}
.sc-page-index-nav .x-wrapper .x-prev,
.sc-page-index-nav .x-wrapper .x-next {
    flex: 1 1 auto;
}
.sc-page-index-nav .x-wrapper .x-index {
    flex: 0 0 auto;
}
.sc-cms-booklet-bubble-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.sc-cms-booklet-bubble {
    border: 2px solid black;
    width: 40ex;
    margin: 2em;
}
.sc-cms-booklet-bubble .x-title {
    background-color: #1c344c;
    color: #ffffff;
    margin: 0;
    padding: 1em;
}
.sc-cms-booklet-bubble .x-title h3 {
    margin: 0;
    font-size: 1.0em;
    text-align: center;
}
.sc-cms-booklet-bubble .x-title h3 a {
    color: inherit;
    text-decoration: none;
}
.sc-cms-booklet-bubble .x-title span {
    display: block;
    font-size: 0.7em;
    margin-top: 0.5em;
}
.sc-cms-booklet-bubble .x-title span.x-articles {
    float: left;
}
.sc-cms-booklet-bubble .x-title span.x-updated {
    float: right;
}
.sc-cms-booklet-bubble .x-title::after {
    content: "";
    display: block;
    clear: both;
}
.sc-cms-booklet-bubble ul.x-index {
    list-style-type: none;
    margin: 1em 1em 1em 1em;
    padding: 0;
    font-size: 0.8em;
}
.sc-cms-booklet-bubble ul.x-index li {
    margin: 0;
    padding: 0;
}
.sc-cms-booklet-bubble ul.x-index li.x-chapter {
    font-weight: bold;
    margin-top: 1.5em;
}
.sc-cms-booklet-bubble ul.x-index li.x-chapter a {
    color: inherit;
    text-decoration: none;
}
.sc-cms-booklet-bubble ul.x-index li.x-chapter a:hover {
    text-decoration: underline;
}
.sc-cms-booklet-bubble ul.x-index li.x-article {
    list-style-type: "→";
    padding: 0 0 0 0.5ex;
    margin: 0.5em 0 0 1em;
}
.sc-cms-booklet-bubble ul.x-index li.x-article a {
    text-decoration: none;
}
.sc-cms-booklet-bubble ul.x-index li.x-article a:hover {
    text-decoration: underline;
}
.sc-cms-booklet-bubble ul.x-index li.x-more {
    list-style-type: "…";
    padding: 0 0 0 0.5ex;
    margin: 0.5em 0 0 1em;
    font-style: italic;
}
.sc-cms-booklet-bubble ul.x-index li.x-more a {
    color: inherit;
    text-decoration: none;
}
.sc-cms-booklet-expanded {
    background: #f8f8f8;
}
.sc-cms-booklet-expanded h2 {
    padding-bottom: 0.2em;
    border-bottom: 2px solid #000000;
}
.sc-cms-booklet-expanded h2 small {
    font-size: 0.6em;
    font-weight: normal;
}
.sc-cms-booklet-expanded > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.sc-cms-booklet-expanded > ul > li {
    display: block;
    margin: 1em;
    transition: box-shadow 0.3s ease;
}
.sc-cms-booklet-expanded > ul > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 38ex;
    min-height: 7em;
    border: 1px solid #c0c0c0;
    background: #ffffff;
    padding: 0.8em 1em;
    border-radius: 8px;
}
.sc-cms-booklet-expanded > ul > li > a > span {
    display: block;
}
.sc-cms-booklet-expanded > ul > li > a > span.x-title {
    font-weight: bold;
    margin-bottom: 0.8em;
}
.sc-cms-booklet-expanded > ul > li > a > span.x-abstract {
    font-size: 0.8em;
    margin-bottom: 0.8em;
    color: #666666;
}
.sc-cms-booklet-expanded > ul > li > a > span.x-tag {
    display: inline-block;
    padding: 0.2em 0.8em;
    font-size: 0.7em;
    border-radius: 20px;
    background: #e3f2fd;
    color: #1976d2;
}
.sc-cms-booklet-expanded > ul > li:hover {
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
}
.sc-cms-booklet-index {
    margin: 1em 0;
}
.sc-cms-booklet-index h2 {
    margin: 1.6em 0 0.5em;
    font-size: 1.2em;
}
.sc-cms-booklet-index p {
    margin: 0 0 0 0.5ex;
    font-size: 1.2em;
}
.sc-cms-booklet-index p a {
    padding: 0.1em 0;
    text-decoration: none;
}
.sc-cms-booklet-index p a:hover {
    text-decoration: underline;
}
.sc-cms-booklet-index p.x-article {
    padding-left:3.5ex;
}
.sc-cms-booklet-index p.x-article::before {
    content: "•";
    display: inline-block;
    width: 3.5ex;
    margin-left:-3.5ex;
    text-align: center;
}
.sc-cms-booklet-index p.x-seealso {
    font-style: italic;
}
.sc-cms-booklet-index p.x-seealso::before {
    content: "→";
    display: inline-block;
    width: 3.5ex;
    text-align: center;
}
.sc-authors-contacts {
    margin: 1em;
}
.sc-authors-contact {
    margin: 0.5em 0;
    white-space: nowrap;
    margin-right: 1em;
}
.sc-authors-contact .x-label {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../images/contact-icon-email.png') no-repeat center center;
    text-indent: -50ex;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 0.5ex;
}
.sc-authors-contact .x-content {
    text-decoration: none;
}
.sc-authors-contact.x-info-phone .x-label {
    background-image: url('../images/contact-icon-phone.png')
}
.sc-authors-contact.x-info-email .x-label {
    background-image: url('../images/contact-icon-email.png')
}
.sc-authors-contact.x-info-linkedin .x-label {
    background-image: url('../images/contact-icon-linkedin.png')
}
.sc-authors-contact.x-info-facebook .x-label {
    background-image: url('../images/contact-icon-facebook.png')
}
@media print {
    .sc-layout-top {
        display: none;
    }
    .sc-layout-menu {
        display: none;
    }
    .sc-sidebar {
        display: none;
    }
}
.sc-redazione {
    display: flex;
    flex-wrap: wrap;
}
.sc-redazione-entry {
    margin: 0.5em;
    text-align: center;
    width: 190px;
}
.sc-redazione-entry a {
    display: block;
    text-decoration: none;
}
.sc-redazione-entry .sc-redazione-entry-image {
    display: block;
    margin: 0 auto;
    border: 3px solid #6893B5;
    width: 140px;
    height: 140px;
    padding: 0px;
    border-radius: 350px;
    overflow: hidden;
}
.sc-redazione-entry .sc-redazione-entry-image img {
    border: 4px solid white;
    border-radius: 550px;
    width: 132px;
    height: 132px;
    vertical-align: top;
}
.sc-redazione-entry-name {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
.sc-redazione-entry-role {
    display: block;
    font-size: 0.8em;
    font-style: italic;
}
.sc-redazione-entry-role {
}
.sc-redazione-entry a:hover {
}
.sc-redazione-entry a:hover .sc-redazione-entry-image {
    border-color: #2cc899;
}
.sc-redazione-entry a:hover .sc-redazione-entry-name {
    text-decoration: underline;
}
.sc-content-error {
    text-align: center;
    padding: 4em 0 10em;
}
#scx_embed_dialog {
}
#scx_embed_dialog iframe {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 97%;
    background: transparent;
}
.scx-embed-dialog-widget.ui-dialog.ui-widget {
    border: 0;
    background: transparent;
}
.scx-embed-dialog-widget.ui-dialog.ui-widget .ui-dialog-titlebar {
    border: 0;
    background: transparent;
}
.scx-embed-dialog-widget.ui-dialog.ui-widget .ui-dialog-content {
    border: 2px solid grey;
}
@media only print {
    .sc-page-related-latest,
    .sc-page-related-topic {
        display: none;
    }
}
.sc-categories-list {
}
.sc-categories-list li {
    margin: 0.5em 0;
}
.sc-categories-list a {
    text-decoration: none;
}
.sc-categories-list a:hover {
    text-decoration: underline;
}
.sc-categories-list small {
    display: inline-block;
    margin-left: 1ex;
    color: #7f7f7f;
    font-style: italic;
}
.sc-categories-list.x-double-columns {
    column-count: 2;
}
.sc-pages {
    cursor: default;
    text-align: center;
    margin: 2em 0 1em;
}
.sc-pages .x-label,
.sc-pages .x-sep {
    display: none;
}
.sc-pages .x-page {
    display: inline-block;
    border: 1px solid #000000;
    margin: 0 0.4ex;
    padding: 0.3em 0.5ex;
    text-align: center;
    min-width: 3.5ex;
}
.sc-pages a.x-page {
    text-decoration: none;
    color: inherit;
}
.sc-pages a.x-page:hover {
    border-color: #7f7f7f;
}
.sc-pages .x-page.x-active {
    border-color: #d0d0d0;
}
.sc-pages span.x-prev,
.sc-pages span.x-next {
    visibility: hidden;
}
.sc-pages a.x-prev,
.sc-pages a.x-next {
    border-color: transparent;
}
.sc-content-error {
}
.sc-content-error small {
    color: #9a9a9a;
}
.sc-content-error .x-application-code {
    color: #9a9a9a;
    max-width: 60ex;
    margin: 3em auto 0;
}
.sc-news-entry-content {
    line-height: 1.3em;
}
.cms-contents-view .sc-news-entry-intro {
    margin: 1em 0;
}
.cms-contents-view .sc-news-entry-content {
    margin: 1em 0;
}
