/*================ UTILS ================*/
@import url(css/vendor/owl/owl.carousel.min.css);
@import url(css/vendor/owl/owl.theme.default.min.css);
@import url(css/vendor/slick/slick.css);
@font-face {
  font-family: 'SharpGroteskBook';
  src: url("webfonts/SharpGroteskBook20.eot");
  /* IE9 Compat Modes */
  src: url("webfonts/SharpGroteskBook20.eot?#iefix") format("embedded-opentype"), url("webfonts/SharpGroteskBook20.woff2") format("woff2"), url("webfonts/SharpGroteskBook20.woff") format("woff"), url("webfonts/SharpGroteskBook20.ttf") format("truetype"), url("webfonts/SharpGroteskBook20.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'SharpGroteskMedium';
  src: url("webfonts/SharpGroteskMedium20.eot");
  /* IE9 Compat Modes */
  src: url("webfonts/SharpGroteskMedium20.eot?#iefix") format("embedded-opentype"), url("webfonts/SharpGroteskMedium20.woff2") format("woff2"), url("webfonts/SharpGroteskMedium20.woff") format("woff"), url("webfonts/SharpGroteskMedium20.ttf") format("truetype"), url("webfonts/SharpGroteskMedium20.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
/*================ Mixins ================*/
/*
	Responsive ratio
	Used for creating scalable elements that maintain the same ratio
	example:
	.element {
		@include responsive-ratio(400, 300);
	}
*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

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

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*============= Keyframe animation Mixin ============*/
/*============================================================================
  Color Variables
==============================================================================*/
/* ---- Main colors ---- */
/* ---- Other colors ---- */
/* ---- Social colors ---- */
/*============================================================================
  Typography Variables
==============================================================================*/
/* ---- Font line heights ---- */
/* ---- Font sizes ---- */
/* ---- Font weights ---- */
/* ---- Font families ---- */
/*============================================================================
  Padding & Margin Variables
==============================================================================*/
/* ---- Padding ---- */
/* ---- Margin ---- */
/* ---- Grid padding ---- */
/* ---- BD Margin ---- */
/*============================================================================
  Grid Breakpoints and Class Names
==============================================================================*/
/*================ VENDOR ================*/
/*================= 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 */
  outline: none; }

/**
 * 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--ready {
  -webkit-transition: opacity 400ms cubic-bezier(0.65, 0, 0.35, 1) 0s, -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1) 0s;
  -moz-transition: opacity 400ms cubic-bezier(0.65, 0, 0.35, 1) 0s, -moz-transform 400ms cubic-bezier(0.65, 0, 0.35, 1) 0s;
  transition: opacity 400ms cubic-bezier(0.65, 0, 0.35, 1) 0s, transform 400ms cubic-bezier(0.65, 0, 0.35, 1) 0s; }

.effect--fade {
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .effect.gd-u-gt700-1-3:nth-child(3n+2) {
    -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+2) {
    -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+2) {
    -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+2) {
    -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; } }
@media only screen and (min-width: 1200px) {
  .effect.gd-u-gt1200-1-4:nth-child(4n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

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

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

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

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

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

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

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

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

.h1,
h1 {
  margin: 0; }

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

.fontsize--huge,
h1 {
  font-size: 44px;
  line-height: 1.1; }
  @media only screen and (min-width: 550px) {
    .fontsize--huge,
    h1 {
      font-size: 49px; } }
  @media only screen and (min-width: 700px) {
    .fontsize--huge,
    h1 {
      font-size: 60px; } }
  @media only screen and (min-width: 1000px) {
    .fontsize--huge,
    h1 {
      font-size: 60px; } }
  @media only screen and (min-width: 1200px) {
    .fontsize--huge,
    h1 {
      font-size: 71px; } }
  @media only screen and (min-width: 1400px) {
    .fontsize--huge,
    h1 {
      font-size: 82px; } }
  @media only screen and (min-width: 1600px) {
    .fontsize--huge,
    h1 {
      font-size: 90px; } }

.fontsize--large,
h2 {
  font-size: 33px;
  line-height: 1.2; }
  @media only screen and (min-width: 550px) {
    .fontsize--large,
    h2 {
      font-size: 40px; } }
  @media only screen and (min-width: 700px) {
    .fontsize--large,
    h2 {
      font-size: 45px; } }
  @media only screen and (min-width: 1000px) {
    .fontsize--large,
    h2 {
      font-size: 45px; } }
  @media only screen and (min-width: 1200px) {
    .fontsize--large,
    h2 {
      font-size: 50px; } }
  @media only screen and (min-width: 1400px) {
    .fontsize--large,
    h2 {
      font-size: 56px; } }
  @media only screen and (min-width: 1600px) {
    .fontsize--large,
    h2 {
      font-size: 60px; } }

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

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

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

.fontsize--tiny,
h6 {
  font-size: 12px; }
  @media only screen and (min-width: 550px) {
    .fontsize--tiny,
    h6 {
      font-size: 12px; } }
  @media only screen and (min-width: 700px) {
    .fontsize--tiny,
    h6 {
      font-size: 12px; } }
  @media only screen and (min-width: 1000px) {
    .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, .pc_auth_btn,
.pcma_do_recovery,
.pc_reg_btn,
b,
strong {
  font-family: "SharpGroteskMedium", sans-serif;
  font-weight: normal; }

.font--semibold {
  font-family: "SharpGroteskMedium", sans-serif; }

.font--reg {
  font-family: "SharpGroteskBook", sans-serif; }

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

.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-75 {
  color: rgba(255, 255, 255, 0.75); }

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

.color--purple {
  color: #5C013F; }

.color--aubergine {
  color: #1E0018; }

.color--pink {
  color: #FF4370; }

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

p {
  margin: 0 0 1em; }

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

/* Text animations */
.text--reveal {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden; }
  .text--reveal span {
    display: inline-block;
    -webkit-transform: translate(0, 120%);
    -moz-transform: translate(0, 120%);
    transform: translate(0, 120%);
    -webkit-transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1); }
    .text--reveal span:nth-child(2) {
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .text--reveal span:nth-child(3) {
      -webkit-transition-delay: 0.45s;
      -moz-transition-delay: 0.45s;
      transition-delay: 0.45s; }
    .text--reveal span:nth-child(4) {
      -webkit-transition-delay: 0.6s;
      -moz-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .text--reveal span:nth-child(5) {
      -webkit-transition-delay: 0.75s;
      -moz-transition-delay: 0.75s;
      transition-delay: 0.75s; }
    .text--reveal span:nth-child(6) {
      -webkit-transition-delay: 0.9s;
      -moz-transition-delay: 0.9s;
      transition-delay: 0.9s; }
    .text--reveal span:nth-child(7) {
      -webkit-transition-delay: 1.05s;
      -moz-transition-delay: 1.05s;
      transition-delay: 1.05s; }
    .text--reveal span:nth-child(8) {
      -webkit-transition-delay: 1.2s;
      -moz-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    .text--reveal span:nth-child(9) {
      -webkit-transition-delay: 1.35s;
      -moz-transition-delay: 1.35s;
      transition-delay: 1.35s; }
    .text--reveal span:nth-child(10) {
      -webkit-transition-delay: 1.5s;
      -moz-transition-delay: 1.5s;
      transition-delay: 1.5s; }
    .text--reveal span:nth-child(11) {
      -webkit-transition-delay: 1.65s;
      -moz-transition-delay: 1.65s;
      transition-delay: 1.65s; }
    .text--reveal span:nth-child(12) {
      -webkit-transition-delay: 1.8s;
      -moz-transition-delay: 1.8s;
      transition-delay: 1.8s; }
    .text--reveal span:nth-child(13) {
      -webkit-transition-delay: 1.95s;
      -moz-transition-delay: 1.95s;
      transition-delay: 1.95s; }
    .text--reveal span:nth-child(14) {
      -webkit-transition-delay: 2.1s;
      -moz-transition-delay: 2.1s;
      transition-delay: 2.1s; }
    .text--reveal span:nth-child(15) {
      -webkit-transition-delay: 2.25s;
      -moz-transition-delay: 2.25s;
      transition-delay: 2.25s; }
    .text--reveal span:nth-child(16) {
      -webkit-transition-delay: 2.4s;
      -moz-transition-delay: 2.4s;
      transition-delay: 2.4s; }
    .text--reveal span:nth-child(17) {
      -webkit-transition-delay: 2.55s;
      -moz-transition-delay: 2.55s;
      transition-delay: 2.55s; }
    .text--reveal span:nth-child(18) {
      -webkit-transition-delay: 2.7s;
      -moz-transition-delay: 2.7s;
      transition-delay: 2.7s; }
    .text--reveal span:nth-child(19) {
      -webkit-transition-delay: 2.85s;
      -moz-transition-delay: 2.85s;
      transition-delay: 2.85s; }
    .text--reveal span:nth-child(20) {
      -webkit-transition-delay: 3s;
      -moz-transition-delay: 3s;
      transition-delay: 3s; }
    .text--reveal span:nth-child(21) {
      -webkit-transition-delay: 3.15s;
      -moz-transition-delay: 3.15s;
      transition-delay: 3.15s; }
    .text--reveal span:nth-child(22) {
      -webkit-transition-delay: 3.3s;
      -moz-transition-delay: 3.3s;
      transition-delay: 3.3s; }
    .text--reveal span:nth-child(23) {
      -webkit-transition-delay: 3.45s;
      -moz-transition-delay: 3.45s;
      transition-delay: 3.45s; }
    .text--reveal span:nth-child(24) {
      -webkit-transition-delay: 3.6s;
      -moz-transition-delay: 3.6s;
      transition-delay: 3.6s; }
    .text--reveal span:nth-child(25) {
      -webkit-transition-delay: 3.75s;
      -moz-transition-delay: 3.75s;
      transition-delay: 3.75s; }
    .text--reveal span:nth-child(26) {
      -webkit-transition-delay: 3.9s;
      -moz-transition-delay: 3.9s;
      transition-delay: 3.9s; }
    .text--reveal span:nth-child(27) {
      -webkit-transition-delay: 4.05s;
      -moz-transition-delay: 4.05s;
      transition-delay: 4.05s; }
    .text--reveal span:nth-child(28) {
      -webkit-transition-delay: 4.2s;
      -moz-transition-delay: 4.2s;
      transition-delay: 4.2s; }
    .text--reveal span:nth-child(29) {
      -webkit-transition-delay: 4.35s;
      -moz-transition-delay: 4.35s;
      transition-delay: 4.35s; }
    .text--reveal span:nth-child(30) {
      -webkit-transition-delay: 4.5s;
      -moz-transition-delay: 4.5s;
      transition-delay: 4.5s; }
    .text--reveal span:nth-child(31) {
      -webkit-transition-delay: 4.65s;
      -moz-transition-delay: 4.65s;
      transition-delay: 4.65s; }
    .text--reveal span:nth-child(32) {
      -webkit-transition-delay: 4.8s;
      -moz-transition-delay: 4.8s;
      transition-delay: 4.8s; }
    .text--reveal span:nth-child(33) {
      -webkit-transition-delay: 4.95s;
      -moz-transition-delay: 4.95s;
      transition-delay: 4.95s; }
    .text--reveal span:nth-child(34) {
      -webkit-transition-delay: 5.1s;
      -moz-transition-delay: 5.1s;
      transition-delay: 5.1s; }
    .text--reveal span:nth-child(35) {
      -webkit-transition-delay: 5.25s;
      -moz-transition-delay: 5.25s;
      transition-delay: 5.25s; }
    .text--reveal span:nth-child(36) {
      -webkit-transition-delay: 5.4s;
      -moz-transition-delay: 5.4s;
      transition-delay: 5.4s; }
    .text--reveal span:nth-child(37) {
      -webkit-transition-delay: 5.55s;
      -moz-transition-delay: 5.55s;
      transition-delay: 5.55s; }
    .text--reveal span:nth-child(38) {
      -webkit-transition-delay: 5.7s;
      -moz-transition-delay: 5.7s;
      transition-delay: 5.7s; }
    .text--reveal span:nth-child(39) {
      -webkit-transition-delay: 5.85s;
      -moz-transition-delay: 5.85s;
      transition-delay: 5.85s; }
    .text--reveal span:nth-child(40) {
      -webkit-transition-delay: 6s;
      -moz-transition-delay: 6s;
      transition-delay: 6s; }
    .text--reveal span:nth-child(41) {
      -webkit-transition-delay: 6.15s;
      -moz-transition-delay: 6.15s;
      transition-delay: 6.15s; }
    .text--reveal span:nth-child(42) {
      -webkit-transition-delay: 6.3s;
      -moz-transition-delay: 6.3s;
      transition-delay: 6.3s; }
    .text--reveal span:nth-child(43) {
      -webkit-transition-delay: 6.45s;
      -moz-transition-delay: 6.45s;
      transition-delay: 6.45s; }
    .text--reveal span:nth-child(44) {
      -webkit-transition-delay: 6.6s;
      -moz-transition-delay: 6.6s;
      transition-delay: 6.6s; }
    .text--reveal span:nth-child(45) {
      -webkit-transition-delay: 6.75s;
      -moz-transition-delay: 6.75s;
      transition-delay: 6.75s; }
    .text--reveal span:nth-child(46) {
      -webkit-transition-delay: 6.9s;
      -moz-transition-delay: 6.9s;
      transition-delay: 6.9s; }
    .text--reveal span:nth-child(47) {
      -webkit-transition-delay: 7.05s;
      -moz-transition-delay: 7.05s;
      transition-delay: 7.05s; }
    .text--reveal span:nth-child(48) {
      -webkit-transition-delay: 7.2s;
      -moz-transition-delay: 7.2s;
      transition-delay: 7.2s; }
    .text--reveal span:nth-child(49) {
      -webkit-transition-delay: 7.35s;
      -moz-transition-delay: 7.35s;
      transition-delay: 7.35s; }
    .text--reveal span:nth-child(50) {
      -webkit-transition-delay: 7.5s;
      -moz-transition-delay: 7.5s;
      transition-delay: 7.5s; }
    .text--reveal span:nth-child(51) {
      -webkit-transition-delay: 7.65s;
      -moz-transition-delay: 7.65s;
      transition-delay: 7.65s; }
    .text--reveal span:nth-child(52) {
      -webkit-transition-delay: 7.8s;
      -moz-transition-delay: 7.8s;
      transition-delay: 7.8s; }
    .text--reveal span:nth-child(53) {
      -webkit-transition-delay: 7.95s;
      -moz-transition-delay: 7.95s;
      transition-delay: 7.95s; }
    .text--reveal span:nth-child(54) {
      -webkit-transition-delay: 8.1s;
      -moz-transition-delay: 8.1s;
      transition-delay: 8.1s; }
    .text--reveal span:nth-child(55) {
      -webkit-transition-delay: 8.25s;
      -moz-transition-delay: 8.25s;
      transition-delay: 8.25s; }
    .text--reveal span:nth-child(56) {
      -webkit-transition-delay: 8.4s;
      -moz-transition-delay: 8.4s;
      transition-delay: 8.4s; }
    .text--reveal span:nth-child(57) {
      -webkit-transition-delay: 8.55s;
      -moz-transition-delay: 8.55s;
      transition-delay: 8.55s; }
    .text--reveal span:nth-child(58) {
      -webkit-transition-delay: 8.7s;
      -moz-transition-delay: 8.7s;
      transition-delay: 8.7s; }
    .text--reveal span:nth-child(59) {
      -webkit-transition-delay: 8.85s;
      -moz-transition-delay: 8.85s;
      transition-delay: 8.85s; }
    .text--reveal span:nth-child(60) {
      -webkit-transition-delay: 9s;
      -moz-transition-delay: 9s;
      transition-delay: 9s; }
    .text--reveal span:nth-child(61) {
      -webkit-transition-delay: 9.15s;
      -moz-transition-delay: 9.15s;
      transition-delay: 9.15s; }
    .text--reveal span:nth-child(62) {
      -webkit-transition-delay: 9.3s;
      -moz-transition-delay: 9.3s;
      transition-delay: 9.3s; }
    .text--reveal span:nth-child(63) {
      -webkit-transition-delay: 9.45s;
      -moz-transition-delay: 9.45s;
      transition-delay: 9.45s; }
    .text--reveal span:nth-child(64) {
      -webkit-transition-delay: 9.6s;
      -moz-transition-delay: 9.6s;
      transition-delay: 9.6s; }
    .text--reveal span:nth-child(65) {
      -webkit-transition-delay: 9.75s;
      -moz-transition-delay: 9.75s;
      transition-delay: 9.75s; }
    .text--reveal span:nth-child(66) {
      -webkit-transition-delay: 9.9s;
      -moz-transition-delay: 9.9s;
      transition-delay: 9.9s; }
    .text--reveal span:nth-child(67) {
      -webkit-transition-delay: 10.05s;
      -moz-transition-delay: 10.05s;
      transition-delay: 10.05s; }
    .text--reveal span:nth-child(68) {
      -webkit-transition-delay: 10.2s;
      -moz-transition-delay: 10.2s;
      transition-delay: 10.2s; }
    .text--reveal span:nth-child(69) {
      -webkit-transition-delay: 10.35s;
      -moz-transition-delay: 10.35s;
      transition-delay: 10.35s; }
    .text--reveal span:nth-child(70) {
      -webkit-transition-delay: 10.5s;
      -moz-transition-delay: 10.5s;
      transition-delay: 10.5s; }
    .text--reveal span:nth-child(71) {
      -webkit-transition-delay: 10.65s;
      -moz-transition-delay: 10.65s;
      transition-delay: 10.65s; }
    .text--reveal span:nth-child(72) {
      -webkit-transition-delay: 10.8s;
      -moz-transition-delay: 10.8s;
      transition-delay: 10.8s; }
    .text--reveal span:nth-child(73) {
      -webkit-transition-delay: 10.95s;
      -moz-transition-delay: 10.95s;
      transition-delay: 10.95s; }
    .text--reveal span:nth-child(74) {
      -webkit-transition-delay: 11.1s;
      -moz-transition-delay: 11.1s;
      transition-delay: 11.1s; }
    .text--reveal span:nth-child(75) {
      -webkit-transition-delay: 11.25s;
      -moz-transition-delay: 11.25s;
      transition-delay: 11.25s; }
    .text--reveal span:nth-child(76) {
      -webkit-transition-delay: 11.4s;
      -moz-transition-delay: 11.4s;
      transition-delay: 11.4s; }
    .text--reveal span:nth-child(77) {
      -webkit-transition-delay: 11.55s;
      -moz-transition-delay: 11.55s;
      transition-delay: 11.55s; }
    .text--reveal span:nth-child(78) {
      -webkit-transition-delay: 11.7s;
      -moz-transition-delay: 11.7s;
      transition-delay: 11.7s; }
    .text--reveal span:nth-child(79) {
      -webkit-transition-delay: 11.85s;
      -moz-transition-delay: 11.85s;
      transition-delay: 11.85s; }
    .text--reveal span:nth-child(80) {
      -webkit-transition-delay: 12s;
      -moz-transition-delay: 12s;
      transition-delay: 12s; }
    .text--reveal span:nth-child(81) {
      -webkit-transition-delay: 12.15s;
      -moz-transition-delay: 12.15s;
      transition-delay: 12.15s; }
    .text--reveal span:nth-child(82) {
      -webkit-transition-delay: 12.3s;
      -moz-transition-delay: 12.3s;
      transition-delay: 12.3s; }
    .text--reveal span:nth-child(83) {
      -webkit-transition-delay: 12.45s;
      -moz-transition-delay: 12.45s;
      transition-delay: 12.45s; }
    .text--reveal span:nth-child(84) {
      -webkit-transition-delay: 12.6s;
      -moz-transition-delay: 12.6s;
      transition-delay: 12.6s; }
    .text--reveal span:nth-child(85) {
      -webkit-transition-delay: 12.75s;
      -moz-transition-delay: 12.75s;
      transition-delay: 12.75s; }
    .text--reveal span:nth-child(86) {
      -webkit-transition-delay: 12.9s;
      -moz-transition-delay: 12.9s;
      transition-delay: 12.9s; }
    .text--reveal span:nth-child(87) {
      -webkit-transition-delay: 13.05s;
      -moz-transition-delay: 13.05s;
      transition-delay: 13.05s; }
    .text--reveal span:nth-child(88) {
      -webkit-transition-delay: 13.2s;
      -moz-transition-delay: 13.2s;
      transition-delay: 13.2s; }
    .text--reveal span:nth-child(89) {
      -webkit-transition-delay: 13.35s;
      -moz-transition-delay: 13.35s;
      transition-delay: 13.35s; }
    .text--reveal span:nth-child(90) {
      -webkit-transition-delay: 13.5s;
      -moz-transition-delay: 13.5s;
      transition-delay: 13.5s; }
    .text--reveal span:nth-child(91) {
      -webkit-transition-delay: 13.65s;
      -moz-transition-delay: 13.65s;
      transition-delay: 13.65s; }
    .text--reveal span:nth-child(92) {
      -webkit-transition-delay: 13.8s;
      -moz-transition-delay: 13.8s;
      transition-delay: 13.8s; }
    .text--reveal span:nth-child(93) {
      -webkit-transition-delay: 13.95s;
      -moz-transition-delay: 13.95s;
      transition-delay: 13.95s; }
    .text--reveal span:nth-child(94) {
      -webkit-transition-delay: 14.1s;
      -moz-transition-delay: 14.1s;
      transition-delay: 14.1s; }
    .text--reveal span:nth-child(95) {
      -webkit-transition-delay: 14.25s;
      -moz-transition-delay: 14.25s;
      transition-delay: 14.25s; }
    .text--reveal span:nth-child(96) {
      -webkit-transition-delay: 14.4s;
      -moz-transition-delay: 14.4s;
      transition-delay: 14.4s; }
    .text--reveal span:nth-child(97) {
      -webkit-transition-delay: 14.55s;
      -moz-transition-delay: 14.55s;
      transition-delay: 14.55s; }
    .text--reveal span:nth-child(98) {
      -webkit-transition-delay: 14.7s;
      -moz-transition-delay: 14.7s;
      transition-delay: 14.7s; }
    .text--reveal span:nth-child(99) {
      -webkit-transition-delay: 14.85s;
      -moz-transition-delay: 14.85s;
      transition-delay: 14.85s; }
    .text--reveal span:nth-child(100) {
      -webkit-transition-delay: 15s;
      -moz-transition-delay: 15s;
      transition-delay: 15s; }
  .text--reveal-ready .text--reveal span {
    -webkit-transform: translate(0, -1px);
    -moz-transform: translate(0, -1px);
    transform: translate(0, -1px); }
  .text--reveal.text--reveal-ready span {
    -webkit-transform: translate(0, -1px);
    -moz-transform: translate(0, -1px);
    transform: translate(0, -1px); }

/* Override private content using FA Free */
.fa, .far, .fas {
  font-family: "Font Awesome 5 Pro" !important; }

/*  ==========================================================================
    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 3px rgba(255, 67, 112, 0.35); }
  a:hover .linkline {
    border-color: #FF4370; }

.wpforms-submit {
  position: relative !important; }
  .wpforms-submit .linkline {
    position: relative !important; }

.btn,
.pc_auth_btn,
.pcma_do_recovery,
.pc_reg_btn {
  position: relative;
  background-color: #FF4370;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  cursor: pointer;
  overflow: hidden !important;
  padding: 0.65em 3em !important;
  border: none; }
  .btn.btn--fullwidth,
  .pc_auth_btn.btn--fullwidth,
  .pcma_do_recovery.btn--fullwidth,
  .pc_reg_btn.btn--fullwidth {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box; }
  .btn .linkline,
  .pc_auth_btn .linkline,
  .pcma_do_recovery .linkline,
  .pc_reg_btn .linkline {
    position: relative;
    border: none;
    background-image: none;
    z-index: 2; }
  .btn:before, .pc_auth_btn:before, .pcma_do_recovery:before, .pc_reg_btn:before {
    content: "";
    position: absolute;
    top: -5%;
    left: -110%;
    width: 104%;
    height: 120%;
    background-color: #5C013F;
    z-index: 1;
    -webkit-transition: left 300ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
    -moz-transition: left 300ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
    transition: left 300ms cubic-bezier(0.33, 1, 0.68, 1) 0ms; }
    .bgcolor--purple .btn:before,
    .bgcolor--purple .pc_auth_btn:before,
    .bgcolor--purple .pcma_do_recovery:before,
    .bgcolor--purple .pc_reg_btn:before {
      background-color: #eee; }
  .btn:hover:before,
  .pc_auth_btn:hover:before,
  .pcma_do_recovery:hover:before,
  .pc_reg_btn:hover:before {
    left: -2%; }
  .bgcolor--purple .btn:hover,
  .bgcolor--purple .pc_auth_btn:hover,
  .bgcolor--purple .pcma_do_recovery:hover,
  .bgcolor--purple .pc_reg_btn:hover {
    color: #FF4370; }
  .btn--purple,
  .pc_auth_btn--purple,
  .pcma_do_recovery--purple,
  .pc_reg_btn--purple {
    background: #5C013F;
    color: #fff; }
    .btn--purple:before,
    .pc_auth_btn--purple:before,
    .pcma_do_recovery--purple:before,
    .pc_reg_btn--purple:before {
      background-color: #FF4370; }
    .btn--purple:hover,
    .pc_auth_btn--purple:hover,
    .pcma_do_recovery--purple:hover,
    .pc_reg_btn--purple:hover {
      color: #fff; }
  .btn--grey,
  .pc_auth_btn--grey,
  .pcma_do_recovery--grey,
  .pc_reg_btn--grey {
    background: #eee;
    color: #000; }
    .btn--grey:hover,
    .pc_auth_btn--grey:hover,
    .pcma_do_recovery--grey:hover,
    .pc_reg_btn--grey:hover {
      color: #fff; }
  .btn--white,
  .pc_auth_btn--white,
  .pcma_do_recovery--white,
  .pc_reg_btn--white {
    background: #fff;
    color: #FF4370; }
    .btn--white:before, .pc_auth_btn--white:before, .pcma_do_recovery--white:before, .pc_reg_btn--white:before {
      background-color: #FF4370; }
      .bgcolor--purple .btn--white:before,
      .bgcolor--purple .pc_auth_btn--white:before,
      .bgcolor--purple .pcma_do_recovery--white:before,
      .bgcolor--purple .pc_reg_btn--white:before {
        background-color: #FF4370; }
    .btn--white:hover, .pc_auth_btn--white:hover, .pcma_do_recovery--white:hover, .pc_reg_btn--white:hover {
      color: #fff; }
      .bgcolor--purple .btn--white:hover,
      .bgcolor--purple .pc_auth_btn--white:hover,
      .bgcolor--purple .pcma_do_recovery--white:hover,
      .bgcolor--purple .pc_reg_btn--white:hover {
        color: #fff; }

#onetrust-reject-all-handler,
#onetrust-accept-btn-handler {
  border-radius: 5px !important; }

/*  ==========================================================================
    share icons -- links-buttons.scss
    ========================================================================== */
.shareicons {
  color: #fff;
  margin-top: 1em; }
  .shareicons .shareiconslist li {
    margin: 0;
    display: inline-block; }
  .shareicons .sharelink {
    display: inline-block;
    height: 2em;
    background: #FF4370;
    line-height: 2em;
    margin: 0;
    color: #fff;
    /* reverse sharelink when image or video is present */ }
    .shareicons .sharelink:after {
      content: "";
      height: 0;
      visibility: hidden;
      clear: both;
      display: block; }
    @media only screen and (min-width: 700px) {
      .shareicons .sharelink {
        line-height: 2.5em;
        height: 2.5em; } }
    .pageheader.color--white .shareicons .sharelink {
      background: #fff; }
    .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: 2.5em; } }
      .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; }

/*================= LAYOUT =================*/
/* ==========================================================================
   grid
   ========================================================================== */
.gd-g {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  margin-left: -0.55em;
  margin-right: -0.55em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.gd-g--nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.gd-g--wrapreverse {
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.gd-g--column {
  -webkit-flex-direction: column;
  /* Safari 6.1+ */
  flex-direction: column; }

.gd-g--columnreverse {
  -webkit-flex-direction: column-reverse;
  /* Safari 6.1+ */
  flex-direction: column-reverse; }

.gd-g--row {
  -webkit-flex-direction: row;
  /* Safari 6.1+ */
  flex-direction: row; }

.gd-g--rowreverse {
  -webkit-flex-direction: row-reverse;
  /* Safari 6.1+ */
  flex-direction: row-reverse; }

@media only screen and (min-width: 550px) {
  .gd-g--rowreverse--sm {
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: row-reverse; } }

@media only screen and (min-width: 700px) {
  .gd-g--rowreverse--md {
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: row-reverse; } }

@media only screen and (min-width: 1000px) {
  .gd-g--rowreverse--lg {
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: row-reverse; } }

@media only screen and (min-width: 1200px) {
  .gd-g--rowreverse--xl {
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: row-reverse; } }

@media only screen and (min-width: 1400px) {
  .gd-g--rowreverse--wi {
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: row-reverse; } }

@media only screen and (min-width: 1600px) {
  .gd-g--rowreverse--xw {
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: row-reverse; } }

.gd-g--center {
  justify-content: center;
  /* For IE 10 */
  -ms-flex-pack: center; }

.gd-g--left {
  justify-content: flex-start; }

.gd-g--right {
  justify-content: flex-end; }

.gd-g--spacebetween {
  justify-content: space-between; }

.gd-g--spacearound {
  justify-content: space-around; }

.gd-g--spaceevenly {
  justify-content: space-evenly; }

.gd-g--stretch {
  align-items: stretch; }

.gd-g--vertcenter {
  align-items: center; }

.gd-g--vertstart {
  align-items: flex-start; }

.gd-g--vertend {
  align-items: flex-end; }

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

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

.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: -0.65em;
    margin-left: -0.65em; }
    .gd-g.gd-g--text {
      margin-right: -1.25em;
      margin-left: -1.25em; }

  .gd-u {
    padding-right: 0.65em;
    padding-left: 0.65em; }
    .gd-g--text .gd-u {
      padding-left: 1.25em;
      padding-right: 1.25em; } }
@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: -0.75em;
    margin-left: -0.75em; }
    .gd-g.gd-g--text {
      margin-right: -1.5em;
      margin-left: -1.5em; }

  .gd-u {
    padding-right: 0.75em;
    padding-left: 0.75em; }
    .gd-g--text .gd-u {
      padding-left: 1.5em;
      padding-right: 1.5em; } }
@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: -0.75em;
    margin-left: -0.75em; }
    .gd-g.gd-g--text {
      margin-right: -1.75em;
      margin-left: -1.75em; }

  .gd-u {
    padding-right: 0.75em;
    padding-left: 0.75em; }
    .gd-g--text .gd-u {
      padding-left: 1.75em;
      padding-right: 1.75em; } }
@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"],
input[type="tel"],
select,
textarea {
  padding: 1em !important;
  background: transparent;
  border: solid 1px #eee !important;
  border-radius: 0;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  select:focus,
  textarea:focus {
    outline: none; }

textarea {
  min-height: 5.2em; }

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

select {
  background-image: url("img/framework/select-arrow.png");
  /* add custom arrow */
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: right 1rem center; }

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

/* Ninja Forms */
.nf-form-fields-required {
  display: none !important; }

.nf-form-title h3 {
  margin: 0 0 1em; }

.nf-form-cont .label-above .nf-field-label {
  margin-bottom: 5px; }

input[type="button"] {
  font-family: "SharpGroteskBook", sans-serif;
  background-color: #FF4370;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 1em 1.75em;
  border: none; }
  input[type="button"]:focus {
    outline: none; }
  input[type="button"]:hover {
    color: #fff;
    background-color: #000; }

input[type=radio], input[type=checkbox] {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  margin-right: 10px; }
  input[type=radio]:focus, input[type=checkbox]:focus {
    outline: none; }
  input[type=radio]:checked, input[type=checkbox]:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent; }
  input[type=radio]:after, input[type=checkbox]:after {
    border: 2px solid #000;
    border-radius: 3px;
    content: "";
    position: absolute;
    top: -3px;
    left: 0px;
    width: 17px;
    height: 17px;
    transition: all 0.5s ease;
    box-sizing: border-box; }
  input[type=radio]:before, input[type=checkbox]:before {
    background: #fff;
    border-radius: 3px;
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 9px;
    height: 9px;
    z-index: 18;
    transition: all 0.5s ease; }
  input[type=radio]:checked::before, input[type=checkbox]:checked::before {
    background: #FF4370;
    transition: all 0.5s ease; }
  input[type=radio]:checked::after, input[type=checkbox]:checked::after {
    border: 2px solid #FF4370;
    transition: all 0.5s ease; }

input[type=checkbox]:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  color: #fff;
  background: transparent;
  font-size: 10px;
  top: 0px;
  left: 3.5px; }
input[type=checkbox]:checked:before {
  background: transparent;
  color: #FF4370; }

input[type=radio]:after {
  border-radius: 50%; }
input[type=radio]:before {
  border-radius: 50%; }

.checkbox-container.label-right .checkbox-wrap .nf-field-label {
  padding-left: 10px; }
.checkbox-container input[type=checkbox]::after {
  top: -14px; }
.checkbox-container input[type=checkbox]::before {
  top: -11px; }
@media only screen and (min-width: 1400px) {
  .checkbox-container input[type=checkbox]::after {
    top: -16px; }
  .checkbox-container input[type=checkbox]::before {
    top: -13px; } }

.list-checkbox-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label, .nf-form-content .checkbox-container .nf-field-label label, .form-check-inline .form-check-label {
  color: #000;
  font-weight: 500;
  font-size: .85rem; }
  .list-checkbox-wrap .nf-field-element li label.nf-checked-label, .list-checkbox-wrap .nf-field-element li label.form-check-label--checked, .list-radio-wrap .nf-field-element li label.nf-checked-label, .list-radio-wrap .nf-field-element li label.form-check-label--checked, .nf-form-content .checkbox-container .nf-field-label label.nf-checked-label, .nf-form-content .checkbox-container .nf-field-label label.form-check-label--checked, .form-check-inline .form-check-label.nf-checked-label, .form-check-inline .form-check-label.form-check-label--checked {
    color: #FF4370; }

.list-checkbox-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label, .form-check-inline .form-check-label {
  margin-left: 30px !important; }

/* Contact Form 7 (OLD) */
.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; }

/* WP Forms */
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: normal !important;
  font-family: "SharpGroteskMedium", sans-serif !important;
  font-size: 15px !important; }

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #FF4370 !important;
  color: #fff !important;
  border-radius: 5px !important;
  display: inline-block !important;
  margin: 0 0.5em 0.5em 0 !important;
  cursor: pointer !important;
  padding: .75em 3.5em .55em !important;
  border: none !important; }

/*  ==========================================================================
	Basic layout classes -- layout/layout.scss
	========================================================================== */
body {
  font-family: "SharpGroteskBook", sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
  letter-spacing: -0.023em; }

.bd {
  margin-left: 7.14%;
  margin-right: 7.14%;
  position: relative;
  min-height: 1px; }
  .bd:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  @media only screen and (min-width: 1000px) {
    .bd {
      margin-left: 10.5%;
      margin-right: 10.5%; } }
  @media only screen and (min-width: 1400px) {
    .bd {
      margin-left: 12.5%;
      margin-right: 12.5%; } }

.padding--top {
  padding-top: 12%; }
  @media only screen and (min-width: 550px) {
    .padding--top {
      padding-top: 9%; } }
  @media only screen and (min-width: 1200px) {
    .padding--top {
      padding-top: 7%; } }

.padding--bottom {
  padding-bottom: 12%; }
  @media only screen and (min-width: 550px) {
    .padding--bottom {
      padding-bottom: 9%; } }
  @media only screen and (min-width: 1200px) {
    .padding--bottom {
      padding-bottom: 7%; } }

.padding--top-half {
  padding-top: 7%; }
  @media only screen and (min-width: 550px) {
    .padding--top-half {
      padding-top: 4.5%; } }
  @media only screen and (min-width: 1200px) {
    .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: 4.5%; } }
  @media only screen and (min-width: 1200px) {
    .padding--bottom-half {
      padding-bottom: 3.5%; } }

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

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

.margin--top {
  margin-top: 12%; }
  @media only screen and (min-width: 550px) {
    .margin--top {
      margin-top: 9%; } }
  @media only screen and (min-width: 1200px) {
    .margin--top {
      margin-top: 7%; } }

.margin--bottom {
  margin-bottom: 12%; }
  @media only screen and (min-width: 550px) {
    .margin--bottom {
      margin-bottom: 9%; } }
  @media only screen and (min-width: 1200px) {
    .margin--bottom {
      margin-bottom: 7%; } }

.margin--top-half {
  margin-top: 7%; }
  @media only screen and (min-width: 550px) {
    .margin--top-half {
      margin-top: 4.5%; } }
  @media only screen and (min-width: 1200px) {
    .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: 4.5%; } }
  @media only screen and (min-width: 1200px) {
    .margin--bottom-half {
      margin-bottom: 3.5%; } }

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

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

.margin--none {
  margin: 0; }

.margin--top-none {
  margin-top: 0; }

.margin--bottom-none {
  margin-bottom: 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; }

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

.bgcolor--black {
  background-color: #000; }

.bgcolor--purple {
  background-color: #5C013F; }

.bgcolor--pink {
  background-color: #FF4370; }

.bgcolor--grey {
  background-color: #eee; }

hr {
  border-color: #D8D8D8;
  border-style: solid;
  border-bottom: none; }

/*  ==========================================================================
	icons
	========================================================================== */
.icon {
  position: relative;
  height: 0.75em;
  width: 0.75em;
  display: inline-block;
  margin-left: 0.75em;
  margin-bottom: -1px; }
  .icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  .icon.icon--left {
    margin-right: 1em;
    margin-left: 0; }

.icon-caret-right:after {
  background-image: url("img/framework/icon-caret-right.svg"); }

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

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

/*  ==========================================================================
	Page Transitions
	========================================================================== */
body.page-transitioning {
  height: 100vh;
  width: 100vw;
  overflow: hidden; }

.transition-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  pointer-events: none;
  text-align: center;
  box-sizing: border-box; }
  .transition-overlay .transition__header {
    position: absolute;
    background: #FF4370;
    height: 4em;
    width: 100%;
    top: 0; }
  .transition-overlay .transition__pageheader {
    position: absolute;
    height: 92vh;
    max-height: 900px;
    min-height: 450px;
    width: 100%;
    background: #5C013F;
    top: 4em; }
    @media only screen and (min-width: 700px) {
      .transition-overlay .transition__pageheader {
        height: 650px; } }
  .transition-overlay .transition__pagebody {
    position: absolute;
    width: 100%;
    background: #FF4370;
    height: 100vh;
    top: calc(92vh + 4em); }
    @media only screen and (min-width: 700px) {
      .transition-overlay .transition__pagebody {
        top: calc(650px + 4em); } }

.ie .transition-overlay {
  display: none !important; }

/*  ==========================================================================
	hero
	========================================================================== */
.hero {
  position: relative;
  height: 92vh;
  background: #000; }
  .hero .heroheading {
    position: absolute;
    z-index: 2;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    pointer-events: none; }
    .hero .heroheading .heroheading__title {
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }
  .hero .heroslider {
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.heroslide {
  position: relative;
  width: 100%;
  height: 92vh; }
  .heroslide .heroslide__image,
  .heroslide .heroslide__video {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0.8; }
    .heroslide .heroslide__image:after,
    .heroslide .heroslide__video:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #000;
      display: block;
      opacity: 0.25; }
  .heroslide .heroslide__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .heroslide .heroslide__video {
    pointer-events: none; }
    .heroslide .heroslide__video--mobile {
      display: block;
      height: 110%; }
      @media only screen and (min-width: 700px) {
        .heroslide .heroslide__video--mobile {
          display: none; } }
    .heroslide .heroslide__video--desktop {
      display: none; }
      @media only screen and (min-width: 700px) {
        .heroslide .heroslide__video--desktop {
          display: block; } }

.heroslidebody {
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 100%;
  text-align: center; }
  .heroslidebody:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  .heroslidebody .heroslidebody__bd {
    margin: 0;
    width: 85.72%;
    display: inline-block;
    vertical-align: middle; }
  .heroslidebody .heroslide__link {
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out 0ms;
    -moz-transition: opacity 200ms ease-out 0ms;
    transition: opacity 200ms ease-out 0ms; }
    .heroslidebody .heroslide__link a {
      position: relative; }
      .heroslidebody .heroslide__link a:after {
        content: "";
        height: 4px;
        background-color: #ff4370;
        position: absolute;
        bottom: -0.25em;
        right: 0;
        width: 0;
        -webkit-transition: width 150ms cubic-bezier(0.17, 0.67, 0.99, 0.26) 2s;
        -moz-transition: width 150ms cubic-bezier(0.17, 0.67, 0.99, 0.26) 2s;
        transition: width 150ms cubic-bezier(0.17, 0.67, 0.99, 0.26) 2s; }
    .cycle-slide-active .heroslidebody .heroslide__link {
      animation: fade-in 6s;
      animation-delay: 1.5s; }
      .cycle-slide-active .heroslidebody .heroslide__link a:after {
        width: 100%; }

@keyframes slide-up {
  0% {
    opacity: 0;
    -ms-transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    transform: translateY(0.5em); }
  15% {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); }
  85% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  85% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.cycle-prev,
.cycle-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  z-index: 999;
  font-size: 30px; }

.cycle-prev {
  left: 0;
  right: auto; }

@media only screen and (min-width: 1000px) {
  .cycle-prev,
  .cycle-next {
    right: 2.5%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 40px; }

  .cycle-prev {
    left: 2.5%; } }
/*  ==========================================================================
	Page
	========================================================================== */
.pageheader {
  text-align: center;
  position: relative;
  overflow: hidden;
  /* pageheader--img */
  /* pageheader--video */
  /* pageheader--gallery */
  /* pageheader--post or postheader */
  /* pageheader--person or personheader */ }
  .pageheader .pageheader__leader {
    max-width: 36em;
    margin-left: auto;
    margin-right: auto; }
  .pageheader .pageheaderbody {
    position: absolute;
    width: 100%;
    top: 50%;
    opacity: 0;
    -ms-transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition: -webkit-transform 200ms ease-out 200ms, opacity 200ms ease-out 200ms;
    -moz-transition: -moz-transform 200ms ease-out 200ms, opacity 200ms ease-out 200ms;
    transition: transform 200ms ease-out 200ms, opacity 200ms ease-out 200ms;
    z-index: 2;
    color: #fff;
    text-align: center; }
    .pageheader .pageheaderbody h1,
    .pageheader .pageheaderbody h2 {
      max-width: 12em;
      margin-left: auto;
      margin-right: auto;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }
    .pageheader .pageheaderbody h3 {
      max-width: 22em;
      margin-left: auto;
      margin-right: auto; }
  .pageheader.nobg .pageheaderbody h1,
  .pageheader.nobg .pageheaderbody h2, .pageheader.nobigb .pageheaderbody h1,
  .pageheader.nobigb .pageheaderbody h2 {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
  .pageheader .pageheader__images {
    position: relative;
    height: 92vh;
    max-height: 900px;
    min-height: 450px;
    width: 100%;
    overflow: hidden; }
    @media only screen and (min-width: 700px) {
      .pageheader .pageheader__images {
        height: 650px; } }
    .pageheader .pageheader__images .pageheader__imgfront {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 250px;
      height: 250px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (min-width: 700px) {
        .pageheader .pageheader__images .pageheader__imgfront {
          width: 300px;
          height: 300px; } }
      @media only screen and (min-width: 1000px) {
        .pageheader .pageheader__images .pageheader__imgfront {
          width: 350px;
          height: 350px; } }
      @media only screen and (min-width: 1400px) {
        .pageheader .pageheader__images .pageheader__imgfront {
          width: 400px;
          height: 400px; } }
  .pageheader.effect--ready .pageheaderbody {
    opacity: 1;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
  .pageheader .pageheader__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden; }
  .pageheader--img .pageheader__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 1000ms ease-out 0ms;
    -moz-transition: opacity 1000ms ease-out 0ms;
    transition: opacity 1000ms ease-out 0ms;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
    .pageheaderimg--loaded .pageheader--img .pageheader__img, .personheaderimg--loaded .pageheader--img .pageheader__img {
      -webkit-transition: -webkit-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0;
      -moz-transition: -moz-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0;
      transition: transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 0.66; }
  .pageheader--video .pageheader__video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 2000ms ease-out 0ms;
    -moz-transition: opacity 2000ms ease-out 0ms;
    transition: opacity 2000ms ease-out 0ms; }
    .pageheader--video .pageheader__video iframe {
      width: 100vw;
      height: 56.25vw;
      /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
      min-height: 100vh;
      min-width: 177.77vh;
      /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .has-videoheader--playing .pageheader--video .pageheader__video {
      opacity: 0.66; }
  .pageheader--gallery .pageheader__gallery {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 1000ms ease-out 0ms;
    -moz-transition: opacity 1000ms ease-out 0ms;
    transition: opacity 1000ms ease-out 0ms; }
    .pageheader--gallery .pageheader__gallery.owl-loaded {
      opacity: 0.66; }
    .pageheader--gallery .pageheader__gallery .owl-item,
    .pageheader--gallery .pageheader__gallery .owl-stage,
    .pageheader--gallery .pageheader__gallery .owl-stage-outer {
      height: 100%; }
    .pageheader--gallery .pageheader__gallery .owl-item {
      overflow: hidden; }
    .pageheader--gallery .pageheader__gallery .pageheader__gallery__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;
      -webkit-transition: opacity 1000ms ease-out 0ms;
      -moz-transition: opacity 1000ms ease-out 0ms;
      transition: opacity 1000ms ease-out 0ms; }
  .pageheader--page {
    background-color: #000; }
    .pageheader--page.nobg {
      background-color: #eee; }
      .pageheader--page.nobg .pageheaderbody {
        color: #000; }
    .pageheader--page.nobigb .pageheader__imgfront__b {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 350px;
      height: 350px;
      background-image: url(img/framework/banijay.b.pink.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (min-width: 1400px) {
        .pageheader--page.nobigb .pageheader__imgfront__b {
          width: 400px;
          height: 400px; } }
    .pageheader--page .pageheader__images .pageheader__imgback {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 0;
      opacity: 0;
      display: block;
      -webkit-filter: blur(10px);
      filter: blur(10px);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: -webkit-transform 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
      -moz-transition: -moz-transform 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
      transition: transform 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
      will-change: transform; }
      .no-touch .pageheader--page .pageheader__images .pageheader__imgback {
        background-attachment: fixed; }
      html[data-agent*="Trident"] .pageheader--page .pageheader__images .pageheader__imgback {
        display: none; }
      .pageheader--page .pageheader__images .pageheader__imgback--ie {
        margin-top: -92vh;
        z-index: 0;
        position: relative;
        height: 0;
        width: 100%;
        padding-bottom: 100%;
        opacity: 0.65;
        display: none; }
        .pageheader--page .pageheader__images .pageheader__imgback--ie svg {
          position: absolute;
          height: 100%;
          width: 100%;
          left: 0;
          top: 0;
          -ms-transform: scale(1.1); }
        html[data-agent*="Trident"] .pageheader--page .pageheader__images .pageheader__imgback--ie {
          display: block; }
    .pageheader--page .pageheader__images .pageheader__imgfront .pageheader__imgfront__img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-mask-image: url(img/framework/banijay.b.mask.svg);
      -moz-mask-image: url(img/framework/banijay.b.mask.svg);
      mask-image: url(img/framework/banijay.b.mask.svg);
      -webkit-mask-size: contain;
      -moz-mask-size: contain;
      mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      -moz-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      mask-size: contain;
      mask-repeat: no-repeat;
      display: block; }
      html[data-agent*="Trident"] .pageheader--page .pageheader__images .pageheader__imgfront .pageheader__imgfront__img {
        display: none; }
    .pageheader--page .pageheader__images .pageheader__imgfront .pageheader__imgfront__svg {
      display: none; }
      html[data-agent*="Trident"] .pageheader--page .pageheader__images .pageheader__imgfront .pageheader__imgfront__svg {
        display: block; }
      .pageheader--page .pageheader__images .pageheader__imgfront .pageheader__imgfront__svg .pageheader__imgfront__svgimg {
        -webkit-clip-path: url(#banijayshape);
        clip-path: url(#banijayshape);
        position: relative;
        width: 350px; }
        @media only screen and (min-width: 1400px) {
          .pageheader--page .pageheader__images .pageheader__imgfront .pageheader__imgfront__svg .pageheader__imgfront__svgimg {
            width: 400px; } }
    .pageheader--page.pageheader--loaded .pageheader__images .pageheader__imgback {
      opacity: 0.65;
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      -webkit-transition: -webkit-transform 850ms ease-out 0ms, opacity 850ms ease-in-out 0ms;
      -moz-transition: -moz-transform 850ms ease-out 0ms, opacity 850ms ease-in-out 0ms;
      transition: transform 850ms ease-out 0ms, opacity 850ms ease-in-out 0ms; }
  .pageheader--post {
    overflow: auto; }
    .pageheader--post .pageheaderbody {
      position: relative;
      color: #5C013F;
      -ms-transform: translateY(0.5em);
      -webkit-transform: translateY(0.5em);
      -moz-transform: translateY(0.5em);
      transform: translateY(0.5em); }
    .pageheader--post.effect--ready .pageheaderbody {
      opacity: 1;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0); }
    .pageheader--post .pageheader__img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .pageheader--post .pageheader--post__bg {
      padding: 50% 0 0;
      position: relative;
      background: #aaa;
      overflow: hidden; }
      .has-videoheader--playing .pageheader--post .pageheader--post__bg .pageheader__video {
        opacity: 1; }
      .pageheaderimg--loaded .pageheader--post .pageheader--post__bg .pageheader__img {
        opacity: 1; }
      .pageheader--post .pageheader--post__bg .pageheader__gallery.owl-loaded {
        opacity: 1; }
  .pageheader--company {
    margin-top: 3.75em; }
    .pageheader--company .pageheader__bd {
      max-height: 300px;
      background-color: #f6f6f6; }
    .pageheader--company .pageheaderbody img {
      max-height: 280px;
      max-width: 500px;
      width: 90%;
      height: auto; }
    .fancybox-content .pageheader--company .pageheader__bd {
      height: auto;
      min-height: 300px;
      overflow: visible; }
    .fancybox-content .pageheader--company .pageheaderbody {
      -webkit-transition: -webkit-transform 200ms ease-out 0, opacity 200ms ease-out 0;
      -moz-transition: -moz-transform 200ms ease-out 0, opacity 0 ease-out 0;
      transition: transform 200ms ease-out 0, opacity 200ms ease-out 0; }
    .fancybox-content .pageheader--company .pageheader__images {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); }
  .pageheader--person .pageheader__personrole {
    margin-top: 1em;
    margin-bottom: 0; }

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

/*  ==========================================================================
	content -- layout/layout.scss
	========================================================================== */
.content {
  margin-left: auto;
  margin-right: 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%; }
      .content--left {
        margin-left: 0; }
      .content--right {
        margin-right: 0; }
      .content.content--wider {
        width: 80%; } }
  @media only screen and (min-width: 1200px) {
    .content {
      width: 60%;
      padding: 0 0.75em; }
      .content.content--wider {
        width: 70%; } }
  @media only screen and (min-width: 1400px) {
    .content {
      width: 50%; }
      .content.content--wider {
        width: 60%; } }

/*  ==========================================================================
	posts -- layout/layout.scss
	========================================================================== */
.region {
  max-width: 100%;
  overflow: hidden; }
  .region .region__header {
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    padding: 0 0 0.75em;
    margin: 0 0 0.75em; }
    .region .region__header .region__name {
      margin: 0; }

.regions .region:last-child {
  padding-bottom: 1em; }

.companies.gd-g {
  align-items: stretch;
  margin-bottom: -1em; }
  .companies.gd-g > .gd-u {
    margin-bottom: 1em; }
  .companies.gd-g .owl-stage-outer {
    overflow: visible; }
  .companies.gd-g .owl-item > .gd-u {
    width: 100%;
    opacity: 0.33;
    -webkit-transition: opacity 150ms ease-out 0s;
    -moz-transition: opacity 150ms ease-out 0s;
    transition: opacity 150ms ease-out 0s; }
  .companies.gd-g .owl-item.active > .gd-u {
    opacity: 1; }
  .companies.gd-g .owl-nav {
    position: absolute;
    top: -4em;
    right: 0; }
    .companies.gd-g .owl-nav .owl-next,
    .companies.gd-g .owl-nav .owl-prev {
      display: inline;
      font-size: 1em;
      width: 1.5em; }
      .companies.gd-g .owl-nav .owl-next .fal,
      .companies.gd-g .owl-nav .owl-prev .fal {
        padding: 1em; }
      .companies.gd-g .owl-nav .owl-next:hover, .companies.gd-g .owl-nav .owl-next:hover .fal,
      .companies.gd-g .owl-nav .owl-prev:hover,
      .companies.gd-g .owl-nav .owl-prev:hover .fal {
        color: #FF4370; }

.companytileletter {
  padding: 12% 0 7em;
  position: relative; }
  .companytileletter h3 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -0.75em 0 0;
    text-align: center; }

.nocompanies {
  padding: 1.5em;
  background: #eee;
  margin: 0;
  display: none; }
  .nocompanies.nocompanies--show {
    display: block; }

.companytile .companytile__link {
  border: solid 1px rgba(0, 0, 0, 0.15);
  padding: 1em;
  display: block;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: box-shadow 150ms ease-out 0s;
  -moz-transition: box-shadow 150ms ease-out 0s;
  transition: box-shadow 150ms ease-out 0s; }
  .companytile .companytile__link:hover {
    -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15); }
.companytile .companytilelogo {
  padding: 15% 0 0;
  background-color: #fff;
  margin-bottom: 0.75em;
  position: relative; }
  .companytile .companytilelogo .companytilelogo__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    background-size: auto 75%;
    background-position: 0 0;
    background-color: #fff; }
.companytile .companytile__cats {
  opacity: 0.5; }
.companytile .companytile__heading {
  margin: 0; }
.companyresults .companytile .companytile__heading {
  max-height: 3em;
  overflow: hidden; }
.companyresults .companytile .companytilecontent {
  min-height: 4em; }

/*  ==========================================================================
	Territories
	========================================================================== */
.territoryitem {
  border-bottom: solid 1px rgba(0, 0, 0, 0.15); }
  .territoryitem:first-child {
    padding-top: 0; }
  .territoryitem:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
  .territoryitem .territoryitem__header {
    margin: 0 0 1em; }
  .territoryitem .territoryitem__name {
    margin: 0 0 0.33em; }
    .territoryitem .territoryitem__name a:hover {
      color: #FF4370; }
  .territoryitem .territoryitem__regions {
    list-style: none;
    margin: 0; }
    .territoryitem .territoryitem__regions li {
      display: inline-block;
      margin: 0 1em 0 0; }
  @media only screen and (min-width: 700px) {
    .territoryitem .territoryitem__name {
      margin: 0 0 1em; }
    .territoryitem .territoryitem__regions li {
      display: block;
      margin: 0; } }

.territoryheader__name {
  margin-bottom: 0.5em; }

/*  ==========================================================================
	posts -- layout/layout.scss
	========================================================================== */
.posts {
  margin-bottom: -3em; }

.posts--shows {
  margin-bottom: -1.5em; }
  .posts--shows .post {
    margin-bottom: 1.5em; }

.posts--related .gd-u:nth-child(4),
.posts--flex .gd-u:nth-child(4) {
  display: none; }
  @media only screen and (min-width: 550px) {
    .posts--related .gd-u:nth-child(4),
    .posts--flex .gd-u:nth-child(4) {
      display: inline-block; } }
  @media only screen and (min-width: 700px) {
    .posts--related .gd-u:nth-child(4),
    .posts--flex .gd-u:nth-child(4) {
      display: none; } }

.post {
  margin-bottom: 3em;
  position: relative; }
  .post .post__link {
    position: relative;
    z-index: 1; }
    .post .post__link .postimg {
      padding: 66.6% 0 0;
      position: relative;
      overflow: hidden;
      margin-bottom: 1em;
      -webkit-transition: box-shadow 150ms ease-out 0s;
      -moz-transition: box-shadow 150ms ease-out 0s;
      transition: box-shadow 150ms ease-out 0s; }
      .post .post__link .postimg .postimg__img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("img/framework/post.default.thumb.jpg");
        background-color: #aaa; }
    .post .post__link:hover .postimg {
      -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
      box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15); }

.post__categories {
  margin-bottom: 0.5em; }

.post__heading {
  margin: 0 0 0.5em; }

.post__description {
  margin-bottom: -0.75em; }

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

.post__date {
  display: inline-block;
  width: auto;
  padding: 0.25em;
  border-radius: 2px; }

.post--document {
  margin: 0;
  border-bottom: 1px solid #eee; }
  .post--document .post__date {
    margin-left: 1.25em; }
  .post--document .post__content {
    margin-top: 0.3em; }
  .post--document .attachments {
    margin-top: 0.75em; }
    .post--document .attachments .attachment {
      list-style: none;
      padding: 1em 0;
      border-top: 1px solid #eee; }
      .post--document .attachments .attachment a {
        position: relative;
        width: 100%;
        display: block;
        padding-left: 1.75em; }
        .post--document .attachments .attachment a:before {
          content: "\f56d";
          font-family: "Font Awesome 5 Pro";
          font-weight: 300;
          color: #FF4370;
          position: absolute;
          left: 0; }
        .post--document .attachments .attachment a .attachment__name:after {
          content: "\f08e";
          font-family: "Font Awesome 5 Pro";
          font-weight: 300;
          color: #aaa;
          margin-left: 1em; }

/*  ==========================================================================
	paging -- layout/layout.scss
	========================================================================== */
.paging {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.15); }
  @media only screen and (min-width: 700px) {
    .paging {
      border-bottom: solid 1px rgba(0, 0, 0, 0.15); }
      .paging .paging__bd {
        border-bottom: solid 1px rgba(0, 0, 0, 0.15);
        border-top: solid 1px rgba(0, 0, 0, 0.15); } }
  .paging .paging__numbers {
    display: none; }
    .paging .paging__numbers a,
    .paging .paging__numbers span {
      padding: 1em;
      border: none;
      border-right: solid 1px rgba(0, 0, 0, 0.15);
      display: block;
      float: left;
      min-width: 1.4em;
      text-align: center; }
    .paging .paging__numbers .current {
      color: #FF4370; }
    @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.25em; } }

.singlepost__nextprev {
  text-align: left;
  border-top: 1px solid #ddd;
  padding: 0.75em 0;
  border-bottom: 1px solid #ddd; }
  .singlepost__nextprev .btn {
    margin: 0; }
  .singlepost__nextprev > div {
    display: inline-block; }
    .singlepost__nextprev > div.singlepost__nextprev--next {
      float: right; }

/*  ==========================================================================
    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: 400;
      margin: 0 0 0.75em; }
    .searchpopup .searchpopupform .field__note {
      margin: 0.75em 0 0; }
      .searchpopup .searchpopupform .field__note strong {
        cursor: pointer; }
    .searchpopup .searchpopupform .field__input {
      position: relative;
      padding: 0.66em 3.5em 0.66em 0.66em;
      border: solid 1px #fff;
      font-size: 1.5em;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      @media only screen and (min-width: 550px) {
        .searchpopup .searchpopupform .field__input {
          font-size: 1.75em; } }
      @media only screen and (min-width: 700px) {
        .searchpopup .searchpopupform .field__input {
          font-size: 2em; } }
      .searchpopup .searchpopupform .field__input input {
        background: none;
        border: none;
        padding: 0;
        color: #fff;
        width: 100%;
        outline: none;
        text-align: left; }

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

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

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

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

/*  ==========================================================================
	Fancybox Popup -- layout/layout.scss
	========================================================================== */
.backto .fa,
.backto .fab,
.backto .fal,
.backto .far,
.backto .fas {
  padding: 0 0 0 1.25em; }
  .backto .fa--left,
  .backto .fab--left,
  .backto .fal--left,
  .backto .far--left,
  .backto .fas--left {
    padding: 0 1.25em 0 0; }

.fancybox--nav {
  background: #fff;
  color: #1E0018;
  position: absolute;
  top: 0;
  padding-top: 1em;
  left: 6px;
  right: 6px;
  height: 4.75em;
  display: block;
  z-index: 999999; }
  .fancybox--nav .bd {
    border-bottom: 1px solid #D8D8D8;
    height: 100%; }
  .fancybox--nav .fa,
  .fancybox--nav .fab,
  .fancybox--nav .fal,
  .fancybox--nav .far,
  .fancybox--nav .fas {
    padding: 0 0 0 1.25em; }
    .fancybox--nav .fa--left,
    .fancybox--nav .fab--left,
    .fancybox--nav .fal--left,
    .fancybox--nav .far--left,
    .fancybox--nav .fas--left {
      padding: 0 1.25em 0 0; }
  .fancybox--nav .fancybox--close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 3.75em;
    height: 3.75em;
    vertical-align: middle; }
  .fancybox--nav .fancybox--prevnext {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block; }
  .fancybox--nav .fancybox--prev,
  .fancybox--nav .fancybox--next {
    display: inline-block;
    cursor: pointer;
    line-height: 3.75em;
    height: 3.75em;
    vertical-align: middle; }
  .fancybox--nav .fancybox--prev {
    position: relative;
    padding-right: 1.75em;
    margin-right: 1.75em; }
    .fancybox--nav .fancybox--prev:after {
      content: "";
      top: 0;
      bottom: 0;
      right: 0;
      background: #D8D8D8;
      width: 1px;
      position: absolute; }
  .fancybox--show .fancybox--nav {
    background: #1E0018;
    color: #fff; }
    .fancybox--show .fancybox--nav .bd {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      .fancybox--show .fancybox--nav .bd .fancybox--prev:after {
        background: rgba(255, 255, 255, 0.25); }

.fancybox-container .fancybox-content {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  overflow: hidden; }

body.compensate-for-scrollbar {
  height: 100vh;
  overflow-y: hidden; }

.fancybox--company #main,
.fancybox--people #main {
  margin-top: 3.75em; }
.fancybox--company .fancybox-stage,
.fancybox--company .fancybox-content,
.fancybox--people .fancybox-stage,
.fancybox--people .fancybox-content {
  background-color: #fff; }

.fancybox--show #main {
  margin-top: 3.75em; }
.fancybox--show .fancybox-stage,
.fancybox--show .fancybox-content {
  background-color: #1E0018; }

/*  ==========================================================================
	companies -- layout/layout.scss
	========================================================================== */
.pagenav {
  position: relative;
  z-index: 100;
  position: sticky;
  top: 4em;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
  .pagenav .pagenav__bd {
    padding: 1.5em 0; }

.pagenav.pagenav--companies {
  overflow-y: scroll;
  /* Hide scrollbar for Chrome, Safari and Opera */ }
  .pagenav.pagenav--companies::-webkit-scrollbar {
    display: none; }
  .pagenav.pagenav--companies .pagenav__bd {
    white-space: nowrap; }
  .pagenav.pagenav--companies .pagenavsearch {
    float: left;
    display: none;
    width: 33%;
    position: relative; }
    .pagenav.pagenav--companies .pagenavsearch #searchcompaniesfield[type="search"] {
      border: none !important;
      padding: 1em 0 1em 2em !important;
      margin: -1em 0;
      position: relative;
      z-index: 1; }
    .pagenav.pagenav--companies .pagenavsearch:after {
      content: "\f002";
      display: block;
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      position: absolute;
      top: 0em;
      left: 0;
      z-index: 2; }
  @media only screen and (min-width: 1000px) {
    .pagenav.pagenav--companies .pagenavsearch {
      display: block; }
    .pagenav.pagenav--companies .pagenav__nav {
      float: right; } }
.pagenav .pagenav__nav > ul > li {
  display: none; }
  .pagenav .pagenav__nav > ul > li.current-menu-ancestor, .pagenav .pagenav__nav > ul > li.current-menu-item {
    display: block; }
    .pagenav .pagenav__nav > ul > li.current-menu-ancestor > a, .pagenav .pagenav__nav > ul > li.current-menu-item > a {
      display: none; }
    .pagenav .pagenav__nav > ul > li.current-menu-ancestor ul li, .pagenav .pagenav__nav > ul > li.current-menu-item ul li {
      display: inline-block;
      position: relative; }
      .pagenav .pagenav__nav > ul > li.current-menu-ancestor ul li:after, .pagenav .pagenav__nav > ul > li.current-menu-item ul li:after {
        content: "";
        height: 3px;
        background-color: #FF4370;
        position: absolute;
        bottom: -0.5em;
        left: 1em;
        width: 0; }
      .pagenav .pagenav__nav > ul > li.current-menu-ancestor ul li.current-menu-item:after, .pagenav .pagenav__nav > ul > li.current-menu-item ul li.current-menu-item:after {
        animation: draw 0.5s ease-out;
        width: calc(100% - 2em); }
      .pagenav .pagenav__nav > ul > li.current-menu-ancestor ul li:hover:after, .pagenav .pagenav__nav > ul > li.current-menu-item ul li:hover:after {
        width: calc(100% - 2em);
        -webkit-transition: width 150ms ease-out 0s;
        -moz-transition: width 150ms ease-out 0s;
        transition: width 150ms ease-out 0s; }

/*  ==========================================================================
	Btiles
	========================================================================== */
.bgcolor--pink + .btiles {
  padding-top: 0; }

.btiles .gd-g {
  margin-bottom: -1.5em; }
  .btiles .gd-g .gd-u {
    margin-bottom: 1.5em; }
  @media only screen and (min-width: 1000px) {
    .btiles .gd-g {
      margin-bottom: -2em; }
      .btiles .gd-g .gd-u {
        margin-bottom: 2em; } }
.btiles .btile {
  height: 100%; }
  .btiles .btile .btile__link {
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding: 1em;
    background: #eee; }
    .btiles .btile .btile__link:hover {
      background: #fff;
      -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
      box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15); }
    @media only screen and (min-width: 550px) {
      .btiles .btile .btile__link {
        padding: 1.5em; } }
    @media only screen and (min-width: 700px) {
      .btiles .btile .btile__link {
        padding: 2em; } }
    @media only screen and (min-width: 1000px) {
      .btiles .btile .btile__link {
        padding: 2.5em; } }
  .btiles .btile .btile__b {
    width: 3em;
    height: 3em;
    background: url("img/framework/banijay.b.pink.svg") no-repeat left top;
    background-size: contain;
    margin: 0 0 3em; }
  .btiles .btile .btile__preheading {
    margin: 0 0 0.2em;
    opacity: 0.5;
    line-height: 1.3; }
  .btiles .btile .btile__heading {
    margin: 0; }

/*  ==========================================================================
	companies -- layout/layout.scss
	========================================================================== */
.single-company .backto {
  background: white; }

.singlecompany__description {
  max-width: 30em; }

.singlecompany__shows {
  margin-top: 2.75em; }
  .singlecompany__shows p {
    line-height: 1.75; }

.filterlist li {
  position: relative; }
  .filterlist li:after, .filterlist li:before {
    z-index: 0;
    position: absolute;
    content: "";
    background-color: #D8D8D8;
    height: 3px;
    display: block;
    bottom: -0.5em;
    left: 1em;
    width: calc(100% - 2em); }
  .filterlist li:before {
    background-color: #FF4370;
    width: 0;
    z-index: 1;
    -webkit-transition: width 150ms ease-out 0s;
    -moz-transition: width 150ms ease-out 0s;
    transition: width 150ms ease-out 0s; }
  .filterlist li:hover:before {
    width: calc(100% - 2em); }
  .filterlist li.selected:before {
    width: calc(100% - 2em); }

.companytile-sizer-element {
  width: 8.33%; }

/*  ==========================================================================
	shows -- layout/layout.scss
	========================================================================== */
.single-show .backto {
  position: relative;
  background-color: #1E0018; }

.show {
  background-color: #1E0018; }
  .show .show__details {
    opacity: 0.75; }
    .show .show__details .separator {
      position: relative;
      display: inline-block;
      width: 1em;
      height: 0.75em; }
      .show .show__details .separator::after {
        content: "";
        height: 3px;
        width: 3px;
        background-color: #FF4370;
        border-radius: 3px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .show .showimg {
    padding: 66.6% 0 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5em;
    -webkit-transition: box-shadow 150ms ease-out 0s;
    -moz-transition: box-shadow 150ms ease-out 0s;
    transition: box-shadow 150ms ease-out 0s; }
    .show .showimg .showimg__img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #aaa; }
    @media only screen and (min-width: 550px) {
      .show .showimg {
        margin-bottom: 0; } }
  .show .show__content {
    margin-left: 0;
    padding: 0; }
  .show .show__extras {
    border-top: 1px solid rgba(255, 255, 255, 0.25); }

/*  ==========================================================================
	people -- layout/layout.scss
	========================================================================== */
/* Person details / Contact details */
.persondetails ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .persondetails ul li {
    margin-bottom: 0.25em; }

/* Person grid group */
.people {
  margin-bottom: -2em; }

/* Person grid item */
.person {
  position: relative;
  margin-bottom: 2em; }
  .person--feature {
    position: relative; }
    .person--feature .person__link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }

.person__img {
  margin: 0 auto 2em auto;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 150ms ease-out 0s;
  -moz-transition: box-shadow 150ms ease-out 0s;
  transition: box-shadow 150ms ease-out 0s; }

.person__link {
  display: block;
  cursor: pointer; }
  .person__link:hover .person__img {
    -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15); }

.main--singlepeople .person__content {
  position: relative; }
  .main--singlepeople .person__content .person__heading {
    margin: 2.5em 0; }
    @media only screen and (min-width: 700px) {
      .main--singlepeople .person__content .person__heading {
        margin: 4em 0; } }

/*  ==========================================================================
	Inverstors -- layout/layout.scss
	========================================================================== */
.investors .fancybox-container .fancybox-button {
  width: 44px; }

.investors__announcement {
  position: relative;
  background-color: #eee;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1em; }
  @media only screen and (min-width: 700px) {
    .investors__announcement {
      flex-direction: row;
      padding: 0.5em; } }
  @media only screen and (min-width: 700px) {
    .investors__announcement .announcement__message {
      margin-right: 2rem; } }
  .investors__announcement .announcement__action {
    text-align: center;
    margin: 1em 0 0; }
    @media only screen and (min-width: 700px) {
      .investors__announcement .announcement__action {
        margin: 0; } }

.investors__login {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 1.5em; }
  @media only screen and (min-width: 700px) {
    .investors__login {
      border-right: 1px solid #D8D8D8;
      border-bottom: 0px solid #D8D8D8;
      margin-bottom: 0; } }
  .investors__login .pc_login_row label {
    font-size: 85%;
    margin-bottom: 0.15em; }
  .investors__login .pc_login_form,
  .investors__login #pc_auth_message,
  .investors__login .pcma_psw_recovery_wrap {
    text-align: center; }
    @media only screen and (min-width: 700px) {
      .investors__login .pc_login_form,
      .investors__login #pc_auth_message,
      .investors__login .pcma_psw_recovery_wrap {
        text-align: left; } }
  .investors__login .pc_mobile_login .pc_login_smalls,
  .investors__login .pc_widget_login .pc_login_smalls {
    text-align: center; }
    @media only screen and (min-width: 700px) {
      .investors__login .pc_mobile_login .pc_login_smalls,
      .investors__login .pc_widget_login .pc_login_smalls {
        text-align: left; } }
    @media only screen and (min-width: 1200px) {
      .investors__login .pc_mobile_login .pc_login_smalls,
      .investors__login .pc_widget_login .pc_login_smalls {
        text-align: right; } }
  .investors__login .pc_login_smalls {
    height: unset;
    line-height: unset; }
  .investors__login .pc_login_remember_me {
    display: block;
    margin-bottom: 10px; }
  .investors__login .pc_login_smalls input[type="checkbox"] {
    top: -14px; }
  .investors__login .pc_login_form .pc_auth_btn {
    margin-top: -22px;
    border-radius: 5px !important;
    padding: 0.65em 3em !important; }
  .investors__login .pc_login_remember_me small {
    padding-left: 8px; }

#registerform .pc_form_field {
  margin-bottom: 11px; }
#registerform .pc_inner_btn {
  position: relative;
  z-index: 2; }

@media only screen and (min-width: 700px) {
  .investors__documents {
    margin-top: 9%; } }
@media only screen and (min-width: 1200px) {
  .investors__documents {
    margin-top: 7%; } }

.investors__options {
  background: #fff;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee; }
  @media only screen and (min-width: 700px) {
    .investors__options {
      position: fixed;
      top: 4em;
      z-index: 1; } }
  .investors__options .options__actions {
    margin-top: 1em;
    text-align: left; }
    @media only screen and (min-width: 700px) {
      .investors__options .options__actions {
        margin-top: 0;
        text-align: right; } }
    .investors__options .options__actions .pc_logout_btn {
      border-radius: 4px !important;
      padding: 0.65em 3em !important; }
      .investors__options .options__actions .pc_logout_btn:hover {
        display: inline-flex; }
  .investors__options .btn {
    margin: 0;
    line-height: 1.4 !important;
    display: inline-flex; }

.investors__contact .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.investors__options .pc_logout_btn {
  font-size: 13px !important; }
  @media only screen and (min-width: 550px) {
    .investors__options .pc_logout_btn {
      font-size: 13px !important; } }
  @media only screen and (min-width: 700px) {
    .investors__options .pc_logout_btn {
      font-size: 14px !important; } }
  @media only screen and (min-width: 1000px) {
    .investors__options .pc_logout_btn {
      font-size: 14px !important; } }
  @media only screen and (min-width: 1200px) {
    .investors__options .pc_logout_btn {
      font-size: 14px !important; } }
  @media only screen and (min-width: 1400px) {
    .investors__options .pc_logout_btn {
      font-size: 15px !important; } }
  @media only screen and (min-width: 1600px) {
    .investors__options .pc_logout_btn {
      font-size: 15px !important; } }

/*  ==========================================================================
	Cookie Banner -- layout/layout.scss
	========================================================================== */
.cli_settings_button,
.cli-plugin-main-link {
  text-decoration: none !important;
  background: none !important; }

.wt-cli-accept-all-btn,
#wt-cli-privacy-save-btn {
  position: relative;
  background-color: #FF4370 !important;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin-left: 1em !important;
  cursor: pointer;
  overflow: hidden !important;
  padding: 0.65em 3em !important;
  border: none; }
  .wt-cli-accept-all-btn .linkline,
  #wt-cli-privacy-save-btn .linkline {
    position: relative;
    border: none;
    background-image: none;
    z-index: 2; }
  .wt-cli-accept-all-btn:before,
  #wt-cli-privacy-save-btn:before {
    content: "";
    position: absolute;
    top: -5%;
    left: -110%;
    width: 104%;
    height: 120%;
    background-color: #5C013F;
    z-index: 1;
    -webkit-transition: left 300ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
    -moz-transition: left 300ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
    transition: left 300ms cubic-bezier(0.33, 1, 0.68, 1) 0ms; }
  .wt-cli-accept-all-btn:hover:before,
  #wt-cli-privacy-save-btn:hover:before {
    left: -2%; }

.cli-modal .linkline {
  border: none;
  background-image: none; }

#onetrust-consent-sdk #onetrust-banner-sdk *:focus, #onetrust-consent-sdk #onetrust-banner-sdk:focus {
  outline: none !important; }

#ot-sdk-btn-floating .ot-floating-button__front {
  background-image: url("img/framework/ot_persistent_cookie.png");
  background-color: #5C013F !important; }

/*  ==========================================================================
	siteheader
	========================================================================== */
.siteheader {
  background: #5C013F;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900; }
  .siteheader--padder {
    position: relative;
    visibility: hidden;
    pointer-events: none; }
  .siteheader .siteheader__logo {
    position: relative;
    height: 2em;
    width: 12em;
    padding: 1em 0;
    z-index: 100; }
    .siteheader .siteheader__logo .siteheader__logo__img {
      position: relative;
      height: 100%;
      background-image: url("img/framework/banijay.pos.svg");
      background-size: contain;
      background-position: left;
      background-repeat: no-repeat; }

/*  ==========================================================================
	mobnav
	========================================================================== */
.mobnav {
  position: fixed;
  z-index: 200;
  height: 100vh;
  width: 100%;
  overflow: scroll;
  background: #5C013F;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  display: none; }
  .mobnav .mobnav__bd {
    height: 100%;
    position: relative; }
  .mobnav .mobnav__menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7.14%;
    right: 7.14%; }
    .mobnav .mobnav__menu ul {
      font-size: .45em;
      color: #fff;
      margin: .5em 0; }
      .mobnav .mobnav__menu ul li {
        display: inline-block;
        margin: 0 1em .5em 0; }
        .mobnav .mobnav__menu ul li.current_page_item {
          color: #FF4370; }
  .mobnav li {
    padding-bottom: .25em; }
    .mobnav li a {
      display: block;
      padding: 0.05em 0; }
    .mobnav li.current_page_item {
      color: #FF4370; }
  @media only screen and (min-width: 1000px) {
    .mobnav {
      display: none; } }

/*  ==========================================================================
	mobtools
	========================================================================== */
.mobtools {
  position: absolute;
  bottom: 50%;
  margin-bottom: -.75em;
  right: 0; }
  @media only screen and (min-width: 1000px) {
    .mobtools {
      display: none; } }
  .mobtools .mobnav-toggle span {
    font-size: 1.5em;
    line-height: 1em;
    vertical-align: middle; }
    .mobtools .mobnav-toggle span.fa-chevron-up {
      display: none; }
    .mobnavopen .mobtools .mobnav-toggle span.fa-chevron-up {
      display: block; }
    .mobnavopen .mobtools .mobnav-toggle span.fa-chevron-down {
      display: none; }

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

/*  ==========================================================================
	sitenav
	========================================================================== */
.sitenav {
  position: absolute;
  bottom: 50%;
  margin-bottom: -.75em;
  right: 0;
  display: none; }
  @media only screen and (min-width: 1000px) {
    .sitenav {
      display: block; } }
  .sitenav .menu-item {
    position: relative; }
    .sitenav .menu-item:after {
      content: '';
      height: 3px;
      background-color: #FF4370;
      position: absolute;
      bottom: -.5em;
      left: 1em;
      width: 0; }
    .sitenav .menu-item.current_page_item:after, .sitenav .menu-item.current-menu-ancestor:after {
      animation: draw .5s ease-out;
      width: calc(100% - 2em); }
    .sitenav .menu-item:hover:after {
      width: calc(100% - 2em);
      -webkit-transition: width 150ms ease-out 0s;
      -moz-transition: width 150ms ease-out 0s;
      transition: width 150ms ease-out 0s; }

@keyframes draw {
  0% {
    width: 0; }
  100% {
    width: calc(100% - 2em); } }
/*  ==========================================================================
	sitefooter
	========================================================================== */
.sitefooter {
  background: #5C013F;
  color: #fff; }
  .sitefooter .sitefooter__logo {
    position: relative;
    width: 12em; }
    @media only screen and (min-width: 1200px) {
      .sitefooter .sitefooter__logo {
        width: 14em; } }
    .sitefooter .sitefooter__logo .sitefooter__logo__img {
      position: relative;
      width: 100%;
      padding-top: 58%;
      background-image: url("img/framework/banijay.pos.svg");
      background-size: contain;
      background-position: top;
      background-repeat: no-repeat; }
  .sitefooter .footernav {
    margin-bottom: 2em; }
    @media only screen and (min-width: 1000px) {
      .sitefooter .footernav {
        margin-bottom: 0; } }
    .sitefooter .footernav .footernav__link {
      margin: .15em 0; }

.sitefooter__legal {
  list-style: none; }
  .sitefooter__legal li {
    margin: .15em 0; }

.footer__social .sociallinks {
  list-style: none;
  margin: 0 -.15em; }
  .footer__social .sociallinks li {
    position: relative;
    display: inline-block;
    background: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0 .15em; }
    .footer__social .sociallinks li a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      color: #5C013F;
      text-align: center; }
      .footer__social .sociallinks li a .fab {
        line-height: 50px;
        font-size: 1.6em;
        padding: 0; }

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

.flexcta__leader {
  margin-left: auto;
  margin-right: auto;
  max-width: 22em; }

.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 -- Line
	========================================================================== */
.flexline__line {
  border-top: solid 1px rgba(0, 0, 0, 0.15);
  height: 0; }

/*  ==========================================================================
	flexcols -- Content Columns
	========================================================================== */
.flex--contentcols .flex__heading {
  max-width: 27em;
  padding: 1em 0; }
  .flex--contentcols .flex__heading.text-align--center {
    margin-left: auto;
    margin-right: auto; }
  .flex--contentcols .flex__heading.text-align--right {
    margin-right: 0;
    margin-left: auto; }
.flex--contentcols .content:last-child {
  padding-bottom: 0; }

.content--cols {
  margin-bottom: -2em;
  padding: 0; }
  .content--cols .contentcol {
    margin-bottom: 2em; }
    .content--cols .contentcol .contentcol__heading {
      margin-top: 0;
      margin-bottom: .5em;
      max-width: 30em; }
    .content--cols .contentcol .contentcol__content {
      max-width: 30em; }
    .content--cols .contentcol--center .contentcol__content, .content--cols .contentcol--center .contentcol__heading {
      margin-left: auto;
      margin-right: auto; }
  @media only screen and (min-width: 550px) {
    .content--cols--2, .content--cols--3, .content--cols--4 {
      width: 100%; } }
  @media only screen and (min-width: 700px) {
    .content--cols--2, .content--cols--3, .content--cols--4 {
      width: 100%; } }

/*  ==========================================================================
	flex--tilecols -- Tile Grid
	========================================================================== */
.flex--tilecols {
  margin-bottom: calc(-0.55em * 2); }
  @media only screen and (min-width: 550px) {
    .flex--tilecols {
      margin-bottom: calc(-0.65em * 2); } }
  @media only screen and (min-width: 700px) {
    .flex--tilecols {
      margin-bottom: calc(-0.75em * 2); } }
  @media only screen and (min-width: 1000px) {
    .flex--tilecols {
      margin-bottom: calc(-0.75em * 2); } }
  .flex--tilecols .tilecol {
    position: relative;
    display: block;
    background-color: #000;
    margin-bottom: calc(0.55em * 2); }
    @media only screen and (min-width: 550px) {
      .flex--tilecols .tilecol {
        margin-bottom: calc(0.65em * 2); } }
    @media only screen and (min-width: 700px) {
      .flex--tilecols .tilecol {
        margin-bottom: calc(0.75em * 2); } }
    @media only screen and (min-width: 1000px) {
      .flex--tilecols .tilecol {
        margin-bottom: calc(0.75em* 2); } }
    .flex--tilecols .tilecol .tilecol__heading {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      width: 100%;
      text-align: center;
      margin: 0;
      padding: 1em;
      box-sizing: border-box;
      z-index: 10; }
    .flex--tilecols .tilecol .tilecol__img {
      width: 100%;
      padding: 55% 0 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 0; }

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

/*  ==========================================================================
	flex--slides -- Full width image / carousel
	========================================================================== */
.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: 1200px) {
        .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: 0em; } }
    @media only screen and (min-width: 700px) {
      .flexslides .flexslide--right {
        text-align: right; }
        .flexslides .flexslide--right .flexslide__content {
          margin-right: 0em; } }
    @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: 0em;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 !important; }
    .flexslides.owl-carousel .owl-dots .owl-dot {
      display: inline-block;
      margin: 0;
      color: #aaa;
      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 rgba(0, 0, 0, 0.15);
        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: -.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: #000; }
      .flexslides.owl-carousel .owl-dots .owl-dot.active {
        color: #000;
        font-weight: 400; }
      .flexslides.owl-carousel .owl-dots .owl-dot:nth-child(1) span:before {
        content: '1'; }
      .flexslides.owl-carousel .owl-dots .owl-dot:nth-child(2) span:before {
        content: '2'; }
      .flexslides.owl-carousel .owl-dots .owl-dot:nth-child(3) span:before {
        content: '3'; }
      .flexslides.owl-carousel .owl-dots .owl-dot:nth-child(4) span:before {
        content: '4'; }
      .flexslides.owl-carousel .owl-dots .owl-dot:nth-child(5) span:before {
        content: '5'; }
      .flexslides.owl-carousel .owl-dots .owl-dot:nth-child(6) span:before {
        content: '6'; }

/*  ==========================================================================
	flex--feature (flexfeature--img, flexfeature--video, flexfeature--list-grid, flexfeature--gallery, flexfeature--logos) -- Feature Row
	========================================================================== */
@media only screen and (min-width: 1200px) {
  .flexfeature .flexfeature__featurecontainer {
    margin-bottom: 0; } }
.flexfeature .flexfeaturecontent .flexfeaturecontent__heading {
  margin: 0 0 .5em; }
.flexfeature .flexfeaturecontent .flexfeaturecontent__post {
  max-width: 15em;
  margin-top: 3em; }
  .flexfeature .flexfeaturecontent .flexfeaturecontent__post .post {
    margin-bottom: 0; }
.flexfeature .flexfeaturecontent .flexfeaturecontent__link {
  margin-top: 1em; }
@media only screen and (min-width: 1200px) {
  .flexfeature .flexfeaturecontent {
    padding: 0 14.3%; } }
@media only screen and (min-width: 1400px) {
  .flexfeature .flexfeaturecontent {
    padding: 0 20%; } }
@media only screen and (min-width: 1000px) {
  .flexfeature--left .flexfeature__contentcontainer {
    padding-left: 10.5%; }
  .flexfeature--left .flexfeature__featurecontainer {
    padding-right: 0; } }
  @media only screen and (min-width: 1000px) and (-ms-high-contrast: active), only screen and (min-width: 1000px) and (-ms-high-contrast: none) {
    .flexfeature--left .flexfeature__featurecontainer {
      /* As the flex reverse direction doesnt work on IE, add the padding back in */
      padding-right: 0.75em; } }

@media only screen and (min-width: 1200px) {
  .flexfeature--left .flexfeature__contentcontainer {
    padding-left: 0.75em; } }
@media only screen and (min-width: 1000px) {
  .flexfeature--right .flexfeature__contentcontainer {
    padding-right: 10.5%; }
  .flexfeature--right .flexfeature__featurecontainer {
    padding-left: 0; } }
  @media only screen and (min-width: 1000px) and (-ms-high-contrast: active), only screen and (min-width: 1000px) and (-ms-high-contrast: none) {
    .flexfeature--right .flexfeature__featurecontainer {
      /* As the flex reverse direction doesnt work on IE, add the padding back in */
      padding-left: 0.75em; } }

@media only screen and (min-width: 1200px) {
  .flexfeature--right .flexfeature__contentcontainer {
    padding-right: 0.75em; } }

.flexfeature--img .flexfeature__img {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 66.6% 0 0; }
  @media only screen and (min-width: 1000px) {
    .flexfeature--img .flexfeature__img {
      padding: 100% 0 0; } }

.flexfeature--video .flexfeature__video .flexfeature__video__link {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .flexfeature--video .flexfeature__video .flexfeature__video__link--vimeo:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f04b";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4em;
    line-height: 3em;
    text-align: center;
    width: 3em;
    height: 3em;
    margin-top: -1.5em;
    margin-left: -1.5em;
    color: #fff;
    opacity: 0.4;
    -webkit-transition: opacity 250ms ease-out 0ms;
    -moz-transition: opacity 250ms ease-out 0ms;
    transition: opacity 250ms ease-out 0ms; }
  .flexfeature--video .flexfeature__video .flexfeature__video__link--vimeo:hover:after {
    opacity: 1; }
.flexfeature--video .flexfeature__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none; }

.flexfeature--list-grid .flexfeature__listgrid {
  margin-bottom: -2em; }
  .flexfeature--list-grid .flexfeature__listgrid .listgrid__item {
    margin-bottom: 2em; }
    .flexfeature--list-grid .flexfeature__listgrid .listgrid__item .listgrid__item__img {
      position: relative;
      width: 3.5em;
      display: block;
      margin: 0 0 1em; }
      .flexfeature--list-grid .flexfeature__listgrid .listgrid__item .listgrid__item__img img {
        width: 100%;
        height: auto; }
    .flexfeature--list-grid .flexfeature__listgrid .listgrid__item .listgrid__item__title {
      margin-top: 0;
      margin-bottom: 0.5em; }
    .flexfeature--list-grid .flexfeature__listgrid .listgrid__item .listgrid__item__link {
      display: block;
      margin-top: 0.5em; }

.flexfeature--gallery .flexfeature__gallery {
  margin-bottom: calc(-0.55em * 2); }
  @media only screen and (min-width: 550px) {
    .flexfeature--gallery .flexfeature__gallery {
      margin-bottom: calc(-0.65em * 2); } }
  @media only screen and (min-width: 700px) {
    .flexfeature--gallery .flexfeature__gallery {
      margin-bottom: calc(-0.75em * 2); } }
  @media only screen and (min-width: 1000px) {
    .flexfeature--gallery .flexfeature__gallery {
      margin-bottom: calc(-0.75em * 2); } }
  .flexfeature--gallery .flexfeature__gallery .gallery__row {
    margin-bottom: calc(0.55em * 2); }
    @media only screen and (min-width: 550px) {
      .flexfeature--gallery .flexfeature__gallery .gallery__row {
        margin-bottom: calc(0.65em * 2); } }
    @media only screen and (min-width: 700px) {
      .flexfeature--gallery .flexfeature__gallery .gallery__row {
        margin-bottom: calc(0.75em * 2); } }
    @media only screen and (min-width: 1000px) {
      .flexfeature--gallery .flexfeature__gallery .gallery__row {
        margin-bottom: calc(0.75em * 2); } }
  .flexfeature--gallery .flexfeature__gallery .gallery__img {
    width: 100%;
    padding: 60% 0 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .flexfeature--gallery .flexfeature__gallery .gallery__img--portrait {
      padding: 120% 0 0 0; }

.flexfeature--logos .flexfeature__logos .logos__logo {
  padding: 1.5em; }
  .flexfeature--logos .flexfeature__logos .logos__logo .logos__logo__img {
    max-width: 10em;
    margin: 0 auto; }
    .flexfeature--logos .flexfeature__logos .logos__logo .logos__logo__img .logos__logo__img__img {
      width: 100%;
      height: auto; }
.flexfeature--logos .flexfeature__logos--1 .logos__logo .logos__logo__img {
  max-width: 20em; }

.flexfeature--stats .flexfeature__stats {
  margin-bottom: -2em; }
  .flexfeature--stats .flexfeature__stats .stats__stat {
    text-align: center;
    margin-bottom: 2em; }
  .flexfeature--stats .flexfeature__stats--1 .stats__stat .stats__stat__heading {
    font-size: 7em; }

/*  ==========================================================================
	flex--statsrow
	========================================================================== */
.flex--statsrow .stats__stat {
  margin-bottom: 1em; }
  @media only screen and (min-width: 550px) {
    .flex--statsrow .stats__stat {
      margin-bottom: 0; } }

/*  ==========================================================================
	flex--statsstaggered
	========================================================================== */
.flex--statsstaggeredrow .flexfeature__stats {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (min-width: 700px) {
  .flex--statsstaggeredrow .stats__stat {
    margin-bottom: -2em; } }
.flex--statsstaggeredrow .stats__stat--med .stats__stat__heading {
  font-size: 280%; }
.flex--statsstaggeredrow .stats__stat--large .stats__stat__heading {
  font-size: 420%; }
.flex--statsstaggeredrow .stats__stat--huge .stats__stat__heading {
  font-size: 650%; }
.flex--statsstaggeredrow .stats__stat:nth-child(3n+1) {
  margin-left: -20%;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms; }
  @media only screen and (min-width: 550px) {
    .flex--statsstaggeredrow .stats__stat:nth-child(3n+1) {
      margin-left: -10%; } }
  @media only screen and (min-width: 700px) {
    .flex--statsstaggeredrow .stats__stat:nth-child(3n+1) {
      margin-left: -15%; } }
.flex--statsstaggeredrow .stats__stat:nth-child(3n+2) {
  margin-left: 30%;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms; }
  @media only screen and (min-width: 700px) {
    .flex--statsstaggeredrow .stats__stat:nth-child(3n+2) {
      margin-left: 45%; } }
.flex--statsstaggeredrow .stats__stat:nth-child(3n+3) {
  margin-left: -65%;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms; }
  @media only screen and (min-width: 550px) {
    .flex--statsstaggeredrow .stats__stat:nth-child(3n+3) {
      margin-left: -45%; } }

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

/*  ==========================================================================
	flex--images -- Images / Gallery
	========================================================================== */
.galleryitem {
  margin-bottom: 2em; }
  .galleryitem .galleryitem__img {
    width: 100%;
    display: block; }
  .galleryitem .galleryitem__caption {
    margin-top: 1em;
    color: #aaa; }
    .galleryitem .galleryitem__caption:after {
      content: ' ';
      display: block;
      width: 1.5em;
      border-bottom: solid 1px rgba(0, 0, 0, 0.15);
      margin: 1em 0 0; }

/*  ==========================================================================
	flex--featuredposts -- Featured Posts
	========================================================================== */
.flex--featuredposts .fpleader {
  text-align: center;
  max-width: 35em;
  margin: 0 auto 2em; }
  .flex--featuredposts .fpleader p {
    margin: 0 0 .5em; }

/*  ==========================================================================
	flex--featuredposts -- Featured Posts
	========================================================================== */
.flex--featuredshows .flexpostcount--9 .gd-u:last-child, .flex--featuredshows .flexpostcount--3 .gd-u:last-child {
  display: none; }
  @media only screen and (min-width: 700px) {
    .flex--featuredshows .flexpostcount--9 .gd-u:last-child, .flex--featuredshows .flexpostcount--3 .gd-u:last-child {
      display: inline-block; } }

/*  ==========================================================================
	flex--quote -- 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: .75em;
        font-weight: 500; }
    .flexquote .flexquote__bd .flexquote__cite {
      margin-top: -.5em;
      text-align: right;
      font-style: normal;
      display: block; }
  .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 0ms;
      -moz-transition: -moz-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
      transition: transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
      -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: .66;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1); }

/*  ==========================================================================
	flex--video -- 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: 1em; }
  .flexvideo .flexvideo__caption:after {
    content: ' ';
    display: block;
    width: 1.5em;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    margin: 1em 0 0; }

/*  ==========================================================================
	flex--cta -- Call to action
	========================================================================== */
.flexcta {
  text-align: center;
  position: relative;
  /* flexquote--img */ }
  .flexcta .flexcta__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
  .flexcta .flexcta__leader {
    max-width: 24em;
    margin-left: auto;
    margin-right: auto; }
  .flexcta .flexcta__cta a {
    margin: 0 .5em .75em;
    display: inline-block; }
  .flexcta.flexcta--withimg {
    color: #fff;
    background: #000; }
    .flexcta.flexcta--withimg .flexcta__cta {
      margin-top: 1.5em;
      margin-bottom: -2.5em; }
    .flexcta.flexcta--withimg .flexcta__img {
      position: relative;
      height: 92vh;
      min-height: 400px;
      width: 100%;
      overflow: hidden; }
      @media only screen and (min-width: 700px) {
        .flexcta.flexcta--withimg .flexcta__img {
          height: 650px; } }
      .flexcta.flexcta--withimg .flexcta__img .flexcta__imgback {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 0;
        display: block;
        opacity: 0.65;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
        -moz-transition: -moz-transform 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
        transition: transform 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
        will-change: transform; }
        .no-touch .flexcta.flexcta--withimg .flexcta__img .flexcta__imgback {
          background-attachment: fixed; }
        html[data-agent*="Trident"] .flexcta.flexcta--withimg .flexcta__img .flexcta__imgback {
          display: none; }
        .flexcta.flexcta--withimg .flexcta__img .flexcta__imgback--ie {
          margin-top: -92vh;
          z-index: 0;
          position: relative;
          height: 0;
          width: 100%;
          padding-bottom: 100%;
          opacity: .65;
          display: none; }
          @media only screen and (min-width: 700px) {
            .flexcta.flexcta--withimg .flexcta__img .flexcta__imgback--ie {
              margin-top: -650px; } }
          .flexcta.flexcta--withimg .flexcta__img .flexcta__imgback--ie svg {
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            -ms-transform: scale(1.1); }
          html[data-agent*="Trident"] .flexcta.flexcta--withimg .flexcta__img .flexcta__imgback--ie {
            display: block; }
      .flexcta.flexcta--withimg .flexcta__img .flexcta__imgfront {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 250px;
        height: 250px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media only screen and (min-width: 700px) {
          .flexcta.flexcta--withimg .flexcta__img .flexcta__imgfront {
            width: 300px;
            height: 300px; } }
        @media only screen and (min-width: 1000px) {
          .flexcta.flexcta--withimg .flexcta__img .flexcta__imgfront {
            width: 350px;
            height: 350px; } }
        @media only screen and (min-width: 1400px) {
          .flexcta.flexcta--withimg .flexcta__img .flexcta__imgfront {
            width: 400px;
            height: 400px; } }
        .flexcta.flexcta--withimg .flexcta__img .flexcta__imgfront .flexcta__imgfront__img {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-mask-image: url(img/framework/banijay.b.mask.svg);
          -moz-mask-image: url(img/framework/banijay.b.mask.svg);
          mask-image: url(img/framework/banijay.b.mask.svg);
          -webkit-mask-size: contain;
          -moz-mask-size: contain;
          mask-size: contain;
          -webkit-mask-repeat: no-repeat;
          -moz-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
          mask-size: contain;
          mask-repeat: no-repeat;
          display: block; }
          html[data-agent*="Trident"] .flexcta.flexcta--withimg .flexcta__img .flexcta__imgfront .flexcta__imgfront__img {
            display: none; }
        .flexcta.flexcta--withimg .flexcta__img .flexcta__imgfront .flexcta__imgfront__svg {
          display: none; }
          html[data-agent*="Trident"] .flexcta.flexcta--withimg .flexcta__img .flexcta__imgfront .flexcta__imgfront__svg {
            display: block; }
          .flexcta.flexcta--withimg .flexcta__img .flexcta__imgfront .flexcta__imgfront__svg .flexcta__imgfront__svgimg {
            -webkit-clip-path: url(#banijayshape);
            clip-path: url(#banijayshape);
            position: relative;
            width: 300px; }
            @media only screen and (min-width: 1400px) {
              .flexcta.flexcta--withimg .flexcta__img .flexcta__imgfront .flexcta__imgfront__svg .flexcta__imgfront__svgimg {
                width: 400px; } }
  .flexcta.effect--ready .flexcta__img .flexcta__imgback.imgback--loaded {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 850ms ease-out 0ms;
    -moz-transition: -moz-transform 850ms ease-out 0ms;
    transition: transform 850ms ease-out 0ms; }

/*  ==========================================================================
	flex--featuresection
	========================================================================== */
.flexsection__header {
  position: relative;
  text-align: center; }
  .flexsection__header--withimg {
    background-color: #000; }
  .flexsection__header .flexsection__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
    .flexsection__header .flexsection__content .flexsection__heading {
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }
  .flexsection__header .flexsection__headerimg {
    position: relative;
    height: 92vh;
    min-height: 450px;
    width: 100%;
    overflow: hidden; }
    @media only screen and (min-width: 700px) {
      .flexsection__header .flexsection__headerimg {
        height: 650px; } }
    .flexsection__header .flexsection__headerimg .flexsection__headerimgback {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: fixed;
      z-index: 0;
      display: block;
      opacity: .65;
      -webkit-filter: blur(10px);
      filter: blur(10px);
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      -webkit-transition: -webkit-transform 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
      -moz-transition: -moz-transform 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
      transition: transform 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
      will-change: transform; }
      .no-touch .flexsection__header .flexsection__headerimg .flexsection__headerimgback {
        background-attachment: fixed; }
      html[data-agent*="Trident"] .flexsection__header .flexsection__headerimg .flexsection__headerimgback {
        display: none; }
      .flexsection__header .flexsection__headerimg .flexsection__headerimgback--ie {
        margin-top: -92vh;
        z-index: 0;
        position: relative;
        height: 0;
        width: 100%;
        padding-bottom: 100%;
        opacity: .65;
        display: none; }
        @media only screen and (min-width: 700px) {
          .flexsection__header .flexsection__headerimg .flexsection__headerimgback--ie {
            margin-top: -650px; } }
        .flexsection__header .flexsection__headerimg .flexsection__headerimgback--ie svg {
          position: absolute;
          height: 100%;
          width: 100%;
          left: 0;
          top: 0;
          -ms-transform: scale(1.1); }
        html[data-agent*="Trident"] .flexsection__header .flexsection__headerimg .flexsection__headerimgback--ie {
          display: block; }
    .flexsection__header .flexsection__headerimg .flexsection__headerimgfront {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 250px;
      height: 250px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (min-width: 700px) {
        .flexsection__header .flexsection__headerimg .flexsection__headerimgfront {
          width: 300px;
          height: 300px; } }
      @media only screen and (min-width: 1000px) {
        .flexsection__header .flexsection__headerimg .flexsection__headerimgfront {
          width: 350px;
          height: 350px; } }
      @media only screen and (min-width: 1400px) {
        .flexsection__header .flexsection__headerimg .flexsection__headerimgfront {
          width: 400px;
          height: 400px; } }
      .flexsection__header .flexsection__headerimg .flexsection__headerimgfront .flexsection__headerimgfront__img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-mask-image: url(img/framework/banijay.b.mask.svg);
        -moz-mask-image: url(img/framework/banijay.b.mask.svg);
        mask-image: url(img/framework/banijay.b.mask.svg);
        -webkit-mask-size: contain;
        -moz-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        -moz-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-repeat: no-repeat;
        display: block; }
        html[data-agent*="Trident"] .flexsection__header .flexsection__headerimg .flexsection__headerimgfront .flexsection__headerimgfront__img {
          display: none; }
      .flexsection__header .flexsection__headerimg .flexsection__headerimgfront .flexsection__headerimgfront__svg {
        display: none; }
        html[data-agent*="Trident"] .flexsection__header .flexsection__headerimg .flexsection__headerimgfront .flexsection__headerimgfront__svg {
          display: block; }
        .flexsection__header .flexsection__headerimg .flexsection__headerimgfront .flexsection__headerimgfront__svg .flexsection__headerimgfront__svgimg {
          -webkit-clip-path: url(#banijayshape);
          clip-path: url(#banijayshape);
          position: relative;
          width: 300px; }
          @media only screen and (min-width: 1400px) {
            .flexsection__header .flexsection__headerimg .flexsection__headerimgfront .flexsection__headerimgfront__svg .flexsection__headerimgfront__svgimg {
              width: 400px; } }

.flexsection__overlap {
  margin-top: -10%; }
  @media only screen and (min-width: 700px) {
    .flexsection__overlap {
      margin-top: -7%; } }
  @media only screen and (min-width: 1200px) {
    .flexsection__overlap {
      margin-top: -5%; } }
  .flexsection__overlap .flexsection__overlap__bd {
    position: relative;
    height: 0;
    padding-top: 60%; }
    @media only screen and (min-width: 1000px) {
      .flexsection__overlap .flexsection__overlap__bd {
        padding-top: 50%; } }
    @media only screen and (min-width: 1400px) {
      .flexsection__overlap .flexsection__overlap__bd {
        padding-top: 40%; } }
    .flexsection__overlap .flexsection__overlap__bd .flexsection__overlap__img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }

/*  ==========================================================================
	flex--shows -- Shows
	========================================================================== */
.flexshows + .flex {
  padding-top: 20%; }
  @media only screen and (min-width: 550px) {
    .flexshows + .flex {
      padding-top: 15%; } }
  @media only screen and (min-width: 1000px) {
    .flexshows + .flex {
      padding-top: 10%; } }

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

.flexshows {
  position: relative;
  background-color: #5C013F; }
  .flexshows .flex__intro {
    position: relative;
    z-index: 2; }
  .flexshows .flexshows__leader {
    max-width: 30em; }
  .flexshows .flexshows__container {
    position: relative; }
  .flexshows .flexshows__overlay {
    pointer-events: none;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%); }
    @media only screen and (min-width: 700px) {
      .flexshows .flexshows__overlay {
        opacity: .66;
        background-image: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 75%); } }
  .flexshows .flexshows__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: opacity 1000ms ease-out 0ms;
    -moz-transition: opacity 1000ms ease-out 0ms;
    transition: opacity 1000ms ease-out 0ms;
    z-index: 0;
    opacity: 0; }
    .flexshows .flexshows__img--loaded {
      opacity: 1; }
    .flexshows .flexshows__img.hasmobilebg {
      display: none; }
      @media only screen and (min-width: 550px) {
        .flexshows .flexshows__img.hasmobilebg {
          display: block; } }
    .flexshows .flexshows__img--mobile {
      display: block; }
      .flexshows .flexshows__img--mobile--default {
        background-size: contain;
        background-position: bottom; }
      @media only screen and (min-width: 550px) {
        .flexshows .flexshows__img--mobile {
          display: none; } }
    .flexshows .flexshows__img--default {
      background-position: bottom right;
      background-size: contain; }
  .flexshows .flexshows__header {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140%; }
    @media only screen and (min-width: 550px) {
      .flexshows .flexshows__header {
        width: 65%;
        margin-left: 0;
        padding-bottom: 45%; } }
    @media only screen and (min-width: 700px) {
      .flexshows .flexshows__header {
        width: 50%;
        padding-bottom: 25%; } }
    .flexshows .flexshows__header .flexshows__heading {
      margin-bottom: .5em; }
  @media only screen and (min-width: 700px) {
    .flexshows.flexshows--right .flexshows__overlay {
      background-image: linear-gradient(315deg, black 0%, rgba(0, 0, 0, 0) 75%); } }
  .flexshows.flexshows--right .flexshows__img--default {
    background-position: bottom left; }
  @media only screen and (min-width: 550px) {
    .flexshows.flexshows--right .flexshows__header {
      margin-left: 35%; } }
  @media only screen and (min-width: 700px) {
    .flexshows.flexshows--right .flexshows__header {
      margin-left: 50%; } }
  @media only screen and (min-width: 550px) {
    .flexshows.flexshows--gripping-drama .flexshows__img--default {
      background-size: 120%; } }
  @media only screen and (min-width: 700px) {
    .flexshows.flexshows--gripping-drama .flexshows__img--default {
      background-size: contain; } }
  .flexshows .showcarousel__wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7%;
    z-index: 2; }
    @media only screen and (min-width: 550px) {
      .flexshows .showcarousel__wrapper {
        bottom: -8%; } }
    @media only screen and (min-width: 700px) {
      .flexshows .showcarousel__wrapper {
        bottom: -8%; } }
    @media only screen and (min-width: 1000px) {
      .flexshows .showcarousel__wrapper {
        left: 10.5%;
        right: 10.5%; } }
    @media only screen and (min-width: 1400px) {
      .flexshows .showcarousel__wrapper {
        bottom: -10%;
        left: 12.5%;
        right: 12.5%; } }
  .flexshows .showcarousel .post {
    margin-bottom: 2.5em; }
  .flexshows .showcarousel .postimg {
    padding-top: 63.58%;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.35); }
  .flexshows .showcarousel .post__link:hover .postimg {
    -webkit-box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.35); }
  .flexshows .showcarousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff; }
    .flexshows .showcarousel .owl-dots span {
      border: 1px solid #fff;
      height: 8px;
      width: 8px;
      display: inline-block;
      margin: 0 .15em;
      border-radius: 8px; }
    .flexshows .showcarousel .owl-dots .active span {
      background: #fff; }
  .flexshows .showcarousel .owl-prev, .flexshows .showcarousel .owl-next {
    display: none;
    position: absolute;
    top: 35%; }
    @media only screen and (min-width: 1000px) {
      .flexshows .showcarousel .owl-prev, .flexshows .showcarousel .owl-next {
        display: block; } }
  .flexshows .showcarousel .owl-prev {
    left: -7.875%;
    transform: translateX(50%); }
    @media only screen and (min-width: 1400px) {
      .flexshows .showcarousel .owl-prev {
        left: -9.375%; } }
  .flexshows .showcarousel .owl-next {
    right: -7.875%;
    transform: translateX(-50%); }
    @media only screen and (min-width: 1400px) {
      .flexshows .showcarousel .owl-next {
        right: -9.375%; } }

/*  ==========================================================================
	flex--people -- People
	========================================================================== */
.flexpeople {
  margin-bottom: -2em; }
  @media only screen and (min-width: 1200px) {
    .flexpeople .person__content {
      padding: 0 14.3%; } }
  @media only screen and (min-width: 1400px) {
    .flexpeople .person__content {
      padding: 0 20%; } }

@media only screen and (min-width: 700px) {
  .peoplegrid .peoplegrid__large {
    padding-right: 8.3%; } }

/* people fancybox */
.fancybox--person .fancybox-button {
  width: 44px; }
  .fancybox--person .fancybox-button svg path {
    color: #5C013F; }
.fancybox--person .fancybox-slide--html {
  padding: 3.5%; }
.fancybox--person .fancybox-content {
  padding: 0; }

/*  ==========================================================================
	flex--shufflecarousel -- Feature Carousel
	========================================================================== */
.flexslideimg {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 135%; }
  .flexslideimg .flexslideimg__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.flexslide__content {
  padding: 0 10%; }
  .flexslide__content .flexslide__heading {
    margin: .5em 0; }
  .flexslide__content .flexslide__tag {
    background-color: #FF4370;
    color: white;
    display: inline-block;
    width: auto;
    padding: .25em;
    border-radius: 2px; }

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