/*!
Theme Name: MTMG
Theme URI: http://www.meetthemediaguru.org/
Author: Accurat
Version: 2.0
*/
/*Foundation Interchange */
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

/* Reset CSS */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*! TACHYONS v4.11.1 | http://tachyons.io */
/*
 *
 *      ________            ______
 *      ___  __/_____ _________  /______  ______________________
 *      __  /  _  __ `/  ___/_  __ \_  / / /  __ \_  __ \_  ___/
 *      _  /   / /_/ // /__ _  / / /  /_/ // /_/ /  / / /(__  )
 *      /_/    \__,_/ \___/ /_/ /_/_\__, / \____//_/ /_//____/
 *                                 /____/
 *
 *    TABLE OF CONTENTS
 *
 *    1. External Library Includes
 *       - Normalize.css | http://normalize.css.github.io
 *    2. Tachyons Modules
 *    3. Variables
 *       - Media Queries
 *       - Colors
 *    4. Debugging
 *       - Debug all
 *       - Debug children
 *
 */
/* External Library Includes */
/*! 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: .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: .35em .75em .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; }

/* Modules */
/*

  BOX SIZING

*/
html, body, div, article, aside, section, main, nav, footer, header, form,
fieldset, legend, pre, code, a, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt,
dd, blockquote, figcaption, figure, textarea, table, td, th, tr,
input[type="email"], input[type="number"], input[type="password"],
input[type="tel"], input[type="text"], input[type="url"], .border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*

   ASPECT RATIOS

*/
/* This is for fluid media that is embedded from third party sites like youtube, vimeo etc.
 * Wrap the outer element in aspect-ratio and then extend it with the desired ratio i.e
 * Make sure there are no height and width attributes on the embedded media.
 * Adapted from: https://github.com/suitcss/components-flex-embed
 *
 * Example:
 *
 * <div class="aspect-ratio aspect-ratio--16x9">
 *  <iframe class="aspect-ratio--object"></iframe>
 * </div>
 *
 * */
.aspect-ratio {
  height: 0;
  position: relative; }

.aspect-ratio--16x9 {
  padding-bottom: 56.25%; }

.aspect-ratio--9x16 {
  padding-bottom: 177.77%; }

.aspect-ratio--4x3 {
  padding-bottom: 75%; }

.aspect-ratio--3x4 {
  padding-bottom: 133.33%; }

.aspect-ratio--6x4 {
  padding-bottom: 66.6%; }

.aspect-ratio--4x6 {
  padding-bottom: 150%; }

.aspect-ratio--8x5 {
  padding-bottom: 62.5%; }

.aspect-ratio--5x8 {
  padding-bottom: 160%; }

.aspect-ratio--7x5 {
  padding-bottom: 71.42%; }

.aspect-ratio--5x7 {
  padding-bottom: 140%; }

.aspect-ratio--1x1 {
  padding-bottom: 100%; }

.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

/*

   IMAGES
   Docs: http://tachyons.io/docs/elements/images/

*/
/* Responsive images! */
img {
  max-width: 100%; }

/*

   BACKGROUND SIZE
   Docs: http://tachyons.io/docs/themes/background-size/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/*
  Often used in combination with background image set as an inline style
  on an html element.
*/
.cover {
  background-size: cover !important; }

.contain {
  background-size: contain !important; }

/*

    BACKGROUND POSITION

    Base:
    bg = background

    Modifiers:
    -center = center center
    -top = top center
    -right = center right
    -bottom = bottom center
    -left = center left

    Media Query Extensions:
      -ns = not-small
      -m  = medium
      -l  = large

 */
.bg-center {
  background-repeat: no-repeat;
  background-position: center center; }

.bg-top {
  background-repeat: no-repeat;
  background-position: top center; }

.bg-right {
  background-repeat: no-repeat;
  background-position: center right; }

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom center; }

.bg-left {
  background-repeat: no-repeat;
  background-position: center left; }

/*

   OUTLINES

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.outline {
  outline: 1px solid; }

.outline-transparent {
  outline: 1px solid transparent; }

.outline-0 {
  outline: 0; }

/*

    BORDERS
    Docs: http://tachyons.io/docs/themes/borders/

    Base:
      b = border

    Modifiers:
      a = all
      t = top
      r = right
      b = bottom
      l = left
      n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.ba {
  border-style: solid;
  border-width: 1px; }

.bt {
  border-top-style: solid;
  border-top-width: 1px; }

.br {
  border-right-style: solid;
  border-right-width: 1px; }

.bb {
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.bl {
  border-left-style: solid;
  border-left-width: 1px; }

.bn {
  border-style: none;
  border-width: 0; }

/*

   BORDER COLORS
   Docs: http://tachyons.io/docs/themes/borders/

   Border colors can be used to extend the base
   border classes ba,bt,bb,br,bl found in the _borders.css file.

   The base border class by default will set the color of the border
   to that of the current text color. These classes are for the cases
   where you desire for the text and border colors to be different.

   Base:
     b = border

   Modifiers:
   --color-name = each color variable name is also a border color name

*/
.b--black {
  border-color: #000; }

.b--near-black {
  border-color: #111; }

.b--dark-gray {
  border-color: #333; }

.b--mid-gray {
  border-color: #555; }

.b--gray {
  border-color: #777; }

.b--silver {
  border-color: #999; }

.b--light-silver {
  border-color: #aaa; }

.b--moon-gray {
  border-color: #ccc; }

.b--light-gray {
  border-color: #eee; }

.b--near-white {
  border-color: #f4f4f4; }

.b--white {
  border-color: #fff; }

.b--white-90 {
  border-color: rgba(255, 255, 255, 0.9); }

.b--white-80 {
  border-color: rgba(255, 255, 255, 0.8); }

.b--white-70 {
  border-color: rgba(255, 255, 255, 0.7); }

.b--white-60 {
  border-color: rgba(255, 255, 255, 0.6); }

.b--white-50 {
  border-color: rgba(255, 255, 255, 0.5); }

.b--white-40 {
  border-color: rgba(255, 255, 255, 0.4); }

.b--white-30 {
  border-color: rgba(255, 255, 255, 0.3); }

.b--white-20 {
  border-color: rgba(255, 255, 255, 0.2); }

.b--white-10 {
  border-color: rgba(255, 255, 255, 0.1); }

.b--white-05 {
  border-color: rgba(255, 255, 255, 0.05); }

.b--white-025 {
  border-color: rgba(255, 255, 255, 0.025); }

.b--white-0125 {
  border-color: rgba(255, 255, 255, 0.0125); }

.b--black-90 {
  border-color: rgba(0, 0, 0, 0.9); }

.b--black-80 {
  border-color: rgba(0, 0, 0, 0.8); }

.b--black-70 {
  border-color: rgba(0, 0, 0, 0.7); }

.b--black-60 {
  border-color: rgba(0, 0, 0, 0.6); }

.b--black-50 {
  border-color: rgba(0, 0, 0, 0.5); }

.b--black-40 {
  border-color: rgba(0, 0, 0, 0.4); }

.b--black-30 {
  border-color: rgba(0, 0, 0, 0.3); }

.b--black-20 {
  border-color: rgba(0, 0, 0, 0.2); }

.b--black-10 {
  border-color: rgba(0, 0, 0, 0.1); }

.b--black-05 {
  border-color: rgba(0, 0, 0, 0.05); }

.b--black-025 {
  border-color: rgba(0, 0, 0, 0.025); }

.b--black-0125 {
  border-color: rgba(0, 0, 0, 0.0125); }

.b--dark-red {
  border-color: #e7040f; }

.b--red {
  border-color: #ff4136; }

.b--light-red {
  border-color: #ff725c; }

.b--orange {
  border-color: #ff6300; }

.b--gold {
  border-color: #ffb700; }

.b--yellow {
  border-color: #ffd700; }

.b--light-yellow {
  border-color: #fbf1a9; }

.b--purple {
  border-color: #5e2ca5; }

.b--light-purple {
  border-color: #a463f2; }

.b--dark-pink {
  border-color: #d5008f; }

.b--hot-pink {
  border-color: #ff41b4; }

.b--pink {
  border-color: #ff80cc; }

.b--light-pink {
  border-color: #ffa3d7; }

.b--dark-green {
  border-color: #137752; }

.b--green {
  border-color: #19a974; }

.b--light-green {
  border-color: #9eebcf; }

.b--navy {
  border-color: #001b44; }

.b--dark-blue {
  border-color: #00449e; }

.b--blue {
  border-color: #357edd; }

.b--light-blue {
  border-color: #96ccff; }

.b--lightest-blue {
  border-color: #cdecff; }

.b--washed-blue {
  border-color: #f6fffe; }

.b--washed-green {
  border-color: #e8fdf5; }

.b--washed-yellow {
  border-color: #fffceb; }

.b--washed-red {
  border-color: #ffdfdf; }

.b--transparent {
  border-color: transparent; }

.b--inherit {
  border-color: inherit; }

/*

   BORDER RADIUS
   Docs: http://tachyons.io/docs/themes/border-radius/

   Base:
     br   = border-radius

   Modifiers:
     0    = 0/none
     1    = 1st step in scale
     2    = 2nd step in scale
     3    = 3rd step in scale
     4    = 4th step in scale

   Literal values:
     -100 = 100%
     -pill = 9999px

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.br0 {
  border-radius: 0; }

.br1 {
  border-radius: .125rem; }

.br2 {
  border-radius: .25rem; }

.br3 {
  border-radius: .5rem; }

.br4 {
  border-radius: 1rem; }

.br-100 {
  border-radius: 100%; }

.br-pill {
  border-radius: 9999px; }

.br--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.br--top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.br--right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.br--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/*

   BORDER STYLES
   Docs: http://tachyons.io/docs/themes/borders/

   Depends on base border module in _borders.css

   Base:
     b = border-style

   Modifiers:
     --none   = none
     --dotted = dotted
     --dashed = dashed
     --solid  = solid

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

 */
.b--dotted {
  border-style: dotted; }

.b--dashed {
  border-style: dashed; }

.b--solid {
  border-style: solid; }

.b--none {
  border-style: none; }

/*

   BORDER WIDTHS
   Docs: http://tachyons.io/docs/themes/borders/

   Base:
     bw = border-width

   Modifiers:
     0 = 0 width border
     1 = 1st step in border-width scale
     2 = 2nd step in border-width scale
     3 = 3rd step in border-width scale
     4 = 4th step in border-width scale
     5 = 5th step in border-width scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.bw0 {
  border-width: 0; }

.bw1 {
  border-width: .125rem; }

.bw2 {
  border-width: .25rem; }

.bw3 {
  border-width: .5rem; }

.bw4 {
  border-width: 1rem; }

.bw5 {
  border-width: 2rem; }

/* Resets */
.bt-0 {
  border-top-width: 0; }

.br-0 {
  border-right-width: 0; }

.bb-0 {
  border-bottom-width: 0; }

.bl-0 {
  border-left-width: 0; }

/*

  BOX-SHADOW
  Docs: http://tachyons.io/docs/themes/box-shadow/

  Media Query Extensions:
   -ns = not-small
   -m  = medium
   -l  = large

 */
.shadow-1 {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2); }

.shadow-2 {
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2); }

.shadow-3 {
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2); }

.shadow-4 {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }

.shadow-5 {
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2); }

/*

   CODE

*/
.pre {
  overflow-x: auto;
  overflow-y: hidden;
  overflow: scroll; }

/*

   COORDINATES
   Docs: http://tachyons.io/docs/layout/position/

   Use in combination with the position module.

   Base:
     top
     bottom
     right
     left

   Modifiers:
     -0  = literal value 0
     -1  = literal value 1
     -2  = literal value 2
     --1 = literal value -1
     --2 = literal value -2

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.top-1 {
  top: 1rem; }

.right-1 {
  right: 1rem; }

.bottom-1 {
  bottom: 1rem; }

.left-1 {
  left: 1rem; }

.top-2 {
  top: 2rem; }

.right-2 {
  right: 2rem; }

.bottom-2 {
  bottom: 2rem; }

.left-2 {
  left: 2rem; }

.top--1 {
  top: -1rem; }

.right--1 {
  right: -1rem; }

.bottom--1 {
  bottom: -1rem; }

.left--1 {
  left: -1rem; }

.top--2 {
  top: -2rem; }

.right--2 {
  right: -2rem; }

.bottom--2 {
  bottom: -2rem; }

.left--2 {
  left: -2rem; }

.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/*

   CLEARFIX
   http://tachyons.io/docs/layout/clearfix/

*/
/* Nicolas Gallaghers Clearfix solution
   Ref: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.cb {
  clear: both; }

.cn {
  clear: none; }

/*

   DISPLAY
   Docs: http://tachyons.io/docs/layout/display

   Base:
    d = display

   Modifiers:
    n     = none
    b     = block
    ib    = inline-block
    it    = inline-table
    t     = table
    tc    = table-cell
    t-row          = table-row
    t-columm       = table-column
    t-column-group = table-column-group

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.dn {
  display: none; }

.di {
  display: inline; }

.db {
  display: block; }

.dib {
  display: inline-block; }

.dit {
  display: inline-table; }

.dt {
  display: table; }

.dtc {
  display: table-cell; }

.dt-row {
  display: table-row; }

.dt-row-group {
  display: table-row-group; }

.dt-column {
  display: table-column; }

.dt-column-group {
  display: table-column-group; }

/*
  This will set table to full width and then
  all cells will be equal width
*/
.dt--fixed {
  table-layout: fixed;
  width: 100%; }

/*

  FLEXBOX

  Media Query Extensions:
   -ns = not-small
   -m  = medium
   -l  = large

*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/* 1. Fix for Chrome 44 bug.
 * https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */ }

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.self-center {
  -ms-flex-item-align: center;
      align-self: center; }

.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end; }

.content-center {
  -ms-flex-line-pack: center;
      align-content: center; }

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between; }

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around; }

.content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-last {
  -webkit-box-ordinal-group: 100000;
      -ms-flex-order: 99999;
          order: 99999; }

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.flex-shrink-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1; }

/*

   FLOATS
   http://tachyons.io/docs/layout/floats/

   1. Floated elements are automatically rendered as block level elements.
      Setting floats to display inline will fix the double margin bug in
      ie6. You know... just in case.

   2. Don't forget to clearfix your floats with .cf

   Base:
     f = float

   Modifiers:
     l = left
     r = right
     n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.fl {
  float: left;
  _display: inline; }

.fr {
  float: right;
  _display: inline; }

.fn {
  float: none; }

/*

   FONT FAMILY GROUPS
   Docs: http://tachyons.io/docs/typography/font-family/

*/
.sans-serif {
  font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, 'helvetica neue', helvetica, ubuntu, roboto, noto, 'segoe ui', arial, sans-serif; }

.serif {
  font-family: georgia, times, serif; }

.system-sans-serif {
  font-family: sans-serif; }

.system-serif {
  font-family: serif; }

/* Monospaced Typefaces (for code) */
/* From http://cssfontstack.com */
code, .code {
  font-family: Consolas, monaco, monospace; }

.courier {
  font-family: 'Courier Next', courier, monospace; }

/* Sans-Serif Typefaces */
.helvetica {
  font-family: 'helvetica neue', helvetica, sans-serif; }

.avenir {
  font-family: 'avenir next', avenir, sans-serif; }

/* Serif Typefaces */
.athelas {
  font-family: athelas, georgia, serif; }

.georgia {
  font-family: georgia, serif; }

.times {
  font-family: times, serif; }

.bodoni {
  font-family: "Bodoni MT", serif; }

.calisto {
  font-family: "Calisto MT", serif; }

.garamond {
  font-family: garamond, serif; }

.baskerville {
  font-family: baskerville, serif; }

/*

   FONT STYLE
   Docs: http://tachyons.io/docs/typography/font-style/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.i {
  font-style: italic; }

.fs-normal {
  font-style: normal; }

/*

   FONT WEIGHT
   Docs: http://tachyons.io/docs/typography/font-weight/

   Base
     fw = font-weight

   Modifiers:
     1 = literal value 100
     2 = literal value 200
     3 = literal value 300
     4 = literal value 400
     5 = literal value 500
     6 = literal value 600
     7 = literal value 700
     8 = literal value 800
     9 = literal value 900

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.normal {
  font-weight: normal; }

.b {
  font-weight: bold; }

.fw1 {
  font-weight: 100; }

.fw2 {
  font-weight: 200; }

.fw3 {
  font-weight: 300; }

.fw4 {
  font-weight: 400; }

.fw5 {
  font-weight: 500; }

.fw6 {
  font-weight: 600; }

.fw7 {
  font-weight: 700; }

.fw8 {
  font-weight: 800; }

.fw9 {
  font-weight: 900; }

/*

   FORMS

*/
.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none; }

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

/*

   HEIGHTS
   Docs: http://tachyons.io/docs/layout/heights/

   Base:
     h = height
     min-h = min-height
     min-vh = min-height vertical screen height
     vh = vertical screen height

   Modifiers
     1 = 1st step in height scale
     2 = 2nd step in height scale
     3 = 3rd step in height scale
     4 = 4th step in height scale
     5 = 5th step in height scale

     -25   = literal value 25%
     -50   = literal value 50%
     -75   = literal value 75%
     -100  = literal value 100%

     -auto = string value of auto
     -inherit = string value of inherit

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Height Scale */
.h1 {
  height: 1rem; }

.h2 {
  height: 2rem; }

.h3 {
  height: 4rem; }

.h4 {
  height: 8rem; }

.h5 {
  height: 16rem; }

/* Height Percentages - Based off of height of parent */
.h-25 {
  height: 25%; }

.h-50 {
  height: 50%; }

.h-75 {
  height: 75%; }

.h-100 {
  height: 100%; }

.min-h-100 {
  min-height: 100%; }

/* Screen Height Percentage */
.vh-25 {
  height: 25vh; }

.vh-50 {
  height: 50vh; }

.vh-75 {
  height: 75vh; }

.vh-100 {
  height: 100vh; }

.min-vh-100 {
  min-height: 100vh; }

/* String Properties */
.h-auto {
  height: auto; }

.h-inherit {
  height: inherit; }

/*

   LETTER SPACING
   Docs: http://tachyons.io/docs/typography/tracking/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.tracked {
  letter-spacing: .1em; }

.tracked-tight {
  letter-spacing: -.05em; }

.tracked-mega {
  letter-spacing: .25em; }

/*

   LINE HEIGHT / LEADING
   Docs: http://tachyons.io/docs/typography/line-height

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.lh-solid {
  line-height: 1; }

.lh-title {
  line-height: 1.25; }

.lh-copy {
  line-height: 1.5; }

/*

   LINKS
   Docs: http://tachyons.io/docs/elements/links/

*/
.link {
  text-decoration: none;
  -webkit-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in; }

.link:link, .link:visited {
  -webkit-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in; }

.link:hover {
  -webkit-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in; }

.link:active {
  -webkit-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in; }

.link:focus {
  -webkit-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in;
  outline: 1px dotted currentColor; }

/*

   LISTS
   http://tachyons.io/docs/elements/lists/

*/
.list {
  list-style-type: none; }

/*

   MAX WIDTHS
   Docs: http://tachyons.io/docs/layout/max-widths/

   Base:
     mw = max-width

   Modifiers
     1 = 1st step in width scale
     2 = 2nd step in width scale
     3 = 3rd step in width scale
     4 = 4th step in width scale
     5 = 5th step in width scale
     6 = 6st step in width scale
     7 = 7nd step in width scale
     8 = 8rd step in width scale
     9 = 9th step in width scale

     -100 = literal value 100%

     -none  = string value none


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Max Width Percentages */
.mw-100 {
  max-width: 100%; }

/* Max Width Scale */
.mw1 {
  max-width: 1rem; }

.mw2 {
  max-width: 2rem; }

.mw3 {
  max-width: 4rem; }

.mw4 {
  max-width: 8rem; }

.mw5 {
  max-width: 16rem; }

.mw6 {
  max-width: 32rem; }

.mw7 {
  max-width: 48rem; }

.mw8 {
  max-width: 64rem; }

.mw9 {
  max-width: 96rem; }

/* Max Width String Properties */
.mw-none {
  max-width: none; }

/*

   WIDTHS
   Docs: http://tachyons.io/docs/layout/widths/

   Base:
     w = width

   Modifiers
     1 = 1st step in width scale
     2 = 2nd step in width scale
     3 = 3rd step in width scale
     4 = 4th step in width scale
     5 = 5th step in width scale

     -10  = literal value 10%
     -20  = literal value 20%
     -25  = literal value 25%
     -30  = literal value 30%
     -33  = literal value 33%
     -34  = literal value 34%
     -40  = literal value 40%
     -50  = literal value 50%
     -60  = literal value 60%
     -70  = literal value 70%
     -75  = literal value 75%
     -80  = literal value 80%
     -90  = literal value 90%
     -100 = literal value 100%

     -third      = 100% / 3 (Not supported in opera mini or IE8)
     -two-thirds = 100% / 1.5 (Not supported in opera mini or IE8)
     -auto       = string value auto


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Width Scale */
.w1 {
  width: 1rem; }

.w2 {
  width: 2rem; }

.w3 {
  width: 4rem; }

.w4 {
  width: 8rem; }

.w5 {
  width: 16rem; }

.w-10 {
  width: 10%; }

.w-20 {
  width: 20%; }

.w-25 {
  width: 25%; }

.w-30 {
  width: 30%; }

.w-33 {
  width: 33%; }

.w-34 {
  width: 34%; }

.w-40 {
  width: 40%; }

.w-50 {
  width: 50%; }

.w-60 {
  width: 60%; }

.w-70 {
  width: 70%; }

.w-75 {
  width: 75%; }

.w-80 {
  width: 80%; }

.w-90 {
  width: 90%; }

.w-100 {
  width: 100%; }

.w-third {
  width: 33.33333%; }

.w-two-thirds {
  width: 66.66667%; }

.w-auto {
  width: auto; }

/*

    OVERFLOW

    Media Query Extensions:
      -ns = not-small
      -m  = medium
      -l  = large

 */
.overflow-visible {
  overflow: visible; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.overflow-x-visible {
  overflow-x: visible; }

.overflow-x-hidden {
  overflow-x: hidden; }

.overflow-x-scroll {
  overflow-x: scroll; }

.overflow-x-auto {
  overflow-x: auto; }

.overflow-y-visible {
  overflow-y: visible; }

.overflow-y-hidden {
  overflow-y: hidden; }

.overflow-y-scroll {
  overflow-y: scroll; }

.overflow-y-auto {
  overflow-y: auto; }

/*

   POSITIONING
   Docs: http://tachyons.io/docs/layout/position/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.static {
  position: static; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

/*

    OPACITY
    Docs: http://tachyons.io/docs/themes/opacity/

*/
.o-100 {
  opacity: 1; }

.o-90 {
  opacity: .9; }

.o-80 {
  opacity: .8; }

.o-70 {
  opacity: .7; }

.o-60 {
  opacity: .6; }

.o-50 {
  opacity: .5; }

.o-40 {
  opacity: .4; }

.o-30 {
  opacity: .3; }

.o-20 {
  opacity: .2; }

.o-10 {
  opacity: .1; }

.o-05 {
  opacity: .05; }

.o-025 {
  opacity: .025; }

.o-0 {
  opacity: 0; }

/*

   ROTATIONS

*/
.rotate-45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.rotate-135 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.rotate-225 {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
      transform: rotate(225deg); }

.rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg); }

.rotate-315 {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
      transform: rotate(315deg); }

/*

   SKINS
   Docs: http://tachyons.io/docs/themes/skins/

   Classes for setting foreground and background colors on elements.
   If you haven't declared a border color, but set border on an element, it will
   be set to the current text color.

*/
/* Text colors */
.black-90 {
  color: rgba(0, 0, 0, 0.9); }

.black-80 {
  color: rgba(0, 0, 0, 0.8); }

.black-70 {
  color: rgba(0, 0, 0, 0.7); }

.black-60 {
  color: rgba(0, 0, 0, 0.6); }

.black-50 {
  color: rgba(0, 0, 0, 0.5); }

.black-40 {
  color: rgba(0, 0, 0, 0.4); }

.black-30 {
  color: rgba(0, 0, 0, 0.3); }

.black-20 {
  color: rgba(0, 0, 0, 0.2); }

.black-10 {
  color: rgba(0, 0, 0, 0.1); }

.black-05 {
  color: rgba(0, 0, 0, 0.05); }

.white-90 {
  color: rgba(255, 255, 255, 0.9); }

.white-80 {
  color: rgba(255, 255, 255, 0.8); }

.white-70 {
  color: rgba(255, 255, 255, 0.7); }

.white-60 {
  color: rgba(255, 255, 255, 0.6); }

.white-50 {
  color: rgba(255, 255, 255, 0.5); }

.white-40 {
  color: rgba(255, 255, 255, 0.4); }

.white-30 {
  color: rgba(255, 255, 255, 0.3); }

.white-20 {
  color: rgba(255, 255, 255, 0.2); }

.white-10 {
  color: rgba(255, 255, 255, 0.1); }

.black {
  color: #000; }

.near-black {
  color: #111; }

.dark-gray {
  color: #333; }

.mid-gray {
  color: #555; }

.gray {
  color: #777; }

.silver {
  color: #999; }

.light-silver {
  color: #aaa; }

.moon-gray {
  color: #ccc; }

.light-gray {
  color: #eee; }

.near-white {
  color: #f4f4f4; }

.white {
  color: #fff; }

.dark-red {
  color: #e7040f; }

.red {
  color: #ff4136; }

.light-red {
  color: #ff725c; }

.orange {
  color: #ff6300; }

.gold {
  color: #ffb700; }

.yellow {
  color: #ffd700; }

.light-yellow {
  color: #fbf1a9; }

.purple {
  color: #5e2ca5; }

.light-purple {
  color: #a463f2; }

.dark-pink {
  color: #d5008f; }

.hot-pink {
  color: #ff41b4; }

.pink {
  color: #ff80cc; }

.light-pink {
  color: #ffa3d7; }

.dark-green {
  color: #137752; }

.green {
  color: #19a974; }

.light-green {
  color: #9eebcf; }

.navy {
  color: #001b44; }

.dark-blue {
  color: #00449e; }

.blue {
  color: #357edd; }

.light-blue {
  color: #96ccff; }

.lightest-blue {
  color: #cdecff; }

.washed-blue {
  color: #f6fffe; }

.washed-green {
  color: #e8fdf5; }

.washed-yellow {
  color: #fffceb; }

.washed-red {
  color: #ffdfdf; }

.color-inherit {
  color: inherit; }

.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9); }

.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8); }

.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7); }

.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6); }

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4); }

.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3); }

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2); }

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-black-05 {
  background-color: rgba(0, 0, 0, 0.05); }

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9); }

.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7); }

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6); }

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4); }

.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3); }

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2); }

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1); }

/* Background colors */
.bg-black {
  background-color: #000; }

.bg-near-black {
  background-color: #111; }

.bg-dark-gray {
  background-color: #333; }

.bg-mid-gray {
  background-color: #555; }

.bg-gray {
  background-color: #777; }

.bg-silver {
  background-color: #999; }

.bg-light-silver {
  background-color: #aaa; }

.bg-moon-gray {
  background-color: #ccc; }

.bg-light-gray {
  background-color: #eee; }

.bg-near-white {
  background-color: #f4f4f4; }

.bg-white {
  background-color: #fff; }

.bg-transparent {
  background-color: transparent; }

.bg-dark-red {
  background-color: #e7040f; }

.bg-red {
  background-color: #ff4136; }

.bg-light-red {
  background-color: #ff725c; }

.bg-orange {
  background-color: #ff6300; }

.bg-gold {
  background-color: #ffb700; }

.bg-yellow {
  background-color: #ffd700; }

.bg-light-yellow {
  background-color: #fbf1a9; }

.bg-purple {
  background-color: #5e2ca5; }

.bg-light-purple {
  background-color: #a463f2; }

.bg-dark-pink {
  background-color: #d5008f; }

.bg-hot-pink {
  background-color: #ff41b4; }

.bg-pink {
  background-color: #ff80cc; }

.bg-light-pink {
  background-color: #ffa3d7; }

.bg-dark-green {
  background-color: #137752; }

.bg-green {
  background-color: #19a974; }

.bg-light-green {
  background-color: #9eebcf; }

.bg-navy {
  background-color: #001b44; }

.bg-dark-blue {
  background-color: #00449e; }

.bg-blue {
  background-color: #357edd; }

.bg-light-blue {
  background-color: #96ccff; }

.bg-lightest-blue {
  background-color: #cdecff; }

.bg-washed-blue {
  background-color: #f6fffe; }

.bg-washed-green {
  background-color: #e8fdf5; }

.bg-washed-yellow {
  background-color: #fffceb; }

.bg-washed-red {
  background-color: #ffdfdf; }

.bg-inherit {
  background-color: inherit; }

/*

   SKINS:PSEUDO

   Customize the color of an element when
   it is focused or hovered over.

 */
.hover-black:hover {
  color: #000; }

.hover-black:focus {
  color: #000; }

.hover-near-black:hover {
  color: #111; }

.hover-near-black:focus {
  color: #111; }

.hover-dark-gray:hover {
  color: #333; }

.hover-dark-gray:focus {
  color: #333; }

.hover-mid-gray:hover {
  color: #555; }

.hover-mid-gray:focus {
  color: #555; }

.hover-gray:hover {
  color: #777; }

.hover-gray:focus {
  color: #777; }

.hover-silver:hover {
  color: #999; }

.hover-silver:focus {
  color: #999; }

.hover-light-silver:hover {
  color: #aaa; }

.hover-light-silver:focus {
  color: #aaa; }

.hover-moon-gray:hover {
  color: #ccc; }

.hover-moon-gray:focus {
  color: #ccc; }

.hover-light-gray:hover {
  color: #eee; }

.hover-light-gray:focus {
  color: #eee; }

.hover-near-white:hover {
  color: #f4f4f4; }

.hover-near-white:focus {
  color: #f4f4f4; }

.hover-white:hover {
  color: #fff; }

.hover-white:focus {
  color: #fff; }

.hover-black-90:hover {
  color: rgba(0, 0, 0, 0.9); }

.hover-black-90:focus {
  color: rgba(0, 0, 0, 0.9); }

.hover-black-80:hover {
  color: rgba(0, 0, 0, 0.8); }

.hover-black-80:focus {
  color: rgba(0, 0, 0, 0.8); }

.hover-black-70:hover {
  color: rgba(0, 0, 0, 0.7); }

.hover-black-70:focus {
  color: rgba(0, 0, 0, 0.7); }

.hover-black-60:hover {
  color: rgba(0, 0, 0, 0.6); }

.hover-black-60:focus {
  color: rgba(0, 0, 0, 0.6); }

.hover-black-50:hover {
  color: rgba(0, 0, 0, 0.5); }

.hover-black-50:focus {
  color: rgba(0, 0, 0, 0.5); }

.hover-black-40:hover {
  color: rgba(0, 0, 0, 0.4); }

.hover-black-40:focus {
  color: rgba(0, 0, 0, 0.4); }

.hover-black-30:hover {
  color: rgba(0, 0, 0, 0.3); }

.hover-black-30:focus {
  color: rgba(0, 0, 0, 0.3); }

.hover-black-20:hover {
  color: rgba(0, 0, 0, 0.2); }

.hover-black-20:focus {
  color: rgba(0, 0, 0, 0.2); }

.hover-black-10:hover {
  color: rgba(0, 0, 0, 0.1); }

.hover-black-10:focus {
  color: rgba(0, 0, 0, 0.1); }

.hover-white-90:hover {
  color: rgba(255, 255, 255, 0.9); }

.hover-white-90:focus {
  color: rgba(255, 255, 255, 0.9); }

.hover-white-80:hover {
  color: rgba(255, 255, 255, 0.8); }

.hover-white-80:focus {
  color: rgba(255, 255, 255, 0.8); }

.hover-white-70:hover {
  color: rgba(255, 255, 255, 0.7); }

.hover-white-70:focus {
  color: rgba(255, 255, 255, 0.7); }

.hover-white-60:hover {
  color: rgba(255, 255, 255, 0.6); }

.hover-white-60:focus {
  color: rgba(255, 255, 255, 0.6); }

.hover-white-50:hover {
  color: rgba(255, 255, 255, 0.5); }

.hover-white-50:focus {
  color: rgba(255, 255, 255, 0.5); }

.hover-white-40:hover {
  color: rgba(255, 255, 255, 0.4); }

.hover-white-40:focus {
  color: rgba(255, 255, 255, 0.4); }

.hover-white-30:hover {
  color: rgba(255, 255, 255, 0.3); }

.hover-white-30:focus {
  color: rgba(255, 255, 255, 0.3); }

.hover-white-20:hover {
  color: rgba(255, 255, 255, 0.2); }

.hover-white-20:focus {
  color: rgba(255, 255, 255, 0.2); }

.hover-white-10:hover {
  color: rgba(255, 255, 255, 0.1); }

.hover-white-10:focus {
  color: rgba(255, 255, 255, 0.1); }

.hover-inherit:hover, .hover-inherit:focus {
  color: inherit; }

.hover-bg-black:hover {
  background-color: #000; }

.hover-bg-black:focus {
  background-color: #000; }

.hover-bg-near-black:hover {
  background-color: #111; }

.hover-bg-near-black:focus {
  background-color: #111; }

.hover-bg-dark-gray:hover {
  background-color: #333; }

.hover-bg-dark-gray:focus {
  background-color: #333; }

.hover-bg-mid-gray:hover {
  background-color: #555; }

.hover-bg-mid-gray:focus {
  background-color: #555; }

.hover-bg-gray:hover {
  background-color: #777; }

.hover-bg-gray:focus {
  background-color: #777; }

.hover-bg-silver:hover {
  background-color: #999; }

.hover-bg-silver:focus {
  background-color: #999; }

.hover-bg-light-silver:hover {
  background-color: #aaa; }

.hover-bg-light-silver:focus {
  background-color: #aaa; }

.hover-bg-moon-gray:hover {
  background-color: #ccc; }

.hover-bg-moon-gray:focus {
  background-color: #ccc; }

.hover-bg-light-gray:hover {
  background-color: #eee; }

.hover-bg-light-gray:focus {
  background-color: #eee; }

.hover-bg-near-white:hover {
  background-color: #f4f4f4; }

.hover-bg-near-white:focus {
  background-color: #f4f4f4; }

.hover-bg-white:hover {
  background-color: #fff; }

.hover-bg-white:focus {
  background-color: #fff; }

.hover-bg-transparent:hover {
  background-color: transparent; }

.hover-bg-transparent:focus {
  background-color: transparent; }

.hover-bg-black-90:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.hover-bg-black-90:focus {
  background-color: rgba(0, 0, 0, 0.9); }

.hover-bg-black-80:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.hover-bg-black-80:focus {
  background-color: rgba(0, 0, 0, 0.8); }

.hover-bg-black-70:hover {
  background-color: rgba(0, 0, 0, 0.7); }

.hover-bg-black-70:focus {
  background-color: rgba(0, 0, 0, 0.7); }

.hover-bg-black-60:hover {
  background-color: rgba(0, 0, 0, 0.6); }

.hover-bg-black-60:focus {
  background-color: rgba(0, 0, 0, 0.6); }

.hover-bg-black-50:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.hover-bg-black-50:focus {
  background-color: rgba(0, 0, 0, 0.5); }

.hover-bg-black-40:hover {
  background-color: rgba(0, 0, 0, 0.4); }

.hover-bg-black-40:focus {
  background-color: rgba(0, 0, 0, 0.4); }

.hover-bg-black-30:hover {
  background-color: rgba(0, 0, 0, 0.3); }

.hover-bg-black-30:focus {
  background-color: rgba(0, 0, 0, 0.3); }

.hover-bg-black-20:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.hover-bg-black-20:focus {
  background-color: rgba(0, 0, 0, 0.2); }

.hover-bg-black-10:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.hover-bg-black-10:focus {
  background-color: rgba(0, 0, 0, 0.1); }

.hover-bg-white-90:hover {
  background-color: rgba(255, 255, 255, 0.9); }

.hover-bg-white-90:focus {
  background-color: rgba(255, 255, 255, 0.9); }

.hover-bg-white-80:hover {
  background-color: rgba(255, 255, 255, 0.8); }

.hover-bg-white-80:focus {
  background-color: rgba(255, 255, 255, 0.8); }

.hover-bg-white-70:hover {
  background-color: rgba(255, 255, 255, 0.7); }

.hover-bg-white-70:focus {
  background-color: rgba(255, 255, 255, 0.7); }

.hover-bg-white-60:hover {
  background-color: rgba(255, 255, 255, 0.6); }

.hover-bg-white-60:focus {
  background-color: rgba(255, 255, 255, 0.6); }

.hover-bg-white-50:hover {
  background-color: rgba(255, 255, 255, 0.5); }

.hover-bg-white-50:focus {
  background-color: rgba(255, 255, 255, 0.5); }

.hover-bg-white-40:hover {
  background-color: rgba(255, 255, 255, 0.4); }

.hover-bg-white-40:focus {
  background-color: rgba(255, 255, 255, 0.4); }

.hover-bg-white-30:hover {
  background-color: rgba(255, 255, 255, 0.3); }

.hover-bg-white-30:focus {
  background-color: rgba(255, 255, 255, 0.3); }

.hover-bg-white-20:hover {
  background-color: rgba(255, 255, 255, 0.2); }

.hover-bg-white-20:focus {
  background-color: rgba(255, 255, 255, 0.2); }

.hover-bg-white-10:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.hover-bg-white-10:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.hover-dark-red:hover {
  color: #e7040f; }

.hover-dark-red:focus {
  color: #e7040f; }

.hover-red:hover {
  color: #ff4136; }

.hover-red:focus {
  color: #ff4136; }

.hover-light-red:hover {
  color: #ff725c; }

.hover-light-red:focus {
  color: #ff725c; }

.hover-orange:hover {
  color: #ff6300; }

.hover-orange:focus {
  color: #ff6300; }

.hover-gold:hover {
  color: #ffb700; }

.hover-gold:focus {
  color: #ffb700; }

.hover-yellow:hover {
  color: #ffd700; }

.hover-yellow:focus {
  color: #ffd700; }

.hover-light-yellow:hover {
  color: #fbf1a9; }

.hover-light-yellow:focus {
  color: #fbf1a9; }

.hover-purple:hover {
  color: #5e2ca5; }

.hover-purple:focus {
  color: #5e2ca5; }

.hover-light-purple:hover {
  color: #a463f2; }

.hover-light-purple:focus {
  color: #a463f2; }

.hover-dark-pink:hover {
  color: #d5008f; }

.hover-dark-pink:focus {
  color: #d5008f; }

.hover-hot-pink:hover {
  color: #ff41b4; }

.hover-hot-pink:focus {
  color: #ff41b4; }

.hover-pink:hover {
  color: #ff80cc; }

.hover-pink:focus {
  color: #ff80cc; }

.hover-light-pink:hover {
  color: #ffa3d7; }

.hover-light-pink:focus {
  color: #ffa3d7; }

.hover-dark-green:hover {
  color: #137752; }

.hover-dark-green:focus {
  color: #137752; }

.hover-green:hover {
  color: #19a974; }

.hover-green:focus {
  color: #19a974; }

.hover-light-green:hover {
  color: #9eebcf; }

.hover-light-green:focus {
  color: #9eebcf; }

.hover-navy:hover {
  color: #001b44; }

.hover-navy:focus {
  color: #001b44; }

.hover-dark-blue:hover {
  color: #00449e; }

.hover-dark-blue:focus {
  color: #00449e; }

.hover-blue:hover {
  color: #357edd; }

.hover-blue:focus {
  color: #357edd; }

.hover-light-blue:hover {
  color: #96ccff; }

.hover-light-blue:focus {
  color: #96ccff; }

.hover-lightest-blue:hover {
  color: #cdecff; }

.hover-lightest-blue:focus {
  color: #cdecff; }

.hover-washed-blue:hover {
  color: #f6fffe; }

.hover-washed-blue:focus {
  color: #f6fffe; }

.hover-washed-green:hover {
  color: #e8fdf5; }

.hover-washed-green:focus {
  color: #e8fdf5; }

.hover-washed-yellow:hover {
  color: #fffceb; }

.hover-washed-yellow:focus {
  color: #fffceb; }

.hover-washed-red:hover {
  color: #ffdfdf; }

.hover-washed-red:focus {
  color: #ffdfdf; }

.hover-bg-dark-red:hover {
  background-color: #e7040f; }

.hover-bg-dark-red:focus {
  background-color: #e7040f; }

.hover-bg-red:hover {
  background-color: #ff4136; }

.hover-bg-red:focus {
  background-color: #ff4136; }

.hover-bg-light-red:hover {
  background-color: #ff725c; }

.hover-bg-light-red:focus {
  background-color: #ff725c; }

.hover-bg-orange:hover {
  background-color: #ff6300; }

.hover-bg-orange:focus {
  background-color: #ff6300; }

.hover-bg-gold:hover {
  background-color: #ffb700; }

.hover-bg-gold:focus {
  background-color: #ffb700; }

.hover-bg-yellow:hover {
  background-color: #ffd700; }

.hover-bg-yellow:focus {
  background-color: #ffd700; }

.hover-bg-light-yellow:hover {
  background-color: #fbf1a9; }

.hover-bg-light-yellow:focus {
  background-color: #fbf1a9; }

.hover-bg-purple:hover {
  background-color: #5e2ca5; }

.hover-bg-purple:focus {
  background-color: #5e2ca5; }

.hover-bg-light-purple:hover {
  background-color: #a463f2; }

.hover-bg-light-purple:focus {
  background-color: #a463f2; }

.hover-bg-dark-pink:hover {
  background-color: #d5008f; }

.hover-bg-dark-pink:focus {
  background-color: #d5008f; }

.hover-bg-hot-pink:hover {
  background-color: #ff41b4; }

.hover-bg-hot-pink:focus {
  background-color: #ff41b4; }

.hover-bg-pink:hover {
  background-color: #ff80cc; }

.hover-bg-pink:focus {
  background-color: #ff80cc; }

.hover-bg-light-pink:hover {
  background-color: #ffa3d7; }

.hover-bg-light-pink:focus {
  background-color: #ffa3d7; }

.hover-bg-dark-green:hover {
  background-color: #137752; }

.hover-bg-dark-green:focus {
  background-color: #137752; }

.hover-bg-green:hover {
  background-color: #19a974; }

.hover-bg-green:focus {
  background-color: #19a974; }

.hover-bg-light-green:hover {
  background-color: #9eebcf; }

.hover-bg-light-green:focus {
  background-color: #9eebcf; }

.hover-bg-navy:hover {
  background-color: #001b44; }

.hover-bg-navy:focus {
  background-color: #001b44; }

.hover-bg-dark-blue:hover {
  background-color: #00449e; }

.hover-bg-dark-blue:focus {
  background-color: #00449e; }

.hover-bg-blue:hover {
  background-color: #357edd; }

.hover-bg-blue:focus {
  background-color: #357edd; }

.hover-bg-light-blue:hover {
  background-color: #96ccff; }

.hover-bg-light-blue:focus {
  background-color: #96ccff; }

.hover-bg-lightest-blue:hover {
  background-color: #cdecff; }

.hover-bg-lightest-blue:focus {
  background-color: #cdecff; }

.hover-bg-washed-blue:hover {
  background-color: #f6fffe; }

.hover-bg-washed-blue:focus {
  background-color: #f6fffe; }

.hover-bg-washed-green:hover {
  background-color: #e8fdf5; }

.hover-bg-washed-green:focus {
  background-color: #e8fdf5; }

.hover-bg-washed-yellow:hover {
  background-color: #fffceb; }

.hover-bg-washed-yellow:focus {
  background-color: #fffceb; }

.hover-bg-washed-red:hover {
  background-color: #ffdfdf; }

.hover-bg-washed-red:focus {
  background-color: #ffdfdf; }

.hover-bg-inherit:hover, .hover-bg-inherit:focus {
  background-color: inherit; }

/* Variables */
/*
   SPACING
   Docs: http://tachyons.io/docs/layout/spacing/

   An eight step powers of two scale ranging from 0 to 16rem.

   Base:
     p = padding
     m = margin

   Modifiers:
     a = all
     h = horizontal
     v = vertical
     t = top
     r = right
     b = bottom
     l = left

     0 = none
     1 = 1st step in spacing scale
     2 = 2nd step in spacing scale
     3 = 3rd step in spacing scale
     4 = 4th step in spacing scale
     5 = 5th step in spacing scale
     6 = 6th step in spacing scale
     7 = 7th step in spacing scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.pa0 {
  padding: 0; }

.pa1 {
  padding: .25rem; }

.pa2 {
  padding: .5rem; }

.pa3 {
  padding: 1rem; }

.pa4 {
  padding: 2rem; }

.pa5 {
  padding: 4rem; }

.pa6 {
  padding: 8rem; }

.pa7 {
  padding: 16rem; }

.pl0 {
  padding-left: 0; }

.pl1 {
  padding-left: .25rem; }

.pl2 {
  padding-left: .5rem; }

.pl3 {
  padding-left: 1rem; }

.pl4 {
  padding-left: 2rem; }

.pl5 {
  padding-left: 4rem; }

.pl6 {
  padding-left: 8rem; }

.pl7 {
  padding-left: 16rem; }

.pr0 {
  padding-right: 0; }

.pr1 {
  padding-right: .25rem; }

.pr2 {
  padding-right: .5rem; }

.pr3 {
  padding-right: 1rem; }

.pr4 {
  padding-right: 2rem; }

.pr5 {
  padding-right: 4rem; }

.pr6 {
  padding-right: 8rem; }

.pr7 {
  padding-right: 16rem; }

.pb0 {
  padding-bottom: 0; }

.pb1 {
  padding-bottom: .25rem; }

.pb2 {
  padding-bottom: .5rem; }

.pb3 {
  padding-bottom: 1rem; }

.pb4 {
  padding-bottom: 2rem; }

.pb5 {
  padding-bottom: 4rem; }

.pb6 {
  padding-bottom: 8rem; }

.pb7 {
  padding-bottom: 16rem; }

.pt0 {
  padding-top: 0; }

.pt1 {
  padding-top: .25rem; }

.pt2 {
  padding-top: .5rem; }

.pt3 {
  padding-top: 1rem; }

.pt4 {
  padding-top: 2rem; }

.pt5 {
  padding-top: 4rem; }

.pt6 {
  padding-top: 8rem; }

.pt7 {
  padding-top: 16rem; }

.pv0 {
  padding-top: 0;
  padding-bottom: 0; }

.pv1 {
  padding-top: .25rem;
  padding-bottom: .25rem; }

.pv2 {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.pv3 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.pv4 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.pv5 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.pv6 {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.pv7 {
  padding-top: 16rem;
  padding-bottom: 16rem; }

.ph0 {
  padding-left: 0;
  padding-right: 0; }

.ph1 {
  padding-left: .25rem;
  padding-right: .25rem; }

.ph2 {
  padding-left: .5rem;
  padding-right: .5rem; }

.ph3 {
  padding-left: 1rem;
  padding-right: 1rem; }

.ph4 {
  padding-left: 2rem;
  padding-right: 2rem; }

.ph5 {
  padding-left: 4rem;
  padding-right: 4rem; }

.ph6 {
  padding-left: 8rem;
  padding-right: 8rem; }

.ph7 {
  padding-left: 16rem;
  padding-right: 16rem; }

.ma0 {
  margin: 0; }

.ma1 {
  margin: .25rem; }

.ma2 {
  margin: .5rem; }

.ma3 {
  margin: 1rem; }

.ma4 {
  margin: 2rem; }

.ma5 {
  margin: 4rem; }

.ma6 {
  margin: 8rem; }

.ma7 {
  margin: 16rem; }

.ml0 {
  margin-left: 0; }

.ml1 {
  margin-left: .25rem; }

.ml2 {
  margin-left: .5rem; }

.ml3 {
  margin-left: 1rem; }

.ml4 {
  margin-left: 2rem; }

.ml5 {
  margin-left: 4rem; }

.ml6 {
  margin-left: 8rem; }

.ml7 {
  margin-left: 16rem; }

.mr0 {
  margin-right: 0; }

.mr1 {
  margin-right: .25rem; }

.mr2 {
  margin-right: .5rem; }

.mr3 {
  margin-right: 1rem; }

.mr4 {
  margin-right: 2rem; }

.mr5 {
  margin-right: 4rem; }

.mr6 {
  margin-right: 8rem; }

.mr7 {
  margin-right: 16rem; }

.mb0 {
  margin-bottom: 0; }

.mb1 {
  margin-bottom: .25rem; }

.mb2 {
  margin-bottom: .5rem; }

.mb3 {
  margin-bottom: 1rem; }

.mb4 {
  margin-bottom: 2rem; }

.mb5 {
  margin-bottom: 4rem; }

.mb6 {
  margin-bottom: 8rem; }

.mb7 {
  margin-bottom: 16rem; }

.mt0 {
  margin-top: 0; }

.mt1 {
  margin-top: .25rem; }

.mt2 {
  margin-top: .5rem; }

.mt3 {
  margin-top: 1rem; }

.mt4 {
  margin-top: 2rem; }

.mt5 {
  margin-top: 4rem; }

.mt6 {
  margin-top: 8rem; }

.mt7 {
  margin-top: 16rem; }

.mv0 {
  margin-top: 0;
  margin-bottom: 0; }

.mv1 {
  margin-top: .25rem;
  margin-bottom: .25rem; }

.mv2 {
  margin-top: .5rem;
  margin-bottom: .5rem; }

.mv3 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.mv4 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.mv5 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.mv6 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.mv7 {
  margin-top: 16rem;
  margin-bottom: 16rem; }

.mh0 {
  margin-left: 0;
  margin-right: 0; }

.mh1 {
  margin-left: .25rem;
  margin-right: .25rem; }

.mh2 {
  margin-left: .5rem;
  margin-right: .5rem; }

.mh3 {
  margin-left: 1rem;
  margin-right: 1rem; }

.mh4 {
  margin-left: 2rem;
  margin-right: 2rem; }

.mh5 {
  margin-left: 4rem;
  margin-right: 4rem; }

.mh6 {
  margin-left: 8rem;
  margin-right: 8rem; }

.mh7 {
  margin-left: 16rem;
  margin-right: 16rem; }

/*
   NEGATIVE MARGINS

   Base:
     n = negative

   Modifiers:
     a = all
     t = top
     r = right
     b = bottom
     l = left

     1 = 1st step in spacing scale
     2 = 2nd step in spacing scale
     3 = 3rd step in spacing scale
     4 = 4th step in spacing scale
     5 = 5th step in spacing scale
     6 = 6th step in spacing scale
     7 = 7th step in spacing scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.na1 {
  margin: -0.25rem; }

.na2 {
  margin: -0.5rem; }

.na3 {
  margin: -1rem; }

.na4 {
  margin: -2rem; }

.na5 {
  margin: -4rem; }

.na6 {
  margin: -8rem; }

.na7 {
  margin: -16rem; }

.nl1 {
  margin-left: -0.25rem; }

.nl2 {
  margin-left: -0.5rem; }

.nl3 {
  margin-left: -1rem; }

.nl4 {
  margin-left: -2rem; }

.nl5 {
  margin-left: -4rem; }

.nl6 {
  margin-left: -8rem; }

.nl7 {
  margin-left: -16rem; }

.nr1 {
  margin-right: -0.25rem; }

.nr2 {
  margin-right: -0.5rem; }

.nr3 {
  margin-right: -1rem; }

.nr4 {
  margin-right: -2rem; }

.nr5 {
  margin-right: -4rem; }

.nr6 {
  margin-right: -8rem; }

.nr7 {
  margin-right: -16rem; }

.nb1 {
  margin-bottom: -0.25rem; }

.nb2 {
  margin-bottom: -0.5rem; }

.nb3 {
  margin-bottom: -1rem; }

.nb4 {
  margin-bottom: -2rem; }

.nb5 {
  margin-bottom: -4rem; }

.nb6 {
  margin-bottom: -8rem; }

.nb7 {
  margin-bottom: -16rem; }

.nt1 {
  margin-top: -0.25rem; }

.nt2 {
  margin-top: -0.5rem; }

.nt3 {
  margin-top: -1rem; }

.nt4 {
  margin-top: -2rem; }

.nt5 {
  margin-top: -4rem; }

.nt6 {
  margin-top: -8rem; }

.nt7 {
  margin-top: -16rem; }

/*

  TABLES
  Docs: http://tachyons.io/docs/elements/tables/

*/
.collapse {
  border-collapse: collapse;
  border-spacing: 0; }

.striped--light-silver:nth-child(odd) {
  background-color: #aaa; }

.striped--moon-gray:nth-child(odd) {
  background-color: #ccc; }

.striped--light-gray:nth-child(odd) {
  background-color: #eee; }

.striped--near-white:nth-child(odd) {
  background-color: #f4f4f4; }

.stripe-light:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1); }

.stripe-dark:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1); }

/*

   TEXT DECORATION
   Docs: http://tachyons.io/docs/typography/text-decoration/


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.strike {
  text-decoration: line-through; }

.underline {
  text-decoration: underline; }

.no-underline {
  text-decoration: none; }

/*

  TEXT ALIGN
  Docs: http://tachyons.io/docs/typography/text-align/

  Base
    t = text-align

  Modifiers
    l = left
    r = right
    c = center
    j = justify

  Media Query Extensions:
    -ns = not-small
    -m  = medium
    -l  = large

*/
.tl {
  text-align: left; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }

.tj {
  text-align: justify; }

/*

   TEXT TRANSFORM
   Docs: http://tachyons.io/docs/typography/text-transform/

   Base:
     tt = text-transform

   Modifiers
     c = capitalize
     l = lowercase
     u = uppercase
     n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.ttc {
  text-transform: capitalize; }

.ttl {
  text-transform: lowercase; }

.ttu {
  text-transform: uppercase; }

.ttn {
  text-transform: none; }

/*

   TYPE SCALE
   Docs: http://tachyons.io/docs/typography/scale/

   Base:
    f = font-size

   Modifiers
     1 = 1st step in size scale
     2 = 2nd step in size scale
     3 = 3rd step in size scale
     4 = 4th step in size scale
     5 = 5th step in size scale
     6 = 6th step in size scale
     7 = 7th step in size scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large
*/
/*
 * For Hero/Marketing Titles
 *
 * These generally are too large for mobile
 * so be careful using them on smaller screens.
 * */
.f-6, .f-headline {
  font-size: 6rem; }

.f-5, .f-subheadline {
  font-size: 5rem; }

/* Type Scale */
.f1 {
  font-size: 3rem; }

.f2 {
  font-size: 2.25rem; }

.f3 {
  font-size: 1.5rem; }

.f4 {
  font-size: 1.25rem; }

.f5 {
  font-size: 1rem; }

.f6 {
  font-size: .875rem; }

.f7 {
  font-size: .75rem; }

/* Small and hard to read for many people so use with extreme caution */
/*

   TYPOGRAPHY
   http://tachyons.io/docs/typography/measure/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Measure is limited to ~66 characters */
.measure {
  max-width: 30em; }

/* Measure is limited to ~80 characters */
.measure-wide {
  max-width: 34em; }

/* Measure is limited to ~45 characters */
.measure-narrow {
  max-width: 20em; }

/* Book paragraph style - paragraphs are indented with no vertical spacing. */
.indent {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0; }

.small-caps {
  font-variant: small-caps; }

/* Combine this class with a width to truncate text (or just leave as is to truncate at width of containing element. */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

/*

   UTILITIES

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Equivalent to .overflow-y-scroll */
.overflow-container {
  overflow-y: scroll; }

.center {
  margin-right: auto;
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.ml-auto {
  margin-left: auto; }

/*

   VISIBILITY

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/*
    Text that is hidden but accessible
    Ref: http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.clip {
  position: fixed !important;
  _position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/*

   WHITE SPACE

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.ws-normal {
  white-space: normal; }

.nowrap {
  white-space: nowrap; }

.pre {
  white-space: pre; }

/*

   VERTICAL ALIGN

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.v-base {
  vertical-align: baseline; }

.v-mid {
  vertical-align: middle; }

.v-top {
  vertical-align: top; }

.v-btm {
  vertical-align: bottom; }

/*

  HOVER EFFECTS
  Docs: http://tachyons.io/docs/themes/hovers/

    - Dim
    - Glow
    - Hide Child
    - Underline text
    - Grow
    - Pointer
    - Shadow

*/
/*

  Dim element on hover by adding the dim class.

*/
.dim {
  opacity: 1;
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in; }

.dim:hover, .dim:focus {
  opacity: .5;
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in; }

.dim:active {
  opacity: .8;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out; }

/*

  Animate opacity to 100% on hover by adding the glow class.

*/
.glow {
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in; }

.glow:hover, .glow:focus {
  opacity: 1;
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in; }

/*

  Hide child & reveal on hover:

  Put the hide-child class on a parent element and any nested element with the
  child class will be hidden and displayed on hover or focus.

  <div class="hide-child">
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
  </div>
*/
.hide-child .child {
  opacity: 0;
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in; }

.hide-child:hover .child, .hide-child:focus .child, .hide-child:active .child {
  opacity: 1;
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in; }

.underline-hover:hover, .underline-hover:focus {
  text-decoration: underline; }

/* Can combine this with overflow-hidden to make background images grow on hover
 * even if you are using background-size: cover */
.grow {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  -webkit-transition: -webkit-transform .25s ease-out;
  -o-transition: transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out; }

.grow:hover, .grow:focus {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05); }

.grow:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
      transform: scale(0.9); }

.grow-large {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-in-out;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }

.grow-large:hover, .grow-large:focus {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2); }

.grow-large:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
      transform: scale(0.95); }

/* Add pointer on hover */
.pointer:hover {
  cursor: pointer; }

/*
   Add shadow on hover.

   Performant box-shadow animation pattern from
   http://tobiasahlin.com/blog/how-to-animate-box-shadow/
*/
.shadow-hover {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.shadow-hover::after {
  content: '';
  -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
  border-radius: inherit;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.shadow-hover:hover::after, .shadow-hover:focus::after {
  opacity: 1; }

/* Combine with classes in skins and skins-pseudo for
 * many different transition possibilities. */
.bg-animate, .bg-animate:hover, .bg-animate:focus {
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out; }

/*

  Z-INDEX

  Base
    z = z-index

  Modifiers
    -0 = literal value 0
    -1 = literal value 1
    -2 = literal value 2
    -3 = literal value 3
    -4 = literal value 4
    -5 = literal value 5
    -999 = literal value 999
    -9999 = literal value 9999

    -max = largest accepted z-index value as integer

    -inherit = string value inherit
    -initial = string value initial
    -unset = string value unset

  MDN: https://developer.mozilla.org/en/docs/Web/CSS/z-index
  Spec: http://www.w3.org/TR/CSS2/zindex.html
  Articles:
    https://philipwalton.com/articles/what-no-one-told-you-about-z-index/

  Tips on extending:
  There might be a time worth using negative z-index values.
  Or if you are using tachyons with another project, you might need to
  adjust these values to suit your needs.

*/
.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-999 {
  z-index: 999; }

.z-9999 {
  z-index: 9999; }

.z-max {
  z-index: 2147483647; }

.z-inherit {
  z-index: inherit; }

.z-initial {
  z-index: initial; }

.z-unset {
  z-index: unset; }

/*

    NESTED
    Tachyons module for styling nested elements
    that are generated by a cms.

*/
.nested-copy-line-height p, .nested-copy-line-height ul,
.nested-copy-line-height ol {
  line-height: 1.5; }

.nested-headline-line-height h1, .nested-headline-line-height h2,
.nested-headline-line-height h3, .nested-headline-line-height h4,
.nested-headline-line-height h5, .nested-headline-line-height h6 {
  line-height: 1.25; }

.nested-list-reset ul, .nested-list-reset ol {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none; }

.nested-copy-indent p + p {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0; }

.nested-copy-separator p + p {
  margin-top: 1.5em; }

.nested-img img {
  width: 100%;
  max-width: 100%;
  display: block; }

.nested-links a {
  color: #357edd;
  -webkit-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in; }

.nested-links a:hover {
  color: #96ccff;
  -webkit-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in; }

.nested-links a:focus {
  color: #96ccff;
  -webkit-transition: color .15s ease-in;
  -o-transition: color .15s ease-in;
  transition: color .15s ease-in; }

/*

  STYLES

  Add custom styles here.

*/
/* Variables */
/* Importing here will allow you to override any variables in the modules */
/*

   Tachyons
   COLOR VARIABLES

   Grayscale
   - Solids
   - Transparencies
   Colors

*/
/*

  CUSTOM MEDIA QUERIES

  Media query values can be changed to fit your own content.
  There are no magic bullets when it comes to media query width values.
  They should be declared in em units - and they should be set to meet
  the needs of your content. You can also add additional media queries,
  or remove some of the existing ones.

  These media queries can be referenced like so:

  @media (--breakpoint-not-small) {
    .medium-and-larger-specific-style {
      background-color: red;
    }
  }

  @media (--breakpoint-medium) {
    .medium-screen-specific-style {
      background-color: red;
    }
  }

  @media (--breakpoint-large) {
    .large-and-larger-screen-specific-style {
      background-color: red;
    }
  }

*/
/* Media Queries */
/* Debugging */
/*

  DEBUG CHILDREN
  Docs: http://tachyons.io/docs/debug/

  Just add the debug class to any element to see outlines on its
  children.

*/
.debug * {
  outline: 1px solid gold; }

.debug-white * {
  outline: 1px solid white; }

.debug-black * {
  outline: 1px solid black; }

/*

   DEBUG GRID
   http://tachyons.io/docs/debug-grid/

   Can be useful for debugging layout issues
   or helping to make sure things line up perfectly.
   Just tack one of these classes onto a parent element.

*/
.debug-grid {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat top left; }

.debug-grid-16 {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat top left; }

.debug-grid-8-solid {
  background: white url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat top left; }

.debug-grid-16-solid {
  background: white url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat top left; }

/* Uncomment out the line below to help debug layout issues */
/* @import './_debug'; */
@media screen and (min-width: 30em) {
  .aspect-ratio-ns {
    height: 0;
    position: relative; }
  .aspect-ratio--16x9-ns {
    padding-bottom: 56.25%; }
  .aspect-ratio--9x16-ns {
    padding-bottom: 177.77%; }
  .aspect-ratio--4x3-ns {
    padding-bottom: 75%; }
  .aspect-ratio--3x4-ns {
    padding-bottom: 133.33%; }
  .aspect-ratio--6x4-ns {
    padding-bottom: 66.6%; }
  .aspect-ratio--4x6-ns {
    padding-bottom: 150%; }
  .aspect-ratio--8x5-ns {
    padding-bottom: 62.5%; }
  .aspect-ratio--5x8-ns {
    padding-bottom: 160%; }
  .aspect-ratio--7x5-ns {
    padding-bottom: 71.42%; }
  .aspect-ratio--5x7-ns {
    padding-bottom: 140%; }
  .aspect-ratio--1x1-ns {
    padding-bottom: 100%; }
  .aspect-ratio--object-ns {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .cover-ns {
    background-size: cover !important; }
  .contain-ns {
    background-size: contain !important; }
  .bg-center-ns {
    background-repeat: no-repeat;
    background-position: center center; }
  .bg-top-ns {
    background-repeat: no-repeat;
    background-position: top center; }
  .bg-right-ns {
    background-repeat: no-repeat;
    background-position: center right; }
  .bg-bottom-ns {
    background-repeat: no-repeat;
    background-position: bottom center; }
  .bg-left-ns {
    background-repeat: no-repeat;
    background-position: center left; }
  .outline-ns {
    outline: 1px solid; }
  .outline-transparent-ns {
    outline: 1px solid transparent; }
  .outline-0-ns {
    outline: 0; }
  .ba-ns {
    border-style: solid;
    border-width: 1px; }
  .bt-ns {
    border-top-style: solid;
    border-top-width: 1px; }
  .br-ns {
    border-right-style: solid;
    border-right-width: 1px; }
  .bb-ns {
    border-bottom-style: solid;
    border-bottom-width: 1px; }
  .bl-ns {
    border-left-style: solid;
    border-left-width: 1px; }
  .bn-ns {
    border-style: none;
    border-width: 0; }
  .br0-ns {
    border-radius: 0; }
  .br1-ns {
    border-radius: .125rem; }
  .br2-ns {
    border-radius: .25rem; }
  .br3-ns {
    border-radius: .5rem; }
  .br4-ns {
    border-radius: 1rem; }
  .br-100-ns {
    border-radius: 100%; }
  .br-pill-ns {
    border-radius: 9999px; }
  .br--bottom-ns {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .br--top-ns {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .br--right-ns {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .br--left-ns {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .b--dotted-ns {
    border-style: dotted; }
  .b--dashed-ns {
    border-style: dashed; }
  .b--solid-ns {
    border-style: solid; }
  .b--none-ns {
    border-style: none; }
  .bw0-ns {
    border-width: 0; }
  .bw1-ns {
    border-width: .125rem; }
  .bw2-ns {
    border-width: .25rem; }
  .bw3-ns {
    border-width: .5rem; }
  .bw4-ns {
    border-width: 1rem; }
  .bw5-ns {
    border-width: 2rem; }
  .bt-0-ns {
    border-top-width: 0; }
  .br-0-ns {
    border-right-width: 0; }
  .bb-0-ns {
    border-bottom-width: 0; }
  .bl-0-ns {
    border-left-width: 0; }
  .shadow-1-ns {
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2); }
  .shadow-2-ns {
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2); }
  .shadow-3-ns {
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2); }
  .shadow-4-ns {
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }
  .shadow-5-ns {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2); }
  .top-0-ns {
    top: 0; }
  .left-0-ns {
    left: 0; }
  .right-0-ns {
    right: 0; }
  .bottom-0-ns {
    bottom: 0; }
  .top-1-ns {
    top: 1rem; }
  .left-1-ns {
    left: 1rem; }
  .right-1-ns {
    right: 1rem; }
  .bottom-1-ns {
    bottom: 1rem; }
  .top-2-ns {
    top: 2rem; }
  .left-2-ns {
    left: 2rem; }
  .right-2-ns {
    right: 2rem; }
  .bottom-2-ns {
    bottom: 2rem; }
  .top--1-ns {
    top: -1rem; }
  .right--1-ns {
    right: -1rem; }
  .bottom--1-ns {
    bottom: -1rem; }
  .left--1-ns {
    left: -1rem; }
  .top--2-ns {
    top: -2rem; }
  .right--2-ns {
    right: -2rem; }
  .bottom--2-ns {
    bottom: -2rem; }
  .left--2-ns {
    left: -2rem; }
  .absolute--fill-ns {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .cl-ns {
    clear: left; }
  .cr-ns {
    clear: right; }
  .cb-ns {
    clear: both; }
  .cn-ns {
    clear: none; }
  .dn-ns {
    display: none; }
  .di-ns {
    display: inline; }
  .db-ns {
    display: block; }
  .dib-ns {
    display: inline-block; }
  .dit-ns {
    display: inline-table; }
  .dt-ns {
    display: table; }
  .dtc-ns {
    display: table-cell; }
  .dt-row-ns {
    display: table-row; }
  .dt-row-group-ns {
    display: table-row-group; }
  .dt-column-ns {
    display: table-column; }
  .dt-column-group-ns {
    display: table-column-group; }
  .dt--fixed-ns {
    table-layout: fixed;
    width: 100%; }
  .flex-ns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .inline-flex-ns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .flex-auto-ns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    /* 1 */
    min-height: 0;
    /* 1 */ }
  .flex-none-ns {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .flex-column-ns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex-row-ns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .flex-wrap-ns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-nowrap-ns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .flex-wrap-reverse-ns {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .flex-column-reverse-ns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .flex-row-reverse-ns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .items-start-ns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .items-end-ns {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .items-center-ns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .items-baseline-ns {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .items-stretch-ns {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .self-start-ns {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .self-end-ns {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .self-center-ns {
    -ms-flex-item-align: center;
        align-self: center; }
  .self-baseline-ns {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .self-stretch-ns {
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .justify-start-ns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .justify-end-ns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .justify-center-ns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .justify-between-ns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .justify-around-ns {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .content-start-ns {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .content-end-ns {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .content-center-ns {
    -ms-flex-line-pack: center;
        align-content: center; }
  .content-between-ns {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .content-around-ns {
    -ms-flex-line-pack: distribute;
        align-content: space-around; }
  .content-stretch-ns {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .order-0-ns {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-1-ns {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-2-ns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-3-ns {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-4-ns {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-5-ns {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-6-ns {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-7-ns {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-8-ns {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-last-ns {
    -webkit-box-ordinal-group: 100000;
        -ms-flex-order: 99999;
            order: 99999; }
  .flex-grow-0-ns {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .flex-grow-1-ns {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .flex-shrink-0-ns {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .flex-shrink-1-ns {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .fl-ns {
    float: left;
    _display: inline; }
  .fr-ns {
    float: right;
    _display: inline; }
  .fn-ns {
    float: none; }
  .i-ns {
    font-style: italic; }
  .fs-normal-ns {
    font-style: normal; }
  .normal-ns {
    font-weight: normal; }
  .b-ns {
    font-weight: bold; }
  .fw1-ns {
    font-weight: 100; }
  .fw2-ns {
    font-weight: 200; }
  .fw3-ns {
    font-weight: 300; }
  .fw4-ns {
    font-weight: 400; }
  .fw5-ns {
    font-weight: 500; }
  .fw6-ns {
    font-weight: 600; }
  .fw7-ns {
    font-weight: 700; }
  .fw8-ns {
    font-weight: 800; }
  .fw9-ns {
    font-weight: 900; }
  .h1-ns {
    height: 1rem; }
  .h2-ns {
    height: 2rem; }
  .h3-ns {
    height: 4rem; }
  .h4-ns {
    height: 8rem; }
  .h5-ns {
    height: 16rem; }
  .h-25-ns {
    height: 25%; }
  .h-50-ns {
    height: 50%; }
  .h-75-ns {
    height: 75%; }
  .h-100-ns {
    height: 100%; }
  .min-h-100-ns {
    min-height: 100%; }
  .vh-25-ns {
    height: 25vh; }
  .vh-50-ns {
    height: 50vh; }
  .vh-75-ns {
    height: 75vh; }
  .vh-100-ns {
    height: 100vh; }
  .min-vh-100-ns {
    min-height: 100vh; }
  .h-auto-ns {
    height: auto; }
  .h-inherit-ns {
    height: inherit; }
  .tracked-ns {
    letter-spacing: .1em; }
  .tracked-tight-ns {
    letter-spacing: -.05em; }
  .tracked-mega-ns {
    letter-spacing: .25em; }
  .lh-solid-ns {
    line-height: 1; }
  .lh-title-ns {
    line-height: 1.25; }
  .lh-copy-ns {
    line-height: 1.5; }
  .mw-100-ns {
    max-width: 100%; }
  .mw1-ns {
    max-width: 1rem; }
  .mw2-ns {
    max-width: 2rem; }
  .mw3-ns {
    max-width: 4rem; }
  .mw4-ns {
    max-width: 8rem; }
  .mw5-ns {
    max-width: 16rem; }
  .mw6-ns {
    max-width: 32rem; }
  .mw7-ns {
    max-width: 48rem; }
  .mw8-ns {
    max-width: 64rem; }
  .mw9-ns {
    max-width: 96rem; }
  .mw-none-ns {
    max-width: none; }
  .w1-ns {
    width: 1rem; }
  .w2-ns {
    width: 2rem; }
  .w3-ns {
    width: 4rem; }
  .w4-ns {
    width: 8rem; }
  .w5-ns {
    width: 16rem; }
  .w-10-ns {
    width: 10%; }
  .w-20-ns {
    width: 20%; }
  .w-25-ns {
    width: 25%; }
  .w-30-ns {
    width: 30%; }
  .w-33-ns {
    width: 33%; }
  .w-34-ns {
    width: 34%; }
  .w-40-ns {
    width: 40%; }
  .w-50-ns {
    width: 50%; }
  .w-60-ns {
    width: 60%; }
  .w-70-ns {
    width: 70%; }
  .w-75-ns {
    width: 75%; }
  .w-80-ns {
    width: 80%; }
  .w-90-ns {
    width: 90%; }
  .w-100-ns {
    width: 100%; }
  .w-third-ns {
    width: 33.33333%; }
  .w-two-thirds-ns {
    width: 66.66667%; }
  .w-auto-ns {
    width: auto; }
  .overflow-visible-ns {
    overflow: visible; }
  .overflow-hidden-ns {
    overflow: hidden; }
  .overflow-scroll-ns {
    overflow: scroll; }
  .overflow-auto-ns {
    overflow: auto; }
  .overflow-x-visible-ns {
    overflow-x: visible; }
  .overflow-x-hidden-ns {
    overflow-x: hidden; }
  .overflow-x-scroll-ns {
    overflow-x: scroll; }
  .overflow-x-auto-ns {
    overflow-x: auto; }
  .overflow-y-visible-ns {
    overflow-y: visible; }
  .overflow-y-hidden-ns {
    overflow-y: hidden; }
  .overflow-y-scroll-ns {
    overflow-y: scroll; }
  .overflow-y-auto-ns {
    overflow-y: auto; }
  .static-ns {
    position: static; }
  .relative-ns {
    position: relative; }
  .absolute-ns {
    position: absolute; }
  .fixed-ns {
    position: fixed; }
  .rotate-45-ns {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .rotate-90-ns {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .rotate-135-ns {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
  .rotate-180-ns {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rotate-225-ns {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
        transform: rotate(225deg); }
  .rotate-270-ns {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
        transform: rotate(270deg); }
  .rotate-315-ns {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
        transform: rotate(315deg); }
  .pa0-ns {
    padding: 0; }
  .pa1-ns {
    padding: .25rem; }
  .pa2-ns {
    padding: .5rem; }
  .pa3-ns {
    padding: 1rem; }
  .pa4-ns {
    padding: 2rem; }
  .pa5-ns {
    padding: 4rem; }
  .pa6-ns {
    padding: 8rem; }
  .pa7-ns {
    padding: 16rem; }
  .pl0-ns {
    padding-left: 0; }
  .pl1-ns {
    padding-left: .25rem; }
  .pl2-ns {
    padding-left: .5rem; }
  .pl3-ns {
    padding-left: 1rem; }
  .pl4-ns {
    padding-left: 2rem; }
  .pl5-ns {
    padding-left: 4rem; }
  .pl6-ns {
    padding-left: 8rem; }
  .pl7-ns {
    padding-left: 16rem; }
  .pr0-ns {
    padding-right: 0; }
  .pr1-ns {
    padding-right: .25rem; }
  .pr2-ns {
    padding-right: .5rem; }
  .pr3-ns {
    padding-right: 1rem; }
  .pr4-ns {
    padding-right: 2rem; }
  .pr5-ns {
    padding-right: 4rem; }
  .pr6-ns {
    padding-right: 8rem; }
  .pr7-ns {
    padding-right: 16rem; }
  .pb0-ns {
    padding-bottom: 0; }
  .pb1-ns {
    padding-bottom: .25rem; }
  .pb2-ns {
    padding-bottom: .5rem; }
  .pb3-ns {
    padding-bottom: 1rem; }
  .pb4-ns {
    padding-bottom: 2rem; }
  .pb5-ns {
    padding-bottom: 4rem; }
  .pb6-ns {
    padding-bottom: 8rem; }
  .pb7-ns {
    padding-bottom: 16rem; }
  .pt0-ns {
    padding-top: 0; }
  .pt1-ns {
    padding-top: .25rem; }
  .pt2-ns {
    padding-top: .5rem; }
  .pt3-ns {
    padding-top: 1rem; }
  .pt4-ns {
    padding-top: 2rem; }
  .pt5-ns {
    padding-top: 4rem; }
  .pt6-ns {
    padding-top: 8rem; }
  .pt7-ns {
    padding-top: 16rem; }
  .pv0-ns {
    padding-top: 0;
    padding-bottom: 0; }
  .pv1-ns {
    padding-top: .25rem;
    padding-bottom: .25rem; }
  .pv2-ns {
    padding-top: .5rem;
    padding-bottom: .5rem; }
  .pv3-ns {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .pv4-ns {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .pv5-ns {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .pv6-ns {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  .pv7-ns {
    padding-top: 16rem;
    padding-bottom: 16rem; }
  .ph0-ns {
    padding-left: 0;
    padding-right: 0; }
  .ph1-ns {
    padding-left: .25rem;
    padding-right: .25rem; }
  .ph2-ns {
    padding-left: .5rem;
    padding-right: .5rem; }
  .ph3-ns {
    padding-left: 1rem;
    padding-right: 1rem; }
  .ph4-ns {
    padding-left: 2rem;
    padding-right: 2rem; }
  .ph5-ns {
    padding-left: 4rem;
    padding-right: 4rem; }
  .ph6-ns {
    padding-left: 8rem;
    padding-right: 8rem; }
  .ph7-ns {
    padding-left: 16rem;
    padding-right: 16rem; }
  .ma0-ns {
    margin: 0; }
  .ma1-ns {
    margin: .25rem; }
  .ma2-ns {
    margin: .5rem; }
  .ma3-ns {
    margin: 1rem; }
  .ma4-ns {
    margin: 2rem; }
  .ma5-ns {
    margin: 4rem; }
  .ma6-ns {
    margin: 8rem; }
  .ma7-ns {
    margin: 16rem; }
  .ml0-ns {
    margin-left: 0; }
  .ml1-ns {
    margin-left: .25rem; }
  .ml2-ns {
    margin-left: .5rem; }
  .ml3-ns {
    margin-left: 1rem; }
  .ml4-ns {
    margin-left: 2rem; }
  .ml5-ns {
    margin-left: 4rem; }
  .ml6-ns {
    margin-left: 8rem; }
  .ml7-ns {
    margin-left: 16rem; }
  .mr0-ns {
    margin-right: 0; }
  .mr1-ns {
    margin-right: .25rem; }
  .mr2-ns {
    margin-right: .5rem; }
  .mr3-ns {
    margin-right: 1rem; }
  .mr4-ns {
    margin-right: 2rem; }
  .mr5-ns {
    margin-right: 4rem; }
  .mr6-ns {
    margin-right: 8rem; }
  .mr7-ns {
    margin-right: 16rem; }
  .mb0-ns {
    margin-bottom: 0; }
  .mb1-ns {
    margin-bottom: .25rem; }
  .mb2-ns {
    margin-bottom: .5rem; }
  .mb3-ns {
    margin-bottom: 1rem; }
  .mb4-ns {
    margin-bottom: 2rem; }
  .mb5-ns {
    margin-bottom: 4rem; }
  .mb6-ns {
    margin-bottom: 8rem; }
  .mb7-ns {
    margin-bottom: 16rem; }
  .mt0-ns {
    margin-top: 0; }
  .mt1-ns {
    margin-top: .25rem; }
  .mt2-ns {
    margin-top: .5rem; }
  .mt3-ns {
    margin-top: 1rem; }
  .mt4-ns {
    margin-top: 2rem; }
  .mt5-ns {
    margin-top: 4rem; }
  .mt6-ns {
    margin-top: 8rem; }
  .mt7-ns {
    margin-top: 16rem; }
  .mv0-ns {
    margin-top: 0;
    margin-bottom: 0; }
  .mv1-ns {
    margin-top: .25rem;
    margin-bottom: .25rem; }
  .mv2-ns {
    margin-top: .5rem;
    margin-bottom: .5rem; }
  .mv3-ns {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .mv4-ns {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .mv5-ns {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .mv6-ns {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .mv7-ns {
    margin-top: 16rem;
    margin-bottom: 16rem; }
  .mh0-ns {
    margin-left: 0;
    margin-right: 0; }
  .mh1-ns {
    margin-left: .25rem;
    margin-right: .25rem; }
  .mh2-ns {
    margin-left: .5rem;
    margin-right: .5rem; }
  .mh3-ns {
    margin-left: 1rem;
    margin-right: 1rem; }
  .mh4-ns {
    margin-left: 2rem;
    margin-right: 2rem; }
  .mh5-ns {
    margin-left: 4rem;
    margin-right: 4rem; }
  .mh6-ns {
    margin-left: 8rem;
    margin-right: 8rem; }
  .mh7-ns {
    margin-left: 16rem;
    margin-right: 16rem; }
  .na1-ns {
    margin: -0.25rem; }
  .na2-ns {
    margin: -0.5rem; }
  .na3-ns {
    margin: -1rem; }
  .na4-ns {
    margin: -2rem; }
  .na5-ns {
    margin: -4rem; }
  .na6-ns {
    margin: -8rem; }
  .na7-ns {
    margin: -16rem; }
  .nl1-ns {
    margin-left: -0.25rem; }
  .nl2-ns {
    margin-left: -0.5rem; }
  .nl3-ns {
    margin-left: -1rem; }
  .nl4-ns {
    margin-left: -2rem; }
  .nl5-ns {
    margin-left: -4rem; }
  .nl6-ns {
    margin-left: -8rem; }
  .nl7-ns {
    margin-left: -16rem; }
  .nr1-ns {
    margin-right: -0.25rem; }
  .nr2-ns {
    margin-right: -0.5rem; }
  .nr3-ns {
    margin-right: -1rem; }
  .nr4-ns {
    margin-right: -2rem; }
  .nr5-ns {
    margin-right: -4rem; }
  .nr6-ns {
    margin-right: -8rem; }
  .nr7-ns {
    margin-right: -16rem; }
  .nb1-ns {
    margin-bottom: -0.25rem; }
  .nb2-ns {
    margin-bottom: -0.5rem; }
  .nb3-ns {
    margin-bottom: -1rem; }
  .nb4-ns {
    margin-bottom: -2rem; }
  .nb5-ns {
    margin-bottom: -4rem; }
  .nb6-ns {
    margin-bottom: -8rem; }
  .nb7-ns {
    margin-bottom: -16rem; }
  .nt1-ns {
    margin-top: -0.25rem; }
  .nt2-ns {
    margin-top: -0.5rem; }
  .nt3-ns {
    margin-top: -1rem; }
  .nt4-ns {
    margin-top: -2rem; }
  .nt5-ns {
    margin-top: -4rem; }
  .nt6-ns {
    margin-top: -8rem; }
  .nt7-ns {
    margin-top: -16rem; }
  .strike-ns {
    text-decoration: line-through; }
  .underline-ns {
    text-decoration: underline; }
  .no-underline-ns {
    text-decoration: none; }
  .tl-ns {
    text-align: left; }
  .tr-ns {
    text-align: right; }
  .tc-ns {
    text-align: center; }
  .tj-ns {
    text-align: justify; }
  .ttc-ns {
    text-transform: capitalize; }
  .ttl-ns {
    text-transform: lowercase; }
  .ttu-ns {
    text-transform: uppercase; }
  .ttn-ns {
    text-transform: none; }
  .f-6-ns, .f-headline-ns {
    font-size: 6rem; }
  .f-5-ns, .f-subheadline-ns {
    font-size: 5rem; }
  .f1-ns {
    font-size: 3rem; }
  .f2-ns {
    font-size: 2.25rem; }
  .f3-ns {
    font-size: 1.5rem; }
  .f4-ns {
    font-size: 1.25rem; }
  .f5-ns {
    font-size: 1rem; }
  .f6-ns {
    font-size: .875rem; }
  .f7-ns {
    font-size: .75rem; }
  .measure-ns {
    max-width: 30em; }
  .measure-wide-ns {
    max-width: 34em; }
  .measure-narrow-ns {
    max-width: 20em; }
  .indent-ns {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0; }
  .small-caps-ns {
    font-variant: small-caps; }
  .truncate-ns {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .center-ns {
    margin-right: auto;
    margin-left: auto; }
  .mr-auto-ns {
    margin-right: auto; }
  .ml-auto-ns {
    margin-left: auto; }
  .clip-ns {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .ws-normal-ns {
    white-space: normal; }
  .nowrap-ns {
    white-space: nowrap; }
  .pre-ns {
    white-space: pre; }
  .v-base-ns {
    vertical-align: baseline; }
  .v-mid-ns {
    vertical-align: middle; }
  .v-top-ns {
    vertical-align: top; }
  .v-btm-ns {
    vertical-align: bottom; } }

@media screen and (min-width: 30em) and (max-width: 60em) {
  .aspect-ratio-m {
    height: 0;
    position: relative; }
  .aspect-ratio--16x9-m {
    padding-bottom: 56.25%; }
  .aspect-ratio--9x16-m {
    padding-bottom: 177.77%; }
  .aspect-ratio--4x3-m {
    padding-bottom: 75%; }
  .aspect-ratio--3x4-m {
    padding-bottom: 133.33%; }
  .aspect-ratio--6x4-m {
    padding-bottom: 66.6%; }
  .aspect-ratio--4x6-m {
    padding-bottom: 150%; }
  .aspect-ratio--8x5-m {
    padding-bottom: 62.5%; }
  .aspect-ratio--5x8-m {
    padding-bottom: 160%; }
  .aspect-ratio--7x5-m {
    padding-bottom: 71.42%; }
  .aspect-ratio--5x7-m {
    padding-bottom: 140%; }
  .aspect-ratio--1x1-m {
    padding-bottom: 100%; }
  .aspect-ratio--object-m {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .cover-m {
    background-size: cover !important; }
  .contain-m {
    background-size: contain !important; }
  .bg-center-m {
    background-repeat: no-repeat;
    background-position: center center; }
  .bg-top-m {
    background-repeat: no-repeat;
    background-position: top center; }
  .bg-right-m {
    background-repeat: no-repeat;
    background-position: center right; }
  .bg-bottom-m {
    background-repeat: no-repeat;
    background-position: bottom center; }
  .bg-left-m {
    background-repeat: no-repeat;
    background-position: center left; }
  .outline-m {
    outline: 1px solid; }
  .outline-transparent-m {
    outline: 1px solid transparent; }
  .outline-0-m {
    outline: 0; }
  .ba-m {
    border-style: solid;
    border-width: 1px; }
  .bt-m {
    border-top-style: solid;
    border-top-width: 1px; }
  .br-m {
    border-right-style: solid;
    border-right-width: 1px; }
  .bb-m {
    border-bottom-style: solid;
    border-bottom-width: 1px; }
  .bl-m {
    border-left-style: solid;
    border-left-width: 1px; }
  .bn-m {
    border-style: none;
    border-width: 0; }
  .br0-m {
    border-radius: 0; }
  .br1-m {
    border-radius: .125rem; }
  .br2-m {
    border-radius: .25rem; }
  .br3-m {
    border-radius: .5rem; }
  .br4-m {
    border-radius: 1rem; }
  .br-100-m {
    border-radius: 100%; }
  .br-pill-m {
    border-radius: 9999px; }
  .br--bottom-m {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .br--top-m {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .br--right-m {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .br--left-m {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .b--dotted-m {
    border-style: dotted; }
  .b--dashed-m {
    border-style: dashed; }
  .b--solid-m {
    border-style: solid; }
  .b--none-m {
    border-style: none; }
  .bw0-m {
    border-width: 0; }
  .bw1-m {
    border-width: .125rem; }
  .bw2-m {
    border-width: .25rem; }
  .bw3-m {
    border-width: .5rem; }
  .bw4-m {
    border-width: 1rem; }
  .bw5-m {
    border-width: 2rem; }
  .bt-0-m {
    border-top-width: 0; }
  .br-0-m {
    border-right-width: 0; }
  .bb-0-m {
    border-bottom-width: 0; }
  .bl-0-m {
    border-left-width: 0; }
  .shadow-1-m {
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2); }
  .shadow-2-m {
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2); }
  .shadow-3-m {
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2); }
  .shadow-4-m {
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }
  .shadow-5-m {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2); }
  .top-0-m {
    top: 0; }
  .left-0-m {
    left: 0; }
  .right-0-m {
    right: 0; }
  .bottom-0-m {
    bottom: 0; }
  .top-1-m {
    top: 1rem; }
  .left-1-m {
    left: 1rem; }
  .right-1-m {
    right: 1rem; }
  .bottom-1-m {
    bottom: 1rem; }
  .top-2-m {
    top: 2rem; }
  .left-2-m {
    left: 2rem; }
  .right-2-m {
    right: 2rem; }
  .bottom-2-m {
    bottom: 2rem; }
  .top--1-m {
    top: -1rem; }
  .right--1-m {
    right: -1rem; }
  .bottom--1-m {
    bottom: -1rem; }
  .left--1-m {
    left: -1rem; }
  .top--2-m {
    top: -2rem; }
  .right--2-m {
    right: -2rem; }
  .bottom--2-m {
    bottom: -2rem; }
  .left--2-m {
    left: -2rem; }
  .absolute--fill-m {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .cl-m {
    clear: left; }
  .cr-m {
    clear: right; }
  .cb-m {
    clear: both; }
  .cn-m {
    clear: none; }
  .dn-m {
    display: none; }
  .di-m {
    display: inline; }
  .db-m {
    display: block; }
  .dib-m {
    display: inline-block; }
  .dit-m {
    display: inline-table; }
  .dt-m {
    display: table; }
  .dtc-m {
    display: table-cell; }
  .dt-row-m {
    display: table-row; }
  .dt-row-group-m {
    display: table-row-group; }
  .dt-column-m {
    display: table-column; }
  .dt-column-group-m {
    display: table-column-group; }
  .dt--fixed-m {
    table-layout: fixed;
    width: 100%; }
  .flex-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .inline-flex-m {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .flex-auto-m {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    /* 1 */
    min-height: 0;
    /* 1 */ }
  .flex-none-m {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .flex-column-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex-row-m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .flex-wrap-m {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-nowrap-m {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .flex-wrap-reverse-m {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .flex-column-reverse-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .flex-row-reverse-m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .items-start-m {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .items-end-m {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .items-center-m {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .items-baseline-m {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .items-stretch-m {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .self-start-m {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .self-end-m {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .self-center-m {
    -ms-flex-item-align: center;
        align-self: center; }
  .self-baseline-m {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .self-stretch-m {
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .justify-start-m {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .justify-end-m {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .justify-center-m {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .justify-between-m {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .justify-around-m {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .content-start-m {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .content-end-m {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .content-center-m {
    -ms-flex-line-pack: center;
        align-content: center; }
  .content-between-m {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .content-around-m {
    -ms-flex-line-pack: distribute;
        align-content: space-around; }
  .content-stretch-m {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .order-0-m {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-1-m {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-2-m {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-3-m {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-4-m {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-5-m {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-6-m {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-7-m {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-8-m {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-last-m {
    -webkit-box-ordinal-group: 100000;
        -ms-flex-order: 99999;
            order: 99999; }
  .flex-grow-0-m {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .flex-grow-1-m {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .flex-shrink-0-m {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .flex-shrink-1-m {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .fl-m {
    float: left;
    _display: inline; }
  .fr-m {
    float: right;
    _display: inline; }
  .fn-m {
    float: none; }
  .i-m {
    font-style: italic; }
  .fs-normal-m {
    font-style: normal; }
  .normal-m {
    font-weight: normal; }
  .b-m {
    font-weight: bold; }
  .fw1-m {
    font-weight: 100; }
  .fw2-m {
    font-weight: 200; }
  .fw3-m {
    font-weight: 300; }
  .fw4-m {
    font-weight: 400; }
  .fw5-m {
    font-weight: 500; }
  .fw6-m {
    font-weight: 600; }
  .fw7-m {
    font-weight: 700; }
  .fw8-m {
    font-weight: 800; }
  .fw9-m {
    font-weight: 900; }
  .h1-m {
    height: 1rem; }
  .h2-m {
    height: 2rem; }
  .h3-m {
    height: 4rem; }
  .h4-m {
    height: 8rem; }
  .h5-m {
    height: 16rem; }
  .h-25-m {
    height: 25%; }
  .h-50-m {
    height: 50%; }
  .h-75-m {
    height: 75%; }
  .h-100-m {
    height: 100%; }
  .min-h-100-m {
    min-height: 100%; }
  .vh-25-m {
    height: 25vh; }
  .vh-50-m {
    height: 50vh; }
  .vh-75-m {
    height: 75vh; }
  .vh-100-m {
    height: 100vh; }
  .min-vh-100-m {
    min-height: 100vh; }
  .h-auto-m {
    height: auto; }
  .h-inherit-m {
    height: inherit; }
  .tracked-m {
    letter-spacing: .1em; }
  .tracked-tight-m {
    letter-spacing: -.05em; }
  .tracked-mega-m {
    letter-spacing: .25em; }
  .lh-solid-m {
    line-height: 1; }
  .lh-title-m {
    line-height: 1.25; }
  .lh-copy-m {
    line-height: 1.5; }
  .mw-100-m {
    max-width: 100%; }
  .mw1-m {
    max-width: 1rem; }
  .mw2-m {
    max-width: 2rem; }
  .mw3-m {
    max-width: 4rem; }
  .mw4-m {
    max-width: 8rem; }
  .mw5-m {
    max-width: 16rem; }
  .mw6-m {
    max-width: 32rem; }
  .mw7-m {
    max-width: 48rem; }
  .mw8-m {
    max-width: 64rem; }
  .mw9-m {
    max-width: 96rem; }
  .mw-none-m {
    max-width: none; }
  .w1-m {
    width: 1rem; }
  .w2-m {
    width: 2rem; }
  .w3-m {
    width: 4rem; }
  .w4-m {
    width: 8rem; }
  .w5-m {
    width: 16rem; }
  .w-10-m {
    width: 10%; }
  .w-20-m {
    width: 20%; }
  .w-25-m {
    width: 25%; }
  .w-30-m {
    width: 30%; }
  .w-33-m {
    width: 33%; }
  .w-34-m {
    width: 34%; }
  .w-40-m {
    width: 40%; }
  .w-50-m {
    width: 50%; }
  .w-60-m {
    width: 60%; }
  .w-70-m {
    width: 70%; }
  .w-75-m {
    width: 75%; }
  .w-80-m {
    width: 80%; }
  .w-90-m {
    width: 90%; }
  .w-100-m {
    width: 100%; }
  .w-third-m {
    width: 33.33333%; }
  .w-two-thirds-m {
    width: 66.66667%; }
  .w-auto-m {
    width: auto; }
  .overflow-visible-m {
    overflow: visible; }
  .overflow-hidden-m {
    overflow: hidden; }
  .overflow-scroll-m {
    overflow: scroll; }
  .overflow-auto-m {
    overflow: auto; }
  .overflow-x-visible-m {
    overflow-x: visible; }
  .overflow-x-hidden-m {
    overflow-x: hidden; }
  .overflow-x-scroll-m {
    overflow-x: scroll; }
  .overflow-x-auto-m {
    overflow-x: auto; }
  .overflow-y-visible-m {
    overflow-y: visible; }
  .overflow-y-hidden-m {
    overflow-y: hidden; }
  .overflow-y-scroll-m {
    overflow-y: scroll; }
  .overflow-y-auto-m {
    overflow-y: auto; }
  .static-m {
    position: static; }
  .relative-m {
    position: relative; }
  .absolute-m {
    position: absolute; }
  .fixed-m {
    position: fixed; }
  .rotate-45-m {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .rotate-90-m {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .rotate-135-m {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
  .rotate-180-m {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rotate-225-m {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
        transform: rotate(225deg); }
  .rotate-270-m {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
        transform: rotate(270deg); }
  .rotate-315-m {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
        transform: rotate(315deg); }
  .pa0-m {
    padding: 0; }
  .pa1-m {
    padding: .25rem; }
  .pa2-m {
    padding: .5rem; }
  .pa3-m {
    padding: 1rem; }
  .pa4-m {
    padding: 2rem; }
  .pa5-m {
    padding: 4rem; }
  .pa6-m {
    padding: 8rem; }
  .pa7-m {
    padding: 16rem; }
  .pl0-m {
    padding-left: 0; }
  .pl1-m {
    padding-left: .25rem; }
  .pl2-m {
    padding-left: .5rem; }
  .pl3-m {
    padding-left: 1rem; }
  .pl4-m {
    padding-left: 2rem; }
  .pl5-m {
    padding-left: 4rem; }
  .pl6-m {
    padding-left: 8rem; }
  .pl7-m {
    padding-left: 16rem; }
  .pr0-m {
    padding-right: 0; }
  .pr1-m {
    padding-right: .25rem; }
  .pr2-m {
    padding-right: .5rem; }
  .pr3-m {
    padding-right: 1rem; }
  .pr4-m {
    padding-right: 2rem; }
  .pr5-m {
    padding-right: 4rem; }
  .pr6-m {
    padding-right: 8rem; }
  .pr7-m {
    padding-right: 16rem; }
  .pb0-m {
    padding-bottom: 0; }
  .pb1-m {
    padding-bottom: .25rem; }
  .pb2-m {
    padding-bottom: .5rem; }
  .pb3-m {
    padding-bottom: 1rem; }
  .pb4-m {
    padding-bottom: 2rem; }
  .pb5-m {
    padding-bottom: 4rem; }
  .pb6-m {
    padding-bottom: 8rem; }
  .pb7-m {
    padding-bottom: 16rem; }
  .pt0-m {
    padding-top: 0; }
  .pt1-m {
    padding-top: .25rem; }
  .pt2-m {
    padding-top: .5rem; }
  .pt3-m {
    padding-top: 1rem; }
  .pt4-m {
    padding-top: 2rem; }
  .pt5-m {
    padding-top: 4rem; }
  .pt6-m {
    padding-top: 8rem; }
  .pt7-m {
    padding-top: 16rem; }
  .pv0-m {
    padding-top: 0;
    padding-bottom: 0; }
  .pv1-m {
    padding-top: .25rem;
    padding-bottom: .25rem; }
  .pv2-m {
    padding-top: .5rem;
    padding-bottom: .5rem; }
  .pv3-m {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .pv4-m {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .pv5-m {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .pv6-m {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  .pv7-m {
    padding-top: 16rem;
    padding-bottom: 16rem; }
  .ph0-m {
    padding-left: 0;
    padding-right: 0; }
  .ph1-m {
    padding-left: .25rem;
    padding-right: .25rem; }
  .ph2-m {
    padding-left: .5rem;
    padding-right: .5rem; }
  .ph3-m {
    padding-left: 1rem;
    padding-right: 1rem; }
  .ph4-m {
    padding-left: 2rem;
    padding-right: 2rem; }
  .ph5-m {
    padding-left: 4rem;
    padding-right: 4rem; }
  .ph6-m {
    padding-left: 8rem;
    padding-right: 8rem; }
  .ph7-m {
    padding-left: 16rem;
    padding-right: 16rem; }
  .ma0-m {
    margin: 0; }
  .ma1-m {
    margin: .25rem; }
  .ma2-m {
    margin: .5rem; }
  .ma3-m {
    margin: 1rem; }
  .ma4-m {
    margin: 2rem; }
  .ma5-m {
    margin: 4rem; }
  .ma6-m {
    margin: 8rem; }
  .ma7-m {
    margin: 16rem; }
  .ml0-m {
    margin-left: 0; }
  .ml1-m {
    margin-left: .25rem; }
  .ml2-m {
    margin-left: .5rem; }
  .ml3-m {
    margin-left: 1rem; }
  .ml4-m {
    margin-left: 2rem; }
  .ml5-m {
    margin-left: 4rem; }
  .ml6-m {
    margin-left: 8rem; }
  .ml7-m {
    margin-left: 16rem; }
  .mr0-m {
    margin-right: 0; }
  .mr1-m {
    margin-right: .25rem; }
  .mr2-m {
    margin-right: .5rem; }
  .mr3-m {
    margin-right: 1rem; }
  .mr4-m {
    margin-right: 2rem; }
  .mr5-m {
    margin-right: 4rem; }
  .mr6-m {
    margin-right: 8rem; }
  .mr7-m {
    margin-right: 16rem; }
  .mb0-m {
    margin-bottom: 0; }
  .mb1-m {
    margin-bottom: .25rem; }
  .mb2-m {
    margin-bottom: .5rem; }
  .mb3-m {
    margin-bottom: 1rem; }
  .mb4-m {
    margin-bottom: 2rem; }
  .mb5-m {
    margin-bottom: 4rem; }
  .mb6-m {
    margin-bottom: 8rem; }
  .mb7-m {
    margin-bottom: 16rem; }
  .mt0-m {
    margin-top: 0; }
  .mt1-m {
    margin-top: .25rem; }
  .mt2-m {
    margin-top: .5rem; }
  .mt3-m {
    margin-top: 1rem; }
  .mt4-m {
    margin-top: 2rem; }
  .mt5-m {
    margin-top: 4rem; }
  .mt6-m {
    margin-top: 8rem; }
  .mt7-m {
    margin-top: 16rem; }
  .mv0-m {
    margin-top: 0;
    margin-bottom: 0; }
  .mv1-m {
    margin-top: .25rem;
    margin-bottom: .25rem; }
  .mv2-m {
    margin-top: .5rem;
    margin-bottom: .5rem; }
  .mv3-m {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .mv4-m {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .mv5-m {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .mv6-m {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .mv7-m {
    margin-top: 16rem;
    margin-bottom: 16rem; }
  .mh0-m {
    margin-left: 0;
    margin-right: 0; }
  .mh1-m {
    margin-left: .25rem;
    margin-right: .25rem; }
  .mh2-m {
    margin-left: .5rem;
    margin-right: .5rem; }
  .mh3-m {
    margin-left: 1rem;
    margin-right: 1rem; }
  .mh4-m {
    margin-left: 2rem;
    margin-right: 2rem; }
  .mh5-m {
    margin-left: 4rem;
    margin-right: 4rem; }
  .mh6-m {
    margin-left: 8rem;
    margin-right: 8rem; }
  .mh7-m {
    margin-left: 16rem;
    margin-right: 16rem; }
  .na1-m {
    margin: -0.25rem; }
  .na2-m {
    margin: -0.5rem; }
  .na3-m {
    margin: -1rem; }
  .na4-m {
    margin: -2rem; }
  .na5-m {
    margin: -4rem; }
  .na6-m {
    margin: -8rem; }
  .na7-m {
    margin: -16rem; }
  .nl1-m {
    margin-left: -0.25rem; }
  .nl2-m {
    margin-left: -0.5rem; }
  .nl3-m {
    margin-left: -1rem; }
  .nl4-m {
    margin-left: -2rem; }
  .nl5-m {
    margin-left: -4rem; }
  .nl6-m {
    margin-left: -8rem; }
  .nl7-m {
    margin-left: -16rem; }
  .nr1-m {
    margin-right: -0.25rem; }
  .nr2-m {
    margin-right: -0.5rem; }
  .nr3-m {
    margin-right: -1rem; }
  .nr4-m {
    margin-right: -2rem; }
  .nr5-m {
    margin-right: -4rem; }
  .nr6-m {
    margin-right: -8rem; }
  .nr7-m {
    margin-right: -16rem; }
  .nb1-m {
    margin-bottom: -0.25rem; }
  .nb2-m {
    margin-bottom: -0.5rem; }
  .nb3-m {
    margin-bottom: -1rem; }
  .nb4-m {
    margin-bottom: -2rem; }
  .nb5-m {
    margin-bottom: -4rem; }
  .nb6-m {
    margin-bottom: -8rem; }
  .nb7-m {
    margin-bottom: -16rem; }
  .nt1-m {
    margin-top: -0.25rem; }
  .nt2-m {
    margin-top: -0.5rem; }
  .nt3-m {
    margin-top: -1rem; }
  .nt4-m {
    margin-top: -2rem; }
  .nt5-m {
    margin-top: -4rem; }
  .nt6-m {
    margin-top: -8rem; }
  .nt7-m {
    margin-top: -16rem; }
  .strike-m {
    text-decoration: line-through; }
  .underline-m {
    text-decoration: underline; }
  .no-underline-m {
    text-decoration: none; }
  .tl-m {
    text-align: left; }
  .tr-m {
    text-align: right; }
  .tc-m {
    text-align: center; }
  .tj-m {
    text-align: justify; }
  .ttc-m {
    text-transform: capitalize; }
  .ttl-m {
    text-transform: lowercase; }
  .ttu-m {
    text-transform: uppercase; }
  .ttn-m {
    text-transform: none; }
  .f-6-m, .f-headline-m {
    font-size: 6rem; }
  .f-5-m, .f-subheadline-m {
    font-size: 5rem; }
  .f1-m {
    font-size: 3rem; }
  .f2-m {
    font-size: 2.25rem; }
  .f3-m {
    font-size: 1.5rem; }
  .f4-m {
    font-size: 1.25rem; }
  .f5-m {
    font-size: 1rem; }
  .f6-m {
    font-size: .875rem; }
  .f7-m {
    font-size: .75rem; }
  .measure-m {
    max-width: 30em; }
  .measure-wide-m {
    max-width: 34em; }
  .measure-narrow-m {
    max-width: 20em; }
  .indent-m {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0; }
  .small-caps-m {
    font-variant: small-caps; }
  .truncate-m {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .center-m {
    margin-right: auto;
    margin-left: auto; }
  .mr-auto-m {
    margin-right: auto; }
  .ml-auto-m {
    margin-left: auto; }
  .clip-m {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .ws-normal-m {
    white-space: normal; }
  .nowrap-m {
    white-space: nowrap; }
  .pre-m {
    white-space: pre; }
  .v-base-m {
    vertical-align: baseline; }
  .v-mid-m {
    vertical-align: middle; }
  .v-top-m {
    vertical-align: top; }
  .v-btm-m {
    vertical-align: bottom; } }

@media screen and (min-width: 60em) {
  .aspect-ratio-l {
    height: 0;
    position: relative; }
  .aspect-ratio--16x9-l {
    padding-bottom: 56.25%; }
  .aspect-ratio--9x16-l {
    padding-bottom: 177.77%; }
  .aspect-ratio--4x3-l {
    padding-bottom: 75%; }
  .aspect-ratio--3x4-l {
    padding-bottom: 133.33%; }
  .aspect-ratio--6x4-l {
    padding-bottom: 66.6%; }
  .aspect-ratio--4x6-l {
    padding-bottom: 150%; }
  .aspect-ratio--8x5-l {
    padding-bottom: 62.5%; }
  .aspect-ratio--5x8-l {
    padding-bottom: 160%; }
  .aspect-ratio--7x5-l {
    padding-bottom: 71.42%; }
  .aspect-ratio--5x7-l {
    padding-bottom: 140%; }
  .aspect-ratio--1x1-l {
    padding-bottom: 100%; }
  .aspect-ratio--object-l {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .cover-l {
    background-size: cover !important; }
  .contain-l {
    background-size: contain !important; }
  .bg-center-l {
    background-repeat: no-repeat;
    background-position: center center; }
  .bg-top-l {
    background-repeat: no-repeat;
    background-position: top center; }
  .bg-right-l {
    background-repeat: no-repeat;
    background-position: center right; }
  .bg-bottom-l {
    background-repeat: no-repeat;
    background-position: bottom center; }
  .bg-left-l {
    background-repeat: no-repeat;
    background-position: center left; }
  .outline-l {
    outline: 1px solid; }
  .outline-transparent-l {
    outline: 1px solid transparent; }
  .outline-0-l {
    outline: 0; }
  .ba-l {
    border-style: solid;
    border-width: 1px; }
  .bt-l {
    border-top-style: solid;
    border-top-width: 1px; }
  .br-l {
    border-right-style: solid;
    border-right-width: 1px; }
  .bb-l {
    border-bottom-style: solid;
    border-bottom-width: 1px; }
  .bl-l {
    border-left-style: solid;
    border-left-width: 1px; }
  .bn-l {
    border-style: none;
    border-width: 0; }
  .br0-l {
    border-radius: 0; }
  .br1-l {
    border-radius: .125rem; }
  .br2-l {
    border-radius: .25rem; }
  .br3-l {
    border-radius: .5rem; }
  .br4-l {
    border-radius: 1rem; }
  .br-100-l {
    border-radius: 100%; }
  .br-pill-l {
    border-radius: 9999px; }
  .br--bottom-l {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .br--top-l {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .br--right-l {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .br--left-l {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .b--dotted-l {
    border-style: dotted; }
  .b--dashed-l {
    border-style: dashed; }
  .b--solid-l {
    border-style: solid; }
  .b--none-l {
    border-style: none; }
  .bw0-l {
    border-width: 0; }
  .bw1-l {
    border-width: .125rem; }
  .bw2-l {
    border-width: .25rem; }
  .bw3-l {
    border-width: .5rem; }
  .bw4-l {
    border-width: 1rem; }
  .bw5-l {
    border-width: 2rem; }
  .bt-0-l {
    border-top-width: 0; }
  .br-0-l {
    border-right-width: 0; }
  .bb-0-l {
    border-bottom-width: 0; }
  .bl-0-l {
    border-left-width: 0; }
  .shadow-1-l {
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2); }
  .shadow-2-l {
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2); }
  .shadow-3-l {
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2); }
  .shadow-4-l {
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }
  .shadow-5-l {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2); }
  .top-0-l {
    top: 0; }
  .left-0-l {
    left: 0; }
  .right-0-l {
    right: 0; }
  .bottom-0-l {
    bottom: 0; }
  .top-1-l {
    top: 1rem; }
  .left-1-l {
    left: 1rem; }
  .right-1-l {
    right: 1rem; }
  .bottom-1-l {
    bottom: 1rem; }
  .top-2-l {
    top: 2rem; }
  .left-2-l {
    left: 2rem; }
  .right-2-l {
    right: 2rem; }
  .bottom-2-l {
    bottom: 2rem; }
  .top--1-l {
    top: -1rem; }
  .right--1-l {
    right: -1rem; }
  .bottom--1-l {
    bottom: -1rem; }
  .left--1-l {
    left: -1rem; }
  .top--2-l {
    top: -2rem; }
  .right--2-l {
    right: -2rem; }
  .bottom--2-l {
    bottom: -2rem; }
  .left--2-l {
    left: -2rem; }
  .absolute--fill-l {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .cl-l {
    clear: left; }
  .cr-l {
    clear: right; }
  .cb-l {
    clear: both; }
  .cn-l {
    clear: none; }
  .dn-l {
    display: none; }
  .di-l {
    display: inline; }
  .db-l {
    display: block; }
  .dib-l {
    display: inline-block; }
  .dit-l {
    display: inline-table; }
  .dt-l {
    display: table; }
  .dtc-l {
    display: table-cell; }
  .dt-row-l {
    display: table-row; }
  .dt-row-group-l {
    display: table-row-group; }
  .dt-column-l {
    display: table-column; }
  .dt-column-group-l {
    display: table-column-group; }
  .dt--fixed-l {
    table-layout: fixed;
    width: 100%; }
  .flex-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .inline-flex-l {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .flex-auto-l {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    /* 1 */
    min-height: 0;
    /* 1 */ }
  .flex-none-l {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .flex-column-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex-row-l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .flex-wrap-l {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-nowrap-l {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .flex-wrap-reverse-l {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .flex-column-reverse-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .flex-row-reverse-l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .items-start-l {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .items-end-l {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .items-center-l {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .items-baseline-l {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .items-stretch-l {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .self-start-l {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .self-end-l {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .self-center-l {
    -ms-flex-item-align: center;
        align-self: center; }
  .self-baseline-l {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .self-stretch-l {
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .justify-start-l {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .justify-end-l {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .justify-center-l {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .justify-between-l {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .justify-around-l {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .content-start-l {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .content-end-l {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .content-center-l {
    -ms-flex-line-pack: center;
        align-content: center; }
  .content-between-l {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .content-around-l {
    -ms-flex-line-pack: distribute;
        align-content: space-around; }
  .content-stretch-l {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .order-0-l {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-1-l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-2-l {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-3-l {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-4-l {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-5-l {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-6-l {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-7-l {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-8-l {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-last-l {
    -webkit-box-ordinal-group: 100000;
        -ms-flex-order: 99999;
            order: 99999; }
  .flex-grow-0-l {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .flex-grow-1-l {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .flex-shrink-0-l {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .flex-shrink-1-l {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .fl-l {
    float: left;
    _display: inline; }
  .fr-l {
    float: right;
    _display: inline; }
  .fn-l {
    float: none; }
  .i-l {
    font-style: italic; }
  .fs-normal-l {
    font-style: normal; }
  .normal-l {
    font-weight: normal; }
  .b-l {
    font-weight: bold; }
  .fw1-l {
    font-weight: 100; }
  .fw2-l {
    font-weight: 200; }
  .fw3-l {
    font-weight: 300; }
  .fw4-l {
    font-weight: 400; }
  .fw5-l {
    font-weight: 500; }
  .fw6-l {
    font-weight: 600; }
  .fw7-l {
    font-weight: 700; }
  .fw8-l {
    font-weight: 800; }
  .fw9-l {
    font-weight: 900; }
  .h1-l {
    height: 1rem; }
  .h2-l {
    height: 2rem; }
  .h3-l {
    height: 4rem; }
  .h4-l {
    height: 8rem; }
  .h5-l {
    height: 16rem; }
  .h-25-l {
    height: 25%; }
  .h-50-l {
    height: 50%; }
  .h-75-l {
    height: 75%; }
  .h-100-l {
    height: 100%; }
  .min-h-100-l {
    min-height: 100%; }
  .vh-25-l {
    height: 25vh; }
  .vh-50-l {
    height: 50vh; }
  .vh-75-l {
    height: 75vh; }
  .vh-100-l {
    height: 100vh; }
  .min-vh-100-l {
    min-height: 100vh; }
  .h-auto-l {
    height: auto; }
  .h-inherit-l {
    height: inherit; }
  .tracked-l {
    letter-spacing: .1em; }
  .tracked-tight-l {
    letter-spacing: -.05em; }
  .tracked-mega-l {
    letter-spacing: .25em; }
  .lh-solid-l {
    line-height: 1; }
  .lh-title-l {
    line-height: 1.25; }
  .lh-copy-l {
    line-height: 1.5; }
  .mw-100-l {
    max-width: 100%; }
  .mw1-l {
    max-width: 1rem; }
  .mw2-l {
    max-width: 2rem; }
  .mw3-l {
    max-width: 4rem; }
  .mw4-l {
    max-width: 8rem; }
  .mw5-l {
    max-width: 16rem; }
  .mw6-l {
    max-width: 32rem; }
  .mw7-l {
    max-width: 48rem; }
  .mw8-l {
    max-width: 64rem; }
  .mw9-l {
    max-width: 96rem; }
  .mw-none-l {
    max-width: none; }
  .w1-l {
    width: 1rem; }
  .w2-l {
    width: 2rem; }
  .w3-l {
    width: 4rem; }
  .w4-l {
    width: 8rem; }
  .w5-l {
    width: 16rem; }
  .w-10-l {
    width: 10%; }
  .w-20-l {
    width: 20%; }
  .w-25-l {
    width: 25%; }
  .w-30-l {
    width: 30%; }
  .w-33-l {
    width: 33%; }
  .w-34-l {
    width: 34%; }
  .w-40-l {
    width: 40%; }
  .w-50-l {
    width: 50%; }
  .w-60-l {
    width: 60%; }
  .w-70-l {
    width: 70%; }
  .w-75-l {
    width: 75%; }
  .w-80-l {
    width: 80%; }
  .w-90-l {
    width: 90%; }
  .w-100-l {
    width: 100%; }
  .w-third-l {
    width: 33.33333%; }
  .w-two-thirds-l {
    width: 66.66667%; }
  .w-auto-l {
    width: auto; }
  .overflow-visible-l {
    overflow: visible; }
  .overflow-hidden-l {
    overflow: hidden; }
  .overflow-scroll-l {
    overflow: scroll; }
  .overflow-auto-l {
    overflow: auto; }
  .overflow-x-visible-l {
    overflow-x: visible; }
  .overflow-x-hidden-l {
    overflow-x: hidden; }
  .overflow-x-scroll-l {
    overflow-x: scroll; }
  .overflow-x-auto-l {
    overflow-x: auto; }
  .overflow-y-visible-l {
    overflow-y: visible; }
  .overflow-y-hidden-l {
    overflow-y: hidden; }
  .overflow-y-scroll-l {
    overflow-y: scroll; }
  .overflow-y-auto-l {
    overflow-y: auto; }
  .static-l {
    position: static; }
  .relative-l {
    position: relative; }
  .absolute-l {
    position: absolute; }
  .fixed-l {
    position: fixed; }
  .rotate-45-l {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .rotate-90-l {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .rotate-135-l {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
  .rotate-180-l {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rotate-225-l {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
        transform: rotate(225deg); }
  .rotate-270-l {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
        transform: rotate(270deg); }
  .rotate-315-l {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
        transform: rotate(315deg); }
  .pa0-l {
    padding: 0; }
  .pa1-l {
    padding: .25rem; }
  .pa2-l {
    padding: .5rem; }
  .pa3-l {
    padding: 1rem; }
  .pa4-l {
    padding: 2rem; }
  .pa5-l {
    padding: 4rem; }
  .pa6-l {
    padding: 8rem; }
  .pa7-l {
    padding: 16rem; }
  .pl0-l {
    padding-left: 0; }
  .pl1-l {
    padding-left: .25rem; }
  .pl2-l {
    padding-left: .5rem; }
  .pl3-l {
    padding-left: 1rem; }
  .pl4-l {
    padding-left: 2rem; }
  .pl5-l {
    padding-left: 4rem; }
  .pl6-l {
    padding-left: 8rem; }
  .pl7-l {
    padding-left: 16rem; }
  .pr0-l {
    padding-right: 0; }
  .pr1-l {
    padding-right: .25rem; }
  .pr2-l {
    padding-right: .5rem; }
  .pr3-l {
    padding-right: 1rem; }
  .pr4-l {
    padding-right: 2rem; }
  .pr5-l {
    padding-right: 4rem; }
  .pr6-l {
    padding-right: 8rem; }
  .pr7-l {
    padding-right: 16rem; }
  .pb0-l {
    padding-bottom: 0; }
  .pb1-l {
    padding-bottom: .25rem; }
  .pb2-l {
    padding-bottom: .5rem; }
  .pb3-l {
    padding-bottom: 1rem; }
  .pb4-l {
    padding-bottom: 2rem; }
  .pb5-l {
    padding-bottom: 4rem; }
  .pb6-l {
    padding-bottom: 8rem; }
  .pb7-l {
    padding-bottom: 16rem; }
  .pt0-l {
    padding-top: 0; }
  .pt1-l {
    padding-top: .25rem; }
  .pt2-l {
    padding-top: .5rem; }
  .pt3-l {
    padding-top: 1rem; }
  .pt4-l {
    padding-top: 2rem; }
  .pt5-l {
    padding-top: 4rem; }
  .pt6-l {
    padding-top: 8rem; }
  .pt7-l {
    padding-top: 16rem; }
  .pv0-l {
    padding-top: 0;
    padding-bottom: 0; }
  .pv1-l {
    padding-top: .25rem;
    padding-bottom: .25rem; }
  .pv2-l {
    padding-top: .5rem;
    padding-bottom: .5rem; }
  .pv3-l {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .pv4-l {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .pv5-l {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .pv6-l {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  .pv7-l {
    padding-top: 16rem;
    padding-bottom: 16rem; }
  .ph0-l {
    padding-left: 0;
    padding-right: 0; }
  .ph1-l {
    padding-left: .25rem;
    padding-right: .25rem; }
  .ph2-l {
    padding-left: .5rem;
    padding-right: .5rem; }
  .ph3-l {
    padding-left: 1rem;
    padding-right: 1rem; }
  .ph4-l {
    padding-left: 2rem;
    padding-right: 2rem; }
  .ph5-l {
    padding-left: 4rem;
    padding-right: 4rem; }
  .ph6-l {
    padding-left: 8rem;
    padding-right: 8rem; }
  .ph7-l {
    padding-left: 16rem;
    padding-right: 16rem; }
  .ma0-l {
    margin: 0; }
  .ma1-l {
    margin: .25rem; }
  .ma2-l {
    margin: .5rem; }
  .ma3-l {
    margin: 1rem; }
  .ma4-l {
    margin: 2rem; }
  .ma5-l {
    margin: 4rem; }
  .ma6-l {
    margin: 8rem; }
  .ma7-l {
    margin: 16rem; }
  .ml0-l {
    margin-left: 0; }
  .ml1-l {
    margin-left: .25rem; }
  .ml2-l {
    margin-left: .5rem; }
  .ml3-l {
    margin-left: 1rem; }
  .ml4-l {
    margin-left: 2rem; }
  .ml5-l {
    margin-left: 4rem; }
  .ml6-l {
    margin-left: 8rem; }
  .ml7-l {
    margin-left: 16rem; }
  .mr0-l {
    margin-right: 0; }
  .mr1-l {
    margin-right: .25rem; }
  .mr2-l {
    margin-right: .5rem; }
  .mr3-l {
    margin-right: 1rem; }
  .mr4-l {
    margin-right: 2rem; }
  .mr5-l {
    margin-right: 4rem; }
  .mr6-l {
    margin-right: 8rem; }
  .mr7-l {
    margin-right: 16rem; }
  .mb0-l {
    margin-bottom: 0; }
  .mb1-l {
    margin-bottom: .25rem; }
  .mb2-l {
    margin-bottom: .5rem; }
  .mb3-l {
    margin-bottom: 1rem; }
  .mb4-l {
    margin-bottom: 2rem; }
  .mb5-l {
    margin-bottom: 4rem; }
  .mb6-l {
    margin-bottom: 8rem; }
  .mb7-l {
    margin-bottom: 16rem; }
  .mt0-l {
    margin-top: 0; }
  .mt1-l {
    margin-top: .25rem; }
  .mt2-l {
    margin-top: .5rem; }
  .mt3-l {
    margin-top: 1rem; }
  .mt4-l {
    margin-top: 2rem; }
  .mt5-l {
    margin-top: 4rem; }
  .mt6-l {
    margin-top: 8rem; }
  .mt7-l {
    margin-top: 16rem; }
  .mv0-l {
    margin-top: 0;
    margin-bottom: 0; }
  .mv1-l {
    margin-top: .25rem;
    margin-bottom: .25rem; }
  .mv2-l {
    margin-top: .5rem;
    margin-bottom: .5rem; }
  .mv3-l {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .mv4-l {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .mv5-l {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .mv6-l {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .mv7-l {
    margin-top: 16rem;
    margin-bottom: 16rem; }
  .mh0-l {
    margin-left: 0;
    margin-right: 0; }
  .mh1-l {
    margin-left: .25rem;
    margin-right: .25rem; }
  .mh2-l {
    margin-left: .5rem;
    margin-right: .5rem; }
  .mh3-l {
    margin-left: 1rem;
    margin-right: 1rem; }
  .mh4-l {
    margin-left: 2rem;
    margin-right: 2rem; }
  .mh5-l {
    margin-left: 4rem;
    margin-right: 4rem; }
  .mh6-l {
    margin-left: 8rem;
    margin-right: 8rem; }
  .mh7-l {
    margin-left: 16rem;
    margin-right: 16rem; }
  .na1-l {
    margin: -0.25rem; }
  .na2-l {
    margin: -0.5rem; }
  .na3-l {
    margin: -1rem; }
  .na4-l {
    margin: -2rem; }
  .na5-l {
    margin: -4rem; }
  .na6-l {
    margin: -8rem; }
  .na7-l {
    margin: -16rem; }
  .nl1-l {
    margin-left: -0.25rem; }
  .nl2-l {
    margin-left: -0.5rem; }
  .nl3-l {
    margin-left: -1rem; }
  .nl4-l {
    margin-left: -2rem; }
  .nl5-l {
    margin-left: -4rem; }
  .nl6-l {
    margin-left: -8rem; }
  .nl7-l {
    margin-left: -16rem; }
  .nr1-l {
    margin-right: -0.25rem; }
  .nr2-l {
    margin-right: -0.5rem; }
  .nr3-l {
    margin-right: -1rem; }
  .nr4-l {
    margin-right: -2rem; }
  .nr5-l {
    margin-right: -4rem; }
  .nr6-l {
    margin-right: -8rem; }
  .nr7-l {
    margin-right: -16rem; }
  .nb1-l {
    margin-bottom: -0.25rem; }
  .nb2-l {
    margin-bottom: -0.5rem; }
  .nb3-l {
    margin-bottom: -1rem; }
  .nb4-l {
    margin-bottom: -2rem; }
  .nb5-l {
    margin-bottom: -4rem; }
  .nb6-l {
    margin-bottom: -8rem; }
  .nb7-l {
    margin-bottom: -16rem; }
  .nt1-l {
    margin-top: -0.25rem; }
  .nt2-l {
    margin-top: -0.5rem; }
  .nt3-l {
    margin-top: -1rem; }
  .nt4-l {
    margin-top: -2rem; }
  .nt5-l {
    margin-top: -4rem; }
  .nt6-l {
    margin-top: -8rem; }
  .nt7-l {
    margin-top: -16rem; }
  .strike-l {
    text-decoration: line-through; }
  .underline-l {
    text-decoration: underline; }
  .no-underline-l {
    text-decoration: none; }
  .tl-l {
    text-align: left; }
  .tr-l {
    text-align: right; }
  .tc-l {
    text-align: center; }
  .tj-l {
    text-align: justify; }
  .ttc-l {
    text-transform: capitalize; }
  .ttl-l {
    text-transform: lowercase; }
  .ttu-l {
    text-transform: uppercase; }
  .ttn-l {
    text-transform: none; }
  .f-6-l, .f-headline-l {
    font-size: 6rem; }
  .f-5-l, .f-subheadline-l {
    font-size: 5rem; }
  .f1-l {
    font-size: 3rem; }
  .f2-l {
    font-size: 2.25rem; }
  .f3-l {
    font-size: 1.5rem; }
  .f4-l {
    font-size: 1.25rem; }
  .f5-l {
    font-size: 1rem; }
  .f6-l {
    font-size: .875rem; }
  .f7-l {
    font-size: .75rem; }
  .measure-l {
    max-width: 30em; }
  .measure-wide-l {
    max-width: 34em; }
  .measure-narrow-l {
    max-width: 20em; }
  .indent-l {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0; }
  .small-caps-l {
    font-variant: small-caps; }
  .truncate-l {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .center-l {
    margin-right: auto;
    margin-left: auto; }
  .mr-auto-l {
    margin-right: auto; }
  .ml-auto-l {
    margin-left: auto; }
  .clip-l {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .ws-normal-l {
    white-space: normal; }
  .nowrap-l {
    white-space: nowrap; }
  .pre-l {
    white-space: pre; }
  .v-base-l {
    vertical-align: baseline; }
  .v-mid-l {
    vertical-align: middle; }
  .v-top-l {
    vertical-align: top; }
  .v-btm-l {
    vertical-align: bottom; } }

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

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*[class*='width-'] {
  float: left; }

.height-box-full {
  height: 100%; }

.height-box-half {
  height: 50%; }

.height-box-third {
  height: calc(100% / 3); }

.height-box-fourth {
  height: 25%; }

.height-page-full {
  height: 100vh; }

.height-page-half {
  height: 50vh; }

.height-page-third {
  height: calc(100vh / 3); }

.height-page-fourth {
  height: 25%; }

.width-full {
  width: 100%;
  clear: both; }

.width-half {
  width: 50%;
  clear: none; }

.width-third {
  width: calc(100% / 3);
  clear: none; }

.width-two-third {
  width: calc((100% / 3)*2);
  clear: none; }

.width-three-fourth {
  width: 75%;
  clear: none; }

.width-fourth {
  width: 25%;
  clear: none; }

.width-fifth {
  width: 20%;
  clear: none; }

.width-sixth {
  width: calc(100% / 6);
  clear: none; }

@media (max-width: 1024px) {
  .width-md-full {
    width: 100%;
    clear: both; }
  .width-md-half {
    width: 50%; }
  .width-md-third {
    width: calc(100% / 3); }
  .width-md-two-third {
    width: calc((100% / 3)*2);
    clear: none; }
  .width-md-fourth {
    width: 25%; } }

@media (max-width: 767px) {
  .width-sm-full {
    width: 100%;
    clear: both; }
  .width-sm-half {
    width: 50%; }
  .width-sm-third {
    width: calc(100% / 3); }
  .width-sm-two-third {
    width: calc((100% / 3)*2);
    clear: none; }
  .width-sm-fourth {
    width: 25%; } }

section {
  display: block;
  width: 100%;
  float: left; }

.container {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 24px; }

@font-face {
  font-family: "LL Circular";
  src: url("lib/fonts/lineto-circular-book.eot");
  src: url("lib/fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("lib/fonts/lineto-circular-book.woff2") format("woff2"), url("lib/fonts/lineto-circular-book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "LL Circular";
  src: url("lib/fonts/lineto-circular-bold.eot");
  src: url("lib/fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("lib/fonts/lineto-circular-bold.woff2") format("woff2"), url("lib/fonts/lineto-circular-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "LL Simple";
  src: url("lib/fonts/lineto-simple-light.eot");
  src: url("lib/fonts/lineto-simple-light.eot?#iefix") format("embedded-opentype"), url("lib/fonts/lineto-simple-light.woff2") format("woff2"), url("lib/fonts/lineto-simple-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "LL Simple";
  src: url("lib/fonts/lineto-simple-bold.eot");
  src: url("lib/fonts/lineto-simple-bold.eot?#iefix") format("embedded-opentype"), url("lib/fonts/lineto-simple-bold.woff2") format("woff2"), url("lib/fonts/lineto-simple-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Socicon';
  src: url("lib/fonts/Socicon.eot?jxsw4b");
  src: url("lib/fonts/Socicon.eot?jxsw4b#iefix") format("embedded-opentype"), url("lib/fonts/Socicon.woff2?jxsw4b") format("woff2"), url("lib/fonts/Socicon.ttf?jxsw4b") format("truetype"), url("lib/fonts/Socicon.woff?jxsw4b") format("woff"), url("lib/fonts/Socicon.svg?jxsw4b#Socicon") format("svg");
  font-weight: normal;
  font-style: normal; }

.menu-social-media-menu-container a:before,
.guru--footer a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.menu-social-media-menu-container a[href*="flickr"]:before,
.guru--footer a[href*="flickr"]:before {
  content: "\e02d"; }

.menu-social-media-menu-container a[href*="facebook"]:before,
.guru--footer a[href*="facebook"]:before {
  content: "\e028"; }

.menu-social-media-menu-container a[href*="twitter"]:before,
.guru--footer a[href*="twitter"]:before {
  content: "\e08d"; }

.menu-social-media-menu-container a[href*="instagram"]:before,
.guru--footer a[href*="instagram"]:before {
  content: "\e044"; }

.menu-social-media-menu-container a[href*="youtube"]:before,
.guru--footer a[href*="youtube"]:before {
  content: "\e0a5"; }

.menu-social-media-menu-container a[href*="vimeo"]:before,
.guru--footer a[href*="vimeo"]:before {
  content: "\e093"; }

.menu-social-media-menu-container a[href*="medium.com"]:before,
.guru--footer a[href*="medium.com"]:before {
  content: "\e051"; }

.menu-social-media-menu-container a[href*="linkedin"]:before,
.guru--footer a[href*="linkedin"]:before {
  content: "\e04c"; }

@media (min-width: 1025px) {
  html {
    font-size: 16px; } }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'LL Circular', sans-serif;
  color: #515151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 70px; }
  body.home {
    padding-top: 0; }
  body > .main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media (max-width: 1024px) {
    body {
      padding-top: 50px; } }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

a {
  color: #515151; }

a.button, button.button {
  border: 1px solid;
  color: #515151;
  border-radius: 20px;
  padding: 0 30px;
  height: 40px;
  font-weight: normal;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  background: transparent; }
  a.button.register, button.button.register {
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    color: #8488FF;
    float: right;
    clear: both;
    margin-bottom: 25px; }
    @media (min-width: 480px) {
      a.button.register, button.button.register {
        margin-right: 25px; } }
    a.button.register.white, button.button.register.white {
      color: white; }
    a.button.register.event, button.button.register.event {
      float: left;
      margin-right: 0;
      color: #84c7b7; }

a.white, button.white {
  color: white; }

.section--title {
  margin-bottom: 20px; }
  .section--title h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 38px; }
  .section--title p {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #b7b7b7;
    margin-bottom: 2rem; }
  .home--selected-events .section--title,
  .home--selected-lectures .section--title,
  .content--relatedposts .section--title,
  .single--related-posts .section--title {
    padding: 0 16px;
    text-align: center; }
    @media (min-width: 768px) {
      .home--selected-events .section--title,
      .home--selected-lectures .section--title,
      .content--relatedposts .section--title,
      .single--related-posts .section--title {
        margin-top: 20px;
        margin-bottom: 60px; } }

textarea, input, button {
  outline: none; }

.filter--link,
.flexdatalist-results li,
.flexdatalist-container--background li,
.timeline--filters-gurus li {
  font-weight: normal;
  font-size: 13px;
  line-height: 1em !important;
  letter-spacing: 0.02em;
  color: #6e6e6e;
  border-radius: 10px;
  background: #f4f4f4;
  padding: 5px 8px;
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  margin: 0 7px 7px 0; }
  .filter--link.timeline--filters-filter-selection:after,
  .flexdatalist-results li.timeline--filters-filter-selection:after,
  .flexdatalist-container--background li.timeline--filters-filter-selection:after,
  .timeline--filters-gurus li.timeline--filters-filter-selection:after {
    margin-left: 5px;
    content: '\00d7'; }
  .filter--link:hover,
  .flexdatalist-results li:hover,
  .flexdatalist-container--background li:hover,
  .timeline--filters-gurus li:hover {
    background: #e3e3e4; }
  .filter--link.gurus, .filter--link.filter--link-gurus,
  .flexdatalist-results li.gurus,
  .flexdatalist-results li.filter--link-gurus,
  .flexdatalist-container--background li.gurus,
  .flexdatalist-container--background li.filter--link-gurus,
  .timeline--filters-gurus li.gurus,
  .timeline--filters-gurus li.filter--link-gurus {
    background: rgba(156, 176, 242, 0.2); }
    .filter--link.gurus:hover, .filter--link.filter--link-gurus:hover,
    .flexdatalist-results li.gurus:hover,
    .flexdatalist-results li.filter--link-gurus:hover,
    .flexdatalist-container--background li.gurus:hover,
    .flexdatalist-container--background li.filter--link-gurus:hover,
    .timeline--filters-gurus li.gurus:hover,
    .timeline--filters-gurus li.filter--link-gurus:hover {
      background: #9CB0F2; }
  .filter--link[data-filter="s"],
  .flexdatalist-results li[data-filter="s"],
  .flexdatalist-container--background li[data-filter="s"],
  .timeline--filters-gurus li[data-filter="s"] {
    background: white;
    border: 1px solid #b7b7b7; }
  .filter--link.freesearch,
  .flexdatalist-results li.freesearch,
  .flexdatalist-container--background li.freesearch,
  .timeline--filters-gurus li.freesearch {
    display: none;
    z-index: 10;
    position: relative;
    cursor: pointer; }

@media (max-width: 767px) {
  .mCSB_draggerRail {
    background: transparent !important; } }

.tags-list {
  margin: 24px 0 -7px; }

.sidebar-tags {
  width: 100%;
  clear: both;
  margin-top: 35px; }

.share h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px; }

.share .addthis_inline_share_toolbox {
  width: 180px;
  display: block;
  border-top: 1px solid #b7b7b7;
  padding-top: 1rem;
  margin-top: 0.5rem; }
  .share .addthis_inline_share_toolbox .at-share-tbx-element .at-share-btn {
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid;
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    font-weight: normal;
    font-size: 15px;
    line-height: 40px;
    color: #515151;
    background-color: transparent !important;
    font-family: 'LL Circular', sans-serif; }
    .share .addthis_inline_share_toolbox .at-share-tbx-element .at-share-btn span.at-icon-wrapper {
      display: none;
      width: 0;
      height: 0; }
    .share .addthis_inline_share_toolbox .at-share-tbx-element .at-share-btn.at-svc-compact:hover {
      color: #515151; }
    .share .addthis_inline_share_toolbox .at-share-tbx-element .at-share-btn.at-svc-compact:before {
      content: '\2026';
      font-family: 'LL Circular', sans-serif !important;
      font-weight: bold;
      font-size: 24px;
      line-height: 24px; }
    .share .addthis_inline_share_toolbox .at-share-tbx-element .at-share-btn:before {
      line-height: 40px; }

@media (max-width: 1024px) {
  .share {
    margin-top: 32px; } }

body:not(.single) .scrollmagic-pin-spacer {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

@media (max-width: 1024px) {
  .scrollmagic-pin-spacer #share, .scrollmagic-pin-spacer .press--sidebar {
    position: relative !important;
    width: 100% !important;
    top: inherit !important;
    left: inherit !important; } }

.menu-social-media-menu-container a,
.guru--footer a {
  position: relative; }
  .menu-social-media-menu-container a:before,
  .guru--footer a:before {
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    text-indent: 0; }

.menu-social-media-menu-container li {
  display: inline-block;
  margin-right: 4px; }
  .menu-social-media-menu-container li a {
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-indent: -999px;
    text-decoration: none; }
    .menu-social-media-menu-container li a:before {
      width: 20px;
      height: 20px;
      line-height: 20px;
      margin-right: 100px;
      text-align: center;
      text-indent: 0;
      position: absolute;
      left: 0;
      top: 0; }

.banner--social .menu-social-media-menu-container li {
  margin: 0 4px; }
  .banner--social .menu-social-media-menu-container li a {
    width: 40px;
    height: 40px;
    color: #515151;
    border-radius: 50%;
    border: 1px solid; }
    .banner--social .menu-social-media-menu-container li a:before {
      width: 38px;
      height: 38px;
      line-height: 38px;
      font-size: 18px;
      text-align: center; }
  .banner--social .menu-social-media-menu-container li:last-child {
    margin-right: 0; }

@media (min-width: 768px) {
  .banner--social .menu-social-media-menu-container {
    margin: 0 8px; } }

.social--modal--cta:before,
.at-share-btn:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.social--modal--cta[data-social="facebook"]:before, .social--modal--cta.at-svc-facebook:before,
.at-share-btn[data-social="facebook"]:before,
.at-share-btn.at-svc-facebook:before {
  content: "\e028"; }

.social--modal--cta[data-social="twitter"]:before, .social--modal--cta.at-svc-twitter:before,
.at-share-btn[data-social="twitter"]:before,
.at-share-btn.at-svc-twitter:before {
  content: "\e08d"; }

.social--modal--cta[data-social="instagram"]:before,
.at-share-btn[data-social="instagram"]:before {
  content: "\e044"; }

.color--post {
  color: #d4c24b; }

.border--post {
  border-color: #d4c24b !important; }

.background--post {
  background: #ede5b2; }

.color--lecture {
  color: #D2D2D2; }

.border--lecture {
  border-color: #D2D2D2 !important; }

.background--lecture {
  background: #f8f8f8;
  /*
		} @else if $post-type == "post" {
		background: lighten($color,17%);
*/ }

.color--event {
  color: #84c7b7; }

.border--event {
  border-color: #84c7b7 !important; }

.background--event {
  background: #dcefea; }

.color--gallery {
  color: #e46856; }

.border--gallery {
  border-color: #e46856 !important; }

.background--gallery {
  background: #f6cac4; }

.color--year {
  color: #4A4A4A; }

.border--year {
  border-color: #4A4A4A !important; }

.background--year {
  background: #8a8a8a; }

.color--book {
  color: #74A679; }

.border--book {
  border-color: #74A679 !important; }

.background--book {
  background: #c2d8c4; }

.color--guru {
  color: #9CB0F2; }

.border--guru {
  border-color: #9CB0F2 !important; }

.background--guru {
  background: white; }

.color--course {
  color: #B85489; }

.border--course {
  border-color: #B85489 !important; }

.background--course {
  background: #ddaec7; }

.color--longform {
  color: #9E8AD3; }

.border--longform {
  border-color: #9E8AD3 !important; }

.background--longform {
  background: #ebe7f6; }

.timeline--searching--loader {
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 50%;
  margin: 0 auto 1rem;
  background: #F5F6FF;
  -webkit-box-shadow: 0px 2px 2px rgba(74, 74, 74, 0.2);
          box-shadow: 0px 2px 2px rgba(74, 74, 74, 0.2);
  padding: 0.5rem; }
  .timeline--searching--loader .timeline--searching--spinner {
    width: 1rem;
    height: 1rem;
    margin: 0;
    text-indent: -9999em;
    border-radius: 50%;
    background: #b7b7b7;
    background: -webkit-linear-gradient(left, #b7b7b7 10%, rgba(183, 183, 183, 0) 42%);
    background: -o-linear-gradient(left, #b7b7b7 10%, rgba(183, 183, 183, 0) 42%);
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #b7b7b7), color-stop(42%, rgba(183, 183, 183, 0)));
    background: linear-gradient(to right, #b7b7b7 10%, rgba(183, 183, 183, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden; }
    .timeline--searching--loader .timeline--searching--spinner:before {
      width: 55%;
      height: 55%;
      background: #b7b7b7;
      border-radius: 100% 0 0 0;
      position: absolute;
      top: 0;
      left: 0;
      content: ''; }
    .timeline--searching--loader .timeline--searching--spinner:after {
      background: #f5f6ff;
      width: 45%;
      height: 45%;
      border-radius: 50%;
      content: '';
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }

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

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

.gurus-bars {
  margin-top: 16px; }

.link-bar {
  padding: 16px;
  text-align: center;
  margin-top: 16px;
  text-decoration: none; }
  .link-bar:after {
    content: '';
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #515151;
    border-radius: 50%;
    vertical-align: middle;
    margin: 4px 0 4px 16px;
    background: center center no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' enable-background='new 0 0 10 10'%3E%3Cg transform='translate(448 57)'%3E%3Cpath fill='%234a4a4a' d='m-439.4-49.2v-5.3l-6.83 6.84-.82-.82 6.83-6.84h-5.3v-1.07h7.24v7.19h-1.12' enable-background='new'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 12px; }
  .link-bar:last-child {
    margin-bottom: 0; }

.link-bar {
  background: #F8F8F8; }
  .link-bar:hover {
    background: #dfdede; }

.link-bar--guru {
  background: rgba(156, 176, 242, 0.3); }
  .link-bar--guru:hover {
    background: rgba(156, 176, 242, 0.9); }

.link-bar--book {
  background: rgba(116, 166, 121, 0.3); }
  .link-bar--book:hover {
    background: rgba(116, 166, 121, 0.9); }

.link-bar--course {
  background: rgba(184, 84, 137, 0.3); }
  .link-bar--course:hover {
    background: rgba(184, 84, 137, 0.7); }

.link-bar--azure {
  background: rgba(173, 219, 216, 0.3); }
  .link-bar--azure:hover {
    background: rgba(173, 219, 216, 0.7); }

.link-bar--yellow {
  background: rgba(220, 220, 158, 0.3); }
  .link-bar--yellow:hover {
    background: rgba(220, 220, 158, 0.7); }

.footer-main {
  background: #4A4A4A;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  padding: 0 0 40px; }
  .footer-main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #F0F0F0;
    max-width: 1200px;
    padding-top: 25px; }
    .footer-main .container a, .footer-main .container h4 {
      font-weight: normal;
      font-size: 13px;
      line-height: 20px; }
    .footer-main .container a {
      text-decoration: none;
      color: #F0F0F0; }
      .footer-main .container a.button {
        line-height: 40px; }
    .footer-main .container h4 {
      color: #efefef; }
    .footer-main .container > div {
      border-bottom: 1px solid #F0F0F0;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .footer-main .container > div:last-child {
        border-bottom: none;
        display: block;
        padding-bottom: 0;
        margin-bottom: 0; }
      .footer-main .container > div li.event a {
        color: #84c7b7; }
      .footer-main .container > div li.video a {
        color: #D2D2D2; }
      .footer-main .container > div li.guru a {
        color: #9CB0F2; }
      .footer-main .container > div li.album a {
        color: #e46856; }
      .footer-main .container > div li.book a {
        color: #74A679; }
      .footer-main .container > div li.post a {
        color: #d4c24b; }
      .footer-main .container > div li.course a {
        color: #B85489; }
  @media (max-width: 1024px) {
    .footer-main .container > div.width-md-half {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
    .footer-main .container > div.width-full, .footer-main .container > div.width-md-full {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .footer-main .container > div.width-md-full {
      text-align: center; }
    .footer-main .container > div.width-full {
      padding-bottom: 30px; } }
  @media (min-width: 1025px) {
    .footer-main {
      padding: 0 0 25px; }
      .footer-main .container {
        padding-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .footer-main .container > div {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .footer-main .container > div > div {
            border-left: 1px solid #F0F0F0;
            padding-left: 8px;
            margin-bottom: 16px;
            padding-bottom: 16px;
            -webkit-box-flex: 2;
                -ms-flex-positive: 2;
                    flex-grow: 2; }
          .footer-main .container > div:last-child {
            margin-top: 45px; } }

#cookie_box {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #4A4A4A;
  color: white;
  text-align: center;
  padding: 1.5rem 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 1000; }
  #cookie_box h3 {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1rem;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    margin-bottom: 0.2rem; }
  #cookie_box p {
    font-size: 0.9rem;
    line-height: 1.2rem; }
  #cookie_box .button {
    margin-top: 15px; }
  #cookie_box.visible {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.related-posts--container {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .related-posts--container .owl-dots {
    margin-bottom: 16px; }

.single-item,
.selected-carousel .owl-item,
.single-item-relatedfield {
  float: left; }
  .single-item .single-item--coverimage,
  .selected-carousel .owl-item .single-item--coverimage,
  .single-item-relatedfield .single-item--coverimage {
    width: 100%;
    height: 0;
    display: inline-block;
    padding-top: 50%;
    background: center center no-repeat transparent;
    background-size: cover; }
  .single-item .single-item--container,
  .selected-carousel .owl-item .single-item--container,
  .single-item-relatedfield .single-item--container {
    width: 100%;
    height: auto;
    padding: 16px; }
    .single-item .single-item--container .item--type,
    .selected-carousel .owl-item .single-item--container .item--type,
    .single-item-relatedfield .single-item--container .item--type {
      text-transform: uppercase;
      font-weight: normal;
      font-size: 13px;
      line-height: 19px;
      display: inline-block;
      letter-spacing: 1px; }
    .single-item .single-item--container time,
    .selected-carousel .owl-item .single-item--container time,
    .single-item-relatedfield .single-item--container time {
      font-weight: normal;
      font-size: 13px;
      line-height: 19px;
      margin-bottom: 8px;
      margin-left: 4px;
      letter-spacing: 0.05em; }
    .single-item .single-item--container p,
    .selected-carousel .owl-item .single-item--container p,
    .single-item-relatedfield .single-item--container p {
      font-weight: normal;
      font-size: 15px;
      line-height: 21px; }
    .single-item .single-item--container h3,
    .selected-carousel .owl-item .single-item--container h3,
    .single-item-relatedfield .single-item--container h3 {
      margin: 20px 0;
      font-weight: normal;
      font-size: 24px;
      line-height: 26px; }
      .single-item .single-item--container h3 a,
      .selected-carousel .owl-item .single-item--container h3 a,
      .single-item-relatedfield .single-item--container h3 a {
        text-decoration: none; }
  section[class*=single--related-posts] .single-item p, section[class*=single--related-posts]
  .selected-carousel .owl-item p, section[class*=single--related-posts]
  .single-item-relatedfield p {
    font-weight: normal;
    font-size: 13px;
    line-height: 21px; }
  section[class*=single--related-posts] .single-item h3, section[class*=single--related-posts]
  .selected-carousel .owl-item h3, section[class*=single--related-posts]
  .single-item-relatedfield h3 {
    font-weight: normal;
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 16px; }
  @media (max-width: 479px) {
    .single-item,
    .selected-carousel .owl-item,
    .single-item-relatedfield {
      padding: 0; }
      .single-item .tags-list,
      .selected-carousel .owl-item .tags-list,
      .single-item-relatedfield .tags-list {
        display: none; } }
  @media (min-width: 480px) {
    .single-item,
    .selected-carousel .owl-item,
    .single-item-relatedfield {
      padding: 0 8px 16px; } }
  @media (min-width: 1025px) {
    .single-item .single-item--container,
    .selected-carousel .owl-item .single-item--container,
    .single-item-relatedfield .single-item--container {
      padding: 16px; }
    .single-item .single-item--content p,
    .selected-carousel .owl-item .single-item--content p,
    .single-item-relatedfield .single-item--content p {
      font-weight: normal;
      font-size: 16px;
      line-height: 21px; }
    .single-item .single-item--content h3,
    .selected-carousel .owl-item .single-item--content h3,
    .single-item-relatedfield .single-item--content h3 {
      margin-top: 16px;
      font-weight: normal;
      font-size: 36px;
      line-height: 40px; } }
  @media (min-width: 1441px) {
    .single-item .single-item--content h3,
    .selected-carousel .owl-item .single-item--content h3,
    .single-item-relatedfield .single-item--content h3 {
      font-weight: normal;
      font-size: 40px;
      line-height: 45px; } }

.single-item-relatedfield-video .single-item--container {
  background: center center transparent no-repeat;
  background-size: cover;
  padding-top: 43%;
  position: relative; }
  .single-item-relatedfield-video .single-item--container .single-item-relatedfield--content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 16px; }
    .single-item-relatedfield-video .single-item--container .single-item-relatedfield--content h4, .single-item-relatedfield-video .single-item--container .single-item-relatedfield--content time, .single-item-relatedfield-video .single-item--container .single-item-relatedfield--content h3, .single-item-relatedfield-video .single-item--container .single-item-relatedfield--content h3 a {
      color: white; }
    .single-item-relatedfield-video .single-item--container .single-item-relatedfield--content .single-item-relatedfield-play {
      position: absolute;
      bottom: 16px;
      left: 16px;
      border: 2px solid white;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      background: 11px center no-repeat transparent;
      background-image: url("data:image/svg+xml,%3Csvg width='21px' height='25px' viewBox='0 0 21 25' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='2' fill='none' fill-rule='evenodd' transform='translate(-32.000000, -28.000000)' stroke-linejoin='bevel'%3E%3Cg stroke='%23FFFFFF' stroke-width='2'%3E%3Cpolygon transform='translate(43.000000, 40.500000) rotate(-270.000000) translate(-43.000000, -40.500000) ' points='43 31 55 50 31 50'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-size: 45%; }

@media (min-width: 480px) {
  .selected-carousel .owl-item {
    padding: 0 4px 16px; } }

.single--related-posts-fields .single-item-relatedfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .single--related-posts-fields .single-item-relatedfield:nth-child(3n+1) {
      clear: left; } }
  @media (max-width: 767px) {
    .single--related-posts-fields .single-item-relatedfield:nth-child(2n+1) {
      clear: left; } }
  @media (max-width: 1024px) {
    .single--related-posts-fields .single-item-relatedfield {
      margin-bottom: 16px; } }
  @media (min-width: 1025px) {
    .single--related-posts-fields .single-item-relatedfield:nth-child(4n+1) {
      clear: left; } }

@media (min-width: 1025px) {
  .selected-carousel .owl-stage-outer,
  .related-posts--container .owl-stage-outer {
    height: auto !important; } }

.selected-carousel .owl-stage-outer .owl-stage,
.related-posts--container .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .selected-carousel .owl-stage-outer .owl-stage .owl-item,
  .related-posts--container .owl-stage-outer .owl-stage .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .selected-carousel .owl-stage-outer .owl-stage .owl-item .single-item,
    .related-posts--container .owl-stage-outer .owl-stage .owl-item .single-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .selected-carousel .owl-stage-outer .owl-stage .owl-item .single-item .single-item--container,
      .related-posts--container .owl-stage-outer .owl-stage .owl-item .single-item .single-item--container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .selected-carousel .owl-stage-outer .owl-stage .owl-item .single-item .single-item--container .single-item--container-copy,
        .selected-carousel .owl-stage-outer .owl-stage .owl-item .single-item .single-item--container .single-item--content,
        .related-posts--container .owl-stage-outer .owl-stage .owl-item .single-item .single-item--container .single-item--container-copy,
        .related-posts--container .owl-stage-outer .owl-stage .owl-item .single-item .single-item--container .single-item--content {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .selected-carousel .owl-stage-outer .owl-stage .owl-item .single-item .single-item--container .single-item--content,
        .related-posts--container .owl-stage-outer .owl-stage .owl-item .single-item .single-item--container .single-item--content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .selected-carousel .owl-stage-outer .owl-stage .owl-item .single-item .single-item--container .single-item--content p,
          .related-posts--container .owl-stage-outer .owl-stage .owl-item .single-item .single-item--container .single-item--content p {
            margin-bottom: 32px; }
          .selected-carousel .owl-stage-outer .owl-stage .owl-item .single-item .single-item--container .single-item--content .tags-list,
          .related-posts--container .owl-stage-outer .owl-stage .owl-item .single-item .single-item--container .single-item--content .tags-list {
            margin-top: auto; }

@media (min-width: 1025px) {
  .selected-carousel .owl-stage {
    width: 100% !important; } }

@media (min-width: 1025px) {
  .selected-carousel .owl-stage .owl-item {
    width: 50% !important; }
    .selected-carousel .owl-stage .owl-item:nth-child(2n+1) {
      clear: left; } }

.selected-carousel .owl-stage .owl-item .single-item {
  width: 100% !important; }

.single-item-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #b7b7b7; }
  .single-item-listing:last-child {
    border-bottom: 1px solid #b7b7b7; }
  .single-item-listing .single-item-listing--coverimage {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding-top: 16px;
    display: none; }
    .single-item-listing .single-item-listing--coverimage > div {
      width: 100%;
      padding-top: 100%;
      background: center top no-repeat transparent;
      background-size: contain; }
    .single-item-listing .single-item-listing--coverimage img {
      margin: 0 !important; }
  .single-item-listing .single-item-listing--content {
    width: 100%;
    padding: 16px 0; }
    .single-item-listing .single-item-listing--content > div header h4, .single-item-listing .single-item-listing--content > div header time {
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.5rem;
      display: inline-block !important; }
    .single-item-listing .single-item-listing--content > div header h4 {
      margin-right: 16px;
      text-transform: uppercase; }
    .single-item-listing .single-item-listing--content > div header time {
      color: #b7b7b7 !important; }
    .single-item-listing .single-item-listing--content > div .single-item-listing--title {
      font-weight: normal;
      font-size: 1.5rem;
      line-height: 1.875rem;
      margin-bottom: 20px; }
      .single-item-listing .single-item-listing--content > div .single-item-listing--title a {
        text-decoration: none; }
    .single-item-listing .single-item-listing--content > div .single-item-listing--content--date {
      color: #b7b7b7; }
    .single-item-listing .single-item-listing--content > div .single-item-listing--content--meta {
      font-weight: normal;
      font-size: 14px;
      line-height: 18px; }
    .single-item-listing .single-item-listing--content > div .tags-list {
      width: 100%;
      float: left;
      margin-top: 10px; }
  .single-item-listing .button.register {
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    border-radius: 14px;
    color: #84c7b7;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 30px 0 0;
    float: left; }
  @media (min-width: 768px) {
    .single-item-listing .single-item-listing--coverimage {
      max-width: 400px;
      padding: 16px 0;
      display: block; }
    .single-item-listing .single-item-listing--content {
      width: 75%;
      padding: 16px 16px 16px 40px; } }

section.banner {
  padding: 10px 0;
  text-align: center;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 120px; }
  section.banner h3 {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 1em; }
  section.banner > * {
    -ms-flex-item-align: center;
        align-self: center; }
  section.banner.banner--newsletter {
    padding: 20px 0; }
    section.banner.banner--newsletter header {
      margin-bottom: 16px; }
      section.banner.banner--newsletter header h3 {
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0; }
    section.banner.banner--newsletter form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 90%;
      max-width: 440px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      section.banner.banner--newsletter form > div:first-child {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2;
        margin-right: 10px;
        width: 100%; }
        section.banner.banner--newsletter form > div:first-child input {
          width: 100%;
          max-width: inherit;
          background: white;
          border: 1px solid rgba(200, 200, 200, 0.2); }
      section.banner.banner--newsletter form .button {
        text-transform: none;
        line-height: 28px;
        height: 28px;
        font-size: 14px;
        padding: 0 20px; }

.social--modal {
  position: fixed;
  bottom: -395px;
  width: 270px;
  height: 450px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.35);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 4;
  opacity: 0;
  -webkit-transition: .3s background;
  -o-transition: .3s background;
  transition: .3s background; }
  .social--modal header {
    padding: 18px 28px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    cursor: pointer; }
    .social--modal header h3 {
      font-weight: normal;
      font-size: 22px;
      line-height: inherit; }
    .social--modal header .social--modal--toggle {
      width: 16px;
      height: 16px;
      position: absolute;
      top: 50%;
      right: 16px;
      text-indent: -999px;
      overflow: hidden;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 16px;
      height: 24px; }
      .social--modal header .social--modal--toggle:before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        background: center center no-repeat transparent;
        background-size: contain; }
    .social--modal header .open:before {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cg transform='translate(-22.000000, -365.000000)'%3E%3Cpolyline stroke-width='1' fill='none' stroke='%23FFFFFF' stroke-linecap='round' points='38,366 30,374 22,366 	'/%3E%3C/g%3E%3C/svg%3E");
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .social--modal header .close:before {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cg transform='translate(-22.000000, -365.000000)'%3E%3Cpolyline stroke-width='1' fill='none' stroke='%23FFFFFF' stroke-linecap='round' points='38,366 30,374 22,366 	'/%3E%3C/g%3E%3C/svg%3E"); }
  .social--modal .social--modal--content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px; }
    .social--modal .social--modal--content div[class^="social--modal--content--"] {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
      .social--modal .social--modal--content div[class^="social--modal--content--"] .social--modal--container {
        padding: 10px 2px 10px 32px; }
      .social--modal .social--modal--content div[class^="social--modal--content--"] .social--modal--item {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .social--modal .social--modal--content div[class^="social--modal--content--"] .social--modal--item:last-child {
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: none; }
        .social--modal .social--modal--content div[class^="social--modal--content--"] .social--modal--item .author-title {
          font-weight: bold;
          margin-bottom: 0.5em;
          color: white;
          text-decoration: none; }
        .social--modal .social--modal--content div[class^="social--modal--content--"] .social--modal--item img {
          max-width: 100%;
          height: auto;
          margin-bottom: 1em; }
        .social--modal .social--modal--content div[class^="social--modal--content--"] .social--modal--item a {
          color: white; }
          .social--modal .social--modal--content div[class^="social--modal--content--"] .social--modal--item a.read-button {
            display: block; }
      .social--modal .social--modal--content div[class^="social--modal--content--"]:first-child {
        display: block; }
      .social--modal .social--modal--content div[class^="social--modal--content--"] .mCSB_scrollTools {
        opacity: 1; }
        .social--modal .social--modal--content div[class^="social--modal--content--"] .mCSB_scrollTools .mCSB_draggerRail,
        .social--modal .social--modal--content div[class^="social--modal--content--"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
          border-radius: 0;
          width: 4px; }
        .social--modal .social--modal--content div[class^="social--modal--content--"] .mCSB_scrollTools .mCSB_draggerRail {
          background: rgba(255, 255, 255, 0.4); }
        .social--modal .social--modal--content div[class^="social--modal--content--"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
        .social--modal .social--modal--content div[class^="social--modal--content--"] .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
          background: white; }
  .social--modal footer {
    padding: 16px 28px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .social--modal footer nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .social--modal footer nav a {
        border-radius: 50%;
        text-align: center;
        text-transform: uppercase;
        border: 1.5px solid;
        display: inline-block;
        text-decoration: none;
        width: 60px;
        height: 60px;
        font-weight: normal;
        font-size: 15px;
        line-height: 60px;
        color: white;
        opacity: 1;
        background-color: transparent !important;
        font-family: 'LL Circular', sans-serif;
        display: inline-block;
        opacity: .2; }
        .social--modal footer nav a span {
          float: left;
          text-indent: -999px;
          overflow: hidden; }
        .social--modal footer nav a:hover {
          opacity: .6; }
        .social--modal footer nav a:before {
          font-weight: normal;
          font-size: 20px;
          line-height: 60px; }
  body.home .social--modal,
  body.single-post .social--modal,
  body.single-gallery .social--modal,
  body.single-event .social--modal,
  body.single-lecture .social--modal {
    right: calc(50% / 12); }
  body.single-lecture .social--modal {
    top: calc(100vh + 50px); }
  .social--modal[data-social="facebook"] {
    background: #3B5998; }
    .social--modal[data-social="facebook"] footer nav a[data-social="facebook"] {
      opacity: 1; }
  .social--modal[data-social="instagram"] {
    background: #7713FE; }
    .social--modal[data-social="instagram"] footer nav a[data-social="instagram"] {
      opacity: 1; }
  .social--modal[data-social="twitter"] {
    background: #08A0E9; }
    .social--modal[data-social="twitter"] footer nav a[data-social="twitter"] {
      opacity: 1; }
  @media (max-width: 1024px) {
    .social--modal {
      display: none !important; } }

form > * {
  margin-bottom: 8px; }
  form > *:last-item {
    margin-bottom: 0; }
  form > * label {
    display: none; }
  form > * input {
    border: 0;
    padding: 0 8px;
    border: 0;
    background: #F5F6FF;
    height: 40px;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    max-width: 240px;
    font-family: 'LL Circular', sans-serif; }

section.content .container .content--content .content--content-newsletter--form {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #b7b7b7; }
  section.content .container .content--content .content--content-newsletter--form h2 {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px; }

.home--selected-lectures,
.home--selected-events {
  padding: 20px 0 15px; }
  @media (min-width: 768px) {
    .home--selected-lectures,
    .home--selected-events {
      padding: 40px 0; } }
  .home--selected-lectures .container,
  .home--selected-events .container {
    max-width: 1200px; }

@media (max-width: 1024px) {
  #home--posts {
    padding-top: 48px; } }

@media (min-width: 1025px) {
  .main > #home--posts .home--selected-events .selected-carousel .owl-stage .owl-item:nth-child(n+3) {
    width: 25% !important; }
    .main > #home--posts .home--selected-events .selected-carousel .owl-stage .owl-item:nth-child(n+3) .single-item--container {
      padding: 0.8rem; }
      .main > #home--posts .home--selected-events .selected-carousel .owl-stage .owl-item:nth-child(n+3) .single-item--container h3 {
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 0.8rem; }
      .main > #home--posts .home--selected-events .selected-carousel .owl-stage .owl-item:nth-child(n+3) .single-item--container p {
        font-weight: normal;
        font-size: 13px;
        line-height: 18px; } }

.scroll-down {
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: transparent;
  z-index: 3; }
  .scroll-down:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: center center no-repeat transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cg transform='translate(-22.000000, -365.000000)'%3E%3Cpolyline stroke-width='1' fill='none' stroke='%23FFFFFF' stroke-linecap='round' points='38,366 30,374 22,366 	'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain; }
  .scroll-down span {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
    text-indent: -9999px; }
  .timeline--selector .scroll-down {
    bottom: 10px; }
    .timeline--selector .scroll-down:before {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cg transform='translate(-22.000000, -365.000000)'%3E%3Cpolyline stroke-width='1' fill='none' stroke='%234A4A4A' stroke-linecap='round' points='38,366 30,374 22,366 	'/%3E%3C/g%3E%3C/svg%3E"); }

@media (max-width: 1024px) {
  z-index: 3; }

#timeline {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
  background: #F0F0F0; }
  #timeline.visible {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    display: block !important; }
    @media (max-width: 1024px) {
      #timeline.visible {
        min-height: calc(100vh - 48px); } }
    @media (min-width: 1025px) {
      #timeline.visible {
        max-height: none;
        height: calc(100vh - 70px); } }
  #timeline .timeline--searching {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #timeline .timeline--searching div p {
      color: #b7b7b7; }
    @media (max-width: 1024px) {
      #timeline .timeline--searching {
        height: auto;
        top: 0;
        left: 0;
        bottom: 0; } }
  #timeline .timeline--container {
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #timeline .timeline--container .timeline--item {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    #timeline .timeline--container .timeline--subcontainer {
      width: 100%;
      height: auto; }
      #timeline .timeline--container .timeline--subcontainer .timeline--item {
        float: left;
        width: 100%;
        height: auto;
        position: relative;
        text-decoration: none;
        color: #4A4A4A;
        -webkit-transition: background-color .1s ease-in;
        -o-transition: background-color .1s ease-in;
        transition: background-color .1s ease-in; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.video {
          border-right: none;
          border-bottom: none;
          background: center center no-repeat transparent;
          background-size: cover; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.post {
          background-color: #d4c24b; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item.post:hover {
            background-color: #ded074; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.post {
          border-right: 1px solid #cbb730;
          border-bottom: 1px solid #cbb730; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.post .timeline--item--popup time {
          border-bottom: 1px solid #d4c24b; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.video {
          background-color: #D2D2D2; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item.video:hover {
            background-color: #ecebeb; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.video {
          border-right: 1px solid silver;
          border-bottom: 1px solid silver; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.video .timeline--item--popup time {
          border-bottom: 1px solid #D2D2D2; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.event {
          background-color: #84c7b7; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item.event:hover {
            background-color: #a7d7cc; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.event {
          border-right: 1px solid #6bbca9;
          border-bottom: 1px solid #6bbca9; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.event .timeline--item--popup time {
          border-bottom: 1px solid #84c7b7; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.gallery {
          background-color: #e46856; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item.gallery:hover {
            background-color: #eb8f82; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.gallery {
          border-right: 1px solid #df4c37;
          border-bottom: 1px solid #df4c37; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.gallery .timeline--item--popup time {
          border-bottom: 1px solid #e46856; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.year {
          background-color: #4A4A4A; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item.year:hover {
            background-color: #646363; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.year {
          border-right: 1px solid #383838;
          border-bottom: 1px solid #383838; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.year .timeline--item--popup time {
          border-bottom: 1px solid #4A4A4A; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.book {
          background-color: #74A679; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item.book:hover {
            background-color: #93ba97; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.book {
          border-right: 1px solid #609666;
          border-bottom: 1px solid #609666; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.book .timeline--item--popup time {
          border-bottom: 1px solid #74A679; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.guru {
          background-color: #9CB0F2; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item.guru:hover {
            background-color: #c9d4f8; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.guru {
          border-right: 1px solid #7c97ee;
          border-bottom: 1px solid #7c97ee; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.guru .timeline--item--popup time {
          border-bottom: 1px solid #9CB0F2; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.course {
          background-color: #B85489; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item.course:hover {
            background-color: #c778a2; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.course {
          border-right: 1px solid #a44477;
          border-bottom: 1px solid #a44477; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.course .timeline--item--popup time {
          border-bottom: 1px solid #B85489; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.year {
          color: white;
          position: relative;
          font-weight: normal;
          font-size: 13px;
          line-height: 24px;
          width: 100%;
          height: 24px;
          text-align: center; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item.year:hover {
            background: #4A4A4A; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.empty {
          background: #1E242A;
          color: rgba(240, 240, 240, 0.8);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item.empty div h2 {
            font-weight: normal;
            font-size: 1.3rem;
            line-height: 1.7rem;
            margin-bottom: 1rem; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item.empty div p {
            font-weight: normal;
            font-size: 1rem;
            line-height: 1.25rem; }
          @media (min-width: 1025px) {
            #timeline .timeline--container .timeline--subcontainer .timeline--item.empty div > * {
              margin-left: 70px; } }
          @media (max-width: 1024px) {
            #timeline .timeline--container .timeline--subcontainer .timeline--item.empty {
              min-height: calc(100vh - 80px); } }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.guru .timeline--item--extra .timeline--item--extra--image,
        #timeline .timeline--container .timeline--subcontainer .timeline--item.guru .timeline--item--extra time {
          display: none !important; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.guru .timeline--item--popup div p:last-child {
          display: none !important; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--extra {
          position: relative; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--extra h5, #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--extra time {
            font-weight: normal;
            font-size: 12px;
            line-height: 15px;
            display: inline-block;
            color: #515151; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--extra h5 {
            text-transform: uppercase;
            margin-right: 5px; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--extra h4 {
            font-weight: bold;
            font-size: 16px;
            line-height: 20px; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--popup {
          width: 270px;
          height: auto;
          position: fixed;
          z-index: 5;
          border-radius: 10px;
          display: none;
          left: 0;
          top: 0;
          -webkit-box-shadow: 2px 9px 7px rgba(0, 0, 0, 0.3);
                  box-shadow: 2px 9px 7px rgba(0, 0, 0, 0.3);
          background: white;
          color: #515151;
          overflow: hidden; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--popup div {
            padding: 10px 25px 25px; }
            #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--popup div h3 {
              font-weight: normal;
              font-size: 10px;
              line-height: 10px;
              text-transform: uppercase; }
            #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--popup div h2 {
              font-weight: normal;
              font-size: 16px;
              line-height: 20px; }
            #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--popup div p {
              font-weight: normal;
              font-size: 12px;
              line-height: 15px;
              margin-top: 12px;
              color: #6e6e6e; }
              #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--popup div p time {
                color: rgba(81, 81, 81, 0.8); }
          #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--popup header {
            width: 100%;
            height: 150px;
            background: center center no-repeat transparent;
            background-size: cover; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.hover > .timeline--item--popup, #timeline .timeline--container .timeline--subcontainer .timeline--item.active > .timeline--item--popup {
          display: block; }
  @media (max-width: 1024px) {
    #timeline.visible {
      overflow: visible; }
    body.home #timeline {
      display: none; }
    #timeline.items_style_empty {
      max-height: none; }
    #timeline .timeline--container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #timeline .timeline--container .timeline--subcontainer .timeline--item {
        padding: 8px 24px 16px 20.8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--extra {
          position: relative; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--extra header {
            margin-bottom: 8px; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--extra .timeline--item--extra--image,
          #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--extra .timeline--item--extra--excerpt {
            display: none; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.year {
          padding: 0;
          text-align: center; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item.year > div {
            width: 100%; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.guru .timeline--item--extra h4 {
          font-weight: normal;
          font-size: 20px;
          line-height: 24px; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item.video {
          min-height: 120px; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item.video h5, #timeline .timeline--container .timeline--subcontainer .timeline--item.video time, #timeline .timeline--container .timeline--subcontainer .timeline--item.video h4 {
            color: white; }
      #timeline .timeline--container .timeline--navigation {
        width: 100%;
        height: 38px;
        font-weight: normal;
        font-size: 11px;
        line-height: 14px;
        color: white;
        background: black;
        padding: 4px 8px;
        position: relative; }
        #timeline .timeline--container .timeline--navigation p {
          position: absolute;
          left: 50%;
          bottom: 8px;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
        #timeline .timeline--container .timeline--navigation a {
          text-decoration: none;
          text-transform: uppercase;
          color: white; }
          #timeline .timeline--container .timeline--navigation a:first-child {
            text-align: left;
            float: left; }
          #timeline .timeline--container .timeline--navigation a:last-child {
            text-align: right;
            float: right; }
    #timeline .timeline--years {
      display: none !important; } }
  @media (min-width: 1025px) {
    #timeline .timeline--container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: calc(100vh - 138px);
      overflow: hidden;
      border-bottom: 5px solid white; }
      #timeline .timeline--container .timeline--subcontainer {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
        #timeline .timeline--container .timeline--subcontainer .timeline--item {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item.year {
            -webkit-box-flex: 0;
                -ms-flex: none;
                    flex: none;
            color: white;
            width: 16px;
            -ms-flex-positive: 0;
                flex-grow: 0;
            font-size: 11px;
            height: auto; }
            #timeline .timeline--container .timeline--subcontainer .timeline--item.year div {
              height: auto;
              width: 100%;
              position: relative; }
              #timeline .timeline--container .timeline--subcontainer .timeline--item.year div span {
                position: absolute;
                top: 0;
                right: 100%;
                display: block;
                -webkit-transform: rotate(-90deg) translateX(-7px);
                    -ms-transform: rotate(-90deg) translateX(-7px);
                        transform: rotate(-90deg) translateX(-7px);
                line-height: 16px;
                height: 16px;
                -webkit-transform-origin: top right;
                    -ms-transform-origin: top right;
                        transform-origin: top right;
                letter-spacing: 0.1em; }
            #timeline .timeline--container .timeline--subcontainer .timeline--item.year:after {
              content: '\25b2';
              position: absolute;
              bottom: 0;
              right: 0;
              -webkit-transform: rotate(90deg);
                  -ms-transform: rotate(90deg);
                      transform: rotate(90deg);
              line-height: 16px;
              width: 100%;
              text-align: center; }
          #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--extra {
            padding: 10px; }
            #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--extra header {
              margin-bottom: 5px; }
            #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--extra h4 {
              font-weight: normal;
              font-size: 13px;
              line-height: 16px; }
            #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--extra .timeline--item--extra--image {
              display: block;
              margin: 0 0 10px 0;
              width: 100%;
              height: 120px;
              position: relative;
              overflow: hidden; }
              #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--extra .timeline--item--extra--image img {
                position: absolute;
                left: 0;
                top: 0;
                width: auto;
                height: 120px; }
            #timeline .timeline--container .timeline--subcontainer .timeline--item .timeline--item--extra .timeline--item--extra--excerpt {
              font-weight: normal;
              font-size: 13px;
              line-height: 16px;
              margin-top: 12px; }
      #timeline .timeline--container .timeline--navigation {
        display: none; }
      #timeline .timeline--container.flex-grow .timeline--subcontainer .timeline--item.video {
        -webkit-box-flex: 4;
            -ms-flex: 4;
                flex: 4; }
    #timeline .timeline--years {
      width: 100%;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #timeline .timeline--years a {
        font-weight: normal;
        font-size: 11px;
        line-height: 20px;
        text-align: center;
        text-decoration: none;
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; }
        #timeline .timeline--years a.selected {
          background: #515151;
          color: white; } }
  @media (min-width: 1025px) {
    #timeline.items_style_1 .timeline--container .timeline--item:not(.year) {
      padding: 44px; }
      #timeline.items_style_1 .timeline--container .timeline--item:not(.year) .timeline--item--extra {
        width: 100%;
        max-width: 600px;
        padding: 0; }
        #timeline.items_style_1 .timeline--container .timeline--item:not(.year) .timeline--item--extra h5, #timeline.items_style_1 .timeline--container .timeline--item:not(.year) .timeline--item--extra time {
          font-weight: normal;
          font-size: 12px;
          line-height: 15px;
          letter-spacing: 1px; }
        #timeline.items_style_1 .timeline--container .timeline--item:not(.year) .timeline--item--extra h4 {
          font-weight: bold;
          font-size: 34px;
          line-height: 38px; }
        #timeline.items_style_1 .timeline--container .timeline--item:not(.year) .timeline--item--extra .timeline--item--extra--image {
          height: auto !important; }
          #timeline.items_style_1 .timeline--container .timeline--item:not(.year) .timeline--item--extra .timeline--item--extra--image img {
            position: relative;
            height: auto !important; }
        #timeline.items_style_1 .timeline--container .timeline--item:not(.year) .timeline--item--extra .timeline--item--extra--excerpt p {
          font-weight: normal;
          font-size: 15px;
          line-height: 21px;
          margin-top: 12px; }
      #timeline.items_style_1 .timeline--container .timeline--item:not(.year) .timeline--item--popup {
        display: none !important; } }
  @media (min-width: 1025px) {
    #timeline.items_style_2 .timeline--container .timeline--item:not(.year) {
      padding: 44px; }
      #timeline.items_style_2 .timeline--container .timeline--item:not(.year) .timeline--item--extra {
        width: 100%;
        max-width: 600px;
        padding: 0; }
        #timeline.items_style_2 .timeline--container .timeline--item:not(.year) .timeline--item--extra h5, #timeline.items_style_2 .timeline--container .timeline--item:not(.year) .timeline--item--extra time {
          font-weight: normal;
          font-size: 12px;
          line-height: 15px;
          letter-spacing: 1px; }
        #timeline.items_style_2 .timeline--container .timeline--item:not(.year) .timeline--item--extra h4 {
          font-weight: bold;
          font-size: 26px;
          line-height: 34px; }
        #timeline.items_style_2 .timeline--container .timeline--item:not(.year) .timeline--item--extra .timeline--item--extra--excerpt p {
          font-weight: normal;
          font-size: 16px;
          line-height: 22px;
          margin-top: 12px; }
      #timeline.items_style_2 .timeline--container .timeline--item:not(.year) .timeline--item--popup {
        display: none !important; }
      #timeline.items_style_2 .timeline--container .timeline--item:not(.year).guru .timeline--item--extra h4 {
        font-size: 36px;
        line-height: 42px; } }
  @media (min-width: 1441px) {
    #timeline.items_style_2 .timeline--container .timeline--item:not(.year) .timeline--item--extra h5, #timeline.items_style_2 .timeline--container .timeline--item:not(.year) .timeline--item--extra time {
      font-weight: bold;
      font-size: 13px;
      line-height: 17px; } }
  @media (min-width: 1801px) {
    #timeline.items_style_2 .timeline--container .timeline--item:not(.year) .timeline--item--extra .timeline--item--extra--excerpt p {
      font-weight: normal;
      font-size: 19px;
      line-height: 26px; } }
  @media (min-width: 1025px) {
    #timeline.items_style_5 .timeline--container .timeline--item:not(.year) {
      padding: 16px; }
      #timeline.items_style_5 .timeline--container .timeline--item:not(.year) .timeline--item--extra {
        width: 100%;
        max-width: 540px;
        padding: 0; }
        #timeline.items_style_5 .timeline--container .timeline--item:not(.year) .timeline--item--extra h5, #timeline.items_style_5 .timeline--container .timeline--item:not(.year) .timeline--item--extra time {
          font-weight: normal;
          font-size: 12px;
          line-height: 15px;
          letter-spacing: 1px; }
        #timeline.items_style_5 .timeline--container .timeline--item:not(.year) .timeline--item--extra h4 {
          font-weight: bold;
          font-size: 24px;
          line-height: 28px; }
        #timeline.items_style_5 .timeline--container .timeline--item:not(.year) .timeline--item--extra .timeline--item--extra--excerpt p {
          font-weight: normal;
          font-size: 14px;
          line-height: 19px;
          margin-top: 12px; }
      #timeline.items_style_5 .timeline--container .timeline--item:not(.year) .timeline--item--popup {
        display: none !important; }
      #timeline.items_style_5 .timeline--container .timeline--item:not(.year).guru .timeline--item--extra h4 {
        font-size: 28px;
        line-height: 32px; } }
  @media (max-width: 1279px) {
    #timeline.items_style_5 .timeline--container .timeline--item:not(.year) .timeline--item--extra .timeline--item--extra--image {
      display: none; } }
  @media (min-width: 1441px) {
    #timeline.items_style_5 .timeline--container .timeline--item:not(.year) .timeline--item--extra .timeline--item--extra--excerpt p {
      font-weight: normal;
      font-size: 15px;
      line-height: 21px; } }
  @media (min-width: 1801px) {
    #timeline.items_style_5 .timeline--container .timeline--item:not(.year) .timeline--item--extra h4 {
      font-weight: bold;
      font-size: 22px;
      line-height: 30px; }
    #timeline.items_style_5 .timeline--container .timeline--item:not(.year).guru .timeline--item--extra h4 {
      font-size: 34px;
      line-height: 40px; } }
  @media (min-width: 1025px) {
    #timeline.items_style_10 .timeline--container .timeline--item:not(.year) .timeline--item--extra {
      padding: 10px; }
      #timeline.items_style_10 .timeline--container .timeline--item:not(.year) .timeline--item--extra h5, #timeline.items_style_10 .timeline--container .timeline--item:not(.year) .timeline--item--extra time {
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1px; }
      #timeline.items_style_10 .timeline--container .timeline--item:not(.year) .timeline--item--extra h4 {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px; }
      #timeline.items_style_10 .timeline--container .timeline--item:not(.year) .timeline--item--extra .timeline--item--extra--excerpt p {
        font-weight: normal;
        font-size: 13px;
        line-height: 19px;
        margin-top: 12px; }
    #timeline.items_style_10 .timeline--container .timeline--item:not(.year) .timeline--item--popup {
      display: none !important; }
    #timeline.items_style_10 .timeline--container .timeline--item:not(.year).guru .timeline--item--extra h4 {
      font-size: 22px;
      line-height: 26px; } }
  @media (max-width: 1279px) {
    #timeline.items_style_10 .timeline--container .timeline--item:not(.year) .timeline--item--extra .timeline--item--extra--excerpt {
      display: none; } }
  @media (max-width: 1440px) {
    #timeline.items_style_10 .timeline--container .timeline--item:not(.year) .timeline--item--extra .timeline--item--extra--image {
      display: none; } }
  @media (min-width: 1441px) {
    #timeline.items_style_10 .timeline--container .timeline--item:not(.year) .timeline--item--extra {
      padding: 16px; }
      #timeline.items_style_10 .timeline--container .timeline--item:not(.year) .timeline--item--extra h4 {
        font-size: 14px; }
    #timeline.items_style_10 .timeline--container .timeline--item:not(.year).guru .timeline--item--extra h4 {
      font-size: 22px;
      line-height: 26px; } }
  @media (min-width: 1801px) {
    #timeline.items_style_10 .timeline--container .timeline--item:not(.year) .timeline--item--extra h4 {
      font-weight: bold;
      font-size: 21px;
      line-height: 26px; }
    #timeline.items_style_10 .timeline--container .timeline--item:not(.year) .timeline--item--extra .timeline--item--extra--excerpt p {
      font-weight: normal;
      font-size: 15px;
      line-height: 21px; }
    #timeline.items_style_10 .timeline--container .timeline--item:not(.year).guru .timeline--item--extra h4 {
      font-size: 34px;
      line-height: 38px; } }
  @media (min-width: 1025px) {
    #timeline.items_style_20 .timeline--container .timeline--item:not(.year) .timeline--item--extra {
      padding: 10px; }
      #timeline.items_style_20 .timeline--container .timeline--item:not(.year) .timeline--item--extra h5, #timeline.items_style_20 .timeline--container .timeline--item:not(.year) .timeline--item--extra time {
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1px; }
      #timeline.items_style_20 .timeline--container .timeline--item:not(.year) .timeline--item--extra h4 {
        font-weight: bold;
        font-size: 14px;
        line-height: 17px; }
    #timeline.items_style_20 .timeline--container .timeline--item:not(.year) .timeline--item--popup {
      display: none !important; }
    #timeline.items_style_20 .timeline--container .timeline--item:not(.year).guru .timeline--item--extra h4 {
      font-size: 20px;
      line-height: 26px; } }
  @media (max-width: 1279px) {
    #timeline.items_style_20 .timeline--container .timeline--item:not(.year) .timeline--item--extra .timeline--item--extra--excerpt {
      display: none; } }
  @media (min-width: 1441px) {
    #timeline.items_style_20 .timeline--container .timeline--item:not(.year) .timeline--item--extra {
      padding: 16px; }
      #timeline.items_style_20 .timeline--container .timeline--item:not(.year) .timeline--item--extra h4 {
        font-weight: bold;
        font-size: 18px;
        line-height: 21px; }
    #timeline.items_style_20 .timeline--container .timeline--item:not(.year).guru .timeline--item--extra h4 {
      font-size: 26px;
      line-height: 32px; } }
  @media (min-width: 1801px) {
    #timeline.items_style_20 .timeline--container .timeline--item:not(.year) .timeline--item--extra .timeline--item--extra--excerpt p {
      font-weight: normal;
      font-size: 13px;
      line-height: 19px;
      margin-top: 12px; }
    #timeline.items_style_20 .timeline--container .timeline--item:not(.year).guru .timeline--item--extra h4 {
      font-size: 28px;
      line-height: 34px; } }
  @media (min-width: 1025px) {
    #timeline.items_style_36 .timeline--container .timeline--item:not(.year) .timeline--item--extra {
      padding: 10px; }
      #timeline.items_style_36 .timeline--container .timeline--item:not(.year) .timeline--item--extra h4 {
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1px; }
    #timeline.items_style_36 .timeline--container .timeline--item:not(.year).guru .timeline--item--extra h4 {
      font-size: 16px;
      line-height: 20px; } }
  @media (min-width: 1441px) {
    #timeline.items_style_36 .timeline--container .timeline--item:not(.year) .timeline--item--extra h5, #timeline.items_style_36 .timeline--container .timeline--item:not(.year) .timeline--item--extra time {
      font-weight: normal;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 1px; }
    #timeline.items_style_36 .timeline--container .timeline--item:not(.year) .timeline--item--extra h4 {
      font-weight: bold;
      font-size: 13px;
      line-height: 17px; }
    #timeline.items_style_36 .timeline--container .timeline--item:not(.year).guru .timeline--item--extra h4 {
      font-size: 20px;
      line-height: 26px; } }
  @media (min-width: 1025px) {
    #timeline.items_style_48 .timeline--container .timeline--item:not(.year) .timeline--item--extra {
      padding: 10px; }
      #timeline.items_style_48 .timeline--container .timeline--item:not(.year) .timeline--item--extra h5, #timeline.items_style_48 .timeline--container .timeline--item:not(.year) .timeline--item--extra time {
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1px; } }
  @media (max-width: 1279px) {
    #timeline.items_style_48 .timeline--container .timeline--item:not(.year) .timeline--item--extra header {
      display: none; }
    #timeline.items_style_48 .timeline--container .timeline--item:not(.year).guru .timeline--item--extra h4 {
      font-size: 16px;
      line-height: 18px; } }
  @media (min-width: 1441px) {
    #timeline.items_style_48 .timeline--container .timeline--item:not(.year) .timeline--item--extra {
      padding: 16px; }
      #timeline.items_style_48 .timeline--container .timeline--item:not(.year) .timeline--item--extra h4 {
        font-weight: bold;
        font-size: 13px;
        line-height: 16px; }
    #timeline.items_style_48 .timeline--container .timeline--item:not(.year).guru .timeline--item--extra h4 {
      font-size: 16px;
      line-height: 18px; } }
  #timeline.items_style_48 .timeline--container .timeline--item.video .timeline--item--extra h4, #timeline.items_style_48 .timeline--container .timeline--item.video .timeline--item--extra h5, #timeline.items_style_48 .timeline--container .timeline--item.video .timeline--item--extra time {
    color: white; }
  @media (min-width: 1025px) {
    #timeline.items_style_80 .timeline--container .timeline--item:not(.year) .timeline--item--extra {
      padding: 10px; }
      #timeline.items_style_80 .timeline--container .timeline--item:not(.year) .timeline--item--extra h5, #timeline.items_style_80 .timeline--container .timeline--item:not(.year) .timeline--item--extra time {
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1px; }
      #timeline.items_style_80 .timeline--container .timeline--item:not(.year) .timeline--item--extra h4 {
        font-weight: bold;
        font-size: 12px;
        line-height: 15px; } }
  @media (min-width: 1801px) {
    #timeline.items_style_80 .timeline--container .timeline--item:not(.year) .timeline--item--extra h4 {
      font-weight: bold;
      font-size: 14px;
      line-height: 17px; } }
  @media (min-width: 768px) {
    #timeline.items_style_80 .timeline--container .timeline--item.video .timeline--item--extra {
      display: none; } }
  #timeline.items_style_80 .timeline--container .timeline--item.video .timeline--item--extra h4, #timeline.items_style_80 .timeline--container .timeline--item.video .timeline--item--extra h5, #timeline.items_style_80 .timeline--container .timeline--item.video .timeline--item--extra time {
    color: white; }
  @media (min-width: 1025px) {
    #timeline.items_style_124 .timeline--container .timeline--item:not(.year) .timeline--item--extra {
      padding: 10px; }
      #timeline.items_style_124 .timeline--container .timeline--item:not(.year) .timeline--item--extra h5, #timeline.items_style_124 .timeline--container .timeline--item:not(.year) .timeline--item--extra time {
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1px; } }
  #timeline.items_style_124 .timeline--container .timeline--item.video .timeline--item--extra h4, #timeline.items_style_124 .timeline--container .timeline--item.video .timeline--item--extra h5, #timeline.items_style_124 .timeline--container .timeline--item.video .timeline--item--extra time {
    color: white; }

.timeline--top {
  text-align: left;
  position: relative;
  background: black; }
  .timeline--top header, .timeline--top a {
    font-weight: normal;
    font-size: 13px;
    line-height: 32px;
    text-decoration: none;
    min-width: 130px;
    padding: 0 8px; }
  .timeline--top header {
    text-align: center; }
    .timeline--top header a {
      display: inline-block;
      text-align: left;
      color: white;
      position: relative; }
      .timeline--top header a:after {
        content: '\276f';
        position: absolute;
        right: 4px;
        top: 0;
        -webkit-transform: translateY(-10%) rotate(90deg);
            -ms-transform: translateY(-10%) rotate(90deg);
                transform: translateY(-10%) rotate(90deg);
        -webkit-transform-origin: center left;
            -ms-transform-origin: center left;
                transform-origin: center left;
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        font-size: 1.3em; }
  .timeline--top .timeline--top--dropdown {
    left: 50%;
    top: 100%;
    display: none;
    background: #F8F8F8;
    z-index: 2;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .timeline--top .timeline--top--dropdown a {
      color: #6e6e6e;
      display: block; }
  .timeline--top.open header a {
    background: #F0F0F0;
    color: #515151; }
    .timeline--top.open header a:after {
      -webkit-transform: translateY(10%) rotate(270deg);
          -ms-transform: translateY(10%) rotate(270deg);
              transform: translateY(10%) rotate(270deg); }
  @media (min-width: 1025px) {
    .timeline--top {
      display: none !important; } }

.timeline--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .timeline--bottom .timeline--selector {
    width: 100%;
    height: 40px;
    background: #f1f1f1;
    position: relative; }
  .timeline--bottom #timeline--timebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%; }
    .timeline--bottom #timeline--timebar > div {
      width: 100%; }
      .timeline--bottom #timeline--timebar > div .code:not(.flex) {
        display: none !important; }
    .timeline--bottom #timeline--timebar .relative {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #F8F8F8; }
      .timeline--bottom #timeline--timebar .relative .timebar--year-box {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .timeline--bottom #timeline--timebar .relative .timebar--year-box p {
          color: #9B9B9B;
          font-weight: normal;
          font-size: 12px;
          line-height: 28px;
          z-index: 2; }
        .timeline--bottom #timeline--timebar .relative .timebar--year-box.active p {
          color: white; }
  .timeline--bottom .absolute {
    position: absolute; }
  .timeline--bottom .bl {
    border-left-style: solid;
    border-left-width: 1px;
    display: none !important; }
  .timeline--bottom .timebar--selection {
    background: black;
    border-radius: 60px;
    position: absolute;
    opacity: 1 !important; }
  .timeline--bottom .timebar--handle {
    position: absolute;
    background: black;
    width: 13px !important;
    height: 28px !important;
    top: 0 !important;
    cursor: ew-resize !important; }
    .timeline--bottom .timebar--handle:before, .timeline--bottom .timebar--handle:after {
      content: '';
      background: #b7b7b7;
      width: 1px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-box-shadow: 1px 0 1px grey;
              box-shadow: 1px 0 1px grey; }
  .timeline--bottom .timebar--handle-left {
    border-radius: 30px 0 0 30px;
    margin-left: 10px; }
    .timeline--bottom .timebar--handle-left:before {
      left: 5px;
      height: 10px; }
    .timeline--bottom .timebar--handle-left:after {
      left: 8px;
      height: 15px; }
    .timeline--bottom .timebar--handle-left:before, .timeline--bottom .timebar--handle-left:after {
      -webkit-box-shadow: 1px 0 1px grey;
              box-shadow: 1px 0 1px grey; }
  .timeline--bottom .timebar--handle-right {
    border-radius: 0 30px 30px 0;
    margin-left: -13px; }
    .timeline--bottom .timebar--handle-right:after {
      right: 5px;
      height: 10px; }
    .timeline--bottom .timebar--handle-right:before {
      right: 8px;
      height: 15px; }
    .timeline--bottom .timebar--handle-right:before, .timeline--bottom .timebar--handle-right:after {
      -webkit-box-shadow: -1px 0 1px grey;
              box-shadow: -1px 0 1px grey; }
  @media (max-width: 1024px) {
    .timeline--bottom {
      display: none !important; } }

.header-main {
  float: left;
  width: 100%;
  clear: both;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  body.home .header-main.transparent {
    background: transparent; }
    body.home .header-main.transparent .header-main--menu {
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
      body.home .header-main.transparent .header-main--menu .header-main--menu--home-link,
      body.home .header-main.transparent .header-main--menu .header-main--menu--searchbar {
        visibility: hidden;
        opacity: 0; }
  .header-main .header-main--menu {
    width: 100%;
    height: 48px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    z-index: 3;
    position: relative;
    background: white;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .header-main .header-main--menu .container .header-main--menu--home-link,
    .header-main .header-main--menu .container .header-main--menu--searchbar {
      visibility: visible;
      opacity: 1;
      -webkit-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    .header-main .header-main--menu .container .header-main--menu--left {
      width: 32px;
      height: 32px;
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative; }
      .header-main .header-main--menu .container .header-main--menu--left .header-main--filters--close,
      .header-main .header-main--menu .container .header-main--menu--left .header-main--menu--home-link {
        position: absolute;
        left: 0;
        top: 0; }
      .header-main .header-main--menu .container .header-main--menu--left .header-main--filters--close {
        width: 20px;
        height: 16px;
        position: absolute;
        top: 6px;
        left: 6px; }
        .header-main .header-main--menu .container .header-main--menu--left .header-main--filters--close span {
          display: block;
          width: 1px;
          height: 1px;
          overflow: hidden;
          text-indent: -999px; }
        .header-main .header-main--menu .container .header-main--menu--left .header-main--filters--close:before, .header-main .header-main--menu .container .header-main--menu--left .header-main--filters--close:after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background: #6e6e6e;
          position: absolute;
          left: 0;
          -webkit-transition: all .2s ease, background .2s;
          -o-transition: all .2s ease, background .2s;
          transition: all .2s ease, background .2s; }
        .header-main .header-main--menu .container .header-main--menu--left .header-main--filters--close:before {
          top: 50%;
          margin-top: -1.5px;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .header-main .header-main--menu .container .header-main--menu--left .header-main--filters--close:after {
          top: 50%;
          margin-top: -1.5px;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
    .header-main .header-main--menu .container .header-main--menu--home-link {
      width: 100%;
      height: 100%;
      background: center center no-repeat transparent;
      background-size: cover;
      text-indent: -999px;
      overflow: hidden;
      background: center center no-repeat transparent;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 45 46' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cpath d='m44.2 43.2v-10.23c-.01-.05-.05-.09-.1-.09h-.42c-.02 0-.05.01-.06.02-.02.02-.03.04-.02.06v10.23c-.01 1.18-.97 2.13-2.15 2.13h-.42c-1.18 0-2.14-.95-2.15-2.13v-10.23c0-.02-.01-.05-.02-.06-.02-.02-.04-.03-.06-.02h-.42c-.05 0-.1.03-.1.09v10.23c0 .73.29 1.44.81 1.96.52.52 1.22.81 1.96.8h.42c.73 0 1.43-.29 1.95-.81.52-.52.81-1.22.81-1.95m-9.64-4.7c0 .57-.23 1.11-.63 1.51-.4.4-.95.62-1.52.62h-2.55v-7.14h2.55c.57 0 1.12.22 1.52.63.4.4.63.95.63 1.52v2.86m.61 0v-2.86c0-.73-.29-1.43-.81-1.95-.52-.52-1.22-.81-1.95-.81h-3.07c-.02 0-.05.01-.06.02-.02.02-.03.04-.02.06v12.67c0 .05.03.1.09.1h.42c.06 0 .1-.05.1-.1v-4.39h2.76l1.87 4.42c.02.04.06.06.1.07h.43c.09 0 .14-.07.1-.14l-1.89-4.47c1.14-.37 1.92-1.43 1.92-2.64m-9.34 4.7v-10.23c-.01-.05-.05-.09-.1-.09h-.42c-.02 0-.05.01-.06.02-.02.02-.03.04-.02.06v10.23c-.01 1.18-.97 2.13-2.15 2.13h-.42c-1.18 0-2.14-.95-2.15-2.13v-10.23c0-.02-.01-.05-.02-.06-.02-.02-.04-.03-.06-.02h-.42c-.05 0-.1.03-.1.09v10.23c0 .73.29 1.44.81 1.96.52.52 1.22.81 1.96.8h.42c.73 0 1.43-.29 1.95-.81.52-.52.81-1.22.81-1.95m-9.1 0v-4.1c0-.06-.05-.1-.1-.1h-2.66c-.06 0-.1.05-.1.1v.42c.01.05.05.09.1.09h2.13v3.59c0 .57-.22 1.11-.62 1.51-.4.4-.94.62-1.51.62h-.62c-.57 0-1.11-.22-1.51-.62-.4-.4-.62-.94-.62-1.51v-7.77c0-.57.22-1.11.62-1.51.4-.4.94-.62 1.51-.62h.62c.57 0 1.11.22 1.51.62.4.4.62.94.62 1.51v.21c0 .06.05.1.1.1h.42c.06 0 .1-.05.1-.1v-.21c0-.73-.29-1.43-.81-1.95-.52-.52-1.22-.81-1.95-.81h-.62c-.73 0-1.43.29-1.95.81-.52.52-.81 1.22-.81 1.95v7.77c0 .73.29 1.43.8 1.95.52.52 1.22.81 1.95.81h.62c.73 0 1.43-.29 1.95-.81.52-.52.81-1.22.81-1.95m-8.58-9v-.75c0-.15-.06-.28-.17-.39-.11-.1-.25-.16-.39-.15h-6.24c-.15 0-.29.05-.39.15-.11.1-.17.24-.17.39v.75c0 .31.25.56.56.56h2.2v10.47c0 .15.05.29.16.4.11.11.25.16.4.16h.73c.15 0 .29-.05.4-.16.11-.11.16-.25.16-.4v-10.47h2.2c.31 0 .56-.25.56-.56h-.01'/%3E%3Cpath d='m43.5 24.2h-4.51l1.87-7.14h.76l1.87 7.14m.71.29v-.03l-2.1-7.94c0-.03-.05-.07-.1-.07h-1.53c-.05 0-.1.03-.1.07l-2.1 7.94v4.75c0 .06.05.1.1.1h.42c.05-.01.09-.05.09-.1v-4.39h4.71v4.39c0 .05.03.1.09.1h.42c.06 0 .1-.05.1-.1v-4.72m-8.98 4.72v-.4c0-.03-.01-.05-.03-.07-.02-.02-.05-.03-.07-.03h-2.76v-11.65h2.55c.06 0 .1-.05.1-.1v-.42c-.01-.05-.05-.09-.1-.09h-5.72c-.05 0-.1.03-.1.09v.42c0 .06.05.1.1.1h2.55v11.65h-2.76c-.03 0-.05.01-.07.03-.02.02-.03.05-.03.07v.4c0 .06.05.1.1.1h6.14c.06 0 .1-.05.1-.1m-9.85-2.66c0 1.19-.96 2.15-2.15 2.15h-2.55v-11.65h2.55c.57 0 1.12.22 1.52.63.4.4.63.95.63 1.52v7.35m.61 0v-7.35c0-.73-.29-1.43-.81-1.95-.52-.52-1.22-.81-1.95-.81h-3.07c-.02 0-.05.01-.06.02-.02.02-.03.04-.02.06v12.67c0 .05.03.1.09.1h3.07c.73 0 1.43-.29 1.95-.81.52-.52.81-1.22.81-1.95m-8.81 2.2v-.73c0-.31-.25-.56-.56-.56h-4.23v-3.67h3.85c.31 0 .56-.25.56-.56v-.73c0-.15-.05-.29-.16-.4-.11-.11-.25-.16-.4-.16h-3.85v-3.67h4.23c.31-.01.55-.25.56-.56v-.75c-.01-.3-.26-.54-.56-.54h-5.53c-.3 0-.54.24-.54.54v11.77c0 .15.05.29.15.39.1.11.24.17.39.17h5.53c.31 0 .56-.25.56-.56m-9.33.45v-12.67c0-.02-.01-.05-.02-.06-.02-.02-.04-.03-.06-.02h-.76c-.03 0-.09.03-.09.05l-2.43 6.45-2.43-6.45c0-.02-.05-.05-.09-.05h-.76c-.02 0-.05.01-.06.02-.02.02-.03.04-.02.06v12.67c0 .05.03.1.09.1h.42c.06 0 .1-.05.1-.1v-11.86l2.32 6.17c0 .03.05.07.09.07h.7c.03 0 .09-.03.09-.07l2.32-6.17v11.86c0 .06.05.1.1.1h.42c.05-.01.09-.05.09-.1'/%3E%3Cpath d='m44.75 12.45v-.73c0-.31-.25-.56-.56-.56h-4.23v-3.67h3.85c.31 0 .56-.25.56-.56v-.73c0-.15-.05-.29-.16-.4-.11-.11-.25-.16-.4-.16h-3.85v-3.67h4.23c.31-.01.55-.25.56-.56v-.75c-.01-.3-.26-.54-.56-.54h-5.53c-.3 0-.54.24-.54.54v11.77c0 .15.05.29.15.39.1.11.24.17.39.17h5.53c.31 0 .56-.25.56-.56m-9.52.45v-.4c0-.03-.01-.05-.03-.07-.02-.02-.05-.03-.07-.03h-5.22v-5.53h4.8c.05 0 .1-.03.1-.09v-.42c0-.06-.05-.1-.1-.1h-4.8v-5.51h5.22c.06 0 .1-.05.1-.1v-.42c-.01-.05-.05-.09-.1-.09h-5.73c-.05 0-.1.03-.1.09v12.67c0 .06.05.1.1.1h5.73c.06 0 .1-.05.1-.1m-9.4 0v-12.67c-.01-.05-.05-.09-.1-.09h-.42c-.02 0-.05.01-.06.02-.02.02-.03.04-.02.06v6h-4.72v-6c0-.02-.01-.05-.02-.06-.02-.02-.04-.03-.06-.02h-.42c-.05 0-.1.03-.1.09v12.67c0 .06.05.1.1.1h.42c.05-.01.09-.05.09-.1v-6h4.72v6c0 .05.03.1.09.1h.42c.06 0 .1-.05.1-.1m-8.79-12.26v-.42c0-.02-.01-.05-.02-.06-.02-.02-.04-.03-.06-.02h-6.56c-.02 0-.05.01-.06.02-.02.02-.03.04-.02.06v.42c0 .05.03.1.09.1h2.96v12.15c0 .06.05.1.1.1h.42c.06 0 .1-.05.1-.1v-12.15h2.96c.05-.01.09-.05.09-.1m-8.2 11.81v-11.77c0-.15-.06-.28-.17-.39-.11-.1-.25-.16-.39-.15h-2.06c-.21 0-.47.16-.5.35l-1.04 4.25c-.1.36-.19 1.44-.19 1.44-.04-.48-.1-.96-.19-1.44l-1.04-4.24c-.03-.19-.3-.35-.5-.35h-2.06c-.15 0-.29.05-.39.15-.11.1-.17.24-.17.39v11.77c0 .15.05.29.16.4.11.11.25.16.4.16h.73c.15 0 .29-.05.4-.16.11-.11.16-.25.16-.4v-8.1c0-.45-.14-2.13-.14-2.13h.42c0 0 .21 1.68.33 2.13l.92 3.14c.08.22.29.36.52.36h.94c.23 0 .44-.15.52-.36l.92-3.14c.12-.45.33-2.13.33-2.13h.42c0 0-.14 1.68-.14 2.13v8.1c0 .15.05.29.16.4.11.11.25.16.4.16h.71c.15 0 .29-.05.4-.16.11-.11.16-.25.16-.4'/%3E%3C/g%3E%3C/svg%3E");
      background-size: contain; }
    .header-main .header-main--menu .container .header-main--menu--searchbar {
      position: relative; }
      .header-main .header-main--menu .container .header-main--menu--searchbar .header-main--menu--searchbar--cta,
      .header-main .header-main--menu .container .header-main--menu--searchbar .header-main--menu--searchbar--cta svg {
        width: 16px;
        height: 16px; }
      .header-main .header-main--menu .container .header-main--menu--searchbar .header-main--menu--searchbar--cta {
        position: absolute;
        right: 4px;
        z-index: 3; }
      .header-main .header-main--menu .container .header-main--menu--searchbar svg path {
        fill: #6e6e6e; }
      .header-main .header-main--menu .container .header-main--menu--searchbar .flexdatalist-alias {
        border: none;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 0.1em;
        background: transparent; }
      .header-main .header-main--menu .container .header-main--menu--searchbar .timeline--filters--list {
        white-space: nowrap;
        max-width: 160px; }
        .header-main .header-main--menu .container .header-main--menu--searchbar .timeline--filters--list .mCSB_horizontal.mCSB_inside > .mCSB_container {
          margin-bottom: 8px; }
        .header-main .header-main--menu .container .header-main--menu--searchbar .timeline--filters--list .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .header-main .header-main--menu .container .header-main--menu--searchbar .timeline--filters--list .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
          bottom: -9px; }
    .header-main .header-main--menu .container .menu-main-menu-ita-container ul li.lang-item a,
    .header-main .header-main--menu .container .menu-main-menu-eng-container ul li.lang-item a {
      color: #d1d0d0;
      -webkit-transition: color .2s ease-in;
      -o-transition: color .2s ease-in;
      transition: color .2s ease-in; }
      .header-main .header-main--menu .container .menu-main-menu-ita-container ul li.lang-item a:hover,
      .header-main .header-main--menu .container .menu-main-menu-eng-container ul li.lang-item a:hover {
        color: #515151; }
    .header-main .header-main--menu .container .menu-main-menu-ita-container ul li.lang-item.current-lang a,
    .header-main .header-main--menu .container .menu-main-menu-eng-container ul li.lang-item.current-lang a {
      color: #515151;
      pointer-events: none;
      cursor: default; }
    .header-main .header-main--menu .header-main--menu--live-mobile {
      white-space: nowrap;
      text-decoration: none;
      margin-right: 5px; }
  .header-main .header-main--filters {
    position: absolute;
    z-index: 2;
    top: 0;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    background: #F8F8F8;
    -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
            transform: translateY(-110%);
    -webkit-transition: top 300ms linear, -webkit-transform 300ms linear;
    transition: top 300ms linear, -webkit-transform 300ms linear;
    -o-transition: transform 300ms linear, top 300ms linear;
    transition: transform 300ms linear, top 300ms linear;
    transition: transform 300ms linear, top 300ms linear, -webkit-transform 300ms linear; }
    .header-main .header-main--filters .header-main--filters--close {
      width: 20px;
      height: 16px;
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 10;
      display: block; }
      .header-main .header-main--filters .header-main--filters--close span {
        display: block;
        width: 1px;
        height: 1px;
        overflow: hidden;
        text-indent: -999px; }
      .header-main .header-main--filters .header-main--filters--close:before, .header-main .header-main--filters .header-main--filters--close:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #6e6e6e;
        position: absolute;
        left: 0;
        -webkit-transition: all .2s ease, background .2s;
        -o-transition: all .2s ease, background .2s;
        transition: all .2s ease, background .2s; }
      .header-main .header-main--filters .header-main--filters--close:before {
        top: 50%;
        margin-top: -1.5px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .header-main .header-main--filters .header-main--filters--close:after {
        top: 50%;
        margin-top: -1.5px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
    .header-main .header-main--filters .container {
      padding: 18px 24px 30px; }
    .header-main .header-main--filters .timeline--filters > div {
      float: left;
      padding-right: 16px;
      height: 240px; }
      .header-main .header-main--filters .timeline--filters > div h3 {
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        color: #515151;
        border-bottom: 1px solid #6e6e6e;
        padding-bottom: 7px;
        margin-bottom: 7px; }
        .header-main .header-main--filters .timeline--filters > div h3 .timeline--filters--filter--counter {
          display: none; }
      .header-main .header-main--filters .timeline--filters > div li {
        font-weight: normal;
        font-size: 13px;
        line-height: 29px;
        margin-bottom: 3px; }
        .header-main .header-main--filters .timeline--filters > div li:not([class*="item"]) a {
          padding: 2px 7px;
          border-radius: 12px;
          border: 1px solid transparent; }
        .header-main .header-main--filters .timeline--filters > div li a {
          text-decoration: none; }
          .header-main .header-main--filters .timeline--filters > div li a.active {
            border-color: rgba(74, 74, 74, 0.7); }
            .header-main .header-main--filters .timeline--filters > div li a.active:after {
              color: #515151;
              margin-left: 10px;
              content: '\00d7'; }
          .header-main .header-main--filters .timeline--filters > div li a[data-filter="post_type"] {
            text-transform: uppercase; }
            .header-main .header-main--filters .timeline--filters > div li a[data-filter="post_type"]:before {
              content: '\2022';
              margin-right: 8px; }
          .header-main .header-main--filters .timeline--filters > div li a:not([class*="color--"]) {
            color: #b7b7b7; }
            .header-main .header-main--filters .timeline--filters > div li a:not([class*="color--"]).active {
              color: #515151; }
      .header-main .header-main--filters .timeline--filters > div ul.timeline--filters-gurus > div, .header-main .header-main--filters .timeline--filters > div ul.suggestions-results > div {
        display: block;
        clear: both; }
        .header-main .header-main--filters .timeline--filters > div ul.timeline--filters-gurus > div li a, .header-main .header-main--filters .timeline--filters > div ul.suggestions-results > div li a {
          color: #515151; }
      .header-main .header-main--filters .timeline--filters > div.timeline--filters--cta {
        text-align: center;
        height: auto; }
        .header-main .header-main--filters .timeline--filters > div.timeline--filters--cta a {
          text-decoration: none;
          margin: 0 16px;
          text-transform: uppercase;
          color: #6e6e6e; }
          .header-main .header-main--filters .timeline--filters > div.timeline--filters--cta a.button-clear {
            color: #b7b7b7; }
      .header-main .header-main--filters .timeline--filters > div .flexdatalist-container--background {
        background: white;
        width: 100%;
        height: 100%;
        padding: 9px;
        position: relative; }
        .header-main .header-main--filters .timeline--filters > div .flexdatalist-container--background h3 {
          font-weight: normal;
          font-size: 9px;
          line-height: 18px;
          text-transform: uppercase;
          color: #b7b7b7;
          border-bottom: none;
          letter-spacing: 0.1em; }
    body.menu-filter--open .header-main .header-main--filters {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .header-main .menu--cta {
    display: none; }

.flexdatalist-alias::-webkit-input-placeholder {
  text-transform: capitalize;
  color: #b7b7b7;
  font-family: 'LL Circular', sans-serif;
  text-transform: capitalize;
  font-weight: normal; }

.flexdatalist-alias:-moz-placeholder {
  text-transform: capitalize;
  color: #b7b7b7;
  font-family: 'LL Circular', sans-serif;
  text-transform: capitalize;
  font-weight: normal; }

.flexdatalist-alias::-ms-input-placeholder {
  text-transform: capitalize;
  color: #b7b7b7;
  font-family: 'LL Circular', sans-serif;
  text-transform: capitalize;
  font-weight: normal; }

.flexdatalist-alias::-ms-input-placeholder {
  text-transform: capitalize;
  color: #b7b7b7;
  font-family: 'LL Circular', sans-serif;
  text-transform: capitalize;
  font-weight: bold; }

.flexdatalist-alias::placeholder {
  text-transform: capitalize;
  color: #b7b7b7;
  font-family: 'LL Circular', sans-serif;
  text-transform: capitalize;
  font-weight: normal; }

.flexdatalist-results li {
  text-transform: capitalize; }

@media (max-width: 1024px) {
  body.menu-filter--open {
    overflow: hidden;
    height: 100%; }
  .header-main .header-main--menu .container {
    padding: 0 38px 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .header-main .header-main--menu .container .header-main--menu--home-link {
      position: relative;
      z-index: 3; }
    .header-main .header-main--menu .container .header-main--menu--searchbar {
      margin-left: 11px;
      border-bottom: 2px solid #f1f1f1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      width: 100%;
      height: 80%; }
      .header-main .header-main--menu .container .header-main--menu--searchbar .header-main--menu--searchbar--cta {
        display: none; }
      .header-main .header-main--menu .container .header-main--menu--searchbar .header-main--menu--searchbar--field {
        width: 100%;
        height: 30px;
        background: white;
        padding: 0;
        z-index: 1;
        -webkit-transition: all .2s ease, background .2s;
        -o-transition: all .2s ease, background .2s;
        transition: all .2s ease, background .2s; }
        .header-main .header-main--menu .container .header-main--menu--searchbar .header-main--menu--searchbar--field .flexdatalist-alias {
          width: 100%;
          height: 100%;
          line-height: 30px; }
    .header-main .header-main--menu .container .header-main--menu--container {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 10; }
    body.menu-filter--open .header-main .header-main--menu .container {
      padding: 0 8px; }
  .header-main .menu-main--cta {
    width: 20px;
    height: 16px;
    z-index: 5;
    position: fixed;
    display: inline-block;
    right: 13px;
    top: 24px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .header-main .menu-main--cta:before,
    .header-main .menu-main--cta span, .header-main .menu-main--cta:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #6e6e6e;
      position: absolute;
      left: 0;
      -webkit-transition: all .2s ease, background .2s;
      -o-transition: all .2s ease, background .2s;
      transition: all .2s ease, background .2s; }
    .header-main .menu-main--cta:before {
      top: 0;
      margin-top: 0; }
    .header-main .menu-main--cta span {
      top: 50%;
      margin-top: -1.5px; }
    .header-main .menu-main--cta:after {
      top: 100%;
      margin-top: -3px; }
    .header-main .menu-main--cta:before, .header-main .menu-main--cta:after {
      -webkit-transition: top .2s ease .4s, margin-top .2s ease .4s, background .2s, -webkit-transform .2s;
      transition: top .2s ease .4s, margin-top .2s ease .4s, background .2s, -webkit-transform .2s;
      -o-transition: top .2s ease .4s, margin-top .2s ease .4s, transform .2s, background .2s;
      transition: top .2s ease .4s, margin-top .2s ease .4s, transform .2s, background .2s;
      transition: top .2s ease .4s, margin-top .2s ease .4s, transform .2s, background .2s, -webkit-transform .2s; }
    body.menu-filter--open .header-main .menu-main--cta {
      right: -30px; }
    body.menu-main--open .header-main .menu-main--cta:before {
      top: 50%;
      margin-top: -1.5px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    body.menu-main--open .header-main .menu-main--cta:after,
    body.menu-main--open .header-main .menu-main--cta span {
      top: 50%;
      margin-top: -1.5px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    body.menu-main--open .header-main .menu-main--cta:before, body.menu-main--open .header-main .menu-main--cta:after {
      -webkit-transition: top .2s ease, margin-top .2s ease, background .2s, -webkit-transform .2s ease .3s;
      transition: top .2s ease, margin-top .2s ease, background .2s, -webkit-transform .2s ease .3s;
      -o-transition: top .2s ease, margin-top .2s ease, transform .2s ease .3s, background .2s;
      transition: top .2s ease, margin-top .2s ease, transform .2s ease .3s, background .2s;
      transition: top .2s ease, margin-top .2s ease, transform .2s ease .3s, background .2s, -webkit-transform .2s ease .3s; }
    body.menu-main--open .header-main .menu-main--cta span {
      -webkit-transition: background .2s, -webkit-transform .2s ease .3s;
      transition: background .2s, -webkit-transform .2s ease .3s;
      -o-transition: transform .2s ease .3s, background .2s;
      transition: transform .2s ease .3s, background .2s;
      transition: transform .2s ease .3s, background .2s, -webkit-transform .2s ease .3s; }
  .header-main .menu-main-menu-ita-container,
  .header-main .menu-main-menu-eng-container {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background: white;
    -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
            box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
    padding: 70px 30px 30px;
    -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
            transform: translateX(110%);
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    -o-transition: transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
    z-index: 3; }
    .header-main .menu-main-menu-ita-container ul li,
    .header-main .menu-main-menu-eng-container ul li {
      margin-bottom: 15px;
      min-width: 140px; }
      .header-main .menu-main-menu-ita-container ul li a,
      .header-main .menu-main-menu-eng-container ul li a {
        text-decoration: none; }
    body.menu-main--open .header-main .menu-main-menu-ita-container, body.menu-main--open
    .header-main .menu-main-menu-eng-container {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .header-main .header-main--filters {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: white; }
    .header-main .header-main--filters .header-main--filters--close {
      display: none; }
    .header-main .header-main--filters .container {
      padding-bottom: 60px;
      padding-top: 60px;
      position: relative;
      height: 100%;
      background: #F8F8F8;
      overflow: auto; }
    .header-main .header-main--filters .timeline--filters {
      height: 100%; }
      .header-main .header-main--filters .timeline--filters > div {
        height: auto;
        border-bottom: 1px solid #b7b7b7;
        padding-right: 0; }
        .header-main .header-main--filters .timeline--filters > div:nth-child(4) {
          clear: left; }
        .header-main .header-main--filters .timeline--filters > div:nth-child(2) {
          border-top: 1px solid #b7b7b7; }
        .header-main .header-main--filters .timeline--filters > div h3 {
          position: relative;
          border-bottom: none;
          margin-bottom: 0;
          padding-top: 7px; }
          .header-main .header-main--filters .timeline--filters > div h3:after {
            content: '\276f';
            position: absolute;
            right: 8px;
            -webkit-transform: translateY(-10%) rotate(90deg);
                -ms-transform: translateY(-10%) rotate(90deg);
                    transform: translateY(-10%) rotate(90deg);
            -webkit-transform-origin: center left;
                -ms-transform-origin: center left;
                    transform-origin: center left;
            -webkit-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
            font-size: 1.3em; }
          .header-main .header-main--filters .timeline--filters > div h3.active:after {
            -webkit-transform: translateY(20%) rotate(270deg);
                -ms-transform: translateY(20%) rotate(270deg);
                    transform: translateY(20%) rotate(270deg); }
          .header-main .header-main--filters .timeline--filters > div h3 .timeline--filters--filter--counter.visible {
            display: inline-block;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            border-radius: 50%;
            background: #D8D8D8;
            margin-left: 9px; }
        .header-main .header-main--filters .timeline--filters > div:first-child {
          height: 200px;
          border-bottom: none;
          margin-bottom: 20px;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .header-main .header-main--filters .timeline--filters > div:first-child h3:after {
            display: none; }
          .header-main .header-main--filters .timeline--filters > div:first-child .flexdatalist-container--background {
            height: auto;
            overflow: hidden; }
        .header-main .header-main--filters .timeline--filters > div > ul {
          display: none; }
          .header-main .header-main--filters .timeline--filters > div > ul.timeline--filters-gurus {
            max-height: 160px; }
        .header-main .header-main--filters .timeline--filters > div .flexdatalist-container--results {
          position: relative; }
          .header-main .header-main--filters .timeline--filters > div .flexdatalist-container--results ul.suggestions-results {
            display: block;
            position: absolute;
            top: 0;
            width: 100%;
            max-height: none; }
            .header-main .header-main--filters .timeline--filters > div .flexdatalist-container--results ul.suggestions-results li {
              clear: none; }
    body.menu-filter--open .header-main .header-main--filters {
      height: 100%; }
    .header-main .header-main--filters .timeline--filters--cta {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 48px;
      line-height: 48px;
      background: #F5F6FF; }
    .header-main .header-main--filters .flexdatalist-alias {
      font-weight: normal;
      font-size: 36px;
      line-height: 40px;
      padding: 0px;
      border: 0;
      margin: 0;
      width: 100%;
      background: left center no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' enable-background='new 0 0 16 16'%3E%3Cpath fill='%236e6e6e' d='m16 14.97l-4.06-4.06c2.12-2.63 1.96-6.5-.48-8.95-1.27-1.27-2.95-1.97-4.74-1.97-1.79 0-3.48.7-4.74 1.97-1.27 1.27-1.97 2.95-1.97 4.74s.7 3.48 1.97 4.74c1.27 1.27 2.95 1.97 4.74 1.97 1.55 0 3-.52 4.2-1.48l4.06 4.06 1.03-1.03m-9.29-3c-1.4 0-2.72-.55-3.72-1.54-.99-.99-1.54-2.31-1.54-3.71s.55-2.72 1.54-3.72c.99-.99 2.31-1.54 3.72-1.54 1.4 0 2.72.55 3.72 1.54 2.05 2.05 2.05 5.38 0 7.43-.99.99-2.31 1.54-3.72 1.54'/%3E%3C/svg%3E");
      background-size: 26px;
      padding-left: 35px;
      border-bottom: 1px solid #b7b7b7; }
    .header-main .header-main--filters .timeline--filters--list {
      min-height: 70px;
      margin-top: 20px; }
  .header-main.transparent .menu-main--cta:before,
  .header-main.transparent .menu-main--cta span, .header-main.transparent .menu-main--cta:after {
    background: white; }
    body.menu-main--open .header-main.transparent .menu-main--cta:before, body.menu-main--open
    .header-main.transparent .menu-main--cta span, body.menu-main--open .header-main.transparent .menu-main--cta:after {
      background: #515151; } }

@media (min-width: 1025px) {
  .header-main .header-main--menu {
    width: 100%;
    height: 70px; }
    .header-main .header-main--menu .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      .header-main .header-main--menu .container .header-main--menu--left {
        width: 45px;
        height: 46px; }
        .header-main .header-main--menu .container .header-main--menu--left .header-main--menu--home-link {
          display: block !important; }
        .header-main .header-main--menu .container .header-main--menu--left .header-main--filters--close {
          display: none !important; }
      .header-main .header-main--menu .container .header-main--menu--searchbar {
        margin: 0px 15px 0px 25px;
        padding-right: 25px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative; }
        .header-main .header-main--menu .container .header-main--menu--searchbar .header-main--menu--searchbar--field {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          .header-main .header-main--menu .container .header-main--menu--searchbar .header-main--menu--searchbar--field .flexdatalist-alias {
            width: 100%;
            height: 44px;
            font-size: 18px;
            vertical-align: baseline;
            padding-right: 24px;
            border-bottom: 2px solid #f1f1f1; }
        .header-main .header-main--menu .container .header-main--menu--searchbar .timeline--filters--list {
          max-width: 400px; }
          .header-main .header-main--menu .container .header-main--menu--searchbar .timeline--filters--list a {
            margin-right: 4px; }
          .header-main .header-main--menu .container .header-main--menu--searchbar .timeline--filters--list .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .header-main .header-main--menu .container .header-main--menu--searchbar .timeline--filters--list .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
            bottom: -14px; }
    .header-main .header-main--menu .header-main--menu--live-mobile {
      display: none !important; }
  .header-main .header-main--menu--container {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .header-main .menu-main-menu-ita-container ul,
  .header-main .menu-main-menu-eng-container ul {
    text-align: right; }
    .header-main .menu-main-menu-ita-container ul li,
    .header-main .menu-main-menu-eng-container ul li {
      display: inline-block; }
      .header-main .menu-main-menu-ita-container ul li a,
      .header-main .menu-main-menu-eng-container ul li a {
        text-decoration: none;
        margin-right: 16px; }
      .header-main .menu-main-menu-ita-container ul li:last-child a,
      .header-main .menu-main-menu-eng-container ul li:last-child a {
        margin-right: 0; }
  .header-main .header-main--filters {
    left: 0;
    width: 100%;
    overflow: hidden; }
    .header-main .header-main--filters input,
    .header-main .header-main--filters .timeline--filters--list {
      display: none !important; }
    .header-main .header-main--filters .timeline--filters > div h3 {
      font-weight: normal;
      font-size: 13px;
      line-height: 18px; }
    .header-main .header-main--filters .timeline--filters > div li {
      font-weight: normal;
      font-size: 13px;
      line-height: 22px;
      margin-bottom: 7px; }
    .header-main .header-main--filters .timeline--filters > div ul:not(.suggestions-results) {
      display: block !important; }
    .header-main .header-main--filters .timeline--filters > div.timeline--filters-gurus--container {
      position: relative; }
      .header-main .header-main--filters .timeline--filters > div.timeline--filters-gurus--container .timeline--filters-gurus {
        position: absolute;
        top: 33px;
        left: 0;
        bottom: 0;
        right: 16px; }
    .header-main .header-main--filters .timeline--filters > div.timeline--filters--cta {
      margin-top: 30px; }
    body.menu-filter--open .header-main .header-main--filters {
      top: 100%;
      max-height: 400px; }
  .header-main.transparent .header-main--menu a {
    color: white; }
  .header-main.transparent .header-main--menu .container .menu-main-menu-ita-container ul li.lang-item a,
  .header-main.transparent .header-main--menu .container .menu-main-menu-eng-container ul li.lang-item a {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in; }
    .header-main.transparent .header-main--menu .container .menu-main-menu-ita-container ul li.lang-item a:hover,
    .header-main.transparent .header-main--menu .container .menu-main-menu-eng-container ul li.lang-item a:hover {
      color: white; }
  .header-main.transparent .header-main--menu .container .menu-main-menu-ita-container ul li.lang-item.current-lang a,
  .header-main.transparent .header-main--menu .container .menu-main-menu-eng-container ul li.lang-item.current-lang a {
    color: white; } }

.flexdatalist-results,
.suggestions-results {
  padding: 0;
  color: #515151;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: white; }
  .flexdatalist-results li,
  .suggestions-results li {
    border-bottom: none;
    clear: both;
    float: left;
    margin-bottom: 7px !important; }
    .flexdatalist-results li.active,
    .suggestions-results li.active {
      color: #515151; }
      .flexdatalist-results li.active.tags,
      .suggestions-results li.active.tags {
        background: #e3e3e4; }
      .flexdatalist-results li.active.gurus,
      .suggestions-results li.active.gurus {
        background: #9CB0F2; }
    .flexdatalist-results li span.highlight,
    .suggestions-results li span.highlight {
      font-weight: bold;
      text-decoration: none; }
    .flexdatalist-results li .item-type,
    .suggestions-results li .item-type {
      display: none !important; }
  @media (min-width: 1025px) {
    .flexdatalist-results,
    .suggestions-results {
      max-height: 210px; }
      .header-main--filters .flexdatalist-results, .header-main--filters
      .suggestions-results {
        width: 100% !important;
        height: 100% !important;
        left: auto !important;
        top: auto !important;
        background: transparent; } }

@media (max-width: 1024px) {
  .flexdatalist-results {
    padding-top: 5px; }
    .header-main--filters .flexdatalist-results {
      width: 100% !important;
      height: 190px;
      padding: 0 0 9px;
      left: 0 !important;
      top: 30px !important;
      bottom: 0; } }

@media (min-width: 1025px) {
  .flexdatalist-container--results {
    position: absolute;
    top: 35px;
    left: 9px;
    right: 0;
    bottom: 0;
    width: auto;
    z-index: 1; }
    .flexdatalist-container--results .flexdatalist-results,
    .flexdatalist-container--results .suggestions-results {
      position: absolute;
      top: 0 !important;
      left: 0 !important;
      right: 0  !important;
      bottom: 0;
      height: auto !important;
      width: auto !important; }
    .flexdatalist-container--results .flexdatalist-results {
      top: 35px !important; } }

@media (min-width: 1025px) {
  .header-main--filters .flexdatalist-results {
    display: none; } }

.header-nextevents {
  width: 100%;
  height: 100vh;
  min-height: 100%;
  float: left;
  clear: both;
  background: center center no-repeat transparent;
  background-size: cover;
  color: white;
  position: relative; }
  .header-nextevents .header-nextevents--gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.7);
    z-index: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    /* IE6-9 */ }
  .header-nextevents h1 {
    width: 80px;
    height: 103px;
    display: block;
    position: relative;
    z-index: 1;
    margin: 20px 0 0 20px;
    background: center center no-repeat transparent;
    background-size: cover;
    text-indent: -999px;
    overflow: hidden;
    background: center center no-repeat transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768.1' viewBox='-0.074 14.799 768.146 994.397' enable-background='new -0.074 14.799 768.146 994.397'%3E%3Cpath fill='%23fff' d='m758.7 755.7v-176.1c-.09-.9-.88-1.56-1.78-1.49h-7.22c-.78-.04-1.45.56-1.49 1.34 0 .05 0 .1 0 .15v176.1c-.12 20.34-16.66 36.75-37 36.71h-7.22c-20.34.04-36.88-16.37-37-36.71v-176.1c.04-.78-.56-1.45-1.34-1.49-.05 0-.1 0-.15 0h-7.22c-.9-.07-1.69.59-1.78 1.49v176.1c-.08 26.2 21.1 47.4 47.2 47.5.12 0 .24 0 .36 0h7.22c26.2.04 47.4-21.1 47.4-47.3 0-.05 0-.1 0-.14m-166-80.98c-.01 20.3-16.48 36.75-36.78 36.73-.08 0-.16 0-.24 0h-43.86v-123h43.86c20.33-.12 36.9 16.26 37 36.59 0 .14 0 .27 0 .41v49.3zm10.45 0v-49.2c.04-26.2-21.1-47.4-47.3-47.4-.06 0-.11 0-.17 0h-52.81c-.77-.05-1.44.52-1.49 1.29 0 .07 0 .13 0 .2v218.2c-.07.91.59 1.7 1.49 1.8h7.22c.97-.07 1.74-.84 1.81-1.8v-75.5h47.4l32.2 76.1c.38.66 1.05 1.11 1.8 1.2h7.46c1.49 0 2.41-1.2 1.78-2.41l-32.52-77c19.67-6.4 33-24.69 33.1-45.4m-160.9 80.91v-176.1c-.1-.9-.9-1.56-1.81-1.49h-7.22c-.77-.05-1.44.52-1.49 1.29 0 .07 0 .13 0 .2v176.1c-.13 20.34-16.68 36.75-37 36.71h-7.22c-20.34.04-36.88-16.37-37-36.71v-176.1c.04-.78-.56-1.45-1.34-1.49-.05 0-.1 0-.15 0h-7.22c-.9-.07-1.69.59-1.78 1.49v176.1c-.08 26.2 21.1 47.4 47.2 47.5.13 0 .26 0 .39 0h7.22c26.2.04 47.4-21.1 47.5-47.3 0-.04 0-.08 0-.12m-156.5 0v-70.5c-.07-.95-.83-1.71-1.78-1.78h-45.74c-.96.06-1.74.82-1.81 1.78v7.22c.1.9.9 1.56 1.81 1.49h36.71v61.79c.01 20.26-16.4 36.7-36.66 36.71-.02 0-.03 0-.05 0h-10.76c-20.26.01-36.7-16.4-36.71-36.66 0-.02 0-.03 0-.05v-133.8c-.03-20.26 16.38-36.71 36.64-36.73.02 0 .05 0 .07 0h10.76c20.26-.01 36.7 16.4 36.71 36.66 0 .02 0 .05 0 .07v3.56c.06.96.82 1.74 1.78 1.8h7.22c.96-.07 1.72-.84 1.78-1.8v-3.56c.04-26.2-21.1-47.4-47.3-47.4-.04 0-.08 0-.12 0h-10.76c-26.2-.04-47.4 21.1-47.4 47.3 0 .06 0 .11 0 .17v133.7c-.07 26.2 21.1 47.4 47.3 47.5.06 0 .13 0 .19 0h10.76c26.2.04 47.4-21.1 47.4-47.3 0-.05 0-.1 0-.14m-147.8-155.5v-12.83c-.05-5.16-4.27-9.3-9.43-9.25-.07 0-.13 0-.2 0h-107.4c-5.16-.16-9.47 3.89-9.63 9 0 .07 0 .13 0 .2v12.83c0 5.32 4.31 9.63 9.63 9.63h37.89v180.3c-.11 5.21 4 9.52 9.24 9.63.13 0 .26 0 .39 0h12.54c5.21.11 9.52-4 9.63-9.24 0-.13 0-.26 0-.39v-180.3h37.91c5.32 0 9.63-4.31 9.63-9.63'/%3E%3Cpath fill='%23fff' d='m746.5 429.9h-77.6l32.2-123h13.1l32.3 123m12.23 5.1v-.58l-36.1-136.7c0-.58-.89-1.18-1.78-1.18h-26.3c-.89 0-1.78.6-1.78 1.18l-36.1 136.7v81.8c.07.96.82 1.73 1.78 1.8h7.22c.9-.1 1.56-.9 1.49-1.8v-75.6h81.1v75.5c-.07.91.59 1.7 1.49 1.8h7.22c.96-.08 1.71-.85 1.78-1.8l-.05-81.2m-154.6 81.2v-6.86c.04-.94-.69-1.74-1.63-1.78-.05 0-.1 0-.15 0h-47.5v-200.6h43.88c.96-.07 1.72-.84 1.78-1.81v-7.22c-.09-.9-.88-1.56-1.78-1.49h-98.5c-.9-.07-1.69.59-1.78 1.49v7.22c.06.96.82 1.74 1.78 1.81h43.88v200.6h-47.5c-.94-.04-1.74.69-1.78 1.63 0 .05 0 .1 0 .15v6.86c.07.96.82 1.73 1.78 1.8h105.7c.96-.08 1.71-.85 1.78-1.8m-169.5-45.74c0 20.44-16.56 37-37 37h-43.95v-200.5h43.88c20.33-.11 36.89 16.29 37 36.61 0 .13 0 .26 0 .39l.07 126.5zm10.45 0v-126.5c.04-26.2-21.1-47.4-47.3-47.4-.05 0-.1 0-.14 0h-52.81c-.78-.04-1.45.56-1.49 1.34 0 .05 0 .1 0 .15v218.2c-.07.91.59 1.7 1.49 1.8h52.84c26.2.03 47.4-21.2 47.4-47.3 0-.04 0-.08 0-.12m-151.7 37.91v-12.54c0-5.32-4.31-9.63-9.63-9.63h-72.82v-63.2h66.3c5.32 0 9.63-4.31 9.63-9.63v-12.54c.12-5.2-3.99-9.51-9.19-9.63-.15 0-.29 0-.44 0h-66.3v-63.1h72.82c5.27-.1 9.53-4.35 9.63-9.63v-12.83c-.21-5.17-4.46-9.25-9.63-9.24h-95.2c-5.1.01-9.24 4.14-9.27 9.24v202.7c-.13 5.18 3.96 9.49 9.14 9.63.04 0 .08 0 .12 0h95.2c5.32 0 9.63-4.31 9.63-9.63m-160.6 7.75v-218.1c.04-.78-.56-1.45-1.34-1.49-.05 0-.1 0-.15 0h-13.1c-.6 0-1.49.6-1.49.89l-41.86 111.1-41.79-111c0-.29-.91-.89-1.49-.89h-13.1c-.78-.04-1.45.56-1.49 1.34 0 .05 0 .1 0 .15v218.2c-.07.91.59 1.7 1.49 1.8h7.22c.96-.08 1.71-.85 1.78-1.8v-204.2l40 106.3c0 .6.89 1.2 1.49 1.2h12c.58 0 1.49-.6 1.49-1.2l39.98-106.3v204.1c.07.97.84 1.74 1.81 1.8h7.22c.9-.1 1.56-.9 1.49-1.8'/%3E%3Cpath fill='%23fff' d='m768 226.8v-12.54c0-5.32-4.31-9.63-9.63-9.63h-72.8v-63.2h66.3c5.32 0 9.63-4.31 9.63-9.63v-12.54c.11-5.21-4-9.52-9.24-9.63-.13 0-.26 0-.39 0h-66.3v-63.1h72.84c5.27-.1 9.53-4.35 9.63-9.63v-12.83c-.21-5.17-4.46-9.25-9.63-9.24h-95.2c-5.09.03-9.22 4.15-9.24 9.24v202.7c-.13 5.18 3.96 9.49 9.14 9.63.03 0 .07 0 .1 0h95.2c5.32 0 9.63-4.31 9.63-9.63m-163.9 7.75v-6.86c.04-.94-.69-1.74-1.63-1.78-.05 0-.1 0-.15 0h-89.9v-95.2h82.7c.91.07 1.7-.59 1.8-1.49v-7.22c-.08-.96-.85-1.71-1.8-1.78h-82.7v-94.9h89.9c.96-.07 1.72-.84 1.78-1.8v-7.22c-.09-.9-.88-1.56-1.78-1.49h-98.6c-.91-.07-1.7.59-1.81 1.49v218.2c.07.97.84 1.74 1.81 1.81h98.6c.96-.08 1.71-.85 1.78-1.81m-161.8 0v-218.1c-.1-.9-.9-1.56-1.81-1.49h-7.22c-.77-.05-1.44.52-1.49 1.29 0 .07 0 .13 0 .2v103.9h-81.2v-103.9c.04-.78-.56-1.45-1.34-1.49-.05 0-.1 0-.15 0h-7.22c-.9-.07-1.69.59-1.78 1.49v218.2c.07.96.82 1.72 1.78 1.81h7.22c.9-.1 1.56-.9 1.49-1.81v-103.9h81.2v103.9c-.07.91.59 1.7 1.49 1.81h7.22c.97-.07 1.74-.84 1.81-1.81m-151.3-211v-7.22c.04-.78-.56-1.45-1.34-1.49-.05 0-.1 0-.15 0h-112.9c-.78-.04-1.45.56-1.49 1.34 0 .05 0 .1 0 .15v7.22c-.07.91.59 1.7 1.49 1.8h51v209.2c.07.97.84 1.74 1.81 1.81h7.22c.97-.07 1.74-.84 1.81-1.81v-209.2h50.91c.9-.1 1.56-.9 1.49-1.8m-141.1 203.3v-202.7c-.06-5.17-4.31-9.31-9.48-9.25-.05 0-.1 0-.15 0h-35.46c-3.59 0-8.1 2.67-8.67 5.97l-17.91 73.1c-1.78 6.26-3.27 24.77-3.27 24.77-.62-8.31-1.72-16.58-3.3-24.77l-17.91-73c-.6-3.3-5.08-5.97-8.64-5.97h-35.53c-5.17-.15-9.48 3.93-9.63 9.1 0 .05 0 .1 0 .15v202.7c-.11 5.21 4 9.52 9.24 9.63.13 0 .26 0 .39 0h12.54c5.21.11 9.52-4 9.63-9.24 0-.13 0-.26 0-.39v-139.5c0-7.75-2.41-36.71-2.41-36.71h7.22c0 0 3.59 28.89 5.68 36.71l15.81 54c1.39 3.75 4.95 6.25 8.96 6.28h16.1c4-.03 7.56-2.53 8.95-6.28l15.84-54c2.07-7.75 5.66-36.71 5.66-36.71h7.22c0 0-2.41 28.89-2.41 36.71v139.4c-.12 5.2 3.99 9.51 9.19 9.63.15 0 .29 0 .44 0h12.25c5.21.11 9.52-4 9.63-9.24 0-.13 0-.26 0-.39'/%3E%3Cpath fill='%23fff' d='m435.5 892.3h330.6c.28-.01.51-.23.53-.51v-1.9c-.02-.26-.26-.46-.52-.43h-346.2c-.26-.01-.48.18-.51.43v2.05c.02.27.24.48.51.51h12.56'/%3E%3Cpath fill='%23fff' d='m757.6 993.6c.01 3.51-2.82 6.38-6.33 6.4h-2.72c-3.51-.03-6.34-2.89-6.33-6.4v-34.45c0-3.48 2.82-6.31 6.31-6.31.01 0 .02 0 .02 0h2.72c3.48-.01 6.32 2.8 6.33 6.28 0 .01 0 .02 0 .02v34.45m9.1 0v-34.45c-.03-8.48-6.9-15.36-15.38-15.38h-2.72c-8.48.03-15.36 6.9-15.38 15.38v34.45c-.01 8.52 6.87 15.44 15.38 15.48h2.72c8.52-.04 15.4-6.96 15.38-15.48m-43.93 11.89v-3.59c.01-1.5-1.19-2.73-2.7-2.74-.02 0-.03 0-.05 0h-18.92v-51.78c-.04-1.49-1.26-2.67-2.74-2.67h-3.66c-1.47.01-2.65 1.21-2.65 2.67v58.1c-.04 1.48 1.12 2.7 2.6 2.74.02 0 .03 0 .05 0h25.37c1.5-.01 2.71-1.24 2.7-2.74m-55.4-32.74c.01 3.51-2.82 6.38-6.33 6.4h-8.11v-25.37h8.11c3.48-.01 6.32 2.8 6.33 6.28 0 .02 0 .03 0 .05v12.64zm9.1 0v-12.64c.04-8.47-6.79-15.37-15.26-15.41-.04 0-.08 0-.12 0h-14.44c-1.47.01-2.65 1.21-2.65 2.67v58.1c-.04 1.48 1.12 2.7 2.6 2.74.02 0 .03 0 .05 0h3.66c1.48-.05 2.66-1.26 2.67-2.74v-17.2h8.11c8.5 0 15.38-6.89 15.38-15.38 0-.02 0-.05 0-.07m-45.2 32.64v-3.59c0-1.51-1.21-2.73-2.72-2.74h-10v-45.4h9.1c1.5-.04 2.7-1.25 2.72-2.74v-3.66c-.04-1.48-1.24-2.66-2.72-2.67h-27.1c-1.49 0-2.71 1.18-2.74 2.67v3.66c.04 1.5 1.25 2.71 2.74 2.74h9.12v45.3h-9.99c-1.51.01-2.73 1.23-2.74 2.74v3.68c.01 1.51 1.23 2.73 2.74 2.74h29.1c1.46-.08 2.6-1.28 2.6-2.74m-54.5-32.74c.01 3.51-2.82 6.38-6.33 6.4h-8.11v-25.37h8.11c3.48-.01 6.32 2.8 6.33 6.28 0 .02 0 .03 0 .05v12.64zm9.15 31.61l-7.7-18.27c4.73-2.77 7.62-7.85 7.61-13.34v-12.64c.04-8.47-6.79-15.37-15.26-15.41-.04 0-.08 0-.12 0h-14.44c-1.47.01-2.65 1.21-2.65 2.67v58.1c-.04 1.48 1.12 2.7 2.6 2.74.02 0 .03 0 .05 0h3.66c1.51-.01 2.73-1.23 2.74-2.74v-17.2h6.91l7.8 18.29c.46.93 1.37 1.55 2.41 1.64h3.95c1.45.03 2.65-1.12 2.67-2.57.01-.42-.08-.83-.27-1.21m-54.69-25.2h-15.41l6.67-25.37h2.05l6.69 25.37zm10.42 26.2v-22.1-.51l-9.48-36.1c-.35-1.17-1.43-1.97-2.65-1.97h-11.79c-1.22.01-2.29.81-2.65 1.97l-9.48 36.1v.51 22.1c-.03 1.49 1.16 2.72 2.65 2.74.02 0 .05 0 .07 0h3.59c1.51-.01 2.73-1.23 2.74-2.74v-17.2h18v17.2c0 1.51 1.21 2.73 2.72 2.74h3.59c1.5.01 2.73-1.19 2.74-2.7 0-.02 0-.03 0-.05m-46.1-11.79v-2.72c-.04-1.49-1.26-2.67-2.74-2.67h-3.66c-1.49 0-2.7 1.18-2.74 2.67v2.72c.01 3.51-2.82 6.38-6.33 6.4h-2.79c-3.51-.03-6.34-2.89-6.33-6.4v-34.54c0-3.48 2.82-6.31 6.31-6.31.01 0 .02 0 .02 0h2.72c3.48-.01 6.32 2.8 6.33 6.28 0 .01 0 .02 0 .02v1.8c.01 1.51 1.23 2.73 2.74 2.74h3.66c1.51-.01 2.73-1.23 2.74-2.74v-1.8c-.04-8.52-6.96-15.39-15.48-15.38h-2.72c-8.48.03-15.36 6.9-15.38 15.38v34.45c-.01 8.52 6.87 15.44 15.38 15.48h2.72c8.55 0 15.48-6.93 15.48-15.48m-46.92 14v-1.95c.01-.28-.2-.52-.48-.53-.01 0-.02 0-.02 0h-25.68v-27.2h23.61c.26.01.48-.18.51-.43v-2.05c-.02-.27-.24-.48-.51-.51h-23.69v-27.2h25.73c.27-.03.49-.25.51-.53v-2.05c-.04-.25-.25-.44-.51-.43h-28.1c-.25 0-.47.18-.51.43v62.6c.02.27.23.5.51.53h28.2c.27-.03.49-.25.51-.53m-46.3 0v-62.6c-.04-.25-.25-.44-.51-.43h-2.07c-.23 0-.41.18-.41.41 0 .01 0 .02 0 .02v58.4l-21.66-58.6c0 0-.34-.26-.43-.26h-3.75c-.25 0-.47.18-.51.43v62.6c.02.27.23.5.51.53h2.05c.26-.02.46-.26.43-.52v-58.6l21.66 58.73c0 .19.34.36.41.36h3.78c.27-.03.48-.25.5-.53m-47.85-12c0 5.8-4.7 10.5-10.5 10.5-.01 0-.02 0-.02 0h-3.06c-5.8.01-10.51-4.67-10.52-10.47 0-.01 0-.02 0-.02v-38.3c-.04-5.81 4.64-10.55 10.45-10.59.02 0 .05 0 .07 0h3.06c5.81-.04 10.55 4.64 10.59 10.45 0 .05 0 .1 0 .14l-.07 38.3zm3.08 0v-38.3c0-7.5-6.08-13.58-13.58-13.58-.01 0-.02 0-.02 0h-3.06c-7.5-.01-13.59 6.1-13.6 13.55 0 .01 0 .02 0 .02v38.3c0 7.5 6.08 13.58 13.58 13.58.01 0 .02 0 .02 0h3.06c7.5.01 13.59-6.1 13.6-13.55 0-.01 0-.02 0-.02m-44.77 12v-1.95c.01-.28-.2-.52-.48-.53-.02 0-.03 0-.05 0h-13.58v-57.5h12.54c.27-.03.49-.25.51-.53v-2.05c-.04-.25-.25-.44-.51-.43h-28.2c-.25 0-.47.18-.51.43v2.05c.02.27.23.5.51.53h12.56v57.4h-13.58c-.28-.01-.52.2-.53.48 0 .02 0 .03 0 .05v1.95c.02.28.25.51.53.53h30.2c.28-.02.51-.25.53-.53m-45.3 0v-1.95c.03-.26-.17-.5-.43-.53-.02 0-.05 0-.07 0h-26.84l25.9-55.5c.22-.43.37-.89.43-1.37v-3.08c-.04-.26-.27-.45-.53-.43h-27.2c-.25 0-.47.18-.51.43v2.05c.02.27.23.5.51.53h24.7l-25.71 55.5c-.38.52-.57 1.16-.53 1.8v2.55c.02.28.25.51.53.53h29.2c.28-.02.49-.25.5-.53m-49.8-24.7h-22.2l9.22-35.2h3.75l9.24 35.2zm3.49 1.47v-.19l-10.33-39.1c0-.17-.26-.36-.53-.36h-7.41c-.26 0-.51.19-.51.36l-10.35 39.1v23.42c.02.27.23.5.51.53h2.07c.24 0 .41-.26.41-.53v-21.66h23.3v21.66c-.03.26.16.5.43.53h2.05c.27-.03.49-.25.51-.53l-.1-23.2m-47.5 10.16c.01 5.84-4.71 10.58-10.54 10.59-.02 0-.03 0-.05 0h-12.56v-57.4h12.56c5.81-.04 10.55 4.64 10.59 10.45 0 .05 0 .1 0 .14v36.2m3 0v-36.2c.01-7.5-6.1-13.59-13.55-13.6-.02 0-.03 0-.05 0h-15.1c-.23-.01-.42.16-.43.38 0 .02 0 .03 0 .05v62.6c-.03.26.16.5.43.53h15.1c7.5.01 13.59-6.1 13.6-13.55 0-.02 0-.03 0-.05m-45.98 12.95v-62.6c-.03-.26-.25-.45-.51-.43h-2.05c-.23-.01-.42.16-.43.38 0 .02 0 .03 0 .05v58.4l-21.66-58.6c0 0-.34-.26-.41-.26h-3.83c-.25 0-.47.18-.51.43v62.6c.02.27.23.5.51.53h2.07c.24 0 .41-.26.41-.53v-58.4l21.59 58.73c0 .19.34.36.43.36h3.75c.28-.02.49-.25.51-.53m-47.85-12c0 5.8-4.7 10.5-10.5 10.5h-3.08c-5.8.01-10.51-4.67-10.52-10.47 0-.01 0-.02 0-.02v-38.3c-.04-5.81 4.64-10.55 10.45-10.59.02 0 .05 0 .07 0h3.08c5.81.01 10.51 4.73 10.5 10.54 0 .02 0 .03 0 .05v38.3zm3.08 0v-38.3c.01-7.49-6-13.56-13.53-13.58-.02 0-.03 0-.05 0h-3.08c-7.5-.01-13.59 6.1-13.6 13.55 0 .01 0 .02 0 .02v38.3c0 7.5 6.08 13.58 13.58 13.58.01 0 .02 0 .02 0h3.08c7.48.01 13.56-6 13.58-13.53 0-.02 0-.03 0-.05m-43.83-48.4v-2.05c.01-.23-.16-.42-.38-.43-.02 0-.03 0-.05 0h-28.2c-.34 0-.53.19-.53.43v62.6c0 .29.24.53.53.53h1.95c.28-.02.51-.25.53-.53v-29.92h23.66c.25.03.48-.15.5-.41 0-.01 0-.02 0-.03v-2.05c-.01-.27-.23-.49-.51-.51h-23.66v-27.2h25.78c.27-.02.46-.26.43-.52'/%3E%3Cpath fill='%23fff' d='m404.7 862.9c.59-1.32-.01-2.88-1.33-3.46-.39-.17-.82-.25-1.24-.22h-3.83c-1.11.03-2.11.7-2.58 1.71l-8.11 23.86-8.11-23.76c-.47-1-1.47-1.66-2.58-1.71h-3.85c-1.43-.11-2.68.97-2.78 2.4-.03.44.05.88.23 1.28l12.56 32v24.96c.03 1.45 1.2 2.62 2.65 2.65h3.59c1.5.01 2.73-1.19 2.74-2.7 0-.02 0-.03 0-.05v-24.96l12.64-32m-53.5 44.4c0 3.48-2.82 6.31-6.31 6.31-.01 0-.02 0-.02 0h-9.1v-18.1h8.98c3.48-.01 6.32 2.8 6.33 6.28 0 .01 0 .02 0 .02l.07 5.49m-.94-27.3c.01 3.51-2.82 6.38-6.33 6.4h-8.11v-18.1h8.11c3.48-.01 6.32 2.8 6.33 6.28 0 .01 0 .02 0 .02v5.44m9.99 27.3v-5.49c.01-4.31-1.79-8.44-4.96-11.36 2.6-2.85 4-6.57 4-10.42v-5.39c.04-8.46-6.78-15.34-15.24-15.38-.05 0-.1 0-.14 0h-14.44c-1.46.01-2.63 1.19-2.65 2.65v58c-.03 1.49 1.16 2.72 2.65 2.74h15.31c8.48-.03 15.36-6.9 15.38-15.38m-50.77 1.9c-.01 5.84-4.75 10.58-10.59 10.59h-12.56v-57.5h12.56c5.82-.03 10.56 4.67 10.59 10.5 0 .03 0 .07 0 .1v36.3zm2.98 0v-36.3c.01-7.5-6.1-13.59-13.55-13.6-.01 0-.02 0-.02 0h-15.1c-.24 0-.43.19-.43.43v62.6c-.01.26.17.49.43.53h15.1c7.5 0 13.58-6.08 13.58-13.58 0-.01 0-.02 0-.02m-45 13.1v-1.95c.03-.26-.17-.5-.43-.53-.02 0-.05 0-.07 0h-25.73v-27.44h23.69c.26.01.48-.18.51-.43v-1.97c-.02-.27-.24-.48-.51-.51h-23.69v-27.2h25.73c.28-.02.49-.25.51-.53v-2.05c-.02-.26-.25-.45-.51-.43h-28.2c-.25 0-.47.18-.51.43v62.6c.02.27.23.5.51.53h28.2c.28-.02.49-.25.5-.53m-48.5-35.2c-.01 5.81-4.73 10.51-10.54 10.5-.02 0-.03 0-.05 0h-12.56v-35.3h12.56c5.81-.04 10.55 4.64 10.59 10.45 0 .05 0 .1 0 .14v14.23zm2.98 0v-14.23c.01-7.5-6.1-13.59-13.55-13.6-.01 0-.02 0-.02 0h-15.1c-.23 0-.41.18-.41.41 0 .01 0 .02 0 .02v62.6c0 .26.17.53.41.53h2.05c.28-.02.51-.25.53-.53v-21.66h13.58l9.24 21.78c.1.19.29.33.51.36h2.14c.28.02.52-.19.54-.47.01-.08-.01-.16-.04-.23l-9.29-22.1c5.63-1.82 9.46-7.1 9.48-12.98m-45.1 35.2v-1.95c.03-.26-.17-.5-.43-.53-.03 0-.05 0-.07 0h-25.73v-27.32h23.69c.26.01.48-.18.51-.43v-1.97c-.02-.27-.24-.48-.51-.51h-23.69v-27.2h25.76c.28-.02.49-.25.51-.53v-2.05c-.03-.26-.25-.45-.51-.43h-28.2c-.25 0-.47.18-.51.43v62.6c.02.27.23.5.51.53h28.2c.28-.02.49-.25.51-.53m-43.3-62.4c.01-.28-.2-.52-.48-.53-.01 0-.02 0-.03 0h-2.05c-.23-.01-.42.16-.43.38 0 .02 0 .03 0 .05l-.94 29.2-3.66 29.49-7.7-30.52c0-.17-.27-.34-.43-.34h-3.83c-.19 0-.43.17-.43.34l-7.7 30.52-3.66-29.49-.87-29.2c.01-.23-.16-.42-.38-.43-.02 0-.03 0-.05 0h-2.05c-.28 0-.51.23-.51.5 0 .01 0 .02 0 .02l.84 29.3 4.12 33.2c0 .17.34.43.51.43h3.75c.17 0 .43-.19.43-.36l7.94-31.53 7.87 31.53c0 .17.24.36.51.36h3.68c.17 0 .41-.26.51-.43l4.09-33.2.94-29.3zm-50.84 50.3c0 5.8-4.7 10.5-10.5 10.5h-3.08c-5.8.01-10.51-4.67-10.52-10.47 0-.01 0-.02 0-.02v-38.4c-.04-5.81 4.64-10.55 10.45-10.59.02 0 .05 0 .07 0h3.08c5.81.01 10.51 4.73 10.5 10.54 0 .02 0 .03 0 .05v38.4m3.08 0v-38.4c.01-7.49-6-13.56-13.53-13.58-.02 0-.03 0-.05 0h-3.08c-7.5-.01-13.59 6.1-13.6 13.55 0 .01 0 .02 0 .02v38.3c0 7.5 6.08 13.58 13.58 13.58.01 0 .02 0 .02 0h3.08c7.49.01 13.56-6 13.58-13.53 0-.02 0-.03 0-.05m-48.1-23.2c-.01 5.81-4.73 10.51-10.54 10.5-.02 0-.03 0-.05 0h-12.57v-35.2h12.64c5.81-.04 10.55 4.64 10.59 10.45 0 .05 0 .1 0 .14l-.07 14.1zm2.98 0v-14.1c.01-7.5-6.1-13.59-13.55-13.6-.01 0-.02 0-.02 0h-15.1c-.23 0-.41.18-.41.41 0 .01 0 .02 0 .02v62.6c0 .26.17.53.41.53h2.07c.27-.03.48-.25.51-.53v-21.66h12.64c7.49-.01 13.56-6.08 13.58-13.58'/%3E%3C/svg%3E");
    background-size: contain; }
  .header-nextevents .flexdatalist-alias {
    font-family: 'LL Circular', sans-serif;
    display: block;
    background: transparent;
    color: #b7b7b7;
    border: none;
    border-bottom: 1px solid #b7b7b7;
    padding: 0;
    margin: 20px 0 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    padding-right: 50px;
    position: relative;
    background: right center no-repeat transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' enable-background='new 0 0 16 16'%3E%3Cpath fill='%23ffffff' d='m16 14.97l-4.06-4.06c2.12-2.63 1.96-6.5-.48-8.95-1.27-1.27-2.95-1.97-4.74-1.97-1.79 0-3.48.7-4.74 1.97-1.27 1.27-1.97 2.95-1.97 4.74s.7 3.48 1.97 4.74c1.27 1.27 2.95 1.97 4.74 1.97 1.55 0 3-.52 4.2-1.48l4.06 4.06 1.03-1.03m-9.29-3c-1.4 0-2.72-.55-3.72-1.54-.99-.99-1.54-2.31-1.54-3.71s.55-2.72 1.54-3.72c.99-.99 2.31-1.54 3.72-1.54 1.4 0 2.72.55 3.72 1.54 2.05 2.05 2.05 5.38 0 7.43-.99.99-2.31 1.54-3.72 1.54'%3E%3C/path%3E%3C/svg%3E");
    background-size: 50px 34px;
    width: 100%; }
  .header-nextevents .home--selected-events {
    margin-top: 25px; }
    .header-nextevents .home--selected-events .home--selected-events--single {
      float: left;
      width: 100%; }
      .header-nextevents .home--selected-events .home--selected-events--single header {
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        .header-nextevents .home--selected-events .home--selected-events--single header .home--selected-events--single--posttype, .header-nextevents .home--selected-events .home--selected-events--single header time {
          font-weight: normal;
          font-size: 12px;
          line-height: 30px;
          border-bottom: 2px solid; }
        .header-nextevents .home--selected-events .home--selected-events--single header .home--selected-events--single--posttype {
          text-transform: uppercase;
          letter-spacing: 2px;
          font-weight: bold; }
        .header-nextevents .home--selected-events .home--selected-events--single header time {
          padding-left: 10px;
          border-bottom-color: rgba(255, 255, 255, 0.5); }
          .header-nextevents .home--selected-events .home--selected-events--single header time.date-end {
            padding-left: 0; }
          .header-nextevents .home--selected-events .home--selected-events--single header time:last-child {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
      .header-nextevents .home--selected-events .home--selected-events--single h2 {
        font-weight: bold;
        font-size: 23px;
        line-height: 34px;
        margin-bottom: 10px; }
        .header-nextevents .home--selected-events .home--selected-events--single h2 a {
          color: white;
          text-decoration: none; }
      .header-nextevents .home--selected-events .home--selected-events--single .home--selected-events--single--date {
        font-weight: normal;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px; }
      .header-nextevents .home--selected-events .home--selected-events--single .home--selected-events--single--meta, .header-nextevents .home--selected-events .home--selected-events--single p {
        font-weight: normal;
        font-size: 13px;
        line-height: 18px; }
      .header-nextevents .home--selected-events .home--selected-events--single a.button.register {
        margin-top: 1rem;
        float: left; }
    .header-nextevents .home--selected-events .owl-theme .owl-dots .owl-dot span {
      width: 6px;
      height: 6px;
      background: rgba(255, 255, 255, 0.4); }
    .header-nextevents .home--selected-events .owl-theme .owl-dots .owl-dot.active span {
      background: #FFF; }
  @media (max-width: 1024px) {
    .header-nextevents .scroll-down {
      display: none !important; } }
  @media (min-width: 768px) {
    .header-nextevents {
      min-height: 100vh; }
      .header-nextevents h1 {
        width: 108px;
        height: 140px; }
      .header-nextevents .home--selected-events {
        margin-top: 40px; }
        .header-nextevents .home--selected-events .owl-stage-outer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .header-nextevents .home--selected-events .owl-item {
          width: 40% !important; }
          .header-nextevents .home--selected-events .owl-item header .home--selected-events--single--posttype, .header-nextevents .home--selected-events .owl-item header time {
            font-size: 14px; }
          .header-nextevents .home--selected-events .owl-item .home--selected-events--single h2 {
            font-weight: normal;
            font-size: 32px;
            line-height: 38px;
            margin-bottom: 15px; }
          .header-nextevents .home--selected-events .owl-item:first-child {
            height: 100%;
            margin-right: 10%; }
          .header-nextevents .home--selected-events .owl-item:nth-child(n+2) {
            width: 25% !important;
            padding-left: 10px;
            margin-bottom: 40px;
            display: inline-block;
            float: none;
            vertical-align: top; }
            .header-nextevents .home--selected-events .owl-item:nth-child(n+2) .home--selected-events--single h2 {
              font-weight: normal;
              font-size: 17px;
              line-height: 22px;
              margin-bottom: 10px;
              text-decoration: none; } }
  @media (min-width: 1441px) {
    .header-nextevents h1 {
      width: 180px;
      height: 233px; }
    .header-nextevents .home--selected-events .owl-item header .home--selected-events--single--posttype, .header-nextevents .home--selected-events .owl-item header time {
      font-size: 16px; }
    .header-nextevents .home--selected-events .owl-item header time {
      padding-left: 16px; }
    .header-nextevents .home--selected-events .owl-item .home--selected-events--single h2 {
      font-weight: normal;
      font-size: 42px;
      line-height: 48px; }
    .header-nextevents .home--selected-events .owl-item:nth-child(n+2) .home--selected-events--single h2 {
      font-weight: normal;
      font-size: 22px;
      line-height: 28px; } }
  .header-nextevents.header-splash-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .header-nextevents.header-splash-page .header-splash-page--video,
    .header-nextevents.header-splash-page .header-splash-page--cover,
    .header-nextevents.header-splash-page .video-js {
      position: absolute;
      z-index: 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .header-nextevents.header-splash-page .header-splash-page--video .header-splash-page--cover {
      background: center center no-repeat transparent;
      background-size: cover; }
    .header-nextevents.header-splash-page .header-splash-page--video .video-js {
      display: none; }
      .header-nextevents.header-splash-page .header-splash-page--video .video-js .vjs-tech {
        height: 100vh; }
    .header-nextevents.header-splash-page .header-splash-page--video .vjs-big-play-button {
      display: none !important; }
    .header-nextevents.header-splash-page h1 {
      margin: 0;
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 1; }
    .header-nextevents.header-splash-page > .container {
      position: relative;
      z-index: 2;
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 90%;
      max-width: 900px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .header-nextevents.header-splash-page > .container div {
        text-align: center; }
        .header-nextevents.header-splash-page > .container div h2 {
          text-align: left;
          font-weight: normal;
          font-size: 24px;
          line-height: 34px; }
          .header-nextevents.header-splash-page > .container div h2 span {
            -webkit-box-shadow: inset 0 -0.05em white;
                    box-shadow: inset 0 -0.05em white; }
    .header-nextevents.header-splash-page .header-splash-page--cover {
      opacity: 1;
      -webkit-transition: opacity ease-in .4s;
      -o-transition: opacity ease-in .4s;
      transition: opacity ease-in .4s; }
    .header-nextevents.header-splash-page.video_playing .header-splash-page--cover {
      opacity: 0; }
    @media (max-width: 767px) {
      .header-nextevents.header-splash-page h1 {
        width: 80px;
        height: 103px; }
      .header-nextevents.header-splash-page > .container {
        padding: 0; }
        .header-nextevents.header-splash-page > .container div .button {
          position: absolute;
          bottom: 60px;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: auto;
          white-space: nowrap; }
        .header-nextevents.header-splash-page > .container div .flexdatalist-alias {
          margin-bottom: 40px; } }
    @media (max-width: 320px) {
      .header-nextevents.header-splash-page h1 {
        width: 62px;
        height: 64px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 45 46' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cpath d='m44.2 43.2v-10.23c-.01-.05-.05-.09-.1-.09h-.42c-.02 0-.05.01-.06.02-.02.02-.03.04-.02.06v10.23c-.01 1.18-.97 2.13-2.15 2.13h-.42c-1.18 0-2.14-.95-2.15-2.13v-10.23c0-.02-.01-.05-.02-.06-.02-.02-.04-.03-.06-.02h-.42c-.05 0-.1.03-.1.09v10.23c0 .73.29 1.44.81 1.96.52.52 1.22.81 1.96.8h.42c.73 0 1.43-.29 1.95-.81.52-.52.81-1.22.81-1.95m-9.64-4.7c0 .57-.23 1.11-.63 1.51-.4.4-.95.62-1.52.62h-2.55v-7.14h2.55c.57 0 1.12.22 1.52.63.4.4.63.95.63 1.52v2.86m.61 0v-2.86c0-.73-.29-1.43-.81-1.95-.52-.52-1.22-.81-1.95-.81h-3.07c-.02 0-.05.01-.06.02-.02.02-.03.04-.02.06v12.67c0 .05.03.1.09.1h.42c.06 0 .1-.05.1-.1v-4.39h2.76l1.87 4.42c.02.04.06.06.1.07h.43c.09 0 .14-.07.1-.14l-1.89-4.47c1.14-.37 1.92-1.43 1.92-2.64m-9.34 4.7v-10.23c-.01-.05-.05-.09-.1-.09h-.42c-.02 0-.05.01-.06.02-.02.02-.03.04-.02.06v10.23c-.01 1.18-.97 2.13-2.15 2.13h-.42c-1.18 0-2.14-.95-2.15-2.13v-10.23c0-.02-.01-.05-.02-.06-.02-.02-.04-.03-.06-.02h-.42c-.05 0-.1.03-.1.09v10.23c0 .73.29 1.44.81 1.96.52.52 1.22.81 1.96.8h.42c.73 0 1.43-.29 1.95-.81.52-.52.81-1.22.81-1.95m-9.1 0v-4.1c0-.06-.05-.1-.1-.1h-2.66c-.06 0-.1.05-.1.1v.42c.01.05.05.09.1.09h2.13v3.59c0 .57-.22 1.11-.62 1.51-.4.4-.94.62-1.51.62h-.62c-.57 0-1.11-.22-1.51-.62-.4-.4-.62-.94-.62-1.51v-7.77c0-.57.22-1.11.62-1.51.4-.4.94-.62 1.51-.62h.62c.57 0 1.11.22 1.51.62.4.4.62.94.62 1.51v.21c0 .06.05.1.1.1h.42c.06 0 .1-.05.1-.1v-.21c0-.73-.29-1.43-.81-1.95-.52-.52-1.22-.81-1.95-.81h-.62c-.73 0-1.43.29-1.95.81-.52.52-.81 1.22-.81 1.95v7.77c0 .73.29 1.43.8 1.95.52.52 1.22.81 1.95.81h.62c.73 0 1.43-.29 1.95-.81.52-.52.81-1.22.81-1.95m-8.58-9v-.75c0-.15-.06-.28-.17-.39-.11-.1-.25-.16-.39-.15h-6.24c-.15 0-.29.05-.39.15-.11.1-.17.24-.17.39v.75c0 .31.25.56.56.56h2.2v10.47c0 .15.05.29.16.4.11.11.25.16.4.16h.73c.15 0 .29-.05.4-.16.11-.11.16-.25.16-.4v-10.47h2.2c.31 0 .56-.25.56-.56h-.01'/%3E%3Cpath d='m43.5 24.2h-4.51l1.87-7.14h.76l1.87 7.14m.71.29v-.03l-2.1-7.94c0-.03-.05-.07-.1-.07h-1.53c-.05 0-.1.03-.1.07l-2.1 7.94v4.75c0 .06.05.1.1.1h.42c.05-.01.09-.05.09-.1v-4.39h4.71v4.39c0 .05.03.1.09.1h.42c.06 0 .1-.05.1-.1v-4.72m-8.98 4.72v-.4c0-.03-.01-.05-.03-.07-.02-.02-.05-.03-.07-.03h-2.76v-11.65h2.55c.06 0 .1-.05.1-.1v-.42c-.01-.05-.05-.09-.1-.09h-5.72c-.05 0-.1.03-.1.09v.42c0 .06.05.1.1.1h2.55v11.65h-2.76c-.03 0-.05.01-.07.03-.02.02-.03.05-.03.07v.4c0 .06.05.1.1.1h6.14c.06 0 .1-.05.1-.1m-9.85-2.66c0 1.19-.96 2.15-2.15 2.15h-2.55v-11.65h2.55c.57 0 1.12.22 1.52.63.4.4.63.95.63 1.52v7.35m.61 0v-7.35c0-.73-.29-1.43-.81-1.95-.52-.52-1.22-.81-1.95-.81h-3.07c-.02 0-.05.01-.06.02-.02.02-.03.04-.02.06v12.67c0 .05.03.1.09.1h3.07c.73 0 1.43-.29 1.95-.81.52-.52.81-1.22.81-1.95m-8.81 2.2v-.73c0-.31-.25-.56-.56-.56h-4.23v-3.67h3.85c.31 0 .56-.25.56-.56v-.73c0-.15-.05-.29-.16-.4-.11-.11-.25-.16-.4-.16h-3.85v-3.67h4.23c.31-.01.55-.25.56-.56v-.75c-.01-.3-.26-.54-.56-.54h-5.53c-.3 0-.54.24-.54.54v11.77c0 .15.05.29.15.39.1.11.24.17.39.17h5.53c.31 0 .56-.25.56-.56m-9.33.45v-12.67c0-.02-.01-.05-.02-.06-.02-.02-.04-.03-.06-.02h-.76c-.03 0-.09.03-.09.05l-2.43 6.45-2.43-6.45c0-.02-.05-.05-.09-.05h-.76c-.02 0-.05.01-.06.02-.02.02-.03.04-.02.06v12.67c0 .05.03.1.09.1h.42c.06 0 .1-.05.1-.1v-11.86l2.32 6.17c0 .03.05.07.09.07h.7c.03 0 .09-.03.09-.07l2.32-6.17v11.86c0 .06.05.1.1.1h.42c.05-.01.09-.05.09-.1'/%3E%3Cpath d='m44.75 12.45v-.73c0-.31-.25-.56-.56-.56h-4.23v-3.67h3.85c.31 0 .56-.25.56-.56v-.73c0-.15-.05-.29-.16-.4-.11-.11-.25-.16-.4-.16h-3.85v-3.67h4.23c.31-.01.55-.25.56-.56v-.75c-.01-.3-.26-.54-.56-.54h-5.53c-.3 0-.54.24-.54.54v11.77c0 .15.05.29.15.39.1.11.24.17.39.17h5.53c.31 0 .56-.25.56-.56m-9.52.45v-.4c0-.03-.01-.05-.03-.07-.02-.02-.05-.03-.07-.03h-5.22v-5.53h4.8c.05 0 .1-.03.1-.09v-.42c0-.06-.05-.1-.1-.1h-4.8v-5.51h5.22c.06 0 .1-.05.1-.1v-.42c-.01-.05-.05-.09-.1-.09h-5.73c-.05 0-.1.03-.1.09v12.67c0 .06.05.1.1.1h5.73c.06 0 .1-.05.1-.1m-9.4 0v-12.67c-.01-.05-.05-.09-.1-.09h-.42c-.02 0-.05.01-.06.02-.02.02-.03.04-.02.06v6h-4.72v-6c0-.02-.01-.05-.02-.06-.02-.02-.04-.03-.06-.02h-.42c-.05 0-.1.03-.1.09v12.67c0 .06.05.1.1.1h.42c.05-.01.09-.05.09-.1v-6h4.72v6c0 .05.03.1.09.1h.42c.06 0 .1-.05.1-.1m-8.79-12.26v-.42c0-.02-.01-.05-.02-.06-.02-.02-.04-.03-.06-.02h-6.56c-.02 0-.05.01-.06.02-.02.02-.03.04-.02.06v.42c0 .05.03.1.09.1h2.96v12.15c0 .06.05.1.1.1h.42c.06 0 .1-.05.1-.1v-12.15h2.96c.05-.01.09-.05.09-.1m-8.2 11.81v-11.77c0-.15-.06-.28-.17-.39-.11-.1-.25-.16-.39-.15h-2.06c-.21 0-.47.16-.5.35l-1.04 4.25c-.1.36-.19 1.44-.19 1.44-.04-.48-.1-.96-.19-1.44l-1.04-4.24c-.03-.19-.3-.35-.5-.35h-2.06c-.15 0-.29.05-.39.15-.11.1-.17.24-.17.39v11.77c0 .15.05.29.16.4.11.11.25.16.4.16h.73c.15 0 .29-.05.4-.16.11-.11.16-.25.16-.4v-8.1c0-.45-.14-2.13-.14-2.13h.42c0 0 .21 1.68.33 2.13l.92 3.14c.08.22.29.36.52.36h.94c.23 0 .44-.15.52-.36l.92-3.14c.12-.45.33-2.13.33-2.13h.42c0 0-.14 1.68-.14 2.13v8.1c0 .15.05.29.16.4.11.11.25.16.4.16h.71c.15 0 .29-.05.4-.16.11-.11.16-.25.16-.4'/%3E%3C/g%3E%3C/svg%3E"); }
      .header-nextevents.header-splash-page > .container div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-top: 110px;
        padding-bottom: 60px; }
        .header-nextevents.header-splash-page > .container div .button {
          position: relative;
          bottom: auto;
          left: auto;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }
    @media (min-width: 768px) {
      .header-nextevents.header-splash-page {
        padding-left: 160px; }
        .header-nextevents.header-splash-page > .container div {
          text-align: right; }
          .header-nextevents.header-splash-page > .container div h2 {
            padding-bottom: 50px; }
          .header-nextevents.header-splash-page > .container div h2, .header-nextevents.header-splash-page > .container div .flexdatalist-alias {
            font-weight: normal;
            font-size: 63px;
            line-height: 74px; }
          .header-nextevents.header-splash-page > .container div .flexdatalist-alias {
            background-size: 50px 74px; } }
    @media (max-width: 1024px) and (min-width: 768px) {
      .header-nextevents.header-splash-page > .container {
        padding: 0 0 40px 0;
        max-width: 550px; }
        .header-nextevents.header-splash-page > .container div h2 {
          text-align: left;
          font-weight: normal;
          font-size: 42px;
          line-height: 54px; }
        .header-nextevents.header-splash-page > .container div .flexdatalist-alias {
          background-size: 50px 54px; } }
    @media (min-width: 1025px) {
      .header-nextevents.header-splash-page > .container {
        padding: 0 0 40px 0; } }
    @media (min-width: 1441px) {
      .header-nextevents.header-splash-page {
        padding-left: 200px; }
        .header-nextevents.header-splash-page h1 {
          width: 180px;
          height: 233px; }
        .header-nextevents.header-splash-page > .container div h2, .header-nextevents.header-splash-page > .container div .flexdatalist-alias {
          font-weight: normal;
          font-size: 72px;
          line-height: 85px; } }

@media (min-width: 768px) {
  .header--events--carousel .owl-stage {
    width: 100% !important; } }

body.home > .flexdatalist-results {
  background: transparent;
  border-color: none;
  padding-top: 5px; }
  @media (max-width: 1024px) {
    body.home > .flexdatalist-results {
      background: rgba(255, 255, 255, 0.95); }
      body.home > .flexdatalist-results#flex2-results {
        background: transparent; } }
  body.home > .flexdatalist-results#flex2-results .item {
    background: transparent !important;
    font-family: 'LL Circular', sans-serif;
    color: #b7b7b7;
    padding: 0;
    font-size: 15px; }
    body.home > .flexdatalist-results#flex2-results .item:hover, body.home > .flexdatalist-results#flex2-results .item.active {
      color: #f7f7f7;
      background: transparent !important; }
    @media (min-width: 1441px) {
      body.home > .flexdatalist-results#flex2-results .item {
        font-weight: normal;
        font-size: 20px;
        line-height: 28px; } }

section.content {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  section.content .container .content--content {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px; }
    section.content .container .content--content header h1, section.content .container .content--content header h2, section.content .container .content--content header h3, section.content .container .content--content header h4 {
      display: block; }
    section.content .container .content--content header time {
      color: #505050;
      text-transform: capitalize;
      margin-bottom: 10px;
      display: inline-block; }
      section.content .container .content--content header time.time-date_end:before {
        content: ' - '; }
    section.content .container .content--content header .content--content--lecture-meta {
      margin-bottom: 32px; }
      section.content .container .content--content header .content--content--lecture-meta p, section.content .container .content--content header .content--content--lecture-meta h4 {
        font-weight: normal;
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 0; }
      section.content .container .content--content header .content--content--lecture-meta h4 {
        color: #b7b7b7; }
      section.content .container .content--content header .content--content--lecture-meta tr td:first-child {
        padding-right: 16px; }
    section.content .container .content--content h1 {
      font-weight: normal;
      font-size: 36px;
      line-height: 38px;
      margin-bottom: 30px; }
    section.content .container .content--content h2 {
      font-weight: normal;
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 0.5em; }
    section.content .container .content--content h3 {
      font-weight: normal;
      font-size: 24px;
      line-height: 26px;
      margin-bottom: 0.5em; }
    section.content .container .content--content h4 {
      font-weight: normal;
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 0.5em; }
    section.content .container .content--content p {
      margin-bottom: 13px; }
    section.content .container .content--content ul {
      list-style: outside;
      padding-left: 32px; }
      section.content .container .content--content ul li {
        margin-bottom: 0.5em; }
    section.content .container .content--content img {
      max-width: 100%;
      height: auto;
      margin: 16px 0; }
  @media (min-width: 1025px) {
    section.content .content--content,
    section.content .content--relatedposts {
      margin: 0 calc(100% / 12); }
    section.content .content--content header .content--content--posttype {
      margin-bottom: 16px; }
    section.content .content--content h1 {
      font-weight: normal;
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 20px; } }

.lecture--guru {
  margin: 30px 0; }
  .lecture--guru h2 {
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0.5em; }

section.header-fullimage {
  width: 100%;
  height: 40vw;
  min-height: 400px;
  background: center center no-repeat transparent;
  background-size: cover;
  position: relative; }
  section.header-fullimage .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 1;
    position: relative; }
    section.header-fullimage .container .content--content h1 {
      margin-bottom: 0;
      color: white; }

.lecture--gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e3128+0,3e3128+100&0.6+0,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(62, 49, 40, 0.6) 0%, rgba(62, 49, 40, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(62, 49, 40, 0.6)), to(rgba(62, 49, 40, 0)));
  background: -o-linear-gradient(left, rgba(62, 49, 40, 0.6) 0%, rgba(62, 49, 40, 0) 100%);
  background: linear-gradient(to right, rgba(62, 49, 40, 0.6) 0%, rgba(62, 49, 40, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#993e3128', endColorstr='#003e3128',GradientType=1 );
  /* IE6-9 */ }

.content--content--posttype {
  font-size: 13px !important;
  margin-bottom: 24px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .content--content--posttype:after {
    content: '';
    border-bottom: 1px solid #b7b7b7;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
    body.single-guru .content--content--posttype:after {
      display: none; }
  .content--content--posttype span {
    border-bottom: 3px solid; }

section.content.guru--footer {
  padding-top: 0; }
  section.content.guru--footer .content--content {
    padding: 0 8px;
    font-size: 14px; }
    section.content.guru--footer .content--content a {
      text-decoration: none; }
      section.content.guru--footer .content--content a:hover {
        text-decoration: underline; }
        section.content.guru--footer .content--content a:hover:before {
          text-decoration: none; }

.single-guru .article-single section {
  padding: 0 0 50px 0; }
  .single-guru .article-single section:first-child {
    padding-top: 50px; }
  .single-guru .article-single section.single--related-posts-fields {
    padding-bottom: 0; }

section.content.single--related-posts-fields {
  padding-top: 0; }

section.content .content--content.content--content-about p {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1em; }

@media (min-width: 480px) and (max-width: 1024px) {
  section.content .content--content.content--content-about {
    padding-right: 32px; } }

.content--sidebar {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px; }
  .content--sidebar h4 {
    text-transform: uppercase;
    margin-bottom: 1em; }
  .content--sidebar .content--sidebar--credits {
    max-width: 240px;
    clear: both; }
    .content--sidebar .content--sidebar--credits dt {
      font-weight: bold; }
    .content--sidebar .content--sidebar--credits dd {
      margin-bottom: 1em; }
    @media (max-width: 1024px) {
      .content--sidebar .content--sidebar--credits {
        margin-top: 20px; } }
  .content--sidebar .content--sidebar--partners {
    margin: 0 -10px; }
    .content--sidebar .content--sidebar--partners h4 {
      margin: 0 10px 1em; }
    .content--sidebar .content--sidebar--partners a {
      float: left;
      overflow: hidden;
      width: calc(50% - 20px);
      margin: 10px;
      position: relative;
      background: #f7f7f7;
      -webkit-transition: background .2s;
      -o-transition: background .2s;
      transition: background .2s;
      padding-top: 28%; }
      .content--sidebar .content--sidebar--partners a img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        width: 60%;
        height: auto; }
      .content--sidebar .content--sidebar--partners a:hover {
        background: #F0F0F0; }
    @media (max-width: 767px) {
      .content--sidebar .content--sidebar--partners {
        margin-top: 30px; } }
  .content--sidebar > div {
    margin-bottom: 30px; }
  .content--sidebar div {
    float: left; }
  .content--sidebar aside {
    clear: both; }

.live--header .container {
  position: relative; }
  .live--header .container > .fb-video {
    width: 100%;
    height: 0;
    padding-top: 56%; }
    .live--header .container > .fb-video > span {
      width: 100% !important;
      height: 100% !important;
      position: absolute !important;
      top: 0;
      left: 0;
      vertical-align: top !important; }
      .live--header .container > .fb-video > span > iframe {
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0;
        left: 0;
        visibility: visible !important; }
  @media (max-width: 1024px) {
    .live--header .container {
      padding: 0; } }

section.content .content--content.content--content-live p {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1em; }

@media (min-width: 480px) and (max-width: 1024px) {
  section.content .content--content.content--content-live {
    padding-right: 32px; } }

.page-template-template-press section.content .content--content.content--content-press .press--year {
  margin-top: 50px; }
  .page-template-template-press section.content .content--content.content--content-press .press--year > div {
    border-top: 1px solid #b7b7b7;
    padding-bottom: 16px; }
    .page-template-template-press section.content .content--content.content--content-press .press--year > div > header {
      margin: 16px 0;
      font-weight: normal;
      font-size: 16px;
      line-height: 36px; }
      .page-template-template-press section.content .content--content.content--content-press .press--year > div > header a {
        color: #9CB0F2; }
        .page-template-template-press section.content .content--content.content--content-press .press--year > div > header a:after {
          content: '';
          width: 36px;
          height: 36px;
          display: inline-block;
          border: 1px solid #9CB0F2;
          border-radius: 50%;
          vertical-align: middle;
          margin-left: 10px;
          background: center center no-repeat;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' enable-background='new 0 0 10 10'%3E%3Cg transform='translate(448 57)'%3E%3Cpath fill='%239CB0F2' d='m-439.4-49.2v-5.3l-6.83 6.84-.82-.82 6.83-6.84h-5.3v-1.07h7.24v7.19h-1.12' enable-background='new'/%3E%3C/g%3E%3C/svg%3E");
          background-size: 12px; }
      .page-template-template-press section.content .content--content.content--content-press .press--year > div > header span {
        color: #b7b7b7; }
    .page-template-template-press section.content .content--content.content--content-press .press--year > div article {
      border-top: none;
      margin-bottom: 16px; }
      .page-template-template-press section.content .content--content.content--content-press .press--year > div article .single-item-listing--coverimage {
        padding: 25% 0 0 0;
        background: center center transparent scroll no-repeat;
        background-size: cover;
        position: relative; }
        .page-template-template-press section.content .content--content.content--content-press .press--year > div article .single-item-listing--coverimage a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      .page-template-template-press section.content .content--content.content--content-press .press--year > div article h4 {
        color: #b7b7b7 !important; }
      .page-template-template-press section.content .content--content.content--content-press .press--year > div article a {
        text-decoration: none; }
      .page-template-template-press section.content .content--content.content--content-press .press--year > div article:last-child {
        border-bottom: none; }

.press--sidebar {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  padding-top: 24px; }
  .press--sidebar a {
    display: block;
    text-decoration: none;
    color: #b7b7b7; }
  @media (max-width: 767px) {
    .press--sidebar {
      display: none; } }

body.page-template-template-calendar .content--content-calendar .calendar--aside {
  margin-bottom: 16px; }
  body.page-template-template-calendar .content--content-calendar .calendar--aside h3 {
    font-weight: normal;
    font-size: 13px;
    line-height: 23px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #515151;
    border-bottom: 1px solid #b7b7b7; }
  body.page-template-template-calendar .content--content-calendar .calendar--aside ul {
    padding-left: 0 !important;
    list-style: none !important; }
    body.page-template-template-calendar .content--content-calendar .calendar--aside ul li {
      font-weight: normal;
      font-size: 12px;
      line-height: 26px; }
  body.page-template-template-calendar .content--content-calendar .calendar--aside a {
    text-decoration: none;
    color: #b7b7b7;
    line-height: 19px;
    padding: 5px 10px;
    margin-top: 7px;
    border-radius: 16px; }
    body.page-template-template-calendar .content--content-calendar .calendar--aside a.active {
      background: #e3e3e4;
      text-transform: capitalize;
      color: #515151; }

body.page-template-template-calendar .content--content-calendar .calendar--listings .calendar--list .calendar--pagination ul {
  text-align: center; }
  body.page-template-template-calendar .content--content-calendar .calendar--listings .calendar--list .calendar--pagination ul li {
    margin: 0 8px;
    width: 26px;
    height: 26px;
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    border: 1px solid lightgrey;
    display: inline-block; }
    body.page-template-template-calendar .content--content-calendar .calendar--listings .calendar--list .calendar--pagination ul li a {
      text-decoration: none;
      color: lightgrey;
      width: 100%;
      height: 100%;
      display: block;
      -webkit-transition: all .1s ease-in;
      -o-transition: all .1s ease-in;
      transition: all .1s ease-in; }
      body.page-template-template-calendar .content--content-calendar .calendar--listings .calendar--list .calendar--pagination ul li a:hover {
        background: lightgrey;
        color: #515151; }
    body.page-template-template-calendar .content--content-calendar .calendar--listings .calendar--list .calendar--pagination ul li.active {
      background: lightgrey; }
      body.page-template-template-calendar .content--content-calendar .calendar--listings .calendar--list .calendar--pagination ul li.active a {
        color: #515151; }

section.content .container .contacts--content {
  float: left;
  width: 100%;
  max-width: 700px; }
  section.content .container .contacts--content h1 {
    font-weight: normal;
    font-size: 2.25rem;
    line-height: 2.875rem;
    padding-bottom: 12px; }
  section.content .container .contacts--content .contacts--content--row {
    padding: 25px 0;
    border-bottom: 1px solid #b7b7b7;
    width: 100%; }
    section.content .container .contacts--content .contacts--content--row:nth-of-type(1) {
      border-top: 1px solid #515151; }
    section.content .container .contacts--content .contacts--content--row h2 {
      font-weight: normal;
      font-size: 20px;
      line-height: 24px; }
    section.content .container .contacts--content .contacts--content--row dl dt, section.content .container .contacts--content .contacts--content--row dl dd {
      float: left;
      margin-bottom: 8px;
      font-weight: normal;
      font-size: 0.875rem;
      line-height: 1.125rem; }
    section.content .container .contacts--content .contacts--content--row dl dt {
      text-transform: uppercase;
      min-width: 70px;
      clear: left; }
    section.content .container .contacts--content .contacts--content--row .menu {
      padding-left: 0; }

body.page-template-template-books .books--series, body.page-template-template-education .books--series {
  margin-top: 50px; }
  body.page-template-template-books .books--series header h2, body.page-template-template-education .books--series header h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DADADA; }

body.page-template-template-books .books-list, body.page-template-template-education .books-list {
  max-width: 740px;
  margin: 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.page-template-template-books .books-list .books-list--book, body.page-template-template-education .books-list .books-list--book {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 16px;
    margin-bottom: 50px;
    text-decoration: none; }
    body.page-template-template-books .books-list .books-list--book .books-list--book--image, body.page-template-template-education .books-list .books-list--book .books-list--book--image {
      max-width: 100%;
      margin-bottom: 24px; }
    body.page-template-template-books .books-list .books-list--book .books-list--book--meta h3, body.page-template-template-books .books-list .books-list--book .books-list--book--meta h4, body.page-template-template-education .books-list .books-list--book .books-list--book--meta h3, body.page-template-template-education .books-list .books-list--book .books-list--book--meta h4 {
      font-weight: normal;
      font-size: 17px;
      line-height: 22px; }
    body.page-template-template-books .books-list .books-list--book .books-list--book--meta h3, body.page-template-template-education .books-list .books-list--book .books-list--book--meta h3 {
      font-weight: bold; }
  @media (min-width: 1025px) {
    body.page-template-template-books .books-list, body.page-template-template-education .books-list {
      margin-left: calc(100% / 12); } }

body.single-lecture .single--video {
  width: 100%;
  height: 0;
  padding-top: 56%;
  background: #e7ebfd;
  position: relative;
  background: center center no-repeat transparent;
  background-size: cover; }
  body.single-lecture .single--video .single--video--language {
    position: absolute;
    z-index: 3;
    top: 25px;
    right: 25px; }
    body.single-lecture .single--video .single--video--language a {
      color: #b7b7b7;
      text-decoration: none;
      margin-left: 10px;
      opacity: 0.5;
      cursor: pointer; }
      body.single-lecture .single--video .single--video--language a.active, body.single-lecture .single--video .single--video--language a:hover {
        color: white;
        text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7); }
      body.single-lecture .single--video .single--video--language a.active {
        cursor: default; }
  body.single-lecture .single--video .single--video--language {
    opacity: 1;
    -webkit-transition: opacity ease-in .4s;
    -o-transition: opacity ease-in .4s;
    transition: opacity ease-in .4s; }
  body.single-lecture .single--video .container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    letter-spacing: 0.1em;
    z-index: 3;
    opacity: 1; }
    body.single-lecture .single--video .container time, body.single-lecture .single--video .container h1, body.single-lecture .single--video .container h2 {
      color: white;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
      display: block; }
    body.single-lecture .single--video .container time, body.single-lecture .single--video .container h2, body.single-lecture .single--video .container h1 {
      margin-bottom: 8px; }
    body.single-lecture .single--video .container time {
      font-family: 'LL Simple', 'LL Circular', sans-serif;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px; }
    body.single-lecture .single--video .container h2 {
      font-weight: bold;
      font-size: 24px;
      line-height: 1em; }
    body.single-lecture .single--video .container h1 {
      font-weight: normal;
      font-size: 24px;
      line-height: 1em; }
  body.single-lecture .single--video .single--video--container,
  body.single-lecture .single--video .video-js,
  body.single-lecture .single--video .single--video--container--cover,
  body.single-lecture .single--video .single--video--container--overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: center center no-repeat transparent;
    background-size: cover; }
  body.single-lecture .single--video .single--video--container,
  body.single-lecture .single--video .video-js,
  body.single-lecture .single--video .single--video--container--cover {
    background-color: black;
    z-index: 0; }
  body.single-lecture .single--video .single--video--container--overlay {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1; }
  body.single-lecture .single--video .video-js {
    display: none; }
  body.single-lecture .single--video .vjs-poster {
    background: center center no-repeat transparent;
    background-size: cover;
    display: none; }
  body.single-lecture .single--video .vjs-big-play-button {
    display: none; }
  body.single-lecture .single--video .single--video--button-play {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 2px solid white;
    border-radius: 50%;
    display: block;
    margin: 5px auto 0; }
    body.single-lecture .single--video .single--video--button-play span.play {
      width: 20px;
      height: 18px;
      display: block;
      margin: 15px auto;
      background: center center no-repeat transparent;
      background-image: url("data:image/svg+xml,%3Csvg width='21px' height='25px' viewBox='0 0 21 25' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='2' fill='none' fill-rule='evenodd' transform='translate(-32.000000, -28.000000)' stroke-linejoin='bevel'%3E%3Cg stroke='%23FFFFFF' stroke-width='2'%3E%3Cpolygon transform='translate(43.000000, 40.500000) rotate(-270.000000) translate(-43.000000, -40.500000) ' points='43 31 55 50 31 50'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-size: contain; }
      body.single-lecture .single--video .single--video--button-play span.play:before {
        content: ''; }
    body.single-lecture .single--video .single--video--button-play span.hide--text {
      display: none; }

@media (min-width: 1025px) {
  body.single-lecture .single--video {
    padding-top: 0;
    margin-top:40px;
    height: calc(100vh - 110px); }
    body.single-lecture .single--video .container {
      position: relative; }
      body.single-lecture .single--video .container time {
        font-weight: normal;
        font-size: 20px;
        line-height: 1em;
        margin-bottom: 40px; }
      body.single-lecture .single--video .container h2 {
        font-weight: normal;
        font-size: 36px;
        line-height: 1em;
        margin-bottom: 18px; }
      body.single-lecture .single--video .container h1 {
        font-weight: normal;
        font-size: 48px;
        line-height: 1em;
        margin-bottom: 40px; }
    body.single-lecture .single--video .single--video--button-play {
      width: 80px;
      height: 80px; }
      body.single-lecture .single--video .single--video--button-play span.play {
        margin: 25px auto;
        width: 27px;
        height: 27px; } }

.vjs-quality-selector .vjs-menu-button {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

.vjs-quality-selector .vjs-icon-placeholder {
  font-family: 'VideoJS';
  font-weight: normal;
  font-style: normal; }
  .vjs-quality-selector .vjs-icon-placeholder:before {
    content: '\f110'; }

.vjs-quality-changing .vjs-big-play-button {
  display: none; }

.vjs-quality-changing .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1; }

@media (max-width: 767px) {
  .vjs-control-bar {
    font-size: 16px; } }

@media (max-width: 1024px) {
  .vjs-control-bar {
    font-size: 13px; } }

.vjs-has-started .vjs-control-bar.hidden {
  opacity: 0; }

.vjs-resolution-button {
  color: #ccc;
  font-family: VideoJS; }

.vjs-resolution-button .vjs-resolution-button-staticlabel:before {
  content: '\f110';
  font-size: 1.8em;
  line-height: 1.67; }

.vjs-resolution-button .vjs-resolution-button-label {
  font-size: 1em;
  line-height: 3em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  font-family: Arial, Helvetica, sans-serif; }

.vjs-resolution-button ul.vjs-menu-content {
  width: 4em !important; }

.vjs-resolution-button .vjs-menu {
  left: 0; }

.vjs-resolution-button .vjs-menu li {
  text-transform: none;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif; }

body.single-gallery .gallery--figure {
  position: relative;
  margin-bottom: 32px; }
  body.single-gallery .gallery--figure figcaption {
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    margin-top: 8px; }
    body.single-gallery .gallery--figure figcaption .gallery--figure--caption {
      display: block;
      color: #b7b7b7;
      font-weight: normal;
      font-size: 10px;
      line-height: 15px; }
      body.single-gallery .gallery--figure figcaption .gallery--figure--caption span {
        color: #515151; }
  body.single-gallery .gallery--figure img {
    margin: 0 !important; }

@media (min-width: 1025px) {
  body.single-gallery .gallery--figure figcaption,
  body.single-gallery .gallery--figure figcaption .gallery--figure--caption {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px; } }

body.single-book .article-single .content--content header {
  margin-bottom: 30px; }
  body.single-book .article-single .content--content header h1 {
    margin-bottom: 0;
    font-weight: bold; }
  body.single-book .article-single .content--content header h2 {
    font-weight: normal;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 0; }

body.single-book .article-single .content--content .book--info {
  margin: 80px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  body.single-book .article-single .content--content .book--info div:first-child {
    padding-right: 6%; }
    body.single-book .article-single .content--content .book--info div:first-child img {
      margin: 0; }
  body.single-book .article-single .content--content .book--info div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    body.single-book .article-single .content--content .book--info div:last-child dl {
      margin-bottom: 20px; }
      body.single-book .article-single .content--content .book--info div:last-child dl dt, body.single-book .article-single .content--content .book--info div:last-child dl dd {
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        margin-top: 10px;
        display: inline; }
        body.single-book .article-single .content--content .book--info div:last-child dl dt:nth-child(-n+2), body.single-book .article-single .content--content .book--info div:last-child dl dd:nth-child(-n+2) {
          margin-top: 0; }
      body.single-book .article-single .content--content .book--info div:last-child dl dt {
        color: #9B9B9B;
        margin-right: 3px;
        display: inline-block; }
        body.single-book .article-single .content--content .book--info div:last-child dl dt:after {
          content: ':'; }
      body.single-book .article-single .content--content .book--info div:last-child dl dd:after {
        content: '';
        clear: both;
        display: block; }
    body.single-book .article-single .content--content .book--info div:last-child .button {
      color: #74A679; }

@media (min-width: 1025px) {
  body.single-book .article-single .content--content header h2 {
    font-weight: normal;
    font-size: 36px;
    line-height: 46px; } }

@media print {
  body.home,
  #cookie_box,
  body .header-main .header-main--filters,
  aside, .single--related-posts, .footer-main,
  .header-main .header-main--menu .container .header-main--menu--searchbar,
  .header-main .header-main--menu--container {
    display: none !important; } }

/* New Logo */

.header-nextevents .header-title{/*background:#009292;*/padding:0 50px;}
.header-nextevents h1 {background-image: url("/MEET_logo_intro.svg");margin:0;}
.header-nextevents.header-splash-page h1{position:static;top:auto;left:auto;}
.header-nextevents.header-splash-page .header-title {
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }

@media (min-width: 1441px){
    .header-nextevents .header-title{width:700px}
    .header-nextevents h1,.header-nextevents.header-splash-page h1 {
        width:100%;
        height: 200px;
    }
}
@media (min-width: 768px){
    .header-nextevents .header-title{width:600px;}
    .header-nextevents h1,.header-nextevents.header-splash-page h1 {
      width:100%;
        height: 170px;
    }
}
@media (max-width: 767px){
    .header-nextevents .header-title{margin-right:50px;width:auto;padding:0 30px;height:140px;}
    .header-nextevents.header-splash-page .header-title{position:static;margin-right:50px;}
    .header-nextevents h1,.header-nextevents.header-splash-page h1 {
      width:100%;
        height: 90px;
    }
}

.header-main .header-main--menu .container .header-main--menu--home-link{
  background-image:url("/MEET_logo.svg");
  
}
.header-main .header-main--menu .container .header-main--menu--left{width:60px}
@media (min-width: 1025px){
  .header-main .header-main--menu .container .header-main--menu--left {
      width: 80px;
  }
}

/* Splash Video */
.header-splash-page--cover--video{
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.header-nextevents{overflow:hidden;}

/* Dicono di noi problema mobile */
@media (max-width: 767px){
  .calendar--listings.width-three-fourth.width-md-full{
    top:0px !important;
  }
}

/* Nuova Area Press */
.page-template-template-pressarea section.content .content--content.content--content-press .press--year {
  margin-top: 50px; }
  .page-template-template-pressarea section.content .content--content.content--content-press .press--year > div {
    border-top: 1px solid #b7b7b7;
    padding-bottom: 16px; }
    .page-template-template-pressarea section.content .content--content.content--content-press .press--year > div > header {
      margin: 16px 0;
      font-weight: normal;
      font-size: 16px;
      line-height: 36px; }
      .page-template-template-pressarea section.content .content--content.content--content-press .press--year > div > header a {
        color: #9CB0F2; }
        .page-template-template-pressarea section.content .content--content.content--content-press .press--year > div > header a:after {
          content: '';
          width: 36px;
          height: 36px;
          display: inline-block;
          border: 1px solid #9CB0F2;
          border-radius: 50%;
          vertical-align: middle;
          margin-left: 10px;
          background: center center no-repeat;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' enable-background='new 0 0 10 10'%3E%3Cg transform='translate(448 57)'%3E%3Cpath fill='%239CB0F2' d='m-439.4-49.2v-5.3l-6.83 6.84-.82-.82 6.83-6.84h-5.3v-1.07h7.24v7.19h-1.12' enable-background='new'/%3E%3C/g%3E%3C/svg%3E");
          background-size: 12px; }
      .page-template-template-pressarea section.content .content--content.content--content-press .press--year > div > header span {
        color: #b7b7b7; }
    .page-template-template-pressarea section.content .content--content.content--content-press .press--year > div article {
      border-top: none;
      margin-bottom: 16px; }
      .page-template-template-pressarea section.content .content--content.content--content-press .press--year > div article .single-item-listing--coverimage {
        padding: 25% 0 0 0;
        background: center center transparent scroll no-repeat;
        background-size: cover;
        position: relative; }
        .page-template-template-pressarea section.content .content--content.content--content-press .press--year > div article .single-item-listing--coverimage a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      .page-template-template-pressarea section.content .content--content.content--content-press .press--year > div article h4 {
        color: #b7b7b7 !important; }
      .page-template-template-pressarea section.content .content--content.content--content-press .press--year > div article a {
        text-decoration: none; }
      .page-template-template-pressarea section.content .content--content.content--content-press .press--year > div article:last-child {
        border-bottom: none; }