/* Indication CSS */
.quantum-indications {
  max-width: 100%;
  background-color: #ebf4fa;
  display: none;
  position: relative;
}
.quantum-indications__inner {
  padding: 20px 40px 30px;
}
.quantum-indications__title {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 19px;
  color: #0076be;
  padding-bottom: 10px;
  max-width: 1180px;
  margin: 0 auto;
}
.quantum-indications__inner p {
  font-family: "Montserrat";
  font-size: 17px;
  font-weight: normal;
  line-height: 1.21;
  letter-spacing: 0.32px;
  color: #474747;
  max-width: 1180px;
  margin: 0 auto;
}
p.indication-pavblu {
    padding-top: 20px;
}

#indicationClose .quantum-button__icon {
  display: none;
}

#indicationClose {
  cursor: pointer;
  background-color: #0076be;
  border: unset;
  width: 54px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
}

#indicationClose::before,
#indicationClose::after {
  content: "";
  position: absolute;
  width: 2.1px;
  height: 24px;
  background-color: #fff;
  top: 15px;
  left: 50%;
  transform: rotate(45deg);
  transform-origin: center;
}

#indicationClose::after {
  transform: rotate(-45deg);
}
.quantum-indications.showIndicationBox {
  display: block;
}

/* Top-navigation CSS */
.quantum-top-nav {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, #d9d9d9);
}
.quantum-top-nav__links {
  display: flex;
  justify-content: flex-end;
  max-width: 1280px;
  margin: 0 auto;
}
.quantum-top-nav__links a {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #0072ce;
  text-decoration: none;
  padding: 5px 30px;
  padding-left:50px;
}
.quantum-top-nav__links a:nth-child(2) {
  padding-right: 50px;
}
.quantum-top-nav__links a:nth-child(3) {
  background-color: #7ba4db;
  color: #ffffff;
  /* min-width: 240px; */
}
.quantum-top-nav__links a:nth-child(4) {
  background-color: #0076be;
  color: #ffffff;
  /* min-width: 240px; */
}
.quantum-top-nav__link {
  position: relative;
  display: inline-block;
}

.quantum-top-nav__link:nth-child(3)::before,
.quantum-top-nav__link:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 6px solid transparent;
}
.indications-full {
  display: none;
}
.indications-truncated {
  display: block;
  
}
a.read-more {
    display: inline;
}
p.second-line {
    margin-top: -13px;
}

@media screen and (max-width: 991px) {
  .quantum-indications__inner {
    padding: 20px 20px 15px;
  }
  .quantum-top-nav__links {
    align-items: center;
    background: #eaeaea;
  }
  .quantum-top-nav__links a {
    font-size: 11px;
    padding: 12px 20px;
    line-height: 1.27;
  }
  .indications-full {
    display: none;
  }
  .indications-truncated {
    display: block;
  }
  .indications-truncated,
  .read-more {
    display: inline;
    font-family: "Montserrat";
    font-size: 17px;
    font-weight: normal;
    line-height: 1.21;
    letter-spacing: 0.32px;
    text-align: left;
    color: #0076be;
  }
  .quantum-indications__title {
    font-size: 18px;
  }
}
