/*
variables and mixins
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.txt-xl {
  font-size: 70px; }
  @media (min-width: 768px) {
    .txt-xl {
      font-size: 56px; } }
  @media (min-width: 1024px) {
    .txt-xl {
      font-size: 64px; } }

.txt-l {
  font-size: 45px; }
  @media (min-width: 768px) {
    .txt-l {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    .txt-l {
      font-size: 45px; } }

.txt-m {
  font-size: 24px; }
  @media (min-width: 768px) {
    .txt-m {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .txt-m {
      font-size: 22px; } }

.txt-s {
  font-size: 20px; }
  @media (min-width: 768px) {
    .txt-s {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    .txt-s {
      font-size: 20px; } }

.flex-grid {
  display: flex;
  flex-wrap: wrap; }
  .flex-grid.top {
    align-items: flex-start; }
  .flex-grid.bottom {
    align-items: flex-end; }
  .flex-grid.center {
    align-items: center;
    justify-content: center; }
  .flex-grid.justify {
    justify-content: space-between; }
  .flex-grid.justify-center {
    justify-content: space-between;
    align-items: center; }
  .flex-grid.reverse {
    flex-direction: row-reverse; }
  .flex-grid._2col > .cell {
    width: 44%;
    max-width: calc(50% - 50px);
    min-width: calc(50% - 51px); }
  .flex-grid._3col > .cell {
    width: 30%;
    max-width: calc(33% - 50px);
    min-width: calc(33% - 51px); }
  .flex-grid .cell {
    max-width: none;
    width: auto;
    flex: 1;
    display: flex; }
  .flex-grid.inline .cell {
    flex: 0; }
  .flex-grid > .cell._1of12 {
    width: 6%;
    max-width: calc(8.333333333% - 50px); }
  .flex-grid > .cell._5of12 {
    width: 38%;
    max-width: calc(41.6666667% - 50px); }
  .flex-grid > .cell._1of10 {
    width: 8%;
    max-width: calc(10% - 50px); }
  .flex-grid > .cell._1of6 {
    width: 15%;
    max-width: calc(16.6666667% - 50px); }
  .flex-grid > .cell._1of5 {
    width: 18%;
    max-width: calc(20% - 50px); }
  .flex-grid > .cell._1of4 {
    width: 23%;
    max-width: calc(25% - 50px); }
  .flex-grid > .cell._3of10 {
    width: 28%;
    max-width: calc(30% - 50px); }
  .flex-grid > .cell._1of3 {
    width: 30%;
    max-width: calc(33% - 50px); }
  .flex-grid > .cell._4of10,
  .flex-grid > .cell._2of5 {
    width: 38%;
    max-width: calc(40% - 50px); }
  .flex-grid > .cell._1of2 {
    width: 44%;
    max-width: calc(50% - 50px); }
  .flex-grid > .cell._6of10,
  .flex-grid > .cell._3of5 {
    width: 58%;
    max-width: calc(60% - 50px); }
  .flex-grid > .cell._7of10 {
    width: 68%;
    max-width: calc(70% - 30px); }
  .flex-grid > .cell._8of10,
  .flex-grid > .cell._4of5 {
    width: 77%;
    max-width: calc(80% - 50px); }
  .flex-grid > .cell._9of10 {
    width: 88%;
    max-width: calc(90% - 50px); }

.g-r {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed; }

.opera-only :-o-prefocus,
.g-r {
  word-spacing: -0.43em; }

.g-c {
  display: inline-block;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.g-c-1, .g-c-1-2, .g-c-1-3, .g-c-2-3, .g-c-1-4, .g-c-3-4, .g-c-1-5, .g-c-2-5, .g-c-3-5, .g-c-4-5, .g-c-1-6, .g-c-5-6, .g-c-1-7, .g-c-2-7, .g-c-3-7,
.g-c-4-7, .g-c-5-7, .g-c-6-7, .g-c-1-8, .g-c-3-8, .g-c-5-8, .g-c-7-8, .g-c-1-9, .g-c-2-9, .g-c-4-9, .g-c-5-9, .g-c-6-9, .g-c-7-9, .g-c-8-9, .g-c-1-10,
.g-c-3-10, .g-c-7-10, .g-c-9-10, .g-c-1-11, .g-c-2-11, .g-c-3-11, .g-c-4-11, .g-c-5-11, .g-c-6-11, .g-c-7-11, .g-c-8-11, .g-c-9-11, .g-c-10-11, .g-c-1-12,
.g-c-5-12, .g-c-7-12, .g-c-9-12, .g-c-11-12, .g-c-1-13, .g-c-2-13, .g-c-3-13, .g-c-4-13, .g-c-5-13, .g-c-6-13, .g-c-7-13, .g-c-8-13, .g-c-9-13, .g-c-10-13,
.g-c-11-13, .g-c-12-13, .g-c-1-14, .g-c-3-14, .g-c-5-14, .g-c-9-14, .g-c-11-14, .g-c-13-14, .g-c-1-15, .g-c-2-15, .g-c-4-15, .g-c-6-15, .g-c-7-15, .g-c-8-15,
.g-c-9-15, .g-c-10-15, .g-c-11-15, .g-c-12-15, .g-c-13-15, .g-c-14-15, .g-c-1-16, .g-c-3-16, .g-c-5-16, .g-c-7-16, .g-c-9-16, .g-c-11-16, .g-c-13-16,
.g-c-15-16, .g-c-1-17, .g-c-2-17, .g-c-3-17, .g-c-4-17, .g-c-5-17, .g-c-6-17, .g-c-7-17, .g-c-8-17, .g-c-9-17, .g-c-10-17, .g-c-11-17, .g-c-12-17, .g-c-13-17,
.g-c-14-17, .g-c-15-17, .g-c-16-17, .g-c-1-18, .g-c-5-18, .g-c-7-18, .g-c-11-18, .g-c-13-18, .g-c-15-18, .g-c-17-18, .g-c-1-19, .g-c-2-19, .g-c-3-19,
.g-c-4-19, .g-c-5-19, .g-c-6-19, .g-c-7-19, .g-c-8-19, .g-c-9-19, .g-c-10-19, .g-c-11-19, .g-c-12-19, .g-c-13-19, .g-c-14-19, .g-c-15-19, .g-c-16-19,
.g-c-17-19, .g-c-18-19, .g-c-1-20, .g-c-3-20, .g-c-7-20, .g-c-9-20, .g-c-11-20, .g-c-13-20, .g-c-15-20, .g-c-17-20, .g-c-19-20, .g-c-1-21, .g-c-2-21,
.g-c-4-21, .g-c-5-21, .g-c-6-21, .g-c-8-21, .g-c-9-21, .g-c-10-21, .g-c-11-21, .g-c-12-21, .g-c-13-21, .g-c-14-21, .g-c-15-21, .g-c-16-21, .g-c-17-21,
.g-c-18-21, .g-c-19-21, .g-c-20-21, .g-c-1-22, .g-c-3-22, .g-c-5-22, .g-c-7-22, .g-c-9-22, .g-c-13-22, .g-c-15-22, .g-c-17-22, .g-c-19-22, .g-c-21-22,
.g-c-1-23, .g-c-2-23, .g-c-3-23, .g-c-4-23, .g-c-5-23, .g-c-6-23, .g-c-7-23, .g-c-8-23, .g-c-9-23, .g-c-10-23, .g-c-11-23, .g-c-12-23, .g-c-13-23,
.g-c-14-23, .g-c-15-23, .g-c-16-23, .g-c-17-23, .g-c-18-23, .g-c-19-23, .g-c-20-23, .g-c-21-23, .g-c-22-23, .g-c-1-24, .g-c-5-24, .g-c-7-24, .g-c-9-24,
.g-c-11-24, .g-c-13-24, .g-c-15-24, .g-c-17-24, .g-c-19-24, .g-c-21-24, .g-c-23-24 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.g-c-1 {
  display: block; }

.g-c-1-2 {
  width: 50%; }

.g-offset-1-2 {
  margin-left: 50%; }

.g-c-1-3 {
  width: 33.33333%; }

.g-offset-1-3 {
  margin-left: 33.33333%; }

.g-c-2-3 {
  width: 66.66667%; }

.g-offset-2-3 {
  margin-left: 66.66667%; }

.g-c-1-4 {
  width: 25%; }

.g-offset-1-4 {
  margin-left: 25%; }

.g-c-3-4 {
  width: 75%; }

.g-offset-3-4 {
  margin-left: 75%; }

.g-c-1-5 {
  width: 20%; }

.g-offset-1-5 {
  margin-left: 20%; }

.g-c-2-5 {
  width: 40%; }

.g-offset-2-5 {
  margin-left: 40%; }

.g-c-3-5 {
  width: 60%; }

.g-offset-3-5 {
  margin-left: 60%; }

.g-c-4-5 {
  width: 80%; }

.g-offset-4-5 {
  margin-left: 80%; }

.g-c-1-6 {
  width: 16.66667%; }

.g-offset-1-6 {
  margin-left: 16.66667%; }

.g-c-5-6 {
  width: 83.33333%; }

.g-offset-5-6 {
  margin-left: 83.33333%; }

.g-c-1-7 {
  width: 14.28571%; }

.g-offset-1-7 {
  margin-left: 14.28571%; }

.g-c-2-7 {
  width: 28.57143%; }

.g-offset-2-7 {
  margin-left: 28.57143%; }

.g-c-3-7 {
  width: 42.85714%; }

.g-offset-3-7 {
  margin-left: 42.85714%; }

.g-c-4-7 {
  width: 57.14286%; }

.g-offset-4-7 {
  margin-left: 57.14286%; }

.g-c-5-7 {
  width: 71.42857%; }

.g-offset-5-7 {
  margin-left: 71.42857%; }

.g-c-6-7 {
  width: 85.71429%; }

.g-offset-6-7 {
  margin-left: 85.71429%; }

.g-c-1-8 {
  width: 12.5%; }

.g-offset-1-8 {
  margin-left: 12.5%; }

.g-c-3-8 {
  width: 37.5%; }

.g-offset-3-8 {
  margin-left: 37.5%; }

.g-c-5-8 {
  width: 62.5%; }

.g-offset-5-8 {
  margin-left: 62.5%; }

.g-c-7-8 {
  width: 87.5%; }

.g-offset-7-8 {
  margin-left: 87.5%; }

.g-c-1-9 {
  width: 11.11111%; }

.g-offset-1-9 {
  margin-left: 11.11111%; }

.g-c-2-9 {
  width: 22.22222%; }

.g-offset-2-9 {
  margin-left: 22.22222%; }

.g-c-4-9 {
  width: 44.44444%; }

.g-offset-4-9 {
  margin-left: 44.44444%; }

.g-c-5-9 {
  width: 55.55556%; }

.g-offset-5-9 {
  margin-left: 55.55556%; }

.g-c-6-9 {
  width: 66.66667%; }

.g-offset-6-9 {
  margin-left: 66.66667%; }

.g-c-7-9 {
  width: 77.77778%; }

.g-offset-7-9 {
  margin-left: 77.77778%; }

.g-c-8-9 {
  width: 88.88889%; }

.g-offset-8-9 {
  margin-left: 88.88889%; }

.g-c-1-10 {
  width: 10%; }

.g-offset-1-10 {
  margin-left: 10%; }

.g-c-3-10 {
  width: 30%; }

.g-offset-3-10 {
  margin-left: 30%; }

.g-c-7-10 {
  width: 70%; }

.g-offset-7-10 {
  margin-left: 70%; }

.g-c-9-10 {
  width: 90%; }

.g-offset-9-10 {
  margin-left: 90%; }

.g-c-1-11 {
  width: 9.09091%; }

.g-offset-1-11 {
  margin-left: 9.09091%; }

.g-c-2-11 {
  width: 18.18182%; }

.g-offset-2-11 {
  margin-left: 18.18182%; }

.g-c-3-11 {
  width: 27.27273%; }

.g-offset-3-11 {
  margin-left: 27.27273%; }

.g-c-4-11 {
  width: 36.36364%; }

.g-offset-4-11 {
  margin-left: 36.36364%; }

.g-c-5-11 {
  width: 45.45455%; }

.g-offset-5-11 {
  margin-left: 45.45455%; }

.g-c-6-11 {
  width: 54.54545%; }

.g-offset-6-11 {
  margin-left: 54.54545%; }

.g-c-7-11 {
  width: 63.63636%; }

.g-offset-7-11 {
  margin-left: 63.63636%; }

.g-c-8-11 {
  width: 72.72727%; }

.g-offset-8-11 {
  margin-left: 72.72727%; }

.g-c-9-11 {
  width: 81.81818%; }

.g-offset-9-11 {
  margin-left: 81.81818%; }

.g-c-10-11 {
  width: 90.90909%; }

.g-offset-10-11 {
  margin-left: 90.90909%; }

.g-c-1-12 {
  width: 8.33333%; }

.g-offset-1-12 {
  margin-left: 8.33333%; }

.g-c-5-12 {
  width: 41.66667%; }

.g-offset-5-12 {
  margin-left: 41.66667%; }

.g-c-7-12 {
  width: 58.33333%; }

.g-offset-7-12 {
  margin-left: 58.33333%; }

.g-c-9-12 {
  width: 75%; }

.g-offset-9-12 {
  margin-left: 75%; }

.g-c-11-12 {
  width: 91.66667%; }

.g-offset-11-12 {
  margin-left: 91.66667%; }

.g-c-1-13 {
  width: 7.69231%; }

.g-offset-1-13 {
  margin-left: 7.69231%; }

.g-c-2-13 {
  width: 15.38462%; }

.g-offset-2-13 {
  margin-left: 15.38462%; }

.g-c-3-13 {
  width: 23.07692%; }

.g-offset-3-13 {
  margin-left: 23.07692%; }

.g-c-4-13 {
  width: 30.76923%; }

.g-offset-4-13 {
  margin-left: 30.76923%; }

.g-c-5-13 {
  width: 38.46154%; }

.g-offset-5-13 {
  margin-left: 38.46154%; }

.g-c-6-13 {
  width: 46.15385%; }

.g-offset-6-13 {
  margin-left: 46.15385%; }

.g-c-7-13 {
  width: 53.84615%; }

.g-offset-7-13 {
  margin-left: 53.84615%; }

.g-c-8-13 {
  width: 61.53846%; }

.g-offset-8-13 {
  margin-left: 61.53846%; }

.g-c-9-13 {
  width: 69.23077%; }

.g-offset-9-13 {
  margin-left: 69.23077%; }

.g-c-10-13 {
  width: 76.92308%; }

.g-offset-10-13 {
  margin-left: 76.92308%; }

.g-c-11-13 {
  width: 84.61538%; }

.g-offset-11-13 {
  margin-left: 84.61538%; }

.g-c-12-13 {
  width: 92.30769%; }

.g-offset-12-13 {
  margin-left: 92.30769%; }

.g-c-1-14 {
  width: 7.14286%; }

.g-offset-1-14 {
  margin-left: 7.14286%; }

.g-c-3-14 {
  width: 21.42857%; }

.g-offset-3-14 {
  margin-left: 21.42857%; }

.g-c-5-14 {
  width: 35.71429%; }

.g-offset-5-14 {
  margin-left: 35.71429%; }

.g-c-9-14 {
  width: 64.28571%; }

.g-offset-9-14 {
  margin-left: 64.28571%; }

.g-c-11-14 {
  width: 78.57143%; }

.g-offset-11-14 {
  margin-left: 78.57143%; }

.g-c-13-14 {
  width: 92.85714%; }

.g-offset-13-14 {
  margin-left: 92.85714%; }

.g-c-1-15 {
  width: 6.66667%; }

.g-offset-1-15 {
  margin-left: 6.66667%; }

.g-c-2-15 {
  width: 13.33333%; }

.g-offset-2-15 {
  margin-left: 13.33333%; }

.g-c-4-15 {
  width: 26.66667%; }

.g-offset-4-15 {
  margin-left: 26.66667%; }

.g-c-6-15 {
  width: 40%; }

.g-offset-6-15 {
  margin-left: 40%; }

.g-c-7-15 {
  width: 46.66667%; }

.g-offset-7-15 {
  margin-left: 46.66667%; }

.g-c-8-15 {
  width: 53.33333%; }

.g-offset-8-15 {
  margin-left: 53.33333%; }

.g-c-9-15 {
  width: 60%; }

.g-offset-9-15 {
  margin-left: 60%; }

.g-c-10-15 {
  width: 66.66667%; }

.g-offset-10-15 {
  margin-left: 66.66667%; }

.g-c-11-15 {
  width: 73.33333%; }

.g-offset-11-15 {
  margin-left: 73.33333%; }

.g-c-12-15 {
  width: 80%; }

.g-offset-12-15 {
  margin-left: 80%; }

.g-c-13-15 {
  width: 86.66667%; }

.g-offset-13-15 {
  margin-left: 86.66667%; }

.g-c-14-15 {
  width: 93.33333%; }

.g-offset-14-15 {
  margin-left: 93.33333%; }

.g-c-1-16 {
  width: 6.25%; }

.g-offset-1-16 {
  margin-left: 6.25%; }

.g-c-3-16 {
  width: 18.75%; }

.g-offset-3-16 {
  margin-left: 18.75%; }

.g-c-5-16 {
  width: 31.25%; }

.g-offset-5-16 {
  margin-left: 31.25%; }

.g-c-7-16 {
  width: 43.75%; }

.g-offset-7-16 {
  margin-left: 43.75%; }

.g-c-9-16 {
  width: 56.25%; }

.g-offset-9-16 {
  margin-left: 56.25%; }

.g-c-11-16 {
  width: 68.75%; }

.g-offset-11-16 {
  margin-left: 68.75%; }

.g-c-13-16 {
  width: 81.25%; }

.g-offset-13-16 {
  margin-left: 81.25%; }

.g-c-15-16 {
  width: 93.75%; }

.g-offset-15-16 {
  margin-left: 93.75%; }

.g-c-1-17 {
  width: 5.88235%; }

.g-offset-1-17 {
  margin-left: 5.88235%; }

.g-c-2-17 {
  width: 11.76471%; }

.g-offset-2-17 {
  margin-left: 11.76471%; }

.g-c-3-17 {
  width: 17.64706%; }

.g-offset-3-17 {
  margin-left: 17.64706%; }

.g-c-4-17 {
  width: 23.52941%; }

.g-offset-4-17 {
  margin-left: 23.52941%; }

.g-c-5-17 {
  width: 29.41176%; }

.g-offset-5-17 {
  margin-left: 29.41176%; }

.g-c-6-17 {
  width: 35.29412%; }

.g-offset-6-17 {
  margin-left: 35.29412%; }

.g-c-7-17 {
  width: 41.17647%; }

.g-offset-7-17 {
  margin-left: 41.17647%; }

.g-c-8-17 {
  width: 47.05882%; }

.g-offset-8-17 {
  margin-left: 47.05882%; }

.g-c-9-17 {
  width: 52.94118%; }

.g-offset-9-17 {
  margin-left: 52.94118%; }

.g-c-10-17 {
  width: 58.82353%; }

.g-offset-10-17 {
  margin-left: 58.82353%; }

.g-c-11-17 {
  width: 64.70588%; }

.g-offset-11-17 {
  margin-left: 64.70588%; }

.g-c-12-17 {
  width: 70.58824%; }

.g-offset-12-17 {
  margin-left: 70.58824%; }

.g-c-13-17 {
  width: 76.47059%; }

.g-offset-13-17 {
  margin-left: 76.47059%; }

.g-c-14-17 {
  width: 82.35294%; }

.g-offset-14-17 {
  margin-left: 82.35294%; }

.g-c-15-17 {
  width: 88.23529%; }

.g-offset-15-17 {
  margin-left: 88.23529%; }

.g-c-16-17 {
  width: 94.11765%; }

.g-offset-16-17 {
  margin-left: 94.11765%; }

.g-c-1-18 {
  width: 5.55556%; }

.g-offset-1-18 {
  margin-left: 5.55556%; }

.g-c-5-18 {
  width: 27.77778%; }

.g-offset-5-18 {
  margin-left: 27.77778%; }

.g-c-7-18 {
  width: 38.88889%; }

.g-offset-7-18 {
  margin-left: 38.88889%; }

.g-c-11-18 {
  width: 61.11111%; }

.g-offset-11-18 {
  margin-left: 61.11111%; }

.g-c-13-18 {
  width: 72.22222%; }

.g-offset-13-18 {
  margin-left: 72.22222%; }

.g-c-15-18 {
  width: 83.33333%; }

.g-offset-15-18 {
  margin-left: 83.33333%; }

.g-c-17-18 {
  width: 94.44444%; }

.g-offset-17-18 {
  margin-left: 94.44444%; }

.g-c-1-19 {
  width: 5.26316%; }

.g-offset-1-19 {
  margin-left: 5.26316%; }

.g-c-2-19 {
  width: 10.52632%; }

.g-offset-2-19 {
  margin-left: 10.52632%; }

.g-c-3-19 {
  width: 15.78947%; }

.g-offset-3-19 {
  margin-left: 15.78947%; }

.g-c-4-19 {
  width: 21.05263%; }

.g-offset-4-19 {
  margin-left: 21.05263%; }

.g-c-5-19 {
  width: 26.31579%; }

.g-offset-5-19 {
  margin-left: 26.31579%; }

.g-c-6-19 {
  width: 31.57895%; }

.g-offset-6-19 {
  margin-left: 31.57895%; }

.g-c-7-19 {
  width: 36.84211%; }

.g-offset-7-19 {
  margin-left: 36.84211%; }

.g-c-8-19 {
  width: 42.10526%; }

.g-offset-8-19 {
  margin-left: 42.10526%; }

.g-c-9-19 {
  width: 47.36842%; }

.g-offset-9-19 {
  margin-left: 47.36842%; }

.g-c-10-19 {
  width: 52.63158%; }

.g-offset-10-19 {
  margin-left: 52.63158%; }

.g-c-11-19 {
  width: 57.89474%; }

.g-offset-11-19 {
  margin-left: 57.89474%; }

.g-c-12-19 {
  width: 63.15789%; }

.g-offset-12-19 {
  margin-left: 63.15789%; }

.g-c-13-19 {
  width: 68.42105%; }

.g-offset-13-19 {
  margin-left: 68.42105%; }

.g-c-14-19 {
  width: 73.68421%; }

.g-offset-14-19 {
  margin-left: 73.68421%; }

.g-c-15-19 {
  width: 78.94737%; }

.g-offset-15-19 {
  margin-left: 78.94737%; }

.g-c-16-19 {
  width: 84.21053%; }

.g-offset-16-19 {
  margin-left: 84.21053%; }

.g-c-17-19 {
  width: 89.47368%; }

.g-offset-17-19 {
  margin-left: 89.47368%; }

.g-c-18-19 {
  width: 94.73684%; }

.g-offset-18-19 {
  margin-left: 94.73684%; }

.g-c-1-20 {
  width: 5%; }

.g-offset-1-20 {
  margin-left: 5%; }

.g-c-3-20 {
  width: 15%; }

.g-offset-3-20 {
  margin-left: 15%; }

.g-c-7-20 {
  width: 35%; }

.g-offset-7-20 {
  margin-left: 35%; }

.g-c-9-20 {
  width: 45%; }

.g-offset-9-20 {
  margin-left: 45%; }

.g-c-11-20 {
  width: 55%; }

.g-offset-11-20 {
  margin-left: 55%; }

.g-c-13-20 {
  width: 65%; }

.g-offset-13-20 {
  margin-left: 65%; }

.g-c-15-20 {
  width: 75%; }

.g-offset-15-20 {
  margin-left: 75%; }

.g-c-17-20 {
  width: 85%; }

.g-offset-17-20 {
  margin-left: 85%; }

.g-c-19-20 {
  width: 95%; }

.g-offset-19-20 {
  margin-left: 95%; }

.g-c-1-21 {
  width: 4.7619%; }

.g-offset-1-21 {
  margin-left: 4.7619%; }

.g-c-2-21 {
  width: 9.52381%; }

.g-offset-2-21 {
  margin-left: 9.52381%; }

.g-c-4-21 {
  width: 19.04762%; }

.g-offset-4-21 {
  margin-left: 19.04762%; }

.g-c-5-21 {
  width: 23.80952%; }

.g-offset-5-21 {
  margin-left: 23.80952%; }

.g-c-6-21 {
  width: 28.57143%; }

.g-offset-6-21 {
  margin-left: 28.57143%; }

.g-c-8-21 {
  width: 38.09524%; }

.g-offset-8-21 {
  margin-left: 38.09524%; }

.g-c-9-21 {
  width: 42.85714%; }

.g-offset-9-21 {
  margin-left: 42.85714%; }

.g-c-10-21 {
  width: 47.61905%; }

.g-offset-10-21 {
  margin-left: 47.61905%; }

.g-c-11-21 {
  width: 52.38095%; }

.g-offset-11-21 {
  margin-left: 52.38095%; }

.g-c-12-21 {
  width: 57.14286%; }

.g-offset-12-21 {
  margin-left: 57.14286%; }

.g-c-13-21 {
  width: 61.90476%; }

.g-offset-13-21 {
  margin-left: 61.90476%; }

.g-c-14-21 {
  width: 66.66667%; }

.g-offset-14-21 {
  margin-left: 66.66667%; }

.g-c-15-21 {
  width: 71.42857%; }

.g-offset-15-21 {
  margin-left: 71.42857%; }

.g-c-16-21 {
  width: 76.19048%; }

.g-offset-16-21 {
  margin-left: 76.19048%; }

.g-c-17-21 {
  width: 80.95238%; }

.g-offset-17-21 {
  margin-left: 80.95238%; }

.g-c-18-21 {
  width: 85.71429%; }

.g-offset-18-21 {
  margin-left: 85.71429%; }

.g-c-19-21 {
  width: 90.47619%; }

.g-offset-19-21 {
  margin-left: 90.47619%; }

.g-c-20-21 {
  width: 95.2381%; }

.g-offset-20-21 {
  margin-left: 95.2381%; }

.g-c-1-22 {
  width: 4.54545%; }

.g-offset-1-22 {
  margin-left: 4.54545%; }

.g-c-3-22 {
  width: 13.63636%; }

.g-offset-3-22 {
  margin-left: 13.63636%; }

.g-c-5-22 {
  width: 22.72727%; }

.g-offset-5-22 {
  margin-left: 22.72727%; }

.g-c-7-22 {
  width: 31.81818%; }

.g-offset-7-22 {
  margin-left: 31.81818%; }

.g-c-9-22 {
  width: 40.90909%; }

.g-offset-9-22 {
  margin-left: 40.90909%; }

.g-c-13-22 {
  width: 59.09091%; }

.g-offset-13-22 {
  margin-left: 59.09091%; }

.g-c-15-22 {
  width: 68.18182%; }

.g-offset-15-22 {
  margin-left: 68.18182%; }

.g-c-17-22 {
  width: 77.27273%; }

.g-offset-17-22 {
  margin-left: 77.27273%; }

.g-c-19-22 {
  width: 86.36364%; }

.g-offset-19-22 {
  margin-left: 86.36364%; }

.g-c-21-22 {
  width: 95.45455%; }

.g-offset-21-22 {
  margin-left: 95.45455%; }

.g-c-1-23 {
  width: 4.34783%; }

.g-offset-1-23 {
  margin-left: 4.34783%; }

.g-c-2-23 {
  width: 8.69565%; }

.g-offset-2-23 {
  margin-left: 8.69565%; }

.g-c-3-23 {
  width: 13.04348%; }

.g-offset-3-23 {
  margin-left: 13.04348%; }

.g-c-4-23 {
  width: 17.3913%; }

.g-offset-4-23 {
  margin-left: 17.3913%; }

.g-c-5-23 {
  width: 21.73913%; }

.g-offset-5-23 {
  margin-left: 21.73913%; }

.g-c-6-23 {
  width: 26.08696%; }

.g-offset-6-23 {
  margin-left: 26.08696%; }

.g-c-7-23 {
  width: 30.43478%; }

.g-offset-7-23 {
  margin-left: 30.43478%; }

.g-c-8-23 {
  width: 34.78261%; }

.g-offset-8-23 {
  margin-left: 34.78261%; }

.g-c-9-23 {
  width: 39.13043%; }

.g-offset-9-23 {
  margin-left: 39.13043%; }

.g-c-10-23 {
  width: 43.47826%; }

.g-offset-10-23 {
  margin-left: 43.47826%; }

.g-c-11-23 {
  width: 47.82609%; }

.g-offset-11-23 {
  margin-left: 47.82609%; }

.g-c-12-23 {
  width: 52.17391%; }

.g-offset-12-23 {
  margin-left: 52.17391%; }

.g-c-13-23 {
  width: 56.52174%; }

.g-offset-13-23 {
  margin-left: 56.52174%; }

.g-c-14-23 {
  width: 60.86957%; }

.g-offset-14-23 {
  margin-left: 60.86957%; }

.g-c-15-23 {
  width: 65.21739%; }

.g-offset-15-23 {
  margin-left: 65.21739%; }

.g-c-16-23 {
  width: 69.56522%; }

.g-offset-16-23 {
  margin-left: 69.56522%; }

.g-c-17-23 {
  width: 73.91304%; }

.g-offset-17-23 {
  margin-left: 73.91304%; }

.g-c-18-23 {
  width: 78.26087%; }

.g-offset-18-23 {
  margin-left: 78.26087%; }

.g-c-19-23 {
  width: 82.6087%; }

.g-offset-19-23 {
  margin-left: 82.6087%; }

.g-c-20-23 {
  width: 86.95652%; }

.g-offset-20-23 {
  margin-left: 86.95652%; }

.g-c-21-23 {
  width: 91.30435%; }

.g-offset-21-23 {
  margin-left: 91.30435%; }

.g-c-22-23 {
  width: 95.65217%; }

.g-offset-22-23 {
  margin-left: 95.65217%; }

.g-c-1-24 {
  width: 4.16667%; }

.g-offset-1-24 {
  margin-left: 4.16667%; }

.g-c-5-24 {
  width: 20.83333%; }

.g-offset-5-24 {
  margin-left: 20.83333%; }

.g-c-7-24 {
  width: 29.16667%; }

.g-offset-7-24 {
  margin-left: 29.16667%; }

.g-c-9-24 {
  width: 37.5%; }

.g-offset-9-24 {
  margin-left: 37.5%; }

.g-c-11-24 {
  width: 45.83333%; }

.g-offset-11-24 {
  margin-left: 45.83333%; }

.g-c-13-24 {
  width: 54.16667%; }

.g-offset-13-24 {
  margin-left: 54.16667%; }

.g-c-15-24 {
  width: 62.5%; }

.g-offset-15-24 {
  margin-left: 62.5%; }

.g-c-17-24 {
  width: 70.83333%; }

.g-offset-17-24 {
  margin-left: 70.83333%; }

.g-c-19-24 {
  width: 79.16667%; }

.g-offset-19-24 {
  margin-left: 79.16667%; }

.g-c-21-24 {
  width: 87.5%; }

.g-offset-21-24 {
  margin-left: 87.5%; }

.g-c-23-24 {
  width: 95.83333%; }

.g-offset-23-24 {
  margin-left: 95.83333%; }

.g-r-r {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em; }

.opera-only :-o-prefocus,
.g-r-r {
  word-spacing: -0.43em; }

.g-r-r img {
  max-width: 100%; }

@media (min-width: 980px) {
  .g-visible-phone {
    display: none; }
  .g-visible-tablet {
    display: none; }
  .g-hidden-desktop {
    display: none; } }

@media (max-width: 767px) {
  .g-r-r > [class^="g-c"] {
    width: 100%; }
  .g-r-r > .g-offset-1-24 {
    margin: initial; } }

@media (min-width: 768px) and (max-width: 979px) {
  .g-hidden-tablet {
    display: none; }
  .g-visible-desktop {
    display: none; } }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body,
html {
  margin: 0;
  padding: 0; }
  @media (max-width: 767px) and (orientation: portrait) {
    body,
    html {
      min-width: 360px; } }

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #585858;
  font-size: 19px;
  font-weight: normal; }
  @media (max-width: 767px) and (orientation: portrait) {
    body {
      font-size: 4vw;
      color: #727272; } }
  @media (min-device-width: 767px) and (max-device-width: 1024px) {
    body {
      font-size: 15px; } }
  @media (max-width: 480px) {
    body {
      font-size: 18px; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

.narrow {
  font-family: "Arial Narrow", Arial, sans-serif; }

.bold, b, strong, .strong {
  font-family: "Arial Bold", Gadget, sans-serif; }

.arial-black {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif; }

.ir {
  text-align: left;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden; }
.normaltxt{color:#585858!important;}
.clear:before,
.clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

.mobile-only {
  display: initial; }
  @media (min-width: 767px) {
    .mobile-only {
      display: none; } }

.desktop-only {
  display: none; }
  @media (min-width: 767px) {
    .desktop-only {
      display: initial; } }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.accent {
  color: #02a69c; }

.accent-alt {
  color: #02a69c; }

a, a:active, a:hover, a:visited {
  color: #008cd0;
  text-decoration: none; }
  a.alt, a:active.alt, a:hover.alt, a:visited.alt {
    color: #333333; }

a:active, a:hover {
  color: #009dea; }
  a:active.alt, a:hover.alt {
    color: #4b4b4b; }

.chevron::before {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em; }

.chevron.right:before {
  left: 0;
  transform: rotate(45deg); }

.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg); }

.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg); }

/* container ele */
.contain {
  width: 88%;
  margin: 0 auto;
  max-width: 1440px;
  min-width: 320px; }
  @media (min-width: 767px) {
    .contain {
      width: 92%; } }

#col-wrap {
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-width: 320px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.125); }

.btn-menu {
  margin: 0;
  padding: 0;
  border: none;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  height: 76px;
  line-height: 76px;
  position: relative;
  text-indent: -10px;
  font-size: 28px; }
  .btn-menu:active, .btn-menu:focus {
    outline: none; }
  @media (min-width: 767px) {
    .btn-menu {
      display: none; } }
  .btn-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #c2c2c2;
    position: absolute;
    right: 50%;
    top: 40%;
    margin-right: -75px; }

#nav-main {
  color: #ffffff;
  padding: 0 0;
  min-height: 76px; }
  @media (min-width: 767px) {
    #nav-main {
      padding: 0;
      padding: 14px 0;
      min-height: 0; } }
  #nav-main a, #nav-main a:active, #nav-main a:hover, #nav-main a:visited {
    color: #eceae7;
    text-decoration: none; }
  #nav-main .links {
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    white-space: nowrap;
    font-size: 18px;
    letter-spacing: 1px; }
    @media (max-width: 767px) and (orientation: portrait) {
      #nav-main .links.contain {
        width: 100%; } }
  #nav-main .link {
    font-size: 14px; }
    @media (max-width: 767px) and (orientation: portrait) {
      #nav-main .link {
        font-size: 28px; } }
  #nav-main .inactive {
    cursor: default;
    opacity: 0.5; }
  #nav-main .links {
    display: none; }
    @media (min-width: 767px) {
      #nav-main .links {
        display: flex; } }

.nav-grid {
  margin: 0 auto 100px;
  width: 80%;
  max-width: 1400px;
  padding: 0;
  list-style-type: none;
  width: 100%; }
  .nav-grid li {
    list-style-type: none;
    margin-bottom: 50px; }
  .nav-grid a {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #585858;
    position: relative; }
    .nav-grid a:hover:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 0;
      padding-bottom: 56.1452514%;
      left: 0;
      top: 0;
      background: url(../images/grid-hover.png) center center no-repeat rgba(0, 0, 0, 0.5);
      background-size: cover; }
  .nav-grid img {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
    height: auto;
    border: 1px solid #ddd; }
  .nav-grid span {
    letter-spacing: 0;
    text-transform: capitalize;
    display: block;
    font-size: 200%;
    color: #333333;
    font-weight: 900; }
  @media (max-width: 767px) and (orientation: portrait) {
    .nav-grid {
      display: block;
      max-width: 80%;
      font-size: 1.3em; }
      .nav-grid.flex-grid > .cell, .nav-grid.flex-grid._3col > .cell {
        display: block;
        max-width: initial;
        min-width: initial;
        width: 100%; } }

.text-alt {
  color: #606060;
  font-size: 1.75em; }

#main {
  margin-top: 50px;
  position: relative;
  z-index: 5; }
  @media (min-device-width: 767px) and (max-device-width: 1024px) {
    #main {
      margin-top: 0; } }
  @media (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: portrait) {
    #main {
      margin-top: 0; } }

#header {
  color: #585858;
  height: 96px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #header:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 10px;
    background: #fdc913;
    background: -moz-linear-gradient(left, #fdc913 30%, #f7a238 70%);
    background: -webkit-linear-gradient(left, #fdc913 30%, #f7a238 70%);
    background: linear-gradient(to right, #fdc913 30%, #f7a238 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc913', endColorstr='#f7a238',GradientType=1 ); }
  #header #brand {
    max-width: 100%;
    min-width: 150px;
    height: auto; }
    @media (max-width: 767px) and (orientation: portrait) {
      #header #brand {
        width: 100px;
        min-width: 224px; } }
  #header .logo {
    float: left;
    width: 30%;
    height: auto;
    color: #333333;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: left; }
    @media (max-width: 767px) and (orientation: portrait) {
      #header .logo {
        text-align: center;
        float: none;
        width: 100%; } }
    @media (min-device-width: 767px) and (max-device-width: 1024px) {
      #header .logo {
        text-align: left;
        float: left;
        width: 30%; } }
  #header .aside {
    float: left;
    width: 70%;
    text-align: right;
    font-size: 1.5em;
    color: #c2c2c2;
    padding-top: 12px; }
    #header .aside em {
      display: block;
      width: 100%; }
    #header .aside .number {
      padding-left: 1em; }
    @media (max-width: 767px) and (orientation: portrait) {
      #header .aside {
        display: none; } }
    @media (min-device-width: 767px) and (max-device-width: 1024px) {
      #header .aside {
        display: block;
        font-size: 0.9rem;
        padding-top: 1rem; } }
    @media (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: portrait) {
      #header .aside {
        padding-top: 1.625rem; } }
  #header #menu {
    text-transform: none;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #333333;
    list-style-type: none; }
    #header #menu li {
      list-style-type: none;
      margin: 0;
      padding: 0 1em;
      text-align: center; }

.nav-link {
  display: block;
  text-align: center;
  width: 100%; }

.heading {
  font-size: 1.95rem; }
  @media (min-width: 1440px) {
    .heading {
      font-size: 1.95rem; } }
  @media (max-width: 480px) {
    .heading {
      font-size: 1.95rem; } }
  .heading.heading--section {
    font-size: 2.625rem; }
    @media (min-width: 1440px) {
      .heading.heading--section {
        font-size: 2.625rem; } }
    @media (max-width: 767px) and (orientation: portrait) {
      .heading.heading--section {
        font-size: 3rem; } }
    @media (max-width: 360px) {
      .heading.heading--section {
        font-size: 2.5rem; }
        .heading.heading--section small {
          font-size: 70%; } }
  .heading.heading--sub sup {
    padding-left: 0.1em;
    font-size: 0.7em;
    top: -0.4em; }
  .heading .brand {
    text-transform: uppercase; }

#hero {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  color: #ffffff;
  line-height: 1em;
  height: auto;
  background: url(../images/masthead-hero.jpg) no-repeat center top;
  background-size: 100% auto; }
  #hero:before {
    display: block;
    float: left;
    content: '';
    width: 1px;
    height: 0;
    padding-bottom: 67.2222222%; }
  @media (max-width: 767px) and (orientation: portrait) {
    #hero {
      background: url(../images/masthead-hero-mobile.jpg) no-repeat center;
      background-size: 100% auto; }
      #hero:before {
        padding-bottom: 130%; } }
  @media (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: portrait) {
    #hero {
      background-position: center 14%; }
      #hero:before {
        padding-bottom: 115%; } }
  #hero .contents {
    padding-top: 10%;
    height: 100%; }
  #hero em {
    font-style: normal; }
  #hero .tag {
    text-shadow: 1px 1px 0 #585858; }
    #hero .tag .strong {
      line-height: 1em;
      display: block;
      font-size: 8vw;
      letter-spacing: -1px; }
      #hero .tag .strong sup {
        font-size: 0.25em;
        top: -4vw; }
      @media (min-width: 1440px) {
        #hero .tag .strong {
          font-size: 116px; }
          #hero .tag .strong sup {
            top: -58px; } }
    @media (max-width: 767px) and (orientation: portrait) {
      #hero .tag {
        position: absolute;
        bottom: 6%;
        left: 6%;
        width: 70%; }
        #hero .tag .strong {
          font-size: 16vw; }
          #hero .tag .strong sup {
            top: -8vw; }
        #hero .tag sup {
          top: -1.5em; } }
    @media (max-width: 480px) {
      #hero .tag .strong {
        font-size: 72px; }
        #hero .tag .strong sup {
          top: -36px; } }
  #hero .subhead {
    position: absolute;
    bottom: 4.96vw; }

.safety-info {
  text-transform: uppercase;
  margin: 1em 0; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  @media (max-width: 767px) and (orientation: portrait) {
    .video-wrapper {
      margin-bottom: 5vw; } }

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.section.manufacturer {
  position: relative;
  z-index: 10;
  margin-top: -10vw;
  opacity: 0.6;
  font-size: 1.25rem; }
  @media (max-width: 767px) and (orientation: portrait) {
    .section.manufacturer {
      margin-top: 0;
      background: #f7f7f7;
      text-align: center;
      font-size: 1.5rem; } }
  @media (min-width: 1440px) {
    .section.manufacturer {
      margin-top: -140px; } }
  .section.manufacturer .contain {
    padding: 2rem 0; }

.section.ready .col {
  display: inline-block;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.section.ready .col--offset {
  margin-left: 4.16667%; }

.section.ready .col--1 {
  width: 54.16667%; }

.section.ready .col--2 {
  width: 33.33333%; }

@media (max-width: 767px) and (orientation: portrait) {
  .section.ready .col--offset {
    margin-left: 0; }
  .section.ready .col--1,
  .section.ready .col--2 {
    width: 100%; } }

@media (min-device-width: 767px) and (max-device-width: 1024px) {
  .section.ready .col--offset {
    margin-left: 4.16667%; }
  .section.ready .col--1 {
    width: 54.16667%; }
    .section.ready .col--1.col--offset {
      margin-left: 0; }
  .section.ready .col--2 {
    width: 37.48333%; }
    .section.ready .col--2 .heading.heading--section {
      font-size: 1.85rem; } }

.section.section--highlight {
  background: #7db9b7;
  background: -moz-linear-gradient(-45deg, #7db9b7 0%, #2f6f6e 100%);
  background: -webkit-linear-gradient(-45deg, #7db9b7 0%, #2f6f6e 100%);
  background: linear-gradient(135deg, #7db9b7 0%, #2f6f6e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9b7', endColorstr='#2f6f6e',GradientType=1 ); }

.section.info {
  position: relative;
  margin: 2em auto;
  position: relative; }
  .section.info:before {
    content: '';
    float: left;
    height: 0;
    padding-bottom: 49.7222222%; }
    @media (max-width: 767px) and (orientation: portrait) {
      .section.info:before {
        padding: 0;
        float: initial;
        height: initial; } }
  .section.info .mod {
    position: relative;
    z-index: 5;
    float: left;
    width: 33%;
    margin: 6% 4% 0 13%;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: auto;
    font-size: 1.625vw; }
    .section.info .mod:before {
      display: block;
      float: left;
      content: '';
      width: 1px;
      height: 0;
      padding-bottom: 109.4420601%; }
    .section.info .mod:first-child {
      margin-left: 12%; }
    .section.info .mod:last-child {
      margin-left: 4%; }
    @media (min-width: 1440px) {
      .section.info .mod {
        font-size: 24px; } }
    @media (max-width: 767px) and (orientation: portrait) {
      .section.info .mod {
        height: auto;
        width: 76%;
        float: none;
        margin: 14vw auto 8vw;
        font-size: 3.625vw; }
        .section.info .mod:before {
          padding-bottom: 94.9409781%; }
        .section.info .mod:last-child {
          margin: 8vw auto 14vw; } }
    @media (min-device-width: 767px) and (max-device-width: 1024px) {
      .section.info .mod {
        width: 33%;
        float: left;
        font-size: 1.7vw;
        margin: 6% 4% 6% 13%; }
        .section.info .mod:before {
          display: block;
          float: left;
          content: '';
          width: 1px;
          height: 0;
          padding-bottom: 109.4420601%; }
        .section.info .mod:first-child {
          margin-left: 12%; }
        .section.info .mod:last-child {
          margin: 6% 4% 6% 4%; } }
    .section.info .mod .contents {
      float: left;
      width: 99.4%; }
    .section.info .mod .heading {
      text-transform: uppercase;
      text-align: center;
      font-size: 33px;
      font-size: 2.5vw;
      padding-top: 10%; }
      @media (min-width: 1440px) {
        .section.info .mod .heading {
          font-size: 36px; } }
      @media (max-width: 767px) and (orientation: portrait) {
        .section.info .mod .heading {
          font-size: 5vw; } }
      @media (min-device-width: 767px) and (max-device-width: 1024px) {
        .section.info .mod .heading {
          font-size: 2.5vw; } }
    .section.info .mod .icon {
      display: block;
      height: 150px;
      background: url(../images/icon-ear-sound.png) no-repeat center transparent;
      background-size: contain;
      width: 100%;
      margin: 11% 0 0;
      height: 0;
      padding-top: 30%; }
      .section.info .mod .icon.icon--face {
        margin-top: 9%;
        background-image: url(../images/icon-face.png); }
      @media (max-width: 767px) and (orientation: portrait) {
        .section.info .mod .icon {
          margin: 9% 0 0;
          height: 0;
          padding-top: 30%; }
          .section.info .mod .icon.icon--face {
            margin-top: 7%; } }
      @media (min-device-width: 767px) and (max-device-width: 1024px) {
        .section.info .mod .icon {
          margin: 13% 0 0; }
          .section.info .mod .icon.icon--face {
            margin-top: 12%; } }
      @media (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: portrait) {
        .section.info .mod .icon {
          margin: 11% 0 0; }
          .section.info .mod .icon.icon--face {
            margin-top: 10%; } }
    .section.info .mod p {
      position: absolute;
      bottom: 10%;
      left: 10%;
      width: 80%;
      text-align: center;
      margin: 0 auto; }

.section.safety .heading {
  margin-top: 2.5rem; }

.section.safety ul {
  margin-left: 2.16667%; }
  .section.safety ul li {
    padding-left: 1%;
    padding-bottom: 0.5em; }

.section.legal {
  background: #f7f7f7;
  font-size: 0.5rem;
  font-size: 10px;
  padding: 2rem 0 2rem;
  color: #c2c2c2;
  position: relative; }
  .section.legal:after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    height: 10px;
    background: #fdc913;
    background: -moz-linear-gradient(left, #fdc913 30%, #f7a238 70%);
    background: -webkit-linear-gradient(left, #fdc913 30%, #f7a238 70%);
    background: linear-gradient(to right, #fdc913 30%, #f7a238 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc913', endColorstr='#f7a238',GradientType=1 ); }
  .section.legal .umg {
    display: block;
    max-width: 150px;
    height: auto;
    margin-bottom: 1rem; }
  .section.legal p {
    line-height: 1.5em;
    line-height: 1.25em; }
  @media (max-width: 767px) and (orientation: portrait) {
    .section.legal {
      font-size: 15px; } }
  @media (max-width: 767px) and (orientation: portrait) {
    .section.legal {
      font-size: 10px; } }

.footnote {
  font-size: 1.125rem; }
  @media (max-width: 767px) and (orientation: portrait) {
    .footnote {
      font-size: 1.125rem; } }
  @media (min-device-width: 767px) and (max-device-width: 1024px) {
    .footnote {
      font-size: 0.8rem;
      text-align: left; } }
  .footnote ol, .footnote ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2em; }
    .footnote ol li, .footnote ul li {
      list-style-type: none;
      padding-bottom: 0.5em; }
      @media (max-width: 767px) and (orientation: portrait) {
        .footnote ol li, .footnote ul li {
          padding-bottom: 0.75em; } }
      @media (min-device-width: 767px) and (max-device-width: 1024px) {
        .footnote ol li, .footnote ul li {
          width: 80%; } }

#footer {
  padding: 60px 0;
  min-height: 200px;
  color: #ffffff; }
  #footer a, #footer a:active, #footer a:hover, #footer a:visited {
    color: #ffffff;
    text-decoration: none; }
  #footer a:active, #footer a:hover {
    color: #f2f2f2; }
  @media (max-width: 767px) and (orientation: portrait) {
    #footer {
      padding: 100px 0 20px 0; } }
  #footer .url {
    margin-top: 1.625rem; }
    #footer .url a, #footer .url a:active, #footer .url a:hover, #footer .url a:visited {
      color: #ffffff;
      text-decoration: none; }
    #footer .url a:active, #footer .url a:hover {
      color: #e6e6e6; }
    @media (max-width: 767px) and (orientation: portrait) {
      #footer .url {
        width: 50%;
        float: left;
        font-size: 4vw;
        margin-top: 1vw; }
        #footer .url .tele {
          font-weight: normal;
          display: block;
          margin-top: 6px; }
          #footer .url .tele .number {
            display: block; } }
    @media (min-device-width: 767px) and (max-device-width: 1024px) {
      #footer .url {
        margin-top: 0; } }
    #footer .url .link {
      font-weight: normal;
      display: block;
      width: 100%;
      max-width: 300px;
      font-size: 2rem;
      font-style: oblique;
      background-size: contain; }
      #footer .url .link:hover {
        opacity: 0.8; }
      @media (max-width: 767px) and (orientation: portrait) {
        #footer .url .link {
          display: none; } }
  #footer .brand {
    float: right;
    width: 40%; }
    #footer .brand .logo {
      max-width: 100%;
      height: auto; }

.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("http://askaboutrevival.com/assets/fonts/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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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) 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: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play-circle:before {
  content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
  content: "\f103"; }

.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: "\f104"; }

.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: "\f105"; }

.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: "\f106"; }

.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: "\f107"; }

.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: "\f108"; }

.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: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-square:before {
  content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-spinner:before {
  content: "\f10b"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
  content: "\f10c"; }

.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: "\f10d"; }

.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: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-share:before {
  content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cog:before {
  content: "\f110"; }

.vjs-icon-circle, .video-js .vjs-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: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-outline:before {
  content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-hd:before {
  content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
  content: "\f115"; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-replay:before {
  content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-facebook:before {
  content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-gplus:before {
  content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-linkedin:before {
  content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-twitter:before {
  content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-tumblr:before {
  content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pinterest:before {
  content: "\f11c"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
  content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio:before, .video-js .vjs-audio-button:before {
  content: "\f11e"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -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 {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  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; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-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;
  -moz-transition: all 0s;
  -o-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; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: 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-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif; }

.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.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item: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-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-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;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-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;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-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: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-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; }

.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;
  -moz-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;
  -moz-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;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-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-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  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-tooltip-progress-bar,
.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-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.vjs-tooltip-progress-bar {
  visibility: hidden; }

.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;
  -moz-transition: visibility 1s, opacity 1s;
  -o-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; }

.vjs-mouse-display .vjs-time-tooltip,
.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;
  -moz-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;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-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 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em; }

.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:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .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:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .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;
  background-color: #000000;
  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-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;
  -moz-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;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-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 {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-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);
  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;
  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% {
    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 ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-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-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none; }

.vjs-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: 16em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  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;
  border: none; }

.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right; }

.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 fieldset {
  margin-top: 1em;
  margin-left: .5em; }

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.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: 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; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden; } }