/*! Humaan CSS v4.0 */

/* normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url('fonts/2EBD5D_0_0.eot');
  src: url('fonts/2EBD5D_0_0_162a16fe.eot#iefix') format('embedded-opentype'),
  url('fonts/2EBD5D_0_0.woff2') format('woff2'),
  url('fonts/2EBD5D_0_0.woff') format('woff'),
  url('fonts/2EBD5D_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('fonts/2EBD5D_1_0.eot');
  src: url('fonts/2EBD5D_1_0_162a16fe.eot#iefix') format('embedded-opentype'),
  url('fonts/2EBD5D_1_0.woff2') format('woff2'),
  url('fonts/2EBD5D_1_0.woff') format('woff'),
  url('fonts/2EBD5D_1_0.ttf') format('truetype');
}

@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('fonts/2EBD5D_2_0.eot');
  src: url('fonts/2EBD5D_2_0_162a16fe.eot#iefix') format('embedded-opentype'),
  url('fonts/2EBD5D_2_0.woff2') format('woff2'),
  url('fonts/2EBD5D_2_0.woff') format('woff'),
  url('fonts/2EBD5D_2_0.ttf') format('truetype');
}


html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video {
     max-width: 100%;
     max-height: 100%;
}

/* Links
   ========================================================================== */

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

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/**
 * Hide iFrame that is being used for file downloading
 */

.file-download-frame {
  display: none !important;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

html {
  font-size: 6.25%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: normal;
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 30px;
  font-size: 30rem;
  line-height: 1.6;
}

h2 {
  font-size: 24px;
  font-size: 24rem;
  line-height: 1.5;
}

h3 {
  font-size: 22px;
  font-size: 22rem;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
  font-size: 18rem;
  line-height: 1.4;
}

h5 {
  font-size: 16px;
  font-size: 16rem;
  line-height: 1.4;
}

h6 {
  font-size: 12px;
  font-size: 12rem;
  line-height: 1.3;
}

p {
  font-size: 14px;
  font-size: 14rem;
  line-height: 1.5;
  margin: 0 0 20px;
}

small {
  font-size: 10px;
  font-size: 10rem;
  line-height: 1.3;
}

p {
  margin: 0 0 20px;
}

small {
  font-size: 80%;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: inherit;
}

blockquote,
blockquote p {
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 20px;
  padding-left: 40px;
  border-left: 2px solid #3597eb;
}

blockquote cite {
  display: block;
}

blockquote cite:before {
  content: "\2014 \0020";
}

figure {
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

.page-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.outer-container {
  width: 100vw;
  position: relative;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav li {
  margin: 0;
}

.page-title span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

header {
  width: 100%;
  display: block;
}

header a {
  text-decoration: none;
}

.centering-elements {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.video-screen-wrapper {
  outline: 0;
}


.video-screen .player-meta {
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 25px;
  margin-left: 17px;
}

.video-screen .player-meta .time-count {
  line-height: 19px;
  height: 17px;
  text-align: right;
}

.video-screen .player-controls {
  width: auto;
  overflow: hidden;
  height: 25px;
  padding-right: 8px;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 750px) {

  .video-screen .player-meta .volume-toggle,
  .video-screen .player-meta .fullscreen-toggle,
  .video-screen .player-meta .smallscreen-toggle {
    display: none !important;
  }

}

.video-screen .player-controls .play-video.player,
.video-screen .player-controls .pause-video.player {
  cursor: pointer;
  width: 16px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-screen .player-controls .play-video.player:before,
.video-screen .player-controls .pause-video.player:before {
  font-family: "Icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-size: 15rem;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
  position: absolute;
  left: 0;
}

.video-screen .player-controls .play-video.player:active,
.video-screen .player-controls .pause-video.player:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.video-screen .player-controls .pause-video.player {
  display: none;
}

.video-screen .player-controls .scrubber {
  width: calc(100% - 30px);
  position: relative;
  height: 100%;
  margin-left: 30px;
}

.video-screen .player-controls .play-position {
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: absolute;
  left: 35%;
  top: 9px;
  cursor: pointer;
  opacity: 0.8;
  z-index: 200;
  margin-left: -3.5px;
}

.video-screen .player-controls .play-position:hover {
  opacity: 1;
}

.video-screen .player-controls .play-progress,
.video-screen .player-controls .buffer-progress,
.video-screen .player-controls .duration-bar {
  top: 12px;
  position: absolute;
  height: 2px;
}

.video-screen .player-controls .duration-bar-wrapper {
  width: 100%;
  height: 15px;
  position: absolute;
  top: 5px;
  cursor: pointer;
}

.video-screen .player-controls .duration-bar {
  top: 7px;
  width: 100%;
}

.loader {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  font-size: 10px;
  top: calc(50% - 2.5em);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: none;
  z-index: 900;
}

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

.loading .loader {
  display: block;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.classic-theme .loader {
  border-top: 5px solid rgba(182, 182, 182, 0.2);
  border-right: 5px solid rgba(182, 182, 182, 0.2);
  border-bottom: 5px solid rgba(182, 182, 182, 0.2);
  border-left: 5px solid #b6b6b6;
}

.fullscreen-theme .loader {
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #fff;
}

.simple-theme .loader {
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #fff;
}

.cursor-pointer {
  cursor: pointer;
}

.img-div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;

}

.img-div > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.img-div > div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.img-div img.image_h100 {
  height: 100%;
}

.img-div img.image_w100 {
  width: 100%;
}

.fullscreen .img-div img.image_fit_h100 {
  height: 100%;
  width: auto;
  max-width: none;
}

.fullscreen .img-div img.image_fit_w100 {
  width: 100%;
  height: auto;
  max-height: none;
}

body.mobile .dl-form-wrapper,
body.mobile .download-btn,
body.mobile .download-wrapper,
body.mobile .download-container,
body.tablet .dl-form-wrapper,
body.tablet .download-btn,
body.tablet .download-wrapper,
body.tablet .download-container {
  display: none !important;
}

@-webkit-keyframes load8 {

  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

@keyframes load8 {

  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}
