@charset "UTF-8";
/*
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=Asap: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, 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: "Asap", sans-serif;
  color: #565d6a;
}

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

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

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-lg {
  max-width: 1600px;
}

.l-box {
  padding: 20px;
}

.l-box-sides {
  padding: 0 20px;
}

.l-box-lg {
  padding: 20px;
}
@media only screen and (min-width: 1200px) {
  .l-box-lg {
    padding: 30px;
  }
}

.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;
}

.relative {
  position: relative;
}

.vert {
  background: #d35775;
  width: 2px;
  margin: 0px 12px -1px 12px;
  height: 20px;
  display: inline-block;
}

.bt {
  padding: 20px 30px;
  text-transform: uppercase;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 599px) {
  .bt {
    padding: 16px 24px;
    font-size: 16px;
  }
}

.bt-purple-trans {
  background: rgba(105, 0, 51, 0.5);
  transition: 1s;
}
.bt-purple-trans:after {
  margin-left: 10px;
  content: "\f0ab";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  transition: 1s;
}
.bt-purple-trans:hover {
  background: rgba(105, 0, 51, 0.8);
  transition: 1s;
  color: #d35775;
}
.bt-purple-trans:hover:after {
  color: #d35775;
  transition: 1s;
}

.bt-purple {
  background: #925380;
  transition: 1s;
}
.bt-purple:after {
  margin-left: 10px;
  content: "\f0ab";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  transition: 1s;
}
.bt-purple:hover {
  background: #714163;
  transition: 1s;
  color: #d35775;
}
.bt-purple:hover:after {
  color: #d35775;
  transition: 1s;
}

@media only screen and (max-width: 899px) {
  .order-1st {
    order: 1;
  }
}

@media only screen and (max-width: 899px) {
  .order-2nd {
    order: 2;
  }
}

.hr {
  width: 100%;
  max-width: 380px;
  height: 5px;
  background: #eeeef0;
  margin: -30px auto 60px auto;
}

input:hover, textarea:hover {
  border: 2px solid #d35775;
}

input:focus, textarea:focus {
  border: 2px solid #925380;
}

@media only screen and (max-width: 899px) {
  .hide-md {
    display: none;
  }
}

@media only screen and (min-width: 900px) {
  .show-md {
    display: none;
  }
}

.hamburger {
  display: inline-block;
  cursor: pointer;
}

.hamburger-close {
  display: none;
  cursor: pointer;
}
.hamburger-close i {
  width: 21px;
  text-align: center;
}

.toggle-show {
  display: inline-block;
}

.toggle-hide {
  display: none;
}

.menu {
  display: none;
  opacity: 0;
  animation: fadeIn 1s linear;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  position: absolute;
  z-index: 99;
  height: 200px;
  width: 300px;
  top: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.menu li {
  font-size: 24px;
  font-weight: bold;
  padding: 8px 0px;
}
.menu a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}
.menu a:hover {
  opacity: 0.8;
}

.home-header-wrap {
  overflow: hidden;
  position: relative;
}
.home-header-wrap .home-header {
  background: url("images/header-home.jpg") no-repeat center/cover fixed;
  transform-origin: top right;
  height: 90vh;
  width: 101%;
  margin: 0 auto;
}
.home-header-wrap .header-mask {
  border-bottom: 200px solid #FFF;
  border-right: 205px solid #FFF;
  width: 110%;
  height: 1000px;
  position: absolute;
  bottom: -125px;
  right: -210px;
}
.home-header-wrap .home-top-bar {
  position: absolute;
  top: 0px;
  max-width: 1850px;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
}
.home-header-wrap .home-top-bar a, .home-header-wrap .home-top-bar i {
  color: #FFF;
  text-decoration: none;
}
.home-header-wrap .home-top-bar a:hover, .home-header-wrap .home-top-bar i:hover {
  opacity: 0.8;
}
.home-header-wrap .home-top-bar .home-header-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 30px;
  box-sizing: border-box;
}
.home-header-wrap .home-top-bar .home-header-logo img {
  max-width: 380px;
}
@media only screen and (max-width: 599px) {
  .home-header-wrap .home-top-bar .home-header-logo {
    position: static;
    margin: 30px 30px 10px 30px;
  }
  .home-header-wrap .home-top-bar .home-header-logo img {
    max-width: none;
    width: 100%;
  }
}
.home-header-wrap .home-top-bar .home-header-comms {
  position: absolute;
  top: 8px;
  right: 0px;
  margin: 30px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .home-header-wrap .home-top-bar .home-header-comms {
    margin: 0px;
    width: 100%;
    text-align: center;
    position: static;
  }
}
@media only screen and (max-width: 899px) {
  .home-header-wrap .home-top-bar .home-header-comms .phone-num {
    display: none;
  }
}
.home-header-wrap .home-top-bar .home-header-comms .phone-icon {
  display: none;
}
@media only screen and (max-width: 899px) {
  .home-header-wrap .home-top-bar .home-header-comms .phone-icon {
    display: inline-block;
  }
}
.home-header-wrap .intro-text {
  animation: fadeIn 2s linear;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
  opacity: 0;
  position: absolute;
  top: 0px;
  color: #FFF;
  text-align: center;
  width: 100%;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-header-wrap .intro-text p {
  font-size: 24px;
}
@media only screen and (max-width: 599px) {
  .home-header-wrap .intro-text {
    padding: 0px 24px;
    box-sizing: border-box;
  }
  .home-header-wrap .intro-text h1 {
    font-size: 30px;
  }
  .home-header-wrap .intro-text p {
    font-size: 18px;
  }
}
.home-header-wrap .intro-text h1 {
  color: #FFF;
}

.home-header-rotate {
  animation: turn 0.6s linear;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
}

@keyframes turn {
  100% {
    transform: rotate(4deg);
  }
}
.content-pic {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 900px) {
  .content-pic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.skew-wrap-1 {
  transform: skew(3deg, -2deg);
  background: #eeeef0;
  width: 85%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 899px) {
  .skew-wrap-1 {
    transform: skew(0deg, -2deg);
    width: 95%;
  }
}
.skew-wrap-1 .skew-contents-1 {
  transform: skew(-3deg, 2deg);
  text-align: right;
  padding: 20px 60px 80px 60px;
  box-sizing: border-box;
}
@media only screen and (max-width: 899px) {
  .skew-wrap-1 .skew-contents-1 {
    transform: skew(0deg, 2deg);
    padding: 20px 15px 80px 15px;
    text-align: left;
  }
}

.skew-wrap-2 {
  transform: skew(-3deg, 2deg);
  background: #007c91;
  width: 85%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 899px) {
  .skew-wrap-2 {
    transform: skew(0deg, 2deg);
    width: 95%;
  }
}
.skew-wrap-2 .skew-contents-2 {
  transform: skew(3deg, -2deg);
  text-align: left;
  padding: 20px 60px 80px 60px;
  box-sizing: border-box;
}
@media only screen and (max-width: 899px) {
  .skew-wrap-2 .skew-contents-2 {
    transform: skew(0deg, -2deg);
    padding: 20px 15px 80px 15px;
    text-align: left;
  }
}

.services-wrap h1 {
  margin-bottom: 40px;
}

.service-items {
  justify-content: center;
}

.service-box {
  width: 100%;
  max-width: 380px;
  padding: 60px 30px 40px 30px;
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
  border-bottom: 30px solid #FFF;
}
@media only screen and (max-width: 1199px) {
  .service-box {
    width: 98%;
  }
}
.service-box i {
  font-size: 100px;
}
.service-box h2 {
  color: #FFF;
  text-transform: uppercase;
  margin: 40px 0px 30px 0px;
}

.box-1 {
  background: #007c91;
}

.box-2 {
  background: #565d6a;
}

.box-3 {
  background: #d35775;
}

.box-4 {
  background: #925380;
}

.box-5 {
  background: #47b793;
}

.box-1, .box-2, .box-3, .box-4, .box-5 {
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .box-1, .box-2, .box-3, .box-4, .box-5 {
    width: 95%;
    max-width: none;
  }
}

.our-work-wrap {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

img.company-logo {
  display: inline-block;
  max-width: 275px;
  max-height: 105px;
  padding: 14px;
}

.contact-us-wrap .wpcf7-response-output {
  color: #FFF;
  padding: 8px;
}
.contact-us-wrap .wpcf7-not-valid-tip {
  width: 90%;
  text-align: left;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 899px) {
  .contact-us-wrap .contact-us-form {
    display: none;
  }
}
.contact-us-wrap h1 {
  height: 60px;
  margin: 0px;
  line-height: 60px;
}
.contact-us-wrap h1, .contact-us-wrap p {
  color: #FFF;
}
.contact-us-wrap input, .contact-us-wrap textarea {
  padding: 14px 16px;
  width: 90%;
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contact-us-wrap .contact-us-inputs {
  text-align: right;
}
.contact-us-wrap .contact-us-inputs span:nth-child(1n+2) input {
  margin-top: 20px;
}
.contact-us-wrap .contact-us-inputs textarea {
  max-height: 180px;
  width: 90%;
  box-sizing: border-box;
}
@media only screen and (max-width: 899px) {
  .contact-us-wrap .contact-us-inputs textarea {
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-us-wrap .contact-us-inputs .ajax-loader {
  display: none;
}
.contact-us-wrap .contact-us-inputs input[type=submit] {
  width: 100%;
  background: #47b793;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  width: 90%;
  border: 0px;
  cursor: pointer;
}
.contact-us-wrap .contact-us-inputs input[type=submit]:hover {
  background: #6bc6a9;
}

.contact-us-form {
  display: inline-block;
  width: 100%;
  height: 80px;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
.page-template-page-landing * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}
.page-template-page-landing body {
  font-family: "Montserrat", sans-serif;
}
.page-template-page-landing h1, .page-template-page-landing h2, .page-template-page-landing h3, .page-template-page-landing h4 {
  line-height: 1.4;
  margin-top: 0;
  color: #111;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.page-template-page-landing h2 {
  font-size: 26px;
}
.page-template-page-landing h3 {
  font-size: 22px;
}
.page-template-page-landing p {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  color: #111;
  font-weight: 400;
}
.page-template-page-landing strong {
  font-weight: 600;
}

#hero {
  padding-top: 40px;
  padding-bottom: 90px;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 96%);
          clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 96%);
}
@media only screen and (min-width: 900px) {
  #hero {
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 90%);
            clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 90%);
  }
}
#hero img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#hero h1 {
  font-size: 32px;
  color: #FFF;
}
@media only screen and (min-width: 900px) {
  #hero h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1500px) {
  #hero h1 {
    font-size: 68px;
  }
}
#hero p {
  color: #FFF;
  font-weight: 500;
}
#hero .testimonial-carousel p {
  color: #cccccc;
}
#hero .testimonial-carousel i {
  color: #b4822a;
}
#hero .testimonial-carousel .slick-dots li button:before {
  color: #FFF;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  #hero .testimonial-carousel {
    margin: 60px 100px 30px;
  }
}
#hero .testimonial-carousel:before {
  content: "“";
  font-size: 120px;
  position: absolute;
  left: -70px;
  top: -40px;
}
#hero .form-container {
  position: relative;
  padding: 30px 25px;
  max-width: 900px;
  margin: 0 auto;
  height: auto;
}
@media only screen and (min-width: 600px) {
  #hero .form-container {
    padding: 30px 40px;
  }
}
#hero .form-container:after {
  background-color: #fff;
}
#hero .form-container .form-content {
  position: relative;
  z-index: 2;
}
#hero .form-container .form-content .contact-us-wrap input {
  width: 100%;
}
#hero .form-container .form-content .contact-us-wrap input[type=submit] {
  background-color: #d35775;
  color: #FFF;
  text-transform: uppercase;
  border: none;
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
  padding: 20px 0;
  text-align: center;
}
@media only screen and (min-width: 1500px) {
  .client-logos {
    justify-content: space-between;
  }
}
.client-logos img {
  filter: grayscale(20%);
  max-height: 80px;
  width: auto;
  max-width: 200px;
  height: auto;
}
@media only screen and (min-width: 600px) {
  .client-logos img {
    max-height: 130px;
    max-width: 250px;
  }
}
.client-logos .single {
  flex: 1 0 40%;
}
.client-logos .double {
  flex: 0 1 100%;
}
@media only screen and (min-width: 600px) {
  .client-logos .double, .client-logos .single {
    flex: auto;
  }
}

#scenarios {
  margin: 30px 0;
}
@media only screen and (min-width: 1200px) {
  #scenarios {
    margin-bottom: 40px;
  }
}
#scenarios #clouds {
  display: block;
}
#scenarios .scenarios-content {
  background-color: #e8f3fa;
  margin-top: -20vw;
}
@media only screen and (min-width: 1200px) {
  #scenarios .scenarios-content .pure-u-1 {
    margin-bottom: -40px;
  }
}
#scenarios .bkg-box {
  max-width: 900px;
  margin: 0 auto;
}
#scenarios .scenario {
  position: relative;
  z-index: 2;
  height: 100%;
}
#scenarios img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  #scenarios .order-lg-1 {
    order: 1;
  }
  #scenarios .order-lg-2 {
    order: 2;
  }
  #scenarios .order-lg-3 {
    order: 3;
  }
}

.bkg-box {
  height: 100%;
  position: relative;
}
.bkg-box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform: rotate(2deg);
}
@media only screen and (min-width: 900px) {
  .bkg-box:after {
    transform: rotate(3deg);
  }
}

#benefits {
  padding: 20px 0;
}
#benefits i {
  font-size: 72px;
  margin-bottom: 20px;
  color: #d35775;
}

#call-to-action {
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
}
@media only screen and (min-width: 900px) {
  #call-to-action {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  }
}
#call-to-action p {
  color: #FFF;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
#call-to-action .large-text {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (min-width: 900px) {
  #call-to-action .large-text {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1500px) {
  #call-to-action .large-text {
    font-size: 54px;
  }
}
#call-to-action a {
  color: #FFF;
  text-decoration: none;
  transition: all 0.4s;
}
#call-to-action a:hover {
  color: #d35775;
}

.image-bg {
  position: relative;
  background-color: #222222;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #FFF;
}

a.button {
  color: #FFF !important;
  display: inline-block;
  background-color: #d35775;
  padding: 0.5em 1em;
  margin-top: 0.5em;
}
a.button:hover {
  background-color: #c43356;
  color: #FFF;
}

.bkg-color7:after {
  background-color: #47b793;
}

.bkg-color6:after {
  background-color: #007c91;
}

.highlight-container, .highlight {
  position: relative;
  color: #000;
}

.highlight-container {
  display: inline-block;
}

.highlight-container:before {
  content: " ";
  display: block;
  height: 80%;
  width: 98%;
  margin-left: -2px;
  margin-right: -2px;
  position: absolute;
  background: #f8e862;
  transform: rotate(-2deg);
  top: -1px;
  left: -1px;
  border-radius: 12% 15% 12% 14%;
  padding: 4px 5px 5px 4px;
}

.text-w p, .text-w h1, .text-w h2, .text-w h3, .text-w h4 {
  color: #FFF;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.rotate {
  transform: rotate(2deg);
}
@media only screen and (min-width: 900px) {
  .rotate {
    transform: rotate(3deg);
  }
}

.footer-wrap {
  overflow: hidden;
  position: relative;
}
.footer-wrap .footer {
  background: url("images/header-home.jpg") no-repeat center/cover fixed;
  transform-origin: top right;
  height: 650px;
  width: 101%;
  margin: 0 auto;
  border-top: 2px solid #FFF;
}
.footer-wrap .copyright {
  margin-top: 60px;
  border-top: 1px solid #FFF;
  padding: 25px 0px;
  width: 90%;
  line-height: 1.2;
}
.footer-wrap .footer-mask {
  border: 200px solid #FFF;
  width: 110%;
  height: 1000px;
  position: absolute;
  top: -125px;
  right: -185px;
  transform: rotate(-3deg);
}
.footer-wrap .footer-content {
  position: absolute;
  top: 200px;
  width: 100%;
  color: #FFF;
}
.footer-wrap .footer-content a {
  color: #FFF;
  text-decoration: none;
}
.footer-wrap .footer-content a:hover {
  opacity: 0.8;
}
.footer-wrap .footer-content .footer-logo {
  max-width: 380px;
}
@media only screen and (max-width: 599px) {
  .footer-wrap .footer-content .footer-logo {
    width: 80%;
  }
}