.claim-nav .nav-primary {
  float: none;
}
.menu-primary {
  top: auto;
}
.item-account {
  background: #007ab3;
  padding: 0px;
  color: #fff;
}
.item-account a:hover{
  background-color: #006192 !important;
}
.claim-logo {
  float: left;
}
.claim-logo-span {
  display: block;
  border-left: 1px solid #fff;
  margin-left: 12.5px;
  padding-left: 12.5px;
  color: #fff;
  margin-top: 18px;
  height: 33px;
  line-height: 37px;
}
.home-box-cont img {
  margin-bottom: 12px;
}
.home-box .home-box-cont h2 {
  position: relative;
  margin-bottom: 6px;
  font-size: 1.6rem;
}
.home-box .home-box-cont h2 i {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 2.5rem;
}
.home-box .home-box-cont p {
  font-size: 1rem;
}
/* --------------------------------------------- */
.hp-intro-four {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.hp-intro-four:hover {
  background-color: #f5f5f5;
}
.hp-intro-four img {
  margin-bottom: 12.5px;
}
.hp-intro-four h2 {
  position: relative;
  margin-bottom: 0;
}
.hp-intro-four a {
  font-size: 1.2rem;
  color: #007ab3;
}
.hp-intro-four a:hover {
  color: #007ab3;
}
.hp-intro-four i {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 1.2rem;
}
.hp-title-news {
  padding-top: 22px;
  text-transform: uppercase;
  color: #aaa;
  border-top: 1px solid #ccc;
}
.hp-title-news a {
  font-size: 1.2rem;
  color: #aaa;
}
.hp-title-news a:hover {
  color: #777;
}
.elenco-news {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.news,
.intro {
  position: relative;
  width: 256px;
  /*margin-bottom: 25px;*/
  padding: 12.5px;
  border: 1px solid #ccc;
}
.news .news-data-categoria {
  margin-bottom: 6px;
  font-size: .9rem;
  text-transform: uppercase;
}
.news .news-immagine {
  margin-bottom: 13px;
}
.news .news-titolo {
  margin-bottom: 8px;
  line-height: 1.2;
}
.news .news-titolo a {
  font-size: 1rem;
  font-family: 'AllianzNeoBold', sans-serif;
  color: #55595c;
}

/* .news .news-titolo a:hover {
  color: #aaa;
} */

.news .news-excerpt {
  margin-top: 13px;
  line-height: 1.2;
}
.news .news-excerpt p {
  color: #999;
}
.news .news-leggi-tutto {
  font-size: .95rem;
}
/* .news-mondo-darta .news-data-categoria {
  color: #069a44;
}
.news-mondo-darta .news-data-categoria a {
  color: #069a44;
}
.news-fondi .news-data-categoria {
  color: #e69f03;
}
.news-fondi .news-data-categoria a {
  color: #e69f03;
}
.news-investimento .news-data-categoria {
  color: #06a9e0;
}
.news-investimento .news-data-categoria a {
  color: #06a9e0;
}
.news-esperto-risponde .news-data-categoria {
  color: #782283;
}
.news-esperto-risponde .news-data-categoria a {
  color: #782283;
}
.news-attualita .news-data-categoria {
  color: #e84035;
}
.news-attualita .news-data-categoria a {
  color: #e84035;
} */
/*SOLUZIONE 2*/
/*
MONDO DARTA - #069a44
FONTI - #e69f03
INVESTIMENTO - #06a9e0
ESPERTO RISPONDE - #782283
ATTUALITA - #e84035
*/
/* .news-mondo-darta {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.news-fondi {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.news-investimento {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.news-esperto-risponde {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.news-attualita {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
} */
/*----*/
/* .news-mondo-darta:hover {
  background-color: rgba(6, 154, 68, .15);
}
.news-fondi:hover {
  background-color: rgba(230, 159, 3, .15);
}
.news-investimento:hover {
  background-color: rgba(6, 169, 224, .15);
}
.news-esperto-risponde:hover {
  background-color: rgba(120, 34, 131, .15);
}
.news-attualita:hover {
  background-color: rgba(232, 64, 53, .15);
} */
/*------------*/
@media (max-width: 1149px) {
  .news {
    width: 452.5px;
  }
  .news:nth-of-type(1) {
    margin-bottom: 25px;
  }
  .news:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .news:nth-of-type(3) {
    clear: both;
  }
}
@media (max-width: 1023px) {
  .news {
    position: relative;
    float: none;
    width: 100%;
    border: 1px solid #ccc;
    margin-right: 0;
    margin-bottom: 20px;
    min-height: auto;
  }
  .news .news-leggi-tutto {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media (max-width: 766px) {
  .claim-logo {
    display: none;
  }
}