@charset "UTF-8";
/*================ UTILS ================*/
/*================ Mixins ================*/
/*
	Responsive ratio
	Used for creating scalable elements that maintain the same ratio
	example:
	.element {
		@include responsive-ratio(400, 300);
	}
*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*============= Keyframe animation Mixin ============*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
==============================================================================*/
/*================ VENDOR ================*/
@import 'css/vendor/owl/owl.carousel.min.css';
@import 'css/vendor/owl/owl.theme.default.min.css';
/*================= BASE =================*/
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/*==========================================================================
animations -- animations.scss
========================================================================== */
.effect--fade,
.effect--slidein {
  -webkit-transition: opacity 250ms ease-out 0s, -webkit-transform 250ms ease-out 0s;
  -moz-transition: opacity 250ms ease-out 0s, -moz-transform 250ms ease-out 0s;
  transition: opacity 250ms ease-out 0s, transform 250ms ease-out 0s;
}

.effect--fade {
  opacity: 0;
}

.effect--fade.effect--ready,
.no-cssanimations .effect--fade {
  opacity: 1;
}

.effect--slidein {
  -webkit-transform: translate(0, 3em);
  -moz-transform: translate(0, 3em);
  transform: translate(0, 3em);
}

.effect--slidein.effect--ready,
.no-cssanimations .effect--slidein {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.effect--slidedown {
  -webkit-transform: translate(0, -2em);
  -moz-transform: translate(0, -2em);
  transform: translate(0, -2em);
}

.effect--slidedown.effect--ready,
.no-cssanimations .effect--slidedown {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.effect--slideright {
  -webkit-transform: translate(-2em, 0);
  -moz-transform: translate(-2em, 0);
  transform: translate(-2em, 0);
}

.effect--slideright.effect--ready,
.no-cssanimations .effect--slideright {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.effect--slideleft {
  -webkit-transform: translate(2em, 0px);
  -moz-transform: translate(2em, 0px);
  transform: translate(2em, 0px);
}

.effect--slideleft.effect--ready,
.no-cssanimations .effect--slideleft {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.effect--delay-1 {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms;
}

.effect--delay-2 {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms;
}

.effect--delay-3 {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  transition-delay: 450ms;
}

.effect--delay-4 {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}

.effect--delay-5 {
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  transition-delay: 750ms;
}

.effect--delay-6 {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}

.effect--delay-7 {
  -webkit-transition-delay: 1050ms;
  -moz-transition-delay: 1050ms;
  transition-delay: 1050ms;
}

.effect--delay-0 {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

.effect.gd-u-1-2:nth-child(2n+2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms;
}

@media only screen and (min-width: 550px) {
  .effect.gd-u-gt550-1-3:nth-child(3n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.gd-u-gt550-1-3:nth-child(3n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.gd-u-gt550-1-3:nth-child(3n+3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  }
}
@media only screen and (min-width: 700px) {
  .effect.gd-u-gt700-1-2:nth-child(2n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.gd-u-gt700-1-2:nth-child(2n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.gd-u-gt700-1-3:nth-child(3n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.gd-u-gt700-1-3:nth-child(3n+3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.gd-u-gt700-1-3:nth-child(3n+3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  }

  .effect.gd-u-gt700-1-4:nth-child(4n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.gd-u-gt700-1-4:nth-child(4n+3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.gd-u-gt700-1-4:nth-child(4n+3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  }

  .effect.gd-u-gt700-1-4:nth-child(4n+4) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    transition-delay: 450ms;
  }
}
@media only screen and (min-width: 1000px) {
  .effect.gd-u-gt1000-1-2:nth-child(2n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.gd-u-gt1000-1-2:nth-child(2n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.gd-u-gt1000-1-3:nth-child(3n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.gd-u-gt1000-1-3:nth-child(3n+3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.gd-u-gt1000-1-3:nth-child(3n+3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  }

  .effect.gd-u-gt1000-1-4:nth-child(4n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.gd-u-gt1000-1-4:nth-child(4n+3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.gd-u-gt1000-1-4:nth-child(4n+3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  }

  .effect.gd-u-gt1000-1-4:nth-child(4n+4) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    transition-delay: 450ms;
  }
}
/*  ==========================================================================
	Base typography -- typography.scss
	========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 0.25em;
  line-height: 1.2;
  font-weight: 700;
}

.h1,
h1 {
  margin: 0;
  font-weight: 300;
}

.h2,
h2 {
  font-weight: 400;
}

.fontsize--huge,
h1 {
  font-size: 40px;
  line-height: 1.1;
}
@media only screen and (min-width: 550px) {
  .fontsize--huge,
h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 700px) {
  .fontsize--huge,
h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .fontsize--huge,
h1 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1400px) {
  .fontsize--huge,
h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1600px) {
  .fontsize--huge,
h1 {
    font-size: 74px;
  }
}

.fontsize--large,
h2 {
  font-size: 26px;
  line-height: 1.1;
}
@media only screen and (min-width: 550px) {
  .fontsize--large,
h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 700px) {
  .fontsize--large,
h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .fontsize--large,
h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .fontsize--large,
h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .fontsize--large,
h2 {
    font-size: 48px;
  }
}

.fontsize--med,
h3 {
  font-size: 17px;
  line-height: 1.3;
}
@media only screen and (min-width: 550px) {
  .fontsize--med,
h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 700px) {
  .fontsize--med,
h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .fontsize--med,
h3 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1400px) {
  .fontsize--med,
h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .fontsize--med,
h3 {
    font-size: 23px;
  }
}

.fontsize--reg,
body,
h4 {
  font-size: 15px;
  line-height: 1.3;
}
@media only screen and (min-width: 550px) {
  .fontsize--reg,
body,
h4 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 700px) {
  .fontsize--reg,
body,
h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .fontsize--reg,
body,
h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1400px) {
  .fontsize--reg,
body,
h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .fontsize--reg,
body,
h4 {
    font-size: 18px;
  }
}

.fontsize--sml,
h5 {
  font-size: 13px;
}
@media only screen and (min-width: 550px) {
  .fontsize--sml,
h5 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 700px) {
  .fontsize--sml,
h5 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .fontsize--sml,
h5 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1400px) {
  .fontsize--sml,
h5 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .fontsize--sml,
h5 {
    font-size: 15px;
  }
}

.fontsize--tiny,
h6 {
  font-size: 12px;
}
@media only screen and (min-width: 550px) {
  .fontsize--tiny,
h6 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 700px) {
  .fontsize--tiny,
h6 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .fontsize--tiny,
h6 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .fontsize--tiny,
h6 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1600px) {
  .fontsize--tiny,
h6 {
    font-size: 13px;
  }
}

.font--bold,
b,
strong {
  font-weight: 700;
}

.font--semibold {
  font-weight: 700;
}

.font--reg {
  font-weight: 400;
}

.font--light {
  font-weight: 300;
}

.case--lower {
  text-transform: lowercase;
}

.case--upper {
  text-transform: uppercase;
}

.text-align--center {
  text-align: center;
}

.text-align--left {
  text-align: left;
}

.text-align--right {
  text-align: right;
}

.color--white {
  color: #fff;
}

.color--grey {
  color: #d9d9d9;
}

.color--blue {
  color: #2899b7;
}

.color--red {
  color: #dd5835;
}

.line-after {
  position: relative;
  padding-bottom: 0.5em;
}
.line-after:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #dd5835;
}
.line-after--blue:after {
  background-color: #2899b7;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0;
}

p {
  margin: 0 0 1em;
}

/*  ==========================================================================
    links -- links-buttons.scss
    ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
a .fa,
a .fab,
a .fal,
a .far,
a .fas {
  padding: 0 0 0 0.66em;
}
a .fa--left,
a .fab--left,
a .fal--left,
a .far--left,
a .fas--left {
  padding: 0 0.66em 0 0;
}
a .fa--nopad,
a .fab--nopad,
a .fal--nopad,
a .far--nopad,
a .fas--nopad {
  padding: 0;
}

.linkline {
  border-bottom: solid 1px rgba(230, 109, 77, 0.33);
}
a:hover .linkline {
  border-color: #dd5835;
}
.linkline--blue .linkline {
  border-bottom: solid 1px rgba(40, 153, 183, 0.33);
}
.linkline--blue .linkline:hover {
  border-color: #2899b7;
}

.btn {
  color: #fff;
  background-color: #dd5835;
  border-radius: 40px;
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 0.75em 1.5em;
}
.btn .linkline {
  border: none;
}
.btn:hover {
  color: #fff;
  background-color: #000;
}
.btn--white {
  color: #000;
  background-color: #fff;
}
.btn--white:hover {
  color: #fff;
  background-color: #dd5835;
}
.btn--grey {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: transparent;
}
.btn--grey:hover {
  color: #fff;
  background-color: #d9d9d9;
}

/*  ==========================================================================
    share icons -- links-buttons.scss
    ========================================================================== */
.shareicons {
  color: #fff;
}
.shareicons .shareiconslist li {
  margin: 0;
  display: inline-block;
}
.shareicons .sharelink {
  display: inline-block;
  background: #000;
  line-height: 3em;
  height: 3em;
  border-radius: 1.5em;
  margin: 0;
  color: #fff;
  /* &--facebook {
    background: #3b5998;
  }

  &--twitter {
    background: #00aced;
  }

  &--linkedin {
    background: #007bb6;
  } */
}
.shareicons .sharelink:after {
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}
.shareicons .sharelink .sharetext {
  overflow: hidden;
  font-size: 12px;
  display: block;
  float: left;
  text-align: right;
  width: 0;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  text-align: left;
}
.shareicons .sharelink .shareicon {
  width: 3em;
  text-align: center;
  display: block;
  float: left;
  padding: 0;
  border: none;
}
.shareicons .sharelink .shareicon .fab, .shareicons .sharelink .shareicon .fas {
  display: inline-block;
  padding: 0;
}
.shareicons .sharelink a:hover .shareicon .fab, .shareicons .sharelink a:hover .shareicon .fas {
  display: inline-block;
  padding: 0;
}
.shareicons .sharelink:hover .sharetext {
  width: 45px;
}

/* reverse sharelink when image is present */
.pageheader--img .sharelink {
  background: #fff;
}
.pageheader--img .sharelink--facebook, .pageheader--img .sharelink--facebook:hover {
  color: #3b5998;
}
.pageheader--img .sharelink--twitter, .pageheader--img .sharelink--twitter:hover {
  color: #00aced;
}
.pageheader--img .sharelink--linkedin, .pageheader--img .sharelink--linkedin:hover {
  color: #007bb6;
}

/*================= LAYOUT =================*/
/* ==========================================================================
   grid
   ========================================================================== */
.gd-g {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  margin-left: -0.75em;
  margin-right: -0.75em;
}

.gd-g--center {
  text-align: center;
}

.gd-g--vertcenter .gd-u {
  vertical-align: middle;
}

.gd-g--align-bottom .gd-u {
  vertical-align: bottom;
}

.gd-g--align-top .gd-u {
  vertical-align: top;
}

.gd-g--center .gd-u {
  text-align: left;
}

.opera-only :-o-prefocus,
.gd-g {
  word-spacing: -0.43em;
}

.gd-u {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  box-sizing: border-box;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.gd-u.gd-u--nopadleft {
  padding-left: 0;
}

.gd-u.gd-u--nopadright {
  padding-right: 0;
}

.gd-u-1 {
  width: 100%;
}

.gd-u-1-2 {
  width: 50%;
}

.gd-u-1-3 {
  width: 33.3%;
}

.gd-u-2-3 {
  width: 66.66666%;
}

.gd-u-1-4 {
  width: 25%;
}

.gd-u-3-4 {
  width: 75%;
}

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

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

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

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

.gd-u-1-6 {
  width: 16.656%;
}

.gd-u-5-6 {
  width: 83.33%;
}

.gd-u-1-8 {
  width: 12.5%;
}

.gd-u-3-8 {
  width: 37.5%;
}

.gd-u-5-8 {
  width: 62.5%;
}

.gd-u-7-8 {
  width: 87.5%;
}

.gd-u-1-12 {
  width: 8.3333%;
}

.gd-u-5-12 {
  width: 41.6666%;
}

.gd-u-7-12 {
  width: 58.3333%;
}

.gd-u-11-12 {
  width: 91.6666%;
}

.gd-u-1-24 {
  width: 4.1666%;
}

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

.gd-u-7-24 {
  width: 29.1666%;
}

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

.gd-u-13-24 {
  width: 54.1666%;
}

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

.gd-u-19-24 {
  width: 79.1666%;
}

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

.gd-u-auto {
  width: auto;
}

@media screen and (max-width: 549px) {
  .lt550-hide {
    display: none;
  }
}
@media screen and (min-width: 550px) {
  .gd-u-gt550-1 {
    width: 100%;
  }

  .gd-u-gt550-1-2 {
    width: 50%;
  }

  .gd-u-gt550-1-3 {
    width: 33.33333%;
  }

  .gd-u-gt550-2-3 {
    width: 66.66666%;
  }

  .gd-u-gt550-1-4 {
    width: 25%;
  }

  .gd-u-gt550-3-4 {
    width: 75%;
  }

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

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

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

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

  .gd-u-gt550-1-6 {
    width: 16.656%;
  }

  .gd-u-gt550-5-6 {
    width: 83.33%;
  }

  .gd-u-gt550-1-8 {
    width: 12.5%;
  }

  .gd-u-gt550-3-8 {
    width: 37.5%;
  }

  .gd-u-gt550-5-8 {
    width: 62.5%;
  }

  .gd-u-gt550-7-8 {
    width: 87.5%;
  }

  .gd-u-gt550-1-12 {
    width: 8.3333%;
  }

  .gd-u-gt550-5-12 {
    width: 41.6666%;
  }

  .gd-u-gt550-7-12 {
    width: 58.3333%;
  }

  .gd-u-gt550-11-12 {
    width: 91.6666%;
  }

  .gd-u-gt550-1-24 {
    width: 4.1666%;
  }

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

  .gd-u-gt550-7-24 {
    width: 29.1666%;
  }

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

  .gd-u-gt550-13-24 {
    width: 54.1666%;
  }

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

  .gd-u-gt550-19-24 {
    width: 79.1666%;
  }

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

  .gd-u-gt550-auto {
    width: auto;
  }

  .gd-u-gt550--nopadleft {
    padding-left: 0;
  }

  .gd-u-gt550--nopadright {
    padding-right: 0;
  }

  .gd-g {
    margin-right: -1em;
    margin-left: -1em;
  }

  .gd-u {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 699px) {
  .lt700-hide {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  .gd-u-gt700-1 {
    width: 100%;
  }

  .gd-u-gt700-1-2 {
    width: 50%;
  }

  .gd-u-gt700-1-3 {
    width: 33.33333%;
  }

  .gd-u-gt700-2-3 {
    width: 66.66666%;
  }

  .gd-u-gt700-1-4 {
    width: 25%;
  }

  .gd-u-gt700-3-4 {
    width: 75%;
  }

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

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

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

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

  .gd-u-gt700-1-6 {
    width: 16.656%;
  }

  .gd-u-gt700-5-6 {
    width: 83.33%;
  }

  .gd-u-gt700-1-8 {
    width: 12.5%;
  }

  .gd-u-gt700-3-8 {
    width: 37.5%;
  }

  .gd-u-gt700-5-8 {
    width: 62.5%;
  }

  .gd-u-gt700-7-8 {
    width: 87.5%;
  }

  .gd-u-gt700-1-12 {
    width: 8.3333%;
  }

  .gd-u-gt700-5-12 {
    width: 41.6666%;
  }

  .gd-u-gt700-7-12 {
    width: 58.3333%;
  }

  .gd-u-gt700-11-12 {
    width: 91.6666%;
  }

  .gd-u-gt700-1-24 {
    width: 4.1666%;
  }

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

  .gd-u-gt700-7-24 {
    width: 29.1666%;
  }

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

  .gd-u-gt700-13-24 {
    width: 54.1666%;
  }

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

  .gd-u-gt700-19-24 {
    width: 79.1666%;
  }

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

  .gd-u-gt700-auto {
    width: auto;
  }

  .gd-u-gt700--nopadleft {
    padding-left: 0;
  }

  .gd-u-gt700--nopadright {
    padding-right: 0;
  }

  .gd-g {
    margin-right: -1.25em;
    margin-left: -1.25em;
  }

  .gd-u {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
@media screen and (max-width: 799px) {
  .lt800-hide {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .gd-u-gt800-1 {
    width: 100%;
  }

  .gd-u-gt800-1-2 {
    width: 50%;
  }

  .gd-u-gt800-1-3 {
    width: 33.33333%;
  }

  .gd-u-gt800-2-3 {
    width: 66.66666%;
  }

  .gd-u-gt800-1-4 {
    width: 25%;
  }

  .gd-u-gt800-3-4 {
    width: 75%;
  }

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

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

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

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

  .gd-u-gt800-1-6 {
    width: 16.656%;
  }

  .gd-u-gt800-5-6 {
    width: 83.33%;
  }

  .gd-u-gt800-1-8 {
    width: 12.5%;
  }

  .gd-u-gt800-3-8 {
    width: 37.5%;
  }

  .gd-u-gt800-5-8 {
    width: 62.5%;
  }

  .gd-u-gt800-7-8 {
    width: 87.5%;
  }

  .gd-u-gt800-1-12 {
    width: 8.3333%;
  }

  .gd-u-gt800-5-12 {
    width: 41.6666%;
  }

  .gd-u-gt800-7-12 {
    width: 58.3333%;
  }

  .gd-u-gt800-11-12 {
    width: 91.6666%;
  }

  .gd-u-gt800-1-24 {
    width: 4.1666%;
  }

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

  .gd-u-gt800-7-24 {
    width: 29.1666%;
  }

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

  .gd-u-gt800-13-24 {
    width: 54.1666%;
  }

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

  .gd-u-gt800-19-24 {
    width: 79.1666%;
  }

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

  .gd-u-gt800-auto {
    width: auto;
  }

  .gd-u-gt800--nopadleft {
    padding-left: 0;
  }

  .gd-u-gt800--nopadright {
    padding-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .lt1000-hide {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .gd-u-gt1000-1 {
    width: 100%;
  }

  .gd-u-gt1000-1-2 {
    width: 50%;
  }

  .gd-u-gt1000-1-3 {
    width: 33.33333%;
  }

  .gd-u-gt1000-2-3 {
    width: 66.66666%;
  }

  .gd-u-gt1000-1-4 {
    width: 25%;
  }

  .gd-u-gt1000-3-4 {
    width: 75%;
  }

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

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

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

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

  .gd-u-gt1000-1-6 {
    width: 16.656%;
  }

  .gd-u-gt1000-5-6 {
    width: 83.33%;
  }

  .gd-u-gt1000-1-8 {
    width: 12.5%;
  }

  .gd-u-gt1000-3-8 {
    width: 37.5%;
  }

  .gd-u-gt1000-5-8 {
    width: 62.5%;
  }

  .gd-u-gt1000-7-8 {
    width: 87.5%;
  }

  .gd-u-gt1000-1-12 {
    width: 8.3333%;
  }

  .gd-u-gt1000-5-12 {
    width: 41.6666%;
  }

  .gd-u-gt1000-7-12 {
    width: 58.3333%;
  }

  .gd-u-gt1000-11-12 {
    width: 91.6666%;
  }

  .gd-u-gt1000-1-24 {
    width: 4.1666%;
  }

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

  .gd-u-gt1000-7-24 {
    width: 29.1666%;
  }

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

  .gd-u-gt1000-13-24 {
    width: 54.1666%;
  }

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

  .gd-u-gt1000-19-24 {
    width: 79.1666%;
  }

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

  .gd-u-gt1000-auto {
    width: auto;
  }

  .gd-u-gt1000--nopadleft {
    padding-left: 0;
  }

  .gd-u-gt1000--nopadright {
    padding-right: 0;
  }

  .gd-g {
    margin-right: -1.5em;
    margin-left: -1.5em;
  }

  .gd-u {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 1200px) {
  .lt1200-hide {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .gd-u-gt1200-1 {
    width: 100%;
  }

  .gd-u-gt1200-1-2 {
    width: 50%;
  }

  .gd-u-gt1200-1-3 {
    width: 33.33333%;
  }

  .gd-u-gt1200-2-3 {
    width: 66.66666%;
  }

  .gd-u-gt1200-1-4 {
    width: 25%;
  }

  .gd-u-gt1200-3-4 {
    width: 75%;
  }

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

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

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

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

  .gd-u-gt1200-1-6 {
    width: 16.656%;
  }

  .gd-u-gt1200-5-6 {
    width: 83.33%;
  }

  .gd-u-gt1200-1-8 {
    width: 12.5%;
  }

  .gd-u-gt1200-3-8 {
    width: 37.5%;
  }

  .gd-u-gt1200-5-8 {
    width: 62.5%;
  }

  .gd-u-gt1200-7-8 {
    width: 87.5%;
  }

  .gd-u-gt1200-1-12 {
    width: 8.3333%;
  }

  .gd-u-gt1200-5-12 {
    width: 41.6666%;
  }

  .gd-u-gt1200-7-12 {
    width: 58.3333%;
  }

  .gd-u-gt1200-11-12 {
    width: 91.6666%;
  }

  .gd-u-gt1200-1-24 {
    width: 4.1666%;
  }

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

  .gd-u-gt1200-7-24 {
    width: 29.1666%;
  }

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

  .gd-u-gt1200-13-24 {
    width: 54.1666%;
  }

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

  .gd-u-gt1200-19-24 {
    width: 79.1666%;
  }

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

  .gd-u-gt1200-auto {
    width: auto;
  }

  .gd-u-gt1200--nopadleft {
    padding-left: 0;
  }

  .gd-u-gt1200--nopadright {
    padding-right: 0;
  }
}
@media screen and (max-width: 1399px) {
  .lt1400-hide {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .gd-u-gt1400-1 {
    width: 100%;
  }

  .gd-u-gt1400-1-2 {
    width: 50%;
  }

  .gd-u-gt1400-1-3 {
    width: 33.33333%;
  }

  .gd-u-gt1400-2-3 {
    width: 66.66666%;
  }

  .gd-u-gt1400-1-4 {
    width: 25%;
  }

  .gd-u-gt1400-3-4 {
    width: 75%;
  }

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

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

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

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

  .gd-u-gt1400-1-6 {
    width: 16.656%;
  }

  .gd-u-gt1400-5-6 {
    width: 83.33%;
  }

  .gd-u-gt1400-1-8 {
    width: 12.5%;
  }

  .gd-u-gt1400-3-8 {
    width: 37.5%;
  }

  .gd-u-gt1400-5-8 {
    width: 62.5%;
  }

  .gd-u-gt1400-7-8 {
    width: 87.5%;
  }

  .gd-u-gt1400-1-12 {
    width: 8.3333%;
  }

  .gd-u-gt1400-5-12 {
    width: 41.6666%;
  }

  .gd-u-gt1400-7-12 {
    width: 58.3333%;
  }

  .gd-u-gt1400-11-12 {
    width: 91.6666%;
  }

  .gd-u-gt1400-1-24 {
    width: 4.1666%;
  }

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

  .gd-u-gt1400-7-24 {
    width: 29.1666%;
  }

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

  .gd-u-gt1400-13-24 {
    width: 54.1666%;
  }

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

  .gd-u-gt1400-19-24 {
    width: 79.1666%;
  }

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

  .gd-u-gt1400-auto {
    width: auto;
  }

  .gd-u-gt1400--nopadleft {
    padding-left: 0;
  }

  .gd-u-gt1400--nopadright {
    padding-right: 0;
  }
}
.opera-only :-o-prefocus,
.gd-g {
  word-spacing: -0.43em;
}

/* ==========================================================================
   forms
   ========================================================================== */
.field {
  padding: 0 0.5em 0.5em 0;
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
input[type=tel],
textarea {
  padding: 1em;
  background: #eee;
  border: solid 1px #e5e5e5;
  border-radius: 0;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: inherit;
}

textarea {
  min-height: 5.2em;
}

input.placeholder,
textarea.placeholder {
  color: #d9d9d9;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #d9d9d9;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #d9d9d9;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d9d9d9;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d9d9d9;
}

input[disabled],
input[disabled],
input[disabled],
input[disabled],
textarea[disabled],
input[readonly],
input[readonly],
input[readonly],
input[readonly],
textarea[readonly] {
  opacity: 0.5;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #1d2e3c;
}

[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=number].error,
input[type=tel].error,
textarea.error {
  background-image: url(input.invalid.png);
  background-size: auto 1em;
  background-position: right center;
  background-repeat: no-repeat;
}

textarea.error {
  background-position: right 1em;
}

.form-error {
  position: relative;
  display: block;
  background: #ff5533;
  padding: 0.5em 1em;
  z-index: 2;
  font-size: 12px;
}
.form-error:before {
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -5px;
  left: 1em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ff5533;
}

.wpcf7 .wpcf7-not-valid-tip {
  background: #ff4738;
  color: #fff;
  padding: 1em;
  position: relative;
  font-size: 12px;
  z-index: 2;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  content: " ";
  display: block;
  position: absolute;
  top: -0.5em;
  left: 1em;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid #ff4738;
}

.wpcf7 .wpcf7-response-output {
  border: none;
  background: #888;
  color: #fff;
  padding: 1em;
  font-size: 13px;
}

.wpcf7 .wpcf7-validation-errors {
  background: #ff4738;
}

.wpcf7 .wpcf7-mail-sent-ok {
  background: #2cdc8c;
  color: #111;
}

/*  ==========================================================================
	Ninja Forms
	========================================================================== */
.nf-form-cont {
  background: #222222;
  padding: 3em;
  box-sizing: border-box;
}
.nf-form-cont input,
.nf-form-cont select,
.nf-form-cont textarea {
  color: #fff;
  padding: 0.5em 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0 !important;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.nf-form-cont select {
  background: url("img/chevron-down.png") 97%/3% no-repeat transparent;
}
.nf-form-cont select:focus {
  outline: none;
}
.nf-form-cont select option {
  background-color: #222222;
}
.nf-form-cont .nf-error .ninja-forms-field {
  border: none;
  border-bottom: 1px solid #dd5835;
}
.nf-form-cont .nf-error-msg,
.nf-form-cont .ninja-forms-req-symbol {
  color: #dd5835;
}
.nf-form-cont #nf-field-7-container {
  margin-bottom: 0;
}
@media only screen and (min-width: 700px) {
  .nf-form-cont #nf-field-7-container {
    max-width: 50%;
  }
}
@media only screen and (min-width: 700px) {
  .nf-form-cont #nf-field-4-container {
    margin-top: -4em;
  }
  .nf-form-cont #nf-field-4-container input[type=button] {
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  .nf-form-cont #nf-field-4-container {
    margin-top: -3.5em;
  }
}
.nf-form-cont .submit-container input[type=button] {
  text-decoration: none;
  border: none;
  color: #fff;
  background-color: #dd5835;
  border-radius: 40px !important;
  display: inline-block;
  padding: 0.75em 1.75em;
}
.nf-form-cont .submit-container input[type=button]:hover {
  background: #000;
}
.nf-form-cont .submit-container input[type=button]:focus {
  outline: none;
}

.nf-form-fields-required {
  display: none;
}

/*  ==========================================================================
	Basic layout classes -- layout/layout.scss
	========================================================================== */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-family: europa, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
}

.bd {
  margin: 0 7.14%;
  position: relative;
  min-height: 1px;
}
.bd:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.padding--top {
  padding-top: 10%;
}
@media only screen and (min-width: 550px) {
  .padding--top {
    padding-top: 7%;
  }
}
@media only screen and (min-width: 1000px) {
  .padding--top {
    padding-top: 5%;
  }
}

.padding--bottom {
  padding-bottom: 10%;
}
@media only screen and (min-width: 550px) {
  .padding--bottom {
    padding-bottom: 7%;
  }
}
@media only screen and (min-width: 1000px) {
  .padding--bottom {
    padding-bottom: 5%;
  }
}

.padding--top-half {
  padding-top: 7%;
}
@media only screen and (min-width: 550px) {
  .padding--top-half {
    padding-top: 3.5%;
  }
}
@media only screen and (min-width: 1000px) {
  .padding--top-half {
    padding-top: 3.5%;
  }
}

.padding--bottom-half {
  padding-bottom: 7%;
}
@media only screen and (min-width: 550px) {
  .padding--bottom-half {
    padding-bottom: 3.5%;
  }
}
@media only screen and (min-width: 1000px) {
  .padding--bottom-half {
    padding-bottom: 3.5%;
  }
}

.padding--top-em {
  padding-top: 1em;
}

.padding--bottom-em {
  padding-bottom: 1em;
}

.margin--top {
  margin-top: 10%;
}
@media only screen and (min-width: 550px) {
  .margin--top {
    margin-top: 7%;
  }
}
@media only screen and (min-width: 1000px) {
  .margin--top {
    margin-top: 5%;
  }
}

.margin--bottom {
  margin-bottom: 10%;
}
@media only screen and (min-width: 550px) {
  .margin--bottom {
    margin-bottom: 7%;
  }
}
@media only screen and (min-width: 1000px) {
  .margin--bottom {
    margin-bottom: 5%;
  }
}

.margin--top-half {
  margin-top: 7%;
}
@media only screen and (min-width: 550px) {
  .margin--top-half {
    margin-top: 3.5%;
  }
}
@media only screen and (min-width: 1000px) {
  .margin--top-half {
    margin-top: 3.5%;
  }
}

.margin--bottom-half {
  margin-bottom: 7%;
}
@media only screen and (min-width: 550px) {
  .margin--bottom-half {
    margin-bottom: 3.5%;
  }
}
@media only screen and (min-width: 1000px) {
  .margin--bottom-half {
    margin-bottom: 3.5%;
  }
}

.margin--top-em {
  margin-top: 1em;
}

.margin--bottom-em {
  margin-bottom: 1em;
}

.margin--none {
  margin: 0;
}

.visuallyhidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*  ==========================================================================
	base nav
	========================================================================== */
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inlinenavlist {
  margin: 0 -0.5em;
}
.inlinenavlist li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.inlinenavlist li a {
  display: block;
  padding: 0 0.5em;
}

/*  ==========================================================================
	Background colors
	========================================================================== */
.pagebg--black {
  background: #111;
  color: #fff;
}
.pagebg--black .color--grey {
  color: #767676;
}
.pagebg--black .siteheader {
  background: #111;
}
.pagebg--black .siteheader .sitelogo--black {
  display: none;
}
.pagebg--black .siteheader .sitelogo--white {
  display: block;
}
.pagebg--black .sitenav .mainnav-btn li {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.pagebg--black .translations_menu li {
  color: rgba(255, 255, 255, 0.25);
}
.pagebg--black .translations_menu li.active {
  color: #fff;
}
.pagebg--black .sitenavdropdown {
  background: #111;
  color: #fff;
}
.pagebg--black .sitenavdropdown .sitenavsection {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.pagebg--black .flexline__line,
.pagebg--black .sitefooter .sitefooter__top,
.pagebg--black .sitefooter .sitefooter__bottom,
.pagebg--black .faqs,
.pagebg--black .faqs .faq {
  border-color: rgba(255, 255, 255, 0.25);
}
.pagebg--black .scrollingsection .scrollingsection__borders .section__border {
  background: #111;
}
.pagebg--black .project--master:after {
  background: #fff;
}

/*  ==========================================================================
	Page
	========================================================================== */
.pageheader {
  position: relative;
  overflow: hidden;
}
.pageheader .pageheader__bd {
  position: relative;
  z-index: 2;
}
.pageheader h1 {
  max-width: 8em;
}
.pageheader h1.fontsize--large {
  max-width: 14em;
}
.pageheader .leader {
  margin: 1em 0 0 0;
  max-width: 30em;
}
.pageheader .pageheaderbody .gd-u {
  float: right;
}
.pageheader--page .pageheaderbody {
  padding-bottom: 15%;
  padding-top: 15%;
}
.pageheader--page .shareicons {
  margin-top: 1em;
}
.pageheader--post {
  text-align: center;
}
.pageheader--post h1 {
  margin: 0 auto;
}
.pageheader--post .leader {
  margin: 1em auto 0 auto;
}
.pageheader--post.postheader--img .shareicons {
  margin-bottom: -1.75em;
}
.pageheader--post .pageheader__categories {
  margin-top: 1em;
}
.pageheader--post .pageheader__categories .fa--left {
  margin-right: 0.5em;
}
.pageheader--project {
  max-height: 100vh;
  transition: max-height 300ms ease-in-out;
  -webkit-transition: max-height 300ms ease-in-out;
}
.pageheader--project.pageheader--expanded {
  max-height: 5000px;
}
.pageheader--project .projects__viewall {
  position: absolute;
  bottom: 2em;
  left: 50%;
  z-index: 15;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 63px -16px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 0px 63px -16px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 0px 63px -16px rgba(0, 0, 0, 0.58);
}
.pageheader--project .projects__viewall--close {
  display: none;
}
.pageheader--project .pageheader__projects {
  width: 100%;
  z-index: 10;
  margin-top: calc(100vh - 10em);
  position: relative;
}
@media only screen and (min-width: 550px) {
  .pageheader--project .pageheader__projects {
    margin-top: calc(100vh - 12em);
  }
}
@media only screen and (min-width: 1200px) {
  .pageheader--project .pageheader__projects {
    margin-top: calc(100vh - 10em);
  }
}
.pageheader--project .pageheader__projects .pageheader__projects__heading {
  max-width: 25em;
  margin: 0 auto 3em auto;
  text-align: center;
}
.pageheader--project .pageheader__projects .pageheader__projects__heading:after {
  left: 50%;
  margin-left: -10px;
  background: #fff;
}

/*
// pageheader--img
*/
.pageheader--img {
  background: #000;
  color: #fff;
  overflow: hidden;
}
.pageheader--img.pageheader--project {
  min-height: 100vh;
  box-sizing: border-box;
}
.pageheader--img.pageheader--project.pageheader--projectparent .pageheader__img:before,
.pageheader--img.pageheader--project.pageheader--projectparent .pageheader__video:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 20%;
  z-index: 5;
  bottom: -2px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black 100%);
}
.pageheader--img.pageheader--project .pageheader__img,
.pageheader--img.pageheader--project .pageheader__video {
  height: 100vh;
}
.pageheader--img.pageheader--project .pageheaderbody {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100vh;
  box-sizing: border-box;
  z-index: 10;
}
.pageheader--img.pageheader--project .pageheaderbody .gd-u {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.pageheader--img.pageheader--project .pageheaderbody .pageheader__bd,
.pageheader--img.pageheader--project .pageheaderbody .gd-g {
  position: relative;
  height: 100%;
}

.pageheader__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out 0ms;
  -moz-transition: opacity 1000ms ease-out 0ms;
  transition: opacity 1000ms ease-out 0ms;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.pageheaderimg--loaded .pageheader__img {
  -webkit-transition: -webkit-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0;
  -moz-transition: -moz-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0;
  transition: transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 0.66;
}

.pageheaderimg--loaded .pageheader--project .pageheader__img {
  opacity: 0.5;
}

/*
// pageheader--video
*/
.pageheader__video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 2000ms ease-out 0ms;
  -moz-transition: opacity 2000ms ease-out 0ms;
  transition: opacity 2000ms ease-out 0ms;
}
.pageheader__video iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.has-videoheader--playing .pageheader__video {
  opacity: 0.66;
}

.no-touch .has-videoheader .pageheader__img {
  display: none;
}

.has-videoheader--playing .pageheader--project .pageheader__video {
  opacity: 0.5;
}

/* postheader */
.postheaderimg {
  padding: 50% 0 0;
  position: relative;
  background: #eee;
  overflow: hidden;
}
.has-videoheader--playing .postheaderimg .pageheader__video {
  opacity: 1;
}
.pageheaderimg--loaded .postheaderimg .pageheader__img {
  opacity: 1;
}

/*  ==========================================================================
	main -- layout/layout.scss
	========================================================================== */
/*  ==========================================================================
	content -- layout/layout.scss
	========================================================================== */
.content {
  margin: 0 auto;
  box-sizing: border-box;
}
.content iframe {
  display: block;
  width: 100%;
  margin: 2em 0;
}
@media only screen and (min-width: 550px) {
  .content {
    width: 83.4%;
    padding: 0 0.5em;
  }
}
@media only screen and (min-width: 700px) {
  .content {
    padding: 0 0.625em;
    width: 66.8%;
  }
}
@media only screen and (min-width: 1000px) {
  .content {
    width: 60%;
    padding: 0 0.75em;
  }
}
@media only screen and (min-width: 1200px) {
  .content {
    width: 50%;
  }
}

/*  ==========================================================================
	posts -- layout/layout.scss
	========================================================================== */
.posts {
  margin-bottom: -3em;
}
@media only screen and (min-width: 1200px) {
  .posts .negativemargin {
    margin-top: -25%;
  }
}

.post {
  margin-bottom: 3em;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .posts__largepost .post .post__content {
    padding: 0 3em;
  }
}
.post .post__heading {
  padding-right: 2em;
}
.post .post__posted {
  margin-bottom: 0.5em;
}
.post .post__link {
  position: relative;
  z-index: 1;
}
.post .post__link .postimg {
  padding: 100% 0 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
  -webkit-transition: box-shadow 150ms ease-out 0s;
  -moz-transition: box-shadow 150ms ease-out 0s;
  transition: box-shadow 150ms ease-out 0s;
}
.post .post__link .postimg .postimg__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eee;
}
.post .post__link:hover .postimg {
  -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
}
.post--event .post__heading {
  position: relative;
}
.post--event .post__heading:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.25em;
}

.post__categories {
  margin-bottom: 0.5em;
}

.post__heading {
  margin: 0 0 0.5em;
  line-height: 1.2;
}

.post__tags {
  padding: 0 0.66em 0.66em 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #f4f4f4;
  z-index: 2;
  -webkit-transition: box-shadow 150ms ease-out 0s;
  -moz-transition: box-shadow 150ms ease-out 0s;
  transition: box-shadow 150ms ease-out 0s;
}
.post__tags:hover {
  -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
}

/*  ==========================================================================
	projects -- layout/layout.scss
	========================================================================== */
.page-template-template-projects .paging {
  text-align: center;
}
@media only screen and (min-width: 700px) {
  .page-template-template-projects .paging {
    text-align: left;
  }
}
.page-template-template-projects .paging .page-numbers {
  padding: 1em;
  display: none;
}
@media only screen and (min-width: 700px) {
  .page-template-template-projects .paging .page-numbers {
    display: inline-block;
  }
}
.page-template-template-projects .paging .page-numbers.current {
  color: #aaa;
}
.page-template-template-projects .paging .next,
.page-template-template-projects .paging .prev {
  padding: 1em 0;
  display: inline-block;
}
@media only screen and (min-width: 700px) {
  .page-template-template-projects .paging .next,
.page-template-template-projects .paging .prev {
    position: absolute;
    right: 0;
  }
}
.page-template-template-projects .paging--bothpresent .next {
  margin-left: 1em;
}
@media only screen and (min-width: 700px) {
  .page-template-template-projects .paging--bothpresent .prev {
    right: 4.5em;
  }
}

.projects {
  margin-bottom: -3em;
}

.project {
  margin-bottom: 3em;
  position: relative;
}
.project:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #d9d9d9;
  opacity: 0.15;
}
@media only screen and (min-width: 550px) {
  .project:after {
    right: -15px;
    top: 1em;
  }
}
.project--master {
  /* .projectimg{
    .projectimg__img {
      position: relative;
      z-index: 3;
      transform: translateZ(20px);
      -webkit-transform: translateZ(20px);
    }
    &:after{
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: -15px;
      top: 2em;
      background: $color-red;
      opacity: 0.15;
      z-index: 1;
    }
  } */
}
.project--master .project__heading {
  position: relative;
}
.project .project__heading {
  margin-top: 1em;
  padding-right: 2em;
}
.project .project__link {
  position: relative;
  z-index: 1;
}
.project .project__link .projectimg {
  padding: 100% 0 0;
  position: relative;
  margin-bottom: 0.5em;
  background: #d9d9d9;
  -webkit-transition: box-shadow 150ms ease-out 0s;
  -moz-transition: box-shadow 150ms ease-out 0s;
  transition: box-shadow 150ms ease-out 0s;
  z-index: 3;
}
.project .project__link .projectimg .projectimg__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eee;
}
.project .project__link:hover .projectimg {
  -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
}

/*  ==========================================================================
	single project template -- layout/layout.scss
	========================================================================== */
@media only screen and (min-width: 1000px) {
  .projects-info {
    margin-bottom: 0;
  }
}
.projects-info .projects-info__leader {
  max-width: 14em;
  margin-top: 1.5em;
}
.projects-info .categories-list {
  margin-top: 1em;
}
@media only screen and (min-width: 1000px) {
  .projects-info .categories-list {
    margin-top: 5em;
  }
}

.projects__viewalltile {
  text-align: center;
  vertical-align: middle;
}
.projects__viewalltile h4 {
  margin-top: 50%;
}

.categories-list {
  list-style: none;
}
.categories-list li {
  margin-bottom: 0.35em;
}

.relatedprojects .scrollingsection .scrollingsection__content .scrollingsection__wrap {
  position: relative;
}
.relatedprojects .scrollingsection .scrollingsection__content .scrollingsection__text {
  background: #fff;
  padding: 3em;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  max-width: none;
  margin: 0;
}
@media only screen and (min-width: 1000px) {
  .relatedprojects .scrollingsection .scrollingsection__content .scrollingsection__text {
    padding: 4em;
  }
}
.relatedprojects .scrollingsection .scrollingsection__content .scrollingsection__text .scrollingsection__upnext {
  margin-bottom: 0.5em;
}
.relatedprojects .scrollingsection .scrollingsection__content .scrollingsection__text .scrollingsection__title {
  margin-top: 0;
  padding-bottom: 1em;
  margin-bottom: 1em;
  max-width: 25em;
}
.relatedprojects .scrollingsection .scrollingsection__content .scrollingsection__text .scrollingsection__textarea {
  max-width: 20em;
}

/*  ==========================================================================
	paging -- layout/layout.scss
	========================================================================== */
.paging {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
@media only screen and (min-width: 700px) {
  .paging .paging__bd {
    border-bottom: solid 1px #d4d4cb;
    border-top: solid 1px #d4d4cb;
  }
}
.paging .paging__numbers {
  display: none;
}
.paging .paging__numbers a,
.paging .paging__numbers span {
  padding: 1em;
  border: none;
  display: block;
  float: left;
  text-align: center;
}
.paging .paging__numbers .current {
  color: #aaa;
}
@media only screen and (min-width: 700px) {
  .paging .paging__numbers {
    display: block;
  }
}
.paging .paging__nextprev {
  text-align: center;
  padding: 1em 0.5em;
}
.paging .paging__nextprev .btn {
  margin-bottom: 0;
}
@media only screen and (min-width: 700px) {
  .paging .paging__nextprev {
    position: absolute;
    padding: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

.paging__pager--older a:hover {
  background: #afb472;
}

.paging__nextprev--bothpresent .paging__link--next {
  margin-left: 1em;
}

@media only screen and (min-width: 700px) {
  .paging__pager {
    display: inline-block;
    padding: 0.5em;
  }
}
/*  ==========================================================================
    searchpopup -- layout/layout.scss
    ========================================================================== */
.searchpopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 1em;
  left: 100%;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out 0ms, top 250ms ease-out 0ms, left 0ms linear 250ms;
  -moz-transition: opacity 250ms ease-out 0ms, top 250ms ease-out 0ms, left 0ms linear 250ms;
  transition: opacity 250ms ease-out 0ms, top 250ms ease-out 0ms, left 0ms linear 250ms;
}
.popupsearch--open .searchpopup {
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 500ms ease-out 250ms, top 500ms ease-out 250ms, left 0ms linear 0ms;
  -moz-transition: opacity 500ms ease-out 250ms, top 500ms ease-out 250ms, left 0ms linear 0ms;
  transition: opacity 500ms ease-out 250ms, top 500ms ease-out 250ms, left 0ms linear 0ms;
}
.searchpopup:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.searchpopup .searchpopupform {
  width: 85.72%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 700px) {
  .searchpopup .searchpopupform {
    width: 75%;
  }
}
.searchpopup .searchpopupform .field__label {
  display: block;
  font-weight: 700;
  margin: 0 0 0.75em;
}
.searchpopup .searchpopupform .field__note {
  margin: 0.75em 0 0;
}
.searchpopup .searchpopupform .field__note strong {
  cursor: pointer;
}
.searchpopup .searchpopupform .field__input {
  position: relative;
  padding: 0.66em 3.5em 0.66em 0.66em;
  border: solid 1px #fff;
  font-size: 1.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (min-width: 550px) {
  .searchpopup .searchpopupform .field__input {
    font-size: 1.75em;
  }
}
@media only screen and (min-width: 700px) {
  .searchpopup .searchpopupform .field__input {
    font-size: 2em;
  }
}
.searchpopup .searchpopupform .field__input input {
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  width: 100%;
  outline: none;
  text-align: left;
}

.searchpopupoverlay {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
  -moz-transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
  transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
}
.popupsearch--open .searchpopupoverlay {
  left: 0;
  opacity: 0.88;
  -webkit-transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
  -moz-transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
  transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
}

.searchpopupbtn {
  width: 1.75em;
  padding: 0.66em;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.searchpopupbtn:hover {
  background: #fff;
  color: #333;
}
.searchpopupbtn .fa {
  padding: 0;
}

/*  ==========================================================================
	Search results page -- layout/layout.scss
	========================================================================== */
.searchpagefield {
  position: relative;
}
.searchpagefield input {
  background: none;
  padding-right: 4em;
  position: relative;
  z-index: 1;
}

.searchpagesubmit {
  padding: 1em 1.25em;
  border: none;
  position: absolute;
  z-index: 2;
  top: 1px;
  right: 1px;
  background: none;
  text-align: center;
}
.searchpagesubmit:hover {
  background: #eee;
}

/*  ==========================================================================
	Projects Page - template-projects.php
	========================================================================== */
.projectslider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* padding: 120% 0 0;
  @include media-query($small) {
    padding: 70% 0 0;
  }
  @include media-query($medium) {
    padding: 60% 0 0;
  }
  @include media-query($large) {
    padding: 50% 0 0;
  }
  @include media-query($xlarge) {
    padding: 40% 0 0;
  }
  @include media-query($xwidescreen) {
    padding: 35% 0 0;
  } */
}

.projectslides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projectslides .owl-stage-outer {
  width: 100%;
  height: 100%;
}
.projectslides .owl-item,
.projectslides .owl-stage {
  height: 100%;
}
.projectslides .projectslide {
  position: relative;
  background: #000;
  color: #fff;
  height: 100%;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .projectslides .projectslide {
    text-align: left;
  }
}
.projectslides .projectslide .projectslide__categories .fas {
  padding: 0 0.66em 0 0;
}
.projectslides .projectslide .projectslide__heading {
  color: #fff;
  max-width: 15em;
  margin: 0 auto 0.25em;
}
@media only screen and (min-width: 1000px) {
  .projectslides .projectslide .projectslide__heading {
    margin: 0 0 0.25em 0;
  }
}
.projectslides .projectslide .projectslide__heading.line-after {
  margin-bottom: 0em;
  padding-bottom: 0.25em;
}
.projectslides .projectslide .projectslide__heading.line-after:after {
  background-color: #fff;
  left: 50%;
  margin-left: -10px;
}
@media only screen and (min-width: 1000px) {
  .projectslides .projectslide .projectslide__heading.line-after:after {
    left: 0;
    margin-left: 0;
  }
}
.projectslides .projectslide .projectslide__leader {
  margin: 1em auto;
  max-width: 25em;
}
@media only screen and (min-width: 1000px) {
  .projectslides .projectslide .projectslide__leader {
    margin: 1em 0;
  }
}
.projectslides .projectslide .projectslide__bd {
  position: relative;
  z-index: 2;
}
.projectslides .projectslide .projectslideimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out;
  -moz-transition: opacity 1000ms ease-out;
  transition: opacity 1000ms ease-out;
}
.projectslides .projectslide .projectslide__content {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 50%;
}
.projectslides .projectslide .projectslide__content a .linkline {
  border-color: #fff;
}
.projectslides.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0.5em;
  right: 7.14%;
  left: auto;
  text-align: right;
}
@media only screen and (min-width: 550px) {
  .projectslides.owl-carousel .owl-dots {
    bottom: 2em;
  }
}
.projectslides.owl-carousel .owl-dots button.owl-dot span {
  background: rgba(255, 255, 255, 0.4);
  width: 12px;
  height: 12px;
  margin: 5px 3px;
  border-radius: 0;
}
.projectslides.owl-carousel .owl-dots button.owl-dot.active span {
  background: #fff;
}
.projectslides.owl-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.projectslides.owl-carousel .owl-item .projectslide__content {
  opacity: 0;
  -webkit-transform: translate(0px, -20%);
  -moz-transform: translate(0px, -20%);
  transform: translate(0px, -20%);
  -webkit-transition: opacity 500ms ease-out 250ms, -webkit-transform 500ms ease-out 250ms;
  -moz-transition: opacity 500ms ease-out 250ms, -moz-transform 500ms ease-out 250ms;
  transition: opacity 500ms ease-out 250ms, transform 500ms ease-out 250ms;
}
.projectslides.owl-carousel .owl-item.active .projectslide__content {
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.owl-loaded .projectslide .projectslideimg {
  opacity: 0.66;
}

/*  ==========================================================================
	Project - single-project.php
	========================================================================== */
.projectintro .gd-g {
  position: relative;
}
.projectintro ul {
  list-style: none;
}
@media only screen and (min-width: 700px) {
  .projectintro .content {
    width: 100%;
    padding: 0;
  }
  .projectintro .gd-u {
    margin-bottom: 0;
  }
  .projectintro .projectintro__intro {
    max-width: 30em;
  }
}

/*  ==========================================================================
	Contact - template-contact.php
	========================================================================== */
.contactintro .gd-g {
  position: relative;
}
.contactintro .contactintro__title,
.contactintro .contactintro__leader {
  margin: 0 0 1em 0;
}
.contactintro .contactintro__details {
  margin-bottom: 1em;
}
.contactintro .contactintro__enquiries {
  margin-bottom: -2em;
}
.contactintro .contactintro__enquiries .team {
  max-width: 15em;
}
.contactintro .contactintro__enquirytitle {
  margin-bottom: 2em;
}
@media only screen and (min-width: 1000px) {
  .contactintro .content {
    width: 100%;
    padding: 0;
  }
  .contactintro .gd-u {
    margin-bottom: 0;
  }
  .contactintro .contacttintro__contentwrap {
    max-width: 25em;
  }
}

/*  ==========================================================================
  Blog
	========================================================================== */
.blogslider {
  position: relative;
  width: 100%;
  padding: 100% 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 550px) {
  .blogslider {
    padding: 65% 0 0;
  }
}
@media only screen and (min-width: 700px) {
  .blogslider {
    padding: 50% 0 0;
  }
}
@media only screen and (min-width: 1000px) {
  .blogslider {
    padding: 45% 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blogslider {
    padding: 35% 0 0;
  }
}

.blogslides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blogslides .owl-stage-outer {
  width: 100%;
  height: 100%;
}
.blogslides .owl-item,
.blogslides .owl-stage {
  height: 100%;
}
.blogslides .blogslide {
  position: relative;
  text-align: center;
  background: #000;
  color: #fff;
  height: 100%;
}
.blogslides .blogslide .blogslide__categories .fas {
  padding: 0 0.66em 0 0;
}
.blogslides .blogslide .blogslide__heading {
  color: #fff;
  max-width: 15em;
  margin: 0 auto 0.25em;
}
.blogslides .blogslide .blogslide__bd {
  position: relative;
  z-index: 2;
}
.blogslides .blogslide .blogslideimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out;
  -moz-transition: opacity 1000ms ease-out;
  transition: opacity 1000ms ease-out;
}
.blogslides .blogslide .blogslide__content {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 50%;
}
.blogslides .blogslide .blogslide__content a .linkline {
  border-color: #fff;
}
.blogslides.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0.5em;
  right: 7.14%;
  left: auto;
  text-align: right;
}
@media only screen and (min-width: 550px) {
  .blogslides.owl-carousel .owl-dots {
    bottom: 2em;
  }
}
.blogslides.owl-carousel .owl-dots button.owl-dot span {
  background: rgba(255, 255, 255, 0.4);
  width: 12px;
  height: 12px;
  margin: 5px 3px;
  border-radius: 0;
}
.blogslides.owl-carousel .owl-dots button.owl-dot.active span {
  background: #fff;
}
.blogslides.owl-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.blogslides.owl-carousel .owl-item .blogslide__content {
  opacity: 0;
  -webkit-transform: translate(0px, -20%);
  -moz-transform: translate(0px, -20%);
  transform: translate(0px, -20%);
  -webkit-transition: opacity 500ms ease-out 250ms, -webkit-transform 500ms ease-out 250ms;
  -moz-transition: opacity 500ms ease-out 250ms, -moz-transform 500ms ease-out 250ms;
  transition: opacity 500ms ease-out 250ms, transform 500ms ease-out 250ms;
}
.blogslides.owl-carousel .owl-item.active .blogslide__content {
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.owl-loaded .blogslide .blogslideimg {
  opacity: 0.66;
}

/*  ==========================================================================
	Single Post -- single.php
	========================================================================== */
.relatedposts .relatedposts__heading {
  max-width: 25em;
  margin: 0 auto 3em auto;
  text-align: center;
}
.relatedposts .relatedposts__heading:after {
  left: 50%;
  margin-left: -10px;
}

/* Event */
.eventintro .gd-g {
  position: relative;
}
.eventintro .eventintro__detail {
  list-style: none;
}
.eventintro .eventintro__intro {
  position: relative;
}
.eventintro iframe {
  display: block;
  width: 100%;
  margin: 2em 0;
}
@media only screen and (min-width: 700px) {
  .eventintro .content {
    width: 100%;
    padding: 0;
  }
  .eventintro .gd-u {
    margin-bottom: 0;
  }
  .eventintro .eventintro__intro {
    max-width: 30em;
  }
}

/*  ==========================================================================
	home -- front-page.php
	========================================================================== */
.home .siteheader--padder {
  display: none;
}

/*  ==========================================================================
	category - category.php
	========================================================================== */
.category .pageheader .pageheader__bd .gd-u,
.archive .pageheader .pageheader__bd .gd-u {
  float: none;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.category .pageheader .pageheader__bd h1,
.archive .pageheader .pageheader__bd h1 {
  margin: 0 auto;
}
.category .pageheader .pageheader__bd .leader,
.archive .pageheader .pageheader__bd .leader {
  margin: 1em auto 0 auto;
}

/*  ==========================================================================
	team member
	========================================================================== */
.team_members {
  margin-bottom: -2em;
}

.team {
  margin-bottom: 2em;
}
.team .team__fancybox {
  cursor: pointer;
}
.team .team__img {
  margin-right: 0;
  margin-left: auto;
  width: 66%;
}
.team .team__img .team__img__img {
  border-radius: 50%;
  padding: 100% 0 0 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.team .team__name {
  margin-top: 1em;
}
.team .team__role {
  margin-top: 0.5em;
}

/* Pop-up */
.team__detail {
  background: #222222;
  color: #fff;
  padding: 2em;
  box-sizing: border-box;
  width: calc(100% - 14.28%);
}
@media only screen and (min-width: 700px) {
  .team__detail {
    padding: 3em;
    width: 75%;
  }
}
.team__detail .detailpicture {
  width: 50%;
}
@media only screen and (min-width: 700px) {
  .team__detail .detailpicture {
    width: 100%;
  }
}
.team__detail .detailpicture .detailpicture__img {
  border-radius: 50%;
  padding: 100% 0 0 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.team__detail .detailtitle .detailtitle__heading {
  margin-top: 1em;
}
@media only screen and (min-width: 700px) {
  .team__detail .detailtitle .detailtitle__heading {
    margin-top: 0;
  }
}
.team__detail .detailtitle .detailtitle__contact {
  margin-top: 1em;
}
.team__detail .detailtitle .detailtitle__contact a:nth-child(2) {
  margin-left: 0.5em;
}
.team__detail .detailbio {
  margin-top: 1em;
}
@media only screen and (min-width: 700px) {
  .team__detail .detailbio {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1000px) {
  .team__detail .detailbio {
    margin-top: 0;
  }
}
/*  ==========================================================================
  Header classes -- layout/header.scss
	========================================================================== */
/*  ==========================================================================
	siteheader
	========================================================================== */
.siteheader {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 50;
}
.siteheader--padder {
  position: relative;
  z-index: -1;
  visibility: hidden;
}
.siteheader .siteheader__bd {
  height: 2.5em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
@media only screen and (min-width: 1000px) {
  .siteheader .siteheader__bd {
    height: 3em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.siteheader .sitelogolink {
  display: block;
  height: 100%;
  float: left;
}
.siteheader .sitelogo {
  width: auto;
  height: 100%;
  display: none;
}
.siteheader .sitelogo--black {
  display: block;
}
.siteheader .sitelogo--white {
  display: none;
}
.siteheader .sitelogo .sitelogo__img {
  width: auto;
  height: 100%;
  display: none;
  /*
  width: 100%;
  padding: 42% 0 0 0;
  background-image: url("img/logo.png");
  background-image: url("img/logo.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; */
}
.siteheader .sitelogo .sitelogo__img--png {
  display: block;
}
.siteheader .sitelogo .sitelogo__img--svg {
  display: none;
}
.svg .siteheader .sitelogo .sitelogo__img.sitelogo__img--png {
  display: none;
}
.svg .siteheader .sitelogo .sitelogo__img.sitelogo__img--svg {
  display: block;
}

/*  ==========================================================================
	mobnav
	========================================================================== */
.mobnav {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  background: #222222;
  color: #fff;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25) inset;
  text-align: center;
  -webkit-transition: height 150ms ease-in-out;
  -moz-transition: height 150ms ease-in-out;
  transition: height 150ms ease-in-out;
}
.mobnav #menu-main-navigation-button {
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}
.mobnav li {
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}
.mobnav li:first-child {
  border-top: none;
}
.mobnav li a {
  display: block;
  padding: 0.66em 0;
}
@media only screen and (min-width: 750px) {
  .mobnav {
    display: none;
  }
}

/*  ==========================================================================
	mobtools
	========================================================================== */
.mobtools {
  position: absolute;
  bottom: 50%;
  margin-bottom: -0.75em;
  right: 0;
}
.mobtools .translations_menu {
  margin-right: 2em;
}
@media only screen and (min-width: 750px) {
  .mobtools {
    display: none;
  }
}

/*  ==========================================================================
	sitenav
	========================================================================== */
.sitenav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  display: none;
  text-transform: uppercase;
  box-sizing: border-box;
  padding-left: 0.75em;
}
@media only screen and (min-width: 1400px) {
  .sitenav {
    padding-left: 1.5em;
    width: 50%;
  }
}
.sitenav .inlinenavlist {
  display: inline-block;
}
.sitenav .inlinenavlist li {
  position: relative;
}
.sitenav .mainnav {
  position: relative;
}
.sitenav .mainnav li {
  position: relative;
}
.sitenav .mainnav li a.over:after {
  content: "";
  width: 100%;
  height: 0.35em;
  background: #dd5835;
  position: absolute;
  bottom: -2.1em;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .sitenav .mainnav li a.over:after {
    bottom: -2.3em;
  }
}
@media only screen and (min-width: 1400px) {
  .sitenav .mainnav li a.over:after {
    bottom: -2.1em;
  }
}
@media only screen and (min-width: 1600px) {
  .sitenav .mainnav li a.over:after {
    bottom: -2.3em;
  }
}
@media only screen and (min-width: 1400px) {
  .sitenav .mainnav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
.sitenav .mainnav-btn {
  margin-left: 1em;
}
@media only screen and (min-width: 1400px) {
  .sitenav .mainnav-btn {
    margin-left: 2em;
    float: right;
  }
}
.sitenav .mainnav-btn li {
  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 40px;
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 1em 1.75em;
}
.sitenav .mainnav-btn li .linkline {
  border: none;
}
.sitenav .mainnav-btn li:hover {
  color: #fff;
  background-color: #dd5835;
  border-color: #dd5835;
}
.sitenav .translations_menu {
  margin-left: 1em;
}
.sitenav .translations_menu li a {
  padding: 0 0.25em;
}
@media only screen and (min-width: 1400px) {
  .sitenav .translations_menu {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(110%) translateY(-50%);
    -webkit-transform: translateX(110%) translateY(-50%);
  }
}
@media only screen and (min-width: 750px) {
  .sitenav {
    display: block;
  }
}

.sitenavopen {
  overflow: hidden;
  height: 100vh;
}

/*  ==========================================================================
	translations toggle buttons
	========================================================================== */
.translations_menu {
  display: none !important;
}
.translations_menu li {
  color: #d9d9d9;
}
.translations_menu li.active {
  color: #000;
}
.translations_menu .language-chooser li:first-child {
  position: relative;
}
.translations_menu .language-chooser li:first-child:after {
  content: "";
  height: 140%;
  width: 1px;
  background: #d9d9d9;
  position: absolute;
  right: -3px;
  top: -20%;
}

/*  ==========================================================================
	siteheader -- Dropdown
	========================================================================== */
.sitenavdropdown {
  position: absolute;
  width: 100%;
  background: #fff;
  overflow: hidden;
  top: 100%;
  margin: 0;
  -webkit-transition: opacity 150ms ease-out 0ms, height 150ms ease-out 0ms, -webkit-transform 150ms ease-out 0ms;
  -moz-transition: opacity 150ms ease-out 0ms, height 150ms ease-out 0ms, -moz-transform 150ms ease-out 0ms;
  transition: opacity 150ms ease-out 0ms, height 150ms ease-out 0ms, transform 150ms ease-out 0ms;
}

.sitenavsection {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  border-top: 1px solid #d9d9d9;
}

.sitenavsection.sitenavsection--active {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  opacity: 1;
}

/*  ==========================================================================
  Header classes -- layout/footer.scss
	========================================================================== */
.sitefooter .sitefooter__top {
  border-top: 1px solid #d9d9d9;
}
.sitefooter .sitefooter__top .sitefooter__cta {
  max-width: 17em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 1000px) {
  .sitefooter .sitefooter__top .sitefooter__cta {
    margin: 0 auto;
    margin-bottom: 0;
  }
}
.sitefooter .sitefooter__bottom {
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #d9d9d9;
}
.sitefooter .sitefooter__bottom .inlinenavlist {
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__bottom .inlinenavlist {
    float: left;
  }
}
.sitefooter .sitefooter__bottom .sitefooter__copyright {
  text-align: center;
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__bottom .sitefooter__copyright {
    text-align: right;
  }
}

/*  ==========================================================================
	flex wide -- layout/flex.scss
	(on large screens these sections go wider than other content)
	========================================================================== */
@media only screen and (min-width: 1000px) {
  .flex--wide {
    margin-left: 3.57%;
    margin-right: 3.57%;
  }
  .flex--wide .bd {
    margin-left: 3.57%;
    margin-right: 3.57%;
  }
}

/*  ==========================================================================
	flex -- layout/flex.scss
	========================================================================== */
.flex__heading {
  margin: 0 0 0.33em;
}

.flex--fullwidth + .flex--fullwidth {
  margin-top: -10%;
}
@media only screen and (min-width: 550px) {
  .flex--fullwidth + .flex--fullwidth {
    margin-top: -7%;
  }
}
@media only screen and (min-width: 1000px) {
  .flex--fullwidth + .flex--fullwidth {
    margin-top: -5%;
  }
}

/*  ==========================================================================
	flexline
	========================================================================== */
.flexline__line {
  border-top: solid 1px #ddd;
  height: 0;
}

/*  ==========================================================================
	flexcols
	========================================================================== */
.flex--contentcols .content--cols {
  margin-bottom: -2em;
  padding: 0;
}
.flex--contentcols .content--cols .contentcol {
  margin-bottom: 2em;
}
@media only screen and (min-width: 550px) {
  .flex--contentcols .content--cols--2, .flex--contentcols .content--cols--3, .flex--contentcols .content--cols--4 {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) {
  .flex--contentcols .content--cols--2, .flex--contentcols .content--cols--3, .flex--contentcols .content--cols--4 {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .flex--contentcols .content--cols--2 {
    width: 0 83.4%;
  }
  .flex--contentcols .content--cols--3, .flex--contentcols .content--cols--4 {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .flex--contentcols .content--cols--2 {
    width: 0 83.4%;
  }
  .flex--contentcols .content--cols--3, .flex--contentcols .content--cols--4 {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .flex--contentcols .content--cols--2 {
    width: 0 83.4%;
  }
  .flex--contentcols .content--cols--3 {
    width: 100%;
  }
  .flex--contentcols .content--cols--4 {
    width: 100%;
  }
}
.flex--contentcols .content:last-child {
  padding-bottom: 0;
}

/*  ==========================================================================
	Flex Tile Grid
	========================================================================== */
.flex--tilecols .gd-u {
  padding: 0.3em;
}
.flex--tilecols .gd-g {
  margin-left: -0.3em;
  margin-right: -0.3em;
}
.flex--tilecols .tilecol {
  position: relative;
  display: block;
}
.flex--tilecols .tilecol:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.flex--tilecols .tilecol h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 10;
}
.flex--tilecols .tilecol__img {
  width: 100%;
  padding: 55% 0 0;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.flex--tilecols .gd-u-gt550-1-4 .tilecol__img {
  padding: 70% 0 0;
}

/*  ==========================================================================
	flex--faqs
	========================================================================== */
.faqs {
  border-top: 1px solid #ddd;
  position: relative;
}
.faqs .faq {
  display: block;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.faqs .faq .faq__question {
  margin: 0;
  border-top: none;
  padding: 1em 0 1em 3em;
  position: relative;
  cursor: pointer;
}
.faqs .faq .faq__question:hover {
  color: #888;
}
.faqs .faq .faq__question .fa {
  position: absolute;
  top: 1em;
  left: 1em;
  display: block;
  line-height: 1.2;
  -webkit-transition: -webkit-transform 150ms ease-out 0s;
  -moz-transition: -moz-transform 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s;
}
.faqs .faq .faq__answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(0, -1em);
  -moz-transform: translate(0, -1em);
  transform: translate(0, -1em);
  -webkit-transition: height 0 linear 260ms, opacity 250ms ease-out 0ms, -webkit-transform 150ms ease-out 0;
  -moz-transition: height 0 linear 260ms, opacity 250ms ease-out 0ms, -moz-transform 150ms ease-out 0;
  transition: height 0 linear 260ms, opacity 250ms ease-out 0ms, transform 150ms ease-out 0;
}
.faqs .faq .faq__answer .inner {
  margin: 0;
  padding: 0 0 1em 3em;
}
.faqs .faq.faq--open .faq__answer {
  -webkit-transition: height 0 linear 0ms, opacity 250ms ease-out 10ms, -webkit-transform 150ms ease-out 10ms;
  -moz-transition: height 0 linear 0ms, opacity 250ms ease-out 10ms, -moz-transform 150ms ease-out 10ms;
  transition: height 0 linear 0ms, opacity 250ms ease-out 10ms, transform 150ms ease-out 10ms;
  height: auto;
  opacity: 1;
  -webkit-transform: translate(0, 0em);
  -moz-transform: translate(0, 0em);
  transform: translate(0, 0em);
}
.faqs .faq.faq--open .faq__question {
  color: #6e6f71;
}
.faqs .faq.faq--open .faq__question .fa {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*  ==========================================================================
	Flex section title
	========================================================================== */
.flexsectiontitle .flex__heading {
  margin-bottom: 1em;
}
.flexsectiontitle .gd-g {
  position: relative;
}
@media only screen and (min-width: 700px) {
  .flexsectiontitle .content {
    width: 100%;
    padding: 0;
  }
  .flexsectiontitle .leader {
    margin-top: 2em;
    max-width: 15em;
  }
  .flexsectiontitle .gd-u {
    margin-bottom: 0;
  }
}

/*  ==========================================================================
	Flex slides
	========================================================================== */
.flexslides--1 {
  display: block !important;
}

.flexslides {
  max-width: 100%;
  overflow: hidden;
  color: #000;
}
@media only screen and (min-width: 1000px) {
  .flexslides {
    max-width: 92.86%;
  }
}
.flexslides .flexslide {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 700px) {
  .flexslides .flexslide .flexslide__bd {
    padding-top: 12%;
    padding-bottom: 12%;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 1400px) {
  .flexslides .flexslide .flexslide__bd {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
.flexslides .flexslide .flexslideimg {
  padding: 50% 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 700px) {
  .flexslides .flexslide .flexslideimg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
  }
}
.flexslides .flexslide .flexslide__content {
  background: #fff;
  padding: 2em 2em 0;
  margin: -3em 0 0;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (min-width: 550px) {
  .flexslides .flexslide .flexslide__content {
    width: 90.6%;
    display: inline-block;
  }
}
@media only screen and (min-width: 700px) {
  .flexslides .flexslide .flexslide__content {
    margin: 0;
    padding: 2.5em;
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .flexslides .flexslide .flexslide__content {
    margin: 0;
    padding: 3em;
    width: 33.3%;
  }
}
@media only screen and (min-width: 1400px) {
  .flexslides .flexslide .flexslide__content {
    width: 28.5%;
  }
}
.flexslides .flexslide .flexslide__content .flexslide__heading {
  margin-top: 0;
}
@media only screen and (min-width: 550px) {
  .flexslides .flexslide--left .flexslide__content {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 700px) {
  .flexslides .flexslide--left {
    text-align: left;
  }
  .flexslides .flexslide--left .flexslide__content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 700px) {
  .flexslides .flexslide--right {
    text-align: right;
  }
  .flexslides .flexslide--right .flexslide__content {
    margin-right: 0;
  }
}
@media only screen and (min-width: 700px) {
  .flexslides .flexslide--center {
    text-align: center;
  }
}
.flexslides.owl-carousel .owl-item .flexslide__content {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-transition: opacity 500ms ease-out 250ms, -webkit-transform 500ms ease-out 250ms;
  -moz-transition: opacity 500ms ease-out 250ms, -moz-transform 500ms ease-out 250ms;
  transition: opacity 500ms ease-out 250ms, transform 500ms ease-out 250ms;
}
.flexslides.owl-carousel .owl-item.active .flexslide__content {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.flexslides.owl-carousel .owl-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 !important;
}
.flexslides.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0;
  color: #888;
  outline: none;
}
.flexslides.owl-carousel .owl-dots .owl-dot span {
  display: block;
  margin: 0;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  background: #fff;
  border: none;
  border-left: solid 1px #eee;
  line-height: 1em;
  position: relative;
  border-radius: 0;
  opacity: 1;
}
.flexslides.owl-carousel .owl-dots .owl-dot span:before {
  font-size: 11px;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: 0;
  right: 0;
  text-align: center;
}
.flexslides.owl-carousel .owl-dots .owl-dot:first-child span {
  border-left: none;
}
.flexslides.owl-carousel .owl-dots .owl-dot:hover {
  color: #111;
}
.flexslides.owl-carousel .owl-dots .owl-dot.active {
  color: #111;
  font-weight: 700;
}
.flexslides.owl-carousel .owl-dots .owl-dot:nth-child(1) span:before {
  content: "1";
}
.flexslides.owl-carousel .owl-dots .owl-dot:nth-child(2) span:before {
  content: "2";
}
.flexslides.owl-carousel .owl-dots .owl-dot:nth-child(3) span:before {
  content: "3";
}
.flexslides.owl-carousel .owl-dots .owl-dot:nth-child(4) span:before {
  content: "4";
}
.flexslides.owl-carousel .owl-dots .owl-dot:nth-child(5) span:before {
  content: "5";
}
.flexslides.owl-carousel .owl-dots .owl-dot:nth-child(6) span:before {
  content: "6";
}

/*  ==========================================================================
	flex--imgfeature
	========================================================================== */
.fleximgfeature .gd-g {
  position: relative;
}
.fleximgfeature .fleximgfeature__imgcontainer--last {
  display: none;
}
.fleximgfeature .fleximgfeature__imgcontainer .fleximgfeature__img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1000px) {
  .fleximgfeature .fleximgfeature__imgcontainer {
    margin-bottom: 0;
  }
}
.fleximgfeature .fleximgfeaturecontent__heading {
  margin: 0 0 0.5em;
}
@media only screen and (min-width: 1000px) {
  .fleximgfeature .fleximgfeaturecontent__heading--mobile {
    display: none;
  }
}
.fleximgfeature .fleximgfeature__desktopheading {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .fleximgfeature .fleximgfeature__desktopheading {
    display: block;
    position: absolute;
  }
}
@media only screen and (min-width: 1000px) {
  .fleximgfeature .fleximgfeaturecontent {
    max-width: 20em;
  }
}
.fleximgfeature--left .fleximgfeature__desktopheading {
  right: 0;
}
@media only screen and (min-width: 1000px) {
  .fleximgfeature--right .fleximgfeature__imgcontainer--first {
    display: none;
  }
  .fleximgfeature--right .fleximgfeature__imgcontainer--last {
    display: inline-block;
  }
  .fleximgfeature--right .fleximgfeaturecontent {
    margin-right: 10%;
  }
  .fleximgfeature--left .fleximgfeaturecontent {
    margin-left: 10%;
  }
  .fleximgfeature--left .fleximgfeaturecontent__heading--desktop {
    margin-left: 10%;
  }
}
@media only screen and (min-width: 1200px) {
  .fleximgfeature--right .fleximgfeaturecontent {
    margin-right: 20%;
  }
  .fleximgfeature--left .fleximgfeaturecontent {
    margin-left: 20%;
  }
  .fleximgfeature--left .fleximgfeaturecontent__heading--desktop {
    margin-left: 20%;
  }
}

/*  ==========================================================================
	flex--vidfeature
	========================================================================== */
.flexvidfeature .gd-g {
  position: relative;
}
.flexvidfeature .flexvidfeature__imgcontainer--last {
  display: none;
}
.flexvidfeature .flexvidfeature__imgcontainer .flexvidfeature__img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1000px) {
  .flexvidfeature .flexvidfeature__imgcontainer {
    margin-bottom: 0;
  }
}
.flexvidfeature .flexvidfeature__video {
  position: relative;
}
.flexvidfeature .flexvidfeature__video .video__videocode {
  padding: 56.6% 0 0;
  position: relative;
}
.flexvidfeature .flexvidfeature__video .video__videocode * {
  display: none;
}
.flexvidfeature .flexvidfeature__video .video__videocode iframe {
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.flexvidfeature .flexvidfeature__video .video__poster,
.flexvidfeature .flexvidfeature__video .video__poster__play {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.flexvidfeature .flexvidfeature__video .video__poster__play {
  background-size: 18% auto;
}
.flexvidfeature .flexvidfeaturecontent__heading {
  margin: 0 0 0.5em;
}
@media only screen and (min-width: 1000px) {
  .flexvidfeature .flexvidfeaturecontent__heading--mobile {
    display: none;
  }
}
.flexvidfeature .flexvidfeature__desktopheading {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .flexvidfeature .flexvidfeature__desktopheading {
    display: block;
    position: absolute;
  }
}
@media only screen and (min-width: 1000px) {
  .flexvidfeature .flexvidfeaturecontent {
    max-width: 20em;
  }
}
.flexvidfeature--left .flexvidfeature__desktopheading {
  right: 0;
}
@media only screen and (min-width: 1000px) {
  .flexvidfeature--right .flexvidfeature__imgcontainer--first {
    display: none;
  }
  .flexvidfeature--right .flexvidfeature__imgcontainer--last {
    display: inline-block;
  }
  .flexvidfeature--right .flexvidfeaturecontent {
    margin-right: 10%;
  }
  .flexvidfeature--left .flexvidfeaturecontent {
    margin-left: 10%;
  }
  .flexvidfeature--left .flexvidfeaturecontent__heading--desktop {
    margin-left: 10%;
  }
}
@media only screen and (min-width: 1200px) {
  .flexvidfeature--right .flexvidfeaturecontent {
    margin-right: 20%;
  }
  .flexvidfeature--left .flexvidfeaturecontent {
    margin-left: 20%;
  }
  .flexvidfeature--left .flexvidfeaturecontent__heading--desktop {
    margin-left: 20%;
  }
}

/*  ==========================================================================
	flex--galleryfeature
	========================================================================== */
@media only screen and (min-width: 1000px) {
  .flexgalleryfeature .bd {
    margin-bottom: -3em;
  }
}
.flexgalleryfeature .gd-g {
  position: relative;
}
.flexgalleryfeature .flexgalleryfeature__row {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 550px) {
  .flexgalleryfeature .flexgalleryfeature__row {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 700px) {
  .flexgalleryfeature .flexgalleryfeature__row {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 1000px) {
  .flexgalleryfeature .flexgalleryfeature__row {
    margin-bottom: 3em;
  }
}
.flexgalleryfeature .flexgalleryfeature__img {
  width: 100%;
  padding: 60% 0 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flexgalleryfeature .flexgalleryfeature__img--portrait {
  padding: 120% 0 0 0;
}
.flexgalleryfeature .flexgalleryfeature__imgcontainer--last {
  display: none;
}
.flexgalleryfeature .flexgalleryfeature__imgcontainer .flexgalleryfeature__img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1000px) {
  .flexgalleryfeature .flexgalleryfeature__imgcontainer {
    margin-bottom: 0;
  }
}
.flexgalleryfeature .flexgalleryfeaturecontent__heading {
  margin: 0 0 0.5em;
}
@media only screen and (min-width: 1000px) {
  .flexgalleryfeature .flexgalleryfeaturecontent {
    max-width: 20em;
    margin: 5em auto 0 auto;
  }
}
.flexgalleryfeature .flexgalleryfeaturecontent__links {
  list-style: none;
  margin-top: 3em;
}
@media only screen and (min-width: 1000px) {
  .flexgalleryfeature .flexgalleryfeaturecontent__links {
    margin-top: 5em;
  }
}
.flexgalleryfeature .flexgalleryfeaturecontent__link {
  margin-top: 1.5em;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .flexgalleryfeature--right .flexgalleryfeature__imgcontainer--first {
    display: none;
  }
  .flexgalleryfeature--right .flexgalleryfeature__imgcontainer--last {
    display: inline-block;
  }
}

/*  ==========================================================================
	flex--statsfeature
	========================================================================== */
.flexstatsfeature .gd-g {
  position: relative;
}
.flexstatsfeature .flexstatsfeature__imgcontainer .gd-g {
  margin-bottom: -2em;
}
.flexstatsfeature .flexstatsfeature__imgcontainer--first {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .flexstatsfeature .flexstatsfeature__contentcontainer {
    margin-bottom: 0;
  }
}
.flexstatsfeature .flexstatsfeaturecontent__heading {
  margin: 0 0 0.5em;
}
@media only screen and (min-width: 1000px) {
  .flexstatsfeature .flexstatsfeaturecontent {
    max-width: 20em;
    margin: 0 auto;
  }
}
.flexstatsfeature .flexstatsfeaturecontent__link {
  margin-top: 1.5em;
  display: block;
}
.flexstatsfeature .flexstatsfeature__stat {
  background-color: rgba(137, 204, 204, 0.15);
  text-align: center;
  padding: 40% 0 0 0;
  position: relative;
  margin-bottom: 2em;
}
@media only screen and (min-width: 550px) {
  .flexstatsfeature .flexstatsfeature__stat {
    padding: 60% 0 0 0;
  }
}
.flexstatsfeature .flexstatsfeature__stat .flexstatsfeature__statcontent {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media only screen and (min-width: 1000px) {
  .flexstatsfeature--left .flexstatsfeature__imgcontainer--first {
    display: inline-block;
  }
  .flexstatsfeature--left .flexstatsfeature__imgcontainer--last {
    display: none;
  }
}

/*  ==========================================================================
	flex--iconlist
	========================================================================== */
.flexiconlist .flex__heading,
.flexiconlist .leader {
  text-align: center;
}
.flexiconlist .iconlist {
  margin-bottom: -2em;
}
@media only screen and (min-width: 700px) {
  .flexiconlist .iconlist {
    margin-bottom: -2.5em;
  }
  .flexiconlist .iconlist.iconlist--rows-4 {
    margin-left: -14%;
    margin-right: -14%;
  }
}
@media only screen and (min-width: 1000px) {
  .flexiconlist .iconlist {
    margin-bottom: -3em;
  }
}
.flexiconlist .iconlist .iconlistitem {
  text-align: center;
  margin-bottom: 2em;
}
@media only screen and (min-width: 700px) {
  .flexiconlist .iconlist .iconlistitem {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 1000px) {
  .flexiconlist .iconlist .iconlistitem {
    margin-bottom: 3em;
  }
}
.gd-g .flexiconlist .iconlist .iconlistitem {
  text-align: center;
}
.flexiconlist .iconlist .iconlistitem .iconlistitem__heading {
  margin: 0 0 0.5em;
}
.flexiconlist .iconlist .iconlistitem .iconlistitem__img {
  width: 3.5em;
  display: block;
  margin: 0 auto 1em;
}

/*  ==========================================================================
	flex--gallery
	========================================================================== */
.flexgallery .bd {
  margin-bottom: -1.5em;
}
@media only screen and (min-width: 550px) {
  .flexgallery .bd {
    margin-bottom: -2em;
  }
}
@media only screen and (min-width: 700px) {
  .flexgallery .bd {
    margin-bottom: -2.5em;
  }
}
@media only screen and (min-width: 1000px) {
  .flexgallery .bd {
    margin-bottom: -3em;
  }
}
.flexgallery .gallery__row {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 550px) {
  .flexgallery .gallery__row {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 700px) {
  .flexgallery .gallery__row {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 1000px) {
  .flexgallery .gallery__row {
    margin-bottom: 3em;
  }
}
.flexgallery .gallery__row .gallery__row__image {
  width: 100%;
  padding: 60% 0 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flexgallery .gallery__row .gallery__row__image--portrait {
  padding: calc(120% + 1.5em) 0 0 0;
}
@media only screen and (min-width: 550px) {
  .flexgallery .gallery__row .gallery__row__image--portrait {
    padding: calc(120% + 2em) 0 0 0;
  }
}
@media only screen and (min-width: 700px) {
  .flexgallery .gallery__row .gallery__row__image--portrait {
    padding: calc(120% + 2.5em) 0 0 0;
  }
}
@media only screen and (min-width: 1000px) {
  .flexgallery .gallery__row .gallery__row__image--portrait {
    padding: calc(120% + 3em) 0 0 0;
  }
}
.flexgallery .gallery__row .gallery__row__text {
  width: 100%;
  padding: 2em 0;
  position: relative;
}
@media only screen and (min-width: 550px) {
  .flexgallery .gallery__row .gallery__row__text {
    padding: 60% 0 0 0;
  }
}
.flexgallery .gallery__row .gallery__row__text p {
  margin: 0;
}
@media only screen and (min-width: 550px) {
  .flexgallery .gallery__row .gallery__row__text p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .flexgallery .gallery__row .gallery__row__text p {
    width: 50%;
    left: 25%;
  }
}
.flexgallery .gallery__row .gd-u .gallery__row__image--portrait {
  width: 100%;
  padding: calc((100% + 0.75em) * 1.2) 0 0 0;
}
@media only screen and (min-width: 550px) {
  .flexgallery .gallery__row .gd-u .gallery__row__image--portrait {
    padding: calc((100% + 1em) * 1.2) 0 0 0;
  }
}
@media only screen and (min-width: 700px) {
  .flexgallery .gallery__row .gd-u .gallery__row__image--portrait {
    padding: calc((100% + 1.25em) * 1.2) 0 0 0;
  }
}
@media only screen and (min-width: 1000px) {
  .flexgallery .gallery__row .gd-u .gallery__row__image--portrait {
    padding: calc((100% + 1.5em) * 1.2) 0 0 0;
  }
}

/*  ==========================================================================
	flex featuredposts
	========================================================================== */
.flex--featuredposts {
  overflow: hidden;
}
.flex--featuredposts .flex__heading {
  max-width: 25em;
  margin: 0 auto 3em auto;
  text-align: center;
}
.flex--featuredposts .flex__heading:after {
  left: 50%;
  margin-left: -10px;
}
.flex--featuredposts .owl-nav {
  position: absolute;
  right: 0.75em;
  margin-top: -5em;
  top: 0;
  display: block !important;
}
.flex--featuredposts .owl-nav button i {
  padding: 0.75em;
  line-height: inherit;
}
.flex--featuredposts .owl-nav button:focus {
  outline: none;
}

/*  ==========================================================================
	flex--quote
	========================================================================== */
.flexquote {
  position: relative;
  text-align: center;
  /* flexquote--img */
}
.flexquote .flexquote__bd {
  position: relative;
  z-index: 2;
}
.flexquote .flexquote__bd .flexquote__quote {
  margin: 0;
  padding: 0;
}
.flexquote .flexquote__bd .flexquote__quote p {
  margin: 0 0 0.5em;
}
.flexquote .flexquote__bd .flexquote__quote .flexquote__quotemark {
  line-height: 1;
  font-family: Georgia, Times New Roman, serif;
  height: 0.75em;
  font-weight: bold;
}
.flexquote .flexquote__bd .flexquote__cite {
  font-style: normal;
  display: block;
  margin-top: 0.5em;
  padding-top: 0.5em;
  position: relative;
}
.flexquote .flexquote__bd .flexquote__cite:after {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
  background: #dd5835;
}
.flexquote .flexquote__bd .flexquote__cite p {
  margin: 0;
}
.flexquote.flexquote--withimg {
  color: #fff;
  background: #000;
  overflow: hidden;
}
.flexquote.flexquote--withimg .flexquote__quotemark {
  color: #fff;
}
.flexquote.flexquote--withimg .flexquote__cite:after {
  background: #fff;
}
.flexquote.flexquote--withimg .flexquote__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: -webkit-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0;
  -moz-transition: -moz-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0;
  transition: transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.flexquote.flexquote--withimg .flexquote__img.effect--ready {
  opacity: 0.66;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*  ==========================================================================
	flex--video
	========================================================================== */
.flexvideo .flexvideo__videocode {
  padding: 56.6% 0 0;
  position: relative;
}
.flexvideo .flexvideo__videocode * {
  display: none;
}
.flexvideo .flexvideo__videocode iframe {
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.flexvideo .flexvideo__caption {
  margin-top: 1em;
}

/*  ==========================================================================
	flex cta
	========================================================================== */
.flexcta {
  text-align: center;
  position: relative;
  /* flexquote--img */
}
.flexcta .flexcta__bd {
  position: relative;
  z-index: 2;
}
.flexcta .flexcta__bd .flexcta__leader {
  max-width: 25em;
  margin-left: auto;
  margin-right: auto;
}
.flexcta .flexcta__bd .flexcta__cta a {
  margin: 0 0.5em 0.75em;
  display: inline-block;
}
.flexcta.flexcta--withimg {
  color: #fff;
  background: #000;
  overflow: hidden;
}
.flexcta.flexcta--withimg .flexcta__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: -webkit-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0;
  -moz-transition: -moz-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0;
  transition: transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.flexcta.flexcta--withimg .flexcta__img.effect--ready {
  opacity: 0.66;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*  ==========================================================================
	flex mpembed
	========================================================================== */
.flex--mpembed .content {
  width: 55%;
}

/*  ==========================================================================
	flex--timeline
	========================================================================== */
.flextimeline {
  background: #000;
  color: #fff;
  position: relative;
}
.flextimeline .flextimeline__titlebar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.flextimeline .flextimeline__titlebar:after {
  content: "";
  display: table;
  clear: both;
}
.flextimeline .flextimeline__titlebar .flex__bd {
  padding: 1em 0;
  float: left;
}
.flextimeline .flextimeline__titlebar .flextimeline__title {
  margin: 0;
}
.flextimeline .flextimeline__titlebar .flextimeline__nav {
  float: right;
}
.flextimeline .flextimeline__titlebar .flextimeline__nav .flextimeline__navbtn {
  cursor: pointer;
  padding: 0.75em 1.25em;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.flextimeline .flextimeline__timeline {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  height: 330px;
}
@media only screen and (min-width: 550px) {
  .flextimeline .flextimeline__timeline {
    height: 430px;
  }
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem {
  flex: 0 0 auto;
  display: inline-block;
  margin-right: 5em;
  vertical-align: top;
  height: 100%;
  white-space: nowrap;
  padding: 2em 0;
  box-sizing: border-box;
  position: relative;
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem:first-child {
  margin-left: 7.14%;
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem:last-child {
  padding-right: 7.14%;
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem--bgimage {
  padding-left: 7.14%;
  padding-right: 7.14%;
  width: 100%;
  box-sizing: border-box;
  margin-left: 0% !important;
}
@media only screen and (min-width: 550px) {
  .flextimeline .flextimeline__timeline .flextimeline__timelineitem--bgimage {
    width: 75%;
  }
}
@media only screen and (min-width: 1000px) {
  .flextimeline .flextimeline__timeline .flextimeline__timelineitem--bgimage {
    width: 50%;
  }
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem--bgimage .timeline__bgimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem--text .timeline__date {
  margin: 0 0 0.75em 0;
  position: relative;
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem--text .timeline__date:before {
  content: "";
  position: absolute;
  left: -1.75em;
  top: -0.15em;
  width: 1.5em;
  height: 1.5em;
  background-image: url("img/timeline-dot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (min-width: 550px) {
  .flextimeline .flextimeline__timeline .flextimeline__timelineitem--text .timeline__date:before {
    left: -2.5em;
  }
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem--text .timeline__content {
  max-width: 14em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  white-space: normal;
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem--text .timeline__image {
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0.5;
  margin-left: -2.5em;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem--text .timeline__image:hover {
  opacity: 1;
  z-index: 10;
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem--text .timeline__image--2 {
  margin-left: 2em;
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem--quote .timeline__wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem--quote .timeline__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 1em auto;
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem--quote .timeline__content {
  max-width: 30em;
  text-align: center;
  margin: 0 5em;
  white-space: normal;
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem--quote .timeline__content .timeline__textarea {
  padding-bottom: 1em;
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem--quote .timeline__content .timeline__textarea:after {
  left: 50%;
  margin-left: -10px;
  background-color: #fff;
}
.flextimeline .flextimeline__timeline .flextimeline__timelineitem--quote .timeline__content .timeline__citation,
.flextimeline .flextimeline__timeline .flextimeline__timelineitem--quote .timeline__content .timeline__secondarycitation {
  margin-bottom: 0;
}

/*  ==========================================================================
	Scrolling Sections
	========================================================================== */
.scrollingsection {
  position: relative;
  background: #000;
  min-height: 500px;
  height: 150vh;
  overflow: visible;
  /* Homepage - top section */
}
.scrollingsection .scrollingsection__borders {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow-x: hidden;
}
.scrollingsection .scrollingsection__borders .section__border {
  position: absolute;
  background: #fff;
  z-index: 3;
}
.scrollingsection .scrollingsection__borders .section__border--left, .scrollingsection .scrollingsection__borders .section__border--right {
  height: 100%;
  width: 7.14%;
  top: 0;
}
.scrollingsection .scrollingsection__borders .section__border--top, .scrollingsection .scrollingsection__borders .section__border--bottom {
  width: 100%;
  height: 90px;
  left: 0;
}
.scrollingsection .scrollingsection__borders .section__border--left {
  left: 0;
  transform-origin: center left;
  -webkit-transform-origin: center left;
}
.scrollingsection .scrollingsection__borders .section__border--right {
  right: 0;
  transform-origin: center right;
  -webkit-transform-origin: center right;
}
.scrollingsection .scrollingsection__borders .section__border--top {
  top: 0;
  transform-origin: top center;
  -webkit-transform-origin: top center;
}
.scrollingsection .scrollingsection__borders .section__border--bottom {
  bottom: 0;
  transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
}
.scrollingsection .scrollingsection__borders .scrollingsection__bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-ransition: opacity 0.5s ease-in-out;
}
.scrollingsection .scrollingsection__borders .scrollingsection__bg--loaded {
  opacity: 1;
}
.scrollingsection .scrollingsection__borders .scrollingsection__bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.scrollingsection .scrollingsection__borders .scrollingsection__bg iframe {
  z-index: 2;
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.scrollingsection .scrollingsection__content {
  position: absolute;
  z-index: 1;
  height: 100vh;
  width: 100%;
  top: 0;
}
.scrollingsection .scrollingsection__content .scrollingsection__bd {
  height: 100%;
}
.scrollingsection .scrollingsection__content .scrollingsection__wrap {
  position: relative;
  min-height: 500px;
  height: 100vh;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.scrollingsection .scrollingsection__content .scrollingsection__text {
  color: #fff;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-width: 25em;
}
.scrollingsection .scrollingsection__content .scrollingsection__text h1 {
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
.scrollingsection .scrollingsection__content .scrollingsection__text h1:after {
  background: #fff;
}
@media only screen and (min-width: 1000px) {
  .scrollingsection--left .scrollingsection__content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .scrollingsection--right .scrollingsection__wrap {
    float: right;
  }
}
.scrollingsection--home {
  height: 100vh;
}
.scrollingsection--home .scrollingsection__borders {
  position: absolute;
}
.scrollingsection--home .scrollingsection__borders .section__border {
  display: none;
}
.scrollingsection--home .scrollingsection__borders .scrollingsection__bg {
  z-index: 1;
}
.scrollingsection--home .scrollingsection__content .scrollingsection__wrap {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

/*  ==========================================================================
	Flex--team
	========================================================================== */
.flexteam .flex__heading {
  max-width: 25em;
  margin: 0 auto 3em auto;
  text-align: center;
}
.flexteam .flex__heading:after {
  left: 50%;
  margin-left: -10px;
}

/*  ==========================================================================
	flex--map
	========================================================================== */
.acf-map {
  width: 120%;
  height: 300px;
  margin-left: -10%;
}
@media only screen and (min-width: 550px) {
  .acf-map {
    width: 150%;
    margin-left: -25%;
    height: 400px;
  }
}
@media only screen and (min-width: 1000px) {
  .acf-map {
    width: 108%;
    margin-left: 0%;
    height: 0;
    padding: 150% 0 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .acf-map {
    padding: 120% 0 0 0;
  }
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

.flexmap {
  overflow: hidden;
  background: #222222;
  color: #fff;
}
.flexmap .gd-g {
  position: relative;
}
.flexmap .flexmap__contentcontainer {
  margin: 3em 0;
}
@media only screen and (min-width: 1000px) {
  .flexmap .flexmap__contentcontainer .flexmap__content {
    max-width: 25em;
  }
}
.flexmap .flexmap__contentcontainer .flexmap__content .team_members {
  margin-bottom: 0;
}
.flexmap .flexmap__contentcontainer .flexmap__content .team_members .team {
  position: relative;
  padding-left: calc(33% + 1em);
}
.flexmap .flexmap__contentcontainer .flexmap__content .team_members .team .team__img {
  width: 33%;
  position: absolute;
  left: 0;
}
.flexmap .flexmap__contentcontainer .flexmap__content .flexmapcontent__heading {
  margin: 0;
}
.flexmap .flexmap__contentcontainer .flexmap__content .flexmapcontent__contactdetail {
  margin-top: 1.5em;
}
.flexmap .flexmap__contentcontainer .flexmap__content .flexmapcontent__contactdetail--directions {
  margin-top: 0.5em;
}
.flexmap .flexmap__contentcontainer .flexmap__content .flexmapcontent__contactdetail--cta {
  margin-top: 3em;
}
.flexmap .flexmap__contentcontainer .flexmap__content .flexmapcontent__contactdetail--cta a {
  margin-top: 0.5em;
  display: block;
}
.flexmap .flexmap__mapcontainer--first {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .flexmap .flexmap__mapcontainer {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .flexmap--left .flexmap__mapcontainer--first {
    display: inline-block;
  }
  .flexmap--left .flexmap__mapcontainer--last {
    display: none;
  }
  .flexmap--left .acf-map {
    margin-left: -8%;
    margin-right: 0;
  }
  .flexmap--right .acf-map {
    padding-left: 8%;
    margin-left: -8%;
  }
}

/*# sourceMappingURL=site.css.map */
