@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://use.typekit.net/vji3rbn.css");
:root {
  --support-color: #F8E71C;
  --selection-color: #F8E71C; }

@media (min-width: 480px) {
  .max-mb {
    display: none !important; } }

@media (min-width: 768px) {
  .max-ph {
    display: none !important; } }

@media (min-width: 1000px) {
  .max-tb {
    display: none !important; } }

@media (min-width: 1280px) {
  .max-md {
    display: none !important; } }

@media (max-width: 479px) {
  .min-ph {
    display: none !important; } }

@media (max-width: 767px) {
  .min-tb {
    display: none !important; } }

@media (max-width: 999px) {
  .min-md {
    display: none !important; } }

@media (max-width: 1279px) {
  .min-lg {
    display: none !important; } }

.wrap {
  margin: 0 25px; }
  @media (min-width: 768px) {
    .wrap {
      margin: 0 45px; } }
  @media (min-width: 1000px) {
    .wrap {
      margin: 0 auto;
      width: 810px; } }

/*! normalize.css v8.0.0 | 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; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

/*--------------------------------

iconfont Web Font - built using nucleoapp.com
License - nucleoapp.com/license/

-------------------------------- */
@font-face {
  font-family: 'iconfont';
  src: url("iconfont.eot");
  src: url("iconfont.eot") format("embedded-opentype"), url("iconfont.woff2") format("woff2"), url("iconfont.woff") format("woff"), url("iconfont.ttf") format("truetype"), url("iconfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------
	base class definition
-------------------------*/
.nc-icon {
  display: inline-block;
  font: normal normal normal 14px/1 'iconfont';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
.nc-icon.lg {
  font-size: 1.33333333em;
  vertical-align: -16%; }

.nc-icon.x2 {
  font-size: 2em; }

.nc-icon.x3 {
  font-size: 3em; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon.square,
.nc-icon.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee; }

.nc-icon.circle {
  border-radius: 50%; }

/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.nc-icon-ul > li {
  position: relative; }

.nc-icon-ul > li > .nc-icon {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center; }

.nc-icon-ul > li > .nc-icon.lg {
  top: 0;
  left: -1.35714286em; }

.nc-icon-ul > li > .nc-icon.circle,
.nc-icon-ul > li > .nc-icon.square {
  top: -0.19047619em;
  left: -1.9047619em; }

/*------------------------
  spinning icons
-------------------------*/
.nc-icon.spin {
  -webkit-animation: nc-icon-spin 2s infinite linear;
  animation: nc-icon-spin 2s infinite linear; }

@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.nc-icon.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.nc-icon.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.nc-icon.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.nc-icon.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

/*------------------------
	font icons
-------------------------*/
.nc-about::before {
  content: "\ea01"; }

.nc-arrow-right::before {
  content: "\ea02"; }

.nc-colophon-logo::before {
  content: "\ea03"; }

.nc-facebook::before {
  content: "\ea04"; }

.nc-index::before {
  content: "\ea05"; }

.nc-linkedin::before {
  content: "\ea06"; }

.nc-mail::before {
  content: "\ea07"; }

.nc-share::before {
  content: "\ea08"; }

.nc-twitter::before {
  content: "\ea09"; }

/* all icon font classes list here */
body {
  font-family: "ff-meta-serif-web-pro";
  line-height: 1.3;
  background-color: #FFF; }

::-moz-selection {
  background: var(--selection-color); }

::selection {
  background: var(--selection-color); }

a {
  color: inherit;
  text-decoration: none; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.nc-icon,
img {
  vertical-align: bottom; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans";
  font-weight: bold; }

h1 {
  font-size: 56px;
  line-height: 66px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 32px;
      line-height: 38px; } }

h2 {
  font-size: 30px;
  line-height: 41px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 26px;
      line-height: 36px; } }

h3 {
  font-size: 24px;
  line-height: 33px; }
  @media (max-width: 767px) {
    h3 {
      font-size: 20px;
      line-height: 27px; } }

h4, h5, h6 {
  font-size: 20px;
  line-height: 27px; }
  @media (max-width: 767px) {
    h4, h5, h6 {
      font-size: 16px;
      line-height: 22px; } }

article .main {
  font-size: 20px;
  line-height: 30px; }
  @media (max-width: 767px) {
    article .main {
      font-size: 18px;
      line-height: 28px; } }

.header-article {
  padding: 80px 0;
  font-family: "Open Sans"; }
  .header-article .article-type {
    font-weight: bold;
    font-size: 15px; }
  .header-article h1 {
    margin: 0; }
  .header-article h2 {
    margin: 20px 0 30px 0;
    padding-bottom: 38px;
    font-size: 24px;
    line-height: 33px;
    position: relative; }
    @media (max-width: 767px) {
      .header-article h2 {
        font-size: 20px;
        line-height: 27px; } }
    .header-article h2::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 360px;
      height: 8px;
      background: #2A2E35; }
      @media (max-width: 767px) {
        .header-article h2::after {
          width: 120px; } }
      @media (min-width: 768px) and (max-width: 999px) {
        .header-article h2::after {
          width: 250px; } }
    @media (max-width: 767px) {
      .header-article h2 {
        font-size: 20px;
        line-height: 27px;
        padding-bottom: 24px;
        margin: 10px 0 18px 0; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .header-article h2 {
      font-size: 16px;
      line-height: 22px; } }
  .header-article .article-meta {
    font-weight: bold; }
    .header-article .article-meta .publication-date {
      font-weight: normal;
      display: inline-block;
      margin-left: 10px; }
      @media (max-width: 767px) {
        .header-article .article-meta .publication-date {
          display: block;
          margin-left: 0;
          margin-top: 3px; } }
    @media (max-width: 767px) {
      .header-article .article-meta {
        font-size: 13px; } }
  @media (max-width: 767px) {
    .header-article {
      padding: 60px 0 40px 0; } }

.section-header img {
  width: 100%;
  margin: 0; }

.section-header cite {
  height: 20px;
  margin: 10px 0 -30px 24px; }
  @media (max-width: 767px) {
    .section-header cite {
      margin-left: 14px; } }

article section header {
  min-height: 45vw;
  background-size: cover;
  background-position: center; }
  article section header cite {
    display: none; }

article .main {
  margin: 0 25px;
  display: block;
  margin-top: 80px !important;
  margin-bottom: 80px !important; }
  @media (min-width: 768px) {
    article .main {
      margin: 0 45px; } }
  @media (min-width: 1000px) {
    article .main {
      margin: 0 auto;
      width: 810px; } }
  @media (max-width: 767px) {
    article .main {
      margin-top: 50px !important;
      margin-bottom: 50px !important; } }

article h1, article h2, article h3, article h4, article h5, article h6,
article p,
article .insert,
article .main > ul,
article .main > ol,
article table {
  margin: 0 0 30px 0; }
  @media (max-width: 767px) {
    article h1, article h2, article h3, article h4, article h5, article h6,
    article p,
    article .insert,
    article .main > ul,
    article .main > ol,
    article table {
      margin: 0 0 20px 0; } }

article p > a {
  position: relative; }
  article p > a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    background: var(--support-color); }
  article p > a:hover {
    opacity: 0.8; }

article h1, article h2, article h3 {
  margin-top: 40px; }
  @media (max-width: 767px) {
    article h1, article h2, article h3 {
      margin-top: 30px; } }

article h4, article h5, article h6 {
  margin-bottom: 10px; }

article ul.slider,
article blockquote,
article img {
  margin: 45px 0; }
  article ul.slider + cite,
  article blockquote + cite,
  article img + cite {
    min-height: 20px;
    margin-top: -35px;
    margin-bottom: 35px; }
  @media (max-width: 767px) {
    article ul.slider,
    article blockquote,
    article img {
      margin: 35px 0; }
      article ul.slider + cite,
      article blockquote + cite,
      article img + cite {
        min-height: 20px;
        margin-top: -25px;
        margin-bottom: 25px; } }

article img {
  display: block;
  min-width: 100%; }
  @media (min-width: 1000px) {
    article img.large {
      margin-left: calc(-1 * (100vw - 900px) / 2);
      margin-right: calc(-1 * (100vw - 900px) / 2);
      width: calc((100vw - 900px) + 810px);
      max-width: initial; } }
  @media (min-width: 1280px) {
    article img.large {
      margin-left: -190px;
      margin-right: -190px;
      width: 1190px;
      max-width: initial; } }
  @media (max-width: 767px) {
    article img.large {
      margin-left: -25px;
      margin-right: -25px;
      max-width: 100vw;
      width: 100vw; }
      article img.large + cite {
        padding-left: 25px;
        padding-right: 25px; } }
  @media (min-width: 1000px) {
    article img.large + cite {
      margin-left: calc(-1 * (100vw - 900px) / 2);
      margin-right: calc(-1 * (100vw - 900px) / 2);
      width: calc((100vw - 900px) + 810px);
      max-width: initial; } }
  @media (min-width: 1280px) {
    article img.large + cite {
      margin-left: -190px;
      margin-right: -190px;
      width: 1190px;
      max-width: initial; } }
  @media (max-width: 767px) {
    article img.large + cite {
      margin-left: -25px;
      margin-right: -25px;
      max-width: 100vw;
      width: 100vw; }
      article img.large + cite + cite {
        padding-left: 25px;
        padding-right: 25px; } }

article .float-left,
article .float-right {
  position: relative;
  margin-top: 0;
  padding-bottom: 33px; }
  article .float-left::after,
  article .float-right::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 360px;
    height: 8px;
    background: var(--support-color); }
    @media (max-width: 767px) {
      article .float-left::after,
      article .float-right::after {
        width: 120px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      article .float-left::after,
      article .float-right::after {
        width: 250px; } }
  @media (max-width: 767px) {
    article .float-left,
    article .float-right {
      padding-bottom: 20px; } }
  article .float-left img,
  article .float-right img {
    margin-top: 5px;
    margin-bottom: 0; }
    article .float-left img + cite,
    article .float-right img + cite {
      height: auto;
      margin-top: 10px;
      margin-bottom: 0; }

@media (min-width: 1000px) {
  article .float-left {
    margin-left: calc(-1 * (100vw - 900px) / 2); } }

@media (min-width: 1280px) {
  article .float-left {
    margin-left: -190px; } }

@media (min-width: 768px) {
  article .float-left {
    float: left;
    max-width: 380px;
    margin-top: 0;
    margin-right: 40px; } }

@media (min-width: 1000px) {
  article .float-right {
    margin-right: calc(-1 * (100vw - 900px) / 2); } }

@media (min-width: 1280px) {
  article .float-right {
    margin-right: -190px; } }

@media (min-width: 768px) {
  article .float-right {
    float: right;
    max-width: 380px;
    margin-top: 0;
    margin-left: 40px; } }

article cite {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  font-family: "Open Sans";
  font-style: normal;
  display: block; }

article table {
  min-width: 100%;
  border-spacing: 0 !important;
  font-family: "Open Sans";
  margin: 20px 0; }
  article table td, article table th {
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    padding: 10px 20px;
    border: 0 !important; }
  article table thead td,
  article table thead th {
    background-color: #F6F6F6; }
  article table tr:nth-child(even) td {
    background-color: #F6F6F6; }
  article table + cite {
    min-height: 20px;
    margin-top: -10px;
    margin-bottom: 20px; }

.table-wrapper {
  max-width: 100vw;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0; }
  @media (max-width: 767px) {
    .table-wrapper table {
      min-width: 500px;
      margin: 0 !important; } }
  .table-wrapper cite {
    margin-top: 10px; }

article ul, article ol {
  padding-left: 22px; }
  article ul li, article ol li {
    margin: 10px 0; }
  article ul > li, article ol > li {
    padding-left: 10px; }
    @media (max-width: 767px) {
      article ul > li, article ol > li {
        padding-left: 5px; } }
  article ul ul, article ul ol, article ol ul, article ol ol {
    margin-left: 10px; }
    @media (max-width: 767px) {
      article ul ul, article ul ol, article ol ul, article ol ol {
        margin-left: 0 !important; } }
  article ul ul li, article ol ul li {
    list-style-type: none;
    position: relative; }
    article ul ul li::before, article ol ul li::before {
      content: "-";
      position: absolute;
      top: 0;
      left: -10px; }
      @media (max-width: 767px) {
        article ul ul li::before, article ol ul li::before {
          left: -15px; } }

article ol ol li {
  list-style-type: lower-latin; }

article ol ol ol li {
  list-style-type: lower-roman; }

.btn {
  display: block;
  background: #FFF;
  border-radius: 2px;
  height: 40px;
  line-height: 20px;
  padding: 10px;
  color: #2A2E35;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms; }
  .btn:hover {
    background-color: rgba(255, 255, 255, 0.9); }

.notes {
  display: none; }

.footnote,
.sidenote {
  font-size: 1px;
  text-decoration: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: '';
  margin: 0 4px;
  color: #FFF;
  background-color: #2A2E35;
  position: relative;
  top: -2px; }
  .footnote:before,
  .sidenote:before {
    position: absolute;
    content: '';
    border-top: 6px solid #FFF;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    left: 5px;
    top: 7px; }
  .footnote:after,
  .sidenote:after {
    display: none !important; }
  .footnote:hover,
  .sidenote:hover {
    opacity: 0.8; }
  .footnote.footnote.expanded,
  .sidenote.footnote.expanded {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.sidenote:before {
  border: 0 !important;
  content: attr(data-num);
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  font-family: Arial;
  top: 0;
  left: 0;
  right: 0;
  text-align: center; }

.note-display {
  font-size: 18px;
  line-height: 28px;
  padding: 15px 25px;
  background: #FAFAFA;
  border-left: 8px solid #2A2E35;
  margin: 25px 0;
  font-weight: normal;
  font-style: normal;
  word-break: break-word; }
  @media (max-width: 767px) {
    .note-display {
      font-size: 16px;
      line-height: 26px; } }
  @media (max-width: 767px) {
    .note-display {
      margin: 15px -25px; } }
  .note-display a {
    text-decoration: underline; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -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-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

ul.slider,
ul.slider li {
  margin: 0;
  padding: 0;
  list-style: none; }

@media (min-width: 1000px) {
  .slider.large {
    margin-left: calc(-1 * (100vw - 900px) / 2);
    margin-right: calc(-1 * (100vw - 900px) / 2);
    width: calc((100vw - 900px) + 810px);
    max-width: initial; } }

@media (min-width: 1280px) {
  .slider.large {
    margin-left: -190px;
    margin-right: -190px;
    width: 1190px;
    max-width: initial; } }

@media (max-width: 767px) {
  .slider.large {
    margin-left: -25px;
    margin-right: -25px;
    max-width: 100vw;
    width: 100vw; }
    .slider.large + cite {
      padding-left: 25px;
      padding-right: 25px; } }

.slider img {
  margin: 0 0 10px 0; }
  .slider img + cite {
    max-width: 70%;
    margin-bottom: 0;
    margin-top: 10px;
    height: auto; }
  @media (max-width: 767px) {
    .slider img {
      margin: 0 0 5px 0; }
      .slider img + cite {
        padding: 0 10px;
        max-width: initial; } }

.slider .owl-nav button {
  outline: none;
  text-indent: -9999px;
  position: absolute;
  width: 200px;
  top: 0;
  bottom: 28px;
  cursor: pointer; }
  .slider .owl-nav button.owl-prev {
    left: 0;
    background: url("prev.svg") left center no-repeat; }
    @media (max-width: 767px) {
      .slider .owl-nav button.owl-prev {
        background-size: 30px; } }
  .slider .owl-nav button.owl-next {
    right: 0;
    background: url("next.svg") right center no-repeat; }
    @media (max-width: 767px) {
      .slider .owl-nav button.owl-next {
        background-size: 30px; } }

.slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: -20px;
  background-color: #fff; }
  .slider .owl-dots button {
    outline: none;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #434343;
    margin-left: 8px; }
    .slider .owl-dots button.active {
      background-color: #434343; }
  @media (max-width: 767px) {
    .slider .owl-dots {
      position: static;
      text-align: center;
      -webkit-transform: none !important;
              transform: none !important; } }

blockquote {
  background: #fafafa;
  padding: 25px 30px;
  border-left: 8px solid var(--support-color); }
  @media (max-width: 767px) {
    blockquote {
      padding: 20px 20px; } }
  blockquote > :first-child {
    margin-top: 0; }
  blockquote > :last-child {
    margin-bottom: 0; }
  blockquote p, blockquote ul, blockquote ol {
    font-style: italic; }
  blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, blockquote p {
    margin: 20px 0; }
  blockquote a {
    text-decoration: underline; }
    blockquote a:hover {
      opacity: 0.7; }

blockquote.long-quote {
  font-style: italic;
  padding: 0 0 22px 0;
  margin: 0 0 45px 0;
  border-left: 0;
  background: transparent;
  font-size: 30px;
  line-height: 41px;
  position: relative; }
  @media (max-width: 767px) {
    blockquote.long-quote {
      font-size: 26px;
      line-height: 36px; } }
  @media (min-width: 1000px) {
    blockquote.long-quote {
      margin-left: calc(-1 * (100vw - 900px) / 2); } }
  @media (min-width: 1280px) {
    blockquote.long-quote {
      margin-left: -190px; } }
  blockquote.long-quote::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 360px;
    height: 8px;
    background: var(--support-color); }
    @media (max-width: 767px) {
      blockquote.long-quote::after {
        width: 120px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      blockquote.long-quote::after {
        width: 250px; } }

blockquote.emphasized {
  font-style: italic;
  padding: 0 0 22px 0;
  margin: 0 0 45px 0;
  border-left: 0;
  background: transparent;
  font-size: 30px;
  line-height: 41px;
  position: relative; }
  @media (max-width: 767px) {
    blockquote.emphasized {
      font-size: 26px;
      line-height: 36px; } }
  @media (min-width: 1000px) {
    blockquote.emphasized {
      margin-left: calc(-1 * (100vw - 900px) / 2); } }
  @media (min-width: 1280px) {
    blockquote.emphasized {
      margin-left: -190px; } }
  blockquote.emphasized::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 360px;
    height: 8px;
    background: var(--support-color); }
    @media (max-width: 767px) {
      blockquote.emphasized::after {
        width: 120px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      blockquote.emphasized::after {
        width: 250px; } }
  @media (min-width: 768px) {
    blockquote.emphasized {
      float: left;
      max-width: 380px;
      margin-top: 0;
      margin-right: 40px; } }
  @media (min-width: 768px) {
    blockquote.emphasized {
      margin-bottom: 25px; } }

.colophon-label {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 12px;
  background-color: #2b2e34; }

.made-with-colophon {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #a9abae; }
  .made-with-colophon img {
    vertical-align: middle; }

body {
  padding-top: 60px; }

.header-dropdown {
  position: fixed;
  top: 60px;
  right: 0;
  width: 320px;
  color: #FFF;
  font-family: "Open Sans";
  background-color: #2A2E35;
  font-size: 16px;
  line-height: 1.375;
  z-index: 4;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .header-dropdown:before {
    content: '';
    border-bottom: 10px solid #2A2E35;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    right: 25px; }
    @media (max-width: 767px) {
      .header-dropdown:before {
        right: 23px; } }
  .header-dropdown.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .header-dropdown .scroll-wrap {
    max-height: calc(100vh - 60px);
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  @media (max-width: 767px) {
    .header-dropdown {
      width: 100vw; } }

header.header-page {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: #FFF;
  font-family: "Open Sans";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eaeaeb; }
  header.header-page .separator {
    height: 30px;
    width: 1px;
    background-color: #eaeaeb; }
  header.header-page .colophon-logo a {
    color: #b7b7b7;
    display: block;
    padding: 20px 15px;
    background: rgba(42, 46, 53, 0);
    -webkit-transition: all 200ms;
    transition: all 200ms; }
    header.header-page .colophon-logo a i {
      font-size: 20px;
      line-height: 20px; }
  header.header-page .colophon-logo:hover a {
    color: #2A2E35; }
  header.header-page .colophon-logo.active a {
    background: #2a2e35;
    color: #FFF !important; }
  header.header-page .publication-logo {
    margin-left: 16px; }
    header.header-page .publication-logo img {
      max-height: 25px; }
  header.header-page .header-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    margin-left: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px; }
    header.header-page .header-controls i {
      font-size: 24px; }
    header.header-page .header-controls a {
      padding: 15px;
      vertical-align: bottom;
      color: #2A2E35; }
      header.header-page .header-controls a:hover {
        color: #878B92; }
      header.header-page .header-controls a:not(.share-toggle) i {
        margin-right: 6px; }
    @media (max-width: 767px) {
      header.header-page .header-controls {
        padding-right: 10px; }
        header.header-page .header-controls .label {
          display: none; }
        header.header-page .header-controls .separator {
          display: none; }
        header.header-page .header-controls a {
          padding: 15px 10px; }
        header.header-page .header-controls i {
          margin-right: 0 !important; } }
  header.header-page .about {
    padding: 0; }
    header.header-page .about:before {
      right: 183px; }
      @media (max-width: 767px) {
        header.header-page .about:before {
          right: 108px; } }
    header.header-page .about .article-authors {
      padding: 15px 30px 10px 30px;
      background-color: #2A2E35; }
      header.header-page .about .article-authors > p {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 20px; }
      header.header-page .about .article-authors .author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 15px; }
        header.header-page .about .article-authors .author .author-image {
          margin-right: 12px;
          min-width: 60px; }
          header.header-page .about .article-authors .author .author-image img {
            width: 60px;
            height: 60px;
            border-radius: 30px;
            border: 2px solid #FFF; }
        header.header-page .about .article-authors .author .author-name {
          font-size: 15px;
          font-weight: bold;
          margin-top: -1px;
          margin-bottom: 3px; }
        header.header-page .about .article-authors .author .author-occupation {
          color: #878B92;
          font-size: 13px; }
    header.header-page .about .organisation-info {
      padding: 30px;
      font-size: 15px;
      line-height: 23px;
      background-color: #23252a; }
      header.header-page .about .organisation-info a:last-child {
        margin: 5px 0 10px 0;
        display: block;
        opacity: 0.6; }
        header.header-page .about .organisation-info a:last-child:hover {
          opacity: 1; }
    header.header-page .about .made-with {
      padding: 30px;
      background-color: #23252a; }
  header.header-page .icon {
    display: block; }

.share-controls {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  -webkit-transform: translateY(-34px);
          transform: translateY(-34px);
  -webkit-transition: opacity 200ms, visibility 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, visibility 200ms, -webkit-transform 200ms;
  transition: transform 200ms, opacity 200ms, visibility 200ms;
  transition: transform 200ms, opacity 200ms, visibility 200ms, -webkit-transform 200ms;
  font-size: 16px;
  line-height: 16px;
  z-index: 2; }
  .share-controls.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-44px);
            transform: translateY(-44px); }
  .share-controls a {
    width: 36px;
    height: 36px;
    display: inline-block;
    color: #FFF;
    border-radius: 18px;
    background: #2A2E35;
    text-align: center;
    vertical-align: bottom;
    padding-top: 8px;
    cursor: pointer; }
    .share-controls a:hover {
      background-color: #414751; }

.scroll-progress-indicator {
  position: fixed;
  height: 3px;
  left: 0;
  top: 0;
  background: var(--support-color);
  z-index: 4;
  -webkit-transition: width 200ms;
  transition: width 200ms; }

.index-control .scroll-wrap {
  padding: 10px 30px; }
  .index-control .scroll-wrap ul, .index-control .scroll-wrap li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .index-control .scroll-wrap > ul > li {
    margin: 20px 0; }
    .index-control .scroll-wrap > ul > li > a {
      font-weight: bold; }
    .index-control .scroll-wrap > ul > li li {
      margin: 10px 0;
      font-size: 15px; }
  .index-control .scroll-wrap a:hover {
    opacity: 0.8; }
  .index-control .scroll-wrap li.active > a {
    color: var(--support-color);
    position: relative;
    display: block;
    opacity: 1 !important; }
    .index-control .scroll-wrap li.active > a::before {
      content: '';
      width: 5px;
      position: absolute;
      background: var(--support-color);
      left: -30px;
      top: 0;
      bottom: 0; }

#about-colophon {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background: #2A2E35;
  z-index: 4;
  color: #FFF;
  font-family: "Open Sans";
  line-height: 1.375;
  -webkit-transition: opacity 200ms, visibility 200ms;
  transition: opacity 200ms, visibility 200ms;
  opacity: 0;
  visibility: hidden;
  max-height: calc(100vh - 60px);
  overflow: auto; }
  @media (max-width: 767px) {
    #about-colophon {
      font-size: 14px; } }
  #about-colophon.visible {
    opacity: 1;
    visibility: visible; }
  #about-colophon .big-wrap {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1190px;
    margin: 0 60px; }
    @media (min-width: 1280px) {
      #about-colophon .big-wrap {
        margin: auto !important; } }
    @media (min-width: 768px) and (max-width: 999px) {
      #about-colophon .big-wrap {
        margin: auto;
        max-width: 560px; } }
    @media (max-width: 767px) {
      #about-colophon .big-wrap {
        padding: 45px 0;
        margin: 0 30px; } }
    #about-colophon .big-wrap .title {
      font-weight: bold; }
    #about-colophon .big-wrap > .about {
      width: calc(100% - 230px);
      margin-bottom: 50px; }
      @media (max-width: 999px) {
        #about-colophon .big-wrap > .about {
          width: 100%;
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        #about-colophon .big-wrap > .about {
          margin-bottom: 30px; } }
      #about-colophon .big-wrap > .about > .inner {
        max-width: 710px; }
      #about-colophon .big-wrap > .about img {
        margin-bottom: 30px; }
      #about-colophon .big-wrap > .about .title {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 20px; }
        @media (max-width: 999px) {
          #about-colophon .big-wrap > .about .title {
            margin-bottom: 35px; } }
        @media (max-width: 767px) {
          #about-colophon .big-wrap > .about .title {
            font-size: 20px;
            line-height: 26px;
            margin-bottom: 20px; } }
        #about-colophon .big-wrap > .about .title .highlight {
          color: #F8E71C; }
          #about-colophon .big-wrap > .about .title .highlight .c1 {
            color: #ff8068; }
          #about-colophon .big-wrap > .about .title .highlight .c2 {
            color: #0c86d2; }
    #about-colophon .big-wrap > .button {
      width: 230px;
      padding-top: 105px; }
      @media (max-width: 999px) {
        #about-colophon .big-wrap > .button {
          padding-top: 0; } }
      #about-colophon .big-wrap > .button .btn i {
        vertical-align: middle;
        position: relative;
        right: -10px;
        top: -1px;
        font-size: 12px; }
    #about-colophon .big-wrap > .usps {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 999px) {
        #about-colophon .big-wrap > .usps {
          padding-top: 50px; } }
      @media (max-width: 767px) {
        #about-colophon .big-wrap > .usps {
          padding-top: 30px; } }
      #about-colophon .big-wrap > .usps > div {
        padding: 0 20px;
        width: 33.332%; }
        @media (max-width: 999px) {
          #about-colophon .big-wrap > .usps > div {
            padding: 20px 20px;
            width: 100%; } }
        @media (max-width: 767px) {
          #about-colophon .big-wrap > .usps > div {
            padding: 15px 20px; } }

#share-dropdown {
  width: auto; }
  @media (max-width: 767px) {
    #share-dropdown {
      width: 100vw; } }
  #share-dropdown:before {
    right: 120px; }
    @media (max-width: 767px) {
      #share-dropdown:before {
        right: 66px; } }
  #share-dropdown .scroll-wrap {
    padding: 30px; }
  #share-dropdown .title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px; }
  #share-dropdown .url-display {
    height: 40px;
    width: 400px;
    padding: 0 10px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #FFF;
    overflow: hidden;
    border-radius: 2px;
    border: 0;
    cursor: pointer; }
    @media (max-width: 767px) {
      #share-dropdown .url-display {
        width: 100%; } }
  #share-dropdown .providers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px -10px 0 -10px; }
    @media (max-width: 767px) {
      #share-dropdown .providers {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    #share-dropdown .providers > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 120px;
      height: 120px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      margin: 0 10px;
      background-color: #23252a;
      font-weight: bold; }
      #share-dropdown .providers > a .nc-icon {
        font-size: 22px;
        margin-bottom: 8px; }
      #share-dropdown .providers > a .inner {
        margin: auto; }
      #share-dropdown .providers > a .nc-icon, #share-dropdown .providers > a .label {
        display: block; }
      #share-dropdown .providers > a:hover {
        background-color: #000; }
      @media (max-width: 767px) {
        #share-dropdown .providers > a {
          margin-bottom: 20px;
          width: calc(50% - 20px);
          height: calc(50vw - 50px); } }
    @media (max-width: 767px) {
      #share-dropdown .providers {
        margin-bottom: -20px; } }

#email-form {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 28px;
  text-align: center; }
  @media (max-width: 767px) {
    #email-form {
      font-size: 16px;
      line-height: 26px; } }
  #email-form:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 180px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    z-index: -1; }
  #email-form:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    bottom: 0;
    background: #FFF;
    z-index: -1; }
  #email-form .title {
    padding-top: 200px;
    font-size: 24px;
    line-height: 33px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Open Sans"; }
    @media (max-width: 767px) {
      #email-form .title {
        font-size: 20px;
        line-height: 27px; } }
    #email-form .title:after {
      content: '';
      height: 8px;
      width: 360px;
      margin: auto;
      display: block;
      margin-top: 20px;
      background-color: var(--support-color); }
      @media (max-width: 767px) {
        #email-form .title:after {
          width: 240px; } }
  #email-form form {
    max-width: 490px;
    margin: 15px auto 0 auto;
    position: relative; }
    #email-form form input[type='text'],
    #email-form form input[type='email'] {
      height: 42px;
      border-radius: 2px;
      padding: 0 10px;
      font-family: "Open Sans";
      border: 1px solid #D6D6D6;
      font-size: 15px;
      margin: 10px;
      outline: none;
      width: calc(100% - 20px); }
    @media (min-width: 768px) {
      #email-form form input[type='email'] {
        width: calc(100% - 20px); }
      #email-form form input[type='text'] {
        width: calc(50% - 20px);
        float: left; } }
    #email-form form input[type=submit] {
      outline: none;
      background: #23252a;
      color: #FFF;
      font-family: "Open Sans";
      height: 46px;
      padding: 0 25px;
      border: 0;
      border-radius: 2px;
      font-weight: bold;
      font-size: 16px;
      margin-top: 15px;
      cursor: pointer; }
      #email-form form input[type=submit]:hover {
        background: rgba(35, 37, 42, 0.9); }
  #email-form.loading .loader {
    position: absolute;
    top: 180px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    background-image: url("spinner-dark.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px; }

#__bs_notify__ {
  display: none !important; }
