/** @define utilities; */

@media screen and (max-width: 767px) {
  .u-xs-hidden {
    display: none !important;
  }
}

.card-white img {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background-color:white;
    border-radius: 5px;
}

/* On mouse-over, add a deeper shadow */
.card-white:hover img {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.Dl--striped dt:nth-of-type(odd),
.Dl--striped dd:nth-of-type(odd) {
	background-color: #f6f7f9;
}

.Icon-double-chevron-left:before {
  content: "\23ee";
}

.Icon-double-chevron-right:before {
  content: "\23ed";
}

.u-introImage {
	width: 300px;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

ul.tags li:nth-child(n+2):before {
    content: ", ";
}

.strike {
	text-decoration: line-through!important;
}
/* Megamenu sub-navigation panel */

.Megamenu .Megamenu-subnav {
  display: none;
}

.Megamenu.is-ready .Megamenu-subnav {
  display: block;
}

.map-responsive {
  overflow:hidden;
  position:relative;
  height:0;
}

.map-responsive iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  pointer-events: none;
}

.map-responsive iframe.clicked {
	pointer-events: auto;
}

@media screen and (max-width: 767px) {
	.map-xs-responsive4by3 {
		padding-bottom:75%;
	}

	.map-responsive-default,
	.map-xs-responsive16by9 {
		padding-bottom:56.25%;
	}

	.map-xs-responsive3by1 {
		padding-bottom:33.33%;
	}

	.map-xs-responsive {
		padding-bottom:25%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.map-sm-responsive4by3 {
		padding-bottom:75%;
	}

	.map-responsive-default,
	.map-sm-responsive16by9 {
		padding-bottom:56.25%;
	}

	.map-sm-responsive3by1 {
		padding-bottom:33.33%;
	}

	.map-sm-responsive {
		padding-bottom:25%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1365px) {
	.map-md-responsive4by3 {
		padding-bottom:75%;
	}

	.map-md-responsive16by9 {
		padding-bottom:56.25%;
	}

	.map-responsive-default,
	.map-md-responsive3by1 {
		padding-bottom:33.33%;
	}

	.map-md-responsive {
		padding-bottom:25%;
	}
}

@media screen and (min-width: 1366px) {
	.map-lg-responsive4by3 {
		padding-bottom:75%;
	}

	.map-lg-responsive16by9 {
		padding-bottom:56.25%;
	}

	.map-responsive-default,
	.map-lg-responsive3by1 {
		padding-bottom:33.33%;
	}

	.map-lg-responsive {
		padding-bottom:25%;
	}
}

svg.Icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.Megamenu--default .Megamenu-item > span[class*=" Icon-"], 
.Megamenu--default .Megamenu-item > span[class^=Icon-] {
	color: #1068C9 !important;
}

.Megamenu-item > span[class*=" Icon-"], 
.Megamenu-item > span[class^=Icon-] {
	padding-top: 1.6rem !important;
}

.Megamenu-item > span[class*=" Icon-"], 
.Megamenu-item > span[class^=Icon-] {
	padding-bottom: 1.6rem !important;
}

.Megamenu--default .Megamenu-item > span[class*=" Icon-"], 
.Megamenu--default .Megamenu-item > span[class^=Icon-] {
	font-size: 1.6rem !important;
	letter-spacing: .01em !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.Megamenu--default .Megamenu-item > span[class*=" Icon-"], 
	.Megamenu--default .Megamenu-item > span[class^=Icon-] {
		font-size: 1.8rem !important;
		letter-spacing: .01em !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1365px) {
	.Megamenu--default .Megamenu-item > span[class*=" Icon-"], 
	.Megamenu--default .Megamenu-item > span[class^=Icon-] {
		font-size: 1.8rem !important;
		letter-spacing: .01em !important;
	}
}

@media screen and (min-width: 1366px) {
	.Megamenu--default .Megamenu-item > span[class*=" Icon-"], 
	.Megamenu--default .Megamenu-item > span[class^=Icon-] {
		font-size: 1.8rem !important;
		letter-spacing: .01em !important;
	}
}

.Megamenu-item span[class*=" Icon-"], 
.Megamenu-item span[class^=Icon-] {
	padding-right: 1rem !important;
}

.Megamenu-item > a {
	padding-left: 0 !important;
}

.Megamenu-item > *:first-child {
	padding-left: 1.6rem !important;
}

.Megamenu-item:first-child > *:first-child {
	padding-left: 0 !important;
}

.Linklist span[class*=" Icon-"],
.Linklist span[class^=Icon-],
.Treeview span[class*=" Icon-"],
.Treeview span[class^=Icon-] {
	padding-right: 1rem !important;
}

.Treeview--plus .Treeview-handler--default::after {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Eplus%3C/title%3E%3Cpath d='M0 20h32v-8H0zm12 12h8V0h-8z'/%3E%3C/svg%3E");
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

.noClick {
	cursor: default;
}

.Grid .u-padding-r-bottom {
	padding-bottom: 0px !important;
}

.Grid h2 {
	margin-bottom: 0px !important;
}

.Grid h2 a {
	font-size: 28px !important;
}

.Grid .u-textSecondary p {
	font-size: 15px !important;
    line-height: 22px !important;
    text-align: justify;
}


/******************************************************/

.jd_page_nav .u-size1of2 {
	width: 100% !important;
}

.jd_footer a {
	display: none !important;
}

.home .u-layout-prose .u-textClean {
  overflow: hidden;
  display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;  
  text-overflow: ellipsis;
}

.home .u-size1of2 {
	width: 100% !important;
}

.sprocket-strips-c-block {
	text-align: center;
}

.sprocket-strips-c-extended-info {
	display: none;
}

.sprocket-strips-c-item {
	background: none !important;
}

.sprocket-strips-c-image {
	border-bottom: 0px solid #ffffff !important;
	padding: 2px;
}

.Megamenu--default .Megamenu-subnavGroup>li>a.noClick:hover, .Megamenu--default .Megamenu-subnavGroup>li>ul>li>ul>li>a.noClick:hover, .Megamenu--default .Megamenu-subnavGroup>li>ul>li a.noClick:hover {
    text-decoration: none !important;
}

.Megamenu-subnavGroup li ul li ul {
	display: none !important;
}

.ccm-pagination-wrapper ul li {
	float: left;
}

.ccm-pagination-wrapper ul li a {
	cursor: pointer;
}

.job {
	display: none;
}
.job.pag0 {
	display: block;
}

.topDownloads h3 {
	color: #004c99 !important;
}

.topDownloads td {
	font-size: 16px;
	padding-bottom: 3px;
}

.banneritem {
	margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.risultatiRicerca .articleImage {
	display: none !important;
}

.risultatiRicerca .listIscritti {
	margin-bottom: 12px;
}

.risultatiRicerca .listIscritti a {
	text-decoration: none;
}

.ricercaIscritto input[type="text"] {
	border-style: inset;
	border-width: 1px !important;
}

.ricercaIscritto input[type="submit"] {
	background-color: #1069c9;
    padding: 4px;
    color: #ffffff !important;
    border: none;
    cursor: pointer;
}

.u-textSecondary img {
	max-width: 100%;
}

.articleImage {
	max-width: 200px !important;
	margin-right: 20px !important;
    margin-bottom: 20px !important;
    margin-top: 5px;
}

article.Grid .Grid-cell {
	padding-top: 0px !important;
}

@media screen and (min-width: 1366px) {
	.u-background-compl-10 section.u-layout-wide {
	    padding-left: 3.4rem!important;
	    padding-right: 3.4rem!important;
	}
}

.noImage .articleImage {
	display: none !important;
}

.menuFormazione {
	text-align: left !important;
    list-style-type: none !important;
    margin-left: 30px !important;
}

.menuFormazione li {
	margin-bottom: 4px;
}

.menuFormazione li a {
	font-size: 16px;
}

a.eventoFormazione {
	display: none;
}

#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }

#mc_embed_signup .clear {
	text-align: center;
}

#mc_embed_signup input[type="submit"] {
	background-color: #1069c9;
    padding: 8px 8px 36px 8px !important;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 21px;
    border-radius: 0px;
}

#mc_embed_signup input {
	border-radius: 0px !important;
}

#mc_embed_signup input[type="submit"]:hover {
	background-color: #1069c9;
	text-decoration: underline;
}

table.orari {
	width: 100%;
	margin: 12px;
}

table.orari td {
	text-align: left;
}

.Footer-siteName {
	margin-top: 32px;
}

#flatcal_minical .flatcal_month_label {
	font-size: 22px !important;
}

#flatcal_minical TD.flatcal_weekdays {
	font-size: 13px !important;
}

#flatcal_minical .flatcal_daycell, #flatcal_minical .flatcal_todaycell, #flatcal_minical .flatcal_sundaycell, #flatcal_minical .flatcal_othermonth {
	font-size: 11px !important;
}

.moduletable h3 {
	display: none;
}

ul li {
	font-size: 15px !important;
}

.fc-title {
	color: #ffffff !important;
	font-weight: 200;
}

.fc-title a {
	color: #ffffff !important;
	text-decoration: none !important;
}

.fc-event-container a:hover {
	text-decoration: none !important;
}

.fc-event-container .class6 {
	background-color: #47A447 !important;
	border: none;
}

.fc-event-container .class7 {
	background-color: #D9534F !important;
	border: none;
}

nav h6 {
	display: none !important;
}

.latoTesto {
	width: 65% !important;
}

.latoImmagine {
	width: 30% !important;
	margin-top: 48px;
}

.Grid .u-padding-r-bottom {
    color: #1069C9;
}

a.iniziale {
	text-decoration: none;
	color: #ffffff !important;
	background-color: #1069c9;
	padding: 4px;
	margin: 4px;
	border-radius: 2px;
	width: 36px !important;
}

.bannergroupavvisoCovid {
	font-size: 16px;
	color: #004c99 !important;
	margin-top: 32px;
}

.avvisoCovid h3, .avvisoCovid a {
	color: red !important;
}
