/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/* Typography */
/* Bases for modals */
/* Bases for data tables */
/* SVG Colors */
.accent-bar {
  display: none;
  height: 2px;
  position: absolute;
  z-index: 99;
}

.colored-panel {
  border-radius: 34px;
}

.custom-text {
  font-family: "Nunito Sans", sans-serif;
}

.has-subheading-line {
  display: flex !important;
  flex-flow: row nowrap;
  align-items: center;
  align-content: center;
  overflow: hidden;
  justify-content: space-between;
}
.has-subheading-line .text-content {
  flex: 2 0 auto;
}
.has-subheading-line .horizontal-rule {
  align-self: center;
  margin: auto auto auto 12px;
}

.custom-bullet {
  display: block;
  background-repeat: no-repeat;
  padding: 0;
}

.custom-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.custom-button .btn-text {
  text-align: left;
}
.custom-button .btn-caret {
  display: none;
}

.responsive-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.resource-link {
  display: flex;
  flex-direction: column;
  margin-bottom: 160px;
}
.resource-link h6, .resource-link .h6 {
  text-transform: uppercase;
}
.resource-link h1.h2 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #25282A;
}
.resource-link .hero-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 769px) {
  .custom-button {
    height: 83px;
    min-height: 83px;
  }
  .custom-button.caret-on-mobile .btn-caret {
    display: block !important;
  }
  .responsive-image .mobile-image {
    display: block;
  }
  .responsive-image .tablet-image {
    display: none !important;
  }
  .responsive-image .desktop-image {
    display: none !important;
  }
  .has-subheading-line .horizontal-rule {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 400px) {
  .has-subheading-line .horizontal-rule {
    display: none !important;
  }
}
@media (min-width: 770px) {
  .custom-button {
    height: 60px;
    min-height: 60px;
  }
}
@media (min-width: 770px) and (max-width: 1024px) {
  .nav-item.break-tablet {
    width: 100%;
    text-align: center;
  }
  .responsive-image .mobile-image {
    display: none !important;
  }
  .responsive-image .tablet-image {
    display: block;
  }
  .responsive-image .desktop-image {
    display: none !important;
  }
  .has-subheading-line .horizontal-rule {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1025px) {
  .accent-bar {
    display: block !important;
  }
  .responsive-image .mobile-image {
    display: none !important;
  }
  .responsive-image .tablet-image {
    display: none !important;
  }
  .responsive-image .desktop-image {
    display: inline-block;
  }
}

/*# sourceMappingURL=proact-cms-plugins.css.map */
