.text-content img {
  max-width: 100%;
}

@media (min-width: 960px) {
  form .fieldset > .field.checkbox, form fieldset > .field.checkbox {
    width: calc(100% - 1rem);
  }
  form .fieldset > .field.checkbox input[type=checkbox] + label, form fieldset > .field.checkbox input[type=checkbox] + label {
    margin-top: 0px;
  }
}
.page--enquiry h1 {
  margin-top: 80px;
  margin-bottom: 50px;
}
.page--enquiry .tel-link {
  color: #f76c6c;
}
.page--enquiry.section-blue section {
  background-color: #a8d0e6;
  mix-blend-mode: multiply;
}
.page--enquiry.section-blue section:before {
  content: none;
}

.print-capabilities-btn {
    padding: 5px 12px;
    text-transform: uppercase;
    text-align: center;
    margin: 1rem;
    cursor: pointer;
    font-weight: 800;
}

.bg-red {
  background-color: #f76c6c;
  color: white !important;
}

.bg-blue {
  background-color: #a8d0e6;
  color: white !important;
}

.bg-yellow {
  background-color: #f8e9a1;
  color: grey !important;
}

.footer--site-credit {
  display: none !important;
}

/* BLOG */
@media only screen and (max-width: 1200px) {
.mobile-header-blog {
    font-size: 26px !important;
}
}

/*# sourceMappingURL=main.css.map */
