/* Enrollify Page */
body.archer-enrollify .archer-hero-area__wrapper h1 {
  text-align: center !important;
}

body.archer-enrollify .archer-hero-area__wrapper h5 {
  font-size: 18px !important;
  font-weight: 400 !important;
}

body.archer-enrollify .archer-enrollify-post-list-wrapper {
  padding: 4em 0;
}

body.archer-enrollify .archer-enrollify-post-list-wrapper > .wp-block-archer-layout-grid-column {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  body.archer-enrollify .archer-enrollify-post-list-wrapper > .wp-block-archer-layout-grid-column {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 1024px) {
  body.archer-enrollify .archer-enrollify-post-list-wrapper > .wp-block-archer-layout-grid-column {
    max-width: 1024px !important;
  }
}

body.archer-enrollify .archer-enrollify-post-list-wrapper > .wp-block-archer-layout-grid-column .archer-card {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 4rem 0;
  padding: 0;
  overflow: hidden;
  border-radius: 3px;
}

@media (max-width: 1024px) {
  body.archer-enrollify .archer-enrollify-post-list-wrapper > .wp-block-archer-layout-grid-column .archer-card {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

@media (max-width: 600px) {
  body.archer-enrollify .archer-enrollify-post-list-wrapper > .wp-block-archer-layout-grid-column .archer-card {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
}

body.archer-enrollify .archer-enrollify-post-list-wrapper > .wp-block-archer-layout-grid-column .archer-card img {
  max-width: 100%;
}

body.archer-enrollify .archer-enrollify-post-list-wrapper > .wp-block-archer-layout-grid-column .archer-card img.lazyload {
  height: 0px !important;
  width: 0px !important;
}

body.archer-enrollify .archer-enrollify-post-list-wrapper > .wp-block-archer-layout-grid-column .archer-card img.lazyloaded {
  height: auto !important;
  width: 100% !important;
}

body.archer-enrollify .archer-enrollify-post-list-wrapper > .wp-block-archer-layout-grid-column .archer-card div.post-info {
  padding: 2rem;
}

body.archer-enrollify .archer-enrollify-post-list-wrapper > .wp-block-archer-layout-grid-column .archer-card div.post-info h3 {
  font-size: 1.1rem;
}

body.archer-enrollify .archer-enrollify-post-list-wrapper > .wp-block-archer-layout-grid-column .archer-card div.post-info h3 a {
  line-height: 1.2em;
  text-decoration: none;
  color: black;
}

body.archer-enrollify .archer-enrollify-post-list-wrapper > .wp-block-archer-layout-grid-column .archer-card div.post-info h3 a:hover {
  text-decoration: underline;
  cursor: pointer;
}

body.archer-enrollify .archer-enrollify-post-list-wrapper > .wp-block-archer-layout-grid-column .archer-card div.post-info p.post-info-excerpt {
  font-size: 0.9rem;
}

body.archer-enrollify .enrollify-card-grid {
  padding: 0 !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

body.archer-enrollify .enrollify-services-wrapper {
  max-width: 100% !important;
}

body.archer-enrollify .archer-enrollify-services {
  padding-top: 0 !important;
}

body.archer-enrollify .enrollify-services {
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(138, 144, 163, 0.3);
          box-shadow: 0 10px 30px rgba(138, 144, 163, 0.3);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 0 !important;
  margin-bottom: 4rem;
}

body.archer-enrollify .enrollify-card-contents {
  padding: 16px !important;
}
/*# sourceMappingURL=archer-enrollify-styles.css.map */