.module-application-process .module-application-icon {
  display: block;
  position: relative;
}
.module-application-process .module-application-icon::before {
  content: "";
  position: absolute;
  display: block;
  top: -60px;
  left: -87px;
  width: 125px;
  height: 433px;
  background-image: url("https://www.lakesidesoftware.com/wp-content/themes/lakeside/img/application-curve.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.module-application-process .module-application-icon img {
  position: relative;
  z-index: 1;
}
.module-application-process figure,
.module-application-process h3,
.module-application-process p {
  position: relative;
  z-index: 1;
}

.module-link a {
  display: block;
  position: relative;
  padding-right: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.module-link a::after {
  content: url(https://www.lakesidesoftware.com/wp-content/themes/lakeside/img/right-arrow.svg);
  position: absolute;
  display: block;
  right: 0;
  top: 28%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
.module-link a:hover::after {
  content: url(https://www.lakesidesoftware.com/wp-content/themes/lakeside/img/right-arrow-yellow.svg);
}

.module-post-card > .kt-inside-inner-col {
  overflow: hidden;
}
.module-post-card .module-img-cover {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.module-post-card .module-img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.module-post-card .module-bottom-link {
  position: absolute;
  bottom: 30px;
}
.module-post-card:hover .module-link a {
  color: #FFB52B;
}
.module-post-card:hover .module-link a::before {
  background-color: #FFB52B;
}
.module-post-card:hover .module-link a::after {
  content: url(https://www.lakesidesoftware.com/wp-content/themes/lakeside/img/right-arrow-yellow.svg);
}

.module-border-text {
  width: -moz-fit-content;
  width: fit-content;
}

.module-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .module-mobile-link a::before, .module-mobile-link a:hover::before, .module-mobile-link a::after, .module-mobile-link a:hover:after {
    content: none !important;
  }
}
.discover-latest .latest-blog-posts .kadence-post-image > div {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=modules.css.map */