@charset "UTF-8";
/*
Theme Name: Neotherix
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.
 */
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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/* dk blue */
/* red */
/* lt green */
/* brown */
/* =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

Breakpoints: 35.5em, 48em, 64em, 80em

*/
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-line-pack: start;
  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: 35.5em) {
  .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: 48em) {
  .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: 64em) {
  .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: 80em) {
  .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%;
  }
}
@media screen and (min-width: 35.5em) {
  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1-2 {
    margin-left: 50%;
    *margin-left: 49.995%;
  }

  .offset-sm-1-3 {
    margin-left: 33.33%;
    *margin-left: 33.325%;
  }

  .offset-sm-2-3 {
    margin-left: 66.67%;
    *margin-left: 66.665%;
  }

  .offset-sm-1-4 {
    margin-left: 25%;
    *margin-left: 24.995%;
  }

  .offset-sm-3-4 {
    margin-left: 75%;
    *margin-left: 74.995%;
  }

  .offset-sm-1-5 {
    margin-left: 20%;
    *margin-left: 19.995%;
  }

  .offset-sm-2-5 {
    margin-left: 40%;
    *margin-left: 39.995%;
  }

  .offset-sm-3-5 {
    margin-left: 60%;
    *margin-left: 59.995%;
  }

  .offset-sm-4-5 {
    margin-left: 80%;
    *margin-left: 79.995%;
  }

  .offset-sm-1-6 {
    margin-left: 16.66%;
    *margin-left: 16.655%;
  }

  .offset-sm-5-6 {
    margin-left: 83.33%;
    *margin-left: 83.325%;
  }

  .offset-sm-1-8 {
    margin-left: 12.5%;
    *margin-left: 12.495%;
  }

  .offset-sm-3-8 {
    margin-left: 37.5%;
    *margin-left: 37.495%;
  }

  .offset-sm-5-8 {
    margin-left: 62.5%;
    *margin-left: 62.495%;
  }

  .offset-sm-7-8 {
    margin-left: 87.5%;
    *margin-left: 87.495%;
  }

  .offset-sm-1-12 {
    margin-left: 8.33%;
    *margin-left: 8.325%;
  }

  .offset-sm-5-12 {
    margin-left: 41.67%;
    *margin-left: 41.665%;
  }

  .offset-sm-7-12 {
    margin-left: 58.33%;
    *margin-left: 58.325%;
  }

  .offset-sm-11-12 {
    margin-left: 91.67%;
    *margin-left: 91.665%;
  }

  .offset-sm-1-24 {
    margin-left: 4.17%;
    *margin-left: 4.165%;
  }

  .offset-sm-5-24 {
    margin-left: 20.83%;
    *margin-left: 20.825%;
  }

  .offset-sm-7-24 {
    margin-left: 29.17%;
    *margin-left: 29.165%;
  }

  .offset-sm-11-24 {
    margin-left: 45.83%;
    *margin-left: 45.825%;
  }

  .offset-sm-13-24 {
    margin-left: 54.17%;
    *margin-left: 54.165%;
  }

  .offset-sm-17-24 {
    margin-left: 70.83%;
    *margin-left: 70.825%;
  }

  .offset-sm-19-24 {
    margin-left: 79.17%;
    *margin-left: 79.165%;
  }

  .offset-sm-23-24 {
    margin-left: 95.83%;
    *margin-left: 95.825%;
  }
}
@media screen and (min-width: 48em) {
  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1-2 {
    margin-left: 50%;
    *margin-left: 49.995%;
  }

  .offset-md-1-3 {
    margin-left: 33.33%;
    *margin-left: 33.325%;
  }

  .offset-md-2-3 {
    margin-left: 66.67%;
    *margin-left: 66.665%;
  }

  .offset-md-1-4 {
    margin-left: 25%;
    *margin-left: 24.995%;
  }

  .offset-md-3-4 {
    margin-left: 75%;
    *margin-left: 74.995%;
  }

  .offset-md-1-5 {
    margin-left: 20%;
    *margin-left: 19.995%;
  }

  .offset-md-2-5 {
    margin-left: 40%;
    *margin-left: 39.995%;
  }

  .offset-md-3-5 {
    margin-left: 60%;
    *margin-left: 59.995%;
  }

  .offset-md-4-5 {
    margin-left: 80%;
    *margin-left: 79.995%;
  }

  .offset-md-1-6 {
    margin-left: 16.66%;
    *margin-left: 16.655%;
  }

  .offset-md-5-6 {
    margin-left: 83.33%;
    *margin-left: 83.325%;
  }

  .offset-md-1-8 {
    margin-left: 12.5%;
    *margin-left: 12.495%;
  }

  .offset-md-3-8 {
    margin-left: 37.5%;
    *margin-left: 37.495%;
  }

  .offset-md-5-8 {
    margin-left: 62.5%;
    *margin-left: 62.495%;
  }

  .offset-md-7-8 {
    margin-left: 87.5%;
    *margin-left: 87.495%;
  }

  .offset-md-1-12 {
    margin-left: 8.33%;
    *margin-left: 8.325%;
  }

  .offset-md-5-12 {
    margin-left: 41.67%;
    *margin-left: 41.665%;
  }

  .offset-md-7-12 {
    margin-left: 58.33%;
    *margin-left: 58.325%;
  }

  .offset-md-11-12 {
    margin-left: 91.67%;
    *margin-left: 91.665%;
  }

  .offset-md-1-24 {
    margin-left: 4.17%;
    *margin-left: 4.165%;
  }

  .offset-md-5-24 {
    margin-left: 20.83%;
    *margin-left: 20.825%;
  }

  .offset-md-7-24 {
    margin-left: 29.17%;
    *margin-left: 29.165%;
  }

  .offset-md-11-24 {
    margin-left: 45.83%;
    *margin-left: 45.825%;
  }

  .offset-md-13-24 {
    margin-left: 54.17%;
    *margin-left: 54.165%;
  }

  .offset-md-17-24 {
    margin-left: 70.83%;
    *margin-left: 70.825%;
  }

  .offset-md-19-24 {
    margin-left: 79.17%;
    *margin-left: 79.165%;
  }

  .offset-md-23-24 {
    margin-left: 95.83%;
    *margin-left: 95.825%;
  }
}
@media screen and (min-width: 64em) {
  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1-2 {
    margin-left: 50%;
    *margin-left: 49.995%;
  }

  .offset-lg-1-3 {
    margin-left: 33.33%;
    *margin-left: 33.325%;
  }

  .offset-lg-2-3 {
    margin-left: 66.67%;
    *margin-left: 66.665%;
  }

  .offset-lg-1-4 {
    margin-left: 25%;
    *margin-left: 24.995%;
  }

  .offset-lg-3-4 {
    margin-left: 75%;
    *margin-left: 74.995%;
  }

  .offset-lg-1-5 {
    margin-left: 20%;
    *margin-left: 19.995%;
  }

  .offset-lg-2-5 {
    margin-left: 40%;
    *margin-left: 39.995%;
  }

  .offset-lg-3-5 {
    margin-left: 60%;
    *margin-left: 59.995%;
  }

  .offset-lg-4-5 {
    margin-left: 80%;
    *margin-left: 79.995%;
  }

  .offset-lg-1-6 {
    margin-left: 16.66%;
    *margin-left: 16.655%;
  }

  .offset-lg-5-6 {
    margin-left: 83.33%;
    *margin-left: 83.325%;
  }

  .offset-lg-1-8 {
    margin-left: 12.5%;
    *margin-left: 12.495%;
  }

  .offset-lg-3-8 {
    margin-left: 37.5%;
    *margin-left: 37.495%;
  }

  .offset-lg-5-8 {
    margin-left: 62.5%;
    *margin-left: 62.495%;
  }

  .offset-lg-7-8 {
    margin-left: 87.5%;
    *margin-left: 87.495%;
  }

  .offset-lg-1-12 {
    margin-left: 8.33%;
    *margin-left: 8.325%;
  }

  .offset-lg-5-12 {
    margin-left: 41.67%;
    *margin-left: 41.665%;
  }

  .offset-lg-7-12 {
    margin-left: 58.33%;
    *margin-left: 58.325%;
  }

  .offset-lg-11-12 {
    margin-left: 91.67%;
    *margin-left: 91.665%;
  }

  .offset-lg-1-24 {
    margin-left: 4.17%;
    *margin-left: 4.165%;
  }

  .offset-lg-5-24 {
    margin-left: 20.83%;
    *margin-left: 20.825%;
  }

  .offset-lg-7-24 {
    margin-left: 29.17%;
    *margin-left: 29.165%;
  }

  .offset-lg-11-24 {
    margin-left: 45.83%;
    *margin-left: 45.825%;
  }

  .offset-lg-13-24 {
    margin-left: 54.17%;
    *margin-left: 54.165%;
  }

  .offset-lg-17-24 {
    margin-left: 70.83%;
    *margin-left: 70.825%;
  }

  .offset-lg-19-24 {
    margin-left: 79.17%;
    *margin-left: 79.165%;
  }

  .offset-lg-23-24 {
    margin-left: 95.83%;
    *margin-left: 95.825%;
  }
}
@media screen and (min-width: 80em) {
  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1-2 {
    margin-left: 50%;
    *margin-left: 49.995%;
  }

  .offset-xl-1-3 {
    margin-left: 33.33%;
    *margin-left: 33.325%;
  }

  .offset-xl-2-3 {
    margin-left: 66.67%;
    *margin-left: 66.665%;
  }

  .offset-xl-1-4 {
    margin-left: 25%;
    *margin-left: 24.995%;
  }

  .offset-xl-3-4 {
    margin-left: 75%;
    *margin-left: 74.995%;
  }

  .offset-xl-1-5 {
    margin-left: 20%;
    *margin-left: 19.995%;
  }

  .offset-xl-2-5 {
    margin-left: 40%;
    *margin-left: 39.995%;
  }

  .offset-xl-3-5 {
    margin-left: 60%;
    *margin-left: 59.995%;
  }

  .offset-xl-4-5 {
    margin-left: 80%;
    *margin-left: 79.995%;
  }

  .offset-xl-1-6 {
    margin-left: 16.66%;
    *margin-left: 16.655%;
  }

  .offset-xl-5-6 {
    margin-left: 83.33%;
    *margin-left: 83.325%;
  }

  .offset-xl-1-8 {
    margin-left: 12.5%;
    *margin-left: 12.495%;
  }

  .offset-xl-3-8 {
    margin-left: 37.5%;
    *margin-left: 37.495%;
  }

  .offset-xl-5-8 {
    margin-left: 62.5%;
    *margin-left: 62.495%;
  }

  .offset-xl-7-8 {
    margin-left: 87.5%;
    *margin-left: 87.495%;
  }

  .offset-xl-1-12 {
    margin-left: 8.33%;
    *margin-left: 8.325%;
  }

  .offset-xl-5-12 {
    margin-left: 41.67%;
    *margin-left: 41.665%;
  }

  .offset-xl-7-12 {
    margin-left: 58.33%;
    *margin-left: 58.325%;
  }

  .offset-xl-11-12 {
    margin-left: 91.67%;
    *margin-left: 91.665%;
  }

  .offset-xl-1-24 {
    margin-left: 4.17%;
    *margin-left: 4.165%;
  }

  .offset-xl-5-24 {
    margin-left: 20.83%;
    *margin-left: 20.825%;
  }

  .offset-xl-7-24 {
    margin-left: 29.17%;
    *margin-left: 29.165%;
  }

  .offset-xl-11-24 {
    margin-left: 45.83%;
    *margin-left: 45.825%;
  }

  .offset-xl-13-24 {
    margin-left: 54.17%;
    *margin-left: 54.165%;
  }

  .offset-xl-17-24 {
    margin-left: 70.83%;
    *margin-left: 70.825%;
  }

  .offset-xl-19-24 {
    margin-left: 79.17%;
    *margin-left: 79.165%;
  }

  .offset-xl-23-24 {
    margin-left: 95.83%;
    *margin-left: 95.825%;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  font-size: 18px;
  color: #333;
}

body {
  font-family: "Krub", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

html, button, input, select, textarea,
.pure-g [class*=pure-u] {
  font-family: "Krub", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul, li {
  font-weight: 400;
}

p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 400;
}
p strong {
  font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Krub", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2e497a;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h1, .h1 {
  font-size: 1.6rem;
}
@media only screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 80em) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: 1.35rem;
}
@media only screen and (min-width: 64em) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 80em) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 1.4rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.1rem;
}

a {
  color: #8f2917;
  text-decoration: none;
}
a:hover {
  color: #bb361e;
}

hr {
  background-image: url(assets/img/flourish.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  height: 46px;
  margin-top: -15px;
  margin-bottom: 2em;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-sm {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.col-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.col-2:nth-child(even) {
  padding-left: 45px;
}
.col-2:nth-child(odd) {
  padding-right: 45px;
}
.col-2:nth-child(-n+2) {
  padding-bottom: 35px;
}
.col-2:nth-last-child(-n+2) {
  padding-top: 35px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

div img {
  max-width: 100%;
  height: auto;
}

.relative {
  position: relative;
}

.l-box {
  padding: 20px;
}

.l-box-sm {
  padding: 10px 20px;
}

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

.l-box-xlg {
  padding: 20px;
}
@media only screen and (min-width: 64em) {
  .l-box-xlg {
    padding: 40px;
  }
}
@media only screen and (min-width: 80em) {
  .l-box-xlg {
    padding: 40px 80px;
  }
}

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

.l-box-sides-lg {
  padding: 0 20px;
}
@media only screen and (min-width: 64em) {
  .l-box-sides-lg {
    padding: 0 40px;
  }
}

.l-box-sides-xlg {
  padding: 0 20px;
}
@media only screen and (min-width: 64em) {
  .l-box-sides-xlg {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 80em) {
  .l-box-sides-xlg {
    padding: 0 80px;
  }
}

.section-padding {
  padding: 20px 0;
}

.section-padding-lg {
  padding: 40px 0;
}

.center-lg-spread div {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .center-lg-spread div:first-child {
    text-align: left;
  }
  .center-lg-spread div:last-child {
    text-align: right;
  }
}

@media only screen and (min-width: 80em) {
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 80em) {
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 80em) {
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (min-width: 48em) {
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 35.5em) {
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 35.5em) {
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 35.5em) {
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.margin-none {
  margin: 0;
}

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

.round {
  border-radius: 50%;
}

.rounded {
  border-radius: 20px;
}

.center .img-responsive {
  margin: 0 auto;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=submit],
.wpcf7 button,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.75em 1em;
  margin-top: 7px;
  border: 2px solid #ccc;
  background-color: #eee;
  font-size: 18px;
}
.wpcf7 .form-field {
  padding: 5px 10px;
}
.wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  color: #999;
}
.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #999;
}
.wpcf7 input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  color: #999;
}
.wpcf7 input::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder {
  color: #999;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #999;
}
.wpcf7 select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50% #FFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.6;
  padding-right: 0;
  margin-top: 0;
  color: #333;
}
.wpcf7 placeholder {
  color: red;
}
.wpcf7 input[type=submit],
.wpcf7 button {
  background-color: #479eb7;
  color: #FFF;
  border: none;
  padding: 10px 20px;
  width: auto;
  border-radius: 50px;
  font-size: 24px;
  float: right;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 button:hover {
  background-color: #397e92;
}
.wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}

div.wpcf7-response-output {
  margin: 1em 20px 0;
}

.bkg-primary,
.bkg-secondary {
  color: #FFF;
}
.bkg-primary h1, .bkg-primary h2, .bkg-primary h3, .bkg-primary h4, .bkg-primary h5,
.bkg-secondary h1,
.bkg-secondary h2,
.bkg-secondary h3,
.bkg-secondary h4,
.bkg-secondary h5 {
  color: #FFF;
}

.bkg-w {
  background-color: #FFF;
}

.bkg-w-50 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bkg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bkg-primary {
  background-color: #2e497a;
}

.bkg-secondary {
  background-color: #bb361e;
}

.bkg-lt-blue {
  background-color: #ece9e6;
}

.bkg-grey-xl {
  background-color: #dddddd;
}

.bkg-grey-xxl {
  background-color: #e6e6e6;
}
.bkg-grey-xxl a {
  color: #2e497a;
}
.bkg-grey-xxl a.btn {
  color: #FFF;
}

.bkg-wave {
  background: #eee;
}
@media only screen and (min-width: 48em) {
  .bkg-wave {
    background: url(assets/img/wave-bg-freeform.svg) center top no-repeat;
    background-size: initial;
    padding-top: 100px;
    padding-bottom: 170px;
  }
}

.white {
  color: #FFF;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
  color: #FFF;
}

.bkg-sec {
  background-color: #f1f6e7;
}

.bkg-fixed {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.border-w {
  border: 1px solid #FFF;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px 36px 18px 18px;
  width: 100%;
  text-align: left;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: none;
  border-bottom: 1px solid #ddd;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #2e497a;
  font-weight: bold;
  float: right;
  margin-right: -18px;
}

.active:after {
  content: "";
}

.panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.wp-audio-shortcode {
  margin-bottom: 20px;
}

.btn, button#submit, button.forminator-button-submit {
  color: #FFF;
  display: inline-block;
  padding: 0.5em 1em;
  background: #bb361e;
  border-radius: 50px;
  margin-top: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.btn:after, button#submit:after, button.forminator-button-submit:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-left: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.btn:hover, button#submit:hover, button.forminator-button-submit:hover {
  background: #792313;
  color: #FFF;
}
.btn:hover:after, button#submit:hover:after, button.forminator-button-submit:hover:after {
  margin-left: 15px;
}

.arrow-after:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-left: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.arrow-after:hover:after {
  margin-left: 15px;
}

.page-content li {
  line-height: 1.6em;
}

.no-margin {
  margin: 0;
}

.bg-img-switch {
  display: block;
}

td, th {
  border: 1px solid #ddd;
  padding: 10px;
}

.wp-caption {
  position: relative;
  max-width: 100%;
  border: none;
  padding: 0;
  margin-bottom: 1em;
}
.wp-caption img {
  display: block;
  max-width: 100%;
}

figcaption {
  background-color: #e6e6e6;
  font-size: 14px;
  color: #666;
  margin: 10px 0px;
  padding: 10px;
}

.accordion p {
  margin-bottom: 0;
  display: inline-block;
}

.slick-prev, .slick-next {
  z-index: 1000;
  height: 30px;
  width: 30px;
}

.slick-next {
  right: 13px;
}

.slick-prev {
  left: 15px;
}

.slick-prev:before, .slick-next:before {
  color: #FFF;
  font-size: 30px;
}

.slick-dots li button:before {
  font-size: 16px;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  60% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  60% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
header {
  padding: 20px 0;
}
header .logo-link img {
  display: block;
}

@media only screen and (min-width: 80em) {
  .menu-primary-menu-container ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
    text-align: left;
  }
  .menu-primary-menu-container ul li {
    color: #2e497a;
    display: block;
    float: left;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .menu-primary-menu-container ul li.menu-item-has-children:after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    margin-left: 5px;
  }
  .menu-primary-menu-container ul li a {
    color: #2e497a;
    font-weight: 500;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
  }
  .menu-primary-menu-container ul li a:hover {
    color: #bb361e;
  }
  .menu-primary-menu-container ul li:hover, .menu-primary-menu-container ul li:focus-within {
    cursor: pointer;
  }
  .menu-primary-menu-container ul li:focus-within a {
    outline: none;
  }
  .menu-primary-menu-container ul li ul {
    visibility: hidden;
    opacity: 0;
    min-width: 10rem;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 1rem;
    right: 0;
    display: none;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  }
  .menu-primary-menu-container ul li ul li {
    background-color: #FFF;
  }
  .menu-primary-menu-container ul li:hover > ul,
.menu-primary-menu-container ul li:focus-within > ul,
.menu-primary-menu-container ul li ul:hover,
.menu-primary-menu-container ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .menu-primary-menu-container ul li ul li {
    clear: both;
    width: 100%;
  }
}
.page-header {
  position: relative;
}
@media only screen and (min-width: 80em) {
  .page-header img {
    width: 100%;
    display: block;
  }
}
.page-header .page-title {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
}
.page-header .page-title h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.products {
  background: url(assets/img/wave-bg.svg) center top no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 10%;
}
.products h2 {
  color: #bb361e;
}
.products h2 a {
  color: #8f2917;
}
.products p.sub-title {
  color: #8f2917;
}
.products .product-carousel div.slide div.pure-g {
  -ms-flex-line-pack: center;
      align-content: center;
}
.products .product-carousel div.slide div.pure-g div.pure-u-1 {
  position: relative;
}
.products .product-carousel div.slide div.pure-g img {
  max-width: 550px;
}
@media only screen and (min-width: 80em) {
  .products .product-carousel div.slide div.pure-g .blog-post-content {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  color: #666;
}

.slick-prev:before {
  content: "";
}

.slick-next:before {
  content: "";
}

.testimonials {
  background-image: url(assets/img/neotherix-device-bg.png), url(assets/img/neotherix-device-bg.png);
  background-position: -900px 200px, 1400px bottom;
  background-repeat: no-repeat, no-repeat;
}
.testimonials .testimonial-carousel {
  max-width: 1400px;
  margin: 0 auto;
}
.testimonials .testimonial-carousel .testimonial {
  position: relative;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
.testimonials .testimonial-carousel .testimonial img {
  margin: 0 auto 20px;
  border-radius: 600px;
}
.testimonials .testimonial-carousel .testimonial p.testimonial-name {
  margin-bottom: 0;
  font-weight: 700;
}
.testimonials .testimonial-carousel .testimonial:before {
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  top: -30px;
  left: 20px;
  background: url(assets/img/quote.png) center center no-repeat #479eb7;
}

.logo-carousel .collaborator-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.logo-carousel .collaborator-logo img {
  margin: auto;
}

.contact-form p, .contact-form h2, .contact-form button {
  text-align: center;
}
.contact-form .forminator-row-last {
  text-align: center;
}

button.forminator-button-submit {
  border-radius: 100px !important;
  background-color: #bb361e !important;
  font-size: 18px !important;
  padding: 0.5em 1em !important;
}

.news-feed {
  background: url(assets/img/wave-blue-bg-2.svg) center top no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 10%;
}
.news-feed .news-carousel {
  padding: 0 40px;
}
.news-feed .news-carousel .blog-post-content {
  padding-bottom: 45px;
}
.news-feed .news-carousel .slick-dots {
  position: relative;
  bottom: 0px;
}
.news-feed .news-carousel .slick-dots li {
  line-height: 1.1em;
  width: 40px;
  height: 40px;
}
.news-feed .news-carousel .slick-dots li a {
  display: block;
  border-radius: 60px;
  padding: 10px;
  background-color: #FFF;
  width: 40px;
  height: 40px;
}
.news-feed .news-carousel .slick-dots li a:hover {
  background-color: #e5ebf5;
}
.news-feed .news-carousel .slick-dots li.slick-active a {
  background-color: #2e497a;
  color: #FFF;
}
.news-feed .news-feed-item {
  background-color: #e6e6e6;
  position: relative;
  margin: 20px;
  border-radius: 10px;
}
.news-feed .news-feed-item h4 {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.news-feed .news-feed-item a {
  color: #333;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.news-feed .news-feed-item a:hover {
  color: #2e497a;
}
.news-feed .news-feed-item p {
  font-size: 16px;
}
.news-feed .news-feed-item img {
  width: 100%;
  height: auto;
}
.news-feed .news-feed-item .read-more {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5em 1em;
  color: #FFF;
  background-color: #bb361e;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border-top-left-radius: 10px;
}
.news-feed .news-feed-item .read-more:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-left: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news-feed .news-feed-item .read-more:hover {
  background-color: #8f2917;
  color: #FFF;
}
.news-feed .news-feed-item .read-more:hover:after {
  margin-left: 15px;
}
@media only screen and (min-width: 48em) {
  .news-feed .news-feed-item {
    margin: 40px;
  }
}

.achievements .pure-g {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.achievements .pure-g .achievement {
  position: relative;
  padding: 20px 10px;
  border-top: 3px dotted #d6d6d6;
}
.achievements .pure-g .achievement:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 30px;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -18px;
  text-align: center;
}

.stages-diagram .pure-g {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stages-diagram .caption {
  font-size: 14px;
}
.text-block iframe {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}

p#breadcrumbs {
  font-size: 16px;
  margin: 0;
  padding: 5px 20px;
}
@media only screen and (min-width: 64em) {
  p#breadcrumbs {
    padding: 5px 40px;
  }
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 400px;
}

#contact-form {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
#contact-form .h1 {
  font-size: 1.8rem;
  color: #bb361e;
}
@media only screen and (min-width: 48em) {
  #contact-form .h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  #contact-form .h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 80em) {
  #contact-form .h1 {
    font-size: 2.5rem;
  }
}
#contact-form p {
  font-weight: 500;
  font-size: 1.4rem;
  color: #FFF;
}
@media only screen and (min-width: 48em) {
  #contact-form p {
    font-size: 1.8rem;
  }
}
#contact-form .form-bkg {
  background-color: rgba(30, 52, 67, 0.8);
}
#contact-form a {
  letter-spacing: -1px;
}
#contact-form textarea {
  height: 200px;
}

.social-links {
  font-size: 36px;
}
.social-links a {
  margin-right: 10px;
}

.news-item {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
}
.news-item img {
  display: block;
}
.news-item .news-image {
  overflow: hidden;
}
.news-item .news-image img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news-item a {
  color: #333;
}
.news-item a h3 {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.news-item a:hover h3 {
  color: #479eb7;
}
.news-item a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-title h1 {
  margin-bottom: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

nav.post-navigation .nav-links .nav-previous {
  width: 50%;
  float: left;
}
nav.post-navigation .nav-links .nav-next {
  width: 50%;
  float: right;
  text-align: right;
}
nav.post-navigation .nav-links:after {
  content: "";
  display: table;
  clear: both;
}

/*

.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field label {
	color: #bbb !important;
	padding-left: 14px !important;

	sup {
		display: none;
	}
}

.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.col-1-4,
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.col-2-4,
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.col-3-4,
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.col-4-4 {

	display: inline-block;
	width: 48%;

	@include mq('md', 'min') {
		width: 23.5%;
	}
}

.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.col-1-4,
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.col-3-4 {
	margin-right: 4%;

	@include mq('md', 'min') {
		margin-right: 2%;
	}
}

.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.col-2-4 {
	margin-right: 0;

	@include mq('md', 'min') {
		margin-right: 2%;
	}
}

*/
.hero {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}
.hero span {
  font-size: 25px;
  color: #FFF;
  font-weight: 300;
  margin-top: 10%;
  display: block;
  max-width: 700px;
}
@media only screen and (min-width: 48em) {
  .hero span {
    font-size: 3.5vw;
  }
}
.hero a.btn {
  position: absolute;
}
@media only screen and (min-width: 48em) {
  .hero a.btn {
    position: relative;
  }
}

#features {
  background-color: #52a4bc;
  font-size: 14px;
}
@media only screen and (min-width: 35.5em) {
  #features {
    font-size: 18px;
  }
}
#features i {
  font-size: 36px;
  display: block;
  color: #867566;
}
@media only screen and (min-width: 64em) {
  #features i {
    font-size: 42px;
    margin-bottom: 5px;
  }
}

#intro {
  padding-top: 40px;
  padding-bottom: 20px;
}

#page-links {
  padding-bottom: 40px;
}
#page-links .page-link {
  position: relative;
  padding-bottom: 20px;
}
#page-links .page-link a {
  display: block;
  color: #FFF;
}
#page-links .page-link a div {
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
#page-links .page-link a span {
  display: block;
  font-family: relation-one, sans-serif;
  font-size: 30px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  line-height: 1.15;
}
@media only screen and (min-width: 64em) {
  #page-links .page-link a span {
    max-width: 300px;
    font-size: 48px;
  }
}
#page-links .page-link a:hover span::before,
#page-links .page-link a:hover span::after {
  -webkit-animation: wiggle 0.8s infinite;
          animation: wiggle 0.8s infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#page-links .page-link a:hover div {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
#page-links .page-link span::before,
#page-links .page-link span::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  width: 120px;
  height: 46px;
  margin: 0 auto;
}
#page-links .page-link:first-child span:before, #page-links .page-link:nth-child(3n) span:before {
  background-image: url(assets/img/flourish-white.png);
}
#page-links .page-link:nth-child(2n) span:after {
  background-image: url(assets/img/flourish-white-2.png);
}
#page-links .page-link div {
  min-height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#testimonials {
  background-image: url(assets/img/testimonials-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#testimonials .star-rating {
  margin-bottom: 30px;
}
#testimonials .star-rating i {
  font-size: 36px;
  color: #edefcf;
}
#testimonials .testimonial {
  font-family: "Halant", Georgia, Times, ‘Times New Roman’, serif;
  font-weight: 400;
  font-size: 30px;
  color: #FFF;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64em) {
  #testimonials .testimonial {
    font-size: 36px;
  }
}
#testimonials .slick-dots li button:before {
  color: #FFF;
}

/*
.wpbc_booking_form_structure .wpbc_structure_calendar {

  vertical-align: top;
  margin-top: 30px;

  @include mq('lg', 'min') {
    width: 33%;
    display: inline-block;
  }

  .block_hints .block_free,
  .block_hints .block_time,
  .block_hints .block_check_in_out div.check-in-div,
  .block_hints .block_check_in_out div.check-out-div,
  .datepick-inline .date_available,
  .datepick-inline .timespartly.check_in_time div.check-in-div,
  .datepick-inline .timespartly.check_out_time div.check-out-div {
    background-color: #c4dfd1;
  }

  .block_hints .date_approved.block_check_in_out,
  .block_hints .block_booked,
  .datepick-inline .date_approved, td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved div.check-in-div,
  td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div,
  .block_hints .date2approve.block_check_in_out,
  .block_hints .block_pending,
  .datepick-inline .date2approve, td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div, td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div {
    background-color: #e7c6c6;
  }

  .block_hints .date2approve.block_check_in_out,
  .block_hints .block_pending,
  .datepick-inline .date2approve,
  .block_hints .block_pending a,
  .datepick-inline .date2approve a,
  .block_hints .block_free a,
  .block_hints .block_time,
  .datepick-inline .date_available a {
    color: #757575;
  }

  .block_hints .date2approve.block_check_in_out,
  .block_hints .block_pending,
  .datepick-inline .date2approve,
  .block_hints .block_pending a,
  .datepick-inline .date2approve a,
  .block_hints .block_free a,
  .block_hints .block_time,
  .datepick-inline .date_available a {
    text-shadow: none;
  }

  .datepick-inline .datepick-header span {
    color: $primary;
    font-size: 14px;
  }

  .datepick-inline .datepick .datepick-days-cell-over a:hover,
  .datepick-inline .datepick .datepick-days-cell-over a {
    color: darken($primary, 10%);
  }

}

.wpbc_booking_form_structure .wpbc_structure_form {

  @include mq('lg', 'min') {
    width: 66%;
    display: inline-block;
  }

  .form-group {
    box-sizing: border-box;
    padding: 0 10px;
    margin: 5px 0;

    @include mq('md', 'min') {
      width: 49%;
      display: inline-block;
    }

    &:nth-child(2n+5) {
      width: 100%;
    }

    &:last-child {
      text-align: right;
    }

  }

  input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.35em 0.85em;
    height: auto;
  }

  .btn {
    background-color: $secondary;
    border: none;
    border-radius: 50px;
  }

  textarea {
    width: 100%;
    box-sizing: border-box;
  }

  textarea,
  input[type="text"],
  select {
    border-color: lighten($color2, 40%);
    border-width: 2px;

    &:focus {
      outline-color: lighten($color2, 10%);
    }
  }

  label {
    font-size: 16px;
    color: $primary;
  }

  button {
    font-size: 18px;
  }

}

*/
.wpbs-main-wrapper .wpbs-container {
  padding-top: 30px;
  width: 100%;
  z-index: 100;
  position: relative;
}
.wpbs-main-wrapper .wpbs-container:after {
  content: "";
  display: table;
  clear: both;
  float: none;
}
@media only screen and (min-width: 35.5em) {
  .wpbs-main-wrapper .wpbs-container {
    float: left;
  }
}
.wpbs-main-wrapper .wpbs-calendars-wrapper.wpbs-legend-position-side {
  margin: 0 auto;
}
.wpbs-main-wrapper .wpbs-form-container {
  width: 100%;
  max-width: 550px !important;
  margin: 0 auto !important;
  z-index: 1;
}
@media only screen and (min-width: 64em) {
  .wpbs-main-wrapper .wpbs-form-container {
    padding: 30px 0px 20px 45px !important;
    float: left;
  }
}
@media only screen and (min-width: 64em) {
  .wpbs-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#service-links {
  background: url(assets/img/services-bg.png) top left no-repeat;
  background-size: auto 100%;
}
#service-links a {
  display: block;
}
#service-links a p {
  color: #FFF;
}
#service-links a:hover img {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}
#service-links img {
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#service-links div.relative {
  overflow: hidden;
}
#service-links .service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(30, 52, 67, 0.8);
}
#service-links .service-content p.h3 {
  text-transform: uppercase;
  color: #bb361e;
}
#service-links .service-content:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  border-left: 30px solid #479eb7;
  border-bottom: 30px solid transparent;
  border-top: 30px solid transparent;
}

#news-feed {
  position: relative;
  padding-bottom: 20px;
}
#news-feed .blog-carousel .news-image {
  overflow: hidden;
  float: left;
}
#news-feed .blog-carousel .slick-slide {
  color: #2e497a;
}
#news-feed .blog-carousel .slick-dots {
  top: 0px;
  bottom: initial;
  margin-left: -40px;
}
#news-feed .blog-carousel .slick-dots li button::before {
  color: #FFF;
}
@media only screen and (min-width: 64em) {
  #news-feed .blog-carousel .slick-dots {
    top: 10px;
  }
}
#news-feed .blog-carousel img {
  width: 100%;
}
#news-feed .blog-carousel a.read-more:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-left: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#news-feed .blog-carousel a.read-more:hover:after {
  margin-left: 15px;
}
#news-feed a.btn {
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  left: 50%;
  color: #2e497a;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 64em) {
  #news-feed a.btn {
    bottom: 90px;
    left: 75%;
  }
}

#about .team-links {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 360px;
}
#about .team-links .team-btn-1 {
  position: absolute;
  top: 33%;
  left: 33%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #479eb7;
}
#about .team-links .team-btn-2 {
  position: absolute;
  top: 66%;
  left: 66%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #2e497a;
}

#testimonials .trustpilot-reviews .avatar {
  border-radius: 50%;
  border: 2px solid #FFF;
  max-width: 70px;
}
#testimonials .trustpilot-reviews .speech-bubble {
  position: relative;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
}
#testimonials .trustpilot-reviews .speech-bubble p {
  margin: 0;
}
#testimonials .trustpilot-reviews .speech-bubble:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  border-top: 30px solid #FFF;
  border-left: 30px solid transparent;
}
#testimonials #whitkirk-testimonials .testimonial-carousel {
  border-top: 4px solid #4b5d69;
  border-bottom: 4px solid #4b5d69;
  padding-bottom: 60px;
}
#testimonials #whitkirk-testimonials p {
  color: #dddddd;
  font-size: 24px;
  font-style: italic;
}
#testimonials #whitkirk-testimonials p.h3 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-style: normal;
}
#testimonials #whitkirk-testimonials p.testimonial-name {
  color: #bb361e;
  opacity: 0.7;
  font-size: 16px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}
#testimonials #whitkirk-testimonials .slick-dots {
  bottom: 20px;
}
#testimonials #whitkirk-testimonials .slick-dots li button:before {
  color: #FFF;
}

#cta-form {
  background-image: url(assets/img/cta-form-bg.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media only screen and (min-width: 48em) {
  #cta-form {
    background-position: center right;
  }
}
#cta-form p {
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}
#cta-form p.cta {
  font-size: 42px;
  color: #479eb7;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 48em) {
  #cta-form p.cta {
    font-size: 4vw;
  }
}
#cta-form button#submit {
  background-color: #479eb7;
}
#cta-form button#submit:hover {
  background-color: #397e92;
}

#instagram-feed {
  position: relative;
}
#instagram-feed .btn {
  font-family: relation-one, sans-serif;
  font-size: 26px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 300px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #2e497a;
  z-index: 10;
  padding: 0.1em 2.5em 0.1em 1em;
  background-color: #FFF;
}
#instagram-feed .btn:hover {
  background-color: #bb361e;
}
#instagram-feed .btn:after {
  font-family: "Font Awesome 5 Brands";
  content: "";
  position: absolute;
  right: 1em;
  top: 2px;
  margin-left: 20px;
}
@media only screen and (min-width: 35.5em) {
  #instagram-feed .btn {
    font-size: 36px;
    width: 420px;
    bottom: -30px;
  }
}
#instagram-feed #sbi_mod_error {
  float: none;
}

footer {
  background: url(assets/img/footer-top.png) top left repeat-x #333;
  text-align: center;
  padding-top: 60px;
}
footer h3, footer p {
  color: #FFF;
  margin-top: 1em;
}
footer .site-credit,
footer .accreditations,
footer .copyright {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  footer {
    text-align: left;
  }
}
@media only screen and (min-width: 80em) {
  footer .accreditations {
    text-align: right;
  }
}
footer a {
  color: #FFF;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
footer a:hover {
  color: #867566;
}
footer a.btn {
  background-color: #6386c4;
}
footer #menu-footer-menu-quick-links, footer #menu-footer-menu-products {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer #menu-footer-menu-quick-links li, footer #menu-footer-menu-products li {
  margin: 5px 0;
}
footer #menu-footer-menu-quick-links a, footer #menu-footer-menu-products a {
  color: #FFF;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
footer #menu-footer-menu-quick-links a:hover, footer #menu-footer-menu-products a:hover {
  color: #e5705a;
}
footer .accreditation-logos {
  text-align: center;
}
footer .accreditation-logos img {
  display: inline-block;
  height: 75px;
  width: auto;
  margin: 3px 5px;
}
@media only screen and (min-width: 80em) {
  footer .accreditation-logos {
    text-align: right;
  }
}
footer .sub-footer {
  color: #FFF;
  padding: 10px 0;
  font-size: 14px;
  border-top: 1px solid #666;
  text-align: center;
}
footer .sub-footer a {
  color: #FFF;
}
footer .sub-footer a:hover {
  color: #bb361e;
}
footer .sub-footer p {
  margin: 0;
}
@media only screen and (min-width: 80em) {
  footer .sub-footer .copyright {
    text-align: left;
  }
  footer .sub-footer .site-credit {
    text-align: right;
  }
}

#menu-sub-footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu-sub-footer-menu li {
  display: inline-block;
  padding: 0 10px;
}
#menu-sub-footer-menu li a {
  color: #FFF;
}
#menu-sub-footer-menu li a:hover {
  color: #bb361e;
}