@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ 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 8+.
 * 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * 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.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 */
  /* 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 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; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  /*min-height: 1px;*/
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-table; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  vertical-align: bottom; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play-circle:before {
  content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-square:before {
  content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-spinner:before {
  content: "\f10b"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10c"; }

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10d"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-share:before {
  content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cog:before {
  content: "\f110"; }

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-outline:before {
  content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-hd:before {
  content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115"; }

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-facebook:before {
  content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-gplus:before {
  content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-linkedin:before {
  content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-twitter:before {
  content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-tumblr:before {
  content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pinterest:before {
  content: "\f11c"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e"; }

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-next-item:before {
  content: "\f11f"; }

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-previous-item:before {
  content: "\f120"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  /*background-color: #000;*/
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial; }

.video-js:-moz-full-screen {
  position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.video-js[tabindex="-1"] {
  outline: none; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  /*background-color: #000;*/
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vjs-control .vjs-button {
  width: 100%;
  height: 100%; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.video-js .vjs-modal-dialog {
  /*background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));*/
  overflow: auto; }

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto; }

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box; }

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -ms-flex: none;
      flex: none; }

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  cursor: pointer;
  -ms-flex: auto;
      flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none; }

.video-js .vjs-progress-control.disabled {
  cursor: default; }

.vjs-live .vjs-progress-control {
  display: none; }

.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-holder {
  -ms-flex: auto;
      flex: auto;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.333333333333333em;
  z-index: 1; }

.video-js .vjs-load-progress {
  /*background: rgba(115, 133, 159, 0.5); */ }

.video-js .vjs-load-progress div {
  /*background: rgba(115, 133, 159, 0.75); */ }

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible; }

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider.disabled {
  cursor: default; }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control {
  cursor: pointer;
  -ms-flex: none;
      flex: none; }

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em; }

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.video-js .vjs-volume-panel {
  transition: width 1s; }

.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  transition: width 0.1s; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3.5em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none; }

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em; }

.video-js .vjs-volume-panel {
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex: auto;
      flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -ms-flex: none;
      flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control .vjs-icon-placeholder {
  cursor: pointer;
  -ms-flex: none;
      flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em; }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -ms-flex: none;
      flex: none; }

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  animation: 0s linear 0.3s forwards vjs-spinner-show; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -ms-flex: auto;
      flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none; }

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell; }

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }

@supports ((display: -ms-grid) or (display: grid)) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto; }
  .vjs-text-track-settings .vjs-track-settings-colors {
    display: block;
    -ms-grid-column: 1;
        grid-column: 1;
    -ms-grid-row: 1;
        grid-row: 1; }
  .vjs-text-track-settings .vjs-track-settings-font {
    -ms-grid-column: 2;
        grid-column: 2;
    -ms-grid-row: 1;
        grid-row: 1; }
  .vjs-text-track-settings .vjs-track-settings-controls {
    -ms-grid-column: 2;
        grid-column: 2;
    -ms-grid-row: 2;
        grid-row: 2; } }

.vjs-track-setting > select {
  margin-right: 5px; }

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }

.vjs-text-track-settings fieldset span {
  display: inline-block; }

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px; }

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  visibility: hidden; }

* {
  box-sizing: border-box; }

html {
  color: #000000;
  line-height: 1.6;
  font-size: 1em; }
  @media (min-width: 100em) {
    html {
      font-size: 1.15em; } }

body {
  background: #ffffff;
  font-family: "Open Sans", "Helvetica Neue", sans-serif; }
  body .For_most_progressive_brands__content_marketing_ {
    font-size: 11.46px;
    font-family: "Open Sans";
    color: black;
    line-height: 1.444;
    -moz-transform: matrix(1.57072, 0, 0, 1.57072, 0, 0);
    -webkit-transform: matrix(1.57072, 0, 0, 1.57072, 0, 0);
    -ms-transform: matrix(1.57072, 0, 0, 1.57072, 0, 0);
    position: absolute;
    left: 9952.925px;
    top: 1222.249px;
    width: 379.521px;
    height: 2344.969px;
    z-index: 118; }

strong {
  font-weight: 600; }

h1, h2, h3, h4 {
  line-height: 1.4;
  font-weight: 800;
  font-family: "Open Sans", "Helvetica Neue", sans-serif; }

h1 {
  font-size: 1.8em;
  margin: 0; }
  @media (min-width: 48em) {
    h1 {
      font-size: 4em; } }

h2 {
  font-size: 1.4em;
  margin: 0 0 1em;
  line-height: 1; }
  @media (min-width: 48em) {
    h2 {
      font-size: 2.5em; } }

h3,
h4,
h5,
h6 {
  margin: 1em 0 .1em; }

h3 {
  font-size: 1.15em;
  line-height: 26/18; }
  @media (min-width: 48em) {
    h3 {
      font-size: 1.25em; } }

h4, .h4 {
  font-size: 1.05em;
  font-weight: 600;
  line-height: 27/19; }
  @media (min-width: 48em) {
    h4, .h4 {
      font-size: 1.1875em; } }

h5 {
  font-size: 1em; }

h6 {
  font-size: .9em; }

.block-title {
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  text-align: center;
  display: block;
  margin: 0 0 1.5em;
  font-weight: 800;
  font-size: 2.5em; }

p,
ul,
ol,
table {
  letter-spacing: -0.025em;
  line-height: 1.44444em;
  font-size: 1em;
  margin: 0 0 1.6em 0; }
  @media (min-width: 48em) {
    p,
    ul,
    ol,
    table {
      font-size: 1.125em; } }

p {
  margin: 0 0 1.6em; }

blockquote {
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.13333em;
  margin: 0 0 1.6em;
  padding: 0;
  text-align: center; }
  blockquote p {
    font-size: 1em;
    line-height: inherit;
    margin-bottom: .5em; }
    blockquote p:before {
      content: '“';
      margin-right: .05em; }
    blockquote p:after {
      content: '”';
      margin-left: .05em; }
  blockquote cite {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600; }
    @media (min-width: 48em) {
      blockquote cite {
        font-size: 1.375rem; } }

a {
  text-decoration: none;
  transition: all .1s ease-in-out;
  color: #e71096; }
  a:hover, a:focus {
    text-decoration: underline; }
  a.a-white {
    color: #ffffff; }

img {
  vertical-align: middle;
  max-width: 100%; }

nav ul {
  margin: 0;
  padding: 0; }

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

.svg-wrap {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  overflow: hidden; }

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"] {
  height: auto;
  /* Make sure images with WordPress-added height and width >attributes are scaled correctly */ }

figure {
  width: auto !important; }

figcaption {
  margin: .8em 0 1.2em;
  font-size: 1em;
  font-weight: 600;
  opacity: .75;
  text-align: center; }
  @media (min-width: 48em) {
    figcaption {
      font-size: 1.125em; } }

.text-normal {
  font-weight: 300; }

.wrap {
  margin: 0 auto;
  max-width: 66em;
  position: relative;
  padding: 0 5%; }
  .wrap.-small {
    max-width: 43.2em; }
  .wrap.-large {
    max-width: 75em; }
  .wrap.-no-padding {
    padding: 0; }
  @media (min-width: 84em) {
    .wrap {
      padding: 0 3rem; } }

main {
  margin-bottom: 0; }

.article-list {
  margin-bottom: 4em;
  /*912px*/ }
  @media (min-width: 57em) {
    .article-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .article-list .article-list-item {
    margin: 0 0 .5em;
    /*912px*/ }
    @media (min-width: 57em) {
      .article-list .article-list-item {
        -ms-flex: 1 1 32%;
            flex: 1 1 32%;
        margin-right: .5em; } }
    .article-list .article-list-item:nth-of-type(3n + 3) {
      margin-right: 0; }
    .article-list .article-list-item:last-child {
      margin-right: 0; }

.profile-block,
.quote-carousel-block {
  margin: 4.5em 0; }

.profile-card-grid-block {
  margin: 3.5em 0 0; }

@media (min-width: 34em) {
  .profile-card-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; } }

.profile-card-wrap .profile-card {
  margin: 1em 0; }
  @media (min-width: 34em) {
    .profile-card-wrap .profile-card {
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
      margin-left: 1%;
      margin-right: 1%; }
      .profile-card-wrap .profile-card:nth-of-type(odd) {
        margin-left: 0; }
      .profile-card-wrap .profile-card:nth-of-type(even) {
        margin-right: 0; } }

.image-text-block {
  background: #000000;
  color: #ffffff; }
  .image-text-block .sections {
    padding: 4em 0; }
  .image-text-block .section {
    -ms-flex-align: center;
        align-items: center;
    padding: 4em 0;
    text-align: center; }
    @media (min-width: 48em) {
      .image-text-block .section {
        display: -ms-flexbox;
        display: flex;
        text-align: left; } }
    @media (min-width: 34em) {
      .image-text-block .section:hover .column.-left:after {
        opacity: 1;
        -ms-transform: scale(1);
            transform: scale(1); } }
  .image-text-block .column.-left {
    position: relative;
    margin-bottom: 4em;
    /*912px*/ }
    .image-text-block .column.-left:after {
      content: '';
      width: 315px;
      height: 302px;
      position: absolute;
      top: -50px;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      background: url("../images/dots-highlight.png");
      opacity: 1;
      transition: opacity 0.2s, transform 0.3s ease-out;
      will-change: opacity; }
    @media (min-width: 48em) {
      .image-text-block .column.-left {
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
        margin-bottom: 0; }
        .image-text-block .column.-left:after {
          -ms-transform: scale(0.9);
              transform: scale(0.9);
          opacity: 0;
          top: -50px;
          left: -55px; } }
    @media (min-width: 57em) {
      .image-text-block .column.-left {
        -ms-flex: 0 0 320px;
            flex: 0 0 320px; } }
  .image-text-block .title {
    /*font-size: 1.125em;*/
    margin-bottom: 0;
    font-weight: 800; }
  .image-text-block .image {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto; }
    @media (min-width: 48em) {
      .image-text-block .image {
        margin: 0; } }

label {
  cursor: pointer;
  display: block;
  margin: 1em 0 1.5em; }
  label span {
    display: block;
    margin-bottom: .4em; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"],
input[type="tel"], input[type="text"], input[type="url"], input[type="color"],
input[type="date"], input[type="datetime"], input[type="datetime-local"],
input[type="month"], input[type="time"], input[type="week"] {
  -webkit-appearance: none;
  width: 100%;
  padding: .8em .7em .7em;
  border-radius: 0;
  border: 1px solid #8A8A8A;
  font-size: 1em;
  transition: all .2s ease-in-out; }

input[type="search"] {
  box-sizing: border-box !important;
  -webkit-appearance: none !important; }

textarea {
  resize: vertical;
  min-height: 10em; }

table {
  max-width: 100%;
  width: 100%;
  height: auto !important;
  margin-bottom: 1.5em; }

thead {
  font-weight: bold; }

th {
  text-align: left; }

td {
  border-bottom: 1px solid rgba(122, 122, 122, 0.2);
  padding: .7em 1em .7em 0; }

.btn-holder {
  text-align: center;
  margin: 1em auto;
  /*912px*/ }
  @media (min-width: 57em) {
    .btn-holder {
      margin: 0 auto; } }

.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0.625em 3em;
  font-weight: 600;
  transition: all .2s ease-in-out;
  border-radius: 10em; }
  .blue .btn {
    color: #0D6BB5; }
  .purple .btn {
    color: #8d55a2; }
  .orange .btn {
    color: #f58428; }
  .green .btn {
    color: #6db43e; }
  .turqoise .btn {
    color: #00b085; }
  .pink .btn {
    color: #e71096; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:active {
    transition: none;
    opacity: .8; }
  .btn svg {
    font-size: 1.8em;
    margin: 0 .1em;
    vertical-align: -.3em;
    fill: #0D6BB5; }
    .blue .btn svg {
      fill: #0D6BB5; }
    .purple .btn svg {
      fill: #8d55a2; }
    .orange .btn svg {
      fill: #f58428; }
    .green .btn svg {
      fill: #6db43e; }
    .turqoise .btn svg {
      fill: #00b085; }
    .pink .btn svg {
      fill: #e71096; }
  .btn.icon-right svg {
    margin-right: -.25em;
    margin-left: .25em; }
  .btn.icon-left svg {
    margin-left: 0; }

.btn-sm {
  font-size: 1rem; }

.btn-standard {
  background: #e71096;
  border: 2px solid #e71096;
  color: #fff !important; }
  .btn-standard:hover, .btn-standard:focus {
    opacity: .85;
    /*border-color: $black;
    background: $black;*/ }
  .btn-standard svg {
    fill: #fff !important; }

.btn-outline {
  border: 2px solid #000000;
  color: #000000; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline.active {
    border-color: #e71096;
    color: #e71096; }
    .btn-outline:hover svg, .btn-outline:focus svg, .btn-outline.active svg {
      fill: #fff !important; }

.btn-text {
  border: 2px solid transparent; }
  .btn-text:hover, .btn-text:focus {
    border-color: #e71096; }

.icon {
  width: 1em;
  height: 1em;
  font-size: 1em;
  fill: #343434;
  vertical-align: middle;
  line-height: 1; }

svg path,
svg g {
  fill: inherit; }

svg #media_txt,
svg #brand_txt,
svg #customer_txt {
  fill: #fff; }

.header-global {
  top: 0;
  padding: 0;
  height: 3em;
  z-index: 1;
  position: absolute;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 48em) {
    .header-global {
      height: 5.75em; } }
  .header-global > .wrap {
    width: 100%;
    max-width: none !important; }
    @media (max-width: 47.999em) {
      .header-global > .wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; } }
  .header-global .logo {
    display: inline-block;
    height: 24px;
    width: 200px;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    /*912px*/
    /*1072px*/ }
    @media (min-width: 48em) {
      .header-global .logo {
        width: 100%;
        margin-top: 1em;
        background-position: center;
        height: 36px; } }
    @media (min-width: 57em) {
      .header-global .logo {
        /*margin-top: 2em;*/ } }
    @media (min-width: 67em) {
      .header-global .logo {
        height: 43px; } }
    @media (min-width: 84em) {
      .header-global .logo {
        background-position: left center;
        width: 200px; } }
  .header-global .mobile-menu-trigger {
    position: absolute;
    top: 0;
    right: 1em;
    display: inline-block;
    padding: 0 .6em; }
    .dark .header-global .mobile-menu-trigger {
      color: #fff; }
    .header-global .mobile-menu-trigger:hover, .header-global .mobile-menu-trigger:focus {
      text-decoration: none;
      opacity: .9; }
    @media (min-width: 48em) {
      .header-global .mobile-menu-trigger {
        display: none; } }
    .header-global .mobile-menu-trigger > span {
      text-transform: uppercase;
      font-weight: 600;
      font-size: .875em; }
    .header-global .mobile-menu-trigger svg {
      font-size: 1.6em;
      margin-left: .2em;
      vertical-align: -.26em;
      fill: #e71096; }
      .blue .header-global .mobile-menu-trigger svg {
        fill: #0D6BB5; }
      .purple .header-global .mobile-menu-trigger svg {
        fill: #8d55a2; }
      .orange .header-global .mobile-menu-trigger svg {
        fill: #f58428; }
      .green .header-global .mobile-menu-trigger svg {
        fill: #6db43e; }
      .turqoise .header-global .mobile-menu-trigger svg {
        fill: #00b085; }
      .pink .header-global .mobile-menu-trigger svg {
        fill: #e71096; }
      .dark .header-global .mobile-menu-trigger svg {
        fill: #fff; }

.footer-global {
  background: #000000;
  color: #fff;
  padding: 2.5em 0; }
  @media (min-width: 48em) {
    .footer-global {
      padding: 4em 0; } }
  .footer-global a:hover, .footer-global a:focus {
    text-decoration: none; }
    .footer-global a:hover > span, .footer-global a:focus > span {
      text-decoration: underline; }
  .footer-global a svg {
    fill: #ffffff;
    font-size: 1.6em; }
  .footer-global a.arrow-link svg {
    fill: #e71096;
    font-size: 1.6em; }
  .footer-global p {
    font-size: 1em; }
  .footer-global .column {
    text-align: center; }
    .footer-global .column .logo {
      display: inline-block;
      height: 43px;
      width: 100%;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
    .footer-global .column p {
      margin-bottom: .25em; }
      .footer-global .column p a {
        display: inline-block;
        padding: .5em 0; }
      .footer-global .column p svg {
        font-size: 1.8em;
        margin-left: -.1em;
        vertical-align: -.3em; }
      .footer-global .column p > a {
        padding: 0; }
      .footer-global .column p > a:hover,
      .footer-global .column p > a:focus {
        text-decoration: underline; }
    @media (max-width: 47.999em) {
      .footer-global .column {
        margin-bottom: 2em; }
        .footer-global .column .title {
          margin-bottom: .4em;
          font-size: 1.25em; } }
    @media (min-width: 48em) {
      .footer-global .column {
        text-align: left;
        float: left;
        width: 34%; } }
    .footer-global .column:nth-of-type(3) {
      text-align: center; }
      @media (min-width: 48em) {
        .footer-global .column:nth-of-type(3) {
          margin-top: 2em;
          width: 30%; } }
    @media (min-width: 48em) {
      .footer-global .column:nth-of-type(2) {
        width: 14em;
        float: right; } }
  .footer-global .social {
    margin-top: 1em; }
    .footer-global .social a {
      font-size: 1.3em;
      display: inline-block;
      padding: .25em; }
      .footer-global .social a svg {
        font-size: 1em; }

.nav-primary {
  float: right;
  display: none;
  width: 100%; }
  @media (min-width: 48em) {
    .nav-primary {
      display: block; } }
  @media (min-width: 84em) {
    .nav-primary {
      width: auto; } }
  .nav-primary ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 84em) {
      .nav-primary ul {
        -ms-flex-pack: right;
            justify-content: right; } }
  .nav-primary li {
    display: inline-block; }
    .nav-primary li:last-child a {
      padding-right: 0; }
    .nav-primary li.current_page_item a,
    .single-post .nav-primary li.menu-item-23 a,
    .single-case .nav-primary li.menu-item-26 a {
      text-decoration: none;
      color: #e71096; }
    .nav-primary li a.active {
      text-decoration: none;
      opacity: .6; }
  .nav-primary a {
    display: block;
    padding: 0em .6em;
    font-size: .8rem;
    font-weight: 600;
    color: #000000;
    /*1072px*/ }
    .blue .nav-primary a {
      color: #0D6BB5; }
    .purple .nav-primary a {
      color: #8d55a2; }
    .orange .nav-primary a {
      color: #f58428; }
    .green .nav-primary a {
      color: #6db43e; }
    .turqoise .nav-primary a {
      color: #00b085; }
    .pink .nav-primary a {
      color: #e71096; }
    @media (min-width: 67em) {
      .nav-primary a {
        font-size: 1rem; } }
    @media (min-width: 84em) {
      .nav-primary a {
        padding: .8em 1em; } }
    .dark .nav-primary a {
      color: #ffffff; }

.nav-mobile {
  opacity: 0;
  z-index: 0;
  position: absolute;
  color: #fff;
  background: #e71096;
  display: none; }
  .blue .nav-mobile {
    background: #0D6BB5; }
  .purple .nav-mobile {
    background: #8d55a2; }
  .orange .nav-mobile {
    background: #f58428; }
  .green .nav-mobile {
    background: #6db43e; }
  .turqoise .nav-mobile {
    background: #00b085; }
  .pink .nav-mobile {
    background: #e71096; }
  .menu-active .nav-mobile {
    display: block;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2em;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .2s ease-in-out;
    z-index: 3; }
  .nav-mobile a {
    color: #fff; }
  .nav-mobile .top {
    position: relative;
    padding-top: 5px;
    padding-bottom: 4.5em;
    margin-bottom: .5em;
    overflow: hidden; }
    .nav-mobile .top:after {
      content: '';
      display: block;
      background: rgba(255, 255, 255, 0.1);
      padding-bottom: 40em;
      position: absolute;
      bottom: 2em;
      right: -1em;
      left: -2.5em;
      z-index: 0;
      overflow: hidden;
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg); }
    .nav-mobile .top .header {
      position: relative;
      z-index: 1;
      padding: .75em 0;
      margin-bottom: .5em; }
      .nav-mobile .top .header .logo {
        display: inline-block;
        margin-top: -1rem;
        font-size: 3em; }
        .nav-mobile .top .header .logo svg {
          fill: #fff; }
      .nav-mobile .top .header .mobile-menu-trigger {
        position: absolute;
        top: .2em;
        right: 1em;
        display: inline-block;
        padding: .5em .6em; }
        .nav-mobile .top .header .mobile-menu-trigger:hover, .nav-mobile .top .header .mobile-menu-trigger:focus {
          text-decoration: none;
          opacity: .9; }
        .nav-mobile .top .header .mobile-menu-trigger > span {
          text-transform: uppercase;
          font-weight: 600;
          font-size: .875em; }
        .nav-mobile .top .header .mobile-menu-trigger svg {
          font-size: 1.4em;
          margin-left: .2em;
          vertical-align: -.26em;
          fill: #fff; }
    .nav-mobile .top nav {
      position: relative;
      z-index: 1;
      text-align: center; }
      .nav-mobile .top nav li.current_page_item a,
      .single-post .nav-mobile .top nav li.menu-item-23 a,
      .single-case .nav-mobile .top nav li.menu-item-26 a {
        text-decoration: none;
        opacity: .6; }
      .nav-mobile .top nav a {
        display: block;
        padding: .8em 1em;
        margin: .25em 0;
        font-size: 1.25em;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff; }
        .nav-mobile .top nav a:hover, .nav-mobile .top nav a:focus, .nav-mobile .top nav a.active {
          text-decoration: none;
          opacity: .6; }
  .nav-mobile .footer {
    text-align: center;
    padding: 0 1em 5em; }
    .nav-mobile .footer .logo {
      display: none; }
    .nav-mobile .footer svg {
      fill: #fff; }
    .nav-mobile .footer .column {
      margin-bottom: 2em; }
      .nav-mobile .footer .column .title {
        margin-bottom: .4em;
        font-size: 1.25em; }
      .nav-mobile .footer .column p {
        margin-bottom: .2em; }
        .nav-mobile .footer .column p a {
          display: inline-block;
          padding: .5em; }
        .nav-mobile .footer .column p svg {
          font-size: 1.8em;
          margin-left: -.1em;
          vertical-align: -.3em; }
    .nav-mobile .footer .social a {
      font-size: 1.5em;
      display: inline-block;
      padding: .2em .3em; }

.content-highlight {
  color: #fff;
  background: #e71096;
  padding: 9em 0 3em;
  margin: -3em 0 0;
  overflow: hidden;
  position: relative; }
  .blue .content-highlight {
    background: #0D6BB5; }
  .purple .content-highlight {
    background: #8d55a2; }
  .orange .content-highlight {
    background: #f58428; }
  .green .content-highlight {
    background: #6db43e; }
  .turqoise .content-highlight {
    background: #00b085; }
  .pink .content-highlight {
    background: #e71096; }
  @media (min-width: 48em) {
    .content-highlight {
      margin: -3em 0 0;
      padding: 12em 0 6em; } }
  .content-highlight:before {
    content: '';
    display: block;
    background: #fff;
    height: 12em;
    position: absolute;
    top: -8em;
    left: -2em;
    width: 110%;
    z-index: 1;
    -ms-transform: rotate(-3deg);
        transform: rotate(-3deg); }
  .content-highlight blockquote {
    color: #fff;
    text-align: center; }

.page-header .title {
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: .5em;
  font-size: 2.8125em;
  text-align: center;
  color: #000000;
  /*1072px*/ }
  @media (min-width: 34em) {
    .page-header .title {
      text-align: left;
      max-width: 30rem; } }
  @media (min-width: 48em) {
    .page-header .title {
      font-size: 3em;
      max-width: 42rem; } }
  @media (min-width: 67em) {
    .page-header .title {
      font-size: 4em;
      max-width: 47.5rem; } }
  .page-header .title:after {
    content: '.';
    color: #e71096; }

.page-header .subtitle {
  margin-bottom: 0;
  font-weight: 600; }

.page-header .image {
  height: 706px;
  background-size: cover;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  overflow: hidden; }

.page-header-video-container {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #000000; }
  .page-header-video-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  @media (min-width: 48em) {
    .page-header-video-container:before {
      padding-top: 44.68354%; } }

.page-header-video-container-inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*@include breakpoint(tablet-sm) {
      display: block;
    }*/ }

.page-header-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden; }

.page-header-video, .page-header video {
  transition: opacity 1s; }

.page-header-video:not(video):not(.video-loaded) {
  opacity: 0; }

.page-header video {
  width: 100vw;
  height: auto; }
  .page-header video.video-js {
    display: none !important; }

.page-header-video {
  /*Video JS Overrides*/ }
  .page-header-video .vjs-big-play-button {
    width: 3.6rem;
    height: 3.6rem;
    margin-left: -1.8rem;
    margin-top: -1.8rem;
    z-index: 2;
    /*background: white;*/
    top: 50%;
    left: 50%;
    opacity: 0;
    opacity: 1 !important;
    background-image: url("../images/icons/play.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none; }
    @media (min-width: 48em) {
      .page-header-video .vjs-big-play-button {
        width: 5.6rem;
        height: 5.6rem;
        margin-left: -2.8rem;
        margin-top: -2.8rem; } }
    .page-header-video .vjs-big-play-button:focus {
      outline: none; }
    .page-header-video .vjs-big-play-button .vjs-icon-placeholder {
      display: none; }
  .page-header-video:hover .vjs-big-play-button, .page-header-video:hover .vjs-big-play-button:focus {
    /*opacity: 1;*/
    background-color: transparent; }
  .page-header-video.vjs-has-started .vjs-big-play-button, .page-header-video.vjs-paused .vjs-big-play-button {
    display: block; }
  .page-header-video.vjs-playing .vjs-big-play-button {
    display: none; }
  .page-header-video .vjs-control-bar {
    display: none; }

@media (min-width: 48em) {
  .page-header .no-media-space {
    height: 5.75em; } }

.page-header .wrap {
  margin-top: 5em;
  margin-bottom: 4em; }
  @media (min-width: 48em) {
    .page-header .wrap {
      margin-top: 6em;
      margin-bottom: 6em; } }
  .page-header .wrap.-no-margin-bottom {
    margin-bottom: 1em; }

.page-header .lead {
  max-width: 44rem;
  margin-bottom: .5em; }
  .page-header .lead.-two-columns {
    max-width: none; }
    @media (min-width: 48em) {
      .page-header .lead.-two-columns .column {
        float: left;
        width: 46%; }
        .page-header .lead.-two-columns .column:last-of-type {
          float: right; } }
  .page-header .lead .title {
    margin-top: 0; }

.page-header .btn {
  margin-right: .6em; }
  @media (max-width: 33.999em) {
    .page-header .btn {
      display: block;
      margin-bottom: 1.2em;
      margin-right: 0; }
      .page-header .btn:last-of-type {
        margin-bottom: 0; } }

.article-header {
  padding: 24% 0 15%;
  margin-bottom: 15%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #000000;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-image: url("https://chemistry.dev/app/uploads/2018/04/cnontiki-squad.jpg");
  background-z-index: -10; }
  .article-header:before {
    z-index: -1; }
  @media (min-width: 34em) {
    .article-header {
      padding: 15% 0; } }
  @media (min-width: 48em) {
    .article-header {
      /*margin-top: -9.6em;*/ } }
  @media (min-width: 84em) {
    .article-header {
      padding: 12.5em 0 5.5em;
      margin-bottom: 5.5em; } }
  .article-header .title {
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-bottom: .35em;
    color: white; }
  .article-header .meta {
    color: white;
    margin: 1em 0 0; }
    .article-header .meta body-font-globals > span:last-of-type:after {
      display: none; }
    .article-header .meta body-font-globals > span:after {
      content: '\00b7';
      margin: 0 .1em 0 .35em; }

.article-content {
  margin-bottom: 4em; }
  .article-content .thumbnail {
    text-align: center;
    margin-bottom: 2em; }
    @media (min-width: 48em) {
      .article-content .thumbnail {
        margin-bottom: 3em; } }
    .article-content .thumbnail figcaption {
      margin: 1em 0 0; }
  .article-content blockquote {
    text-align: center;
    /*912px*/ }
    @media (min-width: 57em) {
      .article-content blockquote {
        margin-left: -3em;
        margin-right: -3em; } }

.tile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 42em;
  overflow: hidden; }
  .tile:before {
    content: '';
    display: block;
    background: #f8f8f8;
    height: 43em;
    position: absolute;
    top: -18em;
    right: -1em;
    left: -2.5em;
    overflow: hidden;
    -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    /*912px*/ }
    @media (min-width: 48em) {
      .tile:before {
        height: 41em; } }
    @media (min-width: 57em) {
      .tile:before {
        height: 44em; } }

.article-list-item {
  position: relative;
  display: block;
  color: #000000;
  display: -ms-flexbox;
  display: flex; }
  .article-list-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    background: #e71096 url("../images/dot-pattern.png");
    transition: .2s ease-in-out; }
  .article-list-item:before {
    z-index: 1; }
  .article-list-item:hover, .article-list-item:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #e71096; }
    .article-list-item:hover .cta, .article-list-item:focus .cta {
      opacity: 1; }
    @media (min-width: 48em) {
      .article-list-item:hover:before, .article-list-item:focus:before {
        opacity: 0.8; } }
  .article-list-item .title {
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
    letter-spacing: -0.025em;
    line-height: 1.1em;
    margin: 1em 0 3em; }
    @media (min-width: 48em) {
      .article-list-item .title {
        margin: 1em 0 1.5em; } }
  .article-list-item .two {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 1em;
    color: white;
    background: black;
    margin-top: 22em;
    /*912px*/ }
    @media (min-width: 48em) {
      .article-list-item .two {
        padding: 2.2em; } }
    @media (min-width: 57em) {
      .article-list-item .two {
        padding: 3em 2.5em 6.25em; } }
  .article-list-item .meta {
    letter-spacing: -0.025em;
    line-height: 1.44444em;
    font-size: 1em; }
    @media (min-width: 48em) {
      .article-list-item .meta {
        font-size: 1.125em; } }
    .article-list-item .meta span {
      display: block; }
  .article-list-item .grid-block-cta {
    top: auto;
    bottom: 2.5em;
    margin-top: 0; }
    @media (min-width: 48em) {
      .article-list-item .grid-block-cta {
        left: 2.5em; } }

#map img {
  max-width: none; }

.map {
  width: 100%;
  padding-bottom: 60%;
  margin: 1.5em 0; }
  @media (min-width: 34em) {
    .map {
      padding-bottom: 46%; } }
  @media (min-width: 84em) {
    .map {
      padding-bottom: 40em; } }

.profile-card {
  text-align: center; }
  .profile-card .image {
    margin: 0 auto;
    padding: 0 20%;
    /*1072px*/ }
    @media (min-width: 48em) {
      .profile-card .image {
        padding: 0 5em; } }
    @media (min-width: 67em) {
      .profile-card .image {
        padding: 0 6.5em; } }
  .profile-card img {
    display: inline-block;
    margin-bottom: 2.2em; }
  .profile-card > .title {
    margin: 0; }
  .profile-card > .meta {
    /*font-size: 1.125em;*/
    font-weight: 300; }

.cta-block {
  background: #e71096;
  color: #fff;
  text-align: center;
  padding: 3.2em 0; }
  @media (min-width: 48em) {
    .cta-block {
      padding: 6.5% 0; } }
  @media (min-width: 84em) {
    .cta-block {
      padding: 4.2em 0; } }
  .cta-block .title {
    /*margin: 0 0 .5em;*/ }
  .cta-block p {
    margin: 0; }
  .cta-block .btn {
    color: #fff;
    margin: 0; }
    .cta-block .btn:hover, .cta-block .btn:focus {
      border-color: #fff !important; }
    .cta-block .btn svg {
      fill: #fff; }

.case-header {
  /*margin-top: -6.3em;*/
  padding: 24% 0 15%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  text-align: center;
  position: relative;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 34em) {
    .case-header {
      padding: 15% 0; } }
  @media (min-width: 48em) {
    .case-header {
      /*margin-top: -9.6em;*/ } }
  @media (min-width: 84em) {
    .case-header {
      padding: 9em 0;
      min-height: 623px; } }
  .case-header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)); }
  .case-header .play-button {
    display: inline-block;
    font-size: 3.6em;
    line-height: 1;
    margin: 0 0 1rem;
    position: relative;
    z-index: 2; }
    @media (min-width: 48em) {
      .case-header .play-button {
        font-size: 5.6em; } }
    .case-header .play-button svg {
      fill: #fff; }
  .case-header .title {
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
    margin: 0; }
  .case-header .meta {
    margin: 1em 0 0; }
    .case-header .meta > span {
      font-size: 1.125em; }
      .case-header .meta > span:last-of-type:after {
        display: none; }
      .case-header .meta > span:after {
        content: '/';
        margin: 0 .3em 0 .5em; }

.case-filter {
  margin: -1em 0 3em;
  list-style: none;
  font-size: .9em;
  max-width: 54rem; }
  @media (min-width: 48em) {
    .case-filter {
      font-size: 1em; } }
  .case-filter li {
    display: inline-block; }
    .case-filter li .btn {
      margin: .5em .25em;
      font-weight: 600; }

.split-block {
  margin: 1.5em 0; }
  @media (min-width: 48em) {
    .split-block {
      margin: 4em 0; } }
  .split-block .text {
    margin-bottom: 2em; }
    @media (min-width: 48em) {
      .split-block .text {
        float: left;
        width: 60%;
        margin-bottom: 0; } }
  .split-block .meta {
    text-align: center; }
    @media (min-width: 48em) {
      .split-block .meta {
        float: right;
        width: 30%;
        margin-top: 10%; } }
    .split-block .meta .block {
      margin-bottom: 3em; }
      .split-block .meta .block img {
        display: inline-block; }

.carousel-block .owl-dots {
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: .2em;
  color: #fff;
  z-index: 1;
  text-align: center; }
  @media (min-width: 34em) {
    .carousel-block .owl-dots {
      bottom: 1em; } }
  .carousel-block .owl-dots .owl-dot {
    width: .7em;
    height: .7em;
    padding: 0;
    background: transparent;
    display: inline-block;
    border-radius: 100%;
    margin: .3em;
    border: 2px solid #fff;
    transition: all .1s ease-in-out; }
    .carousel-block .owl-dots .owl-dot:focus {
      outline: none; }
    @media (min-width: 34em) {
      .carousel-block .owl-dots .owl-dot {
        width: 1em;
        height: 1em; } }
    .carousel-block .owl-dots .owl-dot:hover {
      background: rgba(255, 255, 255, 0.5); }
    .carousel-block .owl-dots .owl-dot.active {
      background: #fff; }

.carousel-block .owl-nav {
  position: absolute;
  top: 42%;
  left: .8em;
  right: .8em; }
  @media (min-width: 34em) {
    .carousel-block .owl-nav {
      left: 1.5em;
      right: 1.5em;
      top: 45%; } }
  @media (min-width: 84em) {
    .carousel-block .owl-nav {
      left: 3em;
      right: 3em; } }
  .carousel-block .owl-nav svg {
    fill: #e71096;
    font-size: 1.8em; }
    @media (min-width: 34em) {
      .carousel-block .owl-nav svg {
        font-size: 3em; } }

.carousel-block .owl-prev, .carousel-block .owl-next {
  position: absolute;
  background: none;
  border: none; }
  .carousel-block .owl-prev:focus, .carousel-block .owl-next:focus {
    outline: none; }

.carousel-block .owl-next {
  right: 0;
  top: 0; }

.carousel-quotes {
  text-align: center;
  margin-bottom: 3.5em; }
  .carousel-quotes blockquote {
    margin: 0; }
  .carousel-quotes img {
    width: auto !important;
    display: inline-block !important; }
  .carousel-quotes .owl-dots {
    color: #fff;
    bottom: -3.5em; }
    .carousel-quotes .owl-dots .owl-dot {
      border: 2px solid #8A8A8A;
      width: 1em;
      height: 1em;
      padding: 0; }
      .carousel-quotes .owl-dots .owl-dot:focus {
        outline: none; }
      .carousel-quotes .owl-dots .owl-dot:hover {
        background: rgba(255, 255, 255, 0.5); }
      .carousel-quotes .owl-dots .owl-dot.active {
        background: #e71096;
        border-color: #e71096; }
        .blue .carousel-quotes .owl-dots .owl-dot.active {
          background: #0D6BB5; }
        .purple .carousel-quotes .owl-dots .owl-dot.active {
          background: #8d55a2; }
        .orange .carousel-quotes .owl-dots .owl-dot.active {
          background: #f58428; }
        .green .carousel-quotes .owl-dots .owl-dot.active {
          background: #6db43e; }
        .turqoise .carousel-quotes .owl-dots .owl-dot.active {
          background: #00b085; }
        .pink .carousel-quotes .owl-dots .owl-dot.active {
          background: #e71096; }
        .blue .carousel-quotes .owl-dots .owl-dot.active {
          border-color: #0D6BB5; }
        .purple .carousel-quotes .owl-dots .owl-dot.active {
          border-color: #8d55a2; }
        .orange .carousel-quotes .owl-dots .owl-dot.active {
          border-color: #f58428; }
        .green .carousel-quotes .owl-dots .owl-dot.active {
          border-color: #6db43e; }
        .turqoise .carousel-quotes .owl-dots .owl-dot.active {
          border-color: #00b085; }
        .pink .carousel-quotes .owl-dots .owl-dot.active {
          border-color: #e71096; }

.client-block {
  background: #0a0a0a;
  padding: 2.5em 0; }
  .blue .client-block {
    background: #0D6BB5; }
  .purple .client-block {
    background: #8d55a2; }
  .orange .client-block {
    background: #f58428; }
  .green .client-block {
    background: #6db43e; }
  .turqoise .client-block {
    background: #00b085; }
  .pink .client-block {
    background: #e71096; }
  @media (min-width: 48em) {
    .client-block {
      padding: 3.5em 0; } }
  .client-block > .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 76em; }
  .client-block .client {
    background: #fff;
    -ms-flex: 0 1 47.8%;
        flex: 0 1 47.8%;
    padding: 6% 3.5%;
    margin: 1%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    /*912px*/ }
    @media (min-width: 34em) {
      .client-block .client {
        -ms-flex: 0 1 31%;
            flex: 0 1 31%;
        padding: 5% 4%;
        margin-bottom: .4em; } }
    @media (min-width: 57em) {
      .client-block .client {
        -ms-flex: 0 1 22.8%;
            flex: 0 1 22.8%;
        padding: 4.5% 3.5%;
        margin-bottom: .6em; } }
    .client-block .client .image {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }

.grid-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-top: 2em; }
  @media (min-width: 48em) {
    .grid-block {
      margin-top: 3em; } }
  .grid-block .grid-item {
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: center;
    -ms-flex: 0 0 100vw;
        flex: 0 0 100vw;
    /*1072px*/ }
    .grid-block .grid-item:before {
      z-index: -1; }
    @media (min-width: 48em) {
      .grid-block .grid-item {
        -ms-flex: 1 1 44%;
            flex: 1 1 44%;
        padding-bottom: 10%; } }
    @media (min-width: 67em) {
      .grid-block .grid-item {
        -ms-flex: 1 1 44%;
            flex: 1 1 44%; } }
    @media (min-width: 100em) {
      .grid-block .grid-item {
        -ms-flex: .5 1 33.3%;
            flex: .5 1 33.3%; } }
    .grid-block .grid-item .background {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      transition: filter .2s ease-in-out;
      background-repeat: no-repeat;
      background-size: cover; }
    .grid-block .grid-item.case-item {
      color: #fff;
      padding-top: 65%;
      /*1072px*/ }
      .grid-block .grid-item.case-item:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
        opacity: 0;
        background: #e71096 url("../images/dot-pattern.png");
        transition: .2s ease-in-out; }
      .grid-block .grid-item.case-item.blog:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
        opacity: 0;
        background: #000000 url("../images/dot-pattern.png");
        transition: .2s ease-in-out; }
      .grid-block .grid-item.case-item:before {
        z-index: 1; }
      @media (min-width: 48em) {
        .grid-block .grid-item.case-item {
          padding-top: 40%;
          /*flex: 1 1 44%;*/ } }
      @media (min-width: 67em) {
        .grid-block .grid-item.case-item {
          min-height: 28em;
          padding-top: 0;
          /*flex: 1 1 44%;*/ } }
      @media (min-width: 100em) {
        .grid-block .grid-item.case-item {
          /*flex: .5 1 33.3%;*/
          padding-bottom: 22%; } }
      @media (min-width: 130em) {
        .grid-block .grid-item.case-item {
          min-height: 20em; } }
      @media (min-width: 48em) {
        .grid-block .grid-item.case-item.narrow {
          -ms-flex: 1 1 29%;
              flex: 1 1 29%; } }
      @media (min-width: 130em) {
        .grid-block .grid-item.case-item.narrow {
          -ms-flex: .4 1 20%;
              flex: .4 1 20%; } }
      .grid-block .grid-item.case-item:hover, .grid-block .grid-item.case-item:focus {
        text-decoration: none; }
        .grid-block .grid-item.case-item:hover .label, .grid-block .grid-item.case-item:focus .label {
          opacity: 0; }
        .grid-block .grid-item.case-item:hover .background, .grid-block .grid-item.case-item:focus .background {
          filter: grayscale(100%); }
        @media (min-width: 48em) {
          .grid-block .grid-item.case-item:hover:before, .grid-block .grid-item.case-item:focus:before {
            opacity: .5; } }
        .grid-block .grid-item.case-item:hover .inner, .grid-block .grid-item.case-item:focus .inner {
          opacity: 1; }
      .grid-block .grid-item.case-item .inner {
        background: #e71096;
        padding: 1em;
        transition: .2s ease-in-out;
        position: relative;
        width: 100%;
        /*912px*/ }
        @media (min-width: 48em) {
          .grid-block .grid-item.case-item .inner {
            background: none !important;
            padding: 2.2em;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: 2;
            opacity: 0; } }
        @media (min-width: 57em) {
          .grid-block .grid-item.case-item .inner {
            padding: 3em 2.75em; } }
      .grid-block .grid-item.case-item .label {
        display: none; }
    .grid-block .grid-item.-banner-holder {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row;
      padding: 0; }
      .grid-block .grid-item.-banner-holder .banner-item {
        position: relative;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 46%; }
        .grid-block .grid-item.-banner-holder .banner-item .cta {
          opacity: 1; }
          @media (min-width: 48em) {
            .grid-block .grid-item.-banner-holder .banner-item .cta {
              opacity: 0; } }
        .grid-block .grid-item.-banner-holder .banner-item:hover .cta, .grid-block .grid-item.-banner-holder .banner-item:focus .cta {
          opacity: 1; }
        .grid-block .grid-item.-banner-holder .banner-item.dark .cta {
          color: #e71096; }
          .grid-block .grid-item.-banner-holder .banner-item.dark .cta svg {
            fill: #e71096; }
    .grid-block .grid-item.article-list-item {
      background-color: #e71096;
      border-color: #e71096;
      color: #fff !important;
      /*912px*/ }
      @media (max-width: 47.999em) {
        .grid-block .grid-item.article-list-item {
          border: none; } }
      .grid-block .grid-item.article-list-item > .meta span {
        display: block; }
      .grid-block .grid-item.article-list-item > .cta {
        opacity: 1; }
        @media (min-width: 48em) {
          .grid-block .grid-item.article-list-item > .cta {
            opacity: 0; } }
      .grid-block .grid-item.article-list-item:hover > .cta, .grid-block .grid-item.article-list-item:focus > .cta {
        opacity: 1; }
  .grid-block-title {
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
    font-size: 1.1em;
    max-width: 76%;
    margin: .1em 0 .3em;
    /*912px*/ }
    @media (min-width: mobile-sm) {
      .grid-block-title {
        max-width: 26rem;
        font-size: 1.6em; } }
    @media (min-width: 48em) {
      .grid-block-title {
        max-width: 28rem;
        margin: 0 0 .5em;
        font-size: 2.4em; } }
    @media (min-width: 57em) {
      .grid-block-title {
        font-size: 2.5em; } }
  .grid-block-pre-title {
    letter-spacing: -0.025em;
    line-height: 1.44444em;
    font-size: 1em;
    margin: 0 0 1.25rem;
    display: block; }
    @media (min-width: 48em) {
      .grid-block-pre-title {
        font-size: 1.125em; } }
  .grid-block-cta {
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    right: 1em;
    font-size: 1em;
    font-weight: 600;
    color: #ffffff;
    transition: filter .2s ease-in-out; }
    @media (min-width: 34em) {
      .grid-block-cta {
        right: 1.5em; } }
    @media (min-width: 48em) {
      .grid-block-cta {
        bottom: 2.5em;
        right: 2.5em;
        /*font-size: 1.25em;*/
        top: auto;
        margin-top: 0; } }
    @media (max-width: 47.999em) {
      .grid-block-cta .text {
        display: none; } }
    .grid-block-cta svg {
      fill: #fff;
      font-size: 1.5em;
      margin-left: .15em; }

.page-template-page-start .grid-block .grid-item.case-item .label {
  background: #e71096;
  padding: 0.3em 1em;
  display: inline-block;
  position: absolute;
  border-radius: 5em;
  top: 0;
  bottom: auto;
  left: 0;
  margin: 1em;
  transition: .2s ease-in-out;
  /*1072px*/ }
  .page-template-page-start .grid-block .grid-item.case-item .label.label-blog {
    background: black; }
  @media (min-width: 48em) {
    .page-template-page-start .grid-block .grid-item.case-item .label {
      margin: 3em 2.75em;
      left: 0;
      bottom: 0;
      right: auto;
      top: auto; } }
  @media (min-width: 67em) {
    .page-template-page-start .grid-block .grid-item.case-item .label {
      margin: 3em 2.75em;
      right: 0;
      left: auto;
      bottom: auto;
      top: 0; } }

.modal {
  position: fixed;
  top: 3.6em !important;
  right: 0;
  left: 0;
  width: 98%;
  height: 0;
  max-width: 68.75em;
  margin: 0 auto;
  z-index: -999;
  opacity: 0;
  display: none; }
  .modal.in {
    display: block;
    z-index: 100022;
    opacity: 0;
    height: auto;
    -webkit-overflow-scrolling: touch;
    transition: opacity .2s ease-in-out; }
  .modal.modal-visible {
    opacity: 1; }
  .modal .close {
    position: absolute;
    top: -3.6em;
    right: 1px;
    opacity: 1;
    z-index: 100023;
    display: block;
    width: 3.6em;
    height: 3.6em;
    background: url("../images/icons/close.svg") no-repeat center center;
    background-size: 1.6em;
    text-indent: -9999px; }
    .blue .modal .close {
      background-color: #0D6BB5; }
    .purple .modal .close {
      background-color: #8d55a2; }
    .orange .modal .close {
      background-color: #f58428; }
    .green .modal .close {
      background-color: #6db43e; }
    .turqoise .modal .close {
      background-color: #00b085; }
    .pink .modal .close {
      background-color: #e71096; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -990;
  opacity: 0; }
  .modal-backdrop.in {
    z-index: 100021;
    opacity: 0;
    transition: opacity .2s ease-in-out; }
  .modal-backdrop.modal-visible {
    opacity: 1; }

.profile-card-grid-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1em; }
  @media (min-width: 34em) {
    .profile-card-grid-wrap {
      padding: 0; } }

.profile-card-grid {
  background-position: center;
  background-size: cover;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  position: relative;
  margin-bottom: 2em;
  min-width: 0;
  /*912px*/ }
  @media (min-width: 34em) {
    .profile-card-grid {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      margin-bottom: 0; }
      .profile-card-grid:hover .gif-image {
        display: block; }
      .profile-card-grid:hover .text-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  @media (min-width: 57em) {
    .profile-card-grid {
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%; } }
  @media (min-width: 84em) {
    .profile-card-grid {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; } }
  @media (min-width: 100em) {
    .profile-card-grid {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%; } }
  @media (min-width: 130em) {
    .profile-card-grid {
      -ms-flex-preferred-size: 16.666%;
          flex-basis: 16.666%; } }
  @media (max-width: 33.999em) {
    .profile-card-grid.active {
      padding-bottom: 40%;
      height: 16em; }
      .profile-card-grid.active .gif-image {
        display: block;
        padding-bottom: 40%;
        height: 16em; }
      .profile-card-grid.active .text-container {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.85);
        color: #fff;
        padding: 1em 1em .7em;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%; }
        .profile-card-grid.active .text-container .text {
          padding: 0 .5em 0 0;
          line-height: 1.3; }
        .profile-card-grid.active .text-container .icons {
          padding: 0; }
        .profile-card-grid.active .text-container .item {
          padding: 0; }
        .profile-card-grid.active .text-container .icon-play {
          display: none; } }
  .profile-card-grid .profile-image {
    width: 8em;
    display: block;
    float: left;
    vertical-align: top; }
    @media (min-width: 34em) {
      .profile-card-grid .profile-image {
        width: auto;
        float: none; } }
  .profile-card-grid .gif-image {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover; }
    .profile-card-grid .gif-image .close {
      position: absolute;
      top: .75em;
      right: 1em; }
      @media (min-width: 34em) {
        .profile-card-grid .gif-image .close {
          display: none; } }
      .profile-card-grid .gif-image .close svg {
        fill: #fff; }
  .profile-card-grid .text-container {
    float: left;
    width: 55%; }
    @media (min-width: 34em) {
      .profile-card-grid .text-container {
        float: none;
        width: 100%;
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.85);
        color: #fff;
        padding: 1em 1em .7em;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .profile-card-grid .text {
    padding: .2em .8em; }
    @media (min-width: 34em) {
      .profile-card-grid .text {
        padding: 0;
        margin-right: 1em; } }
  .profile-card-grid .title {
    margin: 0;
    font-size: .9em;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    color: #343434; }
  .profile-card-grid .role {
    font-size: .8em;
    margin: 0;
    line-height: 1.4;
    display: inline-block;
    color: #343434; }
  .profile-card-grid .icons {
    padding: 0 .5em; }
    @media (min-width: 34em) {
      .profile-card-grid .icons {
        padding: 0; } }
  .profile-card-grid .item {
    display: inline-block;
    background-position: center;
    width: 1.8rem;
    height: 1.8rem;
    background-size: 100%;
    margin: .2rem; }
    .profile-card-grid .item.icon-play {
      font-size: 1.9em;
      vertical-align: 9.5px; }
      @media (min-width: 34em) {
        .profile-card-grid .item.icon-play {
          display: none; } }

.vertical-slider {
  background: #00ad68;
  position: relative;
  overflow: hidden; }
  .vertical-slider:before {
    content: '';
    display: block;
    background: #fff;
    height: 12em;
    position: absolute;
    top: -8em;
    left: -2em;
    width: 110%;
    z-index: 1;
    -ms-transform: rotate(-3deg);
        transform: rotate(-3deg); }
  .vertical-slider.sticky .graphic-holder {
    position: fixed;
    transition: none; }
  .vertical-slider .wrap {
    max-width: none; }
  .vertical-slider .graphic-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    transition: none;
    display: table; }
    .vertical-slider .graphic-holder .graphic {
      display: none;
      /*1072px*/ }
      @media (min-width: 67em) {
        .vertical-slider .graphic-holder .graphic {
          float: left;
          width: 50%;
          text-align: center;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          height: 100%; } }
      .vertical-slider .graphic-holder .graphic .svg {
        display: block; }
        .vertical-slider .graphic-holder .graphic .svg .image {
          position: absolute;
          top: 0;
          height: 30em;
          width: 50vw;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 28em;
          transition: all .4s ease-in-out;
          opacity: 0; }
          .vertical-slider .graphic-holder .graphic .svg .image.active-image {
            opacity: 1; }
  .vertical-slider .sections {
    /*1072px*/ }
    @media (min-width: 67em) {
      .vertical-slider .sections {
        float: right;
        width: 50%; } }
    .vertical-slider .sections .wrapper {
      max-width: 44em;
      margin: 0 auto; }
  .vertical-slider .section {
    margin: 5em 0;
    padding: 0;
    font-size: .9em;
    text-align: center;
    transition: all .2s ease-in-out;
    /*1072px*/ }
    @media (min-width: 67em) {
      .vertical-slider .section {
        opacity: 0;
        padding: 2em;
        margin: 42vh 0;
        text-align: left; }
        .vertical-slider .section:first-of-type {
          margin-top: 40vh; }
        .vertical-slider .section:last-of-type {
          margin-bottom: 40vh; } }
    .vertical-slider .section.active {
      opacity: 1; }
    .vertical-slider .section.going-out {
      opacity: 0; }
    .vertical-slider .section .image {
      padding-bottom: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 84%;
      /*1072px*/ }
      @media (min-width: 34em) {
        .vertical-slider .section .image {
          background-size: 24em;
          height: 30em;
          padding-bottom: 0; } }
      @media (min-width: 67em) {
        .vertical-slider .section .image {
          display: none; } }
    .vertical-slider .section p {
      color: #fff;
      color: rgba(255, 255, 255, 0.8); }
    .vertical-slider .section .title {
      font-size: 2em;
      line-height: 1.2;
      margin: 0 0 .2em;
      font-weight: 600;
      color: #fff; }
      @media (min-width: 34em) {
        .vertical-slider .section .title {
          font-size: 2.875em; } }

.navigation .older a, .navigation .newer a {
  color: #000000 !important; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.video-holder {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: 0; }

.video-wrap {
  position: relative;
  padding-bottom: 56.25%; }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.wrap:before, .header-global:before, .nav-mobile .top .header:before, .page-header .lead:before,
.wrap:after,
.header-global:after,
.nav-mobile .top .header:after,
.page-header .lead:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.wrap:after, .header-global:after, .nav-mobile .top .header:after, .page-header .lead:after {
  clear: both; }
