/*
Theme Name: Digital White House
Theme URI: https://www.bowhouse.co.uk
Author: Bow House
Author URI: www.bowhouse.co.uk
Description: Theme by Bow House
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*!
Pure v1.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md

Requires normalize.css
Breakpoints: 600px, 900px, 1200px, 1500px
*/
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pure-g {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}

.pure-u,
.pure-u-1,
.pure-u-1-1,
.pure-u-1-12,
.pure-u-1-2,
.pure-u-1-24,
.pure-u-1-3,
.pure-u-1-4,
.pure-u-1-5,
.pure-u-1-6,
.pure-u-1-8,
.pure-u-10-24,
.pure-u-11-12,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-2-24,
.pure-u-2-3,
.pure-u-2-5,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24,
.pure-u-3-24,
.pure-u-3-4,
.pure-u-3-5,
.pure-u-3-8,
.pure-u-4-24,
.pure-u-4-5,
.pure-u-5-12,
.pure-u-5-24,
.pure-u-5-5,
.pure-u-5-6,
.pure-u-5-8,
.pure-u-6-24,
.pure-u-7-12,
.pure-u-7-24,
.pure-u-7-8,
.pure-u-8-24,
.pure-u-9-24 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-g [class*=pure-u] {
  font-family: sans-serif;
}

.pure-u-1-24 {
  width: 4.1667%;
}

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
}

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
}

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
}

.pure-u-1-5 {
  width: 20%;
}

.pure-u-5-24 {
  width: 20.8333%;
}

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
}

.pure-u-7-24 {
  width: 29.1667%;
}

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
}

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
}

.pure-u-2-5 {
  width: 40%;
}

.pure-u-10-24,
.pure-u-5-12 {
  width: 41.6667%;
}

.pure-u-11-24 {
  width: 45.8333%;
}

.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
}

.pure-u-13-24 {
  width: 54.1667%;
}

.pure-u-14-24,
.pure-u-7-12 {
  width: 58.3333%;
}

.pure-u-3-5 {
  width: 60%;
}

.pure-u-15-24,
.pure-u-5-8 {
  width: 62.5%;
}

.pure-u-16-24,
.pure-u-2-3 {
  width: 66.6667%;
}

.pure-u-17-24 {
  width: 70.8333%;
}

.pure-u-18-24,
.pure-u-3-4 {
  width: 75%;
}

.pure-u-19-24 {
  width: 79.1667%;
}

.pure-u-4-5 {
  width: 80%;
}

.pure-u-20-24,
.pure-u-5-6 {
  width: 83.3333%;
}

.pure-u-21-24,
.pure-u-7-8 {
  width: 87.5%;
}

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
}

.pure-u-23-24 {
  width: 95.8333%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-24-24,
.pure-u-5-5 {
  width: 100%;
}

/* RESPONSIVE */
@media screen and (min-width: 600px) {
  .pure-u-sm-1,
.pure-u-sm-1-1,
.pure-u-sm-1-12,
.pure-u-sm-1-2,
.pure-u-sm-1-24,
.pure-u-sm-1-3,
.pure-u-sm-1-4,
.pure-u-sm-1-5,
.pure-u-sm-1-6,
.pure-u-sm-1-8,
.pure-u-sm-10-24,
.pure-u-sm-11-12,
.pure-u-sm-11-24,
.pure-u-sm-12-24,
.pure-u-sm-13-24,
.pure-u-sm-14-24,
.pure-u-sm-15-24,
.pure-u-sm-16-24,
.pure-u-sm-17-24,
.pure-u-sm-18-24,
.pure-u-sm-19-24,
.pure-u-sm-2-24,
.pure-u-sm-2-3,
.pure-u-sm-2-5,
.pure-u-sm-20-24,
.pure-u-sm-21-24,
.pure-u-sm-22-24,
.pure-u-sm-23-24,
.pure-u-sm-24-24,
.pure-u-sm-3-24,
.pure-u-sm-3-4,
.pure-u-sm-3-5,
.pure-u-sm-3-8,
.pure-u-sm-4-24,
.pure-u-sm-4-5,
.pure-u-sm-5-12,
.pure-u-sm-5-24,
.pure-u-sm-5-5,
.pure-u-sm-5-6,
.pure-u-sm-5-8,
.pure-u-sm-6-24,
.pure-u-sm-7-12,
.pure-u-sm-7-24,
.pure-u-sm-7-8,
.pure-u-sm-8-24,
.pure-u-sm-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-sm-1-24 {
    width: 4.1667%;
  }

  .pure-u-sm-1-12,
.pure-u-sm-2-24 {
    width: 8.3333%;
  }

  .pure-u-sm-1-8,
.pure-u-sm-3-24 {
    width: 12.5%;
  }

  .pure-u-sm-1-6,
.pure-u-sm-4-24 {
    width: 16.6667%;
  }

  .pure-u-sm-1-5 {
    width: 20%;
  }

  .pure-u-sm-5-24 {
    width: 20.8333%;
  }

  .pure-u-sm-1-4,
.pure-u-sm-6-24 {
    width: 25%;
  }

  .pure-u-sm-7-24 {
    width: 29.1667%;
  }

  .pure-u-sm-1-3,
.pure-u-sm-8-24 {
    width: 33.3333%;
  }

  .pure-u-sm-3-8,
.pure-u-sm-9-24 {
    width: 37.5%;
  }

  .pure-u-sm-2-5 {
    width: 40%;
  }

  .pure-u-sm-10-24,
.pure-u-sm-5-12 {
    width: 41.6667%;
  }

  .pure-u-sm-11-24 {
    width: 45.8333%;
  }

  .pure-u-sm-1-2,
.pure-u-sm-12-24 {
    width: 50%;
  }

  .pure-u-sm-13-24 {
    width: 54.1667%;
  }

  .pure-u-sm-14-24,
.pure-u-sm-7-12 {
    width: 58.3333%;
  }

  .pure-u-sm-3-5 {
    width: 60%;
  }

  .pure-u-sm-15-24,
.pure-u-sm-5-8 {
    width: 62.5%;
  }

  .pure-u-sm-16-24,
.pure-u-sm-2-3 {
    width: 66.6667%;
  }

  .pure-u-sm-17-24 {
    width: 70.8333%;
  }

  .pure-u-sm-18-24,
.pure-u-sm-3-4 {
    width: 75%;
  }

  .pure-u-sm-19-24 {
    width: 79.1667%;
  }

  .pure-u-sm-4-5 {
    width: 80%;
  }

  .pure-u-sm-20-24,
.pure-u-sm-5-6 {
    width: 83.3333%;
  }

  .pure-u-sm-21-24,
.pure-u-sm-7-8 {
    width: 87.5%;
  }

  .pure-u-sm-11-12,
.pure-u-sm-22-24 {
    width: 91.6667%;
  }

  .pure-u-sm-23-24 {
    width: 95.8333%;
  }

  .pure-u-sm-1,
.pure-u-sm-1-1,
.pure-u-sm-24-24,
.pure-u-sm-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .pure-u-md-1,
.pure-u-md-1-1,
.pure-u-md-1-12,
.pure-u-md-1-2,
.pure-u-md-1-24,
.pure-u-md-1-3,
.pure-u-md-1-4,
.pure-u-md-1-5,
.pure-u-md-1-6,
.pure-u-md-1-8,
.pure-u-md-10-24,
.pure-u-md-11-12,
.pure-u-md-11-24,
.pure-u-md-12-24,
.pure-u-md-13-24,
.pure-u-md-14-24,
.pure-u-md-15-24,
.pure-u-md-16-24,
.pure-u-md-17-24,
.pure-u-md-18-24,
.pure-u-md-19-24,
.pure-u-md-2-24,
.pure-u-md-2-3,
.pure-u-md-2-5,
.pure-u-md-20-24,
.pure-u-md-21-24,
.pure-u-md-22-24,
.pure-u-md-23-24,
.pure-u-md-24-24,
.pure-u-md-3-24,
.pure-u-md-3-4,
.pure-u-md-3-5,
.pure-u-md-3-8,
.pure-u-md-4-24,
.pure-u-md-4-5,
.pure-u-md-5-12,
.pure-u-md-5-24,
.pure-u-md-5-5,
.pure-u-md-5-6,
.pure-u-md-5-8,
.pure-u-md-6-24,
.pure-u-md-7-12,
.pure-u-md-7-24,
.pure-u-md-7-8,
.pure-u-md-8-24,
.pure-u-md-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-md-1-24 {
    width: 4.1667%;
  }

  .pure-u-md-1-12,
.pure-u-md-2-24 {
    width: 8.3333%;
  }

  .pure-u-md-1-8,
.pure-u-md-3-24 {
    width: 12.5%;
  }

  .pure-u-md-1-6,
.pure-u-md-4-24 {
    width: 16.6667%;
  }

  .pure-u-md-1-5 {
    width: 20%;
  }

  .pure-u-md-5-24 {
    width: 20.8333%;
  }

  .pure-u-md-1-4,
.pure-u-md-6-24 {
    width: 25%;
  }

  .pure-u-md-7-24 {
    width: 29.1667%;
  }

  .pure-u-md-1-3,
.pure-u-md-8-24 {
    width: 33.3333%;
  }

  .pure-u-md-3-8,
.pure-u-md-9-24 {
    width: 37.5%;
  }

  .pure-u-md-2-5 {
    width: 40%;
  }

  .pure-u-md-10-24,
.pure-u-md-5-12 {
    width: 41.6667%;
  }

  .pure-u-md-11-24 {
    width: 45.8333%;
  }

  .pure-u-md-1-2,
.pure-u-md-12-24 {
    width: 50%;
  }

  .pure-u-md-13-24 {
    width: 54.1667%;
  }

  .pure-u-md-14-24,
.pure-u-md-7-12 {
    width: 58.3333%;
  }

  .pure-u-md-3-5 {
    width: 60%;
  }

  .pure-u-md-15-24,
.pure-u-md-5-8 {
    width: 62.5%;
  }

  .pure-u-md-16-24,
.pure-u-md-2-3 {
    width: 66.6667%;
  }

  .pure-u-md-17-24 {
    width: 70.8333%;
  }

  .pure-u-md-18-24,
.pure-u-md-3-4 {
    width: 75%;
  }

  .pure-u-md-19-24 {
    width: 79.1667%;
  }

  .pure-u-md-4-5 {
    width: 80%;
  }

  .pure-u-md-20-24,
.pure-u-md-5-6 {
    width: 83.3333%;
  }

  .pure-u-md-21-24,
.pure-u-md-7-8 {
    width: 87.5%;
  }

  .pure-u-md-11-12,
.pure-u-md-22-24 {
    width: 91.6667%;
  }

  .pure-u-md-23-24 {
    width: 95.8333%;
  }

  .pure-u-md-1,
.pure-u-md-1-1,
.pure-u-md-24-24,
.pure-u-md-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .pure-u-lg-1,
.pure-u-lg-1-1,
.pure-u-lg-1-12,
.pure-u-lg-1-2,
.pure-u-lg-1-24,
.pure-u-lg-1-3,
.pure-u-lg-1-4,
.pure-u-lg-1-5,
.pure-u-lg-1-6,
.pure-u-lg-1-8,
.pure-u-lg-10-24,
.pure-u-lg-11-12,
.pure-u-lg-11-24,
.pure-u-lg-12-24,
.pure-u-lg-13-24,
.pure-u-lg-14-24,
.pure-u-lg-15-24,
.pure-u-lg-16-24,
.pure-u-lg-17-24,
.pure-u-lg-18-24,
.pure-u-lg-19-24,
.pure-u-lg-2-24,
.pure-u-lg-2-3,
.pure-u-lg-2-5,
.pure-u-lg-20-24,
.pure-u-lg-21-24,
.pure-u-lg-22-24,
.pure-u-lg-23-24,
.pure-u-lg-24-24,
.pure-u-lg-3-24,
.pure-u-lg-3-4,
.pure-u-lg-3-5,
.pure-u-lg-3-8,
.pure-u-lg-4-24,
.pure-u-lg-4-5,
.pure-u-lg-5-12,
.pure-u-lg-5-24,
.pure-u-lg-5-5,
.pure-u-lg-5-6,
.pure-u-lg-5-8,
.pure-u-lg-6-24,
.pure-u-lg-7-12,
.pure-u-lg-7-24,
.pure-u-lg-7-8,
.pure-u-lg-8-24,
.pure-u-lg-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-lg-1-24 {
    width: 4.1667%;
  }

  .pure-u-lg-1-12,
.pure-u-lg-2-24 {
    width: 8.3333%;
  }

  .pure-u-lg-1-8,
.pure-u-lg-3-24 {
    width: 12.5%;
  }

  .pure-u-lg-1-6,
.pure-u-lg-4-24 {
    width: 16.6667%;
  }

  .pure-u-lg-1-5 {
    width: 20%;
  }

  .pure-u-lg-5-24 {
    width: 20.8333%;
  }

  .pure-u-lg-1-4,
.pure-u-lg-6-24 {
    width: 25%;
  }

  .pure-u-lg-7-24 {
    width: 29.1667%;
  }

  .pure-u-lg-1-3,
.pure-u-lg-8-24 {
    width: 33.3333%;
  }

  .pure-u-lg-3-8,
.pure-u-lg-9-24 {
    width: 37.5%;
  }

  .pure-u-lg-2-5 {
    width: 40%;
  }

  .pure-u-lg-10-24,
.pure-u-lg-5-12 {
    width: 41.6667%;
  }

  .pure-u-lg-11-24 {
    width: 45.8333%;
  }

  .pure-u-lg-1-2,
.pure-u-lg-12-24 {
    width: 50%;
  }

  .pure-u-lg-13-24 {
    width: 54.1667%;
  }

  .pure-u-lg-14-24,
.pure-u-lg-7-12 {
    width: 58.3333%;
  }

  .pure-u-lg-3-5 {
    width: 60%;
  }

  .pure-u-lg-15-24,
.pure-u-lg-5-8 {
    width: 62.5%;
  }

  .pure-u-lg-16-24,
.pure-u-lg-2-3 {
    width: 66.6667%;
  }

  .pure-u-lg-17-24 {
    width: 70.8333%;
  }

  .pure-u-lg-18-24,
.pure-u-lg-3-4 {
    width: 75%;
  }

  .pure-u-lg-19-24 {
    width: 79.1667%;
  }

  .pure-u-lg-4-5 {
    width: 80%;
  }

  .pure-u-lg-20-24,
.pure-u-lg-5-6 {
    width: 83.3333%;
  }

  .pure-u-lg-21-24,
.pure-u-lg-7-8 {
    width: 87.5%;
  }

  .pure-u-lg-11-12,
.pure-u-lg-22-24 {
    width: 91.6667%;
  }

  .pure-u-lg-23-24 {
    width: 95.8333%;
  }

  .pure-u-lg-1,
.pure-u-lg-1-1,
.pure-u-lg-24-24,
.pure-u-lg-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .pure-u-xl-1,
.pure-u-xl-1-1,
.pure-u-xl-1-12,
.pure-u-xl-1-2,
.pure-u-xl-1-24,
.pure-u-xl-1-3,
.pure-u-xl-1-4,
.pure-u-xl-1-5,
.pure-u-xl-1-6,
.pure-u-xl-1-8,
.pure-u-xl-10-24,
.pure-u-xl-11-12,
.pure-u-xl-11-24,
.pure-u-xl-12-24,
.pure-u-xl-13-24,
.pure-u-xl-14-24,
.pure-u-xl-15-24,
.pure-u-xl-16-24,
.pure-u-xl-17-24,
.pure-u-xl-18-24,
.pure-u-xl-19-24,
.pure-u-xl-2-24,
.pure-u-xl-2-3,
.pure-u-xl-2-5,
.pure-u-xl-20-24,
.pure-u-xl-21-24,
.pure-u-xl-22-24,
.pure-u-xl-23-24,
.pure-u-xl-24-24,
.pure-u-xl-3-24,
.pure-u-xl-3-4,
.pure-u-xl-3-5,
.pure-u-xl-3-8,
.pure-u-xl-4-24,
.pure-u-xl-4-5,
.pure-u-xl-5-12,
.pure-u-xl-5-24,
.pure-u-xl-5-5,
.pure-u-xl-5-6,
.pure-u-xl-5-8,
.pure-u-xl-6-24,
.pure-u-xl-7-12,
.pure-u-xl-7-24,
.pure-u-xl-7-8,
.pure-u-xl-8-24,
.pure-u-xl-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-xl-1-24 {
    width: 4.1667%;
  }

  .pure-u-xl-1-12,
.pure-u-xl-2-24 {
    width: 8.3333%;
  }

  .pure-u-xl-1-8,
.pure-u-xl-3-24 {
    width: 12.5%;
  }

  .pure-u-xl-1-6,
.pure-u-xl-4-24 {
    width: 16.6667%;
  }

  .pure-u-xl-1-5 {
    width: 20%;
  }

  .pure-u-xl-5-24 {
    width: 20.8333%;
  }

  .pure-u-xl-1-4,
.pure-u-xl-6-24 {
    width: 25%;
  }

  .pure-u-xl-7-24 {
    width: 29.1667%;
  }

  .pure-u-xl-1-3,
.pure-u-xl-8-24 {
    width: 33.3333%;
  }

  .pure-u-xl-3-8,
.pure-u-xl-9-24 {
    width: 37.5%;
  }

  .pure-u-xl-2-5 {
    width: 40%;
  }

  .pure-u-xl-10-24,
.pure-u-xl-5-12 {
    width: 41.6667%;
  }

  .pure-u-xl-11-24 {
    width: 45.8333%;
  }

  .pure-u-xl-1-2,
.pure-u-xl-12-24 {
    width: 50%;
  }

  .pure-u-xl-13-24 {
    width: 54.1667%;
  }

  .pure-u-xl-14-24,
.pure-u-xl-7-12 {
    width: 58.3333%;
  }

  .pure-u-xl-3-5 {
    width: 60%;
  }

  .pure-u-xl-15-24,
.pure-u-xl-5-8 {
    width: 62.5%;
  }

  .pure-u-xl-16-24,
.pure-u-xl-2-3 {
    width: 66.6667%;
  }

  .pure-u-xl-17-24 {
    width: 70.8333%;
  }

  .pure-u-xl-18-24,
.pure-u-xl-3-4 {
    width: 75%;
  }

  .pure-u-xl-19-24 {
    width: 79.1667%;
  }

  .pure-u-xl-4-5 {
    width: 80%;
  }

  .pure-u-xl-20-24,
.pure-u-xl-5-6 {
    width: 83.3333%;
  }

  .pure-u-xl-21-24,
.pure-u-xl-7-8 {
    width: 87.5%;
  }

  .pure-u-xl-11-12,
.pure-u-xl-22-24 {
    width: 91.6667%;
  }

  .pure-u-xl-23-24 {
    width: 95.8333%;
  }

  .pure-u-xl-1,
.pure-u-xl-1-1,
.pure-u-xl-24-24,
.pure-u-xl-5-5 {
    width: 100%;
  }
}
html {
  overflow-x: hidden;
}

html, body {
  height: 100%;
  margin: 0;
  min-width: 330px;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main {
  flex-shrink: 0;
}

html, button, input, select, textarea,
.pure-g [class*=pure-u] {
  font-family: "Raleway", sans-serif;
  color: #d2b479;
}

h1, h2, h3, h4, h5 {
  color: #d2b479;
}

p {
  line-height: 1.4;
  font-size: 20px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

.box-padding {
  box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  .box-padding {
    padding: 0px 15px;
  }
}

.box-margin {
  margin-bottom: 100px;
}

.center {
  text-align: center;
}

.header {
  display: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 899px) {
  .header {
    display: none;
  }
}
.header .square-phone {
  border: 1px solid #72a092;
  width: 1000px;
  height: 500px;
  transform: rotate(45deg);
  position: absolute;
  top: -105px;
  right: -500px;
}
.header .logo {
  width: 200px;
}
.header .phone {
  text-align: right;
  float: right;
}
.header .phone a {
  color: #72a092;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
}
.header .phone a:hover {
  color: #72a092;
}
.header .box-box {
  background: url("images/box.png") no-repeat right/450px;
  height: 700px;
  width: 100%;
  max-width: 1000px;
  margin: -100px auto 0px auto;
  position: relative;
}
.header .box-box p {
  font-size: 48px;
  color: #bf9440;
  max-width: 365px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px 0px 0px 50px;
  z-index: 20;
}

.header-mobile {
  margin-top: 20px;
  display: none;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile .logo {
  width: 300px;
}
.header-mobile .phone {
  margin-bottom: 30px;
}
.header-mobile .phone a {
  color: #72a092;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
}
.header-mobile .phone a:hover {
  color: #72a092;
}
.header-mobile .box {
  width: 96%;
  max-width: 500px;
}
.header-mobile p {
  font-size: 30px;
  margin-top: 0px;
  color: #bf9440;
}

.square-container {
  background: #72a092;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 50px 0px;
}

.square-1, .square-2 {
  position: absolute;
  z-index: 10;
  transform: rotate(45deg);
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .square-1, .square-2 {
    display: none;
  }
}

.square-1 {
  background: #72a092;
  opacity: 0.2;
  max-width: 1200px;
  height: 1200px;
  top: -500px;
  left: -800px;
  mix-blend-mode: multiply;
}

.square-2 {
  background: #ccaf76;
  opacity: 0.5;
  max-width: 500px;
  height: 500px;
  bottom: -150px;
  right: -280px;
}

.intro-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  color: #FFF;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 899px) {
  .intro-text {
    padding: 0px 20px;
  }
}

.testimonial-wrap {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .testimonial-wrap {
    padding: 0px 20px;
    box-sizing: border-box;
  }
}
.testimonial-wrap .slick-prev, .testimonial-wrap .slick-next {
  color: #d2b479 !important;
  font-size: 36px !important;
}
.testimonial-wrap .slick-prev:hover, .testimonial-wrap .slick-next:hover {
  color: #dfc99f !important;
}
@media only screen and (max-width: 899px) {
  .testimonial-wrap .slick-prev, .testimonial-wrap .slick-next {
    display: none;
  }
}
.testimonial-wrap .slick-prev {
  left: -75px;
}
.testimonial-wrap .slick-next {
  right: -75px;
}
.testimonial-wrap .testimonial-quote {
  font-size: 24px;
  color: #72a092;
}
.testimonial-wrap .testimonial-author {
  font-size: 20px;
  margin-top: 20px;
  color: #bf9440;
}

.further-info-wrap p {
  color: #1a352f;
}
.further-info-wrap .title {
  display: inline-block;
  background: #72a092 url("images/bg-title-end.jpg") no-repeat right;
  color: #FFF;
  font-size: 30px;
  padding: 8px 100px 8px 20px;
}
@media only screen and (max-width: 599px) {
  .further-info-wrap .title {
    font-size: 20px;
    min-width: 200px;
  }
}
.further-info-wrap .pure-u-md-3-4 {
  padding-bottom: 100px;
  box-sizing: border-box;
}
@media only screen and (max-width: 899px) {
  .further-info-wrap .pure-u-md-3-4 {
    padding-bottom: 0px;
  }
}
.further-info-wrap .pure-u-md-1-4 {
  text-align: right;
}
@media only screen and (max-width: 899px) {
  .further-info-wrap .pure-u-md-1-4 {
    text-align: center;
    padding-bottom: 50px;
  }
}

.footer-bar {
  background: #d2b479;
  color: #FFF;
  padding: 30px 0px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.footer-bar a {
  color: #1a352f;
  text-decoration: none;
}
.footer-bar a:hover {
  color: #2b574d;
}

.footer {
  padding: 80px;
  transform: skew(45deg);
  background: #1a352f;
}
@media only screen and (max-width: 899px) {
  .footer {
    transform: skew(30deg);
  }
}
@media only screen and (max-width: 599px) {
  .footer {
    transform: skew(10deg);
    padding: 30px;
  }
}
.footer .footer-contents {
  transform: skew(-45deg);
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .footer .footer-contents {
    text-align: center;
    transform: skew(-30deg);
  }
}
@media only screen and (max-width: 599px) {
  .footer .footer-contents {
    transform: skew(-10deg);
  }
}
.footer .footer-contents .copyright {
  font-size: 16px;
  margin-top: 20px;
  color: #FFF;
}
.footer .footer-contents span {
  display: inline-block;
  width: 30px;
}
.footer .footer-contents p {
  color: #FFF;
  margin: 0px;
  font-size: 20px;
}
.footer .footer-contents img {
  width: 100%;
  max-width: 220px;
}
.footer .footer-contents a {
  color: #d2b479;
  text-decoration: none;
}
.footer .footer-contents a:hover {
  color: #dfc99f;
}