.rcc-hover-text {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .rcc-hover-text > li {
    margin-bottom: 1rem;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    @media (min-width: 55rem) {
      .rcc-hover-text > li {
        max-width: 33.333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        padding-right: 2rem; } }
    .rcc-hover-text > li .svg {
      min-height: 3rem; }
    .rcc-hover-text > li h4 {
      margin-bottom: 1.25rem; }
    .rcc-hover-text > li .list-items {
      list-style: disc; }
      .rcc-hover-text > li .list-items li {
        margin-bottom: 0.5rem; }
  .rcc-hover-text.with-hovers > li {
    cursor: pointer; }
    .rcc-hover-text.with-hovers > li:not(.active) {
      opacity: 30%;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease; }
      @media (max-width: 55rem) {
        .rcc-hover-text.with-hovers > li:not(.active) p, .rcc-hover-text.with-hovers > li:not(.active) .list-items {
          display: none; } }
      @media (min-width: 55rem) {
        .rcc-hover-text.with-hovers > li:not(.active) p, .rcc-hover-text.with-hovers > li:not(.active) .list-items {
          opacity: 0;
          -webkit-transition: opacity 200ms ease;
          transition: opacity 200ms ease; } }

/*# sourceMappingURL=maps/rcc-hover-text.css.map */
