/*********************************
 * COM Cares Page Custom Styles
 * **************************** */
.breakout--dark-purple {
  background-color: #1B1827;
}

.--case-reset {
  text-transform: none;
}

.icon-cardset {
  align-items: flex-start;
}

.card-icon {
  max-width: 380px;
  padding: 0 2.5em 2.5em 2.5em;
}

.card-icon__content ul {
  margin: 0;
  padding-left: 1rem;
}

.card-icon__content ul > li {
  margin-bottom: 1rem;
}

.card-icon__content ul > li:last-child {
  margin-bottom: 0;
}

.card-basic p:last-of-type {
  margin-bottom: 0;
}

.comcares-alert-bg {
  background-image: url("/comcares/images/comcares-guy-sitting-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.comcares-divide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.comcares-divide__content {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 4px solid rgba(109, 197, 232, 0.5);
}

.comcares-divide__subtitle {
  color: #b2e0e3;
}

.contact-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  margin-top: 3em;
}

.contact-list-title {
  font-size: 1.125rem;
}

.contact-list-info {
  font-size: 1rem;
}

@media (min-width: 560px) {
  .card-basic p {
    font-size: 1.125rem;
  }

  .contact-list-title {
    font-size: 1.5rem;
  }

  .contact-list-info {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 720px) {
  .comcares-divide {
    grid-template-columns: 3fr 5fr;
    align-items: center;
  }

  .comcares-divide__title {
    text-align: right;
  }

  .comcares-divide__content {
    margin-top: 0;
    margin-left: 1rem;
    padding: 1em 0 1em 1em;
    border-top: none;
    border-left: 4px solid rgba(109, 197, 232, 0.5);
  }

  .contact-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 860px) {
  .card-basic p {
    font-size: 1.3125rem;
  }

  .card-icon__title {
    font-size: 1.75rem;
  }
}
.comcares-hero {
  background-color: #eef9fd;
  padding: 0;
  height: 360px;
}

.comcares-hero img {
  display: block;
}

.comcares-hero__content {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100%;
  grid-template-columns: 1fr;
}

.comcares-hero__image {
  height: 100%;
}

.comcares-hero__image:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 360px;
}

.comcares-hero__image:last-of-type {
  display: none;
}

.comcares-hero__logo {
  max-height: 320px;
}

.comcares-hero__graphic {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}

@media (min-width: 490px) {
  .comcares-hero {
    height: 480px;
  }

  .comcares-hero__logo {
    max-height: initial;
  }

  .comcares-hero__image {
    height: 480px;
  }

  .comcares-hero__image:first-of-type {
    height: 480px;
  }
}
@media screen and (min-width: 700px) {
  .comcares-hero__content {
    grid-template-columns: 1fr 1fr;
  }

  .comcares-hero__image:last-of-type {
    display: block;
  }
}