.entry-point {
  padding: 0;
  overflow: hidden;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
}

.entry-point .entry-image {
  width: 100%;
  max-height: 180px;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
}

.entry-point .entry-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.entry-point .entry-content {
  position: relative;
  margin-top: -20px;
  padding: 12px 12px 32px;
  color: #666;
  border-bottom: 2px solid #e1e1e1;
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0.5) 0%, #fff 35px, #fff 101%);
}

.entry-image-link:hover {
  text-decoration: none;
}

.flex-entry-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-entry-points .entry-point {
  width: calc(50% - 20px);
  margin: 0 5px;
  background: #ffffff;
}

.flex-entry-points .entry-point .entry-point__imgwrap {
  max-height: 50%;
  overflow: hidden;
}

.flex-entry-points .entry-point .entry-point__contentwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50%;
}

.flex-entry-points .entry-point .entry-point__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  color: #666666;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}

.flex-entry-points .entry-point .entry-point__cta:hover {
  text-decoration: none;
}

.flex-entry-points .entry-point .entry-point__cta .icon {
  fill: #666666;
  margin-left: 5px;
  height: 14px;
}

.flex-entry-points .entry-point .entry-point__cta span,
.flex-entry-points .entry-point .entry-point__cta svg {
  margin-top: auto;
  margin-bottom: auto;
}

.flex-entry-points .entry-point .entry-point__cta svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .entry-point .entry-image:after {
    padding-bottom: 56.25%;
  }

  .entry-point .entry-content {
    margin-top: -60px;
    padding: 20px 20px 40px;
    margin-left: 16px;
    margin-right: 16px;
  }
  
  .flex-entry-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-entry-points .entry-point {
    width: calc(33% - 20px);
    margin: 0 10px;
  }

  .flex-entry-points .entry-point .entry-point__cta {
    font-size: 18px;
    padding: 30px;
  }

  .flex-entry-points .entry-point .entry-point__cta .icon {
    height: 20px;
  }
}

/* column class overide */
.pane-platform-flex-camp-builder-home-page-multiple-blocks [class*="col-"],
.pane-platform-flex-camp-builder-home-page-multiple-blocks [class*=" col-"] {
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .pane-platform-flex-camp-builder-home-page-multiple-blocks [class*="col-"],
  .pane-platform-flex-camp-builder-home-page-multiple-blocks [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1024px) {
  .pane-platform-flex-camp-builder-home-page-multiple-blocks [class*="col-"],
  .pane-platform-flex-camp-builder-home-page-multiple-blocks [class*=" col-"] {
    padding-right: 12px;
    padding-left: 12px;
  }
}