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

.hidden,
.screen-reader-text {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.screen-reader-text {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .screen-reader-text.focusable:active, .screen-reader-text.focusable:focus {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible; }

.outer, .site-header, .nav-collapse {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%; }

.inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75em; }
  .inner:before, .inner:after {
    display: table;
    content: ""; }
  .inner:after {
    clear: both; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
* {
  box-sizing: border-box; }

html,
body {
  font-size: 100%;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  background: white;
  color: #293881;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum"; }
  body:before {
    background: white;
    bottom: 0;
    color: black;
    content: '';
    display: block;
    font-size: 12px;
    height: 2.8em;
    line-height: 3em;
    left: 0;
    opacity: .5;
    padding: 0 1em;
    pointer-events: none;
    position: fixed;
    z-index: 99999; }
    @media screen and (min-width: 20em) {
      body:before {
        content: '$smallest / 320px'; } }
    @media screen and (min-width: 25em) {
      body:before {
        content: '$smallest-small / 400px'; } }
    @media screen and (min-width: 30em) {
      body:before {
        content: '$small / 480px'; } }
    @media screen and (min-width: 39em) {
      body:before {
        content: '$small-medium / 624px'; } }
    @media screen and (min-width: 48em) {
      body:before {
        content: '$medium / 768px'; } }
    @media screen and (min-width: 56em) {
      body:before {
        content: '$medium-large / 896px'; } }
    @media screen and (min-width: 64em) {
      body:before {
        content: '$large / 1024px'; } }
    @media screen and (min-width: 75em) {
      body:before {
        content: '$large-max / 1132px'; } }
    @media screen and (min-width: 75em) {
      body:before {
        content: '$max / 1240px'; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1em;
  margin: 0 0 .5em 0; }

h1 {
  color: #1c67bd;
  font-size: 2.074em;
  font-weight: 400; }

h2 {
  color: #1c67bd;
  font-size: 1.728em;
  font-weight: 400;
  line-height: 1.3em; }

h3 {
  font-size: 1.44em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.833em; }

p {
  font-size: 1em;
  color: #263238;
  margin-top: 0; }

hr {
  background: #d3e0ed;
  border: 0;
  clear: both;
  display: block;
  height: 2px; }

ul,
ol {
  margin: 0 0 1.5em 3em;
  padding: 0; }
  ul li,
  ol li {
    line-height: 1.5;
    margin: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0;
    padding-top: 0; }

dl {
  line-height: 1.5;
  margin: 0 0 1em 0; }
  dl dt {
    font-size: 1em; }
  dl dd {
    font-size: 1em;
    margin-bottom: .5em; }
    @media screen and (min-width: 39em) {
      dl dd {
        font-size: 1.125em; } }

a,
a:visited {
  text-decoration: none;
  color: #13499d; }
  a:hover,
  a:visited:hover {
    color: #f89921; }
  a:active,
  a:visited:active {
    color: #f89921; }

figure {
  margin: 0;
  padding: 0;
  max-width: none;
  width: auto; }

img {
  height: auto;
  width: 100%;
  display: block; }

textarea::-webkit-selection,
input::-webkit-selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.8); }

textarea::-moz-selection,
input::-moz-selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.8); }

textarea::selection,
input::selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.8); }

fieldset {
  border: 0; }

.introduction-section {
  margin-bottom: 1.56em; }
  .introduction-section .introduction-cta-wrapper {
    margin-bottom: 1.25em; }
    @media screen and (min-width: 39em) {
      .introduction-section .introduction-cta-wrapper {
        float: left;
        width: 33.3333333333%;
        margin: 0;
        padding-right: 1.88em;
        margin-bottom: 1.88em; } }

.accreditations-section {
  margin-bottom: 1.56em; }
  @media screen and (min-width: 39em) {
    .accreditations-section {
      float: left;
      width: 50%;
      margin: 0;
      padding-right: 5em; } }

@media screen and (min-width: 39em) {
  .testimonial-section {
    float: left;
    width: 50%;
    margin: 0;
    padding-left: 0.94em; } }

@media only screen and (min-width: 39em) {
  .about-us-section {
    width: 83.3333333333%;
    padding-right: 1.88em; } }
@media only screen and (min-width: 48em) {
  .about-us-section {
    float: left;
    width: 66.6666666667%;
    padding-right: 8.3333333333%; } }

.faq {
  margin-bottom: 1.56em; }
  @media only screen and (min-width: 39em) {
    .faq {
      width: 66.6666666667%; } }
  @media only screen and (min-width: 48em) {
    .faq {
      float: left;
      width: 33.3333333333%; } }

.contact-section {
  margin-bottom: 1.88em; }
  @media only screen and (min-width: 48em) {
    .contact-section {
      float: left;
      width: 58.3333333333%; } }

.contact-details-section {
  margin-bottom: 1.88em; }
  @media only screen and (min-width: 48em) {
    .contact-details-section {
      float: left;
      width: 33.3333333333%;
      margin-left: 8.3333333333%; } }

.site-header {
  margin-top: 1.25em;
  margin-bottom: 0; }
  .site-header:before, .site-header:after {
    display: table;
    content: ""; }
  .site-header:after {
    clear: both; }

.site-branding {
  float: left; }
  .site-branding:before, .site-branding:after {
    display: table;
    content: ""; }
  .site-branding:after {
    clear: both; }
  .site-branding .site-logo-text {
    display: none; }
  .site-branding .site-logo {
    float: left; }
    .site-branding .site-logo img {
      width: 4em; }

.contact-details-wrapper {
  float: left;
  margin-left: 0.63em;
  width: calc(100% - 10em); }
  .contact-details-wrapper:before, .contact-details-wrapper:after {
    display: table;
    content: ""; }
  .contact-details-wrapper:after {
    clear: both; }
  @media only screen and (min-width: 48em) {
    .contact-details-wrapper {
      float: right; } }
  .contact-details-wrapper .contact-callout {
    color: #1c67bd;
    display: none;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.63em; }
    @media only screen and (min-width: 48em) {
      .contact-details-wrapper .contact-callout {
        display: block;
        text-align: right; } }

.header-contact-details-telephone-wrapper,
.header-contact-details-email-wrapper {
  margin-bottom: 0.63em; }
  .header-contact-details-telephone-wrapper:before, .header-contact-details-telephone-wrapper:after,
  .header-contact-details-email-wrapper:before,
  .header-contact-details-email-wrapper:after {
    display: table;
    content: ""; }
  .header-contact-details-telephone-wrapper:after,
  .header-contact-details-email-wrapper:after {
    clear: both; }
  .header-contact-details-telephone-wrapper .round-button,
  .header-contact-details-email-wrapper .round-button {
    display: inline-block;
    vertical-align: middle; }
  .header-contact-details-telephone-wrapper a,
  .header-contact-details-telephone-wrapper a:visited,
  .header-contact-details-email-wrapper a,
  .header-contact-details-email-wrapper a:visited {
    color: #1c67bd;
    font-size: 1.13em;
    font-family: "Lato", sans-serif;
    margin-left: 0.63em;
    transition: 0.5s ease-in-out;
    vertical-align: middle; }
    @media only screen and (min-width: 48em) {
      .header-contact-details-telephone-wrapper a,
      .header-contact-details-telephone-wrapper a:visited,
      .header-contact-details-email-wrapper a,
      .header-contact-details-email-wrapper a:visited {
        font-size: 1.5em; } }
    @media only screen and (min-width: 56em) {
      .header-contact-details-telephone-wrapper a,
      .header-contact-details-telephone-wrapper a:visited,
      .header-contact-details-email-wrapper a,
      .header-contact-details-email-wrapper a:visited {
        font-size: 1.728em; } }
    .header-contact-details-telephone-wrapper a:hover,
    .header-contact-details-telephone-wrapper a:visited:hover,
    .header-contact-details-email-wrapper a:hover,
    .header-contact-details-email-wrapper a:visited:hover {
      color: #13499d;
      transition: 0.5s ease-in-out; }
  @media only screen and (min-width: 48em) {
    .header-contact-details-telephone-wrapper,
    .header-contact-details-email-wrapper {
      float: right;
      width: auto;
      margin-left: 2em; } }

.nav-collapse {
  margin-left: -6%;
  margin-right: -6%;
  background-color: #f89921; }
  @media only screen and (min-width: 39em) {
    .nav-collapse {
      clear: both; } }
  @media only screen and (min-width: 48em) {
    .nav-collapse {
      clear: both;
      margin: 0; } }

.round-button {
  border-radius: 50%;
  border: 1px solid #d3e0ed;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  height: 1.56em;
  text-align: left;
  width: 1.56em; }
  @media only screen and (min-width: 56em) {
    .round-button {
      height: 2.5em;
      width: 2.5em; } }
  .round-button img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0.63em;
    width: 0.63em; }
    @media only screen and (min-width: 56em) {
      .round-button img {
        height: 1.25em;
        width: 1.25em; } }

.round-button-inverted {
  background-color: #f89921;
  border-radius: 50%;
  border: 1px solid #d3e0ed;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  height: 1.56em;
  text-align: left;
  width: 1.56em; }
  @media only screen and (min-width: 56em) {
    .round-button-inverted {
      height: 2.5em;
      width: 2.5em; } }
  .round-button-inverted img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 0.63em;
    width: 0.63em; }
    @media only screen and (min-width: 56em) {
      .round-button-inverted img {
        height: 1.25em;
        width: 1.25em; } }

.cta-button-container {
  background-color: #f89921;
  border-radius: 0.31em;
  display: inline-block;
  padding: 0.63em 1.25em 0.63em 1.25em;
  letter-spacing: 0.06em; }
  .cta-button-container a {
    color: white; }
  .cta-button-container:hover {
    background-color: #df8007; }

.nav-collapse li {
  background-color: #f89921;
  border-top: 1px solid #df8007;
  border-bottom: 1px solid #fab052;
  transition: background-color 0.25s ease-in-out; }
  .nav-collapse li:hover {
    background-color: #df8007;
    transition: background-color 0.25s ease-in-out; }
  .nav-collapse li a {
    color: white;
    display: block;
    font-size: 1.13em;
    padding: 0.63em 0 0.63em 1em;
    height: 100%;
    width: 100%; }
    .nav-collapse li a:hover {
      color: white; }
  .nav-collapse li .nav-subline {
    font-size: 0.75em;
    margin: 0;
    color: #fdddb5; }
  @media only screen and (min-width: 48em) {
    .nav-collapse li {
      float: left;
      width: 20% !important;
      border-bottom: 0;
      border-top: 0;
      border-left: 1px solid #df8007;
      border-right: 1px solid #fab052; } }
.nav-collapse .first {
  border-top: 0; }
.nav-collapse .last {
  border-bottom: 0; }
  @media only screen and (min-width: 56em) {
    .nav-collapse .last {
      border-right: 1px solid #df8007; } }

#menu-toggle {
  background-color: #e8f0f8;
  border-top: 1px solid #d3e0ed;
  border-bottom: 1px solid #d3e0ed;
  cursor: pointer;
  clear: left;
  display: block;
  text-align: center;
  transition: 0.5s ease-in-out; }
  #menu-toggle:hover {
    background-color: #3376c4;
    color: white;
    transition: 0.5s ease-in-out; }
  #menu-toggle p {
    font-weight: 700;
    margin-top: 0.88em;
    height: 100%;
    width: 100%; }
  @media only screen and (min-width: 48em) {
    #menu-toggle {
      display: none; } }

.selected {
  background-color: #df8007 !important; }

.site-splash-section {
  background-image: url("../images/content/splash-bg-mobile.jpg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3.75em 5% 3.75em 5%;
  margin-bottom: 1.88em;
  transition: 0.5s ease-in-out; }
  @media only screen and (min-width: 48em) {
    .site-splash-section {
      background-image: url("../images/content/splash-bg.jpg");
      background-position: center center; } }
  .site-splash-section h1 {
    color: white;
    font-size: 2.19em;
    font-weight: 700;
    line-height: 1.2em; }
    @media only screen and (min-width: 39em) {
      .site-splash-section h1 {
        font-size: 3em; } }
  .site-splash-section p {
    color: white;
    font-size: 1.13em;
    margin-top: 0;
    margin-bottom: 1.25em; }
  @media only screen and (min-width: 39em) {
    .site-splash-section p, .site-splash-section h1 {
      width: 66.6666666667%; } }
  .site-splash-section .round-button-inverted {
    border: 2px solid white;
    float: left;
    height: 3.44em;
    margin-right: 1.25em;
    width: 3.44em; }
    .site-splash-section .round-button-inverted img {
      height: 1.88em;
      width: 1.88em; }
  .site-splash-section .wrapper {
    float: left; }
    .site-splash-section .wrapper p {
      color: #8fc9ff;
      margin-bottom: 0; }
    .site-splash-section .wrapper a {
      color: white;
      font-size: 2.25em; }

.introduction-cta .img-wrapper {
  margin-bottom: .94em; }
  .introduction-cta .img-wrapper img {
    border-bottom: 0.31em solid #1c67bd;
    border-radius: 0.31em; }

.accreditations p {
  margin-bottom: 2.5em; }
.accreditations ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0; }
.accreditations li {
  float: left;
  list-style: none;
  margin-bottom: 1.88em;
  padding-right: 2.5em;
  width: 50%; }
  @media only screen and (min-width: 48em) {
    .accreditations li {
      width: 33.3333333333%; } }

.testimonial {
  background-image: url("../images/content/lady-customer.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 30%; }
  @media only screen and (min-width: 30em) {
    .testimonial {
      background-size: 20%; } }
  @media only screen and (min-width: 30em) {
    .testimonial {
      background-size: 25%; } }
  .testimonial blockquote {
    margin: 0; }
    .testimonial blockquote p {
      font-family: "Martel", serif;
      font-size: 1.69em;
      color: #1c67bd;
      margin-bottom: 0;
      width: 66.6666666667%; }
  .testimonial blockquote:before {
    background-image: url("../images/icons/icon-quotation-mark.png");
    background-size: cover;
    content: "";
    display: block;
    float: left;
    height: 4em;
    margin-top: -2em;
    margin-left: -2em;
    position: absolute;
    width: 4em; }

.site-contact-section {
  background-color: #f7f7fb;
  border-top: 1px solid #d3e0ed;
  border-bottom: 1px solid #d3e0ed;
  clear: both;
  padding: 1.56em 5% 1.25em 5%; }

@media only screen and (min-width: 56em) {
  .site-contact-cta h2 {
    float: left;
    margin-right: 1em; } }

.site-contact-cta-details-wrapper {
  margin-bottom: 1.25em; }
  .site-contact-cta-details-wrapper .round-button-inverted {
    border: 2px solid white;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em; }
    .site-contact-cta-details-wrapper .round-button-inverted img {
      height: 1.25em;
      width: 1.25em; }
  .site-contact-cta-details-wrapper h3 {
    font-size: 0.75em;
    color: #1c67bd;
    margin-bottom: 0; }
  .site-contact-cta-details-wrapper a {
    color: #263238;
    font-size: 1.4em; }
  @media only screen and (min-width: 39em) {
    .site-contact-cta-details-wrapper {
      float: left;
      margin-right: 2em;
      margin-bottom: 0; }
      .site-contact-cta-details-wrapper .wrapper {
        float: left; } }
  @media only screen and (min-width: 48em) {
    .site-contact-cta-details-wrapper {
      margin-right: 2em; } }

.last {
  margin-right: 0; }

.site-footer {
  background-color: #1c67bd;
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
  .site-footer .site-branding {
    float: none;
    margin-bottom: .94em; }
    @media only screen and (min-width: 39em) {
      .site-footer .site-branding {
        float: left; } }
  .site-footer .footer-contact-details-wrapper {
    margin-bottom: .94em;
    margin-right: 1.25em; }
    .site-footer .footer-contact-details-wrapper img {
      float: left;
      height: 1.25em;
      margin-right: 0.63em;
      width: 1.25em; }
    .site-footer .footer-contact-details-wrapper .wrapper {
      float: left; }
    .site-footer .footer-contact-details-wrapper p {
      color: white;
      font-weight: 400;
      font-size: 1em;
      margin-bottom: .15em; }
    .site-footer .footer-contact-details-wrapper a {
      color: white;
      font-weight: 400;
      display: block; }
    @media only screen and (min-width: 39em) {
      .site-footer .footer-contact-details-wrapper {
        float: right; } }

.footer-final {
  background-color: #13499d;
  text-align: center; }
  .footer-final ul {
    list-style: none;
    margin: .63em 0 0.63em 0; }
    @media only screen and (min-width: 39em) {
      .footer-final ul {
        float: left; } }
  .footer-final li {
    display: inline;
    font-size: 0.88em;
    margin-right: .63em; }
  .footer-final p {
    color: #83a7db;
    margin-bottom: 0; }
    @media only screen and (min-width: 39em) {
      .footer-final p {
        display: inline; } }
  .footer-final a {
    color: #83a7db;
    transition: 0.5s ease-in-out; }
    .footer-final a:hover {
      color: #f89921;
      transition: 0.5s ease-in-out; }
  .footer-final .wrapper {
    float: right;
    margin-top: .63em; }

.page-introduction-section {
  background-image: url("../images/content/splash-bg-mobile.jpg");
  background-position: center center;
  background-size: cover; }

.page-introduction {
  margin-bottom: 2.5em;
  padding-top: 2.5em;
  padding-bottom: 1.25em; }
  .page-introduction h1 {
    color: white;
    font-weight: 700; }
  .page-introduction p {
    color: white;
    font-size: 1.13em;
    font-weight: 400; }
    @media only screen and (min-width: 39em) {
      .page-introduction p {
        max-width: 66.6666666667%; } }

.about-us h2 {
  margin-bottom: 0.31em; }
.about-us ul {
  margin-bottom: 1em;
  margin-left: 2em;
  margin-right: 1em; }
.about-us li {
  color: #1c67bd;
  font-weight: 700; }
.about-us .wrapper {
  margin-bottom: 2.5em; }
@media only screen and (min-width: 39em) {
  .about-us .first {
    float: left; }
  .about-us .last {
    float: left; } }

.faq {
  background-color: #f7f7fb;
  border: 1px solid #d3e0ed;
  border-radius: 0.31em;
  padding: 1.88em; }
  .faq h2 {
    color: #f89921; }
  .faq .question {
    font-weight: 700;
    margin-bottom: .31em; }
  .faq .answer {
    margin-bottom: 1.88em; }
    .faq .answer:last-of-type {
      margin-bottom: 0; }
  @media only screen and (min-width: 48em) {
    .faq {
      max-width: 66.6666666667%; } }

.site-accreditation {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
  .site-accreditation p {
    margin-bottom: 2.5em; }
    @media only screen and (min-width: 48em) {
      .site-accreditation p {
        max-width: 66.6666666667%; } }
  .site-accreditation ul {
    list-style: none;
    margin-left: 0;
    font-size: 0; }
  .site-accreditation li {
    width: 33.3333333333%;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 1.25em;
    padding-right: 1.88em; }
    @media only screen and (min-width: 25em) {
      .site-accreditation li {
        width: 50%; } }
    @media only screen and (min-width: 30em) {
      .site-accreditation li {
        width: 33.3333333333%; } }
    @media only screen and (min-width: 39em) {
      .site-accreditation li {
        width: 16.6666666667%; } }
  @media only screen and (min-width: 48em) {
    .site-accreditation {
      border-top: 1px solid #d3e0ed; } }

.site-accreditation-section {
  clear: left; }

.testimonials blockquote {
  margin: 0;
  padding: 0;
  margin: 0 0 1.88em 0;
  padding-left: 5em;
  padding-right: 1em; }
  @media only screen and (min-width: 48em) {
    .testimonials blockquote {
      float: left;
      padding-right: 1em;
      width: 50%; } }
  .testimonials blockquote p {
    font-size: 1.13em; }
  .testimonials blockquote footer {
    color: #1c67bd;
    font-size: .75em;
    font-weight: 700; }
.testimonials blockquote:before {
  background-image: url("../images/icons/icon-quotation-mark.png");
  background-size: cover;
  content: "";
  display: block;
  float: left;
  height: 4em;
  margin-left: -5em;
  width: 4em; }

.service-wrapper {
  margin-bottom: 1.88em; }
  .service-wrapper img {
    border-bottom: 0.31em solid #1c67bd;
    border-radius: 0.31em;
    margin-bottom: 0.62em; }
  .service-wrapper h2 {
    margin-bottom: 0; }
  @media only screen and (min-width: 39em) {
    .service-wrapper {
      float: left;
      padding-right: 1.88em;
      width: 50%; } }
  @media only screen and (min-width: 56em) {
    .service-wrapper {
      width: 33.3333333333%; } }

fieldset {
  margin: 0;
  padding: 0;
  margin-bottom: 1.25em;
  position: relative; }

label {
  color: #d3e0ed;
  font-size: 0.75em;
  font-weight: 700;
  position: absolute;
  top: 0.31em;
  left: 0.63em; }

.form-field {
  background-color: #f7f7fb;
  border: 2px solid #d3e0ed;
  border-radius: 0.31em;
  padding-left: .63em;
  height: 3.13em;
  width: 100%; }

input[type="submit"] {
  border: 2px solid #f78e08;
  border-radius: 0.31em;
  background-color: #f89921;
  color: white;
  font-size: 0.75em;
  padding: 0.63em 1.88em 0.63em 1.88em; }

textarea {
  min-height: 10em;
  max-width: 100%;
  resize: vertical; }

#form1_honeypot {
  display: none; }

.contact-details {
  background-color: #f7f7fb;
  border: 2px solid #d3e0ed;
  border-radius: 0.31em;
  padding: 0 1.88em 1.88em 1.25em; }
  .contact-details p {
    margin-bottom: .15em; }
  .contact-details img {
    float: left;
    height: 1.25em;
    width: 1.25em; }
  .contact-details h3 {
    color: #f89921;
    margin-bottom: 0.31em;
    font-size: 1em; }
  .contact-details a {
    color: #263238;
    font-size: 0.88em; }
  .contact-details .wrapper {
    padding-left: 2em;
    margin-bottom: 1em; }
  .contact-details .wrapper:last-of-type {
    margin-bottom: 0; }
  .contact-details #map {
    border-bottom: 1px solid #d3e0ed;
    height: 15em;
    margin-left: -1.25em;
    margin-right: -1.88em;
    margin-bottom: 2em; }
