.kc-link-box {
  padding: 24px;
  cursor: pointer;
  text-align: center;
  position: relative;
  background-position: center;
  background-size: cover;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  color: inherit; }
  .kc-link-box .icon {
    margin-bottom: 16px; }
  .kc-link-box .icon.after {
    margin-top: 16px;
    margin-bottom: 0; }
    .kc-link-box .icon .fa {
      font-size: 32px; }
    .kc-link-box .icon .icon-img {
      max-width: 100%;
      margin-bottom: 8px; }
  .kc-link-box .title {
    color: inherit;
    line-height: normal;
    margin: 0;
    margin-bottom: 16px; }
  .kc-link-box .description {
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .kc-link-box .learn-more:not(.visually-hidden) {
    font-size: 18px;
    font-size: 16px;
    font-weight: 600;
    color: inherit; }
  .kc-link-box:hover {
    color: inherit;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s; }
    .kc-link-box:hover .learn-more {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
  .kc-link-box .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s; }
    .kc-link-box .overlay:hover {
      -webkit-transition: background-color .2s;
      -o-transition: background-color .2s;
      transition: background-color .2s; }
  .kc-link-box .text-container {
    z-index: 1; }
  .kc-link-box.square {
    height: 0;
    padding-top: 100% !important; }
  .kc-link-box.horizontal {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .kc-link-box.horizontal .icon {
      margin-right: 16px;
      margin-bottom: 0;
      margin-top: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
    .kc-link-box.horizontal .icon.after {
      margin-right: 0;
      margin-left: 16px; }
    .kc-link-box.horizontal .text-container {
      -webkit-box-flex: 0;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%; }
  .kc-link-box a {
    color: inherit; }
  .kc-link-box:hover {
    text-decoration: none;
  }
  .kc-link-box.not-clickable {
    pointer-events: none;
  }
  .kc_row[data-kc-equalheight="true"] .kc-link-box {
    height: 100%;
  }
/*# sourceMappingURL=kc-link-box.css.map */