.div-color-p {
  color: #000000 !important;
  background-color: #dc5856;
}
.div-color-p1 {
  color: #000000 !important;
  background-color: #75a5cc;
}
.div-color-p2 {
  color: #000000 !important;
  background-color: #e0b84e;
}
.glass {
  backdrop-filter: blur(6px) saturate(102%);
  -webkit-backdrop-filter: blur(6px) saturate(102%);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}
.glass .active ul a {
  font-size: 1.2rem;
  color:#000000;
}
.vpc-card-a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border-radius: 1.5rem;
}
.vpc-symptoms li {
  font-size: 1.3rem;
}
.vpc-disclaimer {
    font-size: 80%;
    font-weight: 400;
    line-height: 1rem;
}
#vpc-icons .card {
  border-radius: 1.5rem;
}
.vpc-text {
  color: #231f20;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.vpc a {
  color: #5a5454;
  text-decoration: underline;
}
.vpc-text p {
  padding: 0;
  margin: 0;
}
.vpc-small {
  line-height: .8rem;
  padding: 0 10px;
  font-size: .8rem;
}
@media(max-width:1200px) {
  #vpc-index {
    height: 400px;
  }
  #vpc-index .display-4 {
    font-size: 3rem;
  }
  #vpc-index h3 {
    font-size: 1rem;
  }
}
@media(max-width:992px) {
  #vpc-index {
    height: 300px;
  }
  #vpc-index .display-4 {
    font-size: 2rem;
  }
  #vpc-index h3 {
    font-size: .7rem;
  }
}
@media(max-width:576px) {
  #vpc-index {
    background: none;
    height: auto;
    background-color: #005cb9;
  }
  #vpc-index .transparent-box {
    background-color: #005cb9;
    color: #ffffff;
    border-radius: .5rem;
  }
  #vpc-index .display-4 {
    font-size: 2rem;
  }
  #vpc-index h3 {
    font-size: .7rem;
  }
  /* #vpc-icons h3 {
    font-size: 1.8rem;
  } */
}
.theme-vpc {
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: #717271;
  --fa-secondary-color: #005cb9;
}
.theme-vpc-alt {
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: #005cb9;
  --fa-secondary-color: #717271;
}
.theme-vpc .card-body, .theme-vpc-alt .card-body {
  padding: 0;
}
.theme-teal {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #00aea9;
  --fa-secondary-color: #54565b;
}
.vpc-icon {
  color: #00aea9;
  font-weight: 500;
  font-size: 4rem;
}