:root {
	--lc_color_text_top_header: #FFFFFF;
	--lc_color_bg_top_header: #830d29;
	--lc_color_text_header: #ffffff;
	--lc_color_bg_header: #00263e;
	--lc_color_text_menu_header: #FFFFFF;
	--lc_color_bg_menu_header: #00263e;
	--lc_color_text_footer: #FFFFFF;
	--lc_color_bg_footer: #002742;
	--lc_color_text_bottom_footer: #FFFFFF;
	--lc_color_bg_bottom_footer: #06263e;
	--lc_color_global_text: #1a1a1a;
	--lc_color_global_link: #005b80;
	--bs-link-hover-color: #003d55;
	--lc_color_global_bg: #ffffff;
	--lc_cookiebanner_bg: #435a70;
	--lc_cookiebanner_text: #ffffff;
	--lc_cookiebanner_link: #ffffff;
	--lc_color_text_chip: #005b80;
	--lc_color_border_chip: #005b80;
	--lc_color_bg_chip: rgba(0,0,0,0);
	--lc_color_text_chip_hover: #ffffff;
	--lc_color_border_chip_hover: #005b80;
	--lc_color_bg_chip_hover: rgba(0,91,128,1);
	--lc_color_bg_search: #ffffff;
	--lc_color_text_btn: #ffffff;
	--lc_color_bg_btn: #005b80;
	--lc_color_text_hover_btn: #ffffff;
	--lc_color_bg_hover_btn: #003047;
}

body {
    overflow-wrap: break-word;
}
.it-header-block .it-header-block-title h1, .it-header-block .it-header-block-title h2 {
    border-bottom: 1px solid #830d28;
}
.it-carousel-wrapper .splide__arrows .splide__arrow {
    background: var(--lc_color_global_link);
}
.read-more .text {
    text-decoration: underline !important;
}
.it-card-title a {
    text-decoration: none !important;
}
.it-card .it-card-body .it-card-text, article.it-card .it-card-body .it-card-text {
    font-size: 18px;
}
.link-list-wrapper ul li a {
    font-size: 18px;
}
.it-card-title.h5 {
    font-size: 22px;
}
.it-carousel-wrapper .splide__pagination button.is-active {
    background: var(--lc_color_global_link);
}
.post-type-archive-avvisi_di_selezione table a, .post-type-archive-avvisi_contributi table a {
    text-decoration: none;
}
.banner img {
    max-height: 130px;
    height: 130px;
}
.it-header-block .it-header-block-title h1.text-white, .it-header-block .it-header-block-title h2.text-white{
    border-bottom: 1px solid #ffffff;
}
.carousel-banner h3 {
    font-size: 0.9em;
}
.carousel-banner img {
    margin: 30px auto;
}
.carousel-banner a {
    font-size: 0.9em;
    text-transform: uppercase;
    text-decoration: none;
}
.carousel-banner a .icon {
    width: 22px;
    height: 22px;
    fill: var(--lc_color_global_link);
}