/* ==========================================================================
   Sass imports
   ========================================================================== */
/*  ==========================================================================
    Media Queries
    ========================================================================== */
/*
 * Map of breakpoints
 *
 * @include mq(md);
 * @include mq-down(md);
 */
/*
 * Media Query - Larger than 
 *  
 * @include mq(md) {
 *   content
 * }    
 */
/*
 * Media Query - Smaller than 
 *  
 * @include mq(md) {
 *   content
 * }    
 */
/*  ==========================================================================
    Grid Mixins
    ========================================================================== */
/*
 * Custom Container
 *  
 * @include container();
 */
/*
 * Wide Container
 *  
 * @include containerWide();
 */
/*
 * Container Inner
 *  
 * @include containerInner();
 */
/*
 * Column 
 *  
 * @include column();
 */
/* --------------------------------
   Box Model
   -------------------------------- */
/*
 * Modern clearfix
 */
/*
 * Older pie clearfix, useful when overflow needs to be visible
 */
/*
 * Undo float styles, useful for responsive styles
 */
/*
 * Eliminate unwated element styling
 */
/*
 * Vertical align an element
 */
/*
 * Ensures correct alignemnt for inline block elements
 */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* --------------------------------
   Lists
   -------------------------------- */
/*
 * Remove bullets from list container element and list elements
 */
/*
 * Remove bullets from list elements
 */
/*
 * Style list container element
 */
/*
 * Style list elements
 */
/*
 * Shorthand for the above 2 mixins, useful if you aren't adding any other styles
 */
/*
 * Style list container element
 */
/*
 * Style list elements
 */
/*
 * Shorthand for the above 2 mixins, useful if you aren't adding any other styles
 */
/* --------------------------------
   Shapes
   -------------------------------- */
/*
 * Triangle
 *
 * @include triangle(12px, gray, down);
 * @include triangle(12px 6px, gray lavender, up-left);
 */
/*
 * Angled edges
 *
 * @include angle(after);
 * @include angle(both 6px, true, 3deg);
 */
/* --------------------------------
   Typography
   -------------------------------- */
/*
 * Font size in rems
 */
/*
 * Hide the text of an element e.g. for image replacement
 */
/*
 * Sets word wrapping properties
 */
/*
 * Sets hyphenation styles
 */
/*
 * Set an element to hyphenate content
 */
/*
 * Set single line ellipsis
 */
/*
 * Letter Spacing
 */
/* ==========================================================================
   Helpers
   ========================================================================== */
/*
 * Variables (example)
 */
/* Hero */
/*
 * Functions
 */
/*
 * Mixins
 */
/* ==========================================================================
   Grid
   ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "adobe-garamond-pro", sans-serif;
  font-size: 62.5%;
  background-color: #f6f6f0;
  color: #1d1e24;
}

.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

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

/*! normalize.css v3.0.0 | 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* 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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
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 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 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;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/* ==========================================================================
   Animations
   ========================================================================== */
/* ==========================================================================
   Misc
   ========================================================================== */
body.dev:after {
  font-size: 12px;
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  padding: 2px 4px;
  content: 'xs';
  color: white;
  background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  body.dev:after {
    content: 'sm';
  }
}

@media (min-width: 992px) {
  body.dev:after {
    content: 'md';
  }
}

@media (min-width: 1042px) {
  body.dev:after {
    content: 'md2';
  }
}

@media (min-width: 1200px) {
  body.dev:after {
    content: 'lg';
  }
}

@media (min-width: 1390px) {
  body.dev:after {
    content: 'lg2';
  }
}

@media (min-width: 1500px) {
  body.dev:after {
    content: 'xl';
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
}

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all .3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform .3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -ms-flex-align: center;
      align-items: center;
  color: #4a5764;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -ms-flex-align: inherit;
      align-items: inherit;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all .3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width .2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width .2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width .2s ease;
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}

.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* --------------------------------
   Plyr
   -------------------------------- */
/*
 * Large Button
 */
button.plyr__control--overlaid {
  width: 80px;
  height: 80px;
  background: rgba(0, 179, 255, 0);
  border: 3px solid;
}

button.plyr__control--overlaid svg {
  position: relative;
  left: 1px;
  margin: auto;
}

.plyr--video .plyr__control:hover {
  background: rgba(0, 0, 0, 0.5);
}

.plyr--playing .plyr__control--overlaid {
  visibility: hidden;
  opacity: 0;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

/*
 * Video controls
 */
.plyr--video .plyr__controls {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
}

.plyr--video.plyr--paused .plyr__controls,
.plyr--video.plyr--stopped .plyr__controls {
  transform: translateY(100%);
  pointer-events: none;
  opacity: 0;
}

/* ==========================================================================
   Main
   ========================================================================== */
.eskimo-accordion::after {
  content: "";
  display: block;
  clear: both;
}

.eskimo-accordion h2 {
  color: #CCC;
  margin: 15px 0;
  position: relative;
  transition: color .45s ease;
}

.eskimo-accordion .step:not(:only-of-type) h2::after {
  content: ' ';
  position: absolute;
  right: 10px;
  top: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px;
  border-color: transparent transparent #CCC;
  transition: all .45s ease;
}

.eskimo-accordion .active h2 {
  color: #333;
}

.eskimo-accordion .active h2::after {
  transform: rotate(180deg);
}

.eskimo-accordion .step {
  border-top: 1px solid #CCC;
}

.eskimo-accordion .step:last-of-type {
  border-bottom: 1px solid #CCC;
}

.eskimo-accordion .step button {
  float: right;
  width: 25%;
  min-width: 165px;
}

.eskimo-accordion .step .icheckbox_minimal {
  opacity: 0.3;
}

.eskimo-accordion .step.active {
  border-top-color: #333;
}

.eskimo-accordion .step.active .icheckbox_minimal {
  opacity: 1;
}

.eskimo-accordion .content {
  transition: max-height 0.45s ease;
  overflow: hidden;
}

.eskimo-accordion fieldset {
  padding: 0;
  margin: 0 0 10px;
}

.eskimo-accordion fieldset:last-child {
  margin: 0 0 30px;
}

.eskimo-accordion fieldset.continue-and-register {
  line-height: 1.4;
  margin-top: 30px;
}

.eskimo-accordion fieldset.continue-and-register h3 {
  text-transform: uppercase;
}

.eskimo-accordion fieldset.continue-and-register h3, .eskimo-accordion fieldset.continue-and-register p {
  margin: 0;
}

.eskimo-accordion fieldset > a {
  line-height: 49px;
  margin-left: 6.77966%;
}

.eskimo-accordion label {
  line-height: 40px;
  width: 26.57343%;
  float: left;
  margin-right: 2.7972%;
}

.eskimo-accordion input, .eskimo-accordion textarea {
  width: 70.62937%;
  float: right;
  margin-right: 0;
  box-sizing: border-box;
}

.eskimo-accordion input[type="checkbox"] {
  float: none;
}

.eskimo-accordion .icheckbox_minimal + label {
  margin: 0;
  float: none;
  width: auto;
  box-sizing: border-box;
}

.eskimo-accordion > button {
  float: right;
  width: 40%;
  min-width: 160px;
  margin: 20px 0 0;
}

a {
  text-decoration: underline;
  color: #1d1e24;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 1;
}

a:hover {
  opacity: 0.7;
}

.error_msg {
  color: #e70000;
}

.spt {
  background-image: url(/images/site/sprite.png);
  background-repeat: no-repeat;
}

#sub_nav {
  text-align: center;
  background-color: #ffffff;
  padding: 20px 0;
  box-shadow: 0 2px 1px 0 rgba(28, 24, 28, 0.2);
  width: 100%;
}

#sub_nav ul {
  padding: 0;
  list-style-type: none;
}

#sub_nav ul li {
  display: inline-block;
}

#sub_nav ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #999999;
  text-decoration: none;
}

#sub_nav ul li a.active {
  color: #1d1e24;
}

#sub_nav ul li:after {
  content: '/';
  margin: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

#sub_nav ul li:last-child:after {
  content: '';
}

@media (min-width: 1042px) {
  #sub_nav ul li.back {
    position: absolute;
    margin-left: -200px;
  }
  #sub_nav ul li.back:after {
    content: '/';
    opacity: 0;
    margin: 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sub_nav.fixified {
  border-top: 1px solid #d5d5d0;
  z-index: 100;
}

#content img {
  width: 100%;
  display: block;
}

#content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 200;
  font-family: "adobe-garamond-pro", sans-serif;
}

#content #intro_text p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 600;
}

#content #page_text p:first-child, #content #page_text_extra p:first-child {
  margin: 0 0 16px 0;
}

#content #page_text_extra {
  border-top: 1px solid #d5d5d0;
  margin: 40px 0 0 0;
  padding: 40px 0 0 0;
}

#content #page_text ul li {
  font-size: 16px;
  font-size: 1.6rem;
}

#content #page_text a {
  font-size: 1.8rem;
  font-style: italic;
  text-decoration: none;
  color: #1d1e24;
  transition: all .4s ease-in-out;
  opacity: 1;
}

#content #page_text a:after {
  content: "";
  background-image: url(/images/site/link_arrow.png);
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  display: inline-block;
  margin: 0 0 0 15px;
}

#content_image img {
  width: 100%;
  display: block;
}

.text_container {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 0 20px;
}

.text_container:after {
  content: " ";
  display: block;
  clear: both;
}

#map #google_map {
  width: 100%;
  height: 400px;
}

#contact_us {
  padding: 0 0 50px 0;
}

#contact_us .address_details p {
  padding: 0 0 0 20px;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5 {
  font-family: "source-sans-pro", sans-serif;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0 0 10px 0;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 10px 0;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "adobe-garamond-pro", sans-serif;
  font-weight: 300;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}

/* ==========================================================================
   Lists
   ========================================================================== */
ul {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ==========================================================================
   Forms
   ========================================================================== */
fieldset {
  margin: 0;
  border: none;
}

input, textarea, button {
  font-size: 1em;
  color: #1d1e24;
  background: none;
  outline: 0;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #d5d5d0;
  transition: all 0.3s ease;
}

input.error, textarea.error, .dk_toggle.error {
  border: 1px solid #C00 !important;
}

input[type=submit] {
  font-style: italic;
}

#email_register input[type=text] {
  color: #ffffff;
}

#email_register input[type=submit] {
  background-color: #313131;
  color: #ffffff;
  border: 1px solid #313131;
}

#signin {
  padding: 40px 0 50px 0;
}

#forgot_password {
  padding: 40px 0 50px 0;
}

.site_form {
  font-size: 16px;
  font-size: 1.6rem;
}

.site_form fieldset {
  padding: 0 0 0 0;
}

.site_form fieldset input[type=submit] {
  margin: 20px 0px 10px 0;
  width: auto;
  border-radius: 25px;
  padding: 10px 30px;
  color: #999999;
  background-color: transparent;
  border-color: #999999;
  float: right;
}

.site_form fieldset input[type=submit]:hover {
  background-color: #1d1e24;
  color: #ffffff;
}

.site_form fieldset #real_email, .site_form fieldset #company_field {
  display: none;
  height: 0;
}

.site_form fieldset label {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.site_form fieldset input, .site_form fieldset textarea {
  width: 72%;
  display: inline-block;
  background-color: #ffffff;
  border-color: #ffffff;
  margin: 0 0 5px 0;
  box-sizing: border-box;
}

#short_form {
  max-width: 500px;
}

#contact_details {
  padding: 40px 0 50px 0;
}

#contact_details h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "adobe-garamond-pro", sans-serif;
}

#contact_details .form {
  margin: 0 0 40px 0;
}

/* ==========================================================================
   Tables
   ========================================================================== */
table th, table td {
  vertical-align: top;
}

table th img, table td img {
  max-width: 100%;
  width: auto;
}

#content table {
  font-size: 14px;
}

#content table img {
  max-width: 100%;
  width: auto;
}

/* ==========================================================================
   Gallery
   ========================================================================== */
#galleries {
  text-align: center;
  padding: 40px 0 50px 0;
}

#galleries p {
  max-width: 570px;
  margin: 0 auto 60px;
  font-size: 18px;
  font-size: 1.8rem;
}

#galleries .gallery {
  margin: 20px 0 0 0;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#galleries .gallery .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background 0.5s ease-in-out;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
}

#galleries .gallery .overlay:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  #galleries .gallery .overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

#galleries .gallery h3 {
  font-size: 50px;
  font-size: 5rem;
  color: #ffffff;
}

#galleries .gallery h4 {
  color: #ffffff;
  font-size: 30px;
  font-size: 3rem;
  margin: -20px 0 20px 0;
}

@media (min-width: 768px) {
  #galleries .gallery h4 {
    margin-top: -80px;
    margin-bottom: 60px;
    font-size: 40px;
    font-size: 4rem;
  }
}

#galleries .gallery .view_gallery {
  width: 150px;
  margin: 0 auto;
}

#galleries .gallery .view_gallery a {
  background-color: rgba(0, 178, 164, 0.8);
  border-radius: 26px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 22px;
  font-size: 2.2rem;
  text-decoration: none;
  font-style: italic;
  transition: background 0.5s ease-in-out;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
}

#galleries .gallery .view_gallery a:hover {
  background-color: #ffffff;
  color: rgba(0, 178, 164, 0.8);
  opacity: 1;
}

#view_gallery {
  padding: 30px 0 50px 0;
}

#view_gallery .images {
  margin: 0 0 20px 0;
}

#view_gallery .images .image {
  width: 100%;
}

#view_gallery .images .image img {
  width: 100%;
  display: block;
}

#view_gallery .gallery_back a {
  text-decoration: none;
  font-style: italic;
}

#view_gallery .gallery_back a:after {
  content: '';
  background-image: url(/images/site/link_arrow.png);
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  display: inline-block;
  margin: 0 0 0 15px;
}

#slideshow {
  background: #ffffff;
  padding: 40px 0 30px 0;
}

#slideshow .slide_container {
  padding: 0 50px;
  max-width: 968px;
  margin: 0 auto;
}

#slideshow .slide_container .slides .slide {
  text-align: center;
}

#slideshow .slide_container .slides .slide img {
  max-width: 100%;
}

#slideshow .slide_container .owl-theme .owl-controls .owl-buttons div {
  top: 40%;
}

#slideshow .slide_container .owl-theme .owl-controls .owl-buttons .owl-prev {
  background-position: 0px -146px;
  left: -45px;
}

#slideshow .slide_container .owl-theme .owl-controls .owl-buttons .owl-next {
  background-position: -57px -146px;
  right: -45px;
}

/* ==========================================================================
   Blog
   ========================================================================== */
/* ==========================================================================
   Pods
   ========================================================================== */
#explore {
  padding: 30px 0;
  text-align: center;
}

#explore h2 {
  font-weight: 600;
}

#explore .intro {
  max-width: 470px;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
  opacity: 0.8;
}

#explore .pods {
  margin: 35px auto 0 auto;
  max-width: 1080px;
}

#explore .pod {
  text-align: left;
}

@media (min-width: 768px) {
  #explore .pod {
    width: 48.78049%;
    float: left;
  }
  #explore .pod:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #explore .pod:nth-child(2n + 2) {
    margin-left: 51.21951%;
    margin-right: -100%;
    clear: none;
  }
}

#explore .pod h3 {
  margin: 10px 0 5px 0;
  font-size: 2.8rem;
}

#explore .pod .image {
  height: 215px;
  background-size: cover;
}

#explore .pod .description {
  margin: 0 0 50px 0;
}

#explore .pod .description p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0px;
  opacity: 0.8;
}

#explore .pod .description a {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  text-decoration: none;
}

#explore .pod .description a:after {
  content: '';
  background-image: url(/images/site/link_arrow.png);
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  display: inline-block;
  margin: 0 0 0 15px;
}

/* ==========================================================================
   Get involved
   ========================================================================== */
#get_involved {
  background-color: #007988;
  text-align: center;
  padding: 30px 0 60px 0;
  color: #ffffff;
}

#get_involved h5 {
  font-family: "adobe-garamond-pro", sans-serif;
}

#get_involved #tabs {
  list-style: none;
  padding: 0;
  background-image: url(/images/site/tabdivider.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

#get_involved #tabs li {
  display: inline-block;
}

#get_involved #tabs li a {
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  font-family: "source-sans-pro", sans-serif;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
}

#get_involved #tabs li a:hover {
  opacity: 1;
}

#get_involved #tabs li.active a {
  border: 1px solid #ffffff;
  border-bottom: 1px solid #007988;
}

#get_involved .donate {
  padding: 40px 0 0 0;
  display: none;
}

#get_involved .donate p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 50px 0;
}

#get_involved .donate .button {
  display: block;
  height: 54px;
}

#get_involved .donate .button a {
  border-radius: 26px;
  padding: 12px 10px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  font-style: italic;
  transition: background 0.5s ease-in-out;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
}

#get_involved .donate .button a:hover {
  background-color: #ffffff;
  color: #007988;
  opacity: 1;
}

#get_involved .sponsors {
  padding: 40px 0 0 0;
  display: none;
}

#get_involved .sponsors .sponsor img {
  max-width: 100%;
}

#get_involved .tab_container {
  padding: 0 50px;
}

#get_involved .tab.open {
  display: block;
}

#get_involved .text_container {
  max-width: 980px;
  margin: 0 auto;
}

#donate_section {
  background-color: #007988;
  text-align: center;
  padding: 30px 0 60px 0;
  color: #ffffff;
}

#donate_section h2 {
  margin: 20px 0 15px 0;
}

#donate_section p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 60px 0;
}

#donate_section .button {
  display: block;
  height: 54px;
}

#donate_section .button a {
  border-radius: 26px;
  padding: 12px 40px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  font-size: 22px;
  font-size: 2.2rem;
  text-decoration: none;
  font-style: italic;
  transition: background 0.5s ease-in-out;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
}

#donate_section .button a:hover {
  background-color: #ffffff;
  color: #007988;
}

#sponsorship {
  background-color: #007988;
  text-align: center;
  padding: 30px 0 60px 0;
  color: #ffffff;
}

#sponsorship h2 {
  margin: 20px 0 15px 0;
}

#sponsorship .tab_container {
  padding: 0 50px;
}

#sponsorship .sponsors {
  margin: 50px 0 0 0;
}

#sponsorship .sponsor {
  margin-bottom: 20px;
  border-bottom: 1px solid #4da1ac;
  padding-bottom: 20px;
  text-align: center;
  box-sizing: border-box;
}

#sponsorship .sponsor:last-child {
  border-bottom: 0px;
}

#sponsorship .sponsor img {
  max-width: 100%;
}

/* ==========================================================================
   Updates
   ========================================================================== */
#updates {
  text-align: center;
  padding: 20px 0;
  background-color: #ffffff;
}

#updates h5 {
  margin: 25px 0 0 0;
}

#updates h2 {
  margin: 15px 0;
}

#updates .updates {
  margin: 50px 0 0 0;
}

#updates .updates .update {
  padding: 00;
  color: #ffffff;
  height: 270px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}

#updates .updates .update a {
  color: #ffffff;
  text-decoration: none;
  font-family: "adobe-garamond-pro", sans-serif;
  font-style: italic;
}

#updates .updates .update .update_inner {
  padding: 10px 20px;
}

#updates .updates .update .logo {
  margin: 10px auto;
  background-repeat: no-repeat;
}

#updates .updates .update .link {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

#updates .updates .update .update_info p {
  font-family: "source-sans-pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
}

#updates .updates .update .update_info p a {
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
}

#updates .updates #facebook {
  background-color: #3a5795;
}

#updates .updates #facebook .logo {
  background-position: 0px -272px;
  width: 20px;
  height: 38px;
}

#updates .updates #facebook .update_info p.share img {
  display: none;
}

#updates .updates #facebook .update_info p.share a {
  display: none;
}

#updates .updates #facebook .update_info p.share br {
  display: none;
}

#updates .updates #twitter.no_image {
  background-color: #0aafdf;
}

#updates .updates #twitter .logo {
  background-position: 0 -325px;
  width: 51px;
  height: 38px;
}

/* ==========================================================================
   Find out more
   ========================================================================== */
#find_out_more {
  padding: 30px 0 40px 0;
  text-align: center;
}

#find_out_more .pods {
  max-width: 610px;
  margin: 0 auto;
}

#find_out_more .pods .pod {
  text-align: left;
}

#find_out_more .pods .pod .image {
  height: 270px;
  background-position: center;
  background-size: cover;
}

#find_out_more .pods .pod .image .title {
  text-align: center;
  width: 160px;
  margin: 0 auto;
  padding: 20px 0;
}

#find_out_more .pods .pod .image .title h3 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

#find_out_more .pods .pod .image a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

#find_out_more .pods .pod .image a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

#find_out_more .pods .pod .image a:hover .title {
  opacity: 1;
}

#find_out_more .pods .pod .image a h3 {
  text-decoration: none;
}

#find_out_more .pods .pod .description {
  margin: 0 0 50px 0;
}

#find_out_more .pods .pod .description p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 600;
}

#find_out_more .pods .pod .description a {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  text-decoration: none;
}

#find_out_more .pods .pod .description a:after {
  content: '';
  background-image: url(/images/site/link_arrow.png);
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  display: inline-block;
  margin: 0 0 0 15px;
}

/* ==========================================================================
   activities
   ========================================================================== */
#activities_list .activities {
  border-top: 1px solid #d5d5d0;
}

#activities_list .activity_category {
  padding: 30px 0;
  border-bottom: 1px solid #d5d5d0;
}

#activities_list .activity_category:last-child {
  border-bottom: 0px;
}

#activities_list .activity_category h3 {
  font-size: 26px;
  font-size: 2.6rem;
  display: inline-block;
  margin: 0;
}

#activities_list .activity_category a {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
  float: right;
  margin-top: 10px;
}

#activities_list .activity_category .activity {
  overflow: hidden;
  padding: 30px 0;
}

#activities_list .activity_category .activity .image {
  height: 206px;
  overflow: hidden;
  margin: 0 0 20px 0;
  background-size: cover;
  background-position: center;
}

#activities_list .activity_category .activity .image a {
  width: 100%;
  height: 100%;
  display: block;
}

#activities_list .activity_category .activity .image a:after {
  content: '';
  background-image: none;
}

#activities_list .activity_category .activity a:after {
  content: '';
  background-image: url(/images/site/link_arrow.png);
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  display: inline-block;
  margin: 0 0 0 15px;
}

#activity_list {
  margin: 20px 0 0 0;
}

#activity_list .activity {
  padding: 40px 0;
  border-top: 1px solid #d5d5d0;
}

#activity_list .activity img {
  width: 100%;
  margin-bottom: 20px;
}

#activity_list .activity .description {
  width: 100%;
}

#activity_list .activity .description h3 {
  margin: 0 0 30px 0;
}

/* ==========================================================================
   Shop
   ========================================================================== */
/* ==========================================================================
   Checkout
   ========================================================================== */
.eskimo-checkout {
  margin: 30px auto 70px;
}

.eskimo-checkout > div::after {
  content: "";
  display: block;
  clear: both;
}

.eskimo-checkout .checkout-steps {
  width: 57.66129%;
  float: left;
  margin-right: 1.6129%;
}

.eskimo-checkout .eskimo-accordion h2 {
  color: #CCC;
  margin: 15px 0;
  position: relative;
  transition: color .45s ease;
}

.eskimo-checkout .eskimo-accordion .active h2 {
  color: #000;
}

.eskimo-checkout .eskimo-accordion .active h2::after {
  transform: rotate(180deg);
}

.eskimo-checkout .eskimo-accordion .content {
  transition: max-height .45s ease;
  overflow: hidden;
}

.eskimo-checkout .us-state {
  display: none;
}

.eskimo-checkout aside {
  width: 40.72581%;
  float: right;
  margin-right: 0;
  background: #f6f6f0;
  padding: 15px;
  border: 1px solid #CCC;
  font-weight: 500;
  box-sizing: border-box;
}

.eskimo-checkout aside h2 {
  margin-top: 0;
}

.eskimo-checkout aside h2.title {
  border-bottom: 1px solid #ccc;
}

.eskimo-checkout aside .details-wrap {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.eskimo-checkout aside .cart-details {
  float: left;
  width: 50%;
}

.eskimo-checkout aside .cart-details address {
  color: #525152;
  line-height: 18px;
  font-style: normal;
  font-size: 0.875em;
}

.eskimo-checkout aside img {
  float: left;
  width: 105px;
  margin-right: 35px;
}

.eskimo-checkout aside figure {
  overflow: hidden;
}

.eskimo-checkout aside figure figcaption {
  color: #525152;
  line-height: 1.4;
}

.eskimo-checkout aside .item {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCC;
}

.eskimo-checkout aside .item:first-child {
  padding-top: 0;
}

.eskimo-checkout aside .summary {
  color: #525152;
  line-height: 1.4;
  margin: 20px 0;
}

.eskimo-checkout aside .summary dl {
  margin: 0;
  overflow: hidden;
}

.eskimo-checkout aside .summary dt {
  float: left;
}

.eskimo-checkout aside .summary dd {
  float: right;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  font-size: 12px;
  background-image: url(/images/site/sprite.png);
  background-repeat: no-repeat;
  height: 61px;
  width: 33px;
  text-indent: -9999px;
  position: absolute;
  top: 30px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

.owl-pagination {
  display: none;
}

.owl-buttons .owl-prev {
  left: -40px;
  background-position: -2px -40px;
}

.owl-buttons .owl-next {
  right: -40px;
  background-position: -57px -40px;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
#main_menu {
  text-align: center;
  position: fixed;
  width: 100%;
  top: 20px;
  z-index: 20;
}

#main_menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}

#main_menu ul li {
  position: relative;
  padding: 0 25px;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  opacity: 1;
}

#main_menu ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid transparent;
  line-height: 20px;
  margin-top: 60px;
}

#main_menu ul li a.active {
  border-bottom: 2px solid #ffffff;
}

#main_menu ul li a:hover {
  opacity: 1;
  border-bottom: 2px solid #ffffff;
}

#main_menu ul li#home {
  margin-top: 0;
  width: 138px;
}

#main_menu ul li#home a {
  background-image: url(/images/site/logo.png);
  background-repeat: no-repeat;
  text-indent: -99999px;
  display: inline-block;
  width: 138px;
  height: 170px;
  margin-top: 0;
  border-bottom: 0px;
}

#main_menu ul li#home a.active {
  border-bottom: 0px solid #ffffff;
}

#main_menu ul li#home a:hover {
  opacity: 0.7;
  border-bottom: 0px solid #ffffff;
}

#main_menu #sticky_logo {
  display: none;
}

#main_menu.fixed_nav {
  position: fixed;
  background-color: #fff;
  top: 0px;
  padding: 10px 0 20px 0;
}

#main_menu.fixed_nav #sticky_logo {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  z-index: 30;
}

#main_menu.fixed_nav ul li {
  padding: 0px 30px;
  width: auto;
}

#main_menu.fixed_nav ul li#home {
  display: none;
}

#main_menu.fixed_nav ul li a {
  color: #1d1e24;
  border-bottom: 1px solid #ffffff;
  margin-right: 0;
  margin-left: 0;
}

#main_menu.fixed_nav ul li a.active {
  border-bottom: 1px solid #1d1e24;
}

#main_menu.fixed_nav ul li a:hover {
  border-bottom: 1px solid #1d1e24;
}

#main_menu.fixed_nav #logo_mobile img {
  width: auto;
}

#top_navigation.grey .fixed_nav #logo_mobile img {
  width: auto;
}

#mobile_top {
  text-align: center;
  position: fixed;
  width: 100%;
  top: 10px;
  z-index: 22;
}

#mobile_top #logo_mobile .sticky_logo {
  display: none;
}

#mobile_top #mobile_menu {
  position: absolute;
  top: 30px;
  right: 20px;
}

#mobile_top #mobile_menu .small_menu {
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  background-position: 0 0;
  padding: 0;
  width: 25px;
  height: 15px;
  float: right;
}

#mobile_top.fixed_nav {
  position: fixed;
  top: 0px;
  background-color: #ffffff;
}

#mobile_top.fixed_nav #logo_mobile a {
  display: none;
}

#mobile_top.fixed_nav #logo_mobile a.sticky_logo {
  display: block;
  margin: 5px 0;
}

#mobile_top.fixed_nav #mobile_menu .small_menu {
  background-position: -118px 0;
}

#top_navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}

#top_navigation.grey {
  background-color: #424242;
  z-index: 30;
}

#top_navigation.grey #logo_mobile img {
  width: 60px;
}

@media screen and (max-width: 768px) {
  #main_menu {
    top: 95px;
  }
  #main_menu ul {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #main_menu ul li {
    position: relative;
    border-bottom: 1px solid #6f6f6f;
    padding: 10px 0;
  }
  #main_menu ul li:first-child {
    border-top: 1px solid #6f6f6f;
  }
  #main_menu ul li:last-child {
    border-bottom: 0 solid #6f6f6f;
  }
  #main_menu ul li a {
    margin-top: 0px;
    padding: 0;
  }
  #main_menu ul li#home {
    display: none;
  }
  #main_menu ul li#home a {
    margin-right: 0;
    margin-left: 0;
  }
  #main_menu.fixed_nav {
    top: 70px;
  }
  #main_menu.fixed_nav #sticky_logo {
    display: none;
  }
  #main_menu.fixed_nav ul li {
    padding: 10px 0;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  background-color: #424242;
  color: #ffffff;
  padding: 50px 0 20px 0;
}

footer #newsletter {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

footer #newsletter p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "source-sans-pro", sans-serif;
  margin: 0 0 30px 0;
}

footer #newsletter p#error {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 5px 0;
}

footer #newsletter p#thankyou {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 5px 0;
}

footer nav {
  margin-bottom: 30px;
}

footer nav a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  text-decoration: none;
}

footer nav ul {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0 0;
}

footer nav ul li {
  line-height: 28px;
}

footer nav ul li a {
  font-size: 16px;
  font-size: 1.6rem;
}

footer .footer_text {
  border-top: 1px solid #6f6f6f;
  padding: 20px 0 0 0;
  color: #c8c8c8;
}

footer .footer_text img {
  float: left;
  width: 121px;
  margin-right: 15px;
}

footer .footer_text p {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0;
}

footer .footer_text span {
  float: right;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "source-sans-pro", sans-serif;
  margin-top: 27px;
}

footer .footer_text span a {
  color: #c8c8c8;
  text-decoration: none;
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  height: 500px;
  position: relative;
  text-align: center;
  background-color: black;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /*
	* Hero Video
	*/
}

.hero__caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
  z-index: 3;
  color: #ffffff;
  width: 100%;
  padding-top: 60px;
}

@media (min-width: 1042px) {
  .hero__caption {
    top: 32%;
  }
}

.hero__caption h1 {
  font-size: 30px;
  font-size: 3rem;
  color: #ffffff;
  margin: auto;
}

@media (min-width: 576px) {
  .hero__caption h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  .hero__caption h1 {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media (min-width: 1042px) {
  .hero__caption h1 {
    font-size: 70px;
    font-size: 7rem;
  }
}

.hero__caption p {
  font-size: 22px;
  font-size: 2.2rem;
}

@media (min-width: 576px) {
  .hero__caption p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.hero__mute {
  position: absolute;
  z-index: 1;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 19px;
  cursor: pointer;
  transition: .5s ease-in-out;
  height: 25px;
  width: 25px;
  background-image: url(../images/site/icons/volume.svg);
}

.hero__mute:hover, .hero__mute:active {
  opacity: 0.8;
  cursor: pointer;
}

.hero__mute.is-muted {
  background-image: url(../images/site/icons/icon-play-mute.svg);
}

.hero__scroll {
  z-index: 1;
}

.hero.home_page {
  position: relative;
}

.hero.home_page .hero__caption {
  top: 36%;
  z-index: 3;
}

@media (min-width: 768px) {
  .hero.home_page .hero__caption {
    top: 25%;
  }
}

@media (min-width: 1042px) {
  .hero.home_page .hero__caption {
    top: 32%;
  }
}

@media (min-width: 768px) {
  .hero.home_page {
    min-height: 640px;
  }
}

@media (min-width: 1500px) {
  .hero.home_page {
    min-height: 640px;
  }
}

@media (min-width: 1042px) {
  .hero.home_page {
    min-height: 560px;
  }
}

.hero__image {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero-video__wrapper {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #5d5d5d;
}

.hero-video {
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-video__wrapper {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #5d5d5d;
}

.hero-video__wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-video__wrapper .plyr,
.hero-video__wrapper video {
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.hero-video__wrapper.is-visible .plyr,
.hero-video__wrapper.is-visible video {
  opacity: 1;
}

.hero-video__wrapper .plyr__video-wrapper {
  height: 100%;
}

.hero-video__wrapper .plyr__video-embed iframe,
.hero-video__wrapper .plyr__video-wrapper--fixed-ratio video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  min-height: calc(100vh + 1px);
  transform: translate(-50%, -50%);
}

.hero--full {
  height: 100vh;
  width: 100%;
}

/* ==========================================================================
   btns
   ========================================================================== */
.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f5f6f6;
  border-radius: 45px;
  padding: 17px 45px;
  margin: 10px 0px;
  text-decoration: none;
  color: rgba(29, 30, 36, 0.76);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

.btn--clear {
  background-color: initial;
}

.btn--inverse {
  color: #f5f6f6;
}

.btn--italic {
  font-style: italic;
}

.btn--black {
  background-color: black;
  color: white;
}

.btn--big {
  font-size: 20px;
  font-size: 2rem;
}

/* ==========================================================================
   Checkout
   ========================================================================== */
.content-video {
  max-width: 100%;
}

.content-video__wrapper {
  max-width: 1030px;
  margin: 40px auto 120px auto;
  padding: 0 20px;
}

.content-video__donate {
  text-align: center;
  padding: 40px 0 80px 0;
}

@media (min-width: 992px) {
  .content-video {
    min-width: 680px;
  }
}

/* ==========================================================================
   Header dvision
   ========================================================================== */
/* ==========================================================================
   Be ashamed
   ========================================================================== */
.division-main {
  overflow: auto;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1100px) {
  .eskimo-accordion fieldset > a {
    margin-left: 0;
  }
  .eskimo-accordion label {
    width: 41.25874%;
    float: left;
    margin-right: 2.7972%;
  }
  .eskimo-accordion input, .eskimo-accordion textarea {
    width: 55.94406%;
    float: right;
    margin-right: 0;
    box-sizing: border-box;
  }
}

@media (max-width: 920px) {
  .eskimo-accordion label {
    width: 26.57343%;
    float: left;
    margin-right: 2.7972%;
  }
  .eskimo-accordion input, .eskimo-accordion textarea {
    width: 70.62937%;
    float: right;
    margin-right: 0;
    box-sizing: border-box;
  }
  .eskimo-checkout .checkout-steps, .eskimo-checkout aside {
    float: none;
    width: auto;
    margin: 0;
    overflow: hidden;
  }
  .eskimo-checkout aside {
    margin-top: 60px;
  }
}

@media (max-width: 600px) {
  .eskimo-accordion label, .eskimo-accordion input, .eskimo-accordion textarea {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 460px) {
  .eskimo-accordion .step button {
    width: 100%;
  }
}

/*-----------------------------------------------
	Mary queries
-------------------------------------------------*/
@media screen and (min-width: 480px) {
  #contact_details .form {
    width: 49.19355%;
    float: left;
    margin-right: 1.6129%;
  }
  #contact_details .address_details {
    width: 49.19355%;
    float: right;
    margin-right: 0;
  }
  #view_gallery .images .image {
    width: 50%;
    float: left;
  }
  #sponsorship .sponsor {
    /*@include span(6);
			border-bottom: 0px;
			border-right: 1px solid #4da1ac;
			&:nth-child(2n+2) {
				border-right: 0px;
				margin-right: 0px;
			}*/
  }
  #updates .updates .update {
    height: 350px;
  }
  #updates .updates .update .logo {
    margin: 30px auto;
  }
  #updates .updates .update .update_info {
    margin-top: 20px;
  }
  #updates .updates .update .update_info p a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #updates .updates .update .update_info p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #updates .updates .update .update_inner {
    padding: 30px;
  }
  #updates .updates .update .link {
    bottom: 50px;
  }
}

@media screen and (min-width: 640px) {
  h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  #updates .updates #twitter {
    width: 49.19355%;
    margin: auto;
  }
  #content #page_text .column, #content #page_text_extra .column {
    width: 49.19355%;
    float: left;
  }
  #content #page_text .column:nth-child(2n + 1), #content #page_text_extra .column:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #content #page_text .column:nth-child(2n + 2), #content #page_text_extra .column:nth-child(2n + 2) {
    margin-left: 50.80645%;
    margin-right: -100%;
    clear: none;
  }
  #content #page_text .column .inner, #content #page_text_extra .column .inner {
    width: 92%;
  }
  #content #intro_text p {
    font-size: 30px;
    font-size: 3rem;
    line-height: 38px;
  }
  #find_out_more .pods .pod {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  #find_out_more .pods .pod:last-of-type {
    width: 48%;
    float: left;
    margin-right: 0;
  }
  #activities_list .activity_category .activity {
    width: 49.19355%;
    float: left;
  }
  #activities_list .activity_category .activity:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #activities_list .activity_category .activity:nth-child(2n + 2) {
    margin-left: 50.80645%;
    margin-right: -100%;
    clear: none;
  }
  #activity_list .activity img {
    width: 49.19355%;
    float: left;
    margin-right: 1.6129%;
    margin-bottom: 0;
  }
  #activity_list .activity .description {
    width: 49.19355%;
    float: right;
    margin-right: 0;
  }
  #activity_list .activity .description .inner {
    padding: 0 0 0 20px;
  }
  #get_involved #tabs li a {
    font-size: 30px;
    font-size: 3rem;
    padding: 15px 30px;
  }
  #get_involved .donate .button a {
    padding: 12px 40px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  footer nav {
    width: 23.79032%;
    float: left;
    margin-right: 1.6129%;
  }
}

@media screen and (min-width: 768px) {
  #find_out_more .pods .pod .description p {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 38px;
  }
  #map #google_map {
    height: 600px;
  }
  #galleries .gallery {
    height: 600px;
  }
  #galleries .gallery h3 {
    font-size: 80px;
    font-size: 8rem;
    margin: 160px 0 80px 0;
  }
  #view_gallery .images .image {
    width: 33.3%;
    float: left;
  }
}

@media screen and (min-width: 820px) {
  /*menu*/
  #mobile_top {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  footer #newsletter {
    width: 49.19355%;
    float: left;
    margin-right: 1.6129%;
  }
  footer nav {
    width: 15.32258%;
    float: left;
    margin-right: 1.6129%;
  }
  footer nav:last-of-type {
    margin-right: 0;
  }
  #sponsorship .sponsor {
    /*@include span(3);
			&:nth-child(2n+2) {
				border-right: 1px solid #4da1ac;
				margin-right: 1.6129%;
			}
			&:nth-child(4n+4) {
				border-right: 0px solid #4da1ac;
				margin-right: 0px;
			}*/
  }
}

@media screen and (min-width: 1024px) {
  #view_gallery .images .image {
    width: 25%;
    float: left;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    padding: 0;
  }
  .text_container {
    padding: 0;
  }
  #updates .updates .update {
    height: 450px;
  }
  #updates .updates .update .update_info {
    margin-top: 80px;
  }
  #updates .updates .update .update_inner {
    padding: 30px 50px;
  }
}
