/**** IMPOSTAZIONE CSS PER LO SLIDER IN HOME PAGE ****/
.home-first-row-full-width__wrapper .slick--skin--split .slide--caption--split-left .slide__caption {
  text-align: left;
}
.home-first-row-full-width__wrapper .slide__content {
  background-color: #eee;
}
.home-first-row-full-width__wrapper .slide__link {
  text-align: center;
}
.home-first-row-full-width__wrapper .slide__link a {
  background-color: #003183;
  font-weight: 600 !important;
  padding: 0.5rem 1em 0.5rem 1em;
  border-radius: 6px;
  color: #fff !important;
  border: 1px solid #ccc;
}

/**** IMPOSTAZIONE CSS PER LO SFONDO DELLA REGIONE CH CONTIENE L CIRCOLARI / NEWScomposer show drupal/core-recommended ****/
.home-second-row-full-width__wrapper {
  background-color: #e3e4e6!important;
}

/**** IMPOSTAZIONE CSS PER LA CARD DOVE SI TROVA ****/
.location-list {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.location-list::after {
  display: block;
  clear: both;
  content: "";
}
.location-list li {
  margin: 0 0 7px 0;
  display: flex;
  clear: both;
  align-items: flex-start;
}
.responsive-tabs-wrapper .location-list li {
  margin-bottom: 10px;
}
.location-list .location-title {
  width: 70px;
  text-align: right;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
.location-list .location-title span {
  font-weight: 700;
  font-size: .75rem;
  text-transform: uppercase;
  opacity: 0.45;
}
.responsive-tabs-wrapper .location-list .location-title span {
  font-size: .94rem;
  opacity: 1;
}
.location-list .location-content {
  font-size: .88rem;
  padding: 1px 0 0 0;
}
.responsive-tabs-wrapper .location-list .location-content {
  font-size: 1rem;
}
.location-list .location-content p {
  margin: 0 0 0 0;
}
.responsive-tabs-wrapper .location-list .location-content p {
  font-size: 1rem;
}
.map-wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.map-wrapper .map, .map-wrapper .map-large {
  width: 100%;
  height: 100%;
}
