/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html{background-color:#000;box-sizing:border-box}html *{box-sizing:border-box}html,body{height:100%;width:100%}.bars-spinner{margin:100px auto;width:50px;height:40px;text-align:center;font-size:10px}.bars-spinner>div{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.bars-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.bars-spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.bars-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.bars-spinner .rect5{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.4);-webkit-transform:scaleY(0.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}
.social-share[data-v-7113199d]{position:absolute;top:0;left:0;width:100%;z-index:1}.social-share .menu-container[data-v-7113199d]{width:100%;height:45px;background-color:rgba(0,0,0,.8);position:relative}.social-share .menu-container .title[data-v-7113199d]{color:#fff;padding:10px 55px 0 10px;font-size:24px;width:"calc(100% - 65px)"}.social-share .menu-container .share-this-btn[data-v-7113199d]{background-image:url("/view/orion/images/player_share_this_flat.png");height:30px;width:30px;background-size:cover;position:absolute;right:15px;top:7px;box-shadow:0 2px 4px 0 rgba(0,0,0,.5);border:none;cursor:pointer}.social-share .menu-container .menu-content[data-v-7113199d]{background-color:#fff;width:118px;height:130px;position:absolute;top:43px;right:15px;-webkit-transition:height .25s ease-in;-moz-transition:height .25s ease-in;-o-transition:height .25s ease-in;-ms-transition:height .25s ease-in;transition:height .25s ease-in;overflow:hidden;box-shadow:0px 2px 4px 0px rgba(0,0,0,.5)}.shareThis-widget[data-v-7113199d]{overflow-y:auto;height:100%}.shareThis-widget ul[data-v-7113199d]{list-style:none;margin:0;padding:5px 4px 0}.shareThis-widget ul li[data-v-7113199d]{float:left;padding-top:5px;margin-bottom:10px;width:54px;cursor:pointer;display:list-item}.shareThis-widget ul li[data-v-7113199d]:hover{background:#eee}.shareThis-widget ul li>*[data-v-7113199d]{text-align:center}.shareThis-widget ul li a[data-v-7113199d]{width:33px;height:33px;display:block;margin-bottom:5px;margin:0 10px 5px}.shareThis-widget ul li span[data-v-7113199d]{font-size:9px;font-family:Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;display:block;text-decoration:none;color:#000}.shareThis-widget ul li a.facebook[data-v-7113199d]{background:url(/clients/default/WidgetLib/builds/apollo/img/share-this-sprite.png) 0 -177px no-repeat}.shareThis-widget ul li a.twitter[data-v-7113199d]{background-image:url("/view/orion/images/icons/player/icon_x_black.png");background-size:20px 20px;background-repeat:no-repeat;background-position:center}.shareThis-widget ul li a.linkedin[data-v-7113199d]{background:url(/clients/default/WidgetLib/builds/apollo/img/share-this-sprite.png) 0 -309px no-repeat}.shareThis-widget ul li a.email[data-v-7113199d]{background:url(/clients/default/WidgetLib/builds/apollo/img/share-this-sprite.png) 0 -133px no-repeat}
.interaction-poll[data-v-d6189e04]{display:flex;flex-direction:column;justify-content:center;align-items:center}.scrollable-area[data-v-d6189e04]{min-height:95px;max-height:185px;overflow-y:auto;width:100%}.poll-title-container[data-v-d6189e04]{top:0;width:100%;height:auto;background-color:#fff}.poll-title[data-v-d6189e04]{font-size:14px;padding-left:16px;padding-right:16px;padding-top:16px;padding-bottom:16px;text-align:left;font-weight:400;margin:0;-webkit-margin-before:0px;-webkit-margin-after:0px;-webkit-margin-start:0;-webkit-margin-end:0;overflow:hidden}.answer-item-container[data-v-d6189e04]{display:flex;flex-direction:row;min-height:25px;padding-left:10px;padding-right:10px;padding-top:0px;background-color:#fff;line-height:20px;text-align:left}.answer-label[data-v-d6189e04]{max-width:calc(100% - 40px);display:block;float:left}.radio-input[data-v-d6189e04]{height:13px;width:13px;margin-right:9px;margin-top:4px;float:left}.poll-buttons-container[data-v-d6189e04]{width:100%;text-align:center;background-color:#fff;padding-top:10px;padding-bottom:10px;border-top:2px solid rgba(0,0,0,.15)}.answer-label[data-v-d6189e04]{font-size:14px}.poll-button[data-v-d6189e04]{width:100px;text-align:center;word-wrap:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.submit-button[data-v-d6189e04]{background-color:orange}.button-thanks[data-v-d6189e04]{background-color:#fff}.btn-style[data-v-d6189e04],.btn-spaced[data-v-d6189e04]{font-size:14px;border-radius:2px;cursor:pointer;display:inline-block;box-shadow:0 0 0 0;text-decoration:none}.btn-style a[data-v-d6189e04],.btn-spaced a[data-v-d6189e04]{color:inherit;text-decoration:none}.btn-spaced[data-v-d6189e04]{margin-left:8px;margin-right:8px}.btn-primary[data-v-d6189e04],.btn-primary-lg[data-v-d6189e04],.btn-primary-md[data-v-d6189e04],.btn-primary-sm[data-v-d6189e04]{color:#fff;background:#f6881f;border:1px solid #f6881f}.btn-primary[data-v-d6189e04]:hover,.btn-primary-lg[data-v-d6189e04]:hover,.btn-primary-md[data-v-d6189e04]:hover,.btn-primary-sm[data-v-d6189e04]:hover{background:#dd6c16}.btn-primary[data-v-d6189e04]:active,.btn-primary-lg[data-v-d6189e04]:active,.btn-primary-md[data-v-d6189e04]:active,.btn-primary-sm[data-v-d6189e04]:active{box-shadow:0 0 4px rgba(56,43,32,.8) inset}.btn-primary[data-v-d6189e04]:disabled,.btn-primary-lg[data-v-d6189e04]:disabled,.btn-primary-md[data-v-d6189e04]:disabled,.btn-primary-sm[data-v-d6189e04]:disabled{background:#f9dab1;border:1px solid #f9dab1;cursor:default}.btn-primary-lg[data-v-d6189e04]{padding:12px 160px 12px 160px}.btn-primary-md[data-v-d6189e04]{padding:8px 14px 8px 14px}.btn-primary-sm[data-v-d6189e04]{padding:6px 8px 5px 8px}.btn-normal[data-v-d6189e04],.btn-normal-lg[data-v-d6189e04],.btn-normal-md[data-v-d6189e04],.btn-normal-sm[data-v-d6189e04]{color:#333;background:none;border:1px solid #c4cdd5}.btn-normal[data-v-d6189e04]:active,.btn-normal-lg[data-v-d6189e04]:active,.btn-normal-md[data-v-d6189e04]:active,.btn-normal-sm[data-v-d6189e04]:active{box-shadow:0 0 4px rgba(56,43,32,.8) inset}.btn-normal[data-v-d6189e04]:disabled,.btn-normal-lg[data-v-d6189e04]:disabled,.btn-normal-md[data-v-d6189e04]:disabled,.btn-normal-sm[data-v-d6189e04]:disabled{color:#dfe4e8;border:1px solid #dfe4e8;cursor:default}.btn-normal-lg[data-v-d6189e04]{padding:12px 160px 12px 160px}.btn-normal-md[data-v-d6189e04]{padding:8px 14px 8px 14px}.btn-normal-sm[data-v-d6189e04]{padding:6px 8px 5px 8px}.btn-text[data-v-d6189e04]{text-decoration:none;font-size:14px;color:#2288af;border:none;background:none;outline:none;cursor:pointer}.btn-text[data-v-d6189e04]:hover{text-decoration:underline}.btn-text[data-v-d6189e04]:disabled{color:#999;cursor:default}.btn-container[data-v-d6189e04]{font-size:0}.button-thanks[data-v-d6189e04]{border:none;font-size:14px;color:#2288af}.button-thanks[data-v-d6189e04]:hover{text-decoration:underline}.submit-button[data-v-d6189e04]{font-size:14px;color:#333;height:28px;border:1px solid #ccc;border-radius:2px;background-color:#f3f3f3;padding:5px 8px 8px 8px}.submit-button[data-v-d6189e04]:hover{background-color:#e5e5e5}.submit-button[data-v-d6189e04]:disabled{color:#999;border:1px solid #ddd;background:#f7f7f7;cursor:default;pointer-events:none}.submit-button[data-v-d6189e04]:active{box-shadow:0 0 4px rgba(33,43,53,.3) inset}
.orion-video-player[data-v-6512cdd9]{position:relative;display:block}.orion-video-player .videojs-player[data-v-6512cdd9]{width:100%;height:100%}.orion-video-player orion-social-rating[data-v-6512cdd9],.orion-video-player .social-share[data-v-6512cdd9]{display:block;opacity:0;pointer-events:none;transition:opacity;transition-timing-function:ease-out;transition-duration:450ms;transition-delay:2s}.orion-video-player orion-social-rating[data-v-6512cdd9]{position:absolute;bottom:70px;left:20px}.orion-video-player .interaction-poll[data-v-6512cdd9]{position:absolute;top:0;left:50%;transform:translateX(-50%);width:95%;height:100%;max-width:800px}.orion-video-player:hover .social-share[data-v-6512cdd9],.orion-video-player:hover orion-social-rating[data-v-6512cdd9]{opacity:1;pointer-events:all;transition:opacity;transition-timing-function:ease-out;transition-duration:250ms}

/** Non scoped style */
.vjs-menu li.vjs-captions-menu-item {
	display: none; /* hide the li captions option wich we are not using because safari was showing one "unknown" caption item */
}
.vjs-menu li.vjs-subtitles-menu-item {
	text-transform: initial; /* Removed the lowercase to preserve the text as the original array */
}

#embeddable-player-main[data-v-bccf9162]{width:100%;height:100%}#embeddable-player-main .orion-video-player[data-v-bccf9162]{width:100%;height:100%}#embeddable-player-main .player-loader[data-v-bccf9162]{width:100%;height:100%;display:flex;justify-content:center;align-items:center}#embeddable-player-main .player-loader .bars-spinner[data-v-bccf9162]{width:55vh;height:15vh;position:relative}#embeddable-player-main .player-loader .bars-spinner>div[data-v-bccf9162]{background-color:#a5a5a5;width:2%}

/*# sourceMappingURL=production.9a780541211efc096800.css.map*/