/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Background colours */
.sectionBG-White {
  background-color: #ffffff; }

.sectionBG-Black {
  background-color: #111; }

.sectionBG-Light-Grey {
  background-color: #f7f7f7; }

.sectionBG-Sky-Blue {
  background-color: #89d6f2; }

.sectionBG-Neon-Pink {
  background-color: #ee0049; }

.sectionBG-Bright-Purple {
  background-color: #bd1a8d; }

.sectionBG-Dark-Purple {
  background-color: #6d216d; }

.sectionBG-Orange {
  background-color: #f6a030; }

.sectionBG-Green {
  background-color: #b5d562; }

.sectionBG-Pink {
  background-color: #daaec8; }

.sectionBG-Brown {
  background-color: #c88c5e; }

.sectionBG-Turquoise {
  background-color: #3cc8b4; }

/* @end */
body.Axllent\\EnquiryPage\\EnquiryPage h1 {
  margin-bottom: 1rem; }

body.Axllent\\EnquiryPage\\EnquiryPage address {
  margin-bottom: 1rem; }

body.Axllent\\EnquiryPage\\EnquiryPage .contactsocial {
  margin-top: 2rem; }
  body.Axllent\\EnquiryPage\\EnquiryPage .contactsocial a {
    font-size: 2em;
    margin-right: 0.5rem;
    color: #000000; }

/* @group Enquiry form */
.ContactFormWell {
  background-color: white; }
  .ContactFormWell h3 {
    margin-bottom: 1rem; }
  .ContactFormWell form {
    margin-top: 1.5rem; }
    .ContactFormWell form label {
      font-size: .8em;
      margin-bottom: .2rem; }
    .ContactFormWell form .required label:after {
      content: '*';
      color: #d5013d;
      font-size: 1.1em; }
    .ContactFormWell form input.text, .ContactFormWell form textarea {
      width: 100%;
      border: 1px solid #c3c3c3;
      padding: 0.65rem;
      margin-bottom: .8rem; }
    .ContactFormWell form input.captcha {
      padding: 0.65rem;
      margin-left: .8rem; }
    .ContactFormWell form input[type="submit"] {
      background-color: #2a2a2a;
      color: white;
      border: none;
      outline: none;
      padding: 0.65rem;
      margin-top: 1rem; }
  .ContactFormWell .EnquiryPageSuccess h2, .ContactFormWell .EnquiryPageSuccess h3, .ContactFormWell .EnquiryPageSuccess h4, .ContactFormWell .EnquiryPageSuccess h5, .ContactFormWell .EnquiryPageSuccess h6, .ContactFormWell .EnquiryPageSuccess p, .ContactFormWell .EnquiryPageSuccess li {
    margin-top: 0px;
    margin-bottom: 0px; }

.HideLabels label {
  display: none; }

/* @end */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .ContactFormWell {
    margin-top: 2rem;
    padding: 0rem;
    background-color: transparent; } }
