.clear:after {
  content: "";
  display: table;
  clear: both;
}

/* --Hover Mixin.--*/
/* -- Cross browser opacity.--*/
/* -- Animation.--*/
/* ==========================================================================
   #Site Global Sizes
   ========================================================================== */
/* ==========================================================================
   #Site Global Colours
   ========================================================================== */
/* BLOCK: CTA Image Boxes --------------------------------- */
.inner-page-title::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='153.4' height='119.9' viewBox='0 0 153.4 119.9'%3E%3ClinearGradient id='a' x1='0' x2='153.417' y1='59.948' y2='59.948' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23f4f4f4'/%3E%3Cstop offset='0' stop-color='%23f2f2f2'/%3E%3Cstop offset='1' stop-color='%23f9f9fa'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M153.1 110.2c1.3 5.3-2.1 9.7-7.6 9.7H10c-5.5 0-10-4.5-10-10V10C0 4.5 4.5 0 10 0h106.1c5.5 0 11.1 4.4 12.4 9.7l24.6 100.5z'/%3E%3C/svg%3E");
  border-radius: 0.75rem;
  background-repeat: no-repeat;
  width: 10rem;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.inner-page-title__inner {
  z-index: 2;
  align-items: center;
  padding: 0.9375rem 1.25rem;
}
@media (min-width: 46.25em) {
  .inner-page-title__inner {
    padding: 1.875rem 2.5rem;
  }
}

.inner-page-title__icon {
  font-size: 30px;
  font-size: 1.875rem;
  flex-shrink: 0;
  margin-right: 1.25rem;
}
@media (min-width: 46.25em) {
  .inner-page-title__icon {
    margin-right: 1.5625rem;
  }
}

.inner-page-title__inner > .inner-page-title__text {
  margin: 0;
}

.inner-page-title__inner > h2.inner-page-title__text {
  line-height: 1.4375rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 46.25em) {
  .inner-page-title__inner > h2.inner-page-title__text {
    line-height: 1.875rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.inner-page-title__inner > h3.inner-page-title__text {
  line-height: 1.1875rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 46.25em) {
  .inner-page-title__inner > h3.inner-page-title__text {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 46.25em) {
  .inner-page-title__inner > h4.inner-page-title__text {
    line-height: 1.5rem;
  }
}

.inner-page-title__inner > .inner-page-title__text,
.inner-page-title__icon {
  color: inherit;
}
