/*================ 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 ============*/
/*
	Organic animations
	Used for shapes in page headers
*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
==============================================================================*/
/*============================================================================
  Padding & Margin Variables
==============================================================================*/
/* ---- Grid padding ---- */
/*================ VENDOR ================*/
@import url(css/vendor/owl/owl.carousel.min.css);
@import url(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 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -moz-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.effect--fade {
  opacity: 0; }

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

.effect--slidein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  transform: translate(0, 100px); }

.effect--slidein.effect--ready,
.no-cssanimations .effect--slidein {
  opacity: 1;
  -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; } }
/*==========================================================================
Rotate animation -- animations.scss
========================================================================== */
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg); }
  to {
    -webkit-transform: rotate(0); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(-360deg); }
  to {
    -moz-transform: rotate(0); } }
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(-360deg); }
  to {
    -ms-transform: rotate(0); } }
@-o-keyframes rotate {
  from {
    -o-transform: rotate(-360deg); }
  to {
    -o-transform: rotate(0); } }
@keyframes rotate {
  from {
    transform: rotate(-360deg); }
  to {
    transform: rotate(0); } }
/*  ==========================================================================
	Base typography -- typography.scss
	========================================================================== */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400; }

/**
 * Fontface
 */
@font-face {
  font-family: "FoundersGrotesk";
  src: url("webfonts/FoundersGroteskTextWeb-Regular.eot");
  /* IE9 Compat Modes */
  src: url("webfonts/FoundersGroteskTextWeb-Regular.eot?#iefix") format("embedded-opentype"), url("webfonts/FoundersGroteskTextWeb-Regular.woff2") format("woff2"), url("webfonts/FoundersGroteskTextWeb-Regular.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "FoundersGrotesk";
  src: url("webfonts/FoundersGroteskTextWeb-Medium.eot");
  /* IE9 Compat Modes */
  src: url("webfonts/FoundersGroteskTextWeb-Medium.eot?#iefix") format("embedded-opentype"), url("webfonts/FoundersGroteskTextWeb-Medium.woff2") format("woff2"), url("webfonts/FoundersGroteskTextWeb-Medium.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "FoundersGrotesk";
  src: url("webfonts/FoundersGroteskTextWeb-Bold.eot");
  /* IE9 Compat Modes */
  src: url("webfonts/FoundersGroteskTextWeb-Bold.eot?#iefix") format("embedded-opentype"), url("webfonts/FoundersGroteskTextWeb-Bold.woff2") format("woff2"), url("webfonts/FoundersGroteskTextWeb-Bold.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal; }
/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 0.25em;
  line-height: 1.2;
  font-weight: 700; }

.h1,
h1 {
  margin: 0; }

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

.fontsize--massive {
  font-size: 45px;
  line-height: 1.1; }
  @media only screen and (min-width: 550px) {
    .fontsize--massive {
      font-size: 55px; } }
  @media only screen and (min-width: 700px) {
    .fontsize--massive {
      font-size: 65px; } }
  @media only screen and (min-width: 1200px) {
    .fontsize--massive {
      font-size: 75px; } }
  @media only screen and (min-width: 1400px) {
    .fontsize--massive {
      font-size: 85px; } }
  @media only screen and (min-width: 1600px) {
    .fontsize--massive {
      font-size: 95px; } }

.fontsize--huge,
h1 {
  font-size: 32px;
  line-height: 1.1; }
  @media only screen and (min-width: 550px) {
    .fontsize--huge,
    h1 {
      font-size: 36px; } }
  @media only screen and (min-width: 700px) {
    .fontsize--huge,
    h1 {
      font-size: 44px; } }
  @media only screen and (min-width: 1200px) {
    .fontsize--huge,
    h1 {
      font-size: 52px; } }
  @media only screen and (min-width: 1400px) {
    .fontsize--huge,
    h1 {
      font-size: 60px; } }
  @media only screen and (min-width: 1600px) {
    .fontsize--huge,
    h1 {
      font-size: 66px; } }

.fontsize--large,
h2 {
  font-size: 38px;
  line-height: 1.1; }
  @media only screen and (min-width: 550px) {
    .fontsize--large,
    h2 {
      font-size: 44px; } }
  @media only screen and (min-width: 700px) {
    .fontsize--large,
    h2 {
      font-size: 46px; } }
  @media only screen and (min-width: 1200px) {
    .fontsize--large,
    h2 {
      font-size: 58px; } }
  @media only screen and (min-width: 1400px) {
    .fontsize--large,
    h2 {
      font-size: 60px; } }
  @media only screen and (min-width: 1600px) {
    .fontsize--large,
    h2 {
      font-size: 64px; } }

.fontsize--med,
h3 {
  font-size: 28px;
  line-height: 1.3; }
  @media only screen and (min-width: 550px) {
    .fontsize--med,
    h3 {
      font-size: 30px; } }
  @media only screen and (min-width: 700px) {
    .fontsize--med,
    h3 {
      font-size: 33px; } }
  @media only screen and (min-width: 1200px) {
    .fontsize--med,
    h3 {
      font-size: 34px; } }
  @media only screen and (min-width: 1400px) {
    .fontsize--med,
    h3 {
      font-size: 36px; } }
  @media only screen and (min-width: 1600px) {
    .fontsize--med,
    h3 {
      font-size: 38px; } }

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

.fontsize--sml,
h5 {
  font-size: 12px; }
  @media only screen and (min-width: 550px) {
    .fontsize--sml,
    h5 {
      font-size: 12px; } }
  @media only screen and (min-width: 700px) {
    .fontsize--sml,
    h5 {
      font-size: 13px; } }
  @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: 16px; } }

.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--heavy {
  font-weight: 900; }

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

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

.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--white .linkline {
    border-color: #fff; }

.color--purple {
  color: #7c73f6; }
  .color--purple .linkline {
    border-color: #7c73f6; }

.color--grey {
  color: #ddd; }
  .color--grey .linkline {
    border-color: #ddd; }

.color--darkgrey {
  color: #969797; }
  .color--darkgrey .linkline {
    border-color: #969797; }

.color--blue {
  color: #0f123e; }
  .color--blue .linkline {
    border-color: #0f123e; }

.color--orange {
  color: #f37149; }
  .color--orange .linkline {
    border-color: #f37149; }

.color--green {
  color: #008a7d; }
  .color--green .linkline {
    border-color: #008a7d; }

.color--yellow,
.color-pink {
  color: #f2a43c; }
  .color--yellow .linkline,
  .color-pink .linkline {
    border-color: #f2a43c; }

.bg--blue {
  background-color: #0f123e; }

.bg--orange {
  background-color: #f37149; }

.bg--green {
  background-color: #008a7d; }

.bg--pink {
  background-color: #f2a43c; }

.linethrough {
  position: relative;
  text-align: center; }
  .linethrough:after {
    content: "";
    width: 100%;
    border-top: 1px solid rgba(15, 19, 62, 0.15);
    position: absolute;
    left: 0;
    top: 50%; }
  .linethrough span {
    position: relative;
    z-index: 2;
    background: #e1e4da;
    padding: 1em; }

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

p {
  margin: 0 0 1em; }

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

/*  ==========================================================================
    links -- links-buttons.scss
    ========================================================================== */
a {
  color: inherit;
  text-decoration: none; }
  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 2px #0f133e; }
  a:hover .linkline {
    border: none; }

.btn {
  border-radius: 50px;
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 1em 1.75em;
  border: none;
  font-weight: 800;
  border-radius: 1.66em;
  display: inline-block;
  background-image: linear-gradient(to right, #7c73f6 50%, #0f133e 50%);
  background-size: 210% 100%;
  background-position: right bottom;
  -webkit-transition: color 150ms ease-out 0ms, background-position 150ms ease-out 0ms;
  -moz-transition: color 150ms ease-out 0ms, background-position 150ms ease-out 0ms;
  transition: color 150ms ease-out 0ms, background-position 150ms ease-out 0ms; }
  .btn:hover {
    color: #fff;
    background-position: left bottom; }
  .btn .linkline {
    border: none; }
  .btn--blue {
    background-image: linear-gradient(to right, #0f123e 50%, #0f133e 50%); }
  .btn--orange {
    background-image: linear-gradient(to right, #f37149 50%, #0f133e 50%); }
  .btn--orange-green {
    background-image: linear-gradient(to right, #0f123e 50%, #f37149 50%);
    color: #fff; }
  .btn--green {
    background-image: linear-gradient(to right, #008a7d 50%, #0f133e 50%); }
  .btn--green {
    background-image: linear-gradient(to right, #008a7d 50%, #0f133e 50%); }
  .btn--quiz--secondary {
    background-image: linear-gradient(to right, #fff 50%, #7c73f6 50%); }
    .btn--quiz--secondary:hover {
      color: #7c73f6; }

/*  ==========================================================================
    share icons -- links-buttons.scss
    ========================================================================== */
.shareicons {
  color: #fff; }
  .shareicons .shareiconslist li {
    margin: 0;
    display: inline-block; }
  .shareicons .sharelink {
    display: inline-block;
    height: 2em;
    background: #f1f1f1;
    line-height: 2em;
    margin: 0;
    color: #fff;
    border-radius: 1em; }
    .shareicons .sharelink:after {
      content: "";
      height: 0;
      visibility: hidden;
      clear: both;
      display: block; }
    .shareicons .sharelink--facebook {
      background: #3b5998; }
    .shareicons .sharelink--twitter {
      background: #00aced; }
    .shareicons .sharelink--linkedin {
      background: #007bb6; }
    @media only screen and (min-width: 700px) {
      .shareicons .sharelink {
        line-height: 3em;
        height: 3em;
        border-radius: 1.5em; } }
    .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: 2em;
      text-align: center;
      display: block;
      float: left;
      padding: 0;
      border: none; }
      @media only screen and (min-width: 700px) {
        .shareicons .sharelink .shareicon {
          width: 3em; } }
      .shareicons .sharelink .shareicon .fab {
        display: inline-block;
        padding: 0; }
    .shareicons .sharelink a:hover .shareicon .fab {
      display: inline-block;
      padding: 0; }
    .shareicons .sharelink:hover .sharetext {
      width: 45px; }
  .shareicons--results li a {
    background-image: linear-gradient(to right, #fff 50%, #7c73f6 50%) !important;
    background-size: 210% 100% !important;
    background-position: right bottom !important;
    -webkit-transition: color 150ms ease-out 0ms, background-position 150ms ease-out 0ms;
    -moz-transition: color 150ms ease-out 0ms, background-position 150ms ease-out 0ms;
    transition: color 150ms ease-out 0ms, background-position 150ms ease-out 0ms;
    color: #fff;
    font-size: 26px; }
    .shareicons--results li a:hover {
      color: #7c73f6;
      background-position: left bottom !important; }
    @media only screen and (min-width: 550px) {
      .shareicons--results li a {
        font-size: 26px; } }
    @media only screen and (min-width: 700px) {
      .shareicons--results li a {
        font-size: 26px; } }
    @media only screen and (min-width: 1200px) {
      .shareicons--results li a {
        font-size: 26px; } }
    @media only screen and (min-width: 1400px) {
      .shareicons--results li a {
        font-size: 28px; } }
    @media only screen and (min-width: 1600px) {
      .shareicons--results li a {
        font-size: 28px; } }

/* 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; }
  @media only screen and (min-width: 1400px) {
    .gd-g--grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); } }
  .gd-g--flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center; }
  .gd-g--spacebetween {
    justify-content: space-between; }

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

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

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

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

.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 .5em .5em 0;
  position: relative; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
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: #ddd; }
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ddd; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ddd; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ddd; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ddd; }

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

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

[type="text"].error,
input[type="email"].error,
input[type="password"].error,
input[type="number"].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: .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: -.5em;
  left: 1em;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .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; }

/*  ==========================================================================
	Basic layout classes -- layout/layout.scss
	========================================================================== */
body {
  font-family: "FoundersGrotesk", "questa-sans", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
  background-color: #fff;
  color: #0f133e; }

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

.shadow {
  position: relative; }
  .shadow:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -10px;
    bottom: -10px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2); }
  .shadow--orange:after {
    background-color: #f37149; }
  .shadow--green:after {
    background-color: #008a7d; }
  .shadow--purple:after {
    background-color: #7c73f6; }
  .shadow--yellow:after {
    background-color: #f2a43c; }
  .shadow--blue:after {
    background-color: #0f123e; }

.hidden {
  visibility: hidden; }

/*  ==========================================================================
	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; }

/*  ==========================================================================
	Cookie Notice
	========================================================================== */
/* #cookie-law-info-bar{
  text-align: left !important;
  margin: 1em !important;
  width: 300px !important;
  max-width: 90%;
  background: #000 !important;
  color: #FFF !important;
  padding: 1.5em !important;
  span{
    font-size: 12px;
    line-height: 17px;
    display: block;
    margin-top: 1em;
    @include media-query($small) {
      font-size: 14px;
    }
  }
  .cli_messagebar_head{
    margin-top: 0;
  }
  .cli-plugin-main-link{
    margin-left: 0 !important;
    color: #FFF !important;
    text-decoration: none !important;
    border-bottom: 2px solid #FFF;
  }
  #cookie_action_close_header{
    margin-left: 0 !important;
    color: $color-orange !important;
    text-decoration: none !important;
    font-weight: 800;
    border-bottom: 2px solid $color-orange;
    margin-top: 1em;
    display: inline-block;
  }
} */
/*  ==========================================================================
	Page Content
	========================================================================== */
.page__content {
  overflow: hidden;
  position: relative;
  z-index: 10;
  color: #0f133e; }

/*  ==========================================================================
	pageheader
	========================================================================== */
.pageheader {
  position: relative;
  z-index: 15;
  /*
  // pageheader--shapes
  */ }
  .pageheader .bd {
    margin: 0 7.14%; }
  .pageheader .pageheader__bd {
    position: relative;
    z-index: 10; }
  .pageheader .pageheader__preheading {
    margin-top: 0;
    margin-bottom: 0; }
  .pageheader h1 {
    max-width: 12em; }
  .pageheader .leader {
    margin-top: 1em;
    max-width: 30em; }
  .pageheader .pp__logo {
    width: 20%;
    max-width: 175px;
    position: absolute;
    right: 1em;
    top: 3.75em;
    z-index: 50; }
    @media only screen and (min-width: 700px) {
      .pageheader .pp__logo {
        width: 15%;
        right: 3%;
        top: auto;
        bottom: 0;
        transform: translateY(30%);
        -webkit-transform: translateY(30%); } }
    @media only screen and (min-width: 1000px) {
      .pageheader .pp__logo {
        width: 10%;
        transform: translateY(40%);
        -webkit-transform: translateY(40%); } }
    @media only screen and (min-width: 1200px) {
      .pageheader .pp__logo {
        transform: translateY(70%);
        -webkit-transform: translateY(70%); } }
    .pageheader .pp__logo .pp__logo__img {
      width: 100%;
      padding: 100% 0 0 0;
      background-image: url("img/pplogo__orange.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .pageheader .pp__logo--home {
      position: relative;
      width: 40%;
      margin: 0 auto 1em auto; }
      @media only screen and (min-width: 550px) {
        .pageheader .pp__logo--home {
          width: 30%;
          margin-bottom: 2em; } }
      .pageheader .pp__logo--home .pp__logo__img {
        width: 100%;
        padding: 100% 0 0 0;
        background-image: url("img/pp_logo.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
    .pageheader .pp__logo--pink .pp__logo__img {
      background-image: url("img/pplogo__pink.svg"); }
    .pageheader .pp__logo--green .pp__logo__img {
      background-image: url("img/pplogo__green.svg"); }
  .pageheader--shapes .pageheader__shapes {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #101339;
    color: #fff; }
    .pageheader--shapes .pageheader__shapes .pageheader__shapes__circle {
      width: 45%;
      padding-top: 45%;
      position: absolute;
      border-radius: 50%;
      position: absolute;
      bottom: 115px;
      left: 25%;
      background: #fff;
      animation-name: organicCircle1;
      -webkit-animation-name: organicCircle1;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      -webkit-animation-timing-function: ease-in-out;
      transform-origin: center;
      -webkit-transform-origin: center;
      animation-duration: 70s;
      -webkit-animation-duration: 70s; }
@keyframes organicCircle1 {
  0% {
    transform: scale(0.9) translateY(-15px) translateX(15px); }
  20% {
    transform: scale(0.8) translateY(-5px) translateX(50px); }
  40% {
    transform: scale(0.85) translateY(0px) translateX(145px); }
  60% {
    transform: scale(0.75) translateY(45px) translateX(0px); }
  80% {
    transform: scale(0.8) translateY(25px) translateX(-60px); }
  100% {
    transform: scale(0.9) translateY(-15px) translateX(15px); } }
@-webkit-keyframes organicCircle1 {
  0% {
    -webkit-transform: scale(0.9) translateY(-15px) translateX(15px); }
  20% {
    -webkit-transform: scale(0.8) translateY(-5px) translateX(50px); }
  40% {
    -webkit-transform: scale(0.85) translateY(0px) translateX(145px); }
  60% {
    -webkit-transform: scale(0.75) translateY(45px) translateX(0px); }
  80% {
    -webkit-transform: scale(0.8) translateY(25px) translateX(-60px); }
  100% {
    -webkit-transform: scale(0.9) translateY(-15px) translateX(15px); } }
      @media only screen and (min-width: 550px) {
        .pageheader--shapes .pageheader__shapes .pageheader__shapes__circle {
          bottom: 100px; } }
      @media only screen and (min-width: 700px) {
        .pageheader--shapes .pageheader__shapes .pageheader__shapes__circle {
          bottom: 60px; } }
      .pageheader--shapes .pageheader__shapes .pageheader__shapes__circle--multiply {
        z-index: 2;
        background: #008a7d;
        mix-blend-mode: multiply; }
    .pageheader--shapes .pageheader__shapes .pageheader__shapes__rect {
      width: 75%;
      padding-top: 45%;
      position: absolute;
      height: 0;
      background: #f37149;
      left: -15%;
      bottom: 0px;
      animation-name: organicRect1;
      -webkit-animation-name: organicRect1;
      transform: rotate(25deg);
      -webkit-transform: rotate(25deg);
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      -webkit-animation-timing-function: ease-in-out;
      transform-origin: center;
      -webkit-transform-origin: center;
      animation-duration: 50s;
      -webkit-animation-duration: 50s; }
@keyframes organicRect1 {
  0% {
    transform: scale(1) rotate(25deg) translateY(-35px) translateX(-15px); }
  20% {
    transform: scale(1.05) rotate(25deg) translateY(-45px) translateX(25px); }
  40% {
    transform: scale(0.95) rotate(25deg) translateY(-5px) translateX(55px); }
  60% {
    transform: scale(0.9) rotate(25deg) translateY(20px) translateX(10px); }
  80% {
    transform: scale(0.9) rotate(25deg) translateY(0px) translateX(-30px); }
  100% {
    transform: scale(1) rotate(25deg) translateY(-35px) translateX(-15px); } }
@-webkit-keyframes organicRect1 {
  0% {
    -webkit-transform: scale(1) rotate(25deg) translateY(-35px) translateX(-15px); }
  20% {
    -webkit-transform: scale(1.05) rotate(25deg) translateY(-45px) translateX(25px); }
  40% {
    -webkit-transform: scale(0.95) rotate(25deg) translateY(-5px) translateX(55px); }
  60% {
    -webkit-transform: scale(0.9) rotate(25deg) translateY(20px) translateX(10px); }
  80% {
    -webkit-transform: scale(0.9) rotate(25deg) translateY(0px) translateX(-30px); }
  100% {
    -webkit-transform: scale(1) rotate(25deg) translateY(-35px) translateX(-15px); } }
      @media only screen and (min-width: 550px) {
        .pageheader--shapes .pageheader__shapes .pageheader__shapes__rect {
          bottom: -50px; } }
      @media only screen and (min-width: 700px) {
        .pageheader--shapes .pageheader__shapes .pageheader__shapes__rect {
          left: -30%;
          bottom: -100px; } }
      @media only screen and (min-width: 1200px) {
        .pageheader--shapes .pageheader__shapes .pageheader__shapes__rect {
          bottom: -250px; } }
  .pageheader--pink.pageheader--shapes .pageheader__shapes__rect {
    background: #f2a43c; }
  .pageheader--green.pageheader--shapes .pageheader__shapes__rect {
    background: #008a7d; }

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

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

/*  ==========================================================================
	Pageintro
	========================================================================== */
.pageintro {
  text-align: left;
  position: relative; }
  @media only screen and (min-width: 1000px) {
    .pageintro .pageintro__content {
      max-width: 25em; } }
  .pageintro .pageintro__bd {
    position: relative;
    z-index: 2; }
  .pageintro .pre_heading {
    margin-top: 0;
    margin-bottom: 0.5em; }
  .pageintro h1 {
    max-width: 12em; }
    .pageintro h1 p {
      margin-bottom: 0; }
  .pageintro .leader {
    margin: 0;
    max-width: 30em; }
  .pageintro .pageintro__leader_wrap {
    margin-top: 1em; }
  .pageintro.pageintro--img {
    margin-top: -2px; }
  .page-template-template-pp-inspiration .pageintro .pageintro__leader_wrap .gd-u:nth-child(2) {
    position: relative; }
    .page-template-template-pp-inspiration .pageintro .pageintro__leader_wrap .gd-u:nth-child(2):before {
      content: "";
      width: 66px;
      height: 80px;
      background-image: url("img/lightbulb__green.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: -90px;
      display: none; }
      @media only screen and (min-width: 1000px) {
        .page-template-template-pp-inspiration .pageintro .pageintro__leader_wrap .gd-u:nth-child(2):before {
          display: block; } }
  .page-template-template-pp-inspiration .pageintro.pageintro--pink .pageintro__leader_wrap .gd-u:nth-child(2):before {
    background-image: url("img/lightbulb__pink.png"); }
  .page-template-template-pp-inspiration .pageintro.pageintro--orange .pageintro__leader_wrap .gd-u:nth-child(2):before {
    background-image: url("img/lightbulb__orange.png"); }
  .page-template-template-pp-inspiration .pageintro.pageintro--blue .pageintro__leader_wrap .gd-u:nth-child(2):before {
    background-image: url("img/lightbulb__blue.png"); }
  .pageintro--pphome h1 {
    max-width: 12em;
    line-height: 1.25;
    text-align: center;
    margin: 0 auto; }
    .pageintro--pphome h1 em {
      color: #33f049;
      font-weight: 800;
      font-style: normal;
      border-bottom: 5px solid #33f049;
      font-weight: 700; }
  .pageintro--pproles .select i {
    margin-right: 0.5em; }
  .pageintro--pproles .hidden {
    display: none; }
    @media only screen and (min-width: 700px) {
      .pageintro--pproles .hidden {
        display: block; } }
  .pageintro--pproles .gd-g {
    pointer-events: none; }
  @media screen and (max-width: 549px) {
    .pageintro--pproles .pageintro__bd--desktop {
      margin: 0; } }
  @media only screen and (min-width: 550px) {
    .pageintro--pproles .pageintro__bd--mobile {
      margin: 0; } }
  .pageintro--pprolesingle .pageintro__pretitle {
    margin-bottom: 0em; }
  .pageintro--pprolesingle .pageintro__title {
    line-height: 1.2; }
  .pageintro--pprolesingle .pageintro__papers {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    padding: 100% 0 0 0;
    background-position: top right;
    background-size: 100% auto;
    background-repeat: no-repeat; }
    .main--transition .pageintro--pprolesingle .pageintro__papers {
      opacity: 0;
      transition: opacity 0.35s ease-out, transform 0.55s ease-out;
      -webkit-transition: opacity 0.35s ease-out, transform 0.55s ease-out; }
    .main--transition.loaded .pageintro--pprolesingle .pageintro__papers {
      opacity: 1;
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px); }
    .pageintro--pprolesingle .pageintro__papers--1 {
      background-image: url("img/illustrations/single_role/writer1.png"); }
      .main--transition .pageintro--pprolesingle .pageintro__papers--1 {
        transform: translate(0px, -300px);
        -webkit-transform: translate(0px, -300px); }
    .pageintro--pprolesingle .pageintro__papers--2 {
      background-image: url("img/illustrations/single_role/writer2.png"); }
      .main--transition .pageintro--pprolesingle .pageintro__papers--2 {
        transform: translate(0px, -175px);
        -webkit-transform: translate(0px, -175px); }
  .pageintro--pprolesingle.pageintro--pprolesingle--scripted-developer .pageintro__papers--1 {
    background-image: url("img/illustrations/single_role/scripted_developer1.png"); }
  .pageintro--pprolesingle.pageintro--pprolesingle--scripted-developer .pageintro__papers--2 {
    background-image: url("img/illustrations/single_role/scripted_developer2.png"); }
  .pageintro--pprolesingle.pageintro--pprolesingle--non-scripted-developer .pageintro__papers--1 {
    background-image: url("img/illustrations/single_role/non_scripted_developer1.png"); }
  .pageintro--pprolesingle.pageintro--pprolesingle--non-scripted-developer .pageintro__papers--2 {
    background-image: url("img/illustrations/single_role/non_scripted_developer2.png"); }
  .pageintro--pprolesingle.pageintro--pprolesingle--commissioning-editor .pageintro__papers--1 {
    background-image: url("img/illustrations/single_role/commissioning_editor1.png"); }
  .pageintro--pprolesingle.pageintro--pprolesingle--commissioning-editor .pageintro__papers--2 {
    background-image: url("img/illustrations/single_role/commissioning_editor2.png"); }
  .pageintro--pprolesingle.pageintro--pprolesingle--non-scripted-producer .pageintro__papers--1 {
    background-image: url("img/illustrations/single_role/non_scripted_producer1.png"); }
  .pageintro--pprolesingle.pageintro--pprolesingle--non-scripted-producer .pageintro__papers--2 {
    background-image: url("img/illustrations/single_role/non_scripted_producer2.png"); }
  .pageintro--pprolesingle h1 {
    margin-bottom: 0.5em; }
    .pageintro--pprolesingle h1 .linkline {
      border-width: 5px; }
  .pageintro--pprolesingle .pageintro__back {
    margin: 2em 0;
    display: block; }
    @media only screen and (min-width: 1000px) {
      .pageintro--pprolesingle .pageintro__back {
        margin-left: -3em; } }
    @media only screen and (min-width: 1200px) {
      .pageintro--pprolesingle .pageintro__back {
        margin-left: -5em; } }

/*  ==========================================================================
	Childnav
	========================================================================== */
.childnav .menu-item .linkline {
  background-image: none; }
.childnav .menu-item.current-menu-item .linkline {
  background-position: 0 bottom;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(130, 113, 246, 0.15) 50%, rgba(130, 113, 246, 0.5) 50%);
  -webkit-transition: background-position 150ms ease-out 0ms;
  -moz-transition: background-position 150ms ease-out 0ms;
  transition: background-position 150ms ease-out 0ms; }
  a:hover .childnav .menu-item.current-menu-item .linkline {
    background-position: -100% bottom; }
.childnav .menu-item.current-menu-item .sub-menu .menu-item .linkline {
  background-image: none; }

/*  ==========================================================================
	main -- layout/layout.scss
	========================================================================== */
.main {
  position: relative; }

/*  ==========================================================================
	content -- layout/layout.scss
	========================================================================== */
.content {
  margin: 0 auto;
  box-sizing: border-box; }
  @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%; } }
  .content ol,
  .content ul {
    margin-left: 1em; }

/*  ==========================================================================
	posts -- layout/layout.scss
	========================================================================== */
.posts {
  margin-bottom: -3em; }
  .posts .postwrap.hidden {
    display: none; }
  @media only screen and (min-width: 1000px) {
    .posts .postwrap:nth-child(6n) {
      margin-top: -14%; } }

.post {
  margin-bottom: 3em;
  position: relative;
  text-align: center; }
  .post--video .postimg {
    position: relative; }
    .post--video .postimg:after {
      content: "";
      position: absolute;
      width: 30%;
      padding: 30% 0 0 0;
      background-image: url("img/play__pink.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      top: 50%;
      left: 50%;
      transform: translateX(-40%) translateY(-50%);
      -webkit-transform: translateX(-40%) translateY(-50%);
      -ms-transform: translateX(-40%) translateY(-50%); }
  .post .post__link {
    position: relative;
    z-index: 1; }
    .post .post__link:hover .post__heading {
      color: #f2a43c; }
    .post .post__link .postimg {
      width: 70%;
      margin: 0 auto;
      padding: 70% 0 0;
      position: relative;
      overflow: hidden;
      margin-bottom: 1em;
      border-radius: 50%; }
      @media only screen and (min-width: 550px) {
        .post .post__link .postimg {
          width: 60%;
          padding: 60% 0 0; } }
      .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__categories .fas {
    padding-right: 0.66em; }
  .post .post__heading {
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em; }
    .post .post__heading em {
      font-style: normal; }
  .post--orange .post__link:hover .post__heading {
    color: #f37149; }
  .post--orange.post--video .postimg:after {
    background-image: url("img/play__orange.png"); }
  .post--blue .post__link:hover .post__heading {
    color: #0f123e; }
  .post--blue.post--video .postimg:after {
    background-image: url("img/play__blue.png"); }
  .post--green .post__link:hover .post__heading {
    color: #008a7d; }
  .post--green.post--video .postimg:after {
    background-image: url("img/play__green.png"); }

/* FEATURED POST CATEGORY */
.featuredcategory {
  border: 1px solid rgba(15, 19, 62, 0.15);
  position: relative; }
  .featuredcategory .featuredcategory__title {
    word-spacing: normal;
    letter-spacing: normal;
    background: #fff;
    position: absolute;
    top: 0;
    padding: 1em;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    left: 50%; }
  .featuredcategory .gd-u .post {
    margin-bottom: 0; }
  .featuredcategory .gd-u:nth-child(1) .post, .featuredcategory .gd-u:nth-child(2) .post, .featuredcategory .gd-u:nth-child(3) .post, .featuredcategory .gd-u:nth-child(4) .post {
    margin-bottom: 2em; }
  @media only screen and (min-width: 700px) {
    .featuredcategory .gd-u:nth-child(4) .post {
      margin-bottom: 0; } }
  @media only screen and (min-width: 1000px) {
    .featuredcategory .gd-u:nth-child(1) .post, .featuredcategory .gd-u:nth-child(2) .post, .featuredcategory .gd-u:nth-child(3) .post {
      margin-bottom: 0; } }

/*  ==========================================================================
	Single Post
	========================================================================== */
.single-post .pageintro .pageintro__bd {
  border-bottom: 2px solid #7c73f6; }
.single-post .pageintro.pageintro--red .pageintro__bd, .single-post .pageintro.pageintro--orange .pageintro__bd {
  border-color: #f37149; }
.single-post .pageintro.pageintro--blue .pageintro__bd {
  border-color: #0f123e; }
.single-post .pageintro.pageintro--yellow .pageintro__bd {
  border-color: #f2a43c; }
.single-post .pageintro.pageintro--green .pageintro__bd {
  border-color: #008a7d; }

/* Related posts */
.relatedposts .relatedposts__bd {
  border-top: 2px solid #f2a43c;
  border-bottom: 2px solid #f2a43c;
  padding: 2em 0; }
  .relatedposts .relatedposts__bd .posts--related .gd-u:nth-child(3),
  .relatedposts .relatedposts__bd .posts--related .gd-u:nth-child(4) {
    display: none; }
  @media only screen and (min-width: 700px) {
    .relatedposts .relatedposts__bd .posts--related .gd-u:nth-child(3) {
      display: inline-block; } }
  @media only screen and (min-width: 1200px) {
    .relatedposts .relatedposts__bd .posts--related .gd-u:nth-child(4) {
      display: inline-block; } }
.relatedposts--orange .relatedposts__bd {
  border-color: #f37149; }
.relatedposts--blue .relatedposts__bd {
  border-color: #0f123e; }
.relatedposts--green .relatedposts__bd {
  border-color: #008a7d; }

/*  ==========================================================================
	paging -- layout/layout.scss
	========================================================================== */
.paging {
  position: relative;
  padding: 0;
  border-top: solid 1px rgba(15, 19, 62, 0.15); }
  @media only screen and (min-width: 700px) {
    .paging {
      border-bottom: solid 1px rgba(15, 19, 62, 0.15); }
      .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: 1.5em;
      border: none;
      border-right: solid 1px rgba(15, 19, 62, 0.15);
      display: block;
      float: left;
      min-width: 1.4em;
      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: 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%;
        margin-top: -1.75em; } }

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

.paging__nextprev--bothpresent .paging__pager--older {
  border-left: solid 1px #e0e0d9; }

@media only screen and (min-width: 700px) {
  .paging__pager {
    display: inline-block;
    padding: 0.5em; } }
/*  ==========================================================================
  Blog
	========================================================================== */
.blogcategory_menu {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em; }
  .blogcategory_menu a {
    margin-right: 1.5em; }
    .blogcategory_menu a:last-child {
      margin-right: 0; }

.blogslider {
  position: relative;
  width: 100%;
  padding: 120% 0 0;
  overflow: hidden; }
  @media only screen and (min-width: 550px) {
    .blogslider {
      padding: 75% 0 0; } }
  @media only screen and (min-width: 700px) {
    .blogslider {
      padding: 50% 0 0; } }
  @media only screen and (min-width: 1000px) {
    .blogslider {
      padding: 40% 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: 13em;
      margin: 0 auto 0.25em; }
      @media only screen and (min-width: 700px) {
        .blogslides .blogslide .blogslide__heading {
          max-width: 16em; } }
      @media only screen and (min-width: 1000px) {
        .blogslides .blogslide .blogslide__heading {
          max-width: 13em; } }
    .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-nav button.owl-next,
  .blogslides.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    z-index: 20;
    top: 50%;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.75em;
    border-radius: 0;
    cursor: pointer;
    background: transparent; }
    .blogslides.owl-carousel .owl-nav button.owl-next:focus,
    .blogslides.owl-carousel .owl-nav button.owl-prev:focus {
      outline: none; }
  .blogslides.owl-carousel .owl-nav button.owl-prev {
    left: -0.5em;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg); }
    @media only screen and (min-width: 550px) {
      .blogslides.owl-carousel .owl-nav button.owl-prev {
        left: 1em; } }
  .blogslides.owl-carousel .owl-nav button.owl-next {
    right: -0.5em;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }
    @media only screen and (min-width: 550px) {
      .blogslides.owl-carousel .owl-nav button.owl-next {
        right: 1em; } }
  .blogslides.owl-carousel .owl-dots {
    position: absolute;
    bottom: 1.5em;
    width: 100%; }
    @media only screen and (min-width: 550px) {
      .blogslides.owl-carousel .owl-dots {
        bottom: 2em; } }
    .blogslides.owl-carousel .owl-dots button.owl-dot span {
      background: transparent;
      border: 1px solid #fff;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin: 5px 3px; }
    .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; }

/*  ==========================================================================
    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 2px #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;
  border: 2px solid #0f133e; }
  .searchpagefield input {
    background: none;
    padding-right: 4em;
    position: relative;
    z-index: 1;
    color: #0f133e; }
    .searchpagefield input::placeholder {
      color: #0f133e; }

.searchpagesubmit {
  padding: 1.125em 1.25em;
  border: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background: none;
  text-align: center; }
  .searchpagesubmit:focus {
    outline: none; }
  .searchpagesubmit:hover {
    background: #f2a43c;
    color: #fff; }

/*  ==========================================================================
	 Our suppliers
	========================================================================== */
/* supplier grid item */
.supplier {
  background-color: #fff;
  color: #0f133e;
  padding: 1em;
  margin: 0.25em;
  min-height: 90px; }
  @media only screen and (min-width: 700px) {
    .supplier {
      padding: 1.5em;
      min-height: 85px; } }
  @media only screen and (min-width: 1000px) {
    .supplier {
      min-height: 65px; } }
  .supplier--letter {
    text-align: center; }
    .supplier--letter h3 {
      margin: 0;
      line-height: 90px; }
      @media only screen and (min-width: 700px) {
        .supplier--letter h3 {
          line-height: 85px; } }
      @media only screen and (min-width: 1000px) {
        .supplier--letter h3 {
          line-height: 65px; } }
  .supplier .btn {
    margin: 0; }
  .supplier h3 {
    margin-top: 0; }
  .supplier .supplier__categories .fas {
    padding: 0 0.33em 0 0; }

.supplier__link .supplier {
  transition: opacity 0.2s ease-in-out, background-color 0.5s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.5s ease-in-out; }
.supplier__link:hover .supplier {
  background-color: #0f123e;
  color: #fff; }

/* Main suppliers page -- our suppliers -- template-suppliers.php */
.page-template-template-suppliers .suppliers {
  position: relative; }
  .page-template-template-suppliers .suppliers .supplierslist__clear {
    display: block;
    margin-bottom: 1em;
    float: right;
    cursor: pointer; }
  .page-template-template-suppliers .suppliers .suppliers__filters {
    display: none;
    position: absolute;
    margin-top: -1em;
    right: 0;
    width: 100%;
    z-index: 100;
    background: #333;
    color: #fff;
    padding: 2em;
    box-sizing: border-box; }
    .page-template-template-suppliers .suppliers .suppliers__filters.open {
      display: block; }
    @media only screen and (min-width: 550px) {
      .page-template-template-suppliers .suppliers .suppliers__filters {
        padding: 3em; } }
    @media only screen and (min-width: 1000px) {
      .page-template-template-suppliers .suppliers .suppliers__filters {
        width: 75%; } }
    @media only screen and (min-width: 1200px) {
      .page-template-template-suppliers .suppliers .suppliers__filters {
        width: 50%; } }
    .page-template-template-suppliers .suppliers .suppliers__filters h4 {
      margin: 0 0 0.5em; }
    .page-template-template-suppliers .suppliers .suppliers__filters .filter-options {
      list-style: none; }
      .page-template-template-suppliers .suppliers .suppliers__filters .filter-options .filter__btn {
        cursor: pointer; }
        .page-template-template-suppliers .suppliers .suppliers__filters .filter-options .filter__btn.active {
          background: #0f123e; }
      @media only screen and (min-width: 550px) {
        .page-template-template-suppliers .suppliers .suppliers__filters .filter-options--categories {
          columns: 2;
          -webkit-columns: 2;
          -moz-columns: 2; } }
  .page-template-template-suppliers .suppliers .suppliers__search {
    position: relative;
    margin-bottom: 1em; }
    .page-template-template-suppliers .suppliers .suppliers__search #suppliers-search {
      padding-left: 3em;
      padding-right: 220px;
      background: transparent;
      border-left: none;
      border-right: none; }
    .page-template-template-suppliers .suppliers .suppliers__search .far {
      position: absolute;
      left: 1em;
      top: 1.2em; }
    .page-template-template-suppliers .suppliers .suppliers__search .suppliers__openfilters {
      position: absolute;
      text-align: right;
      right: 0;
      top: 0;
      height: 3.75em;
      line-height: 3.75em;
      cursor: pointer;
      z-index: 10;
      padding-right: 1em;
      padding-left: 1em;
      box-sizing: border-box; }
      .page-template-template-suppliers .suppliers .suppliers__search .suppliers__openfilters.open {
        background: #333;
        color: #fff; }
      .page-template-template-suppliers .suppliers .suppliers__search .suppliers__openfilters .fas {
        padding-left: 1em; }
  .page-template-template-suppliers .suppliers .supplierslist {
    margin: -0.25em; }
    .page-template-template-suppliers .suppliers .supplierslist .gd-g {
      margin: 0; }
    .page-template-template-suppliers .suppliers .supplierslist .my-sizer-element {
      width: 8.33333%; }
    .page-template-template-suppliers .suppliers .supplierslist .supplier_item[data-order="1"] .supplier {
      opacity: 1; }
    .page-template-template-suppliers .suppliers .supplierslist .supplier_item[data-order="0"] .supplier {
      opacity: 0;
      background-color: rgba(15, 19, 62, 0.15); }
    .page-template-template-suppliers .suppliers .supplierslist .supplier__link:hover .supplier {
      background-color: #0f123e;
      color: #fff; }

/*  ==========================================================================
	Team
	========================================================================== */
.team {
  text-align: center;
  padding: 1em; }
  @media only screen and (min-width: 550px) {
    .team {
      padding: 2em 1em; } }
  .team .team__link {
    cursor: pointer; }
  .team .team__job {
    margin-top: 0; }
  .team .teamimg {
    width: 80%;
    border-radius: 50%;
    position: relative;
    margin-bottom: 1em;
    box-sizing: border-box;
    margin: 0 auto 1em; }
    .team .teamimg:after {
      border-radius: 50%;
      left: -5px;
      bottom: -5px; }
    @media only screen and (min-width: 550px) {
      .team .teamimg {
        width: 75%; } }
    .team .teamimg .teamimg__img {
      width: 100%;
      padding: 100% 0 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #eee;
      border-radius: 50%; }

/*  ==========================================================================
	Home
	========================================================================== */
@media only screen and (min-width: 1200px) {
  .home .flexvideofeature--overlap .flexvideofeature__videocontainer .flexvideofeature__video {
    padding: 70.75% 0 0 0; } }

/*  ==========================================================================
	PP Roles SVG
	========================================================================== */
.pproles {
  background-color: #f1f1f1; }
  @media screen and (max-width: 549px) {
    .pproles .pproles__bd--desktop {
      margin: 0; } }
  @media only screen and (min-width: 550px) {
    .pproles .pproles__bd--mobile {
      margin: 0; } }
  .pproles .pproles__svg {
    width: 100%;
    position: relative;
    margin-top: -85%;
    overflow-x: scroll; }
    @media only screen and (min-width: 550px) {
      .pproles .pproles__svg {
        margin-top: -50%;
        overflow: hidden;
        padding-bottom: 100%; } }
    .pproles .pproles__svg #pproles-svg {
      display: block;
      position: relative;
      width: 175%;
      height: auto;
      padding-left: 7.14%;
      padding-right: 7.14%; }
      @media only screen and (min-width: 550px) {
        .pproles .pproles__svg #pproles-svg {
          width: 100%;
          padding: 0;
          position: absolute;
          height: 100%; } }
      .pproles .pproles__svg #pproles-svg .role {
        cursor: pointer; }
        .pproles .pproles__svg #pproles-svg .role .character--hover {
          display: none; }
        .pproles .pproles__svg #pproles-svg .role .lightbeam {
          opacity: 0;
          transition: opacity 0.15s ease-in-out;
          -webkit-transition: opacity 0.15s ease-in-out; }
        .pproles .pproles__svg #pproles-svg .role .shadow {
          fill: #f1f1f1;
          transition: all 0.15s ease-in-out;
          -webkit-transition: all 0.15s ease-in-out; }
        .pproles .pproles__svg #pproles-svg .role:hover .character, .pproles .pproles__svg #pproles-svg .role.active .character {
          display: none; }
          .pproles .pproles__svg #pproles-svg .role:hover .character--hover, .pproles .pproles__svg #pproles-svg .role.active .character--hover {
            display: block; }
        .pproles .pproles__svg #pproles-svg .role:hover .lightbeam, .pproles .pproles__svg #pproles-svg .role.active .lightbeam {
          opacity: 0.25; }
        .pproles .pproles__svg #pproles-svg .role:hover .shadow, .pproles .pproles__svg #pproles-svg .role.active .shadow {
          fill: #fff; }

.pproles--single {
  display: block;
  overflow: hidden; }
  .pproles--single .select {
    margin-bottom: 1.5em; }
  .pproles--single .pproles--single__intro {
    text-align: center;
    max-width: 25em;
    margin-left: auto;
    margin-right: auto; }

/*  ==========================================================================
	PP Roles Page transitions
	========================================================================== */
.fadeOut {
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  opacity: 0 !important; }

.main--transition {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out; }
  .main--transition.loaded {
    opacity: 1; }

/*  ==========================================================================
	Inspiration
	========================================================================== */
.page__inspiration .inspiration__bd {
  border-top: 2px solid #7c73f6; }
.page__inspiration--yellow .inspiration__bd {
  border-color: #f2a43c; }
.page__inspiration--purple .inspiration__bd {
  border-color: #7c73f6; }
.page__inspiration--purple .inspiration__bd {
  border-color: #008a7d; }
.page__inspiration--orange .inspiration__bd {
  border-color: #f37149; }
.page__inspiration--blue .inspiration__bd {
  border-color: #0f123e; }

body .inspiration {
  margin-bottom: 3em;
  padding-bottom: 1em; }
  body .inspiration .inspirationimg {
    width: 100%; }
    body .inspiration .inspirationimg .inspirationimg__img {
      width: 100%;
      padding: 60% 0 0 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  body .inspiration .inspiration__categories {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    padding-left: 2.5em; }
  body .inspiration .inspiration__heading {
    margin-top: 0.5em;
    margin-bottom: 0; }
  body .inspiration .inspiration__leader {
    margin-bottom: 0; }
  body .inspiration .inspiration__heading,
  body .inspiration .inspiration__leader,
  body .inspiration .inspiration__link {
    padding: 0 20px 0 10px; }
  body .inspiration .inspiration__icon {
    position: absolute;
    display: inline-block;
    width: 2em;
    height: 2.5em;
    left: 0;
    top: -0.75em;
    background-image: url("img/lightbulb__green.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  body .inspiration--pink .inspiration__icon {
    background-image: url("img/lightbulb__pink.png"); }
  body .inspiration--orange .inspiration__icon {
    background-image: url("img/lightbulb__orange.png"); }
  body .inspiration--blue .inspiration__icon {
    background-image: url("img/lightbulb__blue.png"); }

/*  ==========================================================================
	Remove margins on block color items, so they sit next to each other
	========================================================================== */
.flexcta--withimg + .flexcta--withimg,
.flexaccordion + .flexcta--withimg,
.flextwocolumn + .flexcta--withimg,
.flexquote--withimg + .flexcta--withimg,
.flexnumberedlist + .flexcta--withimg,
.flexdownloads + .flexcta--withimg,
.flexfaqs + .flexcta--withimg,
.flexroleslides + .flexcta--withimg,
.flexstatistics--multiple + .flexcta--withimg,
.flexcta--withimg + .flexaccordion,
.flexaccordion + .flexaccordion,
.flextwocolumn + .flexaccordion,
.flexquote--withimg + .flexaccordion,
.flexnumberedlist + .flexaccordion,
.flexdownloads + .flexaccordion,
.flexfaqs + .flexaccordion,
.flexroleslides + .flexaccordion,
.flexstatistics--multiple + .flexaccordion,
.flexcta--withimg + .flextwocolumn,
.flexaccordion + .flextwocolumn,
.flextwocolumn + .flextwocolumn,
.flexquote--withimg + .flextwocolumn,
.flexnumberedlist + .flextwocolumn,
.flexdownloads + .flextwocolumn,
.flexfaqs + .flextwocolumn,
.flexroleslides + .flextwocolumn,
.flexstatistics--multiple + .flextwocolumn,
.flexcta--withimg + .flexquote--withimg,
.flexaccordion + .flexquote--withimg,
.flextwocolumn + .flexquote--withimg,
.flexquote--withimg + .flexquote--withimg,
.flexnumberedlist + .flexquote--withimg,
.flexdownloads + .flexquote--withimg,
.flexfaqs + .flexquote--withimg,
.flexroleslides + .flexquote--withimg,
.flexstatistics--multiple + .flexquote--withimg,
.flexcta--withimg + .flexdownloads,
.flexaccordion + .flexdownloads,
.flextwocolumn + .flexdownloads,
.flexquote--withimg + .flexdownloads,
.flexnumberedlist + .flexdownloads,
.flexdownloads + .flexdownloads,
.flexfaqs + .flexdownloads,
.flexroleslides + .flexdownloads,
.flexstatistics--multiple + .flexdownloads,
.flexcta--withimg + .flexfaqs,
.flexaccordion + .flexfaqs,
.flextwocolumn + .flexfaqs,
.flexquote--withimg + .flexfaqs,
.flexnumberedlist + .flexfaqs,
.flexdownloads + .flexfaqs,
.flexfaqs + .flexfaqs,
.flexroleslides + .flexfaqs,
.flexstatistics--multiple + .flexfaqs,
.flexcta--withimg + .flexroleslides,
.flexaccordion + .flexroleslides,
.flextwocolumn + .flexroleslides,
.flexquote--withimg + .flexroleslides,
.flexnumberedlist + .flexroleslides,
.flexdownloads + .flexroleslides,
.flexfaqs + .flexroleslides,
.flexroleslides + .flexroleslides,
.flexstatistics--multiple + .flexroleslides,
.flexcta--withimg + .flexnumberedlist,
.flexaccordion + .flexnumberedlist,
.flextwocolumn + .flexnumberedlist,
.flexquote--withimg + .flexnumberedlist,
.flexnumberedlist + .flexnumberedlist,
.flexdownloads + .flexnumberedlist,
.flexfaqs + .flexnumberedlist,
.flexroleslides + .flexnumberedlist,
.flexstatistics--multiple + .flexnumberedlist,
.flexcta--withimg + .flexstatistics--multiple,
.flexaccordion + .flexstatistics--multiple,
.flextwocolumn + .flexstatistics--multiple,
.flexquote--withimg + .flexstatistics--multiple,
.flexnumberedlist + .flexstatistics--multiple,
.flexdownloads + .flexstatistics--multiple,
.flexfaqs + .flexstatistics--multiple,
.flexroleslides + .flexstatistics--multiple,
.flexstatistics--multiple + .flexstatistics--multiple {
  margin-top: -10%; }
  @media only screen and (min-width: 550px) {
    .flexcta--withimg + .flexcta--withimg,
    .flexaccordion + .flexcta--withimg,
    .flextwocolumn + .flexcta--withimg,
    .flexquote--withimg + .flexcta--withimg,
    .flexnumberedlist + .flexcta--withimg,
    .flexdownloads + .flexcta--withimg,
    .flexfaqs + .flexcta--withimg,
    .flexroleslides + .flexcta--withimg,
    .flexstatistics--multiple + .flexcta--withimg,
    .flexcta--withimg + .flexaccordion,
    .flexaccordion + .flexaccordion,
    .flextwocolumn + .flexaccordion,
    .flexquote--withimg + .flexaccordion,
    .flexnumberedlist + .flexaccordion,
    .flexdownloads + .flexaccordion,
    .flexfaqs + .flexaccordion,
    .flexroleslides + .flexaccordion,
    .flexstatistics--multiple + .flexaccordion,
    .flexcta--withimg + .flextwocolumn,
    .flexaccordion + .flextwocolumn,
    .flextwocolumn + .flextwocolumn,
    .flexquote--withimg + .flextwocolumn,
    .flexnumberedlist + .flextwocolumn,
    .flexdownloads + .flextwocolumn,
    .flexfaqs + .flextwocolumn,
    .flexroleslides + .flextwocolumn,
    .flexstatistics--multiple + .flextwocolumn,
    .flexcta--withimg + .flexquote--withimg,
    .flexaccordion + .flexquote--withimg,
    .flextwocolumn + .flexquote--withimg,
    .flexquote--withimg + .flexquote--withimg,
    .flexnumberedlist + .flexquote--withimg,
    .flexdownloads + .flexquote--withimg,
    .flexfaqs + .flexquote--withimg,
    .flexroleslides + .flexquote--withimg,
    .flexstatistics--multiple + .flexquote--withimg,
    .flexcta--withimg + .flexdownloads,
    .flexaccordion + .flexdownloads,
    .flextwocolumn + .flexdownloads,
    .flexquote--withimg + .flexdownloads,
    .flexnumberedlist + .flexdownloads,
    .flexdownloads + .flexdownloads,
    .flexfaqs + .flexdownloads,
    .flexroleslides + .flexdownloads,
    .flexstatistics--multiple + .flexdownloads,
    .flexcta--withimg + .flexfaqs,
    .flexaccordion + .flexfaqs,
    .flextwocolumn + .flexfaqs,
    .flexquote--withimg + .flexfaqs,
    .flexnumberedlist + .flexfaqs,
    .flexdownloads + .flexfaqs,
    .flexfaqs + .flexfaqs,
    .flexroleslides + .flexfaqs,
    .flexstatistics--multiple + .flexfaqs,
    .flexcta--withimg + .flexroleslides,
    .flexaccordion + .flexroleslides,
    .flextwocolumn + .flexroleslides,
    .flexquote--withimg + .flexroleslides,
    .flexnumberedlist + .flexroleslides,
    .flexdownloads + .flexroleslides,
    .flexfaqs + .flexroleslides,
    .flexroleslides + .flexroleslides,
    .flexstatistics--multiple + .flexroleslides,
    .flexcta--withimg + .flexnumberedlist,
    .flexaccordion + .flexnumberedlist,
    .flextwocolumn + .flexnumberedlist,
    .flexquote--withimg + .flexnumberedlist,
    .flexnumberedlist + .flexnumberedlist,
    .flexdownloads + .flexnumberedlist,
    .flexfaqs + .flexnumberedlist,
    .flexroleslides + .flexnumberedlist,
    .flexstatistics--multiple + .flexnumberedlist,
    .flexcta--withimg + .flexstatistics--multiple,
    .flexaccordion + .flexstatistics--multiple,
    .flextwocolumn + .flexstatistics--multiple,
    .flexquote--withimg + .flexstatistics--multiple,
    .flexnumberedlist + .flexstatistics--multiple,
    .flexdownloads + .flexstatistics--multiple,
    .flexfaqs + .flexstatistics--multiple,
    .flexroleslides + .flexstatistics--multiple,
    .flexstatistics--multiple + .flexstatistics--multiple {
      margin-top: -7%; } }
  @media only screen and (min-width: 1000px) {
    .flexcta--withimg + .flexcta--withimg,
    .flexaccordion + .flexcta--withimg,
    .flextwocolumn + .flexcta--withimg,
    .flexquote--withimg + .flexcta--withimg,
    .flexnumberedlist + .flexcta--withimg,
    .flexdownloads + .flexcta--withimg,
    .flexfaqs + .flexcta--withimg,
    .flexroleslides + .flexcta--withimg,
    .flexstatistics--multiple + .flexcta--withimg,
    .flexcta--withimg + .flexaccordion,
    .flexaccordion + .flexaccordion,
    .flextwocolumn + .flexaccordion,
    .flexquote--withimg + .flexaccordion,
    .flexnumberedlist + .flexaccordion,
    .flexdownloads + .flexaccordion,
    .flexfaqs + .flexaccordion,
    .flexroleslides + .flexaccordion,
    .flexstatistics--multiple + .flexaccordion,
    .flexcta--withimg + .flextwocolumn,
    .flexaccordion + .flextwocolumn,
    .flextwocolumn + .flextwocolumn,
    .flexquote--withimg + .flextwocolumn,
    .flexnumberedlist + .flextwocolumn,
    .flexdownloads + .flextwocolumn,
    .flexfaqs + .flextwocolumn,
    .flexroleslides + .flextwocolumn,
    .flexstatistics--multiple + .flextwocolumn,
    .flexcta--withimg + .flexquote--withimg,
    .flexaccordion + .flexquote--withimg,
    .flextwocolumn + .flexquote--withimg,
    .flexquote--withimg + .flexquote--withimg,
    .flexnumberedlist + .flexquote--withimg,
    .flexdownloads + .flexquote--withimg,
    .flexfaqs + .flexquote--withimg,
    .flexroleslides + .flexquote--withimg,
    .flexstatistics--multiple + .flexquote--withimg,
    .flexcta--withimg + .flexdownloads,
    .flexaccordion + .flexdownloads,
    .flextwocolumn + .flexdownloads,
    .flexquote--withimg + .flexdownloads,
    .flexnumberedlist + .flexdownloads,
    .flexdownloads + .flexdownloads,
    .flexfaqs + .flexdownloads,
    .flexroleslides + .flexdownloads,
    .flexstatistics--multiple + .flexdownloads,
    .flexcta--withimg + .flexfaqs,
    .flexaccordion + .flexfaqs,
    .flextwocolumn + .flexfaqs,
    .flexquote--withimg + .flexfaqs,
    .flexnumberedlist + .flexfaqs,
    .flexdownloads + .flexfaqs,
    .flexfaqs + .flexfaqs,
    .flexroleslides + .flexfaqs,
    .flexstatistics--multiple + .flexfaqs,
    .flexcta--withimg + .flexroleslides,
    .flexaccordion + .flexroleslides,
    .flextwocolumn + .flexroleslides,
    .flexquote--withimg + .flexroleslides,
    .flexnumberedlist + .flexroleslides,
    .flexdownloads + .flexroleslides,
    .flexfaqs + .flexroleslides,
    .flexroleslides + .flexroleslides,
    .flexstatistics--multiple + .flexroleslides,
    .flexcta--withimg + .flexnumberedlist,
    .flexaccordion + .flexnumberedlist,
    .flextwocolumn + .flexnumberedlist,
    .flexquote--withimg + .flexnumberedlist,
    .flexnumberedlist + .flexnumberedlist,
    .flexdownloads + .flexnumberedlist,
    .flexfaqs + .flexnumberedlist,
    .flexroleslides + .flexnumberedlist,
    .flexstatistics--multiple + .flexnumberedlist,
    .flexcta--withimg + .flexstatistics--multiple,
    .flexaccordion + .flexstatistics--multiple,
    .flextwocolumn + .flexstatistics--multiple,
    .flexquote--withimg + .flexstatistics--multiple,
    .flexnumberedlist + .flexstatistics--multiple,
    .flexdownloads + .flexstatistics--multiple,
    .flexfaqs + .flexstatistics--multiple,
    .flexroleslides + .flexstatistics--multiple,
    .flexstatistics--multiple + .flexstatistics--multiple {
      margin-top: -5%; } }

.flexnumberedlist + .flexnumberedlist,
.flexstatistics--multiple + .flexstatistics--multiple {
  margin-top: calc(-10% - 1px); }
  @media only screen and (min-width: 550px) {
    .flexnumberedlist + .flexnumberedlist,
    .flexstatistics--multiple + .flexstatistics--multiple {
      margin-top: calc(-7% - 1px); } }
  @media only screen and (min-width: 1000px) {
    .flexnumberedlist + .flexnumberedlist,
    .flexstatistics--multiple + .flexstatistics--multiple {
      margin-top: calc(-5% - 1px); } }

.page__content .flex:last-child.flexcta--withimg, .page__content .flex:last-child.flexaccordion, .page__content .flex:last-child.flextwocolumn, .page__content .flex:last-child.flexquote--withimg, .page__content .flex:last-child.flexnumberedlist, .page__content .flex:last-child.flexdownloads, .page__content .flex:last-child.flexfaqs, .page__content .flex:last-child.flexroleslides, .page__content .flex:last-child.flexstatistics--multiple {
  margin-bottom: 0; }

/*  ==========================================================================
	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 rgba(15, 19, 62, 0.15);
  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 .line--1 {
      display: none; }
    .flex--contentcols .content--cols--2 .line--3 {
      display: none; }
    .flex--contentcols .content--cols--3.content--cols--lines .line--1 {
      left: 33.33%; }
    .flex--contentcols .content--cols--3.content--cols--lines .line--2 {
      left: 66.66%; }
    .flex--contentcols .content--cols--3.content--cols--lines .line--3 {
      display: none; }
    .flex--contentcols .content--cols--3.content--cols--lines .gd-u .contentcol__content {
      padding-left: 1.5em;
      padding-right: 1.5em; }
    .flex--contentcols .content--cols--3.content--cols--lines .gd-u:nth-child(3n + 1) .contentcol__content {
      padding-left: 0; }
    .flex--contentcols .content--cols--3.content--cols--lines .gd-u:nth-child(3n) .contentcol__content {
      padding-right: 0; }
    .flex--contentcols .content--cols--4.content--cols--lines .gd-u .contentcol__content {
      padding-left: 1.5em;
      padding-right: 1.5em; }
    .flex--contentcols .content--cols--4.content--cols--lines .gd-u:nth-child(4n + 1) .contentcol__content {
      padding-left: 0; }
    .flex--contentcols .content--cols--4.content--cols--lines .gd-u:nth-child(4n) .contentcol__content {
      padding-right: 0; }
    .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; }

/*  ==========================================================================
	flextextarea
	========================================================================== */
.flex--textbox .textbox__wrap {
  background: #e1e4da;
  -webkit-box-shadow: 5px -5px 34px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px -5px 34px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 5px -5px 34px 2px rgba(0, 0, 0, 0.16);
  padding: 2.5em; }
  @media only screen and (min-width: 550px) {
    .flex--textbox .textbox__wrap {
      padding: 3em; } }
  .flex--textbox .textbox__wrap .textbox__content {
    max-width: 35em;
    margin: 0 auto; }
  .flex--textbox .textbox__wrap ol,
  .flex--textbox .textbox__wrap ul {
    margin-left: 1em; }

/*  ==========================================================================
	flextwocolumn
	========================================================================== */
.flextwocolumn {
  background-color: #0f133e;
  position: relative; }
  .flextwocolumn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f2a43c;
    display: none; }
    @media only screen and (min-width: 1000px) {
      .flextwocolumn:after {
        display: block; } }
  .flextwocolumn .leader.gd-u {
    padding-top: 3em;
    padding-bottom: 0;
    padding-left: 0; }
    @media only screen and (min-width: 700px) {
      .flextwocolumn .leader.gd-u {
        box-sizing: border-box; } }
    @media only screen and (min-width: 1000px) {
      .flextwocolumn .leader.gd-u .bd {
        margin-right: 0; } }
    .flextwocolumn .leader.gd-u h2 {
      margin: 0;
      max-width: 20em; }
  .flextwocolumn .gd-u {
    position: relative;
    z-index: 1;
    padding-top: 3em;
    padding-bottom: 3em; }
    @media only screen and (min-width: 1000px) {
      .flextwocolumn .gd-u .contentcol__content {
        max-width: 20em; } }
    .flextwocolumn .gd-u:nth-child(2n + 1) {
      background-color: #0f133e;
      color: #fff; }
      @media only screen and (min-width: 1000px) {
        .flextwocolumn .gd-u:nth-child(2n + 1) .bd {
          margin-right: 0; } }
      .flextwocolumn .gd-u:nth-child(2n + 1) .flex__heading,
      .flextwocolumn .gd-u:nth-child(2n + 1) .flex__link {
        color: #f2a43c; }
        .flextwocolumn .gd-u:nth-child(2n + 1) .flex__heading .linkline,
        .flextwocolumn .gd-u:nth-child(2n + 1) .flex__link .linkline {
          border-color: #f2a43c; }
    .flextwocolumn .gd-u:nth-child(2n) {
      background-color: #f2a43c;
      color: #fff; }
      @media only screen and (min-width: 1000px) {
        .flextwocolumn .gd-u:nth-child(2n) .bd {
          margin-left: 0; } }
      .flextwocolumn .gd-u:nth-child(2n):after {
        content: "";
        position: absolute;
        left: -7.14%;
        top: 0;
        width: 115%;
        height: 100%;
        background-color: #f2a43c;
        display: block;
        z-index: -1; }
        @media only screen and (min-width: 1000px) {
          .flextwocolumn .gd-u:nth-child(2n):after {
            display: none; } }
      .flextwocolumn .gd-u:nth-child(2n) .flex__link .linkline {
        border-color: #fff; }
      .flextwocolumn .gd-u:nth-child(2n) .flex__textarea {
        color: #0f133e; }
  .flextwocolumn--blue:after {
    background-color: #0f123e; }
  .flextwocolumn--blue .gd-u:nth-child(2n + 1) .flex__heading,
  .flextwocolumn--blue .gd-u:nth-child(2n + 1) .flex__link {
    color: #0f123e; }
    .flextwocolumn--blue .gd-u:nth-child(2n + 1) .flex__heading .linkline,
    .flextwocolumn--blue .gd-u:nth-child(2n + 1) .flex__link .linkline {
      border-color: #0f123e; }
  .flextwocolumn--blue .gd-u:nth-child(2n) {
    background-color: #0f123e; }
    .flextwocolumn--blue .gd-u:nth-child(2n):after {
      background-color: #0f123e; }
  .flextwocolumn--orange:after {
    background-color: #f37149; }
  .flextwocolumn--orange .gd-u:nth-child(2n + 1) .flex__heading,
  .flextwocolumn--orange .gd-u:nth-child(2n + 1) .flex__link {
    color: #f37149; }
    .flextwocolumn--orange .gd-u:nth-child(2n + 1) .flex__heading .linkline,
    .flextwocolumn--orange .gd-u:nth-child(2n + 1) .flex__link .linkline {
      border-color: #f37149; }
  .flextwocolumn--orange .gd-u:nth-child(2n) {
    background-color: #f37149; }
    .flextwocolumn--orange .gd-u:nth-child(2n):after {
      background-color: #f37149; }
  .flextwocolumn--green:after {
    background-color: #008a7d; }
  .flextwocolumn--green .gd-u:nth-child(2n + 1) .flex__heading,
  .flextwocolumn--green .gd-u:nth-child(2n + 1) .flex__link {
    color: #008a7d; }
    .flextwocolumn--green .gd-u:nth-child(2n + 1) .flex__heading .linkline,
    .flextwocolumn--green .gd-u:nth-child(2n + 1) .flex__link .linkline {
      border-color: #008a7d; }
  .flextwocolumn--green .gd-u:nth-child(2n) {
    background-color: #008a7d; }
    .flextwocolumn--green .gd-u:nth-child(2n):after {
      background-color: #008a7d; }

/*  ==========================================================================
	Flex Tile Grid
	========================================================================== */
.flex--tilecols .gd-g {
  margin-right: -0.3em;
  margin-left: -0.3em; }
.flex--tilecols .gd-u {
  padding: 0.3em; }
.flex--tilecols .tilecol {
  position: relative;
  display: block;
  background-color: #000; }
.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;
  opacity: 0.66; }
.flex--tilecols .gd-u-gt550-1-4 .tilecol__img {
  padding: 70% 0 0; }

/*  ==========================================================================
	flex--faqs
	========================================================================== */
.flexfaqs {
  position: relative; }
  .flexfaqs .flex__heading {
    margin-bottom: 0.5em; }
  .flexfaqs .faq {
    display: block;
    position: relative;
    background-color: #f2a43c; }
    .flexfaqs .faq .faq__bd {
      border-bottom: 1px solid rgba(15, 19, 62, 0.15); }
    .flexfaqs .faq:last-child .faq__bd {
      border-bottom: none; }
    .flexfaqs .faq.faq--open {
      margin-bottom: -2px;
      margin-top: -2px;
      background-color: transparent; }
      .flexfaqs .faq.faq--open .faq__bd {
        border-top: 2px solid #f2a43c;
        border-bottom: 2px solid #f2a43c; }
    .flexfaqs .faq .faq__question {
      margin: 0;
      border-top: none;
      padding: 1em 0;
      position: relative;
      cursor: pointer; }
      .flexfaqs .faq .faq__question .accordian__btn {
        position: absolute;
        top: 0.9em;
        right: 0;
        display: block; }
    .flexfaqs .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; }
      .flexfaqs .faq .faq__answer .inner {
        margin: 0;
        padding: 0 0 2em; }
      @media only screen and (min-width: 1000px) {
        .flexfaqs .faq .faq__answer {
          width: 65%; } }
    .flexfaqs .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); }
    .flexfaqs .faq.faq--open .faq__question .fa {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .flexfaqs--blue .faq {
    background-color: #0f123e; }
    .flexfaqs--blue .faq.faq--open .faq__bd {
      border-color: #0f123e;
      border-color: #0f123e; }
  .flexfaqs--orange .faq {
    background-color: #f37149; }
    .flexfaqs--orange .faq.faq--open .faq__bd {
      border-color: #f37149;
      border-color: #f37149; }
  .flexfaqs--green .faq {
    background-color: #008a7d; }
    .flexfaqs--green .faq.faq--open .faq__bd {
      border-color: #008a7d;
      border-color: #008a7d; }

.accordian__btn {
  width: 1.5em;
  height: 1.5em;
  position: relative; }
  .accordian__btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    background: #0f133e; }
  .accordian__btn:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #0f133e; }
  .accordian__btn.open:before {
    display: none; }
  .accordian__btn.open.accordian__btn--pink:after {
    background: #f2a43c; }
  .accordian__btn.open.accordian__btn--orange:after {
    background: #f37149; }
  .accordian__btn.open.accordian__btn--blue:after {
    background: #0f123e; }
  .accordian__btn.open.accordian__btn--green:after {
    background: #008a7d; }

/*  ==========================================================================
	flex--listaccordion
	========================================================================== */
.flexaccordion {
  position: relative; }
  .flexaccordion .flex__heading {
    margin-bottom: 0.5em; }
  @media only screen and (min-width: 700px) {
    .flexaccordion .accordion__content {
      max-width: 20em; } }
  .flexaccordion .accordion__item {
    display: block;
    position: relative;
    background-color: #f2a43c; }
    .flexaccordion .accordion__item .accordion__item__bd {
      border-bottom: 1px solid rgba(15, 19, 62, 0.15); }
    .flexaccordion .accordion__item:last-child .accordion__item__bd {
      border-bottom: none; }
    .flexaccordion .accordion__item.accordion__item--open {
      margin-bottom: -2px;
      margin-top: -2px;
      background-color: transparent; }
      .flexaccordion .accordion__item.accordion__item--open .accordion__item__bd {
        border-top: 2px solid #f2a43c;
        border-bottom: 2px solid #f2a43c; }
    .flexaccordion .accordion__item .accordion__item__question {
      margin: 0;
      border-top: none;
      padding: 0.75em 0;
      position: relative;
      cursor: pointer; }
      .flexaccordion .accordion__item .accordion__item__question .accordian__btn {
        position: absolute;
        top: 1.475em;
        right: 0;
        display: block; }
    .flexaccordion .accordion__item .accordion__item__answer {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      -webkit-transform: translate(0, -1em);
      -moz-transform: translate(0, -1em);
      transform: translate(0, -1em);
      -webkit-transition: max-height 0.25s ease-in;
      -moz-transition: max-height 0.25s ease-in;
      transition: max-height 0.25s ease-in; }
      .flexaccordion .accordion__item .accordion__item__answer .inner {
        margin: 0;
        padding: 0 0 2em; }
        .flexaccordion .accordion__item .accordion__item__answer .inner .accordion__item__content .content__text {
          margin-bottom: 0.5em;
          margin-top: 1em; }
        .flexaccordion .accordion__item .accordion__item__answer .inner .accordion__item__content .content__icon {
          width: 30%;
          max-width: 150px;
          margin-top: 1.5em; }
          .flexaccordion .accordion__item .accordion__item__answer .inner .accordion__item__content .content__icon img {
            width: 100%;
            height: auto; }
        @media only screen and (min-width: 700px) {
          .flexaccordion .accordion__item .accordion__item__answer .inner .accordion__item__listcontainer {
            margin-top: 0; } }
        .flexaccordion .accordion__item .accordion__item__answer .inner .list_item {
          padding: 1em 0;
          border-bottom: 2px solid #f2a43c; }
          .flexaccordion .accordion__item .accordion__item__answer .inner .list_item:first-child {
            padding-top: 0; }
          .flexaccordion .accordion__item .accordion__item__answer .inner .list_item:last-child {
            border-bottom: 0; }
          .flexaccordion .accordion__item .accordion__item__answer .inner .list_item .list_item__heading {
            margin-top: 0.25em; }
        .flexaccordion .accordion__item .accordion__item__answer .inner .content__related {
          margin-top: 2em; }
          .flexaccordion .accordion__item .accordion__item__answer .inner .content__related .content__relatedpost {
            width: 50%; }
            @media only screen and (min-width: 1000px) {
              .flexaccordion .accordion__item .accordion__item__answer .inner .content__related .content__relatedpost {
                width: 60%; } }
          .flexaccordion .accordion__item .accordion__item__answer .inner .content__related .post {
            margin-bottom: 0; }
            .flexaccordion .accordion__item .accordion__item__answer .inner .content__related .post .postimg {
              margin-left: 0;
              margin-right: 0; }
            .flexaccordion .accordion__item .accordion__item__answer .inner .content__related .post .post__categories,
            .flexaccordion .accordion__item .accordion__item__answer .inner .content__related .post .post__heading {
              text-align: left; }
    .flexaccordion .accordion__item.accordion__item--open .accordion__item__answer {
      max-height: 3000px;
      opacity: 1;
      -webkit-transform: translate(0, 0em);
      -moz-transform: translate(0, 0em);
      transform: translate(0, 0em); }
    .flexaccordion .accordion__item.accordion__item--open .accordion__item__question {
      color: #f2a43c;
      padding-bottom: 0; }
      .flexaccordion .accordion__item.accordion__item--open .accordion__item__question .fa {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  .flexaccordion--blue .accordion__item {
    background-color: #0f123e; }
    .flexaccordion--blue .accordion__item.accordion__item--open .accordion__item__question {
      color: #0f123e; }
    .flexaccordion--blue .accordion__item.accordion__item--open .accordion__item__bd {
      border-color: #0f123e;
      border-color: #0f123e; }
    .flexaccordion--blue .accordion__item.accordion__item--open .accordion__item__answer .inner .list_item {
      border-color: #0f123e; }
  .flexaccordion--orange .accordion__item {
    background-color: #f37149; }
    .flexaccordion--orange .accordion__item.accordion__item--open .accordion__item__question {
      color: #f37149; }
    .flexaccordion--orange .accordion__item.accordion__item--open .accordion__item__bd {
      border-color: #f37149;
      border-color: #f37149; }
    .flexaccordion--orange .accordion__item.accordion__item--open .accordion__item__answer .inner .list_item {
      border-color: #f37149; }
  .flexaccordion--green .accordion__item {
    background-color: #008a7d; }
    .flexaccordion--green .accordion__item.accordion__item--open .accordion__item__question {
      color: #008a7d; }
    .flexaccordion--green .accordion__item.accordion__item--open .accordion__item__bd {
      border-color: #008a7d;
      border-color: #008a7d; }
    .flexaccordion--green .accordion__item.accordion__item--open .accordion__item__answer .inner .list_item {
      border-color: #008a7d; }

/*  ==========================================================================
	flex--featuredcasestudies
	========================================================================== */
.flexfeaturedcasestudies .casestudies__categories {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2; }
  @media only screen and (min-width: 700px) {
    .flexfeaturedcasestudies .casestudies__categories {
      margin-bottom: 1.5em; } }
.flexfeaturedcasestudies .casestudies__leader {
  max-width: 23em;
  margin-bottom: 2.5em; }
.flexfeaturedcasestudies .casestudies__carousel .owl-nav {
  display: none; }
  @media only screen and (min-width: 550px) {
    .flexfeaturedcasestudies .casestudies__carousel .owl-nav {
      display: block; } }
  .flexfeaturedcasestudies .casestudies__carousel .owl-nav button {
    font-size: 3em;
    color: #0f123e; }
    .flexfeaturedcasestudies .casestudies__carousel .owl-nav button:hover {
      color: #0f123e;
      background: transparent; }
    .flexfeaturedcasestudies .casestudies__carousel .owl-nav button:focus {
      outline: none; }
  .flexfeaturedcasestudies .casestudies__carousel .owl-nav .owl-next,
  .flexfeaturedcasestudies .casestudies__carousel .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .flexfeaturedcasestudies .casestudies__carousel .owl-nav .owl-next {
    right: -8%; }
    @media only screen and (min-width: 700px) {
      .flexfeaturedcasestudies .casestudies__carousel .owl-nav .owl-next {
        right: -6%; } }
    @media only screen and (min-width: 1200px) {
      .flexfeaturedcasestudies .casestudies__carousel .owl-nav .owl-next {
        right: -7%; } }
  .flexfeaturedcasestudies .casestudies__carousel .owl-nav .owl-prev {
    left: -8%; }
    @media only screen and (min-width: 700px) {
      .flexfeaturedcasestudies .casestudies__carousel .owl-nav .owl-prev {
        left: -6%; } }
    @media only screen and (min-width: 1200px) {
      .flexfeaturedcasestudies .casestudies__carousel .owl-nav .owl-prev {
        left: -7%; } }
.flexfeaturedcasestudies .casestudies__carousel .owl-stage-outer {
  overflow: visible; }
  .flexfeaturedcasestudies .casestudies__carousel .owl-stage-outer .post {
    margin-bottom: 0;
    text-align: left;
    opacity: 0.25; }
    .flexfeaturedcasestudies .casestudies__carousel .owl-stage-outer .post .post__link .postimg {
      margin: 0; }
    .flexfeaturedcasestudies .casestudies__carousel .owl-stage-outer .post .post__heading {
      max-width: 17em;
      margin-left: 0; }
.flexfeaturedcasestudies .casestudies__carousel .owl-item.active .post {
  opacity: 1; }
.flexfeaturedcasestudies .flexfeaturedcasestudies__viewall {
  background-color: rgba(255, 255, 255, 0.25);
  display: block;
  width: 70%;
  padding: 70% 0 0;
  position: relative;
  margin-bottom: 1em;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out; }
  @media only screen and (min-width: 550px) {
    .flexfeaturedcasestudies .flexfeaturedcasestudies__viewall {
      width: 60%;
      padding: 60% 0 0; } }
  @media screen and (max-width: 550px) {
    .flexfeaturedcasestudies .flexfeaturedcasestudies__viewall {
      font-size: 12px; } }
  .flexfeaturedcasestudies .flexfeaturedcasestudies__viewall .flexfeaturedcasestudies__viewall__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .flexfeaturedcasestudies .flexfeaturedcasestudies__viewall:hover {
    background-color: rgba(255, 255, 255, 0.5); }
.flexfeaturedcasestudies--pink .casestudies__carousel .owl-nav button {
  color: #f2a43c; }
  .flexfeaturedcasestudies--pink .casestudies__carousel .owl-nav button:hover {
    color: #f2a43c; }
.flexfeaturedcasestudies--orange .casestudies__carousel .owl-nav button {
  color: #f37149; }
  .flexfeaturedcasestudies--orange .casestudies__carousel .owl-nav button:hover {
    color: #f37149; }
.flexfeaturedcasestudies--green .casestudies__carousel .owl-nav button {
  color: #008a7d; }
  .flexfeaturedcasestudies--green .casestudies__carousel .owl-nav button:hover {
    color: #008a7d; }

/*  ==========================================================================
	flex--listaccordion
	========================================================================== */
.flexaccordion--comparison .mobile {
  display: block; }
  @media only screen and (min-width: 700px) {
    .flexaccordion--comparison .mobile {
      display: none; } }
.flexaccordion--comparison .desktop {
  display: none; }
  @media only screen and (min-width: 700px) {
    .flexaccordion--comparison .desktop {
      display: block; } }
.flexaccordion--comparison .accordion__item .flex__option_title {
  color: #fff;
  margin-top: 2em;
  margin-bottom: 2em; }
.flexaccordion--comparison .accordion__item .accordion__item__question .flex__heading {
  margin-top: 0.5em;
  margin-bottom: 0.25em; }
.flexaccordion--comparison .accordion__item.accordion__item--open .accordion__item__question .question--right {
  color: #0f133e;
  display: none; }
  @media only screen and (min-width: 700px) {
    .flexaccordion--comparison .accordion__item.accordion__item--open .accordion__item__question .question--right {
      display: inline-block; } }
.flexaccordion--comparison .accordion__item.accordion__item--open.accordion__item--open .flex__option_title {
  color: #0f133e; }
.flexaccordion--comparison .accordion__item .accordion__item__answer {
  overflow: visible; }
  .flexaccordion--comparison .accordion__item .accordion__item__answer .inner .accordion__image {
    margin: 1em 0; }
    .flexaccordion--comparison .accordion__item .accordion__item__answer .inner .accordion__image .accordion__image__img {
      width: 100%;
      padding: 50% 0 0 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .flexaccordion--comparison .accordion__item .accordion__item__answer .inner .list_item {
    padding-bottom: 0;
    border-bottom: none; }

/*  ==========================================================================
	Flex Role Slides
	========================================================================== */
.flexroleslides--1 {
  display: block !important; }

.flexroleslides {
  background-color: #f1f1f1;
  max-width: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 999px) {
    .flexroleslides .flexroleslides__bd {
      margin: 0; } }
  @media only screen and (min-width: 700px) {
    .flexroleslides .flexroleslides__bd {
      position: relative;
      z-index: 2; } }
  .flexroleslides .flexroleslides__wrap {
    position: relative; }
    @media only screen and (min-width: 1000px) {
      .flexroleslides .flexroleslides__wrap {
        padding-top: 15%;
        padding-bottom: 10%; } }
    .flexroleslides .flexroleslides__wrap:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: #fff;
      top: 0;
      right: 75%;
      z-index: -2;
      display: none; }
      @media only screen and (min-width: 1000px) {
        .flexroleslides .flexroleslides__wrap:after {
          display: block; } }
  .flexroleslides .flexroleslide {
    position: relative;
    text-align: left;
    overflow: hidden; }
    @media only screen and (min-width: 1000px) {
      .flexroleslides .flexroleslide {
        overflow: visible; } }
    @media only screen and (min-width: 1000px) {
      .flexroleslides .flexroleslide .flexroleslide__bd {
        margin: 0; } }
    .flexroleslides .flexroleslide .slide__titlecontent {
      position: relative;
      padding-top: 3em;
      padding-bottom: 3em; }
      @media only screen and (min-width: 1000px) {
        .flexroleslides .flexroleslide .slide__titlecontent {
          margin-bottom: 0;
          padding-top: 0;
          padding-bottom: 0; } }
      .flexroleslides .flexroleslide .slide__titlecontent:after {
        content: "";
        width: 200%;
        height: 100%;
        position: absolute;
        background: #fff;
        top: 0;
        left: -50%;
        z-index: -2;
        display: block; }
        @media only screen and (min-width: 1000px) {
          .flexroleslides .flexroleslide .slide__titlecontent:after {
            display: none; } }
      .flexroleslides .flexroleslide .slide__titlecontent .slide__title {
        margin: 0; }
      .flexroleslides .flexroleslide .slide__titlecontent .slide__list {
        margin-top: 1.5em;
        list-style-type: none; }
        .flexroleslides .flexroleslide .slide__titlecontent .slide__list li {
          margin-left: 15px;
          margin-bottom: 0.5em;
          position: relative; }
          .flexroleslides .flexroleslide .slide__titlecontent .slide__list li:before {
            content: "";
            position: absolute;
            width: 10px;
            left: -15px;
            top: 0.7em;
            border-top: 2px solid #000; }
    @media only screen and (min-width: 550px) {
      .flexroleslides .flexroleslide .slide__illustrationcontent .slide__illustrationcontent__illustration {
        margin-bottom: 0; } }
    .flexroleslides .flexroleslide .slide__illustrationcontent .slide__illustrationwrap {
      position: relative; }
    .flexroleslides .flexroleslide .slide__illustrationcontent .slide__illustration,
    .flexroleslides .flexroleslide .slide__illustrationcontent .slide__papers {
      padding: 114% 0 0 0;
      background-image: url("img/illustrations/roles_slider/writer.png");
      background-size: contain;
      background-repeat: no-repeat; }
    .flexroleslides .flexroleslide .slide__illustrationcontent .slide__papers {
      position: absolute;
      top: 0;
      width: 100%;
      left: 0;
      background-image: url("img/illustrations/roles_slider/papers1.png");
      z-index: -1; }
      .flexroleslides .flexroleslide .slide__illustrationcontent .slide__papers--2 {
        background-image: url("img/illustrations/roles_slider/papers2.png"); }
    .flexroleslides .flexroleslide .slide__illustrationcontent .slide__desclink {
      display: block;
      margin-top: 1em; }
    .flexroleslides .flexroleslide--writer .slide__illustrationcontent .slide__illustration {
      background-image: url("img/illustrations/roles_slider/writer.png"); }
    .flexroleslides .flexroleslide--scripted-developer .slide__illustrationcontent .slide__illustration {
      background-image: url("img/illustrations/roles_slider/scripted_developer.png"); }
    .flexroleslides .flexroleslide--non-scripted-developer .slide__illustrationcontent .slide__illustration {
      background-image: url("img/illustrations/roles_slider/non-scripted_developer.png"); }
    .flexroleslides .flexroleslide--commissioning-editor .slide__illustrationcontent .slide__illustration {
      background-image: url("img/illustrations/roles_slider/commissioning_editor.png"); }
    .flexroleslides .flexroleslide--non-scripted-producer .slide__illustrationcontent .slide__illustration {
      background-image: url("img/illustrations/roles_slider/non-scripted_producer.png"); }
  .flexroleslides .owl-carousel .animated {
    animation-duration: 250ms;
    -webkit-animation-duration: 250ms; }
  .flexroleslides .owl-carousel .owl-item .slide__titlecontent__content,
  .flexroleslides .owl-carousel .owl-item .slide__illustration,
  .flexroleslides .owl-carousel .owl-item .slide__desccontent {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
    -moz-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
    -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; }
  .flexroleslides .owl-carousel .owl-item.active .slide__titlecontent__content, .flexroleslides .owl-carousel .owl-item.active .slide__desccontent, .flexroleslides .owl-carousel .owl-item.active .slide__illustration {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  .flexroleslides .owl-carousel .owl-item .slide__papers {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
    -moz-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
    -webkit-transition: opacity 250ms ease-out 250ms, -webkit-transform 500ms ease-out 250ms;
    -moz-transition: opacity 250ms ease-out 250ms, -moz-transform 500ms ease-out 250ms;
    transition: opacity 250ms ease-out 250ms, transform 500ms ease-out 250ms; }
    .flexroleslides .owl-carousel .owl-item .slide__papers--2 {
      -webkit-transform: translate(100px, 0px);
      -moz-transform: translate(100px, 0px);
      transform: translate(100px, 0px); }
  .flexroleslides .owl-carousel .owl-item.active .slide__papers {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  .flexroleslides .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 7.14%; }
    @media only screen and (min-width: 1000px) {
      .flexroleslides .owl-carousel .owl-nav {
        width: 100%;
        right: 0;
        margin-top: 5%; }
        .flexroleslides .owl-carousel .owl-nav button:first-child {
          float: left; }
        .flexroleslides .owl-carousel .owl-nav button:last-child {
          float: right; } }
    .flexroleslides .owl-carousel .owl-nav button {
      font-weight: 800;
      color: #0f133e;
      border-bottom: 2px solid #0f133e;
      border-radius: 0;
      margin: 0; }
      .flexroleslides .owl-carousel .owl-nav button:first-child {
        margin-right: 10px; }
      .flexroleslides .owl-carousel .owl-nav button:hover {
        color: #0f133e;
        background: transparent;
        border-color: transparent; }
      .flexroleslides .owl-carousel .owl-nav button:focus {
        outline: none; }

/*  ==========================================================================
	flex--imgfeature
	========================================================================== */
.fleximgfeature--circle .fleximgfeature__img {
  text-align: center; }
  .fleximgfeature--circle .fleximgfeature__img .img {
    margin: 0 auto;
    width: 100%;
    padding: 100% 0 0;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media only screen and (min-width: 550px) {
      .fleximgfeature--circle .fleximgfeature__img .img {
        width: 70%;
        padding: 70% 0 0; } }
.fleximgfeature--circle .fleximgfeature__caption {
  margin: 0 auto;
  text-align: center; }
.fleximgfeature .fleximgfeature__imgcontainer--last {
  display: none; }
@media only screen and (min-width: 1000px) {
  .fleximgfeature .fleximgfeature__imgcontainer {
    margin-bottom: 0; } }
.fleximgfeature .fleximgfeature__imgcontainer .fleximgfeature__img img {
  display: block;
  width: 100%;
  height: auto; }
.fleximgfeature .fleximgfeaturecontent .fleximgfeaturecontent__heading {
  margin: 0 0 0.5em; }
@media only screen and (min-width: 1000px) {
  .fleximgfeature--right .fleximgfeature__imgcontainer--first {
    display: none; }
  .fleximgfeature--right .fleximgfeature__imgcontainer--last {
    display: inline-block; } }
.fleximgfeature .fleximgfeature__related {
  margin-top: 2em; }
  .fleximgfeature .fleximgfeature__related .fleximgfeature__relatedpost {
    width: 60%; }
  .fleximgfeature .fleximgfeature__related .post {
    margin-bottom: 0; }
    .fleximgfeature .fleximgfeature__related .post .postimg {
      margin-left: 0;
      margin-right: 0; }
    .fleximgfeature .fleximgfeature__related .post .post__categories,
    .fleximgfeature .fleximgfeature__related .post .post__heading {
      text-align: left; }
.fleximgfeature .fleximgfeature__caption {
  margin-top: 2em;
  max-width: 25em; }
.fleximgfeature--top .fleximgfeature__content {
  border-top: 2px solid #7c73f6;
  padding-top: 1.5em; }
@media only screen and (min-width: 1000px) {
  .fleximgfeature--top .fleximgfeature__img {
    margin-top: 1.5em; } }
.fleximgfeature--top.fleximgfeature--orange .fleximgfeature__content {
  border-color: #f37149; }
.fleximgfeature--top.fleximgfeature--yellow .fleximgfeature__content {
  border-color: #f2a43c; }
.fleximgfeature--top.fleximgfeature--green .fleximgfeature__content {
  border-color: #008a7d; }
.fleximgfeature--top.fleximgfeature--purple .fleximgfeature__content {
  border-color: #7c73f6; }
.fleximgfeature--top.fleximgfeature--blue .fleximgfeature__content {
  border-color: #0f123e; }
@media only screen and (min-width: 1000px) {
  .fleximgfeature--overlap.fleximgfeature--left .fleximgfeaturecontent .fleximgfeaturecontent__heading {
    max-width: 12em;
    margin-left: -20%;
    position: relative;
    z-index: 10; } }

/*  ==========================================================================
	flex--imgfeatposter
	========================================================================== */
.fleximgfeatposter {
  overflow: hidden;
  color: #fff;
  background-color: #131a48; }
  .fleximgfeatposter .btn {
    margin-top: 2em;
    font-size: 15px;
    font-weight: 700; }
  .fleximgfeatposter__heading {
    color: #fff;
    margin-top: 2em; }
    @media only screen and (min-width: 1000px) {
      .fleximgfeatposter__heading {
        margin-top: 0; } }
  .fleximgfeatposter__blurimg {
    filter: blur(14px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    background-size: cover; }
  .fleximgfeatposter__imgcontainer {
    padding-top: 0; }
  .fleximgfeatposter__img {
    position: relative;
    background-size: cover;
    transform: rotate(8deg) translateY(8%);
    left: -30%;
    width: 120%;
    -webkit-box-shadow: 0 0 50px #131a48;
    -moz-box-shadow: 0 0 50px #131a48;
    box-shadow: 0 0 50px #131a48; }
    .fleximgfeatposter__img::before {
      padding-bottom: 80%;
      content: "";
      display: block; }
  .fleximgfeatposter__links {
    margin-top: 1.5em; }
    .fleximgfeatposter__links li {
      list-style-type: none;
      position: relative;
      padding-left: 1.5em;
      margin-bottom: 0.5em; }
    .fleximgfeatposter__links a i {
      color: #f37149;
      padding: 0;
      position: absolute;
      top: 0.4em;
      left: 0;
      height: 100%;
      font-size: 90%; }
    .fleximgfeatposter__links a .linkline {
      border-bottom-color: #fff; }
  .fleximgfeatposter__text {
    margin-left: 3.625em;
    max-width: 25em; }
  .fleximgfeatposter__description {
    margin-top: 2em; }
  @media only screen and (min-width: 1000px) {
    .fleximgfeatposter .fleximgfeatposter__gd-g {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      align-items: center;
      justify-content: center; }
    .fleximgfeatposter--right .fleximgfeatposter__gd-g {
      -webkit-flex-direction: row-reverse;
      /* Safari 6.1+ */
      flex-direction: row-reverse; }
    .fleximgfeatposter--right .fleximgfeatposter__img {
      transform: rotate(-8deg) translateY(8%);
      left: unset;
      right: -10%; } }

/*  ==========================================================================
	flex--videofeature
	========================================================================== */
@media only screen and (min-width: 1000px) {
  .flexvideofeature .flexvideofeature__videocontainer {
    margin-bottom: 0; } }
.flexvideofeature .flexvideofeature__videocontainer .flexvideofeature__video {
  padding: 56.6% 0 0;
      /* .video__videocode {
				padding: 56.6% 0 0;
				position: relative;

				* {
					display: none;
				}

				iframe {
					display: block;
					position: absolute;
					width: 100%;
					height: 100%;
					left: 0;
					top: 0;
				}
			} */ }
  .flexvideofeature .flexvideofeature__videocontainer .flexvideofeature__video .video__poster,
  .flexvideofeature .flexvideofeature__videocontainer .flexvideofeature__video .video__poster__play {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
  .flexvideofeature .flexvideofeature__videocontainer .flexvideofeature__video .video__poster__play {
    background-size: 18% auto; }
.flexvideofeature .flexvideofeaturecontent .flexvideofeaturecontent__heading {
  position: relative;
  z-index: 3;
  max-width: 14em;
  z-index: 10;
  margin-bottom: 1em;
  margin-top: 0; }
.flexvideofeature .flexvideofeature__caption {
  margin-top: 2em;
  max-width: 25em; }
@media only screen and (min-width: 1000px) {
  .flexvideofeature--overlap .flexvideofeaturecontent .flexvideofeaturecontent__heading {
    max-width: 12em;
    margin-left: -20%;
    position: relative;
    z-index: 10; } }

/*  ==========================================================================
	flex--statistics
	========================================================================== */
.flexstatistics {
  position: relative; }
  .flexstatistics--multiple {
    border-top: 1px solid rgba(15, 19, 62, 0.15);
    border-bottom: 1px solid rgba(15, 19, 62, 0.15); }
  .flexstatistics:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #0f123e;
    display: none;
    z-index: -1; }
    @media only screen and (min-width: 1000px) {
      .flexstatistics:after {
        display: block; } }
  .flexstatistics .flexstatistics__statscontainer {
    position: relative; }
    .flexstatistics .flexstatistics__statscontainer:after {
      content: "";
      position: absolute;
      left: -7.14%;
      top: 0;
      width: 115%;
      height: 100%;
      background-color: #0f123e;
      display: block;
      z-index: -1; }
      @media only screen and (min-width: 1000px) {
        .flexstatistics .flexstatistics__statscontainer:after {
          display: none; } }
    .flexstatistics .flexstatistics__statscontainer--last {
      display: none; }
    @media only screen and (min-width: 1000px) {
      .flexstatistics .flexstatistics__statscontainer {
        margin-bottom: 0; } }
    .flexstatistics .flexstatistics__statscontainer .gd-g {
      margin: 0;
      overflow: hidden; }
    .flexstatistics .flexstatistics__statscontainer .gd-u {
      text-align: center;
      padding: 10% 0;
      position: relative; }
      .flexstatistics .flexstatistics__statscontainer .gd-u:nth-child(2n + 1):before {
        content: "";
        width: 200%;
        height: 1px;
        background: rgba(15, 19, 62, 0.15);
        position: absolute;
        top: 0;
        left: 0; }
      .flexstatistics .flexstatistics__statscontainer .gd-u:first-child:before {
        display: none; }
      .flexstatistics .flexstatistics__statscontainer .gd-u .statistic {
        position: relative;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 2em;
        max-width: 24em;
        box-sizing: border-box;
        margin: 0 auto; }
        .flexstatistics .flexstatistics__statscontainer .gd-u .statistic p {
          margin: 0; }
  .flexstatistics .flexstatisticscontent .flexstatisticscontent__heading {
    margin: 0 0 0.5em; }
  @media only screen and (min-width: 1000px) {
    .flexstatistics .flexstatisticscontent {
      margin-bottom: 0; } }
  @media only screen and (min-width: 1400px) {
    .flexstatistics .flexstatisticscontent {
      padding: 0 10%; } }
  .flexstatistics--single:after {
    display: none; }
  .flexstatistics--single .flexstatistics__statscontainer:after {
    display: none; }
  .flexstatistics--single .flexstatistics__statscontainer .gd-g {
    max-width: 650px;
    margin: 0 auto;
    background: #0f123e; }
  .flexstatistics--single .flexstatistics__statscontainer .gd-u {
    padding: 10% 0; }
  @media only screen and (min-width: 1000px) {
    .flexstatistics--left:after {
      right: auto;
      left: 0; }
    .flexstatistics--left .flexstatistics__statscontainer .gd-g {
      margin-right: -1.5em; }
    .flexstatistics--single .flexstatistics__statscontainer .gd-g {
      margin-right: auto; }
    .flexstatistics--right .flexstatistics__statscontainer .gd-g {
      margin-left: -1.5em; }
    .flexstatistics--right .flexstatistics__statscontainer--first {
      display: none; }
    .flexstatistics--right .flexstatistics__statscontainer--last {
      display: inline-block; }
    .flexstatistics--right.flexstatistics--single .flexstatistics__statscontainer .gd-g {
      margin-left: 0; } }
  .flexstatistics .flexstatistics__related {
    margin-top: 2em; }
    .flexstatistics .flexstatistics__related .flexstatistics__relatedpost {
      width: 60%; }
    .flexstatistics .flexstatistics__related .post {
      margin-bottom: 0; }
      .flexstatistics .flexstatistics__related .post .postimg {
        margin-left: 0;
        margin-right: 0; }
      .flexstatistics .flexstatistics__related .post .post__categories,
      .flexstatistics .flexstatistics__related .post .post__heading {
        text-align: left; }
  .flexstatistics--pink:after {
    background-color: #f2a43c; }
  .flexstatistics--pink .flexstatistics__statscontainer:after {
    background-color: #f2a43c; }
  .flexstatistics--pink.flexstatistics--single .flexstatistics__statscontainer .gd-g {
    background: #f2a43c; }
  .flexstatistics--orange:after {
    background-color: #f37149; }
  .flexstatistics--orange .flexstatistics__statscontainer:after {
    background-color: #f37149; }
  .flexstatistics--orange.flexstatistics--single .flexstatistics__statscontainer .gd-g {
    background: #f37149; }
  .flexstatistics--green:after {
    background-color: #008a7d; }
  .flexstatistics--green .flexstatistics__statscontainer:after {
    background-color: #008a7d; }
  .flexstatistics--green.flexstatistics--single .flexstatistics__statscontainer .gd-g {
    background: #008a7d; }

/*  ==========================================================================
	flex--downloads
	========================================================================== */
.flexdownloads .flex__bd {
  padding: 3em 0; }
  @media only screen and (min-width: 550px) {
    .flexdownloads .flex__bd {
      padding: 4em 0; } }
@media only screen and (min-width: 1000px) {
  .flexdownloads .flexdownloads__text {
    margin-bottom: 0; } }
.flexdownloads .flexdownloads__content {
  color: #fff;
  max-width: 21.5em; }
.flexdownloads .flexdownloads__heading {
  margin-top: 0;
  margin-bottom: 1em; }
.flexdownloads .flexdownloads__downloads {
  position: relative; }
.flexdownloads .download {
  background: #fff;
  padding: 1em 1.5em;
  margin-bottom: 1px; }
  @media only screen and (min-width: 550px) {
    .flexdownloads .download {
      padding: 1.5em 2em; } }
  .flexdownloads .download .download__title {
    margin-top: 0; }
  .flexdownloads .download .download__type {
    margin-bottom: 0; }
  .flexdownloads .download .download__content {
    padding-left: 2em;
    position: relative;
    min-height: 1.5em; }
    @media only screen and (min-width: 550px) {
      .flexdownloads .download .download__content {
        padding-left: 3em; } }
    .flexdownloads .download .download__content .fas {
      position: absolute;
      left: 0;
      font-size: 1.5em;
      padding: 0; }

/*  ==========================================================================
	flex--list_items
	========================================================================== */
.flexnumberedlist {
  border-top: 1px solid rgba(15, 19, 62, 0.15);
  border-bottom: 1px solid rgba(15, 19, 62, 0.15);
  position: relative; }
  .flexnumberedlist:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #008a7d;
    display: none;
    z-index: -1; }
    @media only screen and (min-width: 1000px) {
      .flexnumberedlist:after {
        display: block; } }
  .flexnumberedlist .flexnumberedlist__listcontainer {
    padding-bottom: 3em;
    position: relative; }
    @media only screen and (min-width: 1000px) {
      .flexnumberedlist .flexnumberedlist__listcontainer {
        padding-top: 3em;
        padding-left: 0; } }
    .flexnumberedlist .flexnumberedlist__listcontainer:after {
      content: "";
      position: absolute;
      left: -7.14%;
      top: 0;
      width: 115%;
      height: 100%;
      background-color: #008a7d;
      display: block;
      z-index: -1; }
      @media only screen and (min-width: 1000px) {
        .flexnumberedlist .flexnumberedlist__listcontainer:after {
          display: none; } }
    .flexnumberedlist .flexnumberedlist__listcontainer--first {
      display: none; }
    .flexnumberedlist .flexnumberedlist__listcontainer .gd-g {
      margin: 0;
      border: 1px solid rgba(15, 19, 62, 0.15);
      overflow: hidden; }
    .flexnumberedlist .flexnumberedlist__listcontainer .list_item {
      border-top: 1px solid rgba(15, 19, 62, 0.15);
      padding: 3em 0;
      margin: 0 auto; }
      .flexnumberedlist .flexnumberedlist__listcontainer .list_item:last-child {
        padding-bottom: 0;
        margin-bottom: -1em; }
      .flexnumberedlist .flexnumberedlist__listcontainer .list_item:first-child {
        border-top: 0; }
      @media only screen and (min-width: 550px) {
        .flexnumberedlist .flexnumberedlist__listcontainer .list_item {
          padding: 3em; } }
      @media only screen and (min-width: 1000px) {
        .flexnumberedlist .flexnumberedlist__listcontainer .list_item:first-child {
          padding-top: 0; } }
      .flexnumberedlist .flexnumberedlist__listcontainer .list_item--number {
        padding-left: 5em;
        position: relative; }
        .flexnumberedlist .flexnumberedlist__listcontainer .list_item--number .list_item__number {
          width: 40px;
          height: 40px;
          text-align: center;
          line-height: 40px;
          background: rgba(0, 0, 0, 0.25);
          border-radius: 50%;
          position: absolute;
          left: 1em;
          margin-top: -5px; }
        @media only screen and (min-width: 550px) {
          .flexnumberedlist .flexnumberedlist__listcontainer .list_item--number {
            padding-left: 7em; }
            .flexnumberedlist .flexnumberedlist__listcontainer .list_item--number .list_item__number {
              left: 3em; } }
      .flexnumberedlist .flexnumberedlist__listcontainer .list_item .list_item__heading {
        margin-top: 0; }
  @media only screen and (min-width: 1000px) {
    .flexnumberedlist .flexnumberedlist__contentcontainer {
      margin-bottom: 0; } }
  .flexnumberedlist .flexnumberedlist__contentcontainer .flexnumberedlistcontent {
    padding: 3em 0; }
    @media only screen and (min-width: 550px) {
      .flexnumberedlist .flexnumberedlist__contentcontainer .flexnumberedlistcontent {
        padding: 3em 0 0; } }
    @media only screen and (min-width: 1000px) {
      .flexnumberedlist .flexnumberedlist__contentcontainer .flexnumberedlistcontent {
        padding: 3em;
        max-width: 20em;
        margin-left: auto;
        margin-right: auto; } }
    .flexnumberedlist .flexnumberedlist__contentcontainer .flexnumberedlistcontent .flexnumberedlistcontent__heading {
      margin: 0 0 0.5em; }
    .flexnumberedlist .flexnumberedlist__contentcontainer .flexnumberedlistcontent .post {
      margin-bottom: 0; }
  .flexnumberedlist .flexnumberedlist__contentcontainer .flexnumberedlist__related {
    margin-top: 2em; }
    .flexnumberedlist .flexnumberedlist__contentcontainer .flexnumberedlist__related .flexnumberedlist__relatedpost {
      width: 60%; }
      @media only screen and (min-width: 1000px) {
        .flexnumberedlist .flexnumberedlist__contentcontainer .flexnumberedlist__related .flexnumberedlist__relatedpost {
          width: 70%; } }
    .flexnumberedlist .flexnumberedlist__contentcontainer .flexnumberedlist__related .post {
      margin-bottom: 0; }
      .flexnumberedlist .flexnumberedlist__contentcontainer .flexnumberedlist__related .post .postimg {
        margin-left: 0;
        margin-right: 0; }
      .flexnumberedlist .flexnumberedlist__contentcontainer .flexnumberedlist__related .post .post__categories,
      .flexnumberedlist .flexnumberedlist__contentcontainer .flexnumberedlist__related .post .post__heading {
        text-align: left; }
  @media only screen and (min-width: 1000px) {
    .flexnumberedlist--left .flexnumberedlist__listcontainer--first {
      display: inline-block; }
    .flexnumberedlist--left .flexnumberedlist__listcontainer--last {
      display: none; }
    .flexnumberedlist--left:after {
      left: 0;
      right: auto; }
    .flexnumberedlist--left .flexnumberedlist__listcontainer {
      padding-right: 0;
      padding-left: 1.5em; } }
  .flexnumberedlist--yellow:after {
    background-color: #f2a43c; }
  .flexnumberedlist--yellow .flexnumberedlist__listcontainer:after {
    background-color: #f2a43c; }
  .flexnumberedlist--orange:after {
    background-color: #f37149; }
  .flexnumberedlist--orange .flexnumberedlist__listcontainer:after {
    background-color: #f37149; }
  .flexnumberedlist--green:after {
    background-color: #008a7d; }
  .flexnumberedlist--green .flexnumberedlist__listcontainer:after {
    background-color: #008a7d; }
  .flexnumberedlist--blue:after {
    background-color: #0f123e; }
  .flexnumberedlist--blue .flexnumberedlist__listcontainer:after {
    background-color: #0f123e; }

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

/*  ==========================================================================
	flex--img
	========================================================================== */
.fleximg .fleximg__img {
  width: 100%; }
  .fleximg .fleximg__img img {
    width: 100%;
    display: block; }
.fleximg .fleximg__caption {
  margin-top: 2em; }

/*  ==========================================================================
	flex--images
	========================================================================== */
.galleryitem {
  margin-bottom: 2em; }
  .galleryitem .galleryitem__img {
    width: 100%;
    display: block; }
  .galleryitem .galleryitem__caption {
    margin-top: 1.5em; }

/*  ==========================================================================
	flex featuredposts
	========================================================================== */
.flex--featuredposts .leader {
  margin-bottom: 3em; }
  @media only screen and (min-width: 1000px) {
    .flex--featuredposts .leader {
      width: 50%; } }
  .flex--featuredposts .leader p {
    max-width: 21.5em;
    margin: 0; }
    @media only screen and (min-width: 1000px) {
      .flex--featuredposts .leader p {
        margin: 0 auto; } }

/*  ==========================================================================
	flex--quote
	========================================================================== */
.flexquote {
  position: relative;
  /* 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; }
    @media only screen and (min-width: 1000px) {
      .flexquote .flexquote__bd .content {
        width: 65%;
        margin-right: 0; } }
  .flexquote.flexquote--withimg {
    color: #fff;
    background: #000;
    overflow: hidden; }
    .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 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
.flexvideo .flexvideo__caption {
  margin-top: 1.5em; }

/*  ==========================================================================
	flex cta
	========================================================================== */
.flexcta {
  text-align: left;
  position: relative;
  /* flexquote--img */ }
  .flexcta .flexcta__bd {
    position: relative;
    z-index: 2; }
    .flexcta .flexcta__bd .flexcta__content {
      max-width: 36em;
      margin-left: 0; }
    .flexcta .flexcta__bd .flexcta__cta a {
      display: inline-block;
      margin: 0 0.5em 0.75em 0; }
      @media only screen and (min-width: 550px) {
        .flexcta .flexcta__bd .flexcta__cta a {
          margin: 0 0.25em 0.75em; }
          .flexcta .flexcta__bd .flexcta__cta a:first-child {
            margin-left: 0; }
          .flexcta .flexcta__bd .flexcta__cta a:last-child {
            margin-right: 0; } }
  .flexcta.flexcta--withimg {
    color: #fff;
    background: #0f133e;
    overflow: hidden; }
    .flexcta.flexcta--withimg .linkline {
      border-color: #fff; }
    .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; }
    .flexcta.flexcta--withimg .post .post__link:hover .post__heading {
      color: #0f133e; }
  .flexcta.flexcta--post .flexcta__content {
    text-align: center; }
  .flexcta.flexcta--post .post {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (min-width: 550px) {
    .flexcta.flexcta--post {
      text-align: left; }
      .flexcta.flexcta--post .post {
        max-width: none;
        text-align: left;
        margin-bottom: 0; }
        .flexcta.flexcta--post .post .postimg {
          margin-left: 0; }
      .flexcta.flexcta--post .flexcta__content {
        margin-left: 0;
        text-align: left; } }

/*  ==========================================================================
	flex Team
	========================================================================== */
.flexteam {
  text-align: center; }
  @media only screen and (min-width: 1000px) {
    .flexteam {
      text-align: left; } }
  .flexteam .gd-g {
    margin: 0; }
  .flexteam .flexteam__content {
    padding: 3em 0;
    max-width: 25em;
    margin: 0 auto; }
    @media only screen and (min-width: 550px) {
      .flexteam .flexteam__content {
        padding: 3em; } }
    @media only screen and (min-width: 1000px) {
      .flexteam .flexteam__content {
        padding: 2em 3em; } }
    @media only screen and (min-width: 1200px) {
      .flexteam .flexteam__content {
        padding: 4em 5em; } }
  .flexteam .flexteamcontent__heading {
    margin-top: 0;
    margin-bottom: 0.75em; }
  .flexteam .flexteamcontent__link {
    margin-top: 2em;
    display: block; }
  .flexteam .flexteam__members {
    text-align: left;
    position: relative; }
    .flexteam .flexteam__members--1 .gd-u {
      width: 100%; }
    .flexteam .flexteam__members--1:after {
      display: none; }
    .flexteam .flexteam__members .gd-u {
      position: relative;
      vertical-align: top; }
    .flexteam .flexteam__members .gd-u:first-child:after {
      display: none; }
  .flexteam .flexteam__contentcontainer {
    padding: 0; }
  .flexteam .flexteam__teamcontainer {
    padding-left: 0;
    padding-right: 0; }
    .flexteam .flexteam__teamcontainer--last {
      display: none; }
  @media only screen and (min-width: 1000px) {
    .flexteam--right .flexteam__teamcontainer--first {
      display: none; }
    .flexteam--right .flexteam__teamcontainer--last {
      display: inline-block; } }

.teammember__detail {
  padding: 0;
  width: calc(100% - 14.28%); }
  @media only screen and (min-width: 700px) {
    .teammember__detail {
      width: 75%; } }
  @media only screen and (min-width: 1000px) {
    .teammember__detail {
      height: 0;
      padding-top: calc((100% - 14.28%) / 2);
      overflow: hidden; } }
  .teammember__detail .detailpicture {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    max-width: none;
    border-radius: 0; }
    @media only screen and (min-width: 1000px) {
      .teammember__detail .detailpicture {
        position: absolute;
        top: 0;
        left: 0;
        padding-bottom: 0;
        height: 100%;
        width: 50%; } }
    .teammember__detail .detailpicture .detailpicture__img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .teammember__detail .detailbio {
    width: 100%;
    padding: 5% 7.5% 5% 5%;
    box-sizing: border-box; }
    @media only screen and (min-width: 1000px) {
      .teammember__detail .detailbio {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        margin-left: 50%;
        height: 100%;
        overflow-y: scroll; } }
    .teammember__detail .detailbio .detailbio__bio {
      margin-bottom: 3em; }
    .teammember__detail .detailbio .detailbio__contact a {
      margin-left: 0.5em; }
      .teammember__detail .detailbio .detailbio__contact a:first-child {
        margin-left: 0; }

/*  ==========================================================================
	Posts/Events Carousel
	========================================================================== */
.flex--postscarousel {
  overflow: hidden;
  max-width: 100%; }
  .flex--postscarousel .post {
    text-align: left; }
    .flex--postscarousel .post .post__link .postimg {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      border-radius: 0; }
    .flex--postscarousel .post .post__heading {
      max-width: none; }
  .flex--postscarousel .post__categories i {
    margin-right: 0.5em; }

.posts--carousel {
  margin-bottom: 0;
  /*.owl-stage-outer{
			overflow: visible!important;
			will-change: height;
		}*/ }

.postscarousel {
  margin: 0 -0.75em; }
  @media only screen and (min-width: 550px) {
    .postscarousel {
      margin-left: -1em;
      margin-right: -1em; } }
  @media only screen and (min-width: 550px) {
    .postscarousel {
      margin-left: -1.25em;
      margin-right: -1.25em; } }
  @media only screen and (min-width: 1000px) {
    .postscarousel {
      margin-left: -1.5em;
      margin-right: -1.5em; } }
  .postscarousel .post,
  .postscarousel .postscarousel__description {
    margin-bottom: 0;
    border-right: none;
    position: relative;
    padding-left: 0.75em;
    padding-right: 0.75em; }
    @media only screen and (min-width: 550px) {
      .postscarousel .post,
      .postscarousel .postscarousel__description {
        padding-left: 1em;
        padding-right: 1em; } }
    @media only screen and (min-width: 550px) {
      .postscarousel .post,
      .postscarousel .postscarousel__description {
        padding-left: 1.25em;
        padding-right: 1.25em; } }
    @media only screen and (min-width: 1000px) {
      .postscarousel .post,
      .postscarousel .postscarousel__description {
        padding-left: 1.5em;
        padding-right: 1.5em; } }
    .postscarousel .post:after,
    .postscarousel .postscarousel__description:after {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      border-right: solid 1px #ddd;
      height: 1000px; }
  .postscarousel .owl-item:last-child .post,
  .postscarousel .owl-item:last-child .postscarousel__description {
    border: none; }

.postscarousel__carousel {
  margin-left: 7.14%; }

.postscarousel__header {
  position: relative;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  border-top: 1px solid #ddd; }
  .postscarousel__header h4 {
    margin: 0; }

.postscarousel__options {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }
  .postscarousel__options > * {
    display: inline-block; }
  .postscarousel__options .btn {
    margin: 0;
    display: none; }
  @media only screen and (min-width: 700px) {
    .postscarousel__options .btn {
      display: inline-block; } }

.carousel__nav a {
  display: inline-block;
  padding: 0.75em 1em;
  border-right: 1px solid #ddd; }
  .carousel__nav a:last-child {
    border: none; }
  .carousel__nav a .fal {
    padding: 0; }

/*  ==========================================================================
	flex featuredposts
	========================================================================== */
.flexfeaturedposts .post {
  text-align: left; }
  .flexfeaturedposts .post .post__link .postimg {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0; }
.flexfeaturedposts .post__categories i {
  margin-right: 0.5em; }
.flexfeaturedposts .flexfeaturedposts__heading {
  margin-bottom: 2em;
  margin-top: 0; }
.flexfeaturedposts .flexfeaturedposts__content {
  margin-bottom: 2em; }
.flexfeaturedposts .fpleader {
  text-align: center;
  max-width: 22em;
  margin: 0; }
  .flexfeaturedposts .fpleader p {
    margin: 0 0 0.5em; }
.flexfeaturedposts .flexfeaturedposts__ctawrap {
  text-align: center;
  position: relative;
  margin-top: 2em; }
  .flexfeaturedposts .flexfeaturedposts__ctawrap:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    border-top: 1px solid #ddd;
    z-index: -1; }
  .flexfeaturedposts .flexfeaturedposts__ctawrap .flexfeaturedposts__ctawrap__cta {
    padding: 1em;
    background: #fff;
    display: inline-block; }
    .flexfeaturedposts .flexfeaturedposts__ctawrap .flexfeaturedposts__ctawrap__cta .btn {
      margin: 0; }
.flexfeaturedposts--single .post .post__link .postimg {
  margin: 0 0 1em 0; }
.flexfeaturedposts--multiple .fpleader {
  margin: 0 auto; }
.flexfeaturedposts .flexpostcount--1.posts {
  margin-bottom: 0; }
.flexfeaturedposts .flexpostcount--1 .post {
  margin-bottom: 0; }
.flexfeaturedposts .flexpostcount--1 .flexfeaturedposts__heading {
  margin-bottom: 0.5em;
  margin-top: 0; }
  .flexfeaturedposts .flexpostcount--1 .flexfeaturedposts__heading span {
    padding: 0; }
  .flexfeaturedposts .flexpostcount--1 .flexfeaturedposts__heading:after {
    display: none; }
.flexfeaturedposts .flexpostcount--1 .fpleader {
  margin-bottom: 0.75em; }
.flexfeaturedposts .flexpostcount--1 .flexfeaturedposts__content {
  text-align: center; }
@media only screen and (min-width: 700px) {
  .flexfeaturedposts .flexpostcount--1 .flexfeaturedposts__content {
    text-align: left;
    margin-bottom: 0; }
  .flexfeaturedposts .flexpostcount--1 .flexfeaturedposts__heading {
    text-align: left; }
  .flexfeaturedposts .flexpostcount--1 .fpleader {
    text-align: left; }
    .flexfeaturedposts .flexpostcount--1 .fpleader .leader {
      margin-right: 10%; } }
@media only screen and (min-width: 800px) {
  .flexfeaturedposts .flexpostcount--1 .fpleader {
    text-align: left; }
    .flexfeaturedposts .flexpostcount--1 .fpleader .leader {
      margin-right: 15%; } }

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

.flexslides {
  max-width: 100%;
  overflow: hidden; }
  .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"; }

/*  ==========================================================================
	Quiz Colours
	========================================================================== */
.bg--pp-dark-purple {
  background: #6056df; }

.bg--pp-purple {
  background: #7c73f6; }

/*  ==========================================================================
	Quiz Nav
	========================================================================== */
.quiz__nav {
  background: #6056df;
  border-bottom: 1px solid #fff;
  padding: 0.75em 0;
  z-index: 13;
  position: fixed;
  left: 0;
  right: 0;
  top: 0; }
  .quiz__nav .gd-g .gd-u:nth-child(2) {
    text-align: left; }
    @media only screen and (min-width: 700px) {
      .quiz__nav .gd-g .gd-u:nth-child(2) {
        text-align: center; } }
  .quiz__nav .quiz__nav__logo .quiz__logo {
    width: 100%;
    max-width: 100px; }
    @media only screen and (min-width: 700px) {
      .quiz__nav .quiz__nav__logo .quiz__logo {
        max-width: 200px; } }
    .quiz__nav .quiz__nav__logo .quiz__logo a {
      padding: 1.5em;
      box-sizing: border-box;
      display: block; }
    @media only screen and (min-width: 700px) {
      .quiz__nav .quiz__nav__logo .quiz__logo {
        width: 33%; } }
    @media only screen and (min-width: 700px) {
      .quiz__nav .quiz__nav__logo .quiz__logo {
        width: 150px; } }
    .quiz__nav .quiz__nav__logo .quiz__logo .quiz__logo__img {
      position: relative;
      width: 100%;
      padding-top: 11%; }
      .quiz__nav .quiz__nav__logo .quiz__logo .quiz__logo__img svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto; }
      .quiz__nav .quiz__nav__logo .quiz__logo .quiz__logo__img .cls-2 {
        fill: #131a48; }
      .quiz__nav .quiz__nav__logo .quiz__logo .quiz__logo__img .cls-1 {
        fill: #fff; }
  .quiz__nav .quiz__nav__heading {
    display: none; }
    @media only screen and (min-width: 700px) {
      .quiz__nav .quiz__nav__heading {
        display: inline-block; } }
    .quiz__nav .quiz__nav__heading .quiz__nav__heading__text {
      display: inline; }
      @media screen and (max-width: 1000px) {
        .quiz__nav .quiz__nav__heading .quiz__nav__heading__text {
          font-size: 24px; } }
  .quiz__nav .quiz__nav__startover a {
    display: block; }

.nav__bg--blue .quiz__nav {
  background: #0f123e; }

.nav__bg--orange .quiz__nav {
  background: #f37149; }

/*  ==========================================================================
	Quiz Main landing page
	========================================================================== */
.main--quizhomepage {
  overflow: hidden; }

.quiz__title__area h2 {
  font-weight: 800; }

.quiz__bubble {
  margin-top: 1em;
  font-weight: 800;
  padding: 0.75em 1.5em;
  background: #f2a43c;
  border-radius: 30px;
  display: inline-block; }

.quiz__instruction {
  display: block;
  text-align: center; }
  .quiz__instruction::after {
    content: "";
    background: url("img/quiz__finger.svg");
    display: block;
    width: 42px;
    height: 52px;
    background-size: cover;
    margin: auto; }

.quiz__category__wrapper {
  position: relative;
  z-index: 1; }
  .quiz__category__wrapper .quiz__circle {
    position: absolute;
    top: calc(100% / 3);
    left: calc(100% / 4);
    width: 154px;
    height: 154px;
    background: url("img/quiz__circle.svg");
    z-index: 2; }
  .quiz__category__wrapper .quiz__circle__two {
    position: absolute;
    bottom: 0;
    right: -3em;
    width: 154px;
    height: 154px;
    background: url("img/quiz__circle.svg");
    z-index: 2; }
  .quiz__category__wrapper .quiz__rectangle {
    position: absolute;
    bottom: -2em;
    left: 15em;
    width: 358px;
    height: 184px;
    background: url("img/quiz__rectangle.svg");
    z-index: 2; }
  .quiz__category__wrapper .quiz__square {
    position: absolute;
    top: 9em;
    right: -3em;
    width: 307px;
    height: 270px;
    background: url("img/quiz__square.svg");
    z-index: 2; }
  .quiz__category__wrapper .quiz__triangle {
    position: absolute;
    top: 3em;
    left: -4em;
    width: 200px;
    height: 263px;
    background: url("img/quiz__triange.svg");
    z-index: 2; }
  .quiz__category__wrapper .quiz__category__box {
    pointer-events: auto;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 4em 3em;
    min-height: 300px;
    margin: 1.5em;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 2em;
    height: 100%; }
    @media only screen and (min-width: 1200px) {
      .quiz__category__wrapper .quiz__category__box {
        margin: 0; } }
    @media only screen and (min-width: 1400px) {
      .quiz__category__wrapper .quiz__category__box {
        padding: 4em 3em;
        min-height: auto; } }
    .quiz__category__wrapper .quiz__category__box:before {
      background: #7c73f6;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      z-index: 3;
      border-radius: 2em; }
    .quiz__category__wrapper .quiz__category__box--content {
      position: relative;
      z-index: 4; }
    .quiz__category__wrapper .quiz__category__box .image__fan {
      position: absolute;
      top: 2em;
      left: 2em;
      right: 2em;
      bottom: 3em;
      z-index: 2; }
      .quiz__category__wrapper .quiz__category__box .image__fan img {
        z-index: 2;
        display: block;
        position: absolute;
        z-index: 2;
        max-width: 250px;
        -webkit-transition: all 250ms ease-out 0ms;
        -moz-transition: all 250ms ease-out 0ms;
        transition: all 250ms ease-out 0ms; }
        .quiz__category__wrapper .quiz__category__box .image__fan img:first-child {
          top: 0;
          left: 0;
          opacity: 0;
          -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          -moz-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -moz-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
        .quiz__category__wrapper .quiz__category__box .image__fan img:nth-child(2) {
          top: 0.5;
          right: 0;
          left: auto;
          bottom: auto;
          opacity: 0;
          -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          -moz-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -moz-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
        .quiz__category__wrapper .quiz__category__box .image__fan img:last-child {
          bottom: 0;
          left: 0;
          right: 0;
          top: auto;
          opacity: 0;
          -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          -moz-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -moz-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
    .quiz__category__wrapper .quiz__category__box:hover img:first-child {
      transform: rotate(-20deg);
      transform-origin: center;
      top: -7em;
      left: -6em;
      opacity: 1; }
    .quiz__category__wrapper .quiz__category__box:hover img:nth-child(2) {
      transform: rotate(20deg);
      transform-origin: center;
      top: -5em;
      right: -8em;
      opacity: 1; }
    .quiz__category__wrapper .quiz__category__box:hover img:last-child {
      transform: rotate(25deg);
      bottom: -8em;
      left: 3em;
      opacity: 1; }
  .quiz__category__wrapper .gd-g {
    pointer-events: none; }
    .quiz__category__wrapper .gd-g:hover > * {
      opacity: 0.5; }
    .quiz__category__wrapper .gd-g:hover > *:hover {
      opacity: 1;
      z-index: 5; }
      .quiz__category__wrapper .gd-g:hover > *:hover img {
        z-index: 4; }

/*  ==========================================================================
	Quiz Question
	========================================================================== */
.question--fade {
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -moz-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .question--fade.effect--delay-2 {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms; }
  .question--fade.effect--delay-3 {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    transition-delay: 450ms; }

@media only screen and (min-width: 1400px) {
  .question__bd {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; } }
.question__bd.question__loaded .question--fade {
  opacity: 1; }

.main--quiz--question {
  position: relative;
  z-index: 3;
  overflow: hidden;
  min-height: 100vh;
  box-sizing: border-box; }
  @media screen and (max-width: 700px) {
    .main--quiz--question {
      padding-top: 0; } }

.single-quiz,
.tax-quizcategories {
  background: #6056df; }

.question__nav {
  display: none;
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 250ms ease-out 0ms;
  -moz-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms; }
  @media only screen and (min-width: 700px) {
    .question__nav--active {
      display: block;
      opacity: 1; } }
  .question__nav .inlinenavlist {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .question__nav li {
    margin: 0 0.25em; }
    .question__nav li a {
      background: #7c73f6;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-sizing: border-box; }
    .question__nav li:not(:first-child) a {
      border-radius: 34px;
      padding: 0px;
      width: 34px;
      height: 34px;
      line-height: 34px; }
      .question__nav li:not(:first-child) a i {
        padding: 0; }
    .question__nav li:first-child a {
      border-radius: 40px;
      padding: 0.5em 0.75em; }
    .question__nav li.current span {
      background: #7c73f6;
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-sizing: border-box;
      border-radius: 34px;
      padding: 0px;
      width: 34px;
      height: 34px;
      line-height: 34px;
      display: block; }
      .question__nav li.current span i {
        opacity: 0;
        visibility: hidden; }

.question__header__inner {
  margin: 0 auto;
  box-sizing: border-box; }
  @media only screen and (min-width: 700px) {
    .question__header__inner {
      width: 90%; } }
  @media only screen and (min-width: 1200px) {
    .question__header__inner {
      width: 85%; } }

.quiz__card {
  position: relative;
  max-width: 400px;
  margin: auto;
  -webkit-transition: all 350ms ease-out 0ms;
  -moz-transition: all 350ms ease-out 0ms;
  transition: all 350ms ease-out 0ms; }
  .quiz__card--content {
    border-radius: 1em;
    position: relative;
    z-index: 3;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    padding: 1em 1em 3em 1em;
    box-sizing: border-box; }
  .quiz__card:before {
    content: "";
    background: #7c73f6;
    border-radius: 1em;
    transform: rotate(-10deg);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15); }
  .quiz__card .quiz__question__heading {
    margin-top: 0.5em;
    margin-left: -1em;
    position: relative;
    line-height: 32px; }
    @media only screen and (min-width: 550px) {
      .quiz__card .quiz__question__heading {
        font-size: 26px; } }
    @media only screen and (min-width: 700px) {
      .quiz__card .quiz__question__heading {
        font-size: 28px; } }
    @media only screen and (min-width: 1200px) {
      .quiz__card .quiz__question__heading {
        font-size: 30px; } }
    @media only screen and (min-width: 1400px) {
      .quiz__card .quiz__question__heading {
        font-size: 30px; } }
    @media only screen and (min-width: 1600px) {
      .quiz__card .quiz__question__heading {
        font-size: 32px; } }

.quiz__card__media--image {
  position: relative;
  padding-top: 57.5%; }
  .quiz__card__media--image .media__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.quiz__button {
  border-radius: 1em;
  width: auto;
  display: block;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  padding: 0.25em; }
  @media only screen and (min-width: 1000px) {
    .quiz__button:before {
      content: "";
      background: url(img/quiz__chevrons.svg);
      z-index: 2;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 90px;
      height: auto;
      right: 0;
      bottom: 0;
      display: block; }
    .quiz__button:hover::before {
      opacity: 1; } }
  @media only screen and (min-width: 1000px) {
    .quiz__button {
      padding: 0;
      height: 160px;
      border-radius: 100%;
      position: relative;
      box-sizing: border-box;
      width: 160px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .quiz__button__moveable {
        display: inline-block;
        transform: translate(0px, 0px);
        position: relative; } }
  @media only screen and (min-width: 1200px) {
    .quiz__button {
      height: 200px;
      border-radius: 100%;
      position: relative;
      box-sizing: border-box;
      width: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; } }
  .quiz__button__moveable {
    position: fixed;
    bottom: 0;
    padding: 1em;
    box-sizing: border-box;
    z-index: 10;
    width: 50%;
    -webkit-transition: transform 500ms ease-in 0ms;
    -moz-transition: transform 500ms ease-in 0ms;
    transition: transform 500ms ease-in 0ms; }
    @media only screen and (min-width: 1000px) {
      .quiz__button__moveable {
        z-index: 6;
        padding: 0;
        position: relative; } }
    .quiz__button__moveable.moving {
      -webkit-transition: transform 0ms ease-in 0ms;
      -moz-transition: transform 0ms ease-in 0ms;
      transition: transform 0ms ease-in 0ms; }
    .quiz__button__moveable--yes {
      right: 0; }
    .quiz__button__moveable--no {
      left: 0; }
  .quiz__button--yes {
    background-color: #008a7d;
    color: #fff; }
    @media only screen and (min-width: 1000px) {
      .quiz__button--yes {
        position: relative;
        background: #fff;
        color: #6056df;
        animation-name: floating;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out; }
      @keyframes floating {
        from {
          transform: translate(0, 0px); }
        65% {
          transform: translate(0, 15px); }
        to {
          transform: translate(0, 0px); } } }
    .quiz__button--yes:before {
      left: -120px; }
  .quiz__button--no {
    color: #fff;
    background-color: #f2a43c;
    margin-top: 0.5em; }
    @media only screen and (min-width: 1000px) {
      .quiz__button--no {
        position: relative;
        background: #131a48;
        animation-name: floating;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out; }
      @keyframes floating {
        from {
          transform: translate(0, 0px); }
        65% {
          transform: translate(0, 15px); }
        to {
          transform: translate(0, 0px); } } }
    .quiz__button--no:before {
      right: -120px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
  .quiz__button--yes:before, .quiz__button--no:before {
    pointer-events: none; }

.quiz__loader {
  position: fixed;
  z-index: 10;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 1px;
  height: 1px;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: transform 800ms ease-in-out, background 300ms ease-in-out;
  -moz-transition: transform 800ms ease-in-out, background 300ms ease-in-out;
  transition: transform 800ms ease-in-out, background 300ms ease-in-out; }
  .quiz__loader--active {
    -webkit-transform: scale(3000);
    -moz-transform: scale(3000);
    transform: scale(3000);
    opacity: 1;
    width: 100px;
    height: 100px;
    z-index: 11; }
    @media only screen and (min-width: 700px) {
      .quiz__loader--active {
        -webkit-transform: scale(3000);
        -moz-transform: scale(3000);
        transform: scale(3000); } }
  .quiz__loader--transition {
    background: #7c73f6; }

.question__discover__more {
  position: relative;
  margin: 4em auto; }
  .question__discover__more:before {
    content: "";
    position: absolute;
    top: -1em;
    left: calc((100% - 138px) / 2);
    right: calc((100% - 138px) / 2);
    width: 138px;
    height: 124px;
    background: url(img/quiz__triange__discover.svg);
    z-index: 2;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

/*  ==========================================================================
	Quiz Flexible content
	========================================================================== */
.question__content .question__content__inner .gd-u {
  position: relative; }

.quizflex {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  @media only screen and (min-width: 700px) {
    .quizflex:first-child {
      margin-top: 0; } }

/*  ==========================================================================
	Quiz Video
	========================================================================== */
.question__video .plyr__controls {
  opacity: 1 !important;
  pointer-events: all !important;
  transform: translateY(0) !important; }
  .question__video .plyr__controls .plyr__volume {
    width: auto !important;
    min-width: auto !important;
    margin-right: 0 !important; }
    .question__video .plyr__controls .plyr__volume .plyr__control {
      background: #fff;
      color: #f37149;
      border-radius: 100%;
      width: 37px;
      height: 37px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .question__video .plyr__controls .plyr__volume .plyr__control svg {
        display: none; }
      .question__video .plyr__controls .plyr__volume .plyr__control:before {
        content: "\f6a8";
        font-family: "Font Awesome 5 Pro";
        font-size: 20px;
        margin-bottom: -2px;
        font-weight: 700;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased; }
      .question__video .plyr__controls .plyr__volume .plyr__control--pressed:before {
        content: "\f2e2"; }

/*  ==========================================================================
	Quiz Text Content
	========================================================================== */
.quiztextcontent img {
  width: 100%;
  height: auto; }

/*  ==========================================================================
	Quiz CTAs
	========================================================================== */
.quizctas a {
  font-weight: 700; }

/*  ==========================================================================
	Quiz Video
	========================================================================== */
.quizvideo {
  position: relative; }
  .quizvideo .quizvideo__video {
    padding: 56.6% 0 0; }
    .quizvideo .quizvideo__video .video__poster,
    .quizvideo .quizvideo__video .video__poster__play {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: bottom left;
      background-repeat: no-repeat;
      cursor: pointer; }
    .quizvideo .quizvideo__video .video__poster__play {
      background-size: 50px;
      background-position: bottom left;
      margin-left: 1em;
      margin-top: -1em; }

/*  ==========================================================================
	Case Study
	========================================================================== */
@media only screen and (min-width: 1000px) {
  .case__study__container {
    position: absolute;
    top: -8em; }
    .case__study__container--hascontent {
      top: -20em; } }
.case__study__container:before {
  position: absolute;
  content: "";
  z-index: 2; }
.case__study__container--one {
  margin-right: 60%; }
  .case__study__container--one:before {
    top: 4em;
    right: -6em;
    width: 220px;
    height: 220px;
    background: url("img/quiz__circle.svg");
    background-size: contain;
    background-repeat: no-repeat; }
.case__study__container--two::before {
  top: 4em;
  left: -8em;
  width: 300px;
  height: 300px;
  background: url("img/quiz__triange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg); }

.case__study {
  cursor: pointer; }
  .case__study .case__study__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .case__study .case__study__image--wrapper {
      position: relative;
      border-radius: 100%;
      overflow: hidden;
      display: block;
      width: 100%;
      padding-top: 100%; }

.circle__button {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  width: 170px;
  height: 170px;
  position: relative;
  margin: 1.5em auto; }
  .circle__button .circle__text {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: calc(100% / 2);
    font-size: 16px;
    font-weight: 600; }
    .circle__button .circle__text--rotate {
      top: -25px;
      left: -25px;
      right: -25px;
      bottom: -25px;
      position: absolute;
      transform-origin: center;
      -webkit-animation-name: rotate;
      -moz-animation-name: rotate;
      animation-name: rotate;
      -webkit-animation-duration: 10000ms;
      -moz-animation-duration: 10000ms;
      animation-duration: 10000ms;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      animation-timing-function: linear; }

.tax-quizcategories .fancybox-slide,
.quiz-template-default .fancybox-slide {
  padding: 0 7.14%; }
.tax-quizcategories .fancybox-content,
.quiz-template-default .fancybox-content {
  padding: 0; }
  .tax-quizcategories .fancybox-content .fancybox-close-small,
  .quiz-template-default .fancybox-content .fancybox-close-small {
    color: white;
    background: #7c73f6;
    border-radius: 2em;
    opacity: 1;
    padding: 0.5em 1em;
    margin: 1em; }
  .tax-quizcategories .fancybox-content .relatedposts,
  .quiz-template-default .fancybox-content .relatedposts {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important; }

/*  ==========================================================================
Intersection
	========================================================================== */
.intersection {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow: scroll;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 250ms ease-in 0ms;
  -moz-transition: all 250ms ease-in 0ms;
  transition: all 250ms ease-in 0ms;
  padding-top: 20%; }
  @media only screen and (min-width: 550px) {
    .intersection {
      padding-top: 14%; } }
  @media only screen and (min-width: 1000px) {
    .intersection {
      padding-top: 10%; } }
  .intersection--active {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
    opacity: 1;
    pointer-events: visible;
    display: block; }
  .intersection .intersection__continuetop {
    margin-top: 1em; }
    @media only screen and (min-width: 1000px) {
      .intersection .intersection__continuetop {
        margin-top: 0; } }
    @media only screen and (min-width: 1000px) {
      .intersection .intersection__continuetop {
        text-align: right; } }
  .intersection .intersection__continue__button {
    margin: 0.5em 0;
    padding: 0.5em 1em;
    background-image: linear-gradient(to right, #6056df 50%, #fff 50%);
    background-color: #7c73f6;
    color: #7c73f6;
    box-sizing: border-box;
    min-width: 250px; }
    .intersection .intersection__continue__button--wrapper {
      position: fixed;
      z-index: 20;
      bottom: 0;
      left: 0;
      box-sizing: border-box;
      right: 0;
      text-align: center; }
      .intersection .intersection__continue__button--wrapper .intersection__continue__button {
        width: 100%; }
    .intersection .intersection__continue__button:hover {
      color: #fff; }
    .intersection .intersection__continue__button span {
      display: block; }

/*  ==========================================================================
Results
	========================================================================== */
.quiz__header {
  background: url("img/quiz__confetti.png");
  background-position: center -55px;
  background-size: cover;
  min-height: calc(100vh - 150px);
  box-sizing: border-box;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .quiz__header .result__header span {
    opacity: 0.6; }

.quiz__dial {
  padding: 2em; }
  .quiz__dial svg {
    width: 100%; }

.result__resource__links .resource__link {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1em 0 0 0; }
  .result__resource__links .resource__link a {
    font-weight: 700; }

.quiz__edit__button {
  background: #f2a43c; }

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