@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=46ffa945-94f4-44e9-8562-4ef288c4d8e0");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a.nice-select.open,
a:hover {
  outline: 0;
}

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control: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:before, .video-js .vjs-control:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url("font/VideoJS.eot?#iefix") format("eot");
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "";
}

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

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "";
}

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

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "";
}

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

.vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
  content: "";
}

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

.vjs-icon-captions:before, .video-js .vjs-captions-button:before {
  content: "";
}

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

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

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

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

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

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

.vjs-icon-circle, .video-js .vjs-mouse-display, .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-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.vjs-icon-replay:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.vjs-icon-audio-description:before {
  content: "";
}

.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
          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: 35px !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: fill;
}

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

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

.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;
  -webkit-transition: all 0.4s;
  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 {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  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;
}

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

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

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

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.vjs-scrubbing .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:focus,
.vjs-menu li:hover {
  outline: 0;
  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-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  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;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  transition: none;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 2.2222222em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  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;
}

@media �screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

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

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

.video-js .vjs-control: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;
  margin: -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 {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  display: block;
  font-size: 0.6em;
}

.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: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-js .vjs-mouse-display:before {
  display: none;
}

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

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

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  display: none;
  position: absolute;
  top: -2.4em;
  right: -1.5em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 0.2em 0.5em;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: ligthen(#73859f, 25%);
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: ligthen(#73859f, 50%);
  background: rgba(115, 133, 159, 0.75);
}

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

.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,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

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

.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

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

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}

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

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

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

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

.vjs-controls-disabled .vjs-poster {
  display: none;
}

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

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -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 {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
}

.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 {
  cursor: pointer;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -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;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

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

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

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

.video-js .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          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 {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  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;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

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

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-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;
  }
}

@-webkit-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 {
  left: -10em;
  width: 0;
}

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

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -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-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .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-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-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-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-captions-button, .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-captions-button,
.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-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .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-subtitles-button {
  display: none;
}

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-size: 12px;
  width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}

.vjs-caption-settings label > input {
  margin-right: 10px;
}

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

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

/**
 * Swiper 3.1.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 10, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Float container collapse fix */
/* Text replacement */
/* Visually hide an element */
/* Transform mixins */
/* Gradients */
/* Site specific */
/* Asset Paths */
/* Breakpoints */
/* Bootstrap Grid */
/* Z-Index Scale */
/* Colours */
/* Fonts */
/* Animation */
/* End Global Header */
select {
  display: none;
}

.nice-select {
  top: 2px;
  right: 46px;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  height: 40px;
  line-height: 1.1;
  outline: none;
  padding-left: 15px;
  padding-right: 27px;
  position: absolute;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 85px;
}

.nice-select span.current {
  position: absolute;
  top: 13px;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 58%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 28px;
  line-height: 26px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 26px;
  min-height: 26px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 42px;
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-20px);
          transform: scale(0.75) translateY(-20px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
          transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 80px;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
  min-height: 38px;
  outline: none;
  padding-left: 15px;
  padding-right: 26px;
  text-align: left;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #cfcfcf;
}

.nice-select .option.selected {
  font-weight: bold;
}

@font-face {
  font-family: "Avenir LT W01_45 Book1475508";
  src: url("/assets/fonts/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix");
  src: url("/assets/fonts/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix") format("eot"), url("/assets/fonts/065a6b14-b2cc-446e-9428-271c570df0d9.woff2") format("woff2"), url("/assets/fonts/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff") format("woff"), url("/assets/fonts/c70e90bc-3c94-41dc-bf14-caa727c76301.ttf") format("truetype"), url("/assets/fonts/0979215b-3a1b-4356-9c76-e90fa4551f1d.svg#0979215b-3a1b-4356-9c76-e90fa4551f1d") format("svg");
}

@font-face {
  font-family: "Avenir LT W01_95 Black1475556";
  src: url("/assets/fonts/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix");
  src: url("/assets/fonts/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix") format("eot"), url("/assets/fonts/c78eb7af-a1c8-4892-974b-52379646fef4.woff2") format("woff2"), url("/assets/fonts/75b36c58-2a02-4057-a537-09af0832ae46.woff") format("woff"), url("/assets/fonts/b5c44a82-eeb8-41de-9c3f-a8db50b24b8a.ttf") format("truetype"), url("/assets/fonts/93603a74-2be0-436c-83e1-68f9ef616eaf.svg#93603a74-2be0-436c-83e1-68f9ef616eaf") format("svg");
}

@font-face {
  font-family: "MuseoSansW01-Rounded300";
  src: url("/assets/fonts/b306383f-db79-42c0-92db-e0759aff6588.eot?#iefix");
  src: url("/assets/fonts/b306383f-db79-42c0-92db-e0759aff6588.eot?#iefix") format("eot"), url("/assets/fonts/66c80723-12ac-4a96-8303-d0eee61c32b1.woff2") format("woff2"), url("/assets/fonts/36d5ed39-d8cd-4558-a597-0f47565cdd0e.woff") format("woff"), url("/assets/fonts/5b6ee6f2-5a3c-4f51-a192-9d34b20b76d7.ttf") format("truetype"), url("/assets/fonts/b2dea16e-a12b-40b2-ba49-d6f96411788b.svg#b2dea16e-a12b-40b2-ba49-d6f96411788b") format("svg");
}

@font-face {
  font-family: "MuseoSansW01-Rounded500";
  src: url("/assets/fonts/bce92934-3424-455e-a932-b365b0acb769.eot?#iefix");
  src: url("/assets/fonts/bce92934-3424-455e-a932-b365b0acb769.eot?#iefix") format("eot"), url("/assets/fonts/724577a4-2ce2-4c97-94cb-9a622b9ab1c3.woff2") format("woff2"), url("/assets/fonts/231821bd-27ad-42c9-9c65-a4d8465cef7a.woff") format("woff"), url("/assets/fonts/f95819e8-3fc1-420e-af97-c57b8f3b41fa.ttf") format("truetype"), url("/assets/fonts/1705375f-d9b2-47de-859d-f9267a536656.svg#1705375f-d9b2-47de-859d-f9267a536656") format("svg");
}

@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon.eot?3urrwo");
  src: url("/assets/fonts/icomoon.eot?3urrwo#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf?3urrwo") format("truetype"), url("/assets/fonts/icomoon.woff?3urrwo") format("woff"), url("/assets/fonts/icomoon.svg?3urrwo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="Icon--"], [class*=" Icon--"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Icon--whatsapp:before {
  content: "\e901";
}

.Icon--chevron-right:before {
  content: "\e604";
}

.Icon--chevron-left:before {
  content: "\e605";
}

.Icon--chevron-up:before {
  content: "\e606";
}

.Icon--chevron-down:before {
  content: "\e607";
}

.Icon--eye:before {
  content: "\e608";
}

.Icon--user:before {
  content: "\e609";
}

.Icon--search:before {
  content: "\e60d";
}

.Icon--facebook:before {
  content: "\e60a";
}

.Icon--instagram {
    top: 32% !important;
}

.Icon--facebook {
    top: 50% !important;
}

.Icon--twitter {
    top: 50% !important;
}

.Icon--instagram:before {
  content: "\e60E";
  font-size: 34px !important;
}

.Icon--google-plus:before {
  content: "\e60b";
}

.Icon--linkedin:before {
  content: "\e60c";
}

.Icon--twitter:before {
  content: "\e620";
}

.Icon--youtube {
    top: 36% !important;
}

.Icon--youtube:before{ 
    content: "\ea9d"; 
    font-size: 40px !important;
}

.Icon--arrow-up:before {
  content: "\e600";
}

.Icon--arrow-down:before {
  content: "\e601";
}

.Icon--arrow-left:before {
  content: "\e602";
}

.Icon--arrow-right:before {
  content: "\e603";
}

.Icon--th-menu:before {
  content: "\e900";
}

.Icon--cross:before {
  content: "\e117";
}

.Icon--menu:before {
  content: "\e120";
}

.Icon--cancel:before {
  content: "\e902";
}

.Icon--playback-play:before {
  content: "\f0bf";
}

.Icon--x:before {
  content: "\f081";
}

.Icon--play2:before {
  content: "\ea15";
}

.Icon--play3:before {
  content: "\ea1c";
}

body:before {
  background-color: #FCF8E3;
  border-bottom: 1px solid #FBEED5;
  border-left: 1px solid #FBEED5;
  color: #C09853;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

@media (min-width: 20em) {
  body:before {
    content: "extraSmall ≥ 320px (20em)";
  }
}

@media (min-width: 30em) {
  body:before {
    content: "small ≥ 480px (30em)";
  }
}

@media (min-width: 48em) {
  body:before {
    content: "medium ≥ 768px (48em)";
  }
}

@media (min-width: 62em) {
  body:before {
    content: "large ≥ 992px (62em)";
  }
}

@media (min-width: 87.5em) {
  body:before {
    content: "wide ≥ 1400px (87.5em)";
  }
}

/* @import 'node_modules/bootstrap-sass/assets/stylesheets/bootstrap'; */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 480px) {
  .container {
    width: 492px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 780px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1004px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -6px;
  margin-right: -6px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 992px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .col-wi-1, .col-wi-2, .col-wi-3, .col-wi-4, .col-wi-5, .col-wi-6, .col-wi-7, .col-wi-8, .col-wi-9, .col-wi-10, .col-wi-11, .col-wi-12 {
    float: left;
  }
  .col-wi-1 {
    width: 8.3333333333%;
  }
  .col-wi-2 {
    width: 16.6666666667%;
  }
  .col-wi-3 {
    width: 25%;
  }
  .col-wi-4 {
    width: 33.3333333333%;
  }
  .col-wi-5 {
    width: 41.6666666667%;
  }
  .col-wi-6 {
    width: 50%;
  }
  .col-wi-7 {
    width: 58.3333333333%;
  }
  .col-wi-8 {
    width: 66.6666666667%;
  }
  .col-wi-9 {
    width: 75%;
  }
  .col-wi-10 {
    width: 83.3333333333%;
  }
  .col-wi-11 {
    width: 91.6666666667%;
  }
  .col-wi-12 {
    width: 100%;
  }
  .col-wi-pull-0 {
    right: auto;
  }
  .col-wi-pull-1 {
    right: 8.3333333333%;
  }
  .col-wi-pull-2 {
    right: 16.6666666667%;
  }
  .col-wi-pull-3 {
    right: 25%;
  }
  .col-wi-pull-4 {
    right: 33.3333333333%;
  }
  .col-wi-pull-5 {
    right: 41.6666666667%;
  }
  .col-wi-pull-6 {
    right: 50%;
  }
  .col-wi-pull-7 {
    right: 58.3333333333%;
  }
  .col-wi-pull-8 {
    right: 66.6666666667%;
  }
  .col-wi-pull-9 {
    right: 75%;
  }
  .col-wi-pull-10 {
    right: 83.3333333333%;
  }
  .col-wi-pull-11 {
    right: 91.6666666667%;
  }
  .col-wi-pull-12 {
    right: 100%;
  }
  .col-wi-push-0 {
    left: auto;
  }
  .col-wi-push-1 {
    left: 8.3333333333%;
  }
  .col-wi-push-2 {
    left: 16.6666666667%;
  }
  .col-wi-push-3 {
    left: 25%;
  }
  .col-wi-push-4 {
    left: 33.3333333333%;
  }
  .col-wi-push-5 {
    left: 41.6666666667%;
  }
  .col-wi-push-6 {
    left: 50%;
  }
  .col-wi-push-7 {
    left: 58.3333333333%;
  }
  .col-wi-push-8 {
    left: 66.6666666667%;
  }
  .col-wi-push-9 {
    left: 75%;
  }
  .col-wi-push-10 {
    left: 83.3333333333%;
  }
  .col-wi-push-11 {
    left: 91.6666666667%;
  }
  .col-wi-push-12 {
    left: 100%;
  }
  .col-wi-offset-0 {
    margin-left: 0%;
  }
  .col-wi-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-wi-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-wi-offset-3 {
    margin-left: 25%;
  }
  .col-wi-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-wi-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-wi-offset-6 {
    margin-left: 50%;
  }
  .col-wi-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-wi-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-wi-offset-9 {
    margin-left: 75%;
  }
  .col-wi-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-wi-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-wi-offset-12 {
    margin-left: 100%;
  }
}

.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.container-fluid {
  margin: 0 auto;
  min-width: 320px;
  max-width: 1282px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (max-width: 47.99em) {
  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

body {
  background: black;
  color: white;
  font-family: 'MuseoSansW01-Rounded300', Arial, sans-serif;
  overflow-x: hidden;
}

body.no-scroll {
  overflow-y: hidden;
}

body:before {
  bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  display: none;
}

section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

p {
  letter-spacing: 0.07rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir LT W01_95 Black1475556", sans-serif;
  letter-spacing: 0.05rem;
  line-height: 1.4;
}

h1 {
  font-size: 4.5rem;
}

@media (max-width: 47.99em) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 2.8rem;
}

@media (max-width: 47.99em) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.60rem;
}

@media (max-width: 47.99em) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.25rem;
}

@media (max-width: 47.99em) {
  h4 {
    font-size: 1rem;
  }
}

.hero-title {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.3;
  width: 100%;
  padding: 1rem;
}

.buttonLink {
  font-size: 0.85rem;
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 1px solid white;
  border-radius: 0.35rem;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  text-align: center !important;
}

@media (max-width: 47.99em) {
  .buttonLink {
    font-size: 0.75rem;
  }
}

.buttonLink:hover {
  color: #3a3a3a;
  background: white;
}

.buttonLink .Icon {
  margin-left: 0.5rem;
}

.scroll-cta {
  width: 20%;
  margin-left: 40%;
  position: absolute;
  z-index: 20;
  bottom: 1rem;
  left: 0;
  text-align: center;
}

.scroll-cta .Icon {
  color: white;
  font-size: 1.75rem !important;
  margin: 0 auto;
}

.anchor-right {
  background-position: 85% 50% !important;
}

.anchor-left {
  background-position: 15% 50% !important;
}

/* body {
    padding-top: $navBarHeight;
    @include mq($until:medium) {padding-top:$navBarHeightMobile;}
} */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  font-family: "Avenir LT W01_45 Book1475508", sans-serif;
  z-index: 99;
  color: #ffffff;
}

@media (max-width: 47.99em) {
  header {
    height: 3.75rem;
  }
}

header .bold {
  font-family: "Avenir LT W01_95 Black1475556", sans-serif;
  font-weight: bold;
}

header .colorBar {
  width: 100%;
  height: 0.45rem;
  background: #3a3a3a;
  z-index: 90;
  position: relative;
}

header .colorBar.red {
  background: #FF3A4E;
}

header .colorBar.blue {
  background: #09ADF8;
}

header .colorBar.purple {
  background: #7A00FF;
}

header .colorBar.orange {
  background: #FF9426;
}

header .colorBar.white {
  background: #ffffff;
}

header .colorBar.grey {
  background: #3a3a3a;
}

header .colorBar-hover {
  height: 0.45rem;
  width: 0;
  -webkit-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
  z-index: 90;
  position: absolute;
  top: 0;
  left: 0;
}

header .colorBar-hover.red {
  background: #FF3A4E;
}

header .colorBar-hover.blue {
  background: #09ADF8;
}

header .colorBar-hover.purple {
  background: #7A00FF;
}

header .colorBar-hover.orange {
  background: #FF9426;
}

header .colorBar-hover.white {
  background: #ffffff;
}

header .colorBar-hover.grey {
  background: #707070;
}

header .colorBar-hover.hover {
  width: 100%;
}

header .headerContainer {
  width: 100%;
  height: 4.5rem;
  background: black;
  position: relative;
  z-index: 90;
}

@media (max-width: 47.99em) {
  header .headerContainer {
    height: 3.5rem;
  }
}

header .logoHolder {
  color: white;
  text-decoration: none;
  font-size: 2rem;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 30%;
  height: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 47.99em) {
  header .logoHolder {
    width: 55%;
    font-size: 1.5rem;
    left: 1rem;
  }
}

header .logoHolder .top-logo {
  width: 100%;
  height: 100%;
  background-size: auto 75%;
  background-position: center left;
  background-repeat: no-repeat;
}

header .logoHolder .top-logo.media {
  background-image: url("/assets/images/logo-barcroft-media.svg");
}

header .logoHolder .top-logo.studios {
  background-image: url("/assets/images/logo-barcroft-studios.png");
}

header .logoHolder .top-logo.images {
  background-image: url("/assets/images/logo-barcroft-images.svg");
}

header .logoHolder .top-logo.productions {
  background-image: url("/assets/images/logo-barcroft-productions.svg");
}

header .logoHolder .top-logo.tv {
  background-image: url("/images/logos_06092017/BTV.png");
}

header .logoHolder .top-logo.wire {
  background-image: url("/assets/images/logo-barcroft-wire.svg");
}

header .logoHolder .top-logo.plus {
  background-image: url("/assets/images/logo-barcroft-plus.svg");
}

header nav {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 47.99em) {
  header nav {
    height: 3.5rem;
  }
}

header nav a {
  color: white;
  text-decoration: none;
}

header nav ul, header nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header nav hr {
  margin: 0;
  border: 0;
  border-top: solid 1px #707070;
}

header nav .toggleNav {
  cursor: pointer;
  background: #222;
  height: 100%;
  z-index: 10;
}

header nav .toggleNavButton {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.5rem;
  height: 3.5rem;
}

header nav .toggleNavButton .Icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
}

header nav .toggleNav-arrow {
  padding-right: 2.5rem !important;
}

header nav .toggleNav-arrow .Icon--arrow-down {
  font-size: 0.8rem;
  position: absolute;
  right: 1rem;
  top: 1.95rem;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

header nav .toggleNav-arrow .Icon--arrow-down.menu-open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

header nav.topNav {
  font-size: 0.9rem;
  font-family: 'MuseoSansW01-Rounded300"', sans-serif !important;
}

@media (min-width: 48em) {
  header nav.topNav {
    right: 1.5rem;
  }
}

header nav.topNav li {
  display: inline-block;
  padding: 1.75rem 1.75rem 1.75rem 1.5rem;
  margin: 0;
  -webkit-transition: background 0.25s ease-out;
          transition: background 0.25s ease-out;
  margin-left: -4px;
  line-height: 1.15;
}

header nav.topNav li:hover {
  background: #222;
}

header nav.expandableNav {
  top: -300px;
  z-index: 80;
}

@media (min-width: 48em) {
  header nav.expandableNav {
    right: 1.5rem;
  }
}

header nav.expandableNav ul {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
}

header nav.expandableNav li {
  width: 270px;
  font-size: 1.3rem;
  display: block;
  padding: 0.75rem 5rem 0.75rem 1.75rem;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 2px solid black;
  -webkit-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}

@media (max-width: 47.99em) {
  header nav.expandableNav li {
    width: 240px;
    font-size: 1rem;
    padding: 0.52rem 3rem 0.52rem 1.25rem;
    background: rgba(0, 0, 0, 0.9);
  }
}

header nav.expandableNav li:last-child {
  border-bottom: 0;
}

header nav.expandableNav li:hover {
  background: rgba(4, 4, 4, 0.9);
  padding-left: 2.5rem;
}

@media (max-width: 47.99em) {
  header nav.expandableNav li:hover {
    padding-left: 2rem;
  }
}

.globalFooter {
  position: relative;
  width: 100%;
}

.globalFooter ul, .globalFooter li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.globalFooter .footer-social .container-fluid, .globalFooter .footer-legal .container-fluid {
  width: 100%;
  padding: 3rem 2rem;
}

@media (max-width: 47.99em) {
  .globalFooter .footer-social .container-fluid, .globalFooter .footer-legal .container-fluid {
    padding: 2rem 1.5rem;
  }
}

.globalFooter .footer-social {
  widows: 100%;
  background: #3a3a3a;
  text-align: center;
}

.globalFooter .footer-social li {
  position: relative;
  color: white;
  font-size: 4rem;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  display: inline-block;
  margin: 0.8rem;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}

.globalFooter .footer-social li .Icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.globalFooter .footer-social li .Icon--whatsapp {
  font-size: 2rem;
}

@media (max-width: 47.99em) {
  .globalFooter .footer-social li {
    font-size: 3rem;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0.5rem;
  }
  .globalFooter .footer-social li .Icon--whatsapp {
    font-size: 1.5rem;
  }
}

.globalFooter .footer-social li:hover {
  background: white;
  color: #3a3a3a;
}

.globalFooter .footer-social a {
  text-decoration: none;
  color: white;
}

.globalFooter .footer-legal {
  background: black;
  font-size: 0.9rem;
}

.globalFooter .footer-legal .copyright {
  text-align: left;
}

.globalFooter .footer-legal .legal-links {
  text-align: right;
}

@media (max-width: 47.99em) {
  .globalFooter .footer-legal .copyright, .globalFooter .footer-legal .legal-links {
    text-align: center;
  }
}

.globalFooter .footer-legal .legal-links li {
  display: inline-block;
  margin: 0 0.5rem;
}

.globalFooter .footer-legal .legal-links li:hover {
  text-decoration: underline;
}

.globalFooter .footer-legal .legal-links li:last-child {
  margin-right: 0;
}

@media (max-width: 47.99em) {
  .globalFooter .footer-legal .legal-links li {
    margin: 1rem 0.5rem 0 0.5rem !important;
  }
}

.globalFooter .footer-legal .legal-links a {
  color: white;
  text-decoration: none;
}

.mediaHero {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.mediaHero span.no-bold {
  font-family: "Avenir LT W01_45 Book1475508", sans-serif !important;
  margin: 0;
  font-weight: 100;
}

.mediaHero h3 {
  margin-bottom: 0;
  line-height: 1;
}

.mediaHero p {
  font-size: 0.8rem;
}

@media (max-width: 47.99em) {
  .mediaHero .hero-title {
    top: 40vh !important;
  }
}

.mediaHero .hero-title {
  z-index: 12;
}

.mediaHero .hero-cta {
  position: absolute;
  width: 100%;
  bottom: -25px;
  display: none;
}

.mediaHero .hero-cta div {
  color: #FFFFFF !important;
  text-transform: uppercase;
  text-decoration: none;
}

.mediaHero .hero-cta .Icon {
  position: static;
}

.mediaHero .group-links {
  z-index: 12;
}

@media (max-width: 47.99em) {
  .mediaHero .group-links {
    position: relative;
    margin-top: 75vh;
  }
}

@media (min-width: 48em) {
  .mediaHero .group-links {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.mediaHero .mediaHero--link {
  color: white;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-in-out;
          transition: background 0.3s ease-in-out;
}

.mediaHero .mediaHero--link h3 {
  line-height: 1.15;
}

@media (max-width: 61.99em) {
  .mediaHero .mediaHero--link {
    height: 10rem;
  }
  .mediaHero .mediaHero--link h3 {
    font-size: 1.3rem;
  }
}

@media (min-width: 62em) {
  .mediaHero .mediaHero--link {
    height: 9rem;
  }
}

@media (min-width: 87.5em) {
  .mediaHero .mediaHero--link {
    height: 8rem;
  }
}

@media (max-width: 47.99em) {
  .mediaHero .mediaHero--link {
    background: rgba(0, 0, 0, 0.75);
    height: 7rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .mediaHero .mediaHero--link {
    height: 10rem !important;
  }
}

.mediaHero .mediaHero--link .link-container {
  width: 100%;
  padding: 0 2.5rem 0 1rem;
}

@media (max-width: 47.99em) {
  .mediaHero .mediaHero--link .link-container {
    padding: 0 3rem 0 1rem;
  }
}

.mediaHero .mediaHero--link:hover {
  border-bottom: 0.45rem solid;
  background: rgba(0, 0, 0, 0.75);
}

@media (max-width: 47.99em) {
  .mediaHero .mediaHero--link {
    border-bottom: 0.45rem solid;
  }
}

.mediaHero .mediaHero--link.red {
  border-bottom-color: #FF3A4E;
}

.mediaHero .mediaHero--link.blue {
  border-bottom-color: #09ADF8;
}

.mediaHero .mediaHero--link.purple {
  border-bottom-color: #7A00FF;
}

.mediaHero .mediaHero--link.orange {
  border-bottom-color: #FF9426;
}

.mediaHero .mediaHero--link.white {
  border-bottom-color: #ffffff;
}

.mediaHero .mediaHero--link.grey {
  border-bottom-color: #3a3a3a;
}

.mediaHero .mediaHero--link.none {
  border-bottom: 0;
}

@media (max-width: 47.99em) {
  .mediaHero .Icon {
    position: absolute;
    top: 1.7rem;
    right: 1rem;
    font-size: 1.4rem;
  }
}

@media (min-width: 48em) {
  .mediaHero .Icon {
    font-size: 1.1rem;
    margin-left: 0.55rem;
  }
}

@media (min-width: 62em) {
  .mediaHero .Icon {
    position: absolute;
    top: 2rem;
    right: 1rem;
    font-size: 1.4rem;
  }
}

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

.textFixedImageBg .imageBg {
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  clip: rect(auto, auto, auto, auto);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .textFixedImageBg .imageBg _::-webkit-full-page-media, .textFixedImageBg .imageBg _:future, :root .textFixedImageBg .imageBg {
    clip: auto;
    -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  }
}

@media screen and (min-width: 0\0) {
  .textFixedImageBg .imageBg {
    z-index: 0;
  }
}

.textFixedImageBg .imageBg .image-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.textFixedImageBg .imageBg .image-content {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.textFixedImageBg .imageBg .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #111111;
  opacity: 0.9;
  top: 0;
  left: 0;
  z-index: 1;
}

.textFixedImageBg .text-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.textFixedImageBg .text-container .container-fluid {
  width: 90%;
  max-width: 800px !important;
  top: 55%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.textFixedImageBg .text-container .text {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .textFixedImageBg .text-container .text {
    font-size: 1.7rem;
  }
}

@media (min-width: 87.5em) {
  .textFixedImageBg .text-container .text {
    font-size: 1.9rem;
  }
}

.textFixedImageBg .text-container .text p {
  margin: 0;
  margin-bottom: 3rem;
}

.textFixedImageBg .imageCredit {
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
  position: absolute;
  overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .textFixedImageBg .imageCredit _::-webkit-full-page-media, .textFixedImageBg .imageCredit _:future, :root .textFixedImageBg .imageCredit {
    clip: auto;
    -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  }
}

.textFixedImageBg .imageCredit .creditName {
  font-size: 0.9rem;
  position: fixed;
  text-align: right;
  bottom: 0.5rem;
  line-height: 1.5;
  right: 1rem;
  opacity: 0.6;
}

.textFixedImageBg.contactHero {
  height: 0px !important;
  padding-bottom: 38%;
}

.textFixedImageBg.contactHero .image-container {
  height: 0px !important;
  padding-bottom: 40%;
}

.textFixedImageBg.contactHero .image-content {
  background-size: auto 90% !important;
  background-position: 30% 4.5rem !important;
}

@media (max-width: 47.99em) {
  .textFixedImageBg.contactHero {
    padding-bottom: 60%;
  }
  .textFixedImageBg.contactHero .image-container {
    padding-bottom: 70%;
  }
  .textFixedImageBg.contactHero .image-content {
    background-size: auto 75% !important;
    background-position: 40% 3.5rem !important;
  }
}

.contactBar {
  background: white;
}

.contactBar .contactBar-container {
  width: 100%;
  background: white;
}

.contactBar .container-fluid {
  padding: 4rem 0;
  background: white;
  color: #3a3a3a;
  text-align: center;
}

@media (max-width: 47.99em) {
  .contactBar .container-fluid {
    padding: 3rem 0;
  }
}

@media (max-width: 47.99em) {
  .contactBar .location {
    border-bottom: 1px solid #3a3a3a;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .contactBar .location:last-child {
    border-bottom: 0;
  }
}

.contactBar h2 {
  font-size: 1.375rem;
  font-weight: bold;
  font-family: "Avenir LT W01_45 Book1475508", sans-serif;
}

.contactBar p {
  font-size: 1.2rem;
  line-height: 1.4;
}

.contactBar a {
  color: #3a3a3a;
  text-decoration: none;
}

.contactBar a:hover {
  text-decoration: underline;
}

.contactBar img {
  height: auto;
  width: 80%;
}

@media (max-width: 47.99em) {
  .contactBar img {
    max-width: 400px;
    margin-bottom: 2rem;
  }
}

[data-toggle=popup] {
  cursor: pointer;
}

.popup {
  width: 300px;
  background-color: #707070;
  position: absolute;
  bottom: 5.0em;
  right: 0;
  color: white;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
  padding: 0.6em 1.6em;
}

.popup a {
  text-decoration: underline !important;
}

.popup a.phone {
  text-decoration: none !important;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  cursor: pointer;
  padding: 1.5rem;
}

@media (max-width: 47.99em) {
  .popup {
    width: 250px;
    font-size: 1.0rem;
    line-height: 1.5;
    right: -1.0em;
    bottom: 4.0em;
  }
  .popup-close {
    font-size: 1.5rem;
    padding: 1.6rem;
  }
}

.simplePage {
  padding-top: 6rem;
}

@media (max-width: 47.99em) {
  .simplePage {
    padding-top: 5rem;
  }
}

.simplePage .sectionTitle {
  text-align: center;
  margin-bottom: 3rem;
}

@media (max-width: 47.99em) {
  .simplePage .sectionTitle {
    margin-bottom: 2rem;
  }
}

.simplePage p {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: normal;
}

@media (max-width: 47.99em) {
  .simplePage p {
    font-size: 0.85rem;
  }
}

.simplePage p:last-child {
  margin-bottom: 0;
}

.simplePage .container-fluid {
  padding-bottom: 4rem;
}

@media (max-width: 47.99em) {
  .simplePage .container-fluid {
    padding-bottom: 3rem;
  }
}

.simplePage.privacy-cookies {
  background: white;
  color: #3a3a3a;
}

.simplePage.team {
  background: #3a3a3a;
  color: white;
  text-align: center;
}

.simplePage.team .sectionTitle {
  margin-bottom: 4.5rem;
}

@media (max-width: 47.99em) {
  .simplePage.team .sectionTitle {
    margin-bottom: 3rem;
  }
}

.simplePage.team ul, .simplePage.team li {
  margin: 0;
  padding: 0;
}

.simplePage.team ul {
  text-align: center;
}

.simplePage.team li {
  width: 80%;
  list-style-type: none;
  vertical-align: top;
  padding: 0.5rem;
  margin: 0;
  margin-bottom: 4rem;
  display: inline-block;
  position: relative;
}

@media (min-width: 30em) {
  .simplePage.team li {
    width: 49%;
  }
}

@media (min-width: 48em) {
  .simplePage.team li {
    width: 32%;
  }
}

.simplePage.team h3 {
  margin-bottom: 1rem;
}

.simplePage.team p {
  margin-top: 0;
}

.simplePage.team img {
  width: 55%;
  height: auto;
  border-radius: 50%;
}

@media (max-width: 47.99em) {
  .simplePage.team img {
    width: 60%;
  }
}

.simplePage.team .row.values {
  background: black;
}

.simplePage.team .row.values h3 {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

@media (max-width: 47.99em) {
  .simplePage.team .row.values h3 {
    font-size: 1.4rem;
  }
}

.mediaParallaxModule {
  overflow: hidden;
}

.mediaParallaxModule:not(.intro-module) {
  height: 300vh;
}

.mediaParallaxModule .imageBg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mediaParallaxModule .image-container {
  height: 103vh !important;
}

.mediaParallaxModule .image-overlay {
  opacity: 0 auto;
}

.mediaParallaxModule .image-overlay.red {
  background: #FF3A4E;
}

.mediaParallaxModule .image-overlay.blue {
  background: #09ADF8;
}

.mediaParallaxModule .image-overlay.purple {
  background: #7A00FF;
}

.mediaParallaxModule .image-overlay.orange {
  background: #FF9426;
}

.mediaParallaxModule .image-overlay.white {
  background: #ffffff;
}

.mediaParallaxModule .image-overlay.grey {
  background: #707070;
}

.mediaParallaxModule .text-container {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  clip: rect(auto, auto, auto, auto);
}

.mediaParallaxModule .text-container h2 {
  font-size: 2.8rem;
}

@media (max-width: 47.99em) {
  .mediaParallaxModule .text-container h2 {
    font-size: 1.5rem;
  }
}

.mediaParallaxModule .text-container .container-fluid {
  width: 90%;
  max-width: 1000px !important;
  top: 53%;
  left: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mediaParallaxModule .text-container .text {
  text-align: center;
  line-height: 1.5;
}

.mediaParallaxModule .text-container .text p {
  margin: 0;
  margin-bottom: 2rem;
}

.mediaParallaxModule:not(.intro-module) .text {
  font-size: 1.3rem;
}

@media (max-width: 47.99em) {
  .mediaParallaxModule:not(.intro-module) .text {
    font-size: 0.9rem;
  }
}

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

.imageHero .imageBg {
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  clip: rect(auto, auto, auto, auto);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .imageHero .imageBg _::-webkit-full-page-media, .imageHero .imageBg _:future, :root .imageHero .imageBg {
    clip: auto;
    -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  }
}

.imageHero .imageBg .image-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.imageHero .imageBg .image-content {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.imageHero .imageCredit {
  position: fixed;
  text-align: right;
  bottom: 1.5rem;
  line-height: 1.5;
  right: 1rem;
  z-index: 10;
  opacity: 1;
  display: block;
}

.imageHero .imageCredit .creditName {
  font-size: 0.9rem;
}

.imageHero .text-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(auto, auto, auto, auto);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .imageHero .text-container _::-webkit-full-page-media, .imageHero .text-container _:future, :root .imageHero .text-container {
    clip: auto;
    -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  }
}

.imageHero .text-container .container-fluid {
  width: 90%;
  top: 50%;
  left: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imageHero .text-container .text {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}

@media (max-width: 47.99em) {
  .imageHero .text-container .text {
    font-size: 1.2rem;
  }
}

.imageHero .text-container .text p {
  margin: 0;
  margin-bottom: 3rem;
}

.imageHero .text-container .text span.no-bold {
  font-family: "Avenir LT W01_45 Book1475508", sans-serif !important;
  margin: 0;
  font-weight: 100;
}

.imageHero .text-container .text h1 {
  margin-bottom: 0;
  line-height: 1;
}

.imageCarouselHero {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.imageCarouselHero .swiper-wrapper ul, .imageCarouselHero li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.imageCarouselHero .swiper-container {
  width: 100vw;
  height: 100vh;
}

.imageCarouselHero .swiper-slide {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: black;
}

.imageCarouselHero .swiper-slide .imageBg {
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
  opacity: 0.7;
}

.imageCarouselHero .swiper-slide .imageBg-margin {
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out;
  opacity: 0.7;
  margin-top: 4%
}

@media (max-width: 47.99em) {
  .imageCarouselHero .swiper-slide .imageBg {
    opacity: 0.4;
  }
}

.imageCarouselHero .swiper-slide .imageCredit {
  position: absolute;
  text-align: right;
  bottom: 1.5rem;
  line-height: 1.5;
  right: 2rem;
  z-index: 8;
}

@media (max-width: 47.99em) {
  .imageCarouselHero .swiper-slide .imageCredit {
    right: 1rem;
    /* left: 50%;
                @include translate(-50%,0);
                text-align: center; */
  }
}

.imageCarouselHero .swiper-slide .imageCredit .creditName {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

@media (max-width: 47.99em) {
  .imageCarouselHero .swiper-slide .imageCredit .creditName {
    font-size: 0.7rem;
  }
}

.imageCarouselHero .swiper-pagination {
  bottom: 1rem;
  z-index: 5;
  text-align: left;
  left: 1rem;
}

.imageCarouselHero .swiper-pagination-bullet {
  background: white;
  width: auto;
  height: auto;
  margin: 0 0.6rem !important;
  opacity: 0.5;
  padding: 0.5rem;
}

@media (max-width: 47.99em) {
  .imageCarouselHero .swiper-pagination-bullet {
    margin: 0 0.4rem !important;
    padding: 0.4rem;
  }
}

.imageCarouselHero .swiper-pagination-bullet-active {
  opacity: 1;
}

.imageCarouselHero .swiper-button-prev {
  color: white;
}

.imageCarouselHero .container-center {
  width: 100%;
  padding: 0 2rem;
  width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  color: white;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
  text-align: center;
}

.imageCarouselHero .search-box {
  max-width: 600px !important;
  color: #3a3a3a;
}

.imageCarouselHero .search-box input:focus,
.imageCarouselHero .search-box select:focus,
.imageCarouselHero .search-box textarea:focus,
.imageCarouselHero .search-box button:focus {
  outline: none;
}

.imageCarouselHero .search-box .search-bar {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 23px;
  height: 46px;
  position: relative;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.85);
}

.imageCarouselHero .search-box label {
  margin-bottom: 1rem;
  font-size: 1rem;
  display: block;
  color: white;
}

.imageCarouselHero .search-box input.form-search {
  height: 100%;
  border: 0;
  background: transparent;
  font-size: 1rem;
  padding: 0 1rem 0 1.5rem;
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  position: absolute;
  top: 0;
  left: 0;
}

.imageCarouselHero .search-box button[type=submit] {
  width: 46px;
  height: 46px;
  background: #09ADF8;
  border: 0;
  color: white;
  padding: 0 0.2rem 0 0;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  font-size: 1.2rem;
}

.imageCarouselHero .search-box button[type=submit]:hover {
  background: white;
  color: #09ADF8;
}

.imageCarouselHero .login-box {
  width: 160px;
  position: absolute;
  top: 6.5rem;
  right: 2rem;
  text-align: right;
  z-index: 5;
}

@media (max-width: 47.99em) {
  .imageCarouselHero .login-box {
    top: 5rem;
    right: 1rem;
    /* left: 50%;
            @include translate(-50%,0);
            text-align: center; */
  }
}

.imageCarouselHero .login-box .login-copy {
  font-size: 0.9rem;
  margin-bottom: 1.3rem;
}

.imageCarouselHero.bTV .imageBg {
  opacity: 0.7;
}

@media (max-width: 47.99em) {
  .imageCarouselHero.bTV .imageBg {
    opacity: 0.6;
  }
}

.imageCarouselHero.bTV .imageInfo {
  font-family: "Avenir LT W01_95 Black1475556", sans-serif;
  font-size: 1.3rem !important;
  letter-spacing: 2px;
  line-height: 1.3 !important;
  margin-bottom: 1rem;
}

@media (max-width: 47.99em) {
  .imageCarouselHero.bTV .imageInfo {
    font-size: 0.8rem !important;
    line-height: 1rem !important;
  }
}

.imageCarouselHero.bTV .imageInfo .Icon:before {
  font-size: 1rem;
  top: 3px;
  position: relative;
}

.imageCarouselHero.bTV .imageCredit {
  width: 100%;
  bottom: 0rem;
}

@media (max-width: 47.99em) {
  .imageCarouselHero.bTV .imageCredit {
    bottom: 2rem;
  }
}

.imageCarouselHero.bTV .creditName {
  margin-top: 0.6rem !important;
  font-size: 0.7rem !important;
}

.imageCarouselHero.bTV span.no-bold {
  font-family: "Avenir LT W01_45 Book1475508", sans-serif;
  letter-spacing: 1px;
  font-size: 80%;
}

.imageCarouselHero.bTV .container-center {
  pointer-events: none;
}

@media (max-width: 29.99em) {
  .imageCarouselHero.bTV .container-center h1 {
    font-size: 1.8rem !important;
  }
}

.imageCarouselHero.Wire .imageCredit {
  bottom: 0rem;
}

@media (max-width: 47.99em) {
  .imageCarouselHero.Wire .imageCredit {
    bottom: 2rem;
  }
}

.imageCarousel {
  width: 100vw;
  padding: 3rem 0 0 0;
  position: relative;
}

.imageCarousel h2 {
  text-align: center;
  margin: 0;
  margin-bottom: 4rem;
}

.imageCarousel.red {
  background: #FF3A4E;
}

.imageCarousel.blue {
  background: #09ADF8;
}

.imageCarousel.purple {
  background: #7A00FF;
}

.imageCarousel.orange {
  background: #FF9426;
}

.imageCarousel.white {
  background: #ffffff;
  color: #3a3a3a;
}

.imageCarousel.grey {
  background: #707070;
}

.imageCarousel .swiper-container, .imageCarousel .swiper-wrapper {
  width: 100%;
}

.imageCarousel .swiper-slide {
  width: auto;
  height: 20rem;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: top center;
}

.imageCarousel .swiper-slide img {
  height: 100%;
  width: auto;
}

.imageCarousel .carousel-button-prev, .imageCarousel .carousel-button-next {
  position: absolute;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  cursor: pointer;
  color: #3a3a3a;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 47.99em) {
  .imageCarousel .carousel-button-prev, .imageCarousel .carousel-button-next {
    height: 40px;
    width: 40px;
  }
}

.imageCarousel .carousel-button-prev .Icon, .imageCarousel .carousel-button-next .Icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imageCarousel .carousel-button-prev:hover, .imageCarousel .carousel-button-next:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.imageCarousel .carousel-button-prev {
  top: 50%;
  left: 1.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.imageCarousel .carousel-button-prev .Icon {
  right: 10%;
}

.imageCarousel .carousel-button-next {
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.imageCarousel .carousel-button-next .Icon {
  left: 55%;
}

.videoBackground {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.videoBackground .video-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 9;
}

.videoBackground .video-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}

.videoBackground .video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  z-index: 10;
}

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

.videoBackground .vjs-loading-spinner {
  visibility: hidden;
}

.videoBackground .video-js .vjs-big-play-button {
  visibility: hidden;
}

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

.videoHero .videoBackground {
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  clip: rect(auto, auto, auto, auto);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .videoHero .videoBackground _::-webkit-full-page-media, .videoHero .videoBackground _:future, :root .videoHero .videoBackground {
    clip: auto;
    -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  }
}

.videoHero .videoBackground .video-holder {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.videoHero .text-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(auto, auto, auto, auto);
  pointer-events: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .videoHero .text-container _::-webkit-full-page-media, .videoHero .text-container _:future, :root .videoHero .text-container {
    clip: auto;
    -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  }
}

.videoHero .text-container .container-fluid {
  width: 90%;
  top: 50%;
  left: 50%;
  position: fixed;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
}

.videoHero .text-container .text {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}

@media (max-width: 47.99em) {
  .videoHero .text-container .text {
    font-size: 1.2rem;
  }
}

.videoHero .text-container .text p {
  margin: 0;
  margin-bottom: 3rem;
}

.videoHero .text-container .text span.no-bold {
  font-family: "Avenir LT W01_45 Book1475508", sans-serif !important;
  margin: 0;
  font-weight: 100;
}

.videoHero .text-container .text h1 {
  margin-bottom: 0;
  line-height: 1.3;
}

.videoHero.player {
  height: 100vh;
}

.videoHero.player .video-holder {
  position: absolute;
}

.videoHero.player .video-overlay {
  pointer-events: none;
}

.videoHero.player .videoBackground {
  z-index: 1;
}

.videoHero.player .vjs-control-bar {
  z-index: 2;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
}

.videoHero.player .vjs-loading-spinner {
  visibility: auto;
}

.videoHero.player .video-js.vjs-paused .vjs-big-play-button {
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  display: block !important;
}

.videoHero.player .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  font-size: 4em;
  border: 0.06666em solid #fff;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: visible;
}

.videoHero.player .video-js .vjs-big-play-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

.solidBgText {
  padding: 3rem 0;
}

.solidBgText .container-fluid {
  max-width: 790px !important;
}

.solidBgText p {
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.5;
}

@media (max-width: 47.99em) {
  .solidBgText p {
    font-size: 1rem;
  }
}

.solidBgText h1, .solidBgText h2, .solidBgText h3, .solidBgText h4, .solidBgText h5 {
  text-align: center;
  margin: 0;
}

.solidBgText.red {
  background: #FF3A4E;
}

.solidBgText.blue {
  background: #09ADF8;
}

.solidBgText.purple {
  background: #7A00FF;
}

.solidBgText.orange {
  background: #FF9426;
}

.solidBgText.white {
  background: #ffffff;
  color: #3a3a3a;
}

.solidBgText.grey {
  background: #707070;
}

.solidBgText.grey-light {
  background: #dadada;
  color: #3a3a3a;
}

.solidBgText img.stats {
  width: 75%;
  height: auto;
}

.solidBgText.btv-stats h2 {
  margin-bottom: 4rem;
}

.solidBgText.btv-stats .container-fluid {
  max-width: 1000px !important;
}

@media (max-width: 47.99em) {
  .solidBgText.btv-stats .stat-container {
    margin-bottom: 4rem;
  }
}

.solidBgText.btv-stats .stat-container .stat-icon img {
  max-width: 180px;
  height: auto;
  float: right;
}

@media (max-width: 47.99em) {
  .solidBgText.btv-stats .stat-container .stat-icon img {
    max-width: 100px;
  }
}

.solidBgText.btv-stats .stat-container .stat-copy h3 {
  font-size: 2rem;
  text-align: left;
  margin: 0;
  margin-bottom: 0.5rem;
}

@media (max-width: 47.99em) {
  .solidBgText.btv-stats .stat-container .stat-copy h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 29.99em) {
  .solidBgText.btv-stats .stat-container .stat-copy h3 {
    font-size: 1.6rem;
  }
}

.solidBgText.btv-stats .stat-container .stat-copy p {
  text-align: left;
  margin: 0;
}

.solidBgText.Wire h2 {
  margin-bottom: 4rem;
}

.solidBgText.Wire .title {
  font-size: 1.7rem;
  margin-bottom: 2rem;
  font-weight: 100 !important;
}

@media (max-width: 61.99em) {
  .solidBgText.Wire .title {
    font-size: 1.4rem;
  }
}

.solidBgText.Wire .wire-examples {
  max-width: 1280px !important;
  margin-bottom: 4rem;
  text-align: center;
}

.solidBgText.Wire .wire-examples img {
  width: 80%;
  height: auto;
}

@media (max-width: 29.99em) {
  .solidBgText.Wire .wire-examples .col-xs-12 {
    margin-bottom: 2rem;
  }
  .solidBgText.Wire .wire-examples .col-xs-12:last-child {
    margin-bottom: 0;
  }
}

.logoBlock {
  padding: 3rem 0;
  background: white;
  color: #3a3a3a;
}

.logoBlock h2 {
  text-align: center;
  margin: 3rem 0;
}

.logoBlock ul, .logoBlock li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.logoBlock li {
  display: inline-block;
  width: 30%;
  text-align: center;
  padding: 6% 8%;
  margin: 0;
}

.logoBlock li img {
  width: 100% !important;
  height: auto !important;
  vertical-align: middle;
}

@media (max-width: 47.99em) {
  .logoBlock li {
    width: 48%;
    padding: 4%;
    margin-bottom: 2rem;
  }
  .logoBlock li img {
    width: 65% !important;
    height: auto !important;
  }
}

.logoBlock li object, .logoBlock li img {
  width: 100%;
}

.logoBlock.bImages li {
  width: 20%;
  padding: 3% 5%;
}

.logoBlock.bImages li img {
  width: 100% !important;
  height: auto !important;
  vertical-align: middle;
}

.logoImageDiv{
	width:30%;
}
	
.logoImage{
	width: 100%;
}

.logoTextDiv{
	width: 70%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left: 25px;
}

@media (max-width: 47.99em) {
  .logoBlock.bImages li {
    width: 30%;
  }
  .logoBlock.bImages li img {
    width: 85% !important;
  }
}

@media (max-width: 29.99em) {
  .logoBlock.bImages li {
    width: 30%;
  }
  .logoBlock.bImages li img {
    width: 100% !important;
  }
}

.selectedChannels {
  background: black;
  width: 100vw;
  padding: 3rem 0 0 0;
  position: relative;
}

.selectedChannels h2 {
  text-align: center;
  margin: 0;
  margin-bottom: 4rem;
}

.selectedChannels .channels-container {
  width: 100%;
}

.selectedChannels .channels-container .channel {
  width: 20%;
  float: left;
  height: 30vh;
  margin: 0;
  padding: 0;
  position: relative;
  color: white;
  border-bottom: 0.3rem solid transparent;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  overflow: hidden;
}

@media (max-width: 47.99em) {
  .selectedChannels .channels-container .channel {
    width: 100%;
    height: 40vh;
  }
}

.selectedChannels .channels-container .channel:hover {
  border-bottom: 0.3rem solid white;
}

.selectedChannels .channels-container .channel:hover .channel-image {
  opacity: 0.8;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.selectedChannels .channels-container .channel .channel-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 1.5s ease-out;
          transition: all 1.5s ease-out;
}

.selectedChannels .channels-container .channel .channel-logo {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 0.5rem;
}

.selectedChannels .channels-container .channel .channel-logo img {
  width: 80px;
  height: auto;
}

.selectedChannels .channels-container .channel .channel-logo.btv-docs img {
  width: 65px;
  height: auto;
}

.selectedChannels .channels-container .channel .channel-copy {
  width: 100%;
  position: absolute;
  z-index: 3;
  font-size: 1.2rem;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.5rem;
  line-height: 1.5;
  font-family: "Avenir LT W01_95 Black1475556", sans-serif;
  letter-spacing: 1px;
}

.thumbGridWithModal {
  background: black;
  width: 100vw;
  padding: 3rem 0 0 0;
  position: relative;
}

.thumbGridWithModal h2 {
  text-align: center;
  margin: 0;
  margin-bottom: 4rem;
}

.thumbGridWithModal .grid-container {
  width: 100vw;
}

.thumbGridWithModal .grid-container .grid-item {
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  padding-bottom: 20%;
  border: 0;
  position: relative;
  color: white;
  overflow: hidden;
}

@media (max-width: 47.99em) {
  .thumbGridWithModal .grid-container .grid-item {
    width: 50%;
    padding-bottom: 50%;
  }
}

.thumbGridWithModal .grid-container .grid-item:hover .itemTitle {
  border-bottom: 0.3rem solid white;
}

.thumbGridWithModal .grid-container .grid-item:hover .itemBg {
  opacity: 0.8;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.thumbGridWithModal .grid-container .grid-item.masonry-small {
  width: 25%;
  padding-bottom: 25%;
}

@media (max-width: 47.99em) {
  .thumbGridWithModal .grid-container .grid-item.masonry-small {
    width: 50%;
    padding-bottom: 50%;
  }
}

.thumbGridWithModal .grid-container .grid-item.masonry-large {
  width: 50%;
  padding-bottom: 50%;
}

@media (max-width: 47.99em) {
  .thumbGridWithModal .grid-container .grid-item.masonry-large {
    width: 100%;
    padding-bottom: 50%;
  }
}

.thumbGridWithModal .grid-container .grid-item.masonry-wide {
  width: 50%;
  padding-bottom: 25%;
}

@media (max-width: 47.99em) {
  .thumbGridWithModal .grid-container .grid-item.masonry-wide {
    width: 100%;
    padding-bottom: 50%;
  }
}

.thumbGridWithModal .grid-container .grid-item.masonry-tall {
  width: 25%;
  padding-bottom: 50%;
}

@media (max-width: 47.99em) {
  .thumbGridWithModal .grid-container .grid-item.masonry-tall {
    width: 50%;
    padding-bottom: 50%;
  }
}

.thumbGridWithModal .grid-container .itemBg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
}

.thumbGridWithModal .grid-container .itemTitle {
  width: 100%;
  position: absolute;
  z-index: 3;
  font-size: 1.2rem;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.5rem;
  line-height: 1.5;
  font-family: "Avenir LT W01_95 Black1475556", sans-serif;
  letter-spacing: 1px;
  border-bottom: 0.3rem solid transparent;
  -webkit-transition: border 0.2s ease-out;
          transition: border 0.2s ease-out;
}

.thumbGridWithModal .grid-container .modalTrigger {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 10;
}

.thumbGridWithModal .grid-container .itemModal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0;
  right: -100vw;
  background: rgba(255, 255, 255, 0.97);
  padding: 4rem 2rem;
  color: #3a3a3a;
  cursor: default;
}

.thumbGridWithModal .grid-container .itemModal .modalClose {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  cursor: pointer;
  padding: 2rem;
}

.thumbGridWithModal .grid-container .itemDesc {
  margin-top: 1rem;
  max-width: 790px;
  margin: 0 auto;
}

.thumbGridWithModal .grid-container .itemDesc h2 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.thumbGridWithModal .grid-container .itemDesc p {
  line-height: 1.5;
}

.thumbGridWithModal .grid-container .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 2rem;
  overflow: hidden;
}

.thumbGridWithModal .grid-container .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.processAnimation {
  width: 100%;
  padding-bottom: 80%;
  text-align: center;
  position: relative;
  opacity: 0;
}

.processAnimation .circle {
  width: 22%;
  height: auto;
  position: absolute;
}

.processAnimation .circle.approach {
  top: 53.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.processAnimation .circle.analyse {
  top: 6%;
  left: 39.1%;
}

.processAnimation .circle.create {
  top: 30.5%;
  right: 12%;
}

.processAnimation .circle.produce {
  bottom: 6%;
  right: 22%;
}

.processAnimation .circle.distribute {
  bottom: 6%;
  left: 22%;
}

.processAnimation .circle.outcomes {
  top: 30.5%;
  left: 12%;
}

.processAnimation .dot {
  position: absolute;
  background: url("/assets/images/whitedot.svg") no-repeat;
  background-size: 100% auto;
  height: 5%;
  background-position: top left;
}

.processAnimation .dot.size1 {
  width: 1%;
  top: 29.5%;
  right: 35.5%;
}

.processAnimation .dot.size2 {
  width: 1.5%;
  bottom: 33.5%;
  right: 26.5%;
}

.processAnimation .dot.size3 {
  width: 2%;
  bottom: 15%;
  right: 49.2%;
}

.processAnimation .dot.size4 {
  width: 2.6%;
  bottom: 34%;
  left: 26%;
}

/* @import '../_modules/link/link'; */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.browsehappy {
  text-align: center;
  margin: 0;
  background: #fff8e2;
  color: #000;
  padding: 0.5em 0;
}

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

.video-player-holder {
    margin: 0 auto;
}

.video-player-holder > video {
    width: auto;
    height: auto;
    top: 0 !important;
}

.video-player-holder .vjs-tech {
    top: 0 !important;
}

.vjs-default-skin .vjs-big-play-button {
  font-size: 3em;  
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;  
  border: 0.06666em solid #fff;  
  border-radius: 0.3em;
}

/* The default color of control backgrounds is mostly black but with a little
   bit of blue so it can still be seen on all-black video frames, which are common. */
.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  /* IE8 - has no alpha support */
  background-color: #2B333F;
  /* Opacity: 1.0 = 100%, 0.0 = 0% */
  background-color: rgba(43, 51, 63, 0.7);
}

/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

/* The slider bar color is used for the progress bar and the volume bar
   (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #fff;
}

/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
  /* For IE8 we'll lighten the color */
  background: #bfc7d3;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.5);
}

/* The load progress bar also has internal divs that represent
   smaller disconnected loaded time ranges */
.video-js .vjs-load-progress div {
  /* For IE8 we'll lighten the color */
  background: white;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.75);
}

#loginModal {
    left: unset;
    right: 103px;
    width: 20%;
    top: 109px;
    min-width: 350px;
}
.modal-open .modal {
    overflow-y: hidden !important;
}

.field-registration {
    margin: 5px 0 1px 0 !important;
}

.login-button {
    background: #09ADF8;
    border-color: #09ADF8;
}

@media (max-width: 47.99em) {
    .Icon--youtube:before {
        font-size: 30px !important;
    }

    .scroll-cta {
      bottom: 3rem !important;
    }
}

.anchor-links {
    margin-bottom: -65px;
}
.anchor-links a {
  color: #000;  
  font-size: 21px;
  text-decoration: none;
  border-bottom: 2px dashed #000;
}

.anchor-links a:visited {
  color: #000;
  border-bottom: 2px dashed #000;
}

.anchor-links a:hover {
  color: #000;
  border-bottom: 2px dashed #000;
}

.heading {
	font-family: "Avenir LT W01_95 Black1475556", sans-serif;
	letter-spacing: 0.05rem;
	line-height: 1.4;
	font-size: 4.5rem;
}