/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

p, ul, ol {
  margin: 0 0 2em;
}

ul li {
  list-style: disc outside none;
  margin: 0 0 0.5em 2em;
}
ul li ul {
  margin: 0.5em 0;
}

ol li {
  list-style: decimal outside none;
  margin: 0 0 0.5em 2em;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

select, input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], textarea {
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], textarea {
  font: normal 14px/17px sans-serif;
  padding: 8px;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.centered, .aligncenter, .centred, .aligncentre, .center, .centre {
  text-align: center;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  background: red;
  border-radius: 3px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
}

.jspHorizontalBar {
  background: red;
  bottom: 0;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #D1D4D4;
  border-radius: 3px;
  position: relative;
}

.jspDrag {
  background: #000;
  border-radius: 3px;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}

.jspDisabled {
  background: #80808d;
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px;
}

.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.mejs__container {
  background: #000;
  box-sizing: border-box;
  font-family: "Helvetica", Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}

.mejs__container * {
  box-sizing: border-box;
}

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.mejs__container:focus {
  outline: none;
}

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.mejs__fullscreen {
  overflow: hidden !important;
}

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

/* Start: LAYERS */
.mejs__background {
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

:root .mejs__poster-img {
  display: none;
}

.mejs__poster-img {
  border: 0;
  padding: 0;
}

.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__layer {
  z-index: 1;
}

.mejs__overlay-play {
  cursor: pointer;
}

.mejs__overlay-button {
  background: transparent;
  border: 0;
}

.mejs__overlay:hover .mejs__overlay-button svg {
  opacity: 1;
}

.mejs__overlay-button svg {
  opacity: 0.75;
}

.mejs__overlay-button:focus svg {
  opacity: 1;
}

.mejs__overlay-button,
.mejs__overlay-button svg {
  height: 5rem;
  width: 5rem;
}

.mejs__overlay-loading,
.mejs__overlay-loading svg {
  height: 5rem;
  width: 5rem;
}

.mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
  animation: mejs__loading-spinner 1s linear infinite;
  display: block;
  height: 5rem;
  width: 5rem;
  z-index: 1;
}

@-webkit-keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 0.625rem;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 0.625rem;
  height: 2.5rem;
  line-height: 0.625rem;
  margin: 0;
  width: 2rem;
}

.mejs__button > button {
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 1.125rem;
  line-height: 0;
  margin: 0.625rem 0.375rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 1.125rem;
}

.mejs__button svg {
  fill: currentColor;
  height: 1.125rem;
  width: 1.125rem;
}

/* :focus for accessibility */
.mejs__button > button:focus {
  outline: dotted 0.125rem #fff;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}

/* End: CONTROL BAR */
/* Start: Play (Play / Pause / Replay) */
.mejs__playpause-button svg {
  display: none;
}

.mejs__play svg.mejs__icon-play {
  display: block;
}

.mejs__pause svg.mejs__icon-pause {
  display: block;
}

.mejs__replay svg.mejs__icon-replay {
  display: block;
}

/* End: Play (Play / Pause / Replay) */
/* Start: Fullscreen (Fullscreen / Unfullscreen) */
.mejs__fullscreen-button svg.mejs__icon-unfullscreen {
  display: none;
}

.mejs__fullscreen svg.mejs__icon-fullscreen {
  display: block;
}

.mejs__fullscreen svg.mejs__icon-unfullscreen {
  display: none;
}

.mejs__unfullscreen svg.mejs__icon-unfullscreen {
  display: block;
}

.mejs__unfullscreen svg.mejs__icon-fullscreen {
  display: none;
}

/* End: Fullscreen (Fullscreen / Unfullscreen) */
/* Start: Time (Current / Duration) */
.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: bold;
  height: 1.5rem;
  overflow: hidden;
  padding: 1rem 0.375rem 0;
  text-align: center;
  width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Progress Bar */
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2.5rem;
  margin: 0 0.625rem;
  padding-top: 0.625rem;
  position: relative;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  border-radius: 0.125rem;
  cursor: pointer;
  display: block;
  height: 0.625rem;
  position: absolute;
}

.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 0.3125rem 0 0;
  width: 100%;
}

.mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 0.9375rem 0.9375rem;
  width: 100%;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1.875rem 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1.875rem 0;
  }
}
.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}

.mejs__time-current,
.mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%;
}

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
  border: 0.25rem solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}

.mejs__time-handle-content {
  border: 0.25rem solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 0.625rem;
  left: -0.4375rem;
  top: -0.25rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 0.625rem;
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mejs__time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 1.0625rem;
  margin-bottom: 0.5625rem;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.25rem;
}

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 0.125rem;
  text-align: center;
  width: 1.875rem;
}

.mejs__time-float-corner {
  border: solid 0.3125rem #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.mejs__long-video .mejs__time-float {
  margin-left: -1.4375rem;
  width: 4rem;
}

.mejs__long-video .mejs__time-float-current {
  width: 3.75rem;
}

.mejs__broadcast {
  color: #fff;
  height: 0.625rem;
  position: absolute;
  top: 0.9375rem;
  width: 100%;
}

/* End: Progress Bar */
/* Start: Mute/Volume */
.mejs__volume-button {
  position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 7.1875rem;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.5625rem;
  z-index: 1;
}

.mejs__volume-button:hover {
  border-radius: 0 0 0.25rem 0.25rem;
}

.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  border: 0.06rem solid #fff;
  height: 6.25rem;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 0.5rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.125rem;
}

.mejs__volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  border-radius: 1px;
  cursor: ns-resize;
  height: 0.375rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1rem;
}

.mejs__horizontal-volume-slider {
  display: block;
  height: 2.25rem;
  position: relative;
  vertical-align: middle;
  width: 3.5rem;
}

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border: 0.06rem solid #fff;
  border-radius: 0.125rem;
  font-size: 1px;
  height: 0.5rem;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1rem;
  width: 3.125rem;
}

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.125rem;
  border-right: 0.06rem solid #fff;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mejs__horizontal-volume-handle {
  display: none;
}

.mejs__mute svg,
.mejs__unmute svg {
  stroke: currentColor;
}

.mejs__volume-button svg {
  display: none;
}

.mejs__mute .mejs__icon-mute {
  display: block;
}

.mejs__unmute .mejs__icon-unmute {
  display: block;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
  position: relative;
}

.mejs__chapters-button svg,
.mejs__captions-button svg {
  padding-top: 0.125rem;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -2.6875rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 5.375rem;
}

.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -3.4375rem;
  width: 6.875rem;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 0.375rem;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: rgb(200, 200, 200) !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -62.5rem;
  margin: 0.1875rem 0.1875rem 0 0.3125rem;
  position: absolute;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 0.625rem;
  line-height: 0.9375rem;
  padding: 0.25rem 0.625rem 0;
  width: 100%;
}

.mejs__captions-selector-list-item:hover .mejs__captions-selector-label,
.mejs__chapters-selector-list-item:hover .mejs__chapters-selector-label {
  text-decoration: underline;
}

.mejs__captions-selected,
.mejs__chapters-selected {
  color: rgb(33, 248, 248);
  font-weight: bold;
}

.mejs__captions-translations {
  font-size: 0.625rem;
  margin: 0 0 0.3125rem;
}

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  left: 0;
  line-height: 1.25rem;
  position: absolute;
  text-align: center;
}

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
  font-size: 1.25rem;
  font-weight: normal;
}

.mejs__captions-position {
  bottom: 0.9375rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.mejs__captions-position-hover {
  bottom: 2.1875rem;
}

.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 0.3125rem 0 0 rgba(20, 20, 20, 0.5), -0.3125rem 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
.mejs__overlay-error {
  position: relative;
}

.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}

.mejs__cannotplay {
  position: relative;
}

.mejs__cannotplay p,
.mejs__cannotplay a {
  display: inline-block;
  padding: 0 0.9375rem;
  width: 100%;
}

/* End: Error */
[data-sal] {
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-duration: 0.2s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate, body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate, body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate, body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate, body.sal-disabled [data-sal|=flip] {
  transform: none;
}


/*
	Colors
*/
@keyframes fadeIn {
  from {
    opacity: 0.2;
  }
}
:root {
  --sal-duration: 1s;
}

/*
	Fonts
*/
/*
	Global
*/
*[dir=ltr] {
  text-align: left;
}

.open-menu, .close-menu {
  display: none;
}

body {
  background: #FFF;
  color: #000;
  font: 400 20px/140% neue-haas-unica, sans-serif;
}

h1 {
  font: 700 90px/115% neue-haas-unica, sans-serif;
  margin-bottom: 80px;
  text-transform: uppercase;
}

h2 {
  font: 400 48px/120% merriweather, serif;
}

h3 {
  font: 500 48px/140% neue-haas-unica, sans-serif;
}
h3.alt {
  font: 400 48px/140% merriweather, serif;
}

h4 {
  font: 500 34px/140% neue-haas-unica, sans-serif;
}
h4.alt {
  font: 400 34px/140% merriweather, serif;
}

h5 {
  font: 500 24px/140% neue-haas-unica, sans-serif;
}
h5.alt {
  font: 400 24px/140% merriweather, serif;
}

.alt {
  font-family: merriweather, serif;
}

.subhead-heavy {
  font: 700 16px/140% neue-haas-unica, sans-serif;
  text-transform: uppercase;
}

.subhead-medium {
  font: 500 16px/140% neue-haas-unica, sans-serif;
  text-transform: uppercase;
}

blockquote {
  margin: 1.5em 3em;
}
blockquote p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #D1CCBF;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration-color: #EB8C1C;
}

.wrapper {
  margin: 0 auto;
  max-width: 1210px;
  padding: 0 20px;
  position: relative;
}

figure {
  margin-bottom: 2em;
}
figure img {
  display: block;
  margin: 0 auto;
}
figure.left {
  float: left;
  margin: 0 2.5641025641% 2em 0;
  width: 48%;
}
figure.right {
  float: right;
  margin: 0 0 2em 2.5641025641%;
  width: 48%;
}
figure figcaption {
  padding: 10px 0 0;
}
figure figcaption p {
  margin: 0;
}

.btn, .cc-w button.cc-f-btn {
  background: #EB8C1C;
  border: 0;
  border-radius: 4px;
  border-width: 0;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font: 700 18px/140% neue-haas-unica, sans-serif;
  margin: 0;
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s linear;
}
.btn:hover, .cc-w button.cc-f-btn:hover {
  opacity: 0.7;
}
.btn.loading, .cc-w button.cc-f-btn.loading {
  animation: fadeIn 2s infinite alternate;
}

/**
 * Header	
*/
#global-header {
  background: #FFF;
  left: 0;
  padding: 15px 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 99;
}
#global-header .wrapper {
  align-content: center;
  align-items: center;
  display: flex;
}
#global-header a {
  text-decoration: none;
}
#global-header .logo a {
  align-content: center;
  align-items: center;
  display: flex;
}
#global-header .logo a img {
  width: 70px;
}
#global-header .logo a div {
  border-left: 2px solid #EB8C1C;
  font: 700 20px/18px neue-haas-unica, sans-serif;
  margin-left: 12px;
  padding: 8px 12px;
  text-transform: uppercase;
}
#global-header .logo a div a {
  color: #000;
}
#global-header .logo a div a:hover {
  color: #EB8C1C;
}
#global-header nav {
  font: 700 16px/16px neue-haas-unica, sans-serif;
  margin-left: auto;
  text-transform: uppercase;
}
#global-header nav ul {
  margin: 0;
}
#global-header nav li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 16px;
}
#global-header nav a {
  border-radius: 4px;
  display: block;
  padding: 16px 20px;
}
#global-header nav a:hover, #global-header nav a.current {
  background: #EB8C1C;
  color: #FFF;
}
#global-header nav .switcher a {
  display: inline-block;
  opacity: 0.5;
  padding: 4px;
}
#global-header nav .switcher a.active {
  opacity: 1;
}
#global-header nav .switcher a:hover {
  background: transparent;
  color: #EB8C1C;
  opacity: 1;
}

/**
 * Home	
*/
.home-upper {
  background: #D1CCBF;
  margin-top: -60px;
  padding: 60px 0;
}
.home-upper .wrapper {
  align-items: flex-start;
  display: flex;
}
.home-upper .home-upper-left {
  width: 48.7179487179%;
}
.home-upper .home-upper-left img {
  width: 200px;
}
.home-upper figure {
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
  width: 48.7179487179%;
}
.home-upper figure:before {
  background: #D1CCBF;
  bottom: -1px;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  content: "";
  height: 30%;
  left: -1px;
  position: absolute;
  width: 30%;
}
.home-upper figure:after {
  background: #D1CCBF;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  content: "";
  height: 60%;
  right: -1px;
  position: absolute;
  top: -1px;
  width: 20%;
}
.home-upper figure figcaption {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  padding-top: 15px;
  position: relative;
  text-align: right;
  z-index: 2;
}
.home-upper h1 {
  margin-bottom: 20px;
}

.home-recent {
  background: #D1CCBF;
  margin-bottom: 80px;
  padding: 60px 0 20px;
}
.home-recent .badge {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.home-recent .swiper-slide {
  align-items: flex-start;
  display: flex;
}
.home-recent .slide-left {
  padding-bottom: 260px;
  width: 48.7179487179%;
}
.home-recent h3 a {
  text-decoration-color: rgba(0, 0, 0, 0.3);
}
.home-recent h3 a:hover {
  text-decoration-color: #FFF;
}
.home-recent figure {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
  width: 48.7179487179%;
}
.home-recent figure:before {
  background: #D1CCBF;
  bottom: -1px;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  content: "";
  height: 30%;
  left: -1px;
  position: absolute;
  width: 30%;
}
.home-recent figure:after {
  background: #D1CCBF;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  content: "";
  height: 60%;
  right: -1px;
  position: absolute;
  top: -1px;
  width: 20%;
}

.home-recent-badge {
  bottom: 40px;
  position: absolute;
  width: 200px;
  z-index: 98;
}

.swiper-pagination {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 0 10px;
  opacity: 0.3;
  width: 16px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.home-intro {
  font: 400 34px/140% merriweather, serif;
  margin: 80px auto;
  max-width: 770px;
}

/**
 * Content	
*/
main {
  background: #F7F8F8;
  min-height: 600px;
  padding: 60px 0;
}

.search {
  display: flex;
  margin-bottom: 40px;
}
.search .search-input {
  position: relative;
  width: 82.905982906%;
}
.search .search-input input {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #000;
  color: #000;
  font: 400 21px/140% neue-haas-unica, sans-serif;
  outline: none;
  padding: 20px 60px 20px 20px;
}
.search .search-input a {
  color: #505050;
  font-size: 24px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 20px;
}
.search .btn {
  flex-grow: 1;
  margin-left: 2.5641025641%;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  margin-bottom: 60px;
}
.filters .filter {
  width: 48.7179487179%;
}
.filters .filter:nth-child(even) {
  margin-left: auto;
}
.filters h3 {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.filters h3 svg {
  font-size: 21px;
  margin-left: auto;
}
.filters .filter-clear {
  border-bottom: 2px solid #000;
  display: block;
  padding: 8px;
}
.filters .filter-clear svg {
  font-size: 21px;
  margin-right: 30px;
}
.filters ul {
  margin: 0;
}
.filters li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.filters label {
  cursor: pointer;
  display: block;
  font-weight: 500;
  padding: 8px 10px 8px 55px;
  position: relative;
}
.filters label input {
  left: -999999px;
  position: absolute;
}
.filters label:hover {
  background: rgba(209, 204, 191, 0.3);
}
.filters label:before {
  outline: 1px solid #000;
  content: "";
  height: 12px;
  left: 10px;
  position: absolute;
  top: 17px;
  width: 12px;
}
.filters label.checked:before {
  background: #EB8C1C;
  border: 1px solid #FFF;
}

.grid {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.grid li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
  width: 48.7179487179%;
}
.grid li:nth-child(even) {
  margin-left: auto;
}
.grid h3 {
  font-size: 24px;
  line-height: 150%;
}

a.grid-thumbnail {
  background: #D1CCBF;
  display: block;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  text-decoration: none;
}
a.grid-thumbnail:before {
  background: #D1CCBF;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  content: "";
  height: 25%;
  left: 19px;
  position: absolute;
  top: 19px;
  transition: all 0.2s linear;
  width: 60%;
}
a.grid-thumbnail:after {
  background: #D1CCBF;
  bottom: 19px;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  content: "";
  height: 20%;
  right: 19px;
  position: absolute;
  transition: all 0.2s linear;
  width: 30%;
}
a.grid-thumbnail img {
  display: block;
}
a.grid-thumbnail:hover {
  background: #EB8C1C;
}
a.grid-thumbnail:hover:before, a.grid-thumbnail:hover:after {
  background: #EB8C1C;
}
a.grid-thumbnail.placeholder:hover:before, a.grid-thumbnail.placeholder:hover:after {
  display: none;
}

.grid-metadata {
  font-size: 16px;
  margin: 20px 0 0;
  text-transform: uppercase;
}

.grid-summary {
  margin: 20px 0;
}

.grid-tags {
  font-size: 16px;
  opacity: 0.6;
}

.page {
  margin: 0 auto;
  max-width: 760px;
}
.page h2 {
  font-family: neue-haas-unica, sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.page h3 {
  font-family: neue-haas-unica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.pullquote {
  background: #EB8C1C;
  color: #FFF;
  font-size: 34px;
  font-weight: 500;
  line-height: 140%;
  margin: 60px 0;
  padding: 200px 40px;
  position: relative;
}
.pullquote.alternative, .pullquote.beige {
  background: #D1CCBF;
  color: #000;
}
.pullquote.white {
  background: #FFF;
  color: #000;
}
.pullquote p {
  margin: 0 auto 20px;
  max-width: 760px;
}
.pullquote p:last-child {
  margin-bottom: 0;
}
.pullquote:before {
  background: #F7F8F8;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  content: "";
  height: 15%;
  position: absolute;
  right: -1px;
  top: -1px;
  transition: all 0.2s linear;
  width: 55%;
}
.pullquote:after {
  background: #F7F8F8;
  bottom: -1px;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  content: "";
  height: 15%;
  left: -1px;
  position: absolute;
  transition: all 0.2s linear;
  width: 35%;
}
.pullquote img {
  position: absolute;
  right: 20px;
  top: -40px;
  width: 200px;
}

.contact-block {
  background: #D1CCBF;
  padding: 100px 0;
  position: relative;
}
.contact-block:before {
  background: #F7F8F8;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  content: "";
  height: 25%;
  left: -1px;
  position: absolute;
  top: -1px;
  transition: all 0.2s linear;
  width: 60%;
}
.contact-block:after {
  background: #F7F8F8;
  bottom: -1px;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  content: "";
  height: 20%;
  right: -1px;
  position: absolute;
  transition: all 0.2s linear;
  width: 30%;
}

.contact-block-columns {
  display: flex;
}
.contact-block-columns h3 {
  margin-bottom: 10px;
  text-align: left;
}
.contact-block-columns p {
  font-size: 34px;
  line-height: 140%;
  margin-bottom: 40px;
}
.contact-block-columns p:last-child {
  margin-bottom: 0;
}

.contact-block-one {
  width: 48%;
}

.contact-block-two {
  margin-left: auto;
  width: 48%;
}

.contact-social a {
  font-size: 32px;
  line-height: 32px;
  padding: 6px;
  text-decoration: none;
}
.contact-social a:hover {
  color: #EB8C1C;
}

.story-upper {
  background: #D1CCBF;
  margin-top: -60px;
  margin-bottom: 60px;
  padding: 60px 0;
  position: relative;
}
.story-upper .wrapper > img {
  bottom: 0;
  position: absolute;
  right: 40px;
  width: 200px;
}
.story-upper figure {
  margin: 0;
}
.story-upper figure:before {
  background: #D1CCBF;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  content: "";
  height: 25%;
  left: -1px;
  position: absolute;
  top: -1px;
  transition: all 0.2s linear;
  width: 60%;
}
.story-upper figure:after {
  background: #D1CCBF;
  bottom: -1px;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  content: "";
  height: 20%;
  right: -1px;
  position: absolute;
  transition: all 0.2s linear;
  width: 30%;
}

.story {
  margin: 0 auto;
  max-width: 770px;
  position: relative;
}
.story h1 {
  font: 400 68px/120% merriweather, serif;
  text-align: center;
  text-transform: none;
}
.story h2, .story h3 {
  text-align: center;
}

.story-block {
  margin: 60px 0;
}
.story-block h2 {
  margin-bottom: 20px;
}
.story-block h2 svg {
  font-size: 21px;
}

audio, .mejs__container {
  display: block;
  width: 100% !important;
}

.mejs__container {
  background: transparent;
}

.mejs__controls {
  background: transparent !important;
  padding: 0;
}

.mejs__button > button, .mejs__time {
  color: #000;
}

.mejs__time-current {
  background: #EB8C1C;
}

.mejs__time-handle-content {
  border: 1px solid #EB8C1C;
}

.mejs__time-total {
  background: rgba(235, 140, 28, 0.5);
}

.story-transcript h2 {
  cursor: pointer;
}
.story-transcript h2 svg {
  margin-left: 10px;
}

.transcript {
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 30px;
}

.circle {
  left: 0;
  position: absolute;
  top: 200px;
  width: 200px;
}

.story-metadata {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.swiper-story .swiper-slide {
  width: auto;
}
.swiper-story .swiper-slide .pullquote {
  height: 600px;
  margin: 0;
}
.swiper-story img {
  height: 600px;
}

.swiper-tools {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  margin-top: 40px;
}

.swiper-next, .swiper-prev {
  color: #000;
  cursor: pointer;
  font-size: 36px;
  flex-grow: 1;
  line-height: 36px;
  transition: all 0.2s linear;
}
.swiper-next:hover, .swiper-prev:hover {
  color: #EB8C1C;
}
.swiper-next.swiper-button-disabled, .swiper-prev.swiper-button-disabled {
  color: #000;
  cursor: auto;
  opacity: 0.2;
}

.swiper-next {
  text-align: right;
}

.caption-holder {
  font: 500 16px/140% neue-haas-unica, sans-serif;
  margin: 0 30px;
  width: 65.811965812%;
}
.caption-holder p:last-child {
  margin: 0;
}

/**
 * Comments	
*/
.divider {
  border-top: 1px solid #000;
  margin: 40px 0;
}

.comments-header {
  display: flex;
}
.comments-header h2 {
  cursor: pointer;
  display: flex;
  margin: 0;
  text-align: left;
  width: 48%;
}
.comments-header h2 svg {
  font-size: 24px;
  line-height: 24px;
  margin-left: 10px;
}
.comments-header .story-share {
  display: flex;
  margin-left: auto;
  width: 48%;
}
.comments-header .story-share h3 {
  margin: 0 20px 0 0;
}
.comments-header .story-share a {
  font-size: 24px;
  line-height: 24px;
  padding: 4px;
  text-decoration: none;
}
.comments-header .story-share a:hover {
  color: #EB8C1C;
}

.comments-block a.cc-i-share.cc-dot {
  color: #EB8C1C;
  padding-bottom: 0;
  text-decoration: none;
}
.comments-block .cc-w .cc-e {
  font-size: 100%;
}
.comments-block .cc-w .cc-n {
  color: #EB8C1C;
  font-size: 100%;
}
.comments-block .cc-w button.cc-f-btn {
  display: block;
  width: 100%;
}

/**
 * Footer	
*/
footer {
  font-size: 18px;
  line-height: 140%;
  padding: 80px 0;
}
footer h1 {
  margin-bottom: 60px;
}
footer .subhead-heavy {
  font-size: 14px;
  margin-bottom: 10px;
}
footer ul {
  margin: 0;
}
footer li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
footer nav {
  margin-left: auto;
  width: 180px;
}

.footer-upper {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  width: 23.0769230769%;
}
.footer-logo img {
  width: 100px;
}

.footer-address {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  width: 48.7179487179%;
}

.footer-address-1 {
  width: 48%;
}

.footer-address-2 {
  margin-left: auto;
  width: 48%;
}

.footer-lower {
  align-content: flex-end;
  align-items: flex-end;
  display: flex;
}
.footer-lower p {
  font-size: 16px;
  margin: 0;
}

.footer-social {
  margin-left: auto;
  width: 180px;
}
.footer-social a {
  font-size: 24px;
  line-height: 24px;
  padding: 4px;
  text-decoration: none;
}
.footer-social a:hover {
  color: #EB8C1C;
}

@media screen and (max-width: 1200px) {
  #global-header nav li {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  #global-header nav {
    background: #F7F8F8;
    bottom: 0;
    display: none;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 110px;
    z-index: 999;
  }
  #global-header nav li {
    display: block;
    margin: 0 0 40px;
  }
  #global-header nav li a {
    display: inline-block;
  }
  #global-header nav .switcher {
    padding-left: 15px;
  }
  .open-menu, .close-menu {
    font-size: 36px;
    line-height: 36px;
    margin-left: auto;
  }
  .open-menu:hover, .close-menu:hover {
    color: #EB8C1C;
  }
  .open-menu {
    display: block;
  }
  body[dir=rtl] .open-menu, body[dir=rtl] .close-menu {
    margin-left: 0;
    margin-right: auto;
  }
  body[dir=rtl] .search .search-input input {
    padding: 10px;
  }
  body[dir=rtl] .search .search-input a {
    left: 10px;
    right: 0;
  }
}
@media screen and (max-width: 860px) {
  body {
    font-size: 18px;
    line-height: 140%;
  }
  h1 {
    font-size: 34px;
    line-height: 115%;
    margin-bottom: 40px;
  }
  h2 {
    font-size: 34px;
    line-height: 115%;
  }
  h3 {
    font-size: 28px;
    line-height: 140%;
  }
  h3.alt {
    font-size: 28px;
    line-height: 140%;
  }
  h4 {
    font-size: 20px;
    line-height: 140%;
  }
  h4.alt {
    font-size: 18px;
    line-height: 140%;
  }
  h5 {
    font-size: 204px;
    line-height: 140%;
  }
  h5.alt {
    font-size: 20px;
    line-height: 140%;
  }
  main {
    padding: 40px 0;
  }
  .home-upper {
    margin-top: -40px;
    padding: 40px 0;
  }
  .home-upper h1 {
    margin-bottom: 20px;
  }
  .home-upper .wrapper {
    display: block;
  }
  .home-upper .home-upper-left {
    width: 100%;
  }
  .home-upper .home-upper-left img {
    position: relative;
    width: 120px;
    z-index: 2;
  }
  .home-upper figure {
    margin-top: -40px;
    width: 100%;
    z-index: 1;
  }
  .home-recent {
    margin-bottom: 40px;
    padding: 40px 0;
  }
  .home-recent .swiper-slide {
    display: block;
  }
  .home-recent .slide-left {
    padding-bottom: 0;
    width: 100%;
  }
  .home-recent figure {
    margin-top: 20px;
    width: 100%;
  }
  .home-recent img.home-recent-badge {
    display: none !important;
  }
  .home-intro {
    font-size: 18px;
    line-height: 140%;
    margin: 40px 20px;
  }
  .grid {
    display: block;
  }
  .grid li {
    margin: 0 0 40px;
    width: auto;
  }
  .filters {
    display: block;
    font-size: 16px;
    line-height: 140%;
  }
  .filters .filter {
    width: 100%;
  }
  .filters .filter:nth-child(odd) {
    margin-bottom: 20px;
  }
  .search .search-input input {
    font-size: 16px;
    height: 100%;
    line-height: 120%;
    padding: 10px;
  }
  .search .search-input a {
    right: 10px;
    top: 8px;
  }
  .btn, .cc-w button.cc-f-btn {
    font-size: 16px;
    line-height: 120%;
    padding: 15px 20px;
  }
  .pullquote {
    font-size: 20px;
    line-height: 140%;
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px;
  }
  .pullquote img {
    display: none;
  }
  .pullquote:before, .pullquote:after {
    display: none;
  }
  .contact-block {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px;
  }
  .contact-block:before, .contact-block:after {
    display: none;
  }
  .contact-block-columns {
    display: block;
  }
  .contact-block-columns p {
    font-size: 18px;
    line-height: 140%;
  }
  .contact-block-one {
    width: 100%;
  }
  .contact-block-two {
    margin-top: 40px;
    width: 100%;
  }
  .story-upper {
    margin-top: -40px;
    margin-bottom: 40px;
    padding: 20px 0;
  }
  .story-upper .wrapper > img {
    bottom: 0;
    left: 20px;
    right: auto;
    width: 100px;
  }
  .story-upper figure:before {
    background: #D1CCBF;
    bottom: -1px;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    content: "";
    height: 30%;
    left: -1px;
    position: absolute;
    top: auto;
    width: 30%;
  }
  .story-upper figure:after {
    background: #D1CCBF;
    bottom: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    content: "";
    height: 60%;
    right: -1px;
    position: absolute;
    top: -1px;
    width: 20%;
  }
  .circle {
    display: none;
  }
  .story h1 {
    font: 400 34px/120% merriweather, serif;
    text-align: left;
  }
  .story h2, .story h3, .story .story-metadata {
    text-align: left;
  }
  .story-block {
    margin: 40px 0;
  }
  .swiper-story {
    margin-left: -20px;
    margin-right: -20px;
  }
  .swiper-story .swiper-slide img {
    height: 400px;
  }
  .swiper-story .swiper-slide .pullquote {
    display: flex;
    flex-direction: column;
    height: 400px;
    justify-content: center;
  }
  .swiper-tools {
    margin: 20px 20px 0;
  }
  .caption-holder {
    font: 500 14px/140% neue-haas-unica, sans-serif;
    margin: 0 10px;
    width: 80%;
  }
  .page h2, .page h3 {
    text-align: left;
  }
  body[dir=rtl] .page h2, body[dir=rtl] .page h3 {
    text-align: right;
  }
  .comments-header {
    flex-wrap: wrap;
  }
  .comments-header h2 {
    order: 2;
    width: 100%;
  }
  .comments-header .story-share {
    order: 1;
    margin-bottom: 20px;
    width: 100%;
  }
  footer {
    padding: 40px 0;
  }
  footer h1 {
    margin-bottom: 40px;
    width: calc(100% - 80px);
  }
  footer nav {
    margin-left: auto;
    width: 40%;
  }
  .footer-logo {
    position: absolute;
    right: 20px;
    top: 0;
    width: auto;
  }
  .footer-logo img {
    width: 60px;
  }
  .footer-address {
    display: block;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
    width: 60%;
  }
  .footer-address-1, .footer-address-2 {
    width: auto;
  }
  .footer-lower {
    flex-wrap: wrap;
  }
  .footer-lower p {
    font-size: 12px;
    order: 2;
    line-height: 16px;
  }
  .footer-social {
    margin-bottom: 40px;
    width: 100%;
  }
  body[dir=rtl] footer h1 {
    padding-right: 100px;
  }
  body[dir=rtl] footer .footer-logo {
    top: -10px;
  }
  body[dir=rtl] footer .footer-social {
    margin-right: 0;
  }
}
body[dir=rtl] {
  font-family: noto-sans-arabic, neue-haas-unica, sans-serif !important;
}
body[dir=rtl] * {
  font-family: noto-sans-arabic, neue-haas-unica, sans-serif !important;
  text-transform: none !important;
}
body[dir=rtl] h1 {
  font-weight: 800;
}
body[dir=rtl] .rtl-fix {
  text-align: right;
}
body[dir=rtl] .subhead-heavy {
  font: 700 16px/140% neue-haas-unica, sans-serif;
  text-transform: uppercase;
}
body[dir=rtl] .subhead-medium {
  font: 500 16px/140% neue-haas-unica, sans-serif;
  text-transform: uppercase;
}
body[dir=rtl] .story-transcript h2 svg {
  margin-left: 0;
  margin-right: 10px;
}
body[dir=rtl] #global-header .logo a img {
  order: 2;
}
body[dir=rtl] #global-header nav {
  margin-left: 0;
  margin-right: auto;
}
body[dir=rtl] .home-upper .home-upper-left {
  order: 2;
}
body[dir=rtl] .home-upper .home-upper-left img {
  display: block;
  margin-right: auto;
}
body[dir=rtl] .home-upper figure {
  order: 1;
}
body[dir=rtl] .home-recent .slide-left {
  order: 2;
}
body[dir=rtl] .home-recent figure {
  order: 1;
  position: relative;
}
body[dir=rtl] .home-recent-badge {
  left: 20px;
}
body[dir=rtl] .grid li:nth-child(even) {
  margin-left: 0;
  margin-right: auto;
}
body[dir=rtl] .filters .filter:nth-child(even) {
  margin-left: 0;
  margin-right: auto;
}
body[dir=rtl] .filters h3 svg {
  margin-left: 0;
  margin-right: auto;
}
body[dir=rtl] .filters .filter-clear svg {
  margin-right: 0;
  margin-left: 30px;
}
body[dir=rtl] .filters label {
  font-weight: 400;
  padding: 8px 55px 8px 10px;
}
body[dir=rtl] .filters label:before {
  left: auto;
  right: 10px;
}
body[dir=rtl] .contact-block-columns h3 {
  text-align: right;
}
body[dir=rtl] .contact-block-two {
  margin-left: 0;
  margin-right: auto;
}
body[dir=rtl] .contact-social a {
  font-size: 32px;
  line-height: 32px;
  padding: 6px;
  text-decoration: none;
}
body[dir=rtl] .contact-social a:hover {
  color: #EB8C1C;
}
body[dir=rtl] .search .search-input input {
  padding: 20px 20px 20px 60px;
}
body[dir=rtl] .search .search-input a {
  left: 20px;
  right: auto;
}
body[dir=rtl] .search .btn {
  margin-left: 0;
  margin-right: 2.5641025641%;
}
body[dir=rtl] .comments-header h2 {
  text-align: right;
}
body[dir=rtl] .comments-header h2 svg {
  margin-left: 0;
  margin-right: 10px;
}
body[dir=rtl] .comments-header .story-share {
  margin-left: 0;
  margin-right: auto;
}
body[dir=rtl] .footer-logo {
  margin-right: auto;
  order: 5;
  width: 100px;
}
body[dir=rtl] .footer-address {
  width: 65.811965812%;
}
body[dir=rtl] .footer-social {
  margin-left: 0;
  margin-right: auto;
  width: auto;
}
