.ap-institutional-news {
  color: #333;
  height: 100%;
}

.ap-institutional-news__item {
  background: #fff;
  border: 1px solid #dfe7eb;
  border-top: 4px solid #4689cf;
  border-radius: 4px;
  box-shadow: 0 3px 12px rgba(31, 58, 77, .08);
  display: flex;
  height: 100%;
  margin: 0;
  min-height: 215px;
  padding: 22px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ap-institutional-news--list .ap-institutional-news__item {
  border-top-color: #f2aa25;
}

.ap-institutional-news__item:hover,
.ap-institutional-news__item:focus-within {
  border-color: #b8cbd5;
  border-top-color: #4689cf;
  box-shadow: 0 7px 20px rgba(31, 58, 77, .14);
  transform: translateY(-2px);
}

.ap-institutional-news--list .ap-institutional-news__item:hover,
.ap-institutional-news--list .ap-institutional-news__item:focus-within {
  border-top-color: #f2aa25;
}

.ap-institutional-news__icon {
  align-items: center;
  background: #4689cf;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 48px;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  margin-right: 17px;
  width: 48px;
}

.ap-institutional-news--list .ap-institutional-news__icon {
  background: #f2aa25;
}

.ap-institutional-news__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.ap-institutional-news__meta {
  color: #65747d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.45;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.ap-institutional-news__title {
  font-family: inherit;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
}

.ap-institutional-news--featured .ap-institutional-news__title {
  font-size: 21px;
}

.ap-institutional-news__title a {
  color: #176c86;
  text-decoration: none;
}

.ap-institutional-news__title a:hover,
.ap-institutional-news__title a:focus {
  color: #0e5267;
  text-decoration: underline;
}

.ap-institutional-news__summary {
  color: #3e4a50;
  font-size: 15px;
  line-height: 1.55;
  margin: 11px 0 0;
}

.ap-institutional-news__read-more {
  color: #4689cf;
  font-size: 12px;
  font-weight: 700;
  margin: auto 0 0;
  padding-top: 15px;
  text-transform: uppercase;
}

.ap-institutional-news--list .ap-institutional-news__read-more {
  color: #9a6811;
}

.ap-home-news {
  margin-top: 17px;
}

.ap-home-news__heading {
  align-items: center;
  border-bottom: 1px solid #dfe7eb;
  display: flex;
  font-family: inherit;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 15px 18px;
  padding: 0 0 12px;
}

.ap-home-news__heading-icon {
  align-items: center;
  background: #8fc27d;
  border-radius: 4px;
  color: #fff;
  display: flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  margin-right: 12px;
  width: 38px;
}

.ap-home-news__date {
  color: #69767d;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}

.ap-home-news__source-note {
  color: #68767e;
  font-size: 12px;
  line-height: 1.5;
  margin: 12px 15px 0;
}

.ap-home-news__source-note .fa {
  color: #4689cf;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .ap-home-news__grid {
    display: flex;
  }

  .ap-home-news__grid > .ad-notizia-sinistra,
  .ap-home-news__grid > .ad-notizia-destra,
  .ap-home-news__grid .t3-module,
  .ap-home-news__grid .module-inner,
  .ap-home-news__grid .module-ct {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .ap-home-news {
    margin-top: 14px;
  }

  .ap-home-news__heading {
    align-items: flex-start;
    font-size: 20px;
    margin-bottom: 14px;
  }

  .ap-home-news__heading-text {
    display: block;
  }

  .ap-home-news__date {
    display: block;
    font-size: 13px;
    line-height: 1.35;
    margin: 3px 0 0;
  }

  .ap-home-news__grid > .ad-notizia-sinistra {
    margin-bottom: 14px;
  }

  .ap-institutional-news__item {
    min-height: 0;
    padding: 18px;
  }

  .ap-institutional-news__icon {
    flex-basis: 42px;
    font-size: 18px;
    height: 42px;
    margin-right: 13px;
    width: 42px;
  }

  .ap-institutional-news__title,
  .ap-institutional-news--featured .ap-institutional-news__title {
    font-size: 18px;
  }

  .ap-institutional-news__summary {
    font-size: 14px;
  }

  .ap-home-news__source-note {
    margin-top: 10px;
  }
}

@media (max-width: 380px) {
  .ap-institutional-news__item {
    display: block;
  }

  .ap-institutional-news__icon {
    margin: 0 0 12px;
  }
}
