/*================ UTILS ================*/
/*================ Mixins ================*/
/*
	Responsive ratio
	Used for creating scalable elements that maintain the same ratio
	example:
	.element {
		@include responsive-ratio(400, 300);
	}
*/
/*================ BD margin ================*/
/*============================================================================
  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 ---- */
/* ---- Logo Padding ---- */
/*============================================================================
  Grid Breakpoints and Class Names
==============================================================================*/
/*================ VENDOR ================*/
@import url(css/vendor/owl/owl.carousel.min.css);
@import url(css/vendor/owl/owl.theme.default.min.css);
/*================= BASE =================*/
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  margin: 1em 40px; }

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0 0 0 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==========================================================================
animations -- animations.scss
========================================================================== */
.effect--fade,
.effect--slidein {
  -webkit-transition: opacity 400ms cubic-bezier(0.33, 1, 0.68, 1) 0s, -webkit-transform 800ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -moz-transition: opacity 400ms cubic-bezier(0.33, 1, 0.68, 1) 0s, -moz-transform 800ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 400ms cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 800ms cubic-bezier(0.33, 1, 0.68, 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+3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

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

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

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

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

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

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

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

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

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

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

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

  .effect.gd-u-gt1000-1-4:nth-child(4n+4) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    transition-delay: 450ms; } }
/*  ==========================================================================
	Setup fonts -- typography.scss
	========================================================================== */
@font-face {
  font-family: "Norse Sans";
  src: url("webfonts/norse-sans/Norse-Regular.eot");
  src: url("webfonts/norse-sans/Norse-Regular.woff") format("woff");
  font-weight: 300;
  font-style: 300; }
@font-face {
  font-family: "Norse Sans";
  src: url("webfonts/norse-sans/Norse-Bold.eot");
  src: url("webfonts/norse-sans/Norse-Bold.woff") format("woff");
  font-weight: 800;
  font-style: 800; }
@font-face {
  font-family: "Norse Sans";
  src: url("webfonts/norse-sans/Norse-DemiBold.eot");
  src: url("webfonts/norse-sans/Norse-DemiBold.woff") format("woff");
  font-weight: 700;
  font-style: 700; }
/*  ==========================================================================
	Base typography -- typography.scss
	========================================================================== */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 300; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 0.25em;
  line-height: 1.2;
  font-weight: 300; }

.h1,
h1 {
  margin: 0; }

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

.fontsize--large,
h2 {
  font-size: 35px;
  line-height: 1.25; }
  @media only screen and (min-width: 550px) {
    .fontsize--large,
    h2 {
      font-size: 45px; } }
  @media only screen and (min-width: 700px) {
    .fontsize--large,
    h2 {
      font-size: 55px; } }
  @media only screen and (min-width: 1000px) {
    .fontsize--large,
    h2 {
      font-size: 57px; } }
  @media only screen and (min-width: 1200px) {
    .fontsize--large,
    h2 {
      font-size: 62px; } }
  @media only screen and (min-width: 1400px) {
    .fontsize--large,
    h2 {
      font-size: 64px; } }
  @media only screen and (min-width: 1600px) {
    .fontsize--large,
    h2 {
      font-size: 66px; } }

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

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

.fontsize--sml,
h5 {
  font-size: 14px; }
  @media only screen and (min-width: 550px) {
    .fontsize--sml,
    h5 {
      font-size: 14px; } }
  @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: 15px; } }
  @media only screen and (min-width: 1200px) {
    .fontsize--sml,
    h5 {
      font-size: 15px; } }
  @media only screen and (min-width: 1400px) {
    .fontsize--sml,
    h5 {
      font-size: 16px; } }
  @media only screen and (min-width: 1600px) {
    .fontsize--sml,
    h5 {
      font-size: 16px; } }

.fontsize--tiny,
h6 {
  font-size: 12px; }
  @media only screen and (min-width: 550px) {
    .fontsize--tiny,
    h6 {
      font-size: 12px; } }
  @media only screen and (min-width: 700px) {
    .fontsize--tiny,
    h6 {
      font-size: 12px; } }
  @media only screen and (min-width: 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,
b,
strong {
  font-weight: 800; }

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

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

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

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

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

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

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

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

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

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

.color--blue {
  color: #000; }

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

p {
  margin: 0 0 1em; }

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

.headingafter {
  position: relative;
  margin: 0 0 .5em;
  padding-bottom: .5em; }
  .headingafter:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.5em;
    border-bottom: 1px solid #dbdefc; }
  .color--white .headingafter:after {
    border-color: rgba(255, 255, 255, 0.15); }

/* Text animations */
.text--reveal span {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden; }
  .text--reveal span span {
    -webkit-transform: translate(0, 120%);
    -moz-transform: translate(0, 120%);
    transform: translate(0, 120%);
    -webkit-transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1); }
  .text--reveal span:nth-child(2) span {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .text--reveal span:nth-child(3) span {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .text--reveal span:nth-child(4) span {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .text--reveal span:nth-child(5) span {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s; }
  .text--reveal span:nth-child(6) span {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .text--reveal span:nth-child(7) span {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    transition-delay: 0.35s; }
  .text--reveal span:nth-child(8) span {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .text--reveal span:nth-child(9) span {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    transition-delay: 0.45s; }
  .text--reveal span:nth-child(10) span {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .text--reveal span:nth-child(11) span {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    transition-delay: 0.55s; }
  .text--reveal span:nth-child(12) span {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .text--reveal span:nth-child(13) span {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    transition-delay: 0.65s; }
  .text--reveal span:nth-child(14) span {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .text--reveal span:nth-child(15) span {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s; }
  .text--reveal span:nth-child(16) span {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .text--reveal span:nth-child(17) span {
    -webkit-transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    transition-delay: 0.85s; }
  .text--reveal span:nth-child(18) span {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .text--reveal span:nth-child(19) span {
    -webkit-transition-delay: 0.95s;
    -moz-transition-delay: 0.95s;
    transition-delay: 0.95s; }
  .text--reveal span:nth-child(20) span {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s; }
  .text--reveal span:nth-child(21) span {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    transition-delay: 1.05s; }
  .text--reveal span:nth-child(22) span {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .text--reveal span:nth-child(23) span {
    -webkit-transition-delay: 1.15s;
    -moz-transition-delay: 1.15s;
    transition-delay: 1.15s; }
  .text--reveal span:nth-child(24) span {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .text--reveal span:nth-child(25) span {
    -webkit-transition-delay: 1.25s;
    -moz-transition-delay: 1.25s;
    transition-delay: 1.25s; }
  .text--reveal span:nth-child(26) span {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .text--reveal span:nth-child(27) span {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    transition-delay: 1.35s; }
  .text--reveal span:nth-child(28) span {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .text--reveal span:nth-child(29) span {
    -webkit-transition-delay: 1.45s;
    -moz-transition-delay: 1.45s;
    transition-delay: 1.45s; }
  .text--reveal span:nth-child(30) span {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .text--reveal span:nth-child(31) span {
    -webkit-transition-delay: 1.55s;
    -moz-transition-delay: 1.55s;
    transition-delay: 1.55s; }
  .text--reveal span:nth-child(32) span {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .text--reveal span:nth-child(33) span {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    transition-delay: 1.65s; }
  .text--reveal span:nth-child(34) span {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    transition-delay: 1.7s; }
  .text--reveal span:nth-child(35) span {
    -webkit-transition-delay: 1.75s;
    -moz-transition-delay: 1.75s;
    transition-delay: 1.75s; }
  .text--reveal span:nth-child(36) span {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .text--reveal span:nth-child(37) span {
    -webkit-transition-delay: 1.85s;
    -moz-transition-delay: 1.85s;
    transition-delay: 1.85s; }
  .text--reveal span:nth-child(38) span {
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
    transition-delay: 1.9s; }
  .text--reveal span:nth-child(39) span {
    -webkit-transition-delay: 1.95s;
    -moz-transition-delay: 1.95s;
    transition-delay: 1.95s; }
  .text--reveal span:nth-child(40) span {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    transition-delay: 2s; }
  .text--reveal span:nth-child(41) span {
    -webkit-transition-delay: 2.05s;
    -moz-transition-delay: 2.05s;
    transition-delay: 2.05s; }
  .text--reveal span:nth-child(42) span {
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
    transition-delay: 2.1s; }
  .text--reveal span:nth-child(43) span {
    -webkit-transition-delay: 2.15s;
    -moz-transition-delay: 2.15s;
    transition-delay: 2.15s; }
  .text--reveal span:nth-child(44) span {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    transition-delay: 2.2s; }
  .text--reveal span:nth-child(45) span {
    -webkit-transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    transition-delay: 2.25s; }
  .text--reveal span:nth-child(46) span {
    -webkit-transition-delay: 2.3s;
    -moz-transition-delay: 2.3s;
    transition-delay: 2.3s; }
  .text--reveal span:nth-child(47) span {
    -webkit-transition-delay: 2.35s;
    -moz-transition-delay: 2.35s;
    transition-delay: 2.35s; }
  .text--reveal span:nth-child(48) span {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    transition-delay: 2.4s; }
  .text--reveal span:nth-child(49) span {
    -webkit-transition-delay: 2.45s;
    -moz-transition-delay: 2.45s;
    transition-delay: 2.45s; }
  .text--reveal span:nth-child(50) span {
    -webkit-transition-delay: 2.5s;
    -moz-transition-delay: 2.5s;
    transition-delay: 2.5s; }
  .text--reveal span:nth-child(51) span {
    -webkit-transition-delay: 2.55s;
    -moz-transition-delay: 2.55s;
    transition-delay: 2.55s; }
  .text--reveal span:nth-child(52) span {
    -webkit-transition-delay: 2.6s;
    -moz-transition-delay: 2.6s;
    transition-delay: 2.6s; }
  .text--reveal span:nth-child(53) span {
    -webkit-transition-delay: 2.65s;
    -moz-transition-delay: 2.65s;
    transition-delay: 2.65s; }
  .text--reveal span:nth-child(54) span {
    -webkit-transition-delay: 2.7s;
    -moz-transition-delay: 2.7s;
    transition-delay: 2.7s; }
  .text--reveal span:nth-child(55) span {
    -webkit-transition-delay: 2.75s;
    -moz-transition-delay: 2.75s;
    transition-delay: 2.75s; }
  .text--reveal span:nth-child(56) span {
    -webkit-transition-delay: 2.8s;
    -moz-transition-delay: 2.8s;
    transition-delay: 2.8s; }
  .text--reveal span:nth-child(57) span {
    -webkit-transition-delay: 2.85s;
    -moz-transition-delay: 2.85s;
    transition-delay: 2.85s; }
  .text--reveal span:nth-child(58) span {
    -webkit-transition-delay: 2.9s;
    -moz-transition-delay: 2.9s;
    transition-delay: 2.9s; }
  .text--reveal span:nth-child(59) span {
    -webkit-transition-delay: 2.95s;
    -moz-transition-delay: 2.95s;
    transition-delay: 2.95s; }
  .text--reveal span:nth-child(60) span {
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    transition-delay: 3s; }
  .text--reveal span:nth-child(61) span {
    -webkit-transition-delay: 3.05s;
    -moz-transition-delay: 3.05s;
    transition-delay: 3.05s; }
  .text--reveal span:nth-child(62) span {
    -webkit-transition-delay: 3.1s;
    -moz-transition-delay: 3.1s;
    transition-delay: 3.1s; }
  .text--reveal span:nth-child(63) span {
    -webkit-transition-delay: 3.15s;
    -moz-transition-delay: 3.15s;
    transition-delay: 3.15s; }
  .text--reveal span:nth-child(64) span {
    -webkit-transition-delay: 3.2s;
    -moz-transition-delay: 3.2s;
    transition-delay: 3.2s; }
  .text--reveal span:nth-child(65) span {
    -webkit-transition-delay: 3.25s;
    -moz-transition-delay: 3.25s;
    transition-delay: 3.25s; }
  .text--reveal span:nth-child(66) span {
    -webkit-transition-delay: 3.3s;
    -moz-transition-delay: 3.3s;
    transition-delay: 3.3s; }
  .text--reveal span:nth-child(67) span {
    -webkit-transition-delay: 3.35s;
    -moz-transition-delay: 3.35s;
    transition-delay: 3.35s; }
  .text--reveal span:nth-child(68) span {
    -webkit-transition-delay: 3.4s;
    -moz-transition-delay: 3.4s;
    transition-delay: 3.4s; }
  .text--reveal span:nth-child(69) span {
    -webkit-transition-delay: 3.45s;
    -moz-transition-delay: 3.45s;
    transition-delay: 3.45s; }
  .text--reveal span:nth-child(70) span {
    -webkit-transition-delay: 3.5s;
    -moz-transition-delay: 3.5s;
    transition-delay: 3.5s; }
  .text--reveal span:nth-child(71) span {
    -webkit-transition-delay: 3.55s;
    -moz-transition-delay: 3.55s;
    transition-delay: 3.55s; }
  .text--reveal span:nth-child(72) span {
    -webkit-transition-delay: 3.6s;
    -moz-transition-delay: 3.6s;
    transition-delay: 3.6s; }
  .text--reveal span:nth-child(73) span {
    -webkit-transition-delay: 3.65s;
    -moz-transition-delay: 3.65s;
    transition-delay: 3.65s; }
  .text--reveal span:nth-child(74) span {
    -webkit-transition-delay: 3.7s;
    -moz-transition-delay: 3.7s;
    transition-delay: 3.7s; }
  .text--reveal span:nth-child(75) span {
    -webkit-transition-delay: 3.75s;
    -moz-transition-delay: 3.75s;
    transition-delay: 3.75s; }
  .text--reveal span:nth-child(76) span {
    -webkit-transition-delay: 3.8s;
    -moz-transition-delay: 3.8s;
    transition-delay: 3.8s; }
  .text--reveal span:nth-child(77) span {
    -webkit-transition-delay: 3.85s;
    -moz-transition-delay: 3.85s;
    transition-delay: 3.85s; }
  .text--reveal span:nth-child(78) span {
    -webkit-transition-delay: 3.9s;
    -moz-transition-delay: 3.9s;
    transition-delay: 3.9s; }
  .text--reveal span:nth-child(79) span {
    -webkit-transition-delay: 3.95s;
    -moz-transition-delay: 3.95s;
    transition-delay: 3.95s; }
  .text--reveal span:nth-child(80) span {
    -webkit-transition-delay: 4s;
    -moz-transition-delay: 4s;
    transition-delay: 4s; }
  .text--reveal span:nth-child(81) span {
    -webkit-transition-delay: 4.05s;
    -moz-transition-delay: 4.05s;
    transition-delay: 4.05s; }
  .text--reveal span:nth-child(82) span {
    -webkit-transition-delay: 4.1s;
    -moz-transition-delay: 4.1s;
    transition-delay: 4.1s; }
  .text--reveal span:nth-child(83) span {
    -webkit-transition-delay: 4.15s;
    -moz-transition-delay: 4.15s;
    transition-delay: 4.15s; }
  .text--reveal span:nth-child(84) span {
    -webkit-transition-delay: 4.2s;
    -moz-transition-delay: 4.2s;
    transition-delay: 4.2s; }
  .text--reveal span:nth-child(85) span {
    -webkit-transition-delay: 4.25s;
    -moz-transition-delay: 4.25s;
    transition-delay: 4.25s; }
  .text--reveal span:nth-child(86) span {
    -webkit-transition-delay: 4.3s;
    -moz-transition-delay: 4.3s;
    transition-delay: 4.3s; }
  .text--reveal span:nth-child(87) span {
    -webkit-transition-delay: 4.35s;
    -moz-transition-delay: 4.35s;
    transition-delay: 4.35s; }
  .text--reveal span:nth-child(88) span {
    -webkit-transition-delay: 4.4s;
    -moz-transition-delay: 4.4s;
    transition-delay: 4.4s; }
  .text--reveal span:nth-child(89) span {
    -webkit-transition-delay: 4.45s;
    -moz-transition-delay: 4.45s;
    transition-delay: 4.45s; }
  .text--reveal span:nth-child(90) span {
    -webkit-transition-delay: 4.5s;
    -moz-transition-delay: 4.5s;
    transition-delay: 4.5s; }
  .text--reveal span:nth-child(91) span {
    -webkit-transition-delay: 4.55s;
    -moz-transition-delay: 4.55s;
    transition-delay: 4.55s; }
  .text--reveal span:nth-child(92) span {
    -webkit-transition-delay: 4.6s;
    -moz-transition-delay: 4.6s;
    transition-delay: 4.6s; }
  .text--reveal span:nth-child(93) span {
    -webkit-transition-delay: 4.65s;
    -moz-transition-delay: 4.65s;
    transition-delay: 4.65s; }
  .text--reveal span:nth-child(94) span {
    -webkit-transition-delay: 4.7s;
    -moz-transition-delay: 4.7s;
    transition-delay: 4.7s; }
  .text--reveal span:nth-child(95) span {
    -webkit-transition-delay: 4.75s;
    -moz-transition-delay: 4.75s;
    transition-delay: 4.75s; }
  .text--reveal span:nth-child(96) span {
    -webkit-transition-delay: 4.8s;
    -moz-transition-delay: 4.8s;
    transition-delay: 4.8s; }
  .text--reveal span:nth-child(97) span {
    -webkit-transition-delay: 4.85s;
    -moz-transition-delay: 4.85s;
    transition-delay: 4.85s; }
  .text--reveal span:nth-child(98) span {
    -webkit-transition-delay: 4.9s;
    -moz-transition-delay: 4.9s;
    transition-delay: 4.9s; }
  .text--reveal span:nth-child(99) span {
    -webkit-transition-delay: 4.95s;
    -moz-transition-delay: 4.95s;
    transition-delay: 4.95s; }
  .text--reveal span:nth-child(100) span {
    -webkit-transition-delay: 5s;
    -moz-transition-delay: 5s;
    transition-delay: 5s; }
.effect--ready .text--reveal span span {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0); }

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

.linkline {
  background-image: linear-gradient(90deg, #0b22e8 0%, #0b22e8 50%, rgba(11, 34, 232, 0.3) 50%, rgba(11, 34, 232, 0.3) 100%);
  background-size: 200% 1px;
  background-position: 100% bottom;
  background-repeat: no-repeat;
  -webkit-transition: background-position 250ms ease-out 0ms;
  -moz-transition: background-position 250ms ease-out 0ms;
  transition: background-position 250ms ease-out 0ms; }
  a:hover .linkline {
    background-position: left bottom; }
  .linkline .line--invisible, .linkline--invisible {
    background-image: linear-gradient(90deg, #0b22e8 0%, #0b22e8 50%, rgba(11, 34, 232, 0) 50%, rgba(11, 34, 232, 0) 100%); }
  .color--white .linkline {
    background-image: linear-gradient(90deg, white 0%, white 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%); }
  .color--grey .linkline {
    background-image: linear-gradient(90deg, #cccccc 0%, #cccccc 50%, rgba(204, 204, 204, 0.3) 50%, rgba(204, 204, 204, 0.3) 100%); }

.btn {
  background-color: rgba(204, 204, 204, 0.15);
  color: #0B22E8;
  border-radius: 3em;
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: .5em .5em .5em 1.75em;
  cursor: pointer;
  border: none;
  font-weight: 700;
  font-size: 14px; }
  @media only screen and (min-width: 550px) {
    .btn {
      font-size: 14px; } }
  @media only screen and (min-width: 700px) {
    .btn {
      font-size: 14px; } }
  @media only screen and (min-width: 1000px) {
    .btn {
      font-size: 15px; } }
  @media only screen and (min-width: 1200px) {
    .btn {
      font-size: 15px; } }
  @media only screen and (min-width: 1400px) {
    .btn {
      font-size: 16px; } }
  @media only screen and (min-width: 1600px) {
    .btn {
      font-size: 16px; } }
  .btn .linkline {
    background-image: none; }
  .btn .fa, .btn .fab, .btn .fal, .btn .far, .btn .fas {
    background: #fff;
    padding: .75em;
    border-radius: 50%;
    margin: 0 0 0 1.5em;
    color: #0B22E8; }
  .btn .btn__count {
    background: #fff;
    padding: .75em;
    border-radius: 1.5em;
    margin: 0 0 0 1.5em;
    color: #0B22E8;
    font-weight: 300;
    display: inline-block;
    min-width: 1em;
    height: 1em;
    line-height: 1em; }
  .btn:hover {
    color: #fff;
    background-color: #0B22E8; }
  .btn--iconleft {
    padding: .5em 1.75em .5em .5em; }
    .btn--iconleft .fa, .btn--iconleft .fab, .btn--iconleft .fal, .btn--iconleft .far, .btn--iconleft .fas, .btn--iconleft .btn__count {
      margin: 0 1.5em 0 0; }
  .btn--noicon {
    padding: 1em 1.75em; }
  .btn--white, .bg--black .btn, .bg--blue .btn {
    background: #fff; }
    .btn--white .fa, .btn--white .fab, .btn--white .fal, .btn--white .far, .btn--white .fas, .btn--white .btn__count, .bg--black .btn .fa, .bg--black .btn .fab, .bg--black .btn .fal, .bg--black .btn .far, .bg--black .btn .fas, .bg--black .btn .btn__count, .bg--blue .btn .fa, .bg--blue .btn .fab, .bg--blue .btn .fal, .bg--blue .btn .far, .bg--blue .btn .fas, .bg--blue .btn .btn__count {
      background: rgba(204, 204, 204, 0.15); }
    .btn--white:hover, .bg--black .btn:hover, .bg--blue .btn:hover {
      background: #0B22E8; }
      .btn--white:hover .fa, .btn--white:hover .fab, .btn--white:hover .fal, .btn--white:hover .far, .btn--white:hover .fas, .btn--white:hover .btn__count, .bg--black .btn:hover .fa, .bg--black .btn:hover .fab, .bg--black .btn:hover .fal, .bg--black .btn:hover .far, .bg--black .btn:hover .fas, .bg--black .btn:hover .btn__count, .bg--blue .btn:hover .fa, .bg--blue .btn:hover .fab, .bg--blue .btn:hover .fal, .bg--blue .btn:hover .far, .bg--blue .btn:hover .fas, .bg--blue .btn:hover .btn__count {
        background: #fff; }
  .btn--blue {
    background: #0B22E8;
    color: #fff; }
    .btn--blue:hover {
      background: #000; }

/*  ==========================================================================
    share icons -- links-buttons.scss
    ========================================================================== */
.shareicons {
  margin: 0 -.25em;
  position: fixed;
  top: 50%;
  right: 0;
  right: calc((3rem / 2) - .75em);
  margin-top: -.5em;
  width: 1em;
  height: 1em;
  z-index: 100; }
  @media only screen and (min-width: 550px) {
    .shareicons {
      right: calc((4rem / 2) - .75em); } }
  @media only screen and (min-width: 700px) {
    .shareicons {
      right: calc((4rem / 2) - .75em); } }
  @media only screen and (min-width: 1000px) {
    .shareicons {
      right: calc((4.5rem / 2) - .75em); } }
  @media only screen and (min-width: 1200px) {
    .shareicons {
      right: calc((4.5rem / 2) - .75em); } }
  @media only screen and (min-width: 1400px) {
    .shareicons {
      right: calc((5rem / 2) - .75em); } }
  @media only screen and (min-width: 1600px) {
    .shareicons {
      right: calc((5rem / 2) - .75em); } }
  @media only screen and (max-width: 549px) {
    .shareicons {
      margin-top: 0;
      position: relative;
      width: 100%;
      height: auto;
      top: auto;
      right: auto;
      overflow: hidden; }
      .shareicons .shareicons__bd {
        padding: 1em 0;
        border-bottom: 1px solid #dbdefc; } }
  @media only screen and (min-width: 550px) {
    .shareicons .shareicons__bd {
      margin: 0; } }
  @media screen and (max-height: 650px) {
    .shareicons {
      margin-top: 0;
      position: relative;
      width: 100%;
      height: auto;
      top: auto;
      right: auto; }
      .shareicons .shareicons__bd {
        padding: 1em 0;
        border-bottom: 1px solid #dbdefc; } }
  @media screen and (min-height: 650px) and (min-width: 550px) {
    .shareicons .shareiconslist {
      position: absolute;
      top: .5em;
      right: 0;
      width: 25em;
      text-align: center;
      transform: rotate(90deg) translatex(50%);
      transform-origin: right top; } }
  .shareicons .shareiconslist li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .shareicons .shareiconslist li a, .shareicons .shareiconslist li .no-link {
      display: block;
      padding: 0 0.25em; }

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

.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--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: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  box-sizing: border-box;
  padding-left: 0.75em;
  padding-right: 0.75em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gd-u {
    padding-right: 1em;
    padding-left: 1em; } }
@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: -1em;
    margin-left: -1em; }

  .gd-u {
    padding-right: 1em;
    padding-left: 1em; } }
@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
   ========================================================================== */
.nf-form-cont {
  position: relative;
  background: #fff;
  color: #0B22E8;
  padding: 1em 1.5em 1em 1.5em; }
  @media only screen and (max-width: 549px) {
    .nf-form-cont {
      margin-right: -3rem; } }
  @media only screen and (min-width: 1000px) {
    .nf-form-cont {
      padding: 2em 3em 2em 3em; } }

.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 {
  border-radius: 2em;
  padding: 1em 1.5em;
  background: transparent;
  border: solid 1px #dbdefc;
  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: #dbdefc; }
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #dbdefc; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #dbdefc; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #dbdefc; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #dbdefc; }

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-field-label {
  font-size: 14px; }
  @media only screen and (min-width: 550px) {
    .nf-field-label {
      font-size: 14px; } }
  @media only screen and (min-width: 700px) {
    .nf-field-label {
      font-size: 14px; } }
  @media only screen and (min-width: 1000px) {
    .nf-field-label {
      font-size: 15px; } }
  @media only screen and (min-width: 1200px) {
    .nf-field-label {
      font-size: 15px; } }
  @media only screen and (min-width: 1400px) {
    .nf-field-label {
      font-size: 16px; } }
  @media only screen and (min-width: 1600px) {
    .nf-field-label {
      font-size: 16px; } }

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

.submit-container .nf-field-element {
  position: relative;
  display: inline-block;
  width: auto !important;
  margin-left: auto !important; }
  .submit-container .nf-field-element input[type="button"] {
    padding-left: 0;
    padding-right: 4em; }
  .submit-container .nf-field-element:after {
    position: absolute;
    right: 0;
    top: .15em;
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    background: rgba(204, 204, 204, 0.15);
    font-weight: 200;
    padding: .75em;
    width: 3em;
    box-sizing: border-box;
    height: 3em;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    color: #0B22E8;
    pointer-events: none;
    font-size: 14px; }
    @media only screen and (min-width: 550px) {
      .submit-container .nf-field-element:after {
        font-size: 14px; } }
    @media only screen and (min-width: 700px) {
      .submit-container .nf-field-element:after {
        font-size: 14px; } }
    @media only screen and (min-width: 1000px) {
      .submit-container .nf-field-element:after {
        font-size: 15px; } }
    @media only screen and (min-width: 1200px) {
      .submit-container .nf-field-element:after {
        font-size: 15px; } }
    @media only screen and (min-width: 1400px) {
      .submit-container .nf-field-element:after {
        font-size: 16px; } }
    @media only screen and (min-width: 1600px) {
      .submit-container .nf-field-element:after {
        font-size: 16px; } }
  .submit-container .nf-field-element:hover:after {
    background: #0B22E8;
    color: #fff; }

input[type="button"] {
  font-family: "Norse Sans", Arial, sans-serif;
  background-color: transparent;
  color: #0B22E8;
  border-radius: 0;
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 1em 1.75em;
  border: none;
  font-weight: 700;
  font-size: 14px; }
  @media only screen and (min-width: 550px) {
    input[type="button"] {
      font-size: 14px; } }
  @media only screen and (min-width: 700px) {
    input[type="button"] {
      font-size: 14px; } }
  @media only screen and (min-width: 1000px) {
    input[type="button"] {
      font-size: 15px; } }
  @media only screen and (min-width: 1200px) {
    input[type="button"] {
      font-size: 15px; } }
  @media only screen and (min-width: 1400px) {
    input[type="button"] {
      font-size: 16px; } }
  @media only screen and (min-width: 1600px) {
    input[type="button"] {
      font-size: 16px; } }
  input[type="button"]:focus {
    outline: none; }

.nf-response-msg {
  margin-top: 2em !important; }

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 #0B22E8;
    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: #000;
    transition: all 0.5s ease; }
  input[type=radio]:checked::after, input[type=checkbox]:checked::after {
    border: 2px solid #000;
    transition: all 0.5s ease; }

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

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: #0B22E8;
  font-weight: 800;
  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: #000; }

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

/* Title */
.nf-form-title {
  padding-bottom: .5em;
  border-bottom: 1px solid #dbdefc;
  display: block;
  margin-bottom: 2em; }
  .nf-form-title h3 {
    margin: 0;
    font-weight: 700;
    line-height: 1.7;
    font-size: 16px; }
    @media only screen and (min-width: 550px) {
      .nf-form-title h3 {
        font-size: 16px; } }
    @media only screen and (min-width: 700px) {
      .nf-form-title h3 {
        font-size: 16px; } }
    @media only screen and (min-width: 1000px) {
      .nf-form-title h3 {
        font-size: 18px; } }
    @media only screen and (min-width: 1200px) {
      .nf-form-title h3 {
        font-size: 18px; } }
    @media only screen and (min-width: 1400px) {
      .nf-form-title h3 {
        font-size: 19px; } }
    @media only screen and (min-width: 1600px) {
      .nf-form-title h3 {
        font-size: 20px; } }

/* Errors */
.nf-error-msg {
  font-weight: 700;
  font-size: 14px; }
  @media only screen and (min-width: 550px) {
    .nf-error-msg {
      font-size: 14px; } }
  @media only screen and (min-width: 700px) {
    .nf-error-msg {
      font-size: 14px; } }
  @media only screen and (min-width: 1000px) {
    .nf-error-msg {
      font-size: 15px; } }
  @media only screen and (min-width: 1200px) {
    .nf-error-msg {
      font-size: 15px; } }
  @media only screen and (min-width: 1400px) {
    .nf-error-msg {
      font-size: 16px; } }
  @media only screen and (min-width: 1600px) {
    .nf-error-msg {
      font-size: 16px; } }

/*  ==========================================================================
	Basic layout classes -- layout/layout.scss
	========================================================================== */
body {
  font-family: "Norse Sans", Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #0B22E8;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%; }
  body.bg--black {
    background: #000;
    color: #fff; }
  body.bg--grey {
    background: rgba(204, 204, 204, 0.15); }
  body.bg--blue {
    background: #0B22E8;
    color: #fff; }
  body.mobnavopen {
    height: 100vh;
    overflow: hidden; }

.bd {
  margin: 0 3rem;
  position: relative;
  min-height: 1px; }
  @media only screen and (min-width: 550px) {
    .bd {
      margin: 0 4rem; } }
  @media only screen and (min-width: 700px) {
    .bd {
      margin: 0 4rem; } }
  @media only screen and (min-width: 1000px) {
    .bd {
      margin: 0 4.5rem; } }
  @media only screen and (min-width: 1200px) {
    .bd {
      margin: 0 4.5rem; } }
  @media only screen and (min-width: 1400px) {
    .bd {
      margin: 0 5rem; } }
  @media only screen and (min-width: 1600px) {
    .bd {
      margin: 0 5rem; } }
  .bd:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

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

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

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

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

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

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

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

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

.margin--none {
  margin: 0; }

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

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

/*  ==========================================================================
	Opacity options
	========================================================================== */
.opacity--3 {
  opacity: .33; }

.opacity--5 {
  opacity: .5; }

.opacity--6 {
  opacity: .66; }

/*  ==========================================================================
	tag - pill style
	========================================================================== */
.tag {
  background: rgba(204, 204, 204, 0.15);
  padding: .5em 1.25em;
  border-radius: 10px;
  display: inline-block;
  margin-right: 1em; }
  .tag .linkline {
    background-image: none; }

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

.inlinenavlist {
  margin: 0 -.75em; }
  .inlinenavlist li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .inlinenavlist li a, .inlinenavlist li .no-link {
      display: block;
      padding: 0 0.75em; }

.liststyle {
  list-style: none;
  margin: 0; }
  .liststyle li {
    padding: .66em 0;
    border-bottom: 1px solid #dbdefc; }
    .liststyle li:last-child {
      border-bottom: none; }
    .liststyle li a {
      padding-left: 2em;
      position: relative; }
      .liststyle li a .fa, .liststyle li a .fab, .liststyle li a .fal, .liststyle li a .fas {
        position: absolute;
        left: 0;
        top: .15em;
        opacity: .33; }
      .liststyle li a:hover .fa, .liststyle li a:hover .fab, .liststyle li a:hover .fal, .liststyle li a:hover .fas {
        opacity: 1; }

/*  ==========================================================================
	Page
	========================================================================== */
.pageheader {
  position: relative;
  overflow: hidden;
  /* pageheader--img */
  /* pageheader--video */
  /* pageheader--gallery */
  /* pageheader--person or personheader */
  /* homeheader */
  /* companyheader */
  /* Job header */
  /* Category page header */ }
  .pageheader .pageheader__bd {
    position: relative;
    z-index: 2; }
  .pageheader .pageheader__body {
    position: relative; }
    @media only screen and (max-width: 549px) {
      .pageheader .pageheader__body {
        padding-top: 15%;
        padding-bottom: 15%; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .pageheader .pageheader__body {
        padding-top: 7%;
        padding-bottom: 7%; } }
  @media only screen and (-ms-high-contrast: active) and (min-width: 550px), only screen and (-ms-high-contrast: none) and (min-width: 550px) {
    .pageheader .pageheader__body {
      padding-top: 5%;
      padding-bottom: 5%; } }
  @media only screen and (-ms-high-contrast: active) and (min-width: 1200px), only screen and (-ms-high-contrast: none) and (min-width: 1200px) {
    .pageheader .pageheader__body {
      padding-top: 4%;
      padding-bottom: 4%; } }

    .pageheader .pageheader__body .gd-g {
      box-sizing: border-box;
      min-height: calc(100vh - (3rem * 2)); }
      @media only screen and (min-width: 550px) {
        .pageheader .pageheader__body .gd-g {
          min-height: calc(100vh - (4rem * 2)); } }
      @media only screen and (min-width: 700px) {
        .pageheader .pageheader__body .gd-g {
          min-height: calc(100vh - (4rem * 2)); } }
      @media only screen and (min-width: 1000px) {
        .pageheader .pageheader__body .gd-g {
          min-height: calc(100vh - (4.5rem * 2)); } }
      @media only screen and (min-width: 1200px) {
        .pageheader .pageheader__body .gd-g {
          min-height: calc(100vh - (4.5rem * 2)); } }
      @media only screen and (min-width: 1400px) {
        .pageheader .pageheader__body .gd-g {
          min-height: calc(100vh - (5rem * 2)); } }
      @media only screen and (min-width: 1600px) {
        .pageheader .pageheader__body .gd-g {
          min-height: calc(100vh - (5rem * 2)); } }
      @media only screen and (max-width: 549px) {
        .pageheader .pageheader__body .gd-g {
          min-height: 0; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .pageheader .pageheader__body .gd-g {
          min-height: 0 !important; } }
    .pageheader .pageheader__body .pageheader__heading {
      max-width: 16em; }
    .pageheader .pageheader__body .pageheader__careerscount {
      margin: .5em 0 0 0; }
    .pageheader .pageheader__body .pageheader__preheading {
      margin: 0 0 1em 0; }
      .pageheader .pageheader__body .pageheader__preheading .pageheader__preheading__companylink {
        white-space: nowrap; }
    .pageheader .pageheader__body .pageheader__btns {
      display: block; }
    .pageheader .pageheader__body .pageheader__btn {
      margin: 1.5em 0 0 0; }
    .pageheader .pageheader__body .pageheader__info {
      margin: 1em 0 0 0; }
  .pageheader .pageheader__caption {
    padding: 1em 0;
    margin: 0;
    max-width: 45em;
    text-align: left; }
    .pageheader .pageheader__caption:after {
      content: "";
      width: 2em;
      border-top: 1px solid #dbdefc;
      position: absolute;
      bottom: 0;
      left: 0; }
  .pageheader .pageheader__bg {
    padding: 50% 0 0;
    position: relative;
    background: rgba(204, 204, 204, 0.15);
    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; }
    .pageheaderimg--loaded .pageheader--img .pageheader__img, .personheaderimg--loaded .pageheader--img .pageheader__img {
      -webkit-transition: transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
      -moz-transition: transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
      transition: transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
      opacity: 1; }
  .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: 1; }
  .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: 1; }
    .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; }
  @media only screen and (min-width: 700px) {
    .pageheader--person .gd-u:nth-child(2) {
      margin-left: 33.33%; } }
  @media only screen and (min-width: 1000px) {
    .pageheader--person .gd-u:nth-child(2) {
      margin-left: 0; } }
  .pageheader--person .pageheader__content {
    max-width: 35em; }
    @media only screen and (min-width: 1000px) {
      .pageheader--person .pageheader__content {
        max-width: none; } }
    @media only screen and (min-width: 1200px) {
      .pageheader--person .pageheader__content {
        padding: 0 14.3%; } }
    @media only screen and (min-width: 1400px) {
      .pageheader--person .pageheader__content {
        padding: 0 20%; } }
  .pageheader--person .pageheader__bg {
    max-height: calc(100vh - 3rem);
    overflow: hidden;
    padding: 0; }
    @media only screen and (min-width: 550px) {
      .pageheader--person .pageheader__bg {
        max-height: calc(100vh - 4rem); } }
    @media only screen and (min-width: 700px) {
      .pageheader--person .pageheader__bg {
        max-height: calc(100vh - 4rem); } }
    @media only screen and (min-width: 1000px) {
      .pageheader--person .pageheader__bg {
        max-height: calc(100vh - 4.5rem); } }
    @media only screen and (min-width: 1200px) {
      .pageheader--person .pageheader__bg {
        max-height: calc(100vh - 4.5rem); } }
    @media only screen and (min-width: 1400px) {
      .pageheader--person .pageheader__bg {
        max-height: calc(100vh - 5rem); } }
    @media only screen and (min-width: 1600px) {
      .pageheader--person .pageheader__bg {
        max-height: calc(100vh - 5rem); } }
    .pageheader--person .pageheader__bg .pageheader__img {
      position: relative;
      width: 100%;
      padding-top: 125%; }
  .pageheader--person .pageheader__personrole {
    margin: .25em 0 0 0; }
  .pageheader--person .pageheader__leader {
    margin-top: 2em; }
  .pageheader--person .pageheader__persondetails {
    margin: 2em 0 0 0; }
  .pageheader--person .personcompanies {
    margin: 2em 0 0 0; }
    .pageheader--person .personcompanies .flex__heading {
      margin: 0 0 .25em 0; }
    .pageheader--person .personcompanies .personcompanies__companies {
      margin-top: 1em; }
      .pageheader--person .personcompanies .personcompanies__companies:first-child {
        margin-top: 0; }
  .pageheader--home .pageheader__companies {
    position: absolute;
    top: 0;
    left: 0;
    width: 25rem;
    pointer-events: none;
    z-index: 10;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-out 0ms;
    -moz-transition: opacity 100ms ease-out 0ms;
    transition: opacity 100ms ease-out 0ms; }
    @media (hover: none) {
      .pageheader--home .pageheader__companies {
        display: none; } }
    .pageheader--home .pageheader__companies--show {
      opacity: 1; }
    .pageheader--home .pageheader__companies .pageheader__companies__hover {
      display: table-row; }
      .pageheader--home .pageheader__companies .pageheader__companies__hover .company {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto; }
    .pageheader--home .pageheader__companies .pageheader__body {
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      color: #fff; }
  .pageheader--company {
    text-align: center; }
    .pageheader--company .pageheader__body .gd-g {
      min-height: auto; }
    .pageheader--company .pageheader__btn {
      -webkit-transition: opacity 0.25s linear;
      -moz-transition: opacity 0.25s linear;
      transition: opacity 0.25s linear; }
      .pageheader--company .pageheader__btn--nonews {
        -webkit-transition: max-height 0.5s linear, margin 0.5s linear, padding 0.5s linear;
        -moz-transition: max-height 0.5s linear, margin 0.5s linear, padding 0.5s linear;
        transition: max-height 0.5s linear, margin 0.5s linear, padding 0.5s linear; }
      .pageheader--company .pageheader__btn--disabled {
        pointer-events: none;
        opacity: .5; }
    .pageheader--company .pageheader__bg {
      -webkit-transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
      -moz-transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
      transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1) 0ms; }
    .pageheader--company .pageheader__body {
      -webkit-transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
      -moz-transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
      transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1) 0ms; }
      .pageheader--company .pageheader__body .pageheader__heading {
        position: relative;
        display: inline-block;
        max-width: 15em;
        padding: 0;
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d; }
        .pageheader--company .pageheader__body .pageheader__heading .pageheader__heading__loading {
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-transition: color 0.3s;
          -moz-transition: color 0.3s;
          transition: color 0.3s;
          -webkit-transform: rotateX(-90deg);
          -moz-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
          -webkit-transform-origin: 50% 0;
          -moz-transform-origin: 50% 0;
          transform-origin: 50% 0;
          text-align: center; }
          .pageheader--company .pageheader__body .pageheader__heading .pageheader__heading__loading .char {
            -webkit-animation-name: fade;
            -moz-animation-name: fade;
            animation-name: fade;
            -webkit-animation-duration: 2s;
            -moz-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
            .pageheader--company .pageheader__body .pageheader__heading .pageheader__heading__loading .char--1 {
              -webkit-animation-delay: 0.1s;
              -moz-animation-delay: 0.1s;
              animation-delay: 0.1s; }
            .pageheader--company .pageheader__body .pageheader__heading .pageheader__heading__loading .char--2 {
              -webkit-animation-delay: 0.2s;
              -moz-animation-delay: 0.2s;
              animation-delay: 0.2s; }
            .pageheader--company .pageheader__body .pageheader__heading .pageheader__heading__loading .char--3 {
              -webkit-animation-delay: 0.3s;
              -moz-animation-delay: 0.3s;
              animation-delay: 0.3s; }
            .pageheader--company .pageheader__body .pageheader__heading .pageheader__heading__loading .char--4 {
              -webkit-animation-delay: 0.4s;
              -moz-animation-delay: 0.4s;
              animation-delay: 0.4s; }
            .pageheader--company .pageheader__body .pageheader__heading .pageheader__heading__loading .char--5 {
              -webkit-animation-delay: 0.5s;
              -moz-animation-delay: 0.5s;
              animation-delay: 0.5s; }
            .pageheader--company .pageheader__body .pageheader__heading .pageheader__heading__loading .char--6 {
              -webkit-animation-delay: 0.6s;
              -moz-animation-delay: 0.6s;
              animation-delay: 0.6s; }
            .pageheader--company .pageheader__body .pageheader__heading .pageheader__heading__loading .char--7 {
              -webkit-animation-delay: 0.7s;
              -moz-animation-delay: 0.7s;
              animation-delay: 0.7s; }
            .pageheader--company .pageheader__body .pageheader__heading .pageheader__heading__loading .char--8 {
              -webkit-animation-delay: 0.8s;
              -moz-animation-delay: 0.8s;
              animation-delay: 0.8s; }
            .pageheader--company .pageheader__body .pageheader__heading .pageheader__heading__loading .char--9 {
              -webkit-animation-delay: 0.9s;
              -moz-animation-delay: 0.9s;
              animation-delay: 0.9s; }
            .pageheader--company .pageheader__body .pageheader__heading .pageheader__heading__loading .char--10 {
              -webkit-animation-delay: 1s;
              -moz-animation-delay: 1s;
              animation-delay: 1s; }
        .pageheader--company .pageheader__body .pageheader__heading--loading {
          -webkit-transform: rotateX(90deg) translateY(-22px);
          -moz-transform: rotateX(90deg) translateY(-22px);
          transform: rotateX(90deg) translateY(-22px); }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .pageheader--company .pageheader__body .pageheader__heading--loading {
              -webkit-transform: none;
              -moz-transform: none;
              transform: none; } }
    .pageheaderwrap--footer .pageheader--company .pageheader__bg {
      margin-bottom: calc(-50% + 3rem); }
      @media only screen and (min-width: 550px) {
        .pageheaderwrap--footer .pageheader--company .pageheader__bg {
          margin-bottom: calc(-50% + 4rem); } }
      @media only screen and (min-width: 700px) {
        .pageheaderwrap--footer .pageheader--company .pageheader__bg {
          margin-bottom: calc(-50% + 4rem); } }
      @media only screen and (min-width: 1000px) {
        .pageheaderwrap--footer .pageheader--company .pageheader__bg {
          margin-bottom: calc(-50% + 4.5rem); } }
      @media only screen and (min-width: 1200px) {
        .pageheaderwrap--footer .pageheader--company .pageheader__bg {
          margin-bottom: calc(-50% + 4.5rem); } }
      @media only screen and (min-width: 1400px) {
        .pageheaderwrap--footer .pageheader--company .pageheader__bg {
          margin-bottom: calc(-50% + 5rem); } }
      @media only screen and (min-width: 1600px) {
        .pageheaderwrap--footer .pageheader--company .pageheader__bg {
          margin-bottom: calc(-50% + 5rem); } }
    .pageheaderwrap--footer .pageheader--company:hover .pageheader__body {
      -webkit-transform: translateY(-1em);
      -moz-transform: translateY(-1em);
      transform: translateY(-1em); }
    .pageheaderwrap--footer .pageheader--company:hover .pageheader__bg {
      -webkit-transform: scale(1.05) translateY(-1em);
      -moz-transform: scale(1.05) translateY(-1em);
      transform: scale(1.05) translateY(-1em); }
    .pageheaderwrap--next .pageheader--company .pageheader__btn--nonews {
      opacity: 1;
      max-height: 5em;
      pointer-events: all; }
    .pageheaderwrap--next .pageheader--company .pageheader__btn--news .pageheader__btn__readmore {
      display: inline-block; }
    .pageheaderwrap--next .pageheader--company .pageheader__btn--news .pageheader__btn__companynews {
      display: none; }
    .pageheaderwrap--main .pageheader--company .pageheader__btn--nonews {
      opacity: 0;
      padding: 0;
      margin: 0;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 1s cubic-bezier(0.33, 1, 0.68, 1), margin 1s cubic-bezier(0.33, 1, 0.68, 1), padding 1s cubic-bezier(0.33, 1, 0.68, 1);
      -moz-transition: max-height 1s cubic-bezier(0.33, 1, 0.68, 1), margin 1s cubic-bezier(0.33, 1, 0.68, 1), padding 1s cubic-bezier(0.33, 1, 0.68, 1);
      transition: max-height 1s cubic-bezier(0.33, 1, 0.68, 1), margin 1s cubic-bezier(0.33, 1, 0.68, 1), padding 1s cubic-bezier(0.33, 1, 0.68, 1);
      pointer-events: none; }
    .pageheaderwrap--main .pageheader--company .pageheader__btn--news .pageheader__btn__readmore {
      display: none; }
    .pageheaderwrap--main .pageheader--company .pageheader__btn--news .pageheader__btn__companynews {
      display: inline-block; }
  .pageheader--job .pageheader__company {
    margin-top: .5em; }
  .pageheader--category .pageheader__body {
    position: relative; }
    .pageheader--category .pageheader__body .gd-g {
      box-sizing: border-box;
      min-height: 0 !important; }

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

.pageheaderwrap--next {
  cursor: pointer; }

@keyframes fade {
  0% {
    opacity: .5; }
  40% {
    opacity: 1; }
  80%,
  100% {
    opacity: .5; } }
@-webkit-keyframes fade {
  0% {
    opacity: .5; }
  40% {
    opacity: 1; }
  80%,
  100% {
    opacity: .5; } }
/*  ==========================================================================
	Fixed position links -- layout/layout.scss
	========================================================================== */
.fixedlink {
  position: fixed;
  z-index: 150;
  top: 50%;
  left: 0;
  left: calc((3rem / 2) - 2em);
  width: 1em;
  height: 1em;
  -webkit-transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1); }
  @media only screen and (min-width: 550px) {
    .fixedlink {
      left: calc((4rem / 2) - 2em); } }
  @media only screen and (min-width: 700px) {
    .fixedlink {
      left: calc((4rem / 2) - 2em); } }
  @media only screen and (min-width: 1000px) {
    .fixedlink {
      left: calc((4.5rem / 2) - 2em); } }
  @media only screen and (min-width: 1200px) {
    .fixedlink {
      left: calc((4.5rem / 2) - 2em); } }
  @media only screen and (min-width: 1400px) {
    .fixedlink {
      left: calc((5rem / 2) - 2em); } }
  @media only screen and (min-width: 1600px) {
    .fixedlink {
      left: calc((5rem / 2) - 2em); } }
  @media only screen and (max-width: 549px) {
    .fixedlink {
      margin-bottom: 0;
      position: relative;
      width: 100%;
      height: auto;
      top: auto;
      right: auto;
      left: 0;
      overflow: hidden; }
      .fixedlink .fixedlink__bd {
        padding: 1em 0;
        border-bottom: 1px solid #dbdefc; } }
  @media only screen and (min-width: 550px) {
    .fixedlink .fixedlink__bd {
      margin: 0; } }
  .fixedlink--right {
    left: auto;
    right: 0;
    right: calc((3rem / 2) + 1em); }
    @media only screen and (min-width: 550px) {
      .fixedlink--right {
        right: calc((4rem / 2) + 1em); } }
    @media only screen and (min-width: 700px) {
      .fixedlink--right {
        right: calc((4rem / 2) + 1em); } }
    @media only screen and (min-width: 1000px) {
      .fixedlink--right {
        right: calc((4.5rem / 2) + 1em); } }
    @media only screen and (min-width: 1200px) {
      .fixedlink--right {
        right: calc((4.5rem / 2) + 1em); } }
    @media only screen and (min-width: 1400px) {
      .fixedlink--right {
        right: calc((5rem / 2) + 1em); } }
    @media only screen and (min-width: 1600px) {
      .fixedlink--right {
        right: calc((5rem / 2) + 1em); } }
    @media only screen and (max-width: 549px) {
      .fixedlink--right {
        right: 0;
        text-align: right; } }
  .fixedlink--hide.fixedlink--right {
    -webkit-transform: translateX(3em);
    -moz-transform: translateX(3em);
    transform: translateX(3em); }
  .fixedlink--hide.fixedlink--left {
    -webkit-transform: translateX(-3em);
    -moz-transform: translateX(-3em);
    transform: translateX(-3em); }
  @media only screen and (min-width: 550px) {
    .fixedlink a {
      position: absolute;
      top: .5em;
      right: 0;
      width: 25em;
      text-align: center;
      -webkit-transform: rotate(-90deg) translatex(50%);
      -moz-transform: rotate(-90deg) translatex(50%);
      transform: rotate(-90deg) translatex(50%);
      -webkit-transform-origin: right top;
      -moz-transform-origin: right top;
      transform-origin: right top; }
      .fixedlink a .fal {
        display: none; } }

/*  ==========================================================================
	News CTA -- layout/layout.scss
	========================================================================== */
.newscta .newscta__bd {
  padding: calc((3rem - 1.5em) / 2) 0;
  border-top: 1px solid #dbdefc;
  border-bottom: 1px solid #dbdefc; }
  @media only screen and (min-width: 550px) {
    .newscta .newscta__bd {
      padding: calc((4rem - 1.5em) / 2) 0; } }
  @media only screen and (min-width: 700px) {
    .newscta .newscta__bd {
      padding: calc((4rem - 1.5em) / 2) 0; } }
  @media only screen and (min-width: 1000px) {
    .newscta .newscta__bd {
      padding: calc((4.5rem - 1.5em) / 2) 0; } }
  @media only screen and (min-width: 1200px) {
    .newscta .newscta__bd {
      padding: calc((4.5rem - 1.5em) / 2) 0; } }
  @media only screen and (min-width: 1400px) {
    .newscta .newscta__bd {
      padding: calc((5rem - 1.5em) / 2) 0; } }
  @media only screen and (min-width: 1600px) {
    .newscta .newscta__bd {
      padding: calc((5rem - 1.5em) / 2) 0; } }
  .newscta .newscta__bd .newscta__heading {
    display: inline-block;
    margin: 0 1em 0 0; }

/*  ==========================================================================
	content -- layout/layout.scss
	========================================================================== */
.content {
  margin: 0 auto;
  box-sizing: border-box; }
  @media only screen and (min-width: 550px) {
    .content {
      width: 83.4%;
      padding: 0 0.5em; } }
  @media only screen and (min-width: 700px) {
    .content {
      padding: 0 0.625em;
      width: 66.8%; } }
  @media only screen and (min-width: 1000px) {
    .content {
      width: 60%;
      padding: 0 0.75em; } }
  @media only screen and (min-width: 1200px) {
    .content {
      width: 50%; } }
  .content ul, .content ol {
    margin-left: 1.75em; }

/*  ==========================================================================
	posts -- layout/layout.scss
	========================================================================== */
.post--default {
  border-bottom: 1px solid #dbdefc;
  position: relative; }
  .post--default:hover {
    z-index: 100; }
  .post--default:first-child .post__link {
    padding-top: 0; }
  .post--default:first-child .post__imghover .post__content {
    margin-top: 0; }
  .post--default .post__link {
    position: relative;
    display: block;
    padding: 3em 0; }
  .post--default .post__content {
    box-sizing: border-box; }
    .post--default .post__content .post__heading {
      margin-top: 0;
      margin-bottom: .5em;
      max-width: 19em; }
      .post--default .post__content .post__heading .fal {
        vertical-align: middle;
        margin-top: -.5em;
        padding: 0 0 0 0.66em; }
    .post--default .post__content .post__date {
      display: inline-block; }
  .post--default .post__imghover {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-out 0ms;
    -moz-transition: opacity 100ms ease-out 0ms;
    transition: opacity 100ms ease-out 0ms; }
    @media (hover: none) {
      .post--default .post__imghover {
        display: none; } }
    .post--default .post__imghover--show {
      opacity: 1; }
    .post--default .post__imghover .postimg {
      background: #000; }
      .post--default .post__imghover .postimg .postimg__img {
        display: block;
        width: 100%;
        opacity: .75; }
    .post--default .post__imghover .post__content {
      position: absolute;
      margin-top: 3em;
      top: 0;
      left: 0;
      width: 200%; }
      .post--default .post__imghover .post__content .post__date {
        color: #fff; }
.post--featured {
  max-width: 15em; }
  .post--featured .post__preheading {
    margin: 0 0 .5em 0; }
  .post--featured .post__heading {
    margin-top: 0;
    margin-bottom: 0; }
.post--nav {
  max-width: 33em; }
  .post--nav .post__date {
    margin: 2em 0 0 0; }
  .post--nav .post__heading {
    margin-top: 0;
    margin-bottom: 0; }

/*  ==========================================================================
	post author footer -- layout/layout.scss
	========================================================================== */
@media only screen and (min-width: 1200px) {
  .postauthor .postauthor__wrap {
    margin: 0 7.14%; } }
.postauthor .postauthor__author__img {
  display: block;
  width: 100%;
  height: auto; }
.postauthor .postauthor__author__content {
  border-bottom: 1px solid #dbdefc; }
  @media only screen and (min-width: 700px) {
    .postauthor .postauthor__author__content {
      margin-top: 0; } }
  @media only screen and (min-width: 1000px) {
    .postauthor .postauthor__author__content {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0;
      overflow: hidden;
      margin-left: -2em;
      padding-left: 2em; } }
  .postauthor .postauthor__author__content .postauthor__author__heading {
    margin: 0 0 2em 0; }
  .postauthor .postauthor__author__content .postauthor__author__name {
    margin: 0; }
    @media only screen and (min-width: 1000px) {
      .postauthor .postauthor__author__content .postauthor__author__name {
        margin-left: -2em; } }
    .postauthor .postauthor__author__content .postauthor__author__name--white {
      position: absolute;
      display: none; }
      @media only screen and (min-width: 1000px) {
        .postauthor .postauthor__author__content .postauthor__author__name--white {
          display: block; } }
    .postauthor .postauthor__author__content .postauthor__author__name--blue {
      position: relative;
      overflow: hidden; }
  .postauthor .postauthor__author__content .postauthor__author__leader {
    margin: 1em 0 0 0; }
  .postauthor .postauthor__author__content .postauthor__author__link {
    margin: 1em 0 0 0;
    display: inline-block; }
.postauthor .postauthor__posts .postauthor__posts__heading {
  margin: 0 0 2em 0; }
.postauthor .postauthor__posts .post {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: solid 1px #dbdefc; }
  .postauthor .postauthor__posts .post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

/*  ==========================================================================
	paging -- layout/layout.scss
	========================================================================== */
.paging {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border-top: solid 1px rgba(11, 34, 232, 0.15); }
  @media only screen and (min-width: 700px) {
    .paging {
      border-bottom: solid 1px rgba(11, 34, 232, 0.15); }
      .paging .paging__bd {
        border-bottom: solid 1px rgba(11, 34, 232, 0.15);
        border-top: solid 1px rgba(11, 34, 232, 0.15); } }
  .paging .paging__numbers {
    display: none; }
    .paging .paging__numbers a,
    .paging .paging__numbers span {
      padding: 1.5em;
      border: none;
      border-right: solid 1px rgba(11, 34, 232, 0.15);
      display: block;
      float: left;
      min-width: 1.4em;
      text-align: center; }
    .paging .paging__numbers .current {
      color: #CCCCCC; }
    @media only screen and (min-width: 700px) {
      .paging .paging__numbers {
        display: block; } }
  .paging .paging__nextprev {
    text-align: center;
    padding: 0.5em; }
    .paging .paging__nextprev .btn {
      margin-bottom: 0; }
    @media only screen and (min-width: 700px) {
      .paging .paging__nextprev {
        position: absolute;
        padding: 0;
        right: 0;
        top: 50%;
        margin-top: -1.75em; } }

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

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

.searchpopupbtn {
  width: 1.75em;
  padding: 0.66em;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0; }
  .searchpopupbtn:hover {
    background: #fff;
    color: #CCCCCC; }
  .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: #CCCCCC; }

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

/* Person grid item */
.person {
  position: relative;
  margin-bottom: 3em; }
  .person .person__img {
    width: 100%;
    padding-top: 125%;
    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 .person__link {
    display: block;
    cursor: pointer; }
    .person .person__link:hover .person__img {
      -webkit-box-shadow: 10px 10px 25px rgba(11, 34, 232, 0.15);
      -moz-box-shadow: 10px 10px 25px rgba(11, 34, 232, 0.15);
      box-shadow: 10px 10px 25px rgba(11, 34, 232, 0.15); }
  .person .person__content {
    position: relative;
    z-index: 10;
    min-height: 6em;
    padding: 1em 0 0 0; }
    .person .person__content h3 {
      margin: 0; }
    .person .person__content p {
      margin: 0; }
  .bg--black .person .person__link:hover .person__img {
    -webkit-box-shadow: 10px 10px 25px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 10px 10px 25px rgba(255, 255, 255, 0.15);
    box-shadow: 10px 10px 25px rgba(255, 255, 255, 0.15); }

/*  ==========================================================================
	peoplegrid -- layout/layout.scss
	========================================================================== */
.peoplegrid .my-sizer-element {
  width: 8.33333%; }
.peoplegrid .cta_item {
  position: relative;
  display: none; }
  @media only screen and (min-width: 1000px) {
    .peoplegrid .cta_item {
      display: inline-block; } }
.peoplegrid .peoplegrid__cta {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 32em;
  padding: 0 1em 4em 0em; }
  .peoplegrid .peoplegrid__cta--right {
    right: 0;
    padding: 0 1em 4em 1em; }
  .peoplegrid .peoplegrid__cta .peoplegrid__cta__preheading {
    margin: 0 0 .5em 0; }
  .peoplegrid .peoplegrid__cta .peoplegrid__cta__heading {
    margin: 0; }
  .peoplegrid .peoplegrid__cta .peoplegrid__cta__btn {
    margin: 2em 0 0 0; }

/*  ==========================================================================
	Company Filters  -- layout/layout.scss
	========================================================================== */
.peoplefilters {
  margin-bottom: 3em; }
  .peoplefilters .peoplefilters__heading {
    margin: 0 0 .5em 0; }
  .peoplefilters .peoplefilters__list {
    margin: 0;
    list-style: none; }
    .peoplefilters .peoplefilters__list li {
      margin-bottom: .25em; }
      .peoplefilters .peoplefilters__list li .peoplefilters__filter {
        cursor: pointer; }
        .peoplefilters .peoplefilters__list li .peoplefilters__filter .linkline {
          background-image: linear-gradient(90deg, #0b22e8 0%, #0b22e8 50%, rgba(11, 34, 232, 0) 50%, rgba(11, 34, 232, 0) 100%); }
        .peoplefilters .peoplefilters__list li .peoplefilters__filter .fal {
          display: none; }
        .peoplefilters .peoplefilters__list li .peoplefilters__filter.active .linkline {
          background-image: linear-gradient(90deg, #0b22e8 0%, #0b22e8 50%, #0b22e8 50%, #0b22e8 100%); }
        .peoplefilters .peoplefilters__list li .peoplefilters__filter.active .fal {
          display: inline-block; }

.peoplefilters__group {
  position: sticky;
  position: -webkit-sticky;
  top: 3rem; }
  @media only screen and (min-width: 550px) {
    .peoplefilters__group {
      top: 4rem; } }
  @media only screen and (min-width: 700px) {
    .peoplefilters__group {
      top: 4rem; } }
  @media only screen and (min-width: 1000px) {
    .peoplefilters__group {
      top: 4.5rem; } }
  @media only screen and (min-width: 1200px) {
    .peoplefilters__group {
      top: 4.5rem; } }
  @media only screen and (min-width: 1400px) {
    .peoplefilters__group {
      top: 5rem; } }
  @media only screen and (min-width: 1600px) {
    .peoplefilters__group {
      top: 5rem; } }

/*  ==========================================================================
	People carousel  -- layout/layout.scss
	========================================================================== */
.peoplecategory {
  max-width: 100%;
  overflow: hidden; }
  .peoplecategory .peoplecategory__header {
    padding: 1em 0;
    border-top: 1px solid #dbdefc;
    position: relative; }
    .peoplecategory .peoplecategory__header .peoplecategory__heading {
      margin: 0; }
  .peoplecategory .owl-nav {
    position: absolute;
    top: 0;
    margin-top: -3.35em;
    right: 0.75em; }
    @media only screen and (min-width: 550px) {
      .peoplecategory .owl-nav {
        right: 1em; } }
    @media only screen and (min-width: 700px) {
      .peoplecategory .owl-nav {
        right: 1em; } }
    @media only screen and (min-width: 1000px) {
      .peoplecategory .owl-nav {
        right: 1em; } }
    .peoplecategory .owl-nav .owl-prev, .peoplecategory .owl-nav .owl-next {
      position: relative;
      display: inline-block; }
      .peoplecategory .owl-nav .owl-prev .fal, .peoplecategory .owl-nav .owl-prev .fa, .peoplecategory .owl-nav .owl-prev .fas, .peoplecategory .owl-nav .owl-prev .fab, .peoplecategory .owl-nav .owl-next .fal, .peoplecategory .owl-nav .owl-next .fa, .peoplecategory .owl-nav .owl-next .fas, .peoplecategory .owl-nav .owl-next .fab {
        padding: 1em; }
      .peoplecategory .owl-nav .owl-prev:focus, .peoplecategory .owl-nav .owl-next:focus {
        outline: none; }
      .peoplecategory .owl-nav .owl-prev.disabled, .peoplecategory .owl-nav .owl-next.disabled {
        pointer-events: none;
        opacity: .3; }
    .peoplecategory .owl-nav .owl-prev:after {
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -.75em;
      right: 0;
      height: 1.5em;
      border-right: 1px solid #dbdefc; }
  .peoplecategory .person {
    margin-bottom: 0; }
  .peoplecategory .peoplecategory__carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    width: auto;
    margin: 0 -0.75em; }
    @media only screen and (min-width: 550px) {
      .peoplecategory .peoplecategory__carousel {
        margin: 0 -1em; } }
    @media only screen and (min-width: 700px) {
      .peoplecategory .peoplecategory__carousel {
        margin: 0 -1em; } }
    @media only screen and (min-width: 1000px) {
      .peoplecategory .peoplecategory__carousel {
        margin: 0 -1em; } }
    .peoplecategory .peoplecategory__carousel .owl-stage-outer {
      will-change: height;
      overflow: visible !important; }
      .peoplecategory .peoplecategory__carousel .owl-stage-outer .owl-stage {
        position: absolute; }
    .peoplecategory .peoplecategory__carousel .peoplecategory__item {
      padding: 0 0.75em; }
      @media only screen and (min-width: 550px) {
        .peoplecategory .peoplecategory__carousel .peoplecategory__item {
          padding: 0 1em; } }
      @media only screen and (min-width: 700px) {
        .peoplecategory .peoplecategory__carousel .peoplecategory__item {
          padding: 0 1em; } }
      @media only screen and (min-width: 1000px) {
        .peoplecategory .peoplecategory__carousel .peoplecategory__item {
          padding: 0 1em; } }

/*  ==========================================================================
	Companies -- layout/layout.scss
	========================================================================== */
.company--grid {
  position: relative; }
  .company--grid .company__link {
    display: block;
    border-right: 1px solid #dbdefc;
    border-bottom: 1px solid #dbdefc;
    border-top: 1px solid #dbdefc;
    margin-top: -1px; }
  .company--grid .company__logo {
    position: relative;
    width: 100%;
    padding-top: 100%; }
    .company--grid .company__logo .company__logo__img {
      position: absolute;
      top: 35%;
      left: 25%;
      width: 50%;
      padding-top: 30%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
  .company--grid .company__founder {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    text-align: center; }
  .company--grid .company__exited {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    text-align: center; }
  .company--grid .company__hover {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #dbdefc;
    opacity: 0;
    z-index: 100;
    -webkit-box-shadow: 10px 10px 25px rgba(11, 34, 232, 0.15);
    -moz-box-shadow: 10px 10px 25px rgba(11, 34, 232, 0.15);
    box-shadow: 10px 10px 25px rgba(11, 34, 232, 0.15);
    -webkit-transform: scale(1) translate3d(0, 0, 0) translateZ(0);
    -moz-transform: scale(1) translate3d(0, 0, 0) translateZ(0);
    transform: scale(1) translate3d(0, 0, 0) translateZ(0);
    -webkit-transition: opacity 150ms cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 250ms cubic-bezier(0.5, 1, 0.89, 1) 0s;
    -moz-transition: opacity 150ms cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 250ms cubic-bezier(0.5, 1, 0.89, 1) 0s;
    transition: opacity 150ms cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 250ms cubic-bezier(0.5, 1, 0.89, 1) 0s; }
    .company--grid .company__hover--image {
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .company--grid .company__hover .company__hover__img {
      position: absolute;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none; }
      .company--grid .company__hover .company__hover__img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.15); }
    .company--grid .company__hover .company__hover__logo {
      position: absolute;
      top: 25%;
      left: 25%;
      width: 50%;
      padding-top: 50%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
  .company--grid:hover .company__hover {
    opacity: 1;
    -webkit-transform: scale(1.15) translate3d(0, 0, 0) translateZ(0);
    -moz-transform: scale(1.15) translate3d(0, 0, 0) translateZ(0);
    transform: scale(1.15) translate3d(0, 0, 0) translateZ(0); }
.company--list {
  position: relative;
  display: block;
  width: 100%; }
  .company--list .company__content {
    padding: .5em 0; }
  .company--list .company__heading, .company--list .company__founder {
    margin: 0;
    display: inline-block; }
  .company--list .company__heading {
    margin-right: 1.5em; }
  .company--list .company__founder {
    display: none;
    white-space: nowrap; }
    .company--list .company__founder br {
      display: none; }
  .company--list .company__imghover {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-out 0ms;
    -moz-transition: opacity 100ms ease-out 0ms;
    transition: opacity 100ms ease-out 0ms; }
    @media (hover: none) {
      .company--list .company__imghover {
        display: none; } }
    .company--list .company__imghover--show {
      opacity: 1; }
    .company--list .company__imghover .companyimg {
      background: #000; }
      .company--list .company__imghover .companyimg .companyimg__img {
        display: block;
        width: 100%;
        opacity: .75; }
    .company--list .company__imghover .company__content {
      position: absolute;
      top: 0;
      left: 0;
      width: 200%; }
      .company--list .company__imghover .company__content .company__exited {
        color: #fff; }
  .company--list:hover {
    position: relative;
    z-index: 10; }
    @media only screen and (min-width: 1000px) {
      .company--list:hover .company__founder {
        display: inline-block; } }
.company--hover {
  max-width: 100%; }
  .company--hover .company__img {
    overflow: hidden;
    position: relative;
    background-color: #000; }
    .company--hover .company__img img {
      display: block;
      margin: 0;
      width: 100%;
      height: auto;
      opacity: .75; }
  .company--hover .company__info {
    margin-top: .5em;
    margin-bottom: 0;
    position: relative;
    z-index: 200;
    padding-left: .5em;
    box-sizing: border-box; }

/*  ==========================================================================
	Single Company -- layout/layout.scss
	========================================================================== */
/* Up next heading */
.upnext {
  text-align: center;
  position: relative;
  padding-bottom: calc(11% + 10em); }
  @media only screen and (min-width: 550px) {
    .upnext {
      padding-bottom: calc(9% + 10em); } }
  @media only screen and (min-width: 1200px) {
    .upnext {
      padding-bottom: calc(7% + 10em); } }
  .upnext .upnext__line {
    width: 1px;
    background: #dbdefc;
    height: 10em;
    position: absolute;
    bottom: 0;
    left: 50%;
    overflow: hidden; }
    .upnext .upnext__line .upnext__line__progress {
      background: #0B22E8;
      height: 0;
      position: absolute;
      top: 0;
      width: 1px; }
  .upnext .upnext__preheading {
    margin: 0; }
  .upnext .upnext__heading {
    margin: .5em 0 0 0; }

/*  ==========================================================================
	Blog page (news) -- layout/layout.scss
	========================================================================== */
/* the styles for .flexnews within the blog page are in flex.scss, because they are also used for the featured posts flex item */
/*  ==========================================================================
	Twitter feed & tweets -- layout/layout.scss
	========================================================================== */
@media only screen and (min-width: 700px) {
  .twitterfeed {
    padding-left: 3em; } }
@media only screen and (min-width: 1000px) {
  .twitterfeed {
    margin-bottom: -3em;
    padding-left: 0; } }
.twitterfeed .twitterfeed__tweet {
  margin-bottom: 3em;
  position: relative;
  cursor: pointer; }
  @media only screen and (min-width: 700px) {
    .twitterfeed .twitterfeed__tweet {
      max-width: 30em; } }
  @media only screen and (min-width: 1000px) {
    .twitterfeed .twitterfeed__tweet {
      max-width: 24em;
      padding-left: 0; } }
  .twitterfeed .twitterfeed__tweet:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
    font-weight: 300;
    display: block;
    margin-bottom: .5em; }
    @media only screen and (min-width: 700px) {
      .twitterfeed .twitterfeed__tweet:before {
        position: absolute;
        top: 0;
        left: -3em; } }
    @media only screen and (min-width: 1000px) {
      .twitterfeed .twitterfeed__tweet:before {
        position: relative;
        left: 0; } }
    @media only screen and (min-width: 1200px) {
      .twitterfeed .twitterfeed__tweet:before {
        position: absolute;
        top: 0;
        left: -2.5em; } }
  .twitterfeed .twitterfeed__tweet .tweet__link {
    display: block;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .twitterfeed .twitterfeed__tweet .tweet__image {
    max-width: 20em; }
    @media only screen and (min-width: 1000px) {
      .twitterfeed .twitterfeed__tweet .tweet__image {
        max-width: none; } }
    .twitterfeed .twitterfeed__tweet .tweet__image .tweet__image__bg {
      width: 100%;
      padding-top: 56%;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      border-radius: 10px;
      margin-top: .5em; }
  .twitterfeed .twitterfeed__tweet .tweet__info {
    margin-top: 1em; }
    .twitterfeed .twitterfeed__tweet .tweet__info .tweet__info__handle {
      margin-right: 1em;
      position: relative;
      z-index: 4; }
      .twitterfeed .twitterfeed__tweet .tweet__info .tweet__info__handle:hover {
        background: #0B22E8;
        color: #fff; }

/*  ==========================================================================
	RSS Feeds -- layout/layout.scss
	========================================================================== */
@media only screen and (min-width: 1000px) {
  .rssfeed {
    margin-bottom: -3em; } }
.rssfeed .rssfeed__item {
  max-width: 24em;
  margin-bottom: 3em;
  position: relative; }
  .rssfeed .rssfeed__item:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f09e";
    font-weight: 300;
    display: block;
    margin-bottom: .5em; }
    @media only screen and (min-width: 1200px) {
      .rssfeed .rssfeed__item:before {
        position: absolute;
        top: 0;
        left: -2.5em; } }
  .rssfeed .rssfeed__item .rssfeed__item__heading {
    margin: 0; }
  .rssfeed .rssfeed__item .rssfeed__item__info {
    margin-top: 1em; }
    .rssfeed .rssfeed__item .rssfeed__item__info .rssfeed__item__info__link {
      margin-right: 1em; }
    .rssfeed .rssfeed__item .rssfeed__item__info .rssfeed__item__info__date {
      display: inline-block;
      margin-top: 1em; }

/*  ==========================================================================
	Company Grid  -- layout/layout.scss
	========================================================================== */
.companiesgrid {
  visibility: hidden;
  height: 0;
  overflow: hidden; }
  .companiesgrid--show {
    height: auto;
    visibility: visible;
    overflow: visible; }
  .companiesgrid--grid .my-sizer-element {
    width: 8.33333%; }
  .companiesgrid--grid .companies {
    overflow: visible !important; }
  .companiesgrid--list .companies {
    overflow: visible !important; }
    .companiesgrid--list .companies .company_item {
      width: 100%;
      display: block; }
      .companiesgrid--list .companies .company_item:first-child .company__content {
        padding-top: 0; }
      .companiesgrid--list .companies .company_item:hover {
        z-index: 1; }

.companies--grid {
  margin: 0;
  border-left: 1px solid #dbdefc; }
  .companies--grid .gd-u {
    padding: 0; }
    .companies--grid .gd-u:hover {
      z-index: 10; }

/*  ==========================================================================
	Company Filters  -- layout/layout.scss
	========================================================================== */
.companiesfilters {
  margin-bottom: 2em; }
  .companiesfilters .companiesfilters__heading {
    margin: 0 0 .5em 0; }
  .companiesfilters .companiesfilters__list {
    margin: 0;
    list-style: none; }
    .companiesfilters .companiesfilters__list li {
      margin-bottom: .25em; }
      .companiesfilters .companiesfilters__list li .companiesfilters__filter {
        cursor: pointer; }
        .companiesfilters .companiesfilters__list li .companiesfilters__filter .linkline {
          background-image: linear-gradient(90deg, #0b22e8 0%, #0b22e8 50%, rgba(11, 34, 232, 0) 50%, rgba(11, 34, 232, 0) 100%); }
        .companiesfilters .companiesfilters__list li .companiesfilters__filter.active .linkline {
          background-image: linear-gradient(90deg, #0b22e8 0%, #0b22e8 50%, #0b22e8 50%, #0b22e8 100%); }
      .companiesfilters .companiesfilters__list li .companiesfilters__view {
        cursor: pointer;
        opacity: .5; }
        .companiesfilters .companiesfilters__list li .companiesfilters__view:hover {
          opacity: 1; }
        .companiesfilters .companiesfilters__list li .companiesfilters__view.active {
          opacity: 1; }

.companiesfilters__group {
  position: sticky;
  top: 3rem; }
  @media only screen and (min-width: 550px) {
    .companiesfilters__group {
      top: 4rem; } }
  @media only screen and (min-width: 700px) {
    .companiesfilters__group {
      top: 4rem; } }
  @media only screen and (min-width: 1000px) {
    .companiesfilters__group {
      top: 4.5rem; } }
  @media only screen and (min-width: 1200px) {
    .companiesfilters__group {
      top: 4.5rem; } }
  @media only screen and (min-width: 1400px) {
    .companiesfilters__group {
      top: 5rem; } }
  @media only screen and (min-width: 1600px) {
    .companiesfilters__group {
      top: 5rem; } }

/*  ==========================================================================
	Company Details  -- layout/layout.scss
	========================================================================== */
.companydetails .companydetails__bd {
  padding: 1.25em 0;
  border-bottom: 1px solid #dbdefc; }
  .companydetails .companydetails__bd .gd-g {
    margin-bottom: -1em; }
.companydetails .companydetails__detail {
  margin-bottom: 1em; }
  .companydetails .companydetails__detail .companydetail__heading {
    margin: 0 0 .25em 0; }
  .companydetails .companydetails__detail .companydetail__info--website {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.pageheader--company--default + .companydetails .companydetails__bd {
  border-top: 1px solid #dbdefc; }

/*  ==========================================================================
	Contact Page  -- layout/layout.scss
	========================================================================== */
/* Addresses */
.addresses .address {
  margin-bottom: 3em; }
  @media only screen and (min-width: 1000px) {
    .addresses .address {
      max-width: 12em;
      margin: 0 auto 3em auto; } }
  .addresses .address .address__details {
    list-style: none; }
    .addresses .address .address__details .address__detail {
      position: relative;
      margin-bottom: 1em;
      padding-left: 2em; }
      @media only screen and (min-width: 1000px) {
        .addresses .address .address__details .address__detail {
          padding-left: 0; } }
      .addresses .address .address__details .address__detail:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f041";
        font-weight: 300;
        position: absolute;
        top: 0;
        left: 0; }
        @media only screen and (min-width: 1000px) {
          .addresses .address .address__details .address__detail:before {
            left: -2em; } }
      .addresses .address .address__details .address__detail--phone:before {
        content: "\f095"; }
      .addresses .address .address__details .address__detail .address__detail__directions {
        display: block;
        margin-top: .5em; }
.addresses .gd-u:last-child .address {
  margin-bottom: 0; }

/*  ==========================================================================
	Careers Page  -- layout/layout.scss
	========================================================================== */
/* careers__filters */
.careers__filters {
  position: sticky;
  position: -webkit-sticky;
  top: 3rem; }
  @media only screen and (min-width: 550px) {
    .careers__filters {
      top: 4rem; } }
  @media only screen and (min-width: 700px) {
    .careers__filters {
      top: 4rem; } }
  @media only screen and (min-width: 1000px) {
    .careers__filters {
      top: 4.5rem; } }
  @media only screen and (min-width: 1200px) {
    .careers__filters {
      top: 4.5rem; } }
  @media only screen and (min-width: 1400px) {
    .careers__filters {
      top: 5rem; } }
  @media only screen and (min-width: 1600px) {
    .careers__filters {
      top: 5rem; } }
  @media only screen and (min-width: 1000px) {
    .careers__filters {
      margin-bottom: 0; } }
  @media only screen and (min-width: 1200px) {
    .careers__filters {
      padding: 0 14.3%; } }
  @media only screen and (min-width: 1400px) {
    .careers__filters {
      padding: 0 20%; } }
  .careers__filters .careers__search {
    position: relative;
    margin-bottom: 1.5em; }
    @media only screen and (min-width: 1000px) {
      .careers__filters .careers__search {
        max-width: 20em; } }
    .careers__filters .careers__search .fal {
      position: absolute;
      right: 1.5em;
      top: 1.15em; }
    .bg--black .careers__filters .careers__search input {
      border-color: rgba(255, 255, 255, 0.15);
      color: #fff; }
      .bg--black .careers__filters .careers__search input.placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .bg--black .careers__filters .careers__search input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .bg--black .careers__filters .careers__search input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .bg--black .careers__filters .careers__search input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .bg--black .careers__filters .careers__search input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
  .careers__filters .careers__filters__clear {
    margin-top: 2em;
    display: none;
    cursor: pointer; }
  .careers__filters ul {
    list-style: none;
    margin: 0; }
    @media only screen and (min-width: 1000px) {
      .careers__filters ul {
        max-width: 20em; } }
    .careers__filters ul .careers__filter {
      padding: 1em 0;
      border-bottom: 1px solid #dbdefc; }
      .bg--black .careers__filters ul .careers__filter {
        border-color: rgba(255, 255, 255, 0.15); }
      .careers__filters ul .careers__filter .careers__filter__dropdown {
        position: relative;
        margin: 0;
        cursor: pointer; }
        .careers__filters ul .careers__filter .careers__filter__dropdown .fal {
          position: absolute;
          right: 0;
          top: .35em;
          -webkit-transition: transform 250ms ease-out 0ms;
          -moz-transition: transform 250ms ease-out 0ms;
          transition: transform 250ms ease-out 0ms; }
      .careers__filters ul .careers__filter .filter-options {
        overflow-y: scroll;
        max-height: 0;
        -webkit-transition: max-height 250ms ease-out 0ms;
        -moz-transition: max-height 250ms ease-out 0ms;
        transition: max-height 250ms ease-out 0ms; }
        .careers__filters ul .careers__filter .filter-options::-webkit-scrollbar {
          -webkit-appearance: none;
          width: 5px; }
        .careers__filters ul .careers__filter .filter-options::-webkit-scrollbar-track {
          -webkit-appearance: none;
          background: transparent; }
        .careers__filters ul .careers__filter .filter-options::-webkit-scrollbar-thumb {
          border-radius: 4px;
          background-color: #dbdefc;
          box-shadow: none; }
          .bg--black .careers__filters ul .careers__filter .filter-options::-webkit-scrollbar-thumb {
            background-color: rgba(255, 255, 255, 0.15); }
        .careers__filters ul .careers__filter .filter-options:hover::-webkit-scrollbar-thumb {
          background-color: #0B22E8; }
          .bg--black .careers__filters ul .careers__filter .filter-options:hover::-webkit-scrollbar-thumb {
            background-color: #fff; }
        .careers__filters ul .careers__filter .filter-options .filter__btn {
          cursor: pointer; }
          .careers__filters ul .careers__filter .filter-options .filter__btn.active .linkline {
            background-image: linear-gradient(90deg, #0b22e8 0%, #0b22e8 50%, #0b22e8 50%, #0b22e8 100%); }
        .careers__filters ul .careers__filter .filter-options li {
          margin-bottom: .15em; }
      .careers__filters ul .careers__filter--open .careers__filter__dropdown {
        margin-bottom: .5em; }
        .careers__filters ul .careers__filter--open .careers__filter__dropdown .fal {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          transform: rotate(180deg); }
      .careers__filters ul .careers__filter--open .filter-options {
        max-height: 7em; }

/* Careers list */
.careerslist .career_item {
  width: 100%; }
  .careerslist .career_item:last-child .career {
    margin-bottom: 0; }
  .careerslist .career_item--hidden {
    display: none; }

/* Career */
.career {
  padding-bottom: 3em;
  margin-bottom: 3em;
  width: 100%;
  border-bottom: 1px solid #dbdefc; }
  .bg--black .career {
    border-color: rgba(255, 255, 255, 0.15); }
  .career .career__heading {
    margin: 0;
    max-width: 15em; }
  .career .career__company {
    max-width: 15em; }
  .career .career__location {
    margin-top: .5em;
    max-width: 25em; }

/*  ==========================================================================
	Jobs -- layout/layout.scss
	========================================================================== */
.job__details {
  position: sticky;
  position: -webkit-sticky;
  top: 3rem; }
  @media only screen and (min-width: 550px) {
    .job__details {
      top: 4rem; } }
  @media only screen and (min-width: 700px) {
    .job__details {
      top: 4rem; } }
  @media only screen and (min-width: 1000px) {
    .job__details {
      top: 4.5rem; } }
  @media only screen and (min-width: 1200px) {
    .job__details {
      top: 4.5rem; } }
  @media only screen and (min-width: 1400px) {
    .job__details {
      top: 5rem; } }
  @media only screen and (min-width: 1600px) {
    .job__details {
      top: 5rem; } }
  @media only screen and (min-width: 1000px) {
    .job__details {
      margin-bottom: 0; } }
  @media only screen and (min-width: 1200px) {
    .job__details {
      padding: 0 14.3%; } }
  @media only screen and (min-width: 1400px) {
    .job__details {
      padding: 0 20%; } }
  .job__details .job__details__detail {
    margin-bottom: 2em; }
    .job__details .job__details__detail .job__details__detail__heading {
      margin: 0 0 .5em 0; }

.job__desc .btn {
  margin-top: 2em; }
.job__desc h1, .job__desc h2, .job__desc h3, .job__desc h4 {
  font-weight: 700;
  line-height: 1.7;
  font-size: 16px; }
  @media only screen and (min-width: 550px) {
    .job__desc h1, .job__desc h2, .job__desc h3, .job__desc h4 {
      font-size: 16px; } }
  @media only screen and (min-width: 700px) {
    .job__desc h1, .job__desc h2, .job__desc h3, .job__desc h4 {
      font-size: 16px; } }
  @media only screen and (min-width: 1000px) {
    .job__desc h1, .job__desc h2, .job__desc h3, .job__desc h4 {
      font-size: 18px; } }
  @media only screen and (min-width: 1200px) {
    .job__desc h1, .job__desc h2, .job__desc h3, .job__desc h4 {
      font-size: 18px; } }
  @media only screen and (min-width: 1400px) {
    .job__desc h1, .job__desc h2, .job__desc h3, .job__desc h4 {
      font-size: 19px; } }
  @media only screen and (min-width: 1600px) {
    .job__desc h1, .job__desc h2, .job__desc h3, .job__desc h4 {
      font-size: 20px; } }
.job__desc ul, .job__desc ol {
  margin-left: 1.75em; }

/*  ==========================================================================
	Basic transition styles -- layout/transitions.scss
	========================================================================== */
body.page-transitioning {
  height: 100vh;
  width: 100vw;
  overflow: hidden; }
body.page-transitioning--out .main {
  -webkit-transform: translateY(-2em);
  -moz-transform: translateY(-2em);
  transform: translateY(-2em);
  opacity: 0; }
body.page-ready .main {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.main {
  -webkit-transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1) 0ms, opacity 400ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  -moz-transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1) 0ms, opacity 400ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1) 0ms, opacity 400ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  transform: translateY(2em);
  opacity: 0; }

.transition-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 300;
  pointer-events: none;
  text-align: center;
  box-sizing: border-box; }
  .transition-overlay .transition__text {
    position: absolute;
    left: 50%;
    top: 75%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .transition-overlay .transition__logowrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .transition-overlay .transition__logowrap .transition__logo {
      position: absolute;
      padding: 0.5em;
      box-sizing: border-box;
      display: inline-block;
      pointer-events: all;
      left: 0;
      top: 0;
      width: 3rem;
      height: 3rem;
      background: #091ECF; }
      @media only screen and (min-width: 550px) {
        .transition-overlay .transition__logowrap .transition__logo {
          width: 4rem;
          height: 4rem; } }
      @media only screen and (min-width: 700px) {
        .transition-overlay .transition__logowrap .transition__logo {
          width: 4rem;
          height: 4rem; } }
      @media only screen and (min-width: 1000px) {
        .transition-overlay .transition__logowrap .transition__logo {
          width: 4.5rem;
          height: 4.5rem; } }
      @media only screen and (min-width: 1200px) {
        .transition-overlay .transition__logowrap .transition__logo {
          width: 4.5rem;
          height: 4.5rem; } }
      @media only screen and (min-width: 1400px) {
        .transition-overlay .transition__logowrap .transition__logo {
          width: 5rem;
          height: 5rem; } }
      @media only screen and (min-width: 1600px) {
        .transition-overlay .transition__logowrap .transition__logo {
          width: 5rem;
          height: 5rem; } }
      .transition-overlay .transition__logowrap .transition__logo .transition__logo__img {
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("img/framework/logo.mark.white.svg"); }
  .transition-overlay .transition__bg {
    background: #091ECF;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    overflow: hidden; }

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

/*  ==========================================================================
	Company Page transitions -- layout/transitions.scss
	========================================================================== */
.main {
  /* @include prefix(transition, (transform 750ms $easing 0ms, opacity 750ms $easing 0ms), webkit moz spec);
  @include prefix(transform, translateY(4em), webkit moz spec);
  opacity: 0;
  &--ready{
    @include prefix(transform, translateY(0), webkit moz spec);
    opacity: 1;
  }
  &--scrolltoload{
    // transition for scroll to load animation
    @include prefix(transition, (transform 1000ms $easing 0ms, opacity 1000ms $easing 0ms), webkit moz spec);
    opacity: 0;
    @include prefix(transform, translateY(-4em), webkit moz spec);
  } */ }

.headernav {
  /* @include prefix(transition, (transform 750ms $easing 0ms, opacity 750ms $easing 0ms), webkit moz spec);
  opacity: 0;
  &--ready{
    opacity: 1;
  }
  &--scrolltoload{
    // transition for scroll to load animation
    opacity: 0;
  } */ }

/*  ==========================================================================
	Scroll to load -- layout/layout.scss
	========================================================================== */
.scrolltoload {
  text-align: center; }

/*  ==========================================================================
	siteheader
	========================================================================== */
.siteheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  pointer-events: none; }
  .siteheader .siteheader__logo,
  .siteheader .siteheader__menu {
    position: relative;
    padding: 0.5em;
    box-sizing: border-box;
    display: inline-block;
    pointer-events: all;
    width: 3rem;
    height: 3rem; }
    @media only screen and (min-width: 550px) {
      .siteheader .siteheader__logo,
      .siteheader .siteheader__menu {
        width: 4rem;
        height: 4rem; } }
    @media only screen and (min-width: 700px) {
      .siteheader .siteheader__logo,
      .siteheader .siteheader__menu {
        width: 4rem;
        height: 4rem; } }
    @media only screen and (min-width: 1000px) {
      .siteheader .siteheader__logo,
      .siteheader .siteheader__menu {
        width: 4.5rem;
        height: 4.5rem; } }
    @media only screen and (min-width: 1200px) {
      .siteheader .siteheader__logo,
      .siteheader .siteheader__menu {
        width: 4.5rem;
        height: 4.5rem; } }
    @media only screen and (min-width: 1400px) {
      .siteheader .siteheader__logo,
      .siteheader .siteheader__menu {
        width: 5rem;
        height: 5rem; } }
    @media only screen and (min-width: 1600px) {
      .siteheader .siteheader__logo,
      .siteheader .siteheader__menu {
        width: 5rem;
        height: 5rem; } }
    .siteheader .siteheader__logo .siteheader__logo__img,
    .siteheader .siteheader__logo .siteheader__menu__btn,
    .siteheader .siteheader__menu .siteheader__logo__img,
    .siteheader .siteheader__menu .siteheader__menu__btn {
      width: 100%;
      height: 100%; }
  .siteheader .siteheader__menu .siteheader__menu__btn {
    background: #fff;
    text-align: center;
    position: relative; }
    .bg--black .siteheader .siteheader__menu .siteheader__menu__btn {
      background: #000; }
    .bg--grey .siteheader .siteheader__menu .siteheader__menu__btn {
      background: transparent; }
    .bg--blue .siteheader .siteheader__menu .siteheader__menu__btn {
      background: #0B22E8; }
    .mobnavopen .siteheader .siteheader__menu .siteheader__menu__btn {
      background: #0B22E8;
      color: #fff; }
      .mobnavopen .siteheader .siteheader__menu .siteheader__menu__btn .fa-bars:before {
        content: "\f00d"; }
    .bg--blue.mobnavopen .siteheader .siteheader__menu .siteheader__menu__btn {
      background: #fff;
      color: #0B22E8; }
    .siteheader .siteheader__menu .siteheader__menu__btn .fal,
    .siteheader .siteheader__menu .siteheader__menu__btn .fas,
    .siteheader .siteheader__menu .siteheader__menu__btn .fa {
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -.5em;
      margin-left: -.5em;
      width: 1em;
      height: 1em; }
  .siteheader .siteheader__logo {
    background: #fff; }
    .siteheader .siteheader__logo .siteheader__logo__img {
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("img/framework/logo.mark.svg"); }
    .bg--black .siteheader .siteheader__logo {
      background: #000; }
      .bg--black .siteheader .siteheader__logo .siteheader__logo__img {
        background-image: url("img/framework/logo.mark.white.svg"); }
    .bg--grey .siteheader .siteheader__logo {
      background: transparent; }
    .bg--blue .siteheader .siteheader__logo {
      background: #0B22E8; }
      .bg--blue .siteheader .siteheader__logo .siteheader__logo__img {
        background-image: url("img/framework/logo.mark.white.svg"); }
    .mobnavopen .siteheader .siteheader__logo {
      background: #0B22E8; }
      .mobnavopen .siteheader .siteheader__logo .siteheader__logo__img {
        background-image: url("img/framework/logo.mark.white.svg"); }
    .bg--blue.mobnavopen .siteheader .siteheader__logo {
      background: #fff;
      color: #0B22E8; }
      .bg--blue.mobnavopen .siteheader .siteheader__logo .siteheader__logo__img {
        background-image: url("img/framework/logo.mark.svg"); }
  .siteheader .siteheader__menu {
    float: right; }

/*  ==========================================================================
	sitenav - used in mobnav and footer
	========================================================================== */
.sitenav {
  position: relative;
  text-align: center;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-flex-flow: column; }
  @media only screen and (min-width: 700px) {
    .sitenav {
      text-align: left; } }
  .sitenav .sitenav__bd {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    -webkit-flex-flow: column; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .sitenav .sitenav__bd {
        padding-top: 11%;
        padding-bottom: 11%; } }
  @media only screen and (-ms-high-contrast: active) and (min-width: 550px), only screen and (-ms-high-contrast: none) and (min-width: 550px) {
    .sitenav .sitenav__bd {
      padding-top: 9%;
      padding-bottom: 9%; } }
  @media only screen and (-ms-high-contrast: active) and (min-width: 1200px), only screen and (-ms-high-contrast: none) and (min-width: 1200px) {
    .sitenav .sitenav__bd {
      padding-top: 7%;
      padding-bottom: 7%; } }

    .sitenav .sitenav__bd .sitenav__gd-g {
      flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      min-height: 100%;
      box-sizing: border-box;
      padding-top: 3rem; }
      @media only screen and (min-width: 550px) {
        .sitenav .sitenav__bd .sitenav__gd-g {
          padding-top: 4rem; } }
      @media only screen and (min-width: 700px) {
        .sitenav .sitenav__bd .sitenav__gd-g {
          padding-top: 4rem; } }
      @media only screen and (min-width: 1000px) {
        .sitenav .sitenav__bd .sitenav__gd-g {
          padding-top: 4.5rem; } }
      @media only screen and (min-width: 1200px) {
        .sitenav .sitenav__bd .sitenav__gd-g {
          padding-top: 4.5rem; } }
      @media only screen and (min-width: 1400px) {
        .sitenav .sitenav__bd .sitenav__gd-g {
          padding-top: 5rem; } }
      @media only screen and (min-width: 1600px) {
        .sitenav .sitenav__bd .sitenav__gd-g {
          padding-top: 5rem; } }
  .sitenav .sitenav__nav {
    text-align: center; }
    @media only screen and (min-width: 1000px) {
      .sitenav .sitenav__nav {
        margin-bottom: 0;
        padding-left: 14.3%;
        text-align: left; } }
    @media only screen and (min-width: 1200px) {
      .sitenav .sitenav__nav {
        padding: 0 14.3%; } }
    @media only screen and (min-width: 1400px) {
      .sitenav .sitenav__nav {
        padding: 0 20%; } }
    .sitenav .sitenav__nav .sitenav__nav__mainnav {
      list-style: none; }
      .sitenav .sitenav__nav .sitenav__nav__mainnav li {
        margin-bottom: .25em; }
      .sitenav .sitenav__nav .sitenav__nav__mainnav .sitenav__nav__mainnav__link--subnavfirst {
        margin-top: 2em; }
  .sitenav .sitenav__feature {
    text-align: left;
    display: none; }
    @media only screen and (min-width: 1000px) {
      .sitenav .sitenav__feature {
        margin-bottom: 0;
        display: block; } }
    @media only screen and (min-width: 1000px) {
      .sitenav .sitenav__feature .sitenav__feature__posts {
        margin-bottom: 0; } }
    @media only screen and (min-width: 1200px) {
      .sitenav .sitenav__feature .sitenav__feature__posts {
        padding-left: 14.3%; } }
    @media only screen and (min-width: 1400px) {
      .sitenav .sitenav__feature .sitenav__feature__posts {
        padding-left: 20%; } }
    .sitenav .sitenav__feature .sitenav__feature__posts .sitenav__posts__heading {
      margin: 0;
      padding-bottom: 1em;
      margin-bottom: 1em;
      width: 100%;
      border-bottom: 1px solid #dbdefc; }
    .sitenav .sitenav__feature .sitenav__feature__posts .post {
      border-bottom: none; }
      .sitenav .sitenav__feature .sitenav__feature__posts .post .post__link {
        padding: 0; }
      .sitenav .sitenav__feature .sitenav__feature__posts .post .post__imghover .post__content {
        margin: 0; }
    .sitenav .sitenav__feature .sitenav__feature__companies {
      position: relative;
      border: 1px solid #dbdefc;
      background: #fff; }
      .sitenav .sitenav__feature .sitenav__feature__companies--all {
        display: none; }
      .sitenav .sitenav__feature .sitenav__feature__companies .company .company__link {
        border: none; }
      .sitenav .sitenav__feature .sitenav__feature__companies .sitenav__feature__companies__line--horizontal {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        border-top: 1px solid #dbdefc; }
      .sitenav .sitenav__feature .sitenav__feature__companies .sitenav__feature__companies__line--vertical {
        position: absolute;
        top: 0;
        left: 33.33%;
        height: 100%;
        border-right: 1px solid #dbdefc; }
        .sitenav .sitenav__feature .sitenav__feature__companies .sitenav__feature__companies__line--vertical--2 {
          left: 66.66%; }

/* Sitnav footer styling (also used in footer-signup.php) */
.sitenav__footer {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  position: relative;
  bottom: 0;
  text-align: center;
  padding: 2em 0;
  box-sizing: border-box; }
  @media only screen and (min-width: 700px) {
    .sitenav__footer {
      text-align: left; } }
  .sitenav__footer .sitenav__partnerlogos {
    list-style: none;
    margin: 0 0 2em 0; }
    @media only screen and (min-width: 700px) {
      .sitenav__footer .sitenav__partnerlogos {
        margin-bottom: 1.5em; } }
    @media only screen and (min-width: 1200px) {
      .sitenav__footer .sitenav__partnerlogos {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: bottom; } }
    .sitenav__footer .sitenav__partnerlogos .sitenav__partnerlogos__logo {
      display: inline-block;
      margin: 0 .75em; }
      @media only screen and (min-width: 700px) {
        .sitenav__footer .sitenav__partnerlogos .sitenav__partnerlogos__logo {
          margin: 0 1.5em 0 0; } }
      .sitenav__footer .sitenav__partnerlogos .sitenav__partnerlogos__logo .sitenav__partnerlogos__logo__link {
        display: block; }
      .sitenav__footer .sitenav__partnerlogos .sitenav__partnerlogos__logo .sitenav__partnerlogos__logo__img {
        display: block;
        max-height: 1.5em;
        width: auto;
        max-width: 4.5em; }
        .sitenav__footer .sitenav__partnerlogos .sitenav__partnerlogos__logo .sitenav__partnerlogos__logo__img--white {
          display: none; }
  .sitenav__footer .sitenav__footernav {
    margin-bottom: 1.5em; }
    @media only screen and (min-width: 800px) {
      .sitenav__footer .sitenav__footernav {
        margin-bottom: 0; } }
    @media only screen and (min-width: 1200px) {
      .sitenav__footer .sitenav__footernav {
        display: inline-block;
        vertical-align: bottom; } }
    @media only screen and (max-width: 549px) {
      .sitenav__footer .sitenav__footernav li {
        display: block;
        margin-bottom: .5em; } }
    .sitenav__footer .sitenav__footernav .sitenav__footernav__link:hover {
      opacity: 1; }
  .sitenav__footer .sitenav__socialnav {
    margin-bottom: 1.5em; }
    @media only screen and (min-width: 800px) {
      .sitenav__footer .sitenav__socialnav {
        margin-bottom: 0; } }
    @media only screen and (min-width: 1000px) {
      .sitenav__footer .sitenav__socialnav {
        padding-left: 14.3%;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1200px) {
      .sitenav__footer .sitenav__socialnav {
        padding: 0 14.3%; } }
    @media only screen and (min-width: 1400px) {
      .sitenav__footer .sitenav__socialnav {
        padding: 0 20%; } }
    .sitenav__footer .sitenav__socialnav .sitenav__socialnav__link:hover .fab, .sitenav__footer .sitenav__socialnav .sitenav__socialnav__link:hover .fas, .sitenav__footer .sitenav__socialnav .sitenav__socialnav__link:hover .fal, .sitenav__footer .sitenav__socialnav .sitenav__socialnav__link:hover .fa {
      opacity: 1; }
    @media only screen and (max-width: 549px) {
      .sitenav__footer .sitenav__socialnav .sitenav__socialnav__link .linkline {
        display: none; }
      .sitenav__footer .sitenav__socialnav .sitenav__socialnav__link .fab, .sitenav__footer .sitenav__socialnav .sitenav__socialnav__link .fas, .sitenav__footer .sitenav__socialnav .sitenav__socialnav__link .fal, .sitenav__footer .sitenav__socialnav .sitenav__socialnav__link .fa {
        padding: 0;
        opacity: 1; } }

/*  ==========================================================================
	headernav
	========================================================================== */
.headernav {
  text-align: right;
  padding: 0.5em;
  box-sizing: border-box;
  height: 3rem; }
  @media only screen and (min-width: 550px) {
    .headernav {
      height: 4rem; } }
  @media only screen and (min-width: 700px) {
    .headernav {
      height: 4rem; } }
  @media only screen and (min-width: 1000px) {
    .headernav {
      height: 4.5rem; } }
  @media only screen and (min-width: 1200px) {
    .headernav {
      height: 4.5rem; } }
  @media only screen and (min-width: 1400px) {
    .headernav {
      height: 5rem; } }
  @media only screen and (min-width: 1600px) {
    .headernav {
      height: 5rem; } }
  .headernav .headernav__bd {
    position: relative;
    height: 100%; }
  .headernav .headernav__logo {
    position: relative;
    margin-left: 0.5em;
    height: 100%;
    width: calc(3rem * 3);
    display: none; }
    @media only screen and (min-width: 550px) {
      .headernav .headernav__logo {
        width: calc(4rem * 3); } }
    @media only screen and (min-width: 700px) {
      .headernav .headernav__logo {
        width: calc(4rem * 3); } }
    @media only screen and (min-width: 1000px) {
      .headernav .headernav__logo {
        width: calc(4.5rem * 3); } }
    @media only screen and (min-width: 1200px) {
      .headernav .headernav__logo {
        width: calc(4.5rem * 3); } }
    @media only screen and (min-width: 1400px) {
      .headernav .headernav__logo {
        width: calc(5rem * 3); } }
    @media only screen and (min-width: 1600px) {
      .headernav .headernav__logo {
        width: calc(5rem * 3); } }
    @media only screen and (min-width: 700px) {
      .headernav .headernav__logo {
        display: block; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .headernav .headernav__logo {
        height: 102%; } }
    .headernav .headernav__logo a {
      display: block; }
    .headernav .headernav__logo .headernav__logo__img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: url("img/framework/logo.words.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      .bg--black .headernav .headernav__logo .headernav__logo__img {
        background-image: url("img/framework/logo.words.white.svg"); }
  .headernav .inlinenavlist {
    position: absolute;
    bottom: 50%;
    right: 0;
    margin-bottom: -.85em;
    display: none; }
    @media only screen and (min-width: 1000px) {
      .headernav .inlinenavlist {
        display: block; } }

/*  ==========================================================================
	mobnav
	========================================================================== */
.mobnav {
  position: fixed;
  z-index: 200;
  pointer-events: all;
  overflow: scroll;
  width: 100%;
  color: #fff;
  visibility: hidden;
  height: 0;
  background: #0B22E8; }
  .mobnavopen .mobnav {
    visibility: visible;
    height: 100vh; }
  .bg--blue .mobnav {
    background: #fff;
    color: #0B22E8; }
  .mobnav .linkline {
    background-image: linear-gradient(90deg, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
  .mobnav .sitenav {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 549px) {
      .mobnav .sitenav .sitenav__bd .gd-g {
        padding-top: calc(3rem * 1.5);
        padding-bottom: calc(3rem * .5); } }
    @media only screen and (max-width: 699px) {
      .mobnav .sitenav .sitenav__bd .gd-g {
        min-height: auto;
        padding-top: calc(4rem * 1.5);
        padding-bottom: calc(4rem * .5); } }
    @media only screen and (max-width: 800px) {
      .mobnav .sitenav .sitenav__bd .gd-g {
        min-height: calc(100vh - (8rem)); } }
    @media only screen and (max-width: 549px) {
      .mobnav .sitenav .sitenav__bd .gd-g {
        min-height: inherit; } }
    .mobnav .sitenav .sitenav__feature .sitenav__feature__posts .sitenav__posts__heading {
      border-bottom-color: rgba(255, 255, 255, 0.15); }
    .mobnav .sitenav .sitenav__footer .sitenav__footernav__link--alchemy {
      display: none; }
    .mobnav .sitenav .sitenav__footer .sitenav__partnerlogos .sitenav__partnerlogos__logo .sitenav__partnerlogos__logo__img {
      display: none; }
      .mobnav .sitenav .sitenav__footer .sitenav__partnerlogos .sitenav__partnerlogos__logo .sitenav__partnerlogos__logo__img--white {
        display: block; }
  .mobnav .sitenav__effect {
    opacity: 0;
    -webkit-transition: opacity 400ms cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: opacity 400ms cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 400ms cubic-bezier(0.33, 1, 0.68, 1); }
    .mobnavopen .mobnav .sitenav__effect {
      opacity: 1; }
    .mobnav .sitenav__effect--transform {
      -webkit-transform: translateY(40px);
      -moz-transform: translateY(40px);
      transform: translateY(40px);
      -webkit-transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1), opacity 400ms cubic-bezier(0.33, 1, 0.68, 1);
      -moz-transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1), opacity 400ms cubic-bezier(0.33, 1, 0.68, 1);
      transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1), opacity 400ms cubic-bezier(0.33, 1, 0.68, 1); }
      .mobnavopen .mobnav .sitenav__effect--transform {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0); }
  .mobnav .sitenav__nav__mainnav li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    transition-delay: 50ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    transition-delay: 250ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(6) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    transition-delay: 350ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(8) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    transition-delay: 450ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(10) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    transition-delay: 550ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(12) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    transition-delay: 650ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(14) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    transition-delay: 750ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(16) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(17) {
    -webkit-transition-delay: 850ms;
    -moz-transition-delay: 850ms;
    transition-delay: 850ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(18) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(19) {
    -webkit-transition-delay: 950ms;
    -moz-transition-delay: 950ms;
    transition-delay: 950ms; }
  .mobnav .sitenav__nav__mainnav li:nth-child(20) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms; }

@media only screen and (max-width: 999px) {
  .sitefooter .sitenav .sitenav__bd {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
.sitefooter .sitenav .linkline {
  background-image: linear-gradient(90deg, #0b22e8 0%, #0b22e8 50%, rgba(11, 34, 232, 0) 50%, rgba(11, 34, 232, 0) 100%); }
.bg--black .sitefooter .sitenav .sitenav__posts__heading {
  border-color: rgba(255, 255, 255, 0.15); }
.sitefooter .sitefooter__signup {
  background: #0B22E8;
  color: #fff;
  padding-left: 3rem;
  padding-right: 3rem; }
  @media only screen and (max-width: 800px) {
    .sitefooter .sitefooter__signup {
      margin-bottom: 1.5em; } }
  @media only screen and (min-width: 550px) {
    .sitefooter .sitefooter__signup {
      padding-left: 4rem;
      padding-right: 4rem; } }
  .sitefooter .sitefooter__signup .sitefooter__signup__heading {
    margin: 0 0 1em 0; }
  .sitefooter .sitefooter__signup .nf-form-title {
    display: none; }
  .sitefooter .sitefooter__signup .nf-form-cont {
    padding: 0;
    background: transparent; }
    .sitefooter .sitefooter__signup .nf-form-cont input {
      color: #fff;
      font-weight: 700;
      background: rgba(255, 255, 255, 0.15);
      border: none; }
      .sitefooter .sitefooter__signup .nf-form-cont input.placeholder {
        color: #fff; }
      .sitefooter .sitefooter__signup .nf-form-cont input:-moz-placeholder {
        color: #fff; }
      .sitefooter .sitefooter__signup .nf-form-cont input::-moz-placeholder {
        color: #fff; }
      .sitefooter .sitefooter__signup .nf-form-cont input:-ms-input-placeholder {
        color: #fff; }
      .sitefooter .sitefooter__signup .nf-form-cont input::-webkit-input-placeholder {
        color: #fff; }
    .sitefooter .sitefooter__signup .nf-form-cont .nf-field-container {
      margin-bottom: 0; }
    .sitefooter .sitefooter__signup .nf-form-cont .email-container input {
      padding-right: 3.5em; }
    .sitefooter .sitefooter__signup .nf-form-cont .email-container .nf-after-field {
      display: none; }
    .sitefooter .sitefooter__signup .nf-form-cont .nf-response-msg {
      color: #fff; }
    .sitefooter .sitefooter__signup .nf-form-cont .nf-error-msg {
      margin-top: .5em;
      color: #fff; }
    .sitefooter .sitefooter__signup .nf-form-cont .submit-container {
      margin: -2.85em .35em 0 0;
      padding: 0; }
      .sitefooter .sitefooter__signup .nf-form-cont .submit-container .nf-field-element {
        position: relative;
        z-index: 10; }
        .sitefooter .sitefooter__signup .nf-form-cont .submit-container .nf-field-element input {
          background: transparent;
          width: 3em;
          overflow: hidden;
          opacity: 0;
          box-sizing: border-box; }
        .sitefooter .sitefooter__signup .nf-form-cont .submit-container .nf-field-element:after {
          background: #fff; }
        .sitefooter .sitefooter__signup .nf-form-cont .submit-container .nf-field-element:hover:after {
          background: #0B22E8; }

/*  ==========================================================================
	flex -- layout/flex.scss
	========================================================================== */
.pageheader + .flex {
  margin-top: 0;
    /* // remove animation
	opacity: 1;
	@include prefix(transform, translate(0, 0px), webkit moz spec); */ }

.flex__heading {
  margin: 0 0 .5em; }

.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(11, 34, 232, 0.15);
  height: 0; }

/*  ==========================================================================
	flexcontent -- Textarea/Content
	========================================================================== */
.flexcontent .flexcontent__content p {
  margin-bottom: 2em; }
  .flexcontent .flexcontent__content p:last-child {
    margin-bottom: 0; }
.flexcontent .flexcontent__content ul,
.flexcontent .flexcontent__content ol {
  margin-left: 1.75em;
  margin-bottom: 2em; }
.flexcontent .flex__preheading {
  max-width: 30em;
  margin: 0 0 .5em 0; }
.flexcontent .flex__heading {
  max-width: 20em; }
.flexcontent .flexcontent__textarea {
  max-width: 35em; }
  .flexcontent .flexcontent__textarea .flexcontent__textarea__dropcap {
    background: #0B22E8;
    color: #fff;
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-right: .5em;
    line-height: 2em;
    text-align: center;
    float: left; }
@media only screen and (min-width: 700px) {
  .flexcontent .flexcontent__feature {
    margin-top: 0; } }
@media only screen and (min-width: 1200px) {
  .flexcontent .flexcontent__feature .post--featured {
    margin-left: 14.3%; } }
.flexcontent--border .flexcontent__content {
  border-top: 1px solid #dbdefc;
  border-bottom: 1px solid #dbdefc;
  padding-top: calc(11% * 2);
  padding-bottom: calc(11% * 2); }
  @media only screen and (min-width: 550px) {
    .flexcontent--border .flexcontent__content {
      padding-top: calc(9% * 2);
      padding-bottom: calc(9% * 2); } }
  @media only screen and (min-width: 1200px) {
    .flexcontent--border .flexcontent__content {
      padding-top: calc(7% * 2);
      padding-bottom: calc(7% * 2); } }

.flexcontent--border + .flexcontent--border {
  margin-top: -11%; }
  @media only screen and (min-width: 550px) {
    .flexcontent--border + .flexcontent--border {
      margin-top: -9%; } }
  @media only screen and (min-width: 1200px) {
    .flexcontent--border + .flexcontent--border {
      margin-top: -7%; } }
  .flexcontent--border + .flexcontent--border .flexcontent__content {
    border-top: none; }

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

/*  ==========================================================================
	flex--qa -- Q&A (interview)
	========================================================================== */
.flexqa .flexqa__question {
  margin-bottom: 3em;
  margin-bottom: 11%; }
  @media only screen and (min-width: 550px) {
    .flexqa .flexqa__question {
      margin-bottom: 9%; } }
  @media only screen and (min-width: 700px) {
    .flexqa .flexqa__question {
      margin-bottom: calc(9% * 1.66); } }
  @media only screen and (min-width: 1000px) {
    .flexqa .flexqa__question {
      margin-bottom: calc(9% * 2); } }
  @media only screen and (min-width: 1200px) {
    .flexqa .flexqa__question {
      margin-bottom: calc(7% * 2); } }
  .flexqa .flexqa__question:last-child {
    margin-bottom: 0; }
  .flexqa .flexqa__question .flexqa__question__heading,
  .flexqa .flexqa__question .flexqa__question__answer {
    position: relative;
    max-width: 35em;
    padding-left: 0; }
    @media only screen and (min-width: 550px) {
      .flexqa .flexqa__question .flexqa__question__heading,
      .flexqa .flexqa__question .flexqa__question__answer {
        padding-left: 4.5em; } }
    @media only screen and (min-width: 700px) {
      .flexqa .flexqa__question .flexqa__question__heading,
      .flexqa .flexqa__question .flexqa__question__answer {
        padding-left: 0; } }
    .flexqa .flexqa__question .flexqa__question__heading p,
    .flexqa .flexqa__question .flexqa__question__answer p {
      display: inline; }
  .flexqa .flexqa__question .flexqa__question__heading {
    margin: 0 0 1em 0; }
  .flexqa .flexqa__question .flexqa__initials {
    margin-right: .5em;
    display: inline-block;
    min-width: 3.5em; }
    @media only screen and (min-width: 550px) {
      .flexqa .flexqa__question .flexqa__initials {
        position: absolute;
        top: 0.15em;
        left: 0;
        margin-right: 0; } }
    @media only screen and (min-width: 700px) {
      .flexqa .flexqa__question .flexqa__initials {
        left: -4.5em; } }
@media only screen and (min-width: 1000px) {
  .flexqa .flexqa__feature {
    margin-top: 0; } }
@media only screen and (min-width: 1200px) {
  .flexqa .flexqa__feature .post--featured {
    margin-left: 14.3%; } }

/*  ==========================================================================
	flex--tilecols -- Tile Grid
	========================================================================== */
.flex--tilecols .gd-g {
  margin-bottom: calc(-0.75em * 2); }
  @media only screen and (min-width: 550px) {
    .flex--tilecols .gd-g {
      margin-bottom: calc(-1em * 2); } }
  @media only screen and (min-width: 700px) {
    .flex--tilecols .gd-g {
      margin-bottom: calc(-1em * 2); } }
  @media only screen and (min-width: 1000px) {
    .flex--tilecols .gd-g {
      margin-bottom: calc(-1em * 2); } }
.flex--tilecols .tilecol {
  position: relative;
  display: block;
  background-color: #000;
  margin-bottom: calc(0.75em * 2);
  -webkit-transition: box-shadow 150ms ease-out 0s;
  -moz-transition: box-shadow 150ms ease-out 0s;
  transition: box-shadow 150ms ease-out 0s; }
  @media only screen and (min-width: 550px) {
    .flex--tilecols .tilecol {
      margin-bottom: calc(1em * 2); } }
  @media only screen and (min-width: 700px) {
    .flex--tilecols .tilecol {
      margin-bottom: calc(1em * 2); } }
  @media only screen and (min-width: 1000px) {
    .flex--tilecols .tilecol {
      margin-bottom: calc(1em* 2); } }
  .flex--tilecols .tilecol:hover {
    -webkit-box-shadow: 10px 10px 25px rgba(11, 34, 232, 0.15);
    -moz-box-shadow: 10px 10px 25px rgba(11, 34, 232, 0.15);
    box-shadow: 10px 10px 25px rgba(11, 34, 232, 0.15); }
  .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; }
.flex--tilecols .gd-u-gt550-1-4 .tilecol__img {
  padding: 70% 0 0 0; }

/*  ==========================================================================
	flex--faqs -- FAQs
	========================================================================== */
.faqs {
  border-top: 1px solid #dbdefc;
  position: relative; }
  .faqs .faq {
    display: block;
    position: relative;
    border-bottom: 1px solid #dbdefc; }
    .faqs .faq .faq__question {
      margin: 0;
      border-top: none;
      padding: 1em 0 1em 3em;
      position: relative;
      opacity: .5;
      cursor: pointer; }
      .faqs .faq .faq__question:hover {
        opacity: 1; }
      .faqs .faq .faq__question .fal {
        position: absolute;
        top: 1.25em;
        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 {
      opacity: 1; }
      .faqs .faq.faq--open .faq__question .fal {
        -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 .flexslides__carousel .flexslide {
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 999px) {
      .flexslides .flexslides__carousel .flexslide {
        padding: 0; } }
    .flexslides .flexslides__carousel .flexslide .flexslideimg {
      padding: 50% 0 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 1000px) {
        .flexslides .flexslides__carousel .flexslide .flexslideimg {
          position: absolute;
          top: 0;
          left: 0;
          padding: 0;
          height: 100%;
          width: 100%; } }
    .flexslides .flexslides__carousel .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: 700px) {
        .flexslides .flexslides__carousel .flexslide .flexslide__content {
          width: 90.6%;
          display: inline-block; } }
      @media only screen and (min-width: 1000px) {
        .flexslides .flexslides__carousel .flexslide .flexslide__content {
          margin: 0;
          padding: 2.5em;
          width: 50%; } }
      @media only screen and (min-width: 1200px) {
        .flexslides .flexslides__carousel .flexslide .flexslide__content {
          margin: 0;
          width: 33.3%; } }
      @media only screen and (min-width: 1400px) {
        .flexslides .flexslides__carousel .flexslide .flexslide__content {
          width: 28.5%; } }
      .flexslides .flexslides__carousel .flexslide .flexslide__content .flexslide__heading {
        margin-top: 0; }
      .flexslides .flexslides__carousel .flexslide .flexslide__content .btn {
        margin: 1em 0 0 0; }
    @media only screen and (min-width: 550px) {
      .flexslides .flexslides__carousel .flexslide--left .flexslide__content {
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (min-width: 1000px) {
      .flexslides .flexslides__carousel .flexslide--left {
        text-align: left; }
        .flexslides .flexslides__carousel .flexslide--left .flexslide__content {
          margin-left: 0; } }
    @media only screen and (min-width: 1000px) {
      .flexslides .flexslides__carousel .flexslide--right {
        text-align: right; }
        .flexslides .flexslides__carousel .flexslide--right .flexslide__content {
          margin-right: 0; } }
    @media only screen and (min-width: 1000px) {
      .flexslides .flexslides__carousel .flexslide--center {
        text-align: center; } }
  .flexslides .flexslides__carousel.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 .flexslides__carousel.owl-carousel .owl-item.active .flexslide__content {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  .flexslides .flexslides__carousel.owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 !important; }
    .flexslides .flexslides__carousel.owl-carousel .owl-dots .owl-dot {
      display: inline-block;
      margin: 0;
      color: rgba(11, 34, 232, 0.15);
      font-weight: 700;
      outline: none; }
      .flexslides .flexslides__carousel.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(11, 34, 232, 0.15);
        line-height: 1em;
        position: relative;
        border-radius: 0;
        opacity: 1; }
        .flexslides .flexslides__carousel.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 .flexslides__carousel.owl-carousel .owl-dots .owl-dot:first-child span {
        border-left: none; }
      .flexslides .flexslides__carousel.owl-carousel .owl-dots .owl-dot:hover {
        color: #0B22E8; }
      .flexslides .flexslides__carousel.owl-carousel .owl-dots .owl-dot.active {
        color: #0B22E8;
        font-weight: 700; }
      .flexslides .flexslides__carousel.owl-carousel .owl-dots .owl-dot:nth-child(1) span:before {
        content: '1'; }
      .flexslides .flexslides__carousel.owl-carousel .owl-dots .owl-dot:nth-child(2) span:before {
        content: '2'; }
      .flexslides .flexslides__carousel.owl-carousel .owl-dots .owl-dot:nth-child(3) span:before {
        content: '3'; }
      .flexslides .flexslides__carousel.owl-carousel .owl-dots .owl-dot:nth-child(4) span:before {
        content: '4'; }
      .flexslides .flexslides__carousel.owl-carousel .owl-dots .owl-dot:nth-child(5) span:before {
        content: '5'; }
      .flexslides .flexslides__carousel.owl-carousel .owl-dots .owl-dot:nth-child(6) span:before {
        content: '6'; }

.flexpersonfeature {
    /* .gd-g{
		.gd-u{
			@include media-query($medium) {
				&:nth-child(1) { order: 2; }
				&:nth-child(2) { order: 1; }
			}
		}
	}
	.gd-g{
		@include media-query($large) {
			justify-content: flex-start;
		}
		.gd-u{
			@include media-query($medium) {
				&:nth-child(2) { order: 3; }
				&:nth-child(3) { order: 2; }
			}
			@include media-query($large) {
				&:nth-child(2) { order: 2; }
				&:nth-child(3) { order: 3; }
			}
		}
	} */ }
  @media only screen and (min-width: 700px) {
    .flexpersonfeature {
      background: transparent; } }
  .flexpersonfeature .flexpersonfeature__quote .flexpersonfeature__quote__content {
    position: relative; }
    @media only screen and (min-width: 700px) {
      .flexpersonfeature .flexpersonfeature__quote .flexpersonfeature__quote__content {
        padding-left: 1.5em; } }
    @media only screen and (min-width: 1200px) {
      .flexpersonfeature .flexpersonfeature__quote .flexpersonfeature__quote__content {
        padding-left: 0; } }
  .flexpersonfeature .flexpersonfeature__quote .flexpersonfeature__quote__quote {
    margin: 0;
    padding: 0;
    max-width: 20em; }
    .flexpersonfeature .flexpersonfeature__quote .flexpersonfeature__quote__quote .flexpersonfeature__quote__quote__mark--left {
      padding-right: .25em; }
      @media only screen and (min-width: 700px) {
        .flexpersonfeature .flexpersonfeature__quote .flexpersonfeature__quote__quote .flexpersonfeature__quote__quote__mark--left {
          position: absolute;
          top: 0;
          left: 0; } }
      @media only screen and (min-width: 1200px) {
        .flexpersonfeature .flexpersonfeature__quote .flexpersonfeature__quote__quote .flexpersonfeature__quote__quote__mark--left {
          left: -.65em; } }
    .flexpersonfeature .flexpersonfeature__quote .flexpersonfeature__quote__quote .flexpersonfeature__quote__quote__mark--right {
      padding-left: .25em; }
  .flexpersonfeature .flexpersonfeature__quote .flexpersonfeature__quote__cite {
    margin-top: 1.5em;
    font-style: normal;
    display: block; }
  .flexpersonfeature .flexpersonfeature__content .flexpersonfeature__content__wrap {
    position: relative; }
    @media only screen and (min-width: 1200px) {
      .flexpersonfeature .flexpersonfeature__content .flexpersonfeature__content__wrap {
        margin: 0 8.3333%; } }
    .flexpersonfeature .flexpersonfeature__content .flexpersonfeature__content__wrap:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(204, 204, 204, 0.15);
      z-index: -1;
      width: 83.34%;
      left: 8.3333%;
      display: none; }
      @media only screen and (min-width: 700px) {
        .flexpersonfeature .flexpersonfeature__content .flexpersonfeature__content__wrap:after {
          display: block; } }
      @media only screen and (min-width: 1200px) {
        .flexpersonfeature .flexpersonfeature__content .flexpersonfeature__content__wrap:after {
          width: 80.08%;
          left: 9.96%; } }
  .flexpersonfeature .flexpersonfeature__person .person {
    margin-bottom: 0; }
    .flexpersonfeature .flexpersonfeature__person .person .person__content {
      min-height: 0; }
  @media only screen and (min-width: 700px) {
    .flexpersonfeature .flexpersonfeature__intro {
      padding: 0 20%; } }
  @media only screen and (min-width: 1000px) {
    .flexpersonfeature .flexpersonfeature__intro {
      margin-bottom: 0;
      margin-left: 33%;
      padding: 0; } }
  @media only screen and (min-width: 700px) {
    .flexpersonfeature .flexpersonfeature__intro .flexpersonfeature__intro__content {
      max-width: 20em; } }

/*  ==========================================================================
	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 {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-flex-flow: column; }
  .flexfeature .flexfeaturecontent .gd-g {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto; }
  .flexfeature .flexfeaturecontent .flexfeaturecontent__preheading {
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    padding: 0 0 1em 0;
    margin: 0 0 2em 0;
    border-bottom: 1px solid #dbdefc; }
  .flexfeature .flexfeaturecontent .flexfeaturecontent__post {
    max-width: 15em;
    margin-top: 3em; }
    .flexfeature .flexfeaturecontent .flexfeaturecontent__post .post {
      margin-bottom: 0; }
  .flexfeature .flexfeaturecontent .flexfeaturecontent__link {
    display: inline-block;
    margin: 2em 0 0 0; }
  @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%; } }
.flexfeature .flexfeature__featurecontainer .gd-g {
  height: 100%; }
@media only screen and (min-width: 1000px) {
  .flexfeature--left .flexfeature__contentcontainer {
    padding-left: 4.5rem; } }
@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: 1em; } }

@media only screen and (min-width: 1200px) {
  .flexfeature--left .flexfeature__contentcontainer {
    padding-left: 1em; } }
@media only screen and (min-width: 1000px) {
  .flexfeature--right .flexfeature__contentcontainer {
    padding-right: 4.5rem; } }
@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: 1em; } }

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

.flexfeature--img .flexfeature__img {
  width: 100%;
  height: auto;
  display: block; }

.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.75em * 2); }
  @media only screen and (min-width: 550px) {
    .flexfeature--gallery .flexfeature__gallery {
      margin-bottom: calc(-1em * 2); } }
  @media only screen and (min-width: 700px) {
    .flexfeature--gallery .flexfeature__gallery {
      margin-bottom: calc(-1em * 2); } }
  @media only screen and (min-width: 1000px) {
    .flexfeature--gallery .flexfeature__gallery {
      margin-bottom: calc(-1em * 2); } }
  .flexfeature--gallery .flexfeature__gallery .gallery__row {
    margin-bottom: calc(0.75em * 2); }
    @media only screen and (min-width: 550px) {
      .flexfeature--gallery .flexfeature__gallery .gallery__row {
        margin-bottom: calc(1em * 2); } }
    @media only screen and (min-width: 700px) {
      .flexfeature--gallery .flexfeature__gallery .gallery__row {
        margin-bottom: calc(1em * 2); } }
    @media only screen and (min-width: 1000px) {
      .flexfeature--gallery .flexfeature__gallery .gallery__row {
        margin-bottom: calc(1em * 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; }
    @media only screen and (max-width: 549px) {
      .flexfeature--stats .flexfeature__stats .stats__stat .stats__stat__heading {
        font-size: 30px; } }
    @media only screen and (max-width: 549px) {
      .flexfeature--stats .flexfeature__stats .stats__stat .stats__stat__before,
      .flexfeature--stats .flexfeature__stats .stats__stat .stats__stat__after {
        font-size: 10px;
        line-height: 1.3; } }
    @media only screen and (max-width: 549px) {
      .flexfeature--stats .flexfeature__stats .stats__stat .stats__stat__before {
        margin-bottom: .5em; } }
    @media only screen and (max-width: 549px) {
      .flexfeature--stats .flexfeature__stats .stats__stat .stats__stat__after {
        margin-top: .5em; } }
  .flexfeature--stats .flexfeature__stats--1 .stats__stat .stats__stat__heading {
    font-size: 7em; }

/*  ==========================================================================
	flex--img -- Images (Max 2)
	========================================================================== */
@media only screen and (min-width: 1000px) {
  .fleximg .fleximg__item--2 {
    margin-top: -8em; } }
.fleximg .fleximg__item .fleximg__item__img {
  width: 100%;
  height: auto;
  display: block; }
.fleximg .fleximg__item .fleximg__item__caption {
  padding: 1em 0;
  border-bottom: 1px solid #dbdefc;
  margin-bottom: 3em;
  width: 100%; }
  @media only screen and (min-width: 1000px) {
    .fleximg .fleximg__item .fleximg__item__caption {
      margin-bottom: 0; } }
  .fleximg .fleximg__item .fleximg__item__caption p {
    margin: 0;
    max-width: 26em; }
@media only screen and (min-width: 1000px) {
  .fleximg .fleximg__item .gd-g--vertstart .fleximg__item__caption {
    padding-bottom: 0;
    border-bottom: none;
    border-top: 1px solid #dbdefc; } }
.fleximg .fleximg__item:last-child .fleximg__item__caption {
  margin-bottom: 0; }

/*  ==========================================================================
	flex--images -- Images / Gallery
	========================================================================== */
.fleximgs .fleximgs__item {
  margin-bottom: calc(0.75em * 2); }
  @media only screen and (min-width: 550px) {
    .fleximgs .fleximgs__item {
      margin-bottom: calc(1em * 2); } }
  @media only screen and (min-width: 700px) {
    .fleximgs .fleximgs__item {
      margin-bottom: calc(1em * 2); } }
  @media only screen and (min-width: 1000px) {
    .fleximgs .fleximgs__item {
      margin-bottom: calc(1em * 2); } }
  .fleximgs .fleximgs__item .fleximgs__item__img {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .fleximgs .fleximgs__item .fleximgs__item__caption {
    margin-top: 1em;
    box-sizing: border-box;
    color: #CCCCCC; }
    .fleximgs .fleximgs__item .fleximgs__item__caption:after {
      content: ' ';
      display: block;
      width: 1.5em;
      border-bottom: solid 1px rgba(11, 34, 232, 0.15);
      margin: 1em 0 0; }

/*  ==========================================================================
	flexnews -- Featured Posts (news)
	========================================================================== */
@media only screen and (min-width: 1200px) {
  .flexnews .flexnews__col--left {
    margin-left: 14.3%; } }
@media only screen and (min-width: 1000px) {
  .flexnews .flexnews__col--right {
    margin-bottom: 0; } }
.flexnews .flexnews__heading {
  margin: 0 0 3em 0; }
.flexnews .flexnews__heading + .flexnews__leader {
  margin-top: -3em; }
.flexnews .flexnews__leader {
  margin: 0 0 3em 0;
  max-width: 30em; }
  @media only screen and (min-width: 1000px) {
    .flexnews .flexnews__leader {
      margin-bottom: 0;
      max-width: 20em; } }
.flexnews .flexnews__categories {
  margin-bottom: 3em;
  border-top: 1px solid #dbdefc;
  border-bottom: 1px solid #dbdefc;
  padding: calc((3rem - 1.5em) / 2) 0; }
  @media only screen and (min-width: 550px) {
    .flexnews .flexnews__categories {
      padding: calc((4rem - 1.5em) / 2) 0; } }
  @media only screen and (min-width: 700px) {
    .flexnews .flexnews__categories {
      padding: calc((4rem - 1.5em) / 2) 0; } }
  @media only screen and (min-width: 1000px) {
    .flexnews .flexnews__categories {
      padding: calc((4.5rem - 1.5em) / 2) 0; } }
  @media only screen and (min-width: 1200px) {
    .flexnews .flexnews__categories {
      padding: calc((4.5rem - 1.5em) / 2) 0; } }
  @media only screen and (min-width: 1400px) {
    .flexnews .flexnews__categories {
      padding: calc((5rem - 1.5em) / 2) 0; } }
  @media only screen and (min-width: 1600px) {
    .flexnews .flexnews__categories {
      padding: calc((5rem - 1.5em) / 2) 0; } }
  @media only screen and (min-width: 1000px) {
    .flexnews .flexnews__categories {
      border: none;
      padding: 0;
      margin-bottom: 10em; } }
  .flexnews .flexnews__categories ul {
    list-style: none;
    margin-bottom: 0; }
    .flexnews .flexnews__categories ul li {
      display: inline-block;
      margin-right: .5em; }
      @media only screen and (min-width: 1000px) {
        .flexnews .flexnews__categories ul li {
          display: block;
          margin-right: 0; } }
      @media only screen and (min-width: 1000px) {
        .flexnews .flexnews__categories ul li .flexnews__category__comma {
          display: none; } }
  .flexnews .flexnews__categories .flexnews__categories__heading {
    margin-top: 0; }
@media only screen and (min-width: 1000px) {
  .flexnews .twitterfeed {
    max-width: 20em; } }
.flexnews .btn {
  margin: 3em 0 0 0; }

/*  ==========================================================================
	flex--singlepost -- Single Post
	========================================================================== */
.flexsinglepost .post .post__link {
  padding-top: 3em;
  border-top: 1px solid #dbdefc; }
.flexsinglepost .post .post__imghover {
  margin-top: 3em; }

/*  ==========================================================================
	flex--quote -- Quote
	========================================================================== */
.flexquote {
  position: relative;
  /* flexquote--img */ }
  .flexquote .flexquote__bd {
    position: relative;
    z-index: 2; }
    .flexquote .flexquote__bd .flexquote__quote {
      position: relative;
      margin: 0;
      padding: 0;
      max-width: 25em;
      margin: 0 auto; }
      .flexquote .flexquote__bd .flexquote__quote .flexquote__quote__mark--left {
        padding-right: .25em; }
      .flexquote .flexquote__bd .flexquote__quote .flexquote__quote__mark--right {
        padding-left: .25em; }
    .flexquote .flexquote__bd .flexquote__cite {
      margin-top: 1.5em;
      font-style: normal;
      display: block; }
  .flexquote.flexquote--withimg .flexquote__content {
    position: relative; }
    @media only screen and (max-width: 999px) {
      .flexquote.flexquote--withimg .flexquote__content {
        text-align: center;
        margin-top: 2em; } }
    @media only screen and (min-width: 1000px) {
      .flexquote.flexquote--withimg .flexquote__content {
        padding-left: 1.5em; } }
    .flexquote.flexquote--withimg .flexquote__content--white {
      position: absolute;
      color: #fff; }
    .flexquote.flexquote--withimg .flexquote__content--blue {
      overflow: hidden; }
      @media only screen and (min-width: 1000px) {
        .flexquote.flexquote--withimg .flexquote__content--blue {
          margin-right: calc(-1em* 2); } }
    @media only screen and (min-width: 1000px) {
      .flexquote.flexquote--withimg .flexquote__content .flexquote__quote {
        margin-left: 0;
        max-width: none;
        width: 24em; } }
    @media only screen and (min-width: 1400px) {
      .flexquote.flexquote--withimg .flexquote__content .flexquote__quote {
        width: 27em; } }
    @media only screen and (min-width: 1000px) {
      .flexquote.flexquote--withimg .flexquote__content .flexquote__quote .flexquote__cite {
        padding-right: 1.5em; } }
    @media only screen and (min-width: 1000px) {
      .flexquote.flexquote--withimg .flexquote__content .flexquote__quote .flexquote__quote__mark--left {
        position: absolute;
        top: 0;
        left: -1.5rem; } }
  .flexquote.flexquote--withimg .flexquote__img {
    background: #000; }
    .flexquote.flexquote--withimg .flexquote__img img {
      opacity: 0.66;
      width: 100%;
      display: block; }

/*  ==========================================================================
	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 {
  padding: 1em 0;
  border-bottom: 1px solid #dbdefc;
  margin-bottom: 3em;
  width: 100%; }
  @media only screen and (min-width: 1000px) {
    .flexvideo .flexvideo__caption {
      margin-bottom: 0; } }
  .flexvideo .flexvideo__caption p {
    margin: 0;
    max-width: 26em; }

/*  ==========================================================================
	flex--cta -- Call to action
	========================================================================== */
.flexcta {
  text-align: center;
  position: relative;
  /* flexcta--img */ }
  .flexcta .flexcta__bd {
    position: relative;
    z-index: 2; }
    .flexcta .flexcta__bd .flexcta__btns a {
      margin: 0 .5em .75em;
      display: inline-block; }
  .flexcta.flexcta--withimg {
    color: #fff; }
    .flexcta.flexcta--withimg .flexcta__bd {
      background: #000;
      overflow: hidden; }
    @media only screen and (max-width: 699px) {
      .flexcta.flexcta--withimg .flexcta__leader {
        padding: 0 2rem; } }
    @media only screen and (max-width: 549px) {
      .flexcta.flexcta--withimg .flexcta__leader {
        padding: 0 1rem; } }
    .flexcta.flexcta--withimg .flexcta__content {
      position: relative;
      z-index: 2; }
    .flexcta.flexcta--withimg .flexcta__img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 1;
      opacity: 0;
      -webkit-transition: -webkit-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 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); }
      .flexcta.flexcta--withimg .flexcta__img.effect--ready {
        opacity: .66;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1); }

/*  ==========================================================================
	flex--timeline -- Timeline
	========================================================================== */
.flextimeline {
  position: relative;
  /* Timeline Date */ }
  .flextimeline .flextimeline__dot {
    position: absolute;
    bottom: -.5em;
    left: 50%;
    margin-left: -0.25em;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    background: #fff; }
    .flextimeline .flextimeline__dot:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: #dbdefc; }
    .flextimeline .flextimeline__dot--start {
      bottom: auto;
      top: -.5em; }
    .flextimeline .flextimeline__dot--ready:after {
      content: "";
      background: #0B22E8; }
  .flextimeline .flextimeline__line {
    position: absolute;
    top: .75em;
    height: 100%;
    left: calc(-3rem / 2); }
    @media only screen and (min-width: 550px) {
      .flextimeline .flextimeline__line {
        left: calc(-4rem / 2); } }
    @media only screen and (min-width: 700px) {
      .flextimeline .flextimeline__line {
        left: 33.33%;
        margin-left: calc(-1.25em / 3); } }
    @media only screen and (min-width: 1000px) {
      .flextimeline .flextimeline__line {
        left: 50%;
        margin-left: 0; } }
    .flextimeline .flextimeline__line .flextimeline__line__line {
      position: relative;
      overflow: hidden;
      top: 0;
      left: 0;
      height: 100%;
      width: 1px;
      background: #dbdefc; }
      .flextimeline .flextimeline__line .flextimeline__line__line .flextimeline__line__line__progress {
        position: absolute;
        top: 0;
        height: 0;
        width: 100%;
        background: #0B22E8; }
  .flextimeline .margin--top {
    margin-top: calc(11% * 1.5); }
    @media only screen and (min-width: 550px) {
      .flextimeline .margin--top {
        margin-top: calc(9% * 1.5); } }
    @media only screen and (min-width: 1200px) {
      .flextimeline .margin--top {
        margin-top: calc(7% * 1.5); } }
  .flextimeline .margin--bottom {
    margin-bottom: calc(11% * 1.5); }
    @media only screen and (min-width: 550px) {
      .flextimeline .margin--bottom {
        margin-bottom: calc(9% * 1.5); } }
    @media only screen and (min-width: 1200px) {
      .flextimeline .margin--bottom {
        margin-bottom: calc(7% * 1.5); } }
  .flextimeline .flextimeline__item:last-child {
    margin-bottom: 0;
    padding-bottom: calc(11% * 1.5); }
    @media only screen and (min-width: 550px) {
      .flextimeline .flextimeline__item:last-child {
        padding-bottom: calc(9% * 1.5); } }
    @media only screen and (min-width: 1200px) {
      .flextimeline .flextimeline__item:last-child {
        padding-bottom: calc(7% * 1.5); } }
  .flextimeline .flextimeline__line + .flextimeline__item {
    padding-top: calc(11% * 1.5);
    margin-top: 0; }
    @media only screen and (min-width: 550px) {
      .flextimeline .flextimeline__line + .flextimeline__item {
        padding-top: calc(9% * 1.5); } }
    @media only screen and (min-width: 1200px) {
      .flextimeline .flextimeline__line + .flextimeline__item {
        padding-top: calc(7% * 1.5); } }
    .flextimeline .flextimeline__line + .flextimeline__item.flextimeline__date {
      padding-top: 0 !important; }
  .flextimeline .flextimeline__date .flextimeline__date__circle {
    position: relative; }
    .flextimeline .flextimeline__date .flextimeline__date__circle .flextimeline__dot {
      position: absolute;
      bottom: auto;
      top: .25em;
      left: calc(-3rem / 2); }
      @media only screen and (min-width: 550px) {
        .flextimeline .flextimeline__date .flextimeline__date__circle .flextimeline__dot {
          left: calc(-4rem / 2); } }
      .flextimeline .flextimeline__date .flextimeline__date__circle .flextimeline__dot:before {
        content: "";
        position: absolute;
        width: calc((3rem / 2) - .75em);
        height: 1px;
        background: #dbdefc;
        top: .25em;
        left: .5em; }
        @media only screen and (min-width: 550px) {
          .flextimeline .flextimeline__date .flextimeline__date__circle .flextimeline__dot:before {
            width: calc((4rem / 2) - .75em); } }
      .flextimeline .flextimeline__date .flextimeline__date__circle .flextimeline__dot--ready:before {
        background: #0B22E8; }
    .flextimeline .flextimeline__date .flextimeline__date__circle .flextimeline__date__circle__heading {
      position: relative;
      margin: 0;
      font-weight: 800; }
  @media only screen and (min-width: 700px) {
    .flextimeline .flextimeline__date .flextimeline__date__circle {
      text-align: center;
      position: relative;
      border: 1px solid #0B22E8;
      border-radius: 50%;
      width: 6em;
      height: 6em;
      background: #fff;
      left: 33.33%;
      margin-left: calc((-1.25em / 3) - 3em); }
      .flextimeline .flextimeline__date .flextimeline__date__circle .flextimeline__date__circle__inner {
        position: absolute;
        margin-top: .5px;
        margin-left: .5px;
        top: .25em;
        left: .25em;
        background: #0B22E8;
        color: #fff;
        width: 5.5em;
        height: 5.5em;
        border-radius: 50%; }
      .flextimeline .flextimeline__date .flextimeline__date__circle .flextimeline__dot {
        display: none; }
      .flextimeline .flextimeline__date .flextimeline__date__circle .flextimeline__date__circle__heading {
        margin: 0;
        position: absolute;
        padding: 1em;
        width: 100%;
        box-sizing: border-box;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%); } }
  @media only screen and (min-width: 1000px) {
    .flextimeline .flextimeline__date .flextimeline__date__circle {
      left: 50%;
      margin-left: -3em; } }
  .flextimeline .flextimeline__textarea .flextimeline__textarea__content {
    max-width: 30em;
    margin-bottom: -1em; }
  .flextimeline .flextimeline__textarea--stat .flextimeline__stat {
    position: relative;
    background: rgba(204, 204, 204, 0.15);
    width: 75%;
    padding-top: 75%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 2em auto; }
    @media only screen and (min-width: 550px) {
      .flextimeline .flextimeline__textarea--stat .flextimeline__stat {
        width: 50%;
        padding-top: 50%; } }
    @media only screen and (min-width: 700px) {
      .flextimeline .flextimeline__textarea--stat .flextimeline__stat {
        margin: 0;
        width: 100%;
        padding-top: 100%; } }
    .flextimeline .flextimeline__textarea--stat .flextimeline__stat .flextimeline__stat__content {
      position: absolute;
      padding: 2em;
      width: 100%;
      box-sizing: border-box;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
      .flextimeline .flextimeline__textarea--stat .flextimeline__stat .flextimeline__stat__content .flextimeline__stat__content__heading {
        font-size: 22px;
        line-height: 1.4; }
        @media only screen and (min-width: 550px) {
          .flextimeline .flextimeline__textarea--stat .flextimeline__stat .flextimeline__stat__content .flextimeline__stat__content__heading {
            font-size: 27px; } }
        @media only screen and (min-width: 700px) {
          .flextimeline .flextimeline__textarea--stat .flextimeline__stat .flextimeline__stat__content .flextimeline__stat__content__heading {
            font-size: 30px; } }
        @media only screen and (min-width: 1000px) {
          .flextimeline .flextimeline__textarea--stat .flextimeline__stat .flextimeline__stat__content .flextimeline__stat__content__heading {
            font-size: 65px; } }
        @media only screen and (min-width: 1200px) {
          .flextimeline .flextimeline__textarea--stat .flextimeline__stat .flextimeline__stat__content .flextimeline__stat__content__heading {
            font-size: 70px; } }
        @media only screen and (min-width: 1400px) {
          .flextimeline .flextimeline__textarea--stat .flextimeline__stat .flextimeline__stat__content .flextimeline__stat__content__heading {
            font-size: 75px; } }
        @media only screen and (min-width: 1600px) {
          .flextimeline .flextimeline__textarea--stat .flextimeline__stat .flextimeline__stat__content .flextimeline__stat__content__heading {
            font-size: 80px; } }
  .flextimeline .flextimeline__textarea--image .flextimeline__image {
    margin-bottom: 2em; }
    @media only screen and (min-width: 700px) {
      .flextimeline .flextimeline__textarea--image .flextimeline__image {
        margin-bottom: 0; } }
    .flextimeline .flextimeline__textarea--image .flextimeline__image .flextimeline__image__caption {
      margin-bottom: 0; }
  .flextimeline .flextimeline__posts .post {
    margin-bottom: 2em; }
  .flextimeline .flextimeline__posts--3 {
    position: relative; }
    @media only screen and (max-width: 999px) {
      .flextimeline .flextimeline__posts--3 {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1000px) {
      .flextimeline .flextimeline__posts--3 {
        background: #fff; } }
    .flextimeline .flextimeline__posts--3 .flextimeline__dot {
      display: none; }
      @media only screen and (min-width: 1000px) {
        .flextimeline .flextimeline__posts--3 .flextimeline__dot {
          display: block; } }
      .flextimeline .flextimeline__posts--3 .flextimeline__dot--start {
        top: 0; }
      .flextimeline .flextimeline__posts--3 .flextimeline__dot--end {
        bottom: 0; }
  @media only screen and (min-width: 1000px) {
    .flextimeline .flextimeline__acq_exit .gd-g {
      justify-content: center;
      /* For IE 10 */
      -ms-flex-pack: center; } }
  .flextimeline .flextimeline__acq_exit .gd-u {
    margin-bottom: 2em; }
    .flextimeline .flextimeline__acq_exit .gd-u:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 700px) {
      .flextimeline .flextimeline__acq_exit .gd-u {
        margin-bottom: 0; } }
  .flextimeline .flextimeline__acq_exit .flextimeline__acq_exit__content .flextimeline__acq_exit__content__heading {
    margin: 0 0 .5em 0; }
  .flextimeline .flextimeline__acq_exit .flextimeline__acq_exit__content ul {
    position: relative;
    list-style: none;
    padding-right: 1.5em;
    margin: 0; }
    .flextimeline .flextimeline__acq_exit .flextimeline__acq_exit__content ul .flextimeline__acq_exit__content__icon {
      position: absolute;
      top: 0.25em;
      right: 0;
      display: none; }
      @media only screen and (min-width: 700px) {
        .flextimeline .flextimeline__acq_exit .flextimeline__acq_exit__content ul .flextimeline__acq_exit__content__icon {
          display: block; } }
  @media only screen and (min-width: 700px) {
    .flextimeline .flextimeline__acq_exit .flextimeline__acq_exit__content--acqs {
      text-align: right; }
      .flextimeline .flextimeline__acq_exit .flextimeline__acq_exit__content--acqs ul {
        padding-right: 0;
        padding-left: 1.5em; }
        .flextimeline .flextimeline__acq_exit .flextimeline__acq_exit__content--acqs ul .flextimeline__acq_exit__content__icon {
          right: auto;
          left: 0; } }

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