/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
.threecol-icon-cards {
  padding: 4rem 0;
}
.threecol-icon-cards__title {
  margin-bottom: 2rem;
}
.threecol-icon-cards__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.3rem;
}
.threecol-icon-cards__grid .icon-card {
  width: calc(33.3333% - 2.3rem);
}
@media screen and (max-width: 800px) {
  .threecol-icon-cards__grid .icon-card {
    width: calc(50% - 1.15rem);
  }
}
@media screen and (max-width: 500px) {
  .threecol-icon-cards__grid .icon-card {
    width: min(100%, 38rem);
  }
}
.threecol-icon-cards .icon-card {
  /*	Highlighted version
  --------------------------------------- */
}
.threecol-icon-cards .icon-card__icon {
  margin-bottom: 2rem;
  color: var(--blue);
}
.threecol-icon-cards .icon-card .subheader {
  font-size: 14px;
  line-height: 1.2142857143;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  /*@else if $font-family == 'gs' {

      @if $font-weight == 'l' {
          font-family: 'GeneralSans-light', sans-serif;
          font-weight: 300;
      } @else if $font-weight == 'm' {
          font-family: 'GeneralSans-Medium', sans-serif;
          font-weight: 500;
      } @else {
          font-family: 'GeneralSans-Regular', sans-serif;
          font-weight: 400;
      }
  }*/
  display: block;
  margin-bottom: 0.8rem;
}
.threecol-icon-cards .icon-card__title {
  margin-bottom: 3.2rem;
}
.threecol-icon-cards .icon-card__content {
  font-family: "Roboto-Light", sans-serif;
  font-weight: 300;
  /*@else if $font-family == 'gs' {

      @if $font-weight == 'l' {
          font-family: 'GeneralSans-light', sans-serif;
          font-weight: 300;
      } @else if $font-weight == 'm' {
          font-family: 'GeneralSans-Medium', sans-serif;
          font-weight: 500;
      } @else {
          font-family: 'GeneralSans-Regular', sans-serif;
          font-weight: 400;
      }
  }*/
}
.threecol-icon-cards .icon-card__content p:last-child {
  margin-bottom: 0;
}
.threecol-icon-cards .icon-card__content a {
  color: var(--primary);
  text-decoration: underline;
}
.threecol-icon-cards .icon-card__content a:hover {
  color: var(--orange);
}
.threecol-icon-cards .icon-card .button-group-wrap {
  margin-top: 3.2rem;
}
.threecol-icon-cards .icon-card .button-group-wrap .btn {
  margin: 0;
}
.threecol-icon-cards .icon-card--highlighted {
  border-color: var(--blue);
}
.threecol-icon-cards .icon-card--highlighted::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 3px solid var(--blue);
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .threecol-icon-cards .icon-card__icon {
    margin-bottom: 0;
  }
  .threecol-icon-cards .icon-card__icon > * {
    margin-bottom: 2rem;
  }
  .threecol-icon-cards .icon-card .subheader.l-0 {
    margin-bottom: 0;
  }
  .threecol-icon-cards .icon-card__title.l-0 {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=threecol-icon-cards.css.map */
