@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------
   HACKS & RESETS
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------
  Normalize styles based on Foundation 5
  (normalize.css v3.0.2 | MIT License | git.io/normalize)
----------------------------------------------------------------------------------------------------*/
html {
  font-family: serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  text-rendering: optimizeLegibility; }

header, footer, aside, nav, menu, section, div, main,
article, details, figcaption, figure, summary,
hgroup, blockquote, address, object, embed {
  display: block; }

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none; }

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

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

img, svg {
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic; }

figure {
  margin: 0; }

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

pre {
  overflow: auto; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  height: auto;
  min-height: 50px; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/* Hacks & oldie styles
---------------------------------------------------------------------------------------------------- */
body.oldie {
  overflow: auto; }

.oldie .wrapper {
  width: 63.75em; }

/* Extenda 80 Peta
----------------------------------------------------------------------*/
@font-face {
  font-family: 'Extenda';
  src: url(../fonts/Extenda80Peta/Extenda80Peta.eot);
  src: url(../fonts/Extenda80Peta/Extenda80Peta.eot?#iefix) format("eot"), url(../fonts/Extenda80Peta/Extenda80Peta.woff) format("woff"), url(../fonts/Extenda80Peta/Extenda80Peta.ttf) format("truetype");
  font-style: normal; }
/* HeadingProTreble
----------------------------------------------------------------------*/
@font-face {
  font-family: 'Heading Pro Treble Bold';
  src: url(../fonts/HeadingProTreble/bold/HeadingProTreble-Bold.eot);
  src: url(../fonts/HeadingProTreble/bold/HeadingProTreble-Bold.eot?#iefix) format("eot"), url(../fonts/HeadingProTreble/bold/HeadingProTreble-Bold.woff) format("woff"), url(../fonts/HeadingProTreble/bold/HeadingProTreble-Bold.ttf) format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'Heading Pro Treble Extra Bold';
  src: url(../fonts/HeadingProTreble/extra_bold/HeadingProTreble-ExtraBold.eot);
  src: url(../fonts/HeadingProTreble/extra_bold/HeadingProTreble-ExtraBold.eot?#iefix) format("eot"), url(../fonts/HeadingProTreble/extra_bold/HeadingProTreble-ExtraBold.woff) format("woff"), url(../fonts/HeadingProTreble/extra_bold/HeadingProTreble-ExtraBold.ttf) format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'Heading Pro Treble Heavy';
  src: url(../fonts/HeadingProTreble/heavy/HeadingProTreble-Heavy.eot);
  src: url(../fonts/HeadingProTreble/heavy/HeadingProTreble-Heavy.eot?#iefix) format("eot"), url(../fonts/HeadingProTreble/heavy/HeadingProTreble-Heavy.woff) format("woff"), url(../fonts/HeadingProTreble/heavy/HeadingProTreble-Heavy.ttf) format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'Heading Pro Treble Regular';
  src: url(../fonts/HeadingProTreble/regular/HeadingProTreble-Regular.eot);
  src: url(../fonts/HeadingProTreble/regular/HeadingProTreble-Regular.eot?#iefix) format("eot"), url(../fonts/HeadingProTreble/regular/HeadingProTreble-Regular.woff) format("woff"), url(../fonts/HeadingProTreble/regular/HeadingProTreble-Regular.ttf) format("truetype");
  font-style: normal; }
/* GRID
---------------------------------------------------------------------------------------------------*/
/* FONTS
---------------------------------------------------------------------------------------------------*/
.bg_black {
  background-color: #000000; }

.bg_white {
  background-color: #ffffff; }

.bg_off_white {
  background-color: #eeeeee; }

.bg_light_grey {
  background-color: #dddddd; }

.bg_grey {
  background-color: #888888; }

.bg_orange {
  background-color: #ff3d00; }

.bg_light_orange {
  background-color: #ffb2b2; }

.normal {
  font-family: "Heading Pro Treble Regular", sans-serif;
  font-size: 25px;
  line-height: 35px; }

.bold {
  font-family: "Heading Pro Treble Extra Bold", sans-serif;
  font-size: 25px;
  line-height: 35px; }

.extra_bold {
  font-family: "Heading Pro Treble Heavy", sans-serif;
  font-size: 25px;
  line-height: 35px; }

html, body {
  font-size: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  background-color: #ffffff;
  color: #000000;
  position: relative;
  cursor: auto;
  overflow-x: hidden;
  height: auto; }
  body.stay_fixed {
    overflow: hidden; }

.global_wrapper {
  background-color: #ffffff; }

/* HTML5 Elements 
----------------------------------------------------------------------*/
img, object, embed, svg, iframe {
  max-width: 100%;
  border: 0; }

embed {
  height: 100%; }

img, svg {
  height: auto; }

object, embed, iframe {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* LINKS 
----------------------------------------------------------------------*/
a,
a:hover,
a:active {
  color: inherit; }

/* BUTTONS 
----------------------------------------------------------------------*/
button,
.button {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  overflow: visible;
  -webkit-appearance: textearea;
  -moz-appearance: textearea;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  display: inline-block;
  position: relative;
  text-align: center;
  font-style: normal; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    outline: none;
    text-decoration: none; }
  button.disabled, button[disabled],
  .button.disabled,
  .button[disabled] {
    cursor: default;
    box-shadow: none; }

/* Lists
----------------------------------------------------------------------*/
ul, ol {
  margin: 0;
  padding: 0;
  list-style-position: inside; }

.basic_content ul,
.basic_content ol {
  margin: 5px 0 10px; }

ul.no-bullet,
ol.no-bullet {
  list-style: none; }

ul.square,
ol.square {
  list-style-type: square; }

ul.circle,
ol.circle {
  list-style-type: circle; }

ul.disc,
ol.disc {
  list-style-type: disc; }

ul.inline-block li, ul.inline_column li,
ul.inline li,
ol.inline-block li,
ol.inline_column li,
ol.inline li {
  display: inline;
  vertical-align: middle;
  list-style: none; }

ul.inline-block li, ul.inline_column li,
ol.inline-block li,
ol.inline_column li {
  display: inline-block; }

.content ul,
.content ol {
  list-style-position: outside;
  margin-left: 18px; }
  .content ul li,
  .content ol li {
    padding-left: 5px;
    margin-bottom: 12px; }

/*  Forms
----------------------------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  font-weight: inherit;
  max-width: 100%; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1; }

/* TABLES 
----------------------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

/* -------------------------------------------------------------------------------------------------
    SECTION: UTILITY CLASSES 
---------------------------------------------------------------------------------------------------- */
/*  Display property 
----------------------------------------------------------------------*/
.block {
  display: block; }

.inline-block, img, svg, .inline_column {
  display: inline-block;
  vertical-align: middle; }

.inline {
  display: inline; }

.hidden {
  display: none !important; }

.invisible,
.screen-reader-text {
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  margin: 0;
  padding: 0; }

/* Floating elements 
----------------------------------------------------------------------*/
.left {
  float: left; }

.right {
  float: right !important; }

.none {
  float: none; }

.centered {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  clear: both; }

/*Scrollbars
----------------------------------------------------------------------*/
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: 0;
  -webkit-border-radius: 0;
  background: #888888;
  border-radius: 0px; }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #000000; }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(136, 136, 136, 0.8); }

/*Containers
----------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------
    SECTION: UTILITY CLASSES
---------------------------------------------------------------------------------------------------- */
aside,
footer {
  position: relative;
  z-index: 1; }

.global_wrapper {
  overflow-x: hidden; }

.wrapper {
  padding-left: 60px;
  padding-right: 60px; }

.grid_item {
  position: relative; }

.main_column {
  float: left;
  width: calc( 100% - 330px );
  padding-right: 30px; }

.sidebar_column {
  float: right;
  width: 330px;
  padding-right: 0;
  padding-left: 30px;
  position: static; }

.sticky_element {
  z-index: 2; }

.page__wrapper,
.category__wrapper,
.single_article__wrapper,
.single_article__complementary_wrapper,
.global_footer {
  position: relative;
  background-color: #ffffff; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ff6e40;
  background-color: rgba(255, 255, 255, 0.25); }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
  filter: none;
  -ms-filter: none; }

@media screen and (max-width: 68.75em) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px; }

  .main_column {
    width: calc(100% - 300px);
    padding-right: 20px; }

  .sidebar_column {
    width: 300px;
    padding-left: 20px;
    padding-right: 0; } }
@media screen and (max-width: 63.9375em) {
  .wrapper {
    padding-left: 32px;
    padding-right: 32px; }

  .main_column,
  .sidebar_column {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0; }

  .sidebar_column {
    display: none; } }
@media screen and (max-width: 47.9375em) {
  .wrapper {
    padding-left: 0;
    padding-right: 0; }

  .sidebar_column {
    padding-top: 40px; }

  .image_credits,
  .image_caption {
    text-align: center; } }
/* -------------------------------------------------------------------------------------------------
    SECTION: TYPOGRAPHY
---------------------------------------------------------------------------------------------------- */
/* FONTS
----------------------------------------------------------------------*/
/* TYPOGRAPHY
----------------------------------------------------------------------*/
body {
  color: #000000;
  font-family: "Georgia", serif;
  font-size: 100%;
  line-height: 1em;
  font-weight: normal;
  font-style: normal; }

b, strong {
  font-family: "Heading Pro Treble Extra Bold", sans-serif;
  font-weight: normal; }

em {
  font-style: italic; }

h1 {
  font-size: 2.875em;
  line-height: 1.1666666667em;
  margin: 0 auto 50px; }

h2, h3, h4, h5, h6 {
  font-family: "Heading Pro Treble Regular", sans-serif;
  font-weight: normal;
  margin: 0 auto; }

blockquote {
  font-family: "Extenda", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 3em;
  line-height: 0.875em;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 51px auto 7px;
  padding: 34px 0 30px;
  position: relative; }
  blockquote:before {
    width: 100%;
    height: 5px;
    background-color: #ff3d00;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
  blockquote.quote_left, blockquote.quote_right {
    width: calc(50% + 90px);
    margin: 16px 0 0;
    padding-bottom: 20px; }
    blockquote.quote_left:before, blockquote.quote_right:before {
      width: auto; }
  blockquote.quote_left {
    padding-right: 60px;
    margin-left: -150px;
    float: left; }
    blockquote.quote_left:before {
      right: 60px; }
  blockquote.quote_right {
    padding-left: 60px;
    margin-right: -150px;
    float: right;
    text-align: left; }
    blockquote.quote_right:before {
      left: 60px; }

button,
.button {
  display: inline-block;
  margin: 0 auto;
  padding: 0 60px;
  font-family: "Heading Pro Treble Extra Bold", sans-serif;
  font-size: 1.875em;
  line-height: 1em;
  padding: 22px 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #ff3d00;
  color: #888888;
  border: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s; }
  button:hover,
  .button:hover {
    opacity: 0.8; }

address {
  font: inherit; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

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

.alternative_font {
  font-family: "Extenda", serif;
  font-weight: normal; }

.paragraph,
.article__prologue {
  font-family: "Georgia", serif;
  font-size: 1.125em;
  line-height: 1.7777777778em; }
  .paragraph b, .paragraph strong,
  .article__prologue b,
  .article__prologue strong {
    font-family: inherit;
    font-weight: bold; }
  .paragraph p, .paragraph ul, .paragraph ol,
  .article__prologue p,
  .article__prologue ul,
  .article__prologue ol {
    margin-top: 0;
    margin-bottom: 30px; }
    .paragraph p:last-child, .paragraph ul:last-child, .paragraph ol:last-child,
    .article__prologue p:last-child,
    .article__prologue ul:last-child,
    .article__prologue ol:last-child {
      margin-bottom: 0; }
  .paragraph ul + h3, .paragraph ol + h3,
  .article__prologue ul + h3,
  .article__prologue ol + h3 {
    padding-top: 10px; }
  .paragraph ul,
  .article__prologue ul {
    padding-left: 20px;
    list-style-position: outside; }
  .paragraph ol,
  .article__prologue ol {
    list-style: none;
    counter-reset: my-awesome-counter; }
    .paragraph ol li,
    .article__prologue ol li {
      counter-increment: my-awesome-counter;
      position: relative;
      padding-left: 27px; }
      .paragraph ol li:before,
      .article__prologue ol li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: counter(my-awesome-counter) ". ";
        font-family: "Heading Pro Treble Heavy", sans-serif;
        font-size: 0.9444444444em; }
  .paragraph li,
  .article__prologue li {
    margin-bottom: 10px; }
    .paragraph li:last-child,
    .article__prologue li:last-child {
      margin-bottom: 0; }
  .paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5, .paragraph h6,
  .article__prologue h2,
  .article__prologue h3,
  .article__prologue h4,
  .article__prologue h5,
  .article__prologue h6 {
    margin: 0 auto 9px;
    padding-top: 22px; }
  .paragraph h2:first-child, .paragraph h3:first-child,
  .article__prologue h2:first-child,
  .article__prologue h3:first-child {
    padding-top: 0; }
  .paragraph h2, .paragraph h3,
  .article__prologue h2,
  .article__prologue h3 {
    font-size: 1.2222222222em;
    line-height: 1.3636363636em;
    letter-spacing: 0;
    font-family: "Heading Pro Treble Heavy", sans-serif; }
  .paragraph h4,
  .article__prologue h4 {
    font-size: 1.1em; }
  .paragraph h5,
  .article__prologue h5 {
    font-size: 1em; }
  .paragraph a,
  .article__prologue a {
    color: inherit;
    border-bottom: 2px solid #ff3d00;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s; }
    .paragraph a:hover,
    .article__prologue a:hover {
      color: #ff3d00; }
  .paragraph blockquote,
  .article__prologue blockquote {
    font-size: 2.4em; }
  .paragraph img.size-full,
  .paragraph > p > img,
  .article__prologue img.size-full,
  .article__prologue > p > img {
    padding-top: 30px;
    padding-bottom: 30px; }
  .paragraph > iframe,
  .paragraph > p > iframe,
  .article__prologue > iframe,
  .article__prologue > p > iframe {
    margin-top: 40px;
    width: 100%; }
  .paragraph figure.wp-caption,
  .paragraph .attachment-container.wp-caption,
  .article__prologue figure.wp-caption,
  .article__prologue .attachment-container.wp-caption {
    padding-top: 20px;
    padding-bottom: 45px; }
    .paragraph figure.wp-caption img,
    .paragraph .attachment-container.wp-caption img,
    .article__prologue figure.wp-caption img,
    .article__prologue .attachment-container.wp-caption img {
      padding-bottom: 0;
      padding-top: 0; }
    .paragraph figure.wp-caption figcaption,
    .paragraph .attachment-container.wp-caption figcaption,
    .article__prologue figure.wp-caption figcaption,
    .article__prologue .attachment-container.wp-caption figcaption {
      display: none; }
  .paragraph figure.wp-caption .attachment-container.wp-caption,
  .article__prologue figure.wp-caption .attachment-container.wp-caption {
    padding: 0; }
  .paragraph figure.wp-caption + h3,
  .article__prologue figure.wp-caption + h3 {
    padding-top: 5px; }
  .paragraph > .wp-caption,
  .article__prologue > .wp-caption {
    max-width: 100%;
    min-width: 100%; }
  .paragraph > .wp-caption.landscape,
  .paragraph > .wp-caption > .wp-caption.landscape,
  .paragraph .attachment-container.landscape,
  .article__prologue > .wp-caption.landscape,
  .article__prologue > .wp-caption > .wp-caption.landscape,
  .article__prologue .attachment-container.landscape {
    width: calc(100% + 150px) !important;
    max-width: calc(100% + 150px);
    margin-left: -150px;
    text-align: right; }
    .paragraph > .wp-caption.landscape img,
    .paragraph > .wp-caption > .wp-caption.landscape img,
    .paragraph .attachment-container.landscape img,
    .article__prologue > .wp-caption.landscape img,
    .article__prologue > .wp-caption > .wp-caption.landscape img,
    .article__prologue .attachment-container.landscape img {
      min-width: 100%; }
  .paragraph > .wp-caption.portrait img,
  .paragraph > .wp-caption > .wp-caption.portrait img,
  .paragraph .attachment-container.portrait img,
  .article__prologue > .wp-caption.portrait img,
  .article__prologue > .wp-caption > .wp-caption.portrait img,
  .article__prologue .attachment-container.portrait img {
    min-width: 100%; }
  .paragraph .alignleft,
  .article__prologue .alignleft {
    float: left;
    padding-right: 15px; }
  .paragraph .alignright,
  .article__prologue .alignright {
    float: right;
    padding-left: 15px; }
  .paragraph .aligncenter,
  .article__prologue .aligncenter {
    display: block;
    margin: 15px auto; }
  .paragraph .ads_element iframe,
  .article__prologue .ads_element iframe {
    margin-top: 0; }
  .paragraph .info_text,
  .paragraph .info_text__align_right,
  .article__prologue .info_text,
  .article__prologue .info_text__align_right {
    position: relative;
    width: 150px;
    padding-right: 30px;
    margin: -65px 0 0 -150px;
    float: left;
    font-size: 0.6666666667em;
    line-height: 1.5em;
    font-family: "Heading Pro Treble Regular", sans-serif;
    text-align: left;
    color: #ff3d00;
    background-color: #ffffff;
    padding-top: 44px; }
    .paragraph .info_text p,
    .paragraph .info_text__align_right p,
    .article__prologue .info_text p,
    .article__prologue .info_text__align_right p {
      margin: 0;
      font-size: 1em;
      line-height: inherit; }
    .paragraph .info_text:after, .paragraph .info_text:before,
    .paragraph .info_text__align_right:after,
    .paragraph .info_text__align_right:before,
    .article__prologue .info_text:after,
    .article__prologue .info_text:before,
    .article__prologue .info_text__align_right:after,
    .article__prologue .info_text__align_right:before {
      position: absolute;
      left: 0;
      right: 30px; }
    .paragraph .info_text:before,
    .paragraph .info_text__align_right:before,
    .article__prologue .info_text:before,
    .article__prologue .info_text__align_right:before {
      content: "INFO";
      font-family: "Extenda", serif;
      font-size: 32px;
      top: 19px;
      color: #000000; }
    .paragraph .info_text:after,
    .paragraph .info_text__align_right:after,
    .article__prologue .info_text:after,
    .article__prologue .info_text__align_right:after {
      content: "";
      top: 0;
      margin: auto;
      height: 5px;
      background-color: #ff3d00; }
  .paragraph .info_text__align_right,
  .article__prologue .info_text__align_right {
    float: right;
    margin-left: 0;
    margin-right: -150px;
    padding-right: 0;
    padding-left: 30px; }
    .paragraph .info_text__align_right:after, .paragraph .info_text__align_right:before,
    .article__prologue .info_text__align_right:after,
    .article__prologue .info_text__align_right:before {
      left: 30px;
      right: 0; }

.article__prologue:first-letter,
.article__prologue > p:first-child:first-letter,
.no_prologue .paragraph > p:first-child:first-letter {
  font-family: "Extenda", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 107px;
  line-height: 63px;
  padding: 28px 15px 0 0;
  float: left; }

.article__lead {
  font-family: "Heading Pro Treble Bold", sans-serif;
  font-size: 1em;
  line-height: 1.625em;
  color: #888888;
  padding-bottom: 37px; }
  .article__lead p {
    margin: 0; }

.caption,
.article__sponsored_badge,
.image__description,
.tags_layout .label {
  font-family: "Heading Pro Treble Extra Bold", sans-serif; }

.caption,
.tag_item,
.filter_item {
  font-family: "Heading Pro Treble Heavy", sans-serif;
  font-size: 0.6875em;
  line-height: 1em;
  letter-spacing: 0.25em;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent; }
  .caption a, .caption span,
  .tag_item a,
  .tag_item span,
  .filter_item a,
  .filter_item span {
    display: inline-block;
    padding: 6px 0;
    color: #ff3d00;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s; }
    .caption a:hover, .caption span:hover,
    .tag_item a:hover,
    .tag_item span:hover,
    .filter_item a:hover,
    .filter_item span:hover {
      opacity: 0.8;
      color: #000000; }

.article__title {
  font-family: "Heading Pro Treble Extra Bold", sans-serif;
  font-weight: normal;
  font-size: 2.855em;
  line-height: 1.2173913043em;
  letter-spacing: 0;
  margin-bottom: 20px; }

.article__sponsored_badge,
.article__byline,
.article__byline_container .post__date {
  color: #888888;
  font-size: 0.6875em;
  line-height: 1em;
  letter-spacing: 0.1em; }

.article__sponsored_badge {
  letter-spacing: 0.25em; }

.article__byline,
.article__byline_container .post__date {
  color: #888888;
  font-family: "Heading Pro Treble Extra Bold", sans-serif; }

.article__caption,
.article__sponsored_badge,
.article__byline_container {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  margin-bottom: 5px; }

.article__byline_container {
  margin-bottom: 20px; }

.image__credits,
.wp-caption-text {
  font-family: "Heading Pro Treble Regular", sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  text-align: left;
  color: #888888;
  display: block;
  margin: 7px 0 0; }

.image__credits .credit_item {
  display: inline; }
  .image__credits .credit_item:after {
    content: " /"; }
  .image__credits .credit_item:last-child:after {
    display: none; }

.image__description {
  font-size: 1.0625em;
  line-height: 1.2941176471em;
  text-align: center;
  display: block;
  max-width: 89.27%;
  margin: 0 auto 50px;
  padding: 30px;
  position: relative; }
  .image__description:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 125px;
    max-width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.tags_layout .label {
  font-size: 0.6875em;
  line-height: 1em;
  color: #888888; }

.section_title {
  font-family: "Extenda", serif;
  font-weight: normal;
  font-size: 5.625em;
  line-height: 0.7em;
  margin-bottom: 20px;
  padding-top: 7px;
  text-align: left; }
  .section_title .title {
    display: inline;
    line-height: 1em;
    background-image: linear-gradient(to right, #ff3d00 75%, #ff3d00 75%);
    background-position: left 0.8888888889em;
    background-repeat: repeat-x;
    background-size: 10px 5px; }

@media screen and (max-width: 68.75em) {
  h1,
  .article__title {
    font-size: 2em;
    line-height: 1.25em;
    margin: 6px auto 23px; }

  .section_title {
    font-size: 4.0625em;
    margin-bottom: 28px; }
    .section_title .title {
      background-position: left 0.9230769231em; }
    .section_title span {
      left: -2px; }

  blockquote.quote_left, blockquote.quote_right {
    width: calc(50% + 72px); }
  blockquote.quote_left {
    margin-left: -110px;
    padding-right: 40px; }
    blockquote.quote_left:before {
      right: 40px; }
  blockquote.quote_right {
    margin-right: -110px;
    padding-left: 40px; }
    blockquote.quote_right:before {
      left: 40px; }

  .article__lead {
    padding-bottom: 40px; }

  .paragraph figure.wp-caption.alignnone,
  .article__prologue figure.wp-caption.alignnone {
    max-width: 100%;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .paragraph figure.wp-caption.alignnone img,
    .article__prologue figure.wp-caption.alignnone img {
      min-width: 0; }
  .paragraph > .wp-caption.landscape,
  .paragraph > .wp-caption > .wp-caption.landscape,
  .paragraph .attachment-container.landscape,
  .article__prologue > .wp-caption.landscape,
  .article__prologue > .wp-caption > .wp-caption.landscape,
  .article__prologue .attachment-container.landscape {
    width: 100% !important;
    max-width: 100%;
    margin-left: auto;
    text-align: center; }
  .paragraph .info_text,
  .paragraph .info_text__align_right,
  .article__prologue .info_text,
  .article__prologue .info_text__align_right {
    padding-bottom: 56px;
    margin: 17px 0 0;
    width: 160px; }
  .paragraph .info_text,
  .article__prologue .info_text {
    padding-right: 40px; }
  .paragraph .info_text__align_right,
  .article__prologue .info_text__align_right {
    padding-left: 40px; }
    .paragraph .info_text__align_right:before, .paragraph .info_text__align_right:after,
    .article__prologue .info_text__align_right:before,
    .article__prologue .info_text__align_right:after {
      left: 40px; } }
@media screen and (max-width: 63.9375em) {
  .image__credits,
  .wp-caption-text {
    margin-top: 10px; }

  .paragraph .info_text,
  .paragraph .info_text__align_right,
  .article__prologue .info_text,
  .article__prologue .info_text__align_right {
    padding-bottom: 26px; }

  .section_title {
    font-size: 4.375em;
    line-height: 0.75em;
    margin-bottom: 20px;
    padding-top: 4px; }
    .section_title .title {
      background-position: left 0.9142857143em; }

  blockquote.quote_left, blockquote.quote_right {
    width: calc(50% + 20px); }
  blockquote.quote_left {
    margin-left: 0;
    padding-right: 30px; }
  blockquote.quote_right {
    margin-right: 0;
    padding-left: 30px; } }
@media screen and (max-width: 47.9375em) {
  h1,
  .article__title {
    font-family: "Heading Pro Treble Extra Bold", sans-serif;
    font-size: 1.5em;
    line-height: 1.3333333333em;
    margin: 0 auto 24px; }

  .section_title {
    font-size: 2.8125em;
    margin-bottom: 25px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px; }
    .section_title .title {
      background-position: left 0.8888888889em;
      background-size: 10px 3px; }

  .article__lead {
    padding-bottom: 37px; }

  blockquote {
    font-size: 2.1875em;
    line-height: 0.8571428571em;
    margin: 34px auto 13px;
    padding: 30px 0 10px;
    position: relative; }
    blockquote.quote_left, blockquote.quote_right {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      float: none;
      text-align: center; }
      blockquote.quote_left:before, blockquote.quote_right:before {
        left: 0;
        right: 0; }

  .paragraph,
  .article__prologue {
    font-family: "Georgia", serif;
    font-size: 1.125em;
    line-height: 1.6666666667em; }
    .paragraph blockquote,
    .article__prologue blockquote {
      font-size: 1.8em;
      line-height: 0.8571428571em;
      letter-spacing: 0.02em;
      margin: 41px auto 21px; }
    .paragraph p, .paragraph ul, .paragraph ol,
    .article__prologue p,
    .article__prologue ul,
    .article__prologue ol {
      margin-bottom: 20px; }
    .paragraph ul, .paragraph ol,
    .article__prologue ul,
    .article__prologue ol {
      padding-left: 20px; }
      .paragraph ul li, .paragraph ol li,
      .article__prologue ul li,
      .article__prologue ol li {
        padding-left: 5px; }
    .paragraph ol li:before,
    .article__prologue ol li:before {
      left: -20px; }
    .paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5, .paragraph h6,
    .article__prologue h2,
    .article__prologue h3,
    .article__prologue h4,
    .article__prologue h5,
    .article__prologue h6 {
      margin: 20px auto 2px; }
    .paragraph h2, .paragraph h3,
    .article__prologue h2,
    .article__prologue h3 {
      margin-bottom: 11px; }
    .paragraph h3,
    .article__prologue h3 {
      font-size: 1.1666666667em;
      line-height: 1.2380952381em; }
    .paragraph .info_text,
    .paragraph .info_text__align_right,
    .article__prologue .info_text,
    .article__prologue .info_text__align_right {
      float: none;
      padding: 50px 0 26px;
      margin: 39px 0 6px;
      width: 100%;
      font-size: 0.6666666667em;
      line-height: 1.5em;
      float: none; }
      .paragraph .info_text:before, .paragraph .info_text:after,
      .paragraph .info_text__align_right:before,
      .paragraph .info_text__align_right:after,
      .article__prologue .info_text:before,
      .article__prologue .info_text:after,
      .article__prologue .info_text__align_right:before,
      .article__prologue .info_text__align_right:after {
        padding-top: 0;
        left: 0; }
    .paragraph figure.wp-caption.alignnone,
    .article__prologue figure.wp-caption.alignnone {
      padding-top: 20px;
      padding-bottom: 16px; }
      .paragraph figure.wp-caption.alignnone img,
      .article__prologue figure.wp-caption.alignnone img {
        padding-top: 0; }
      .paragraph figure.wp-caption.alignnone + p,
      .article__prologue figure.wp-caption.alignnone + p {
        padding-top: 21px; }
    .paragraph img.size-full,
    .article__prologue img.size-full {
      padding-top: 14px;
      padding-bottom: 14px; }
    .paragraph figure.wp-caption.alignnone .attachment-container.wp-caption,
    .article__prologue figure.wp-caption.alignnone .attachment-container.wp-caption {
      min-width: 0; }

  .paragraph h2, .paragraph h3 {
    padding-top: 6px; }

  .article__prologue:first-letter,
  .article__prologue:first-child:first-letter,
  .no_prologue .paragraph p:first-child:first-letter {
    font-size: 104px;
    line-height: 57px; }

  .image__credits,
  .wp-caption-text {
    font-size: 0.6875em;
    line-height: 1.3636363636em;
    letter-spacing: 0.02em;
    margin-top: 5px; }

  .image__description {
    font-size: 1.125em;
    line-height: 1.2777777778em;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 15px 10px; }
    .image__description:after {
      height: 3px; }

  .article__tags .label {
    font-size: 0.75em; } }
/*  GENERIC STYLES
----------------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: background 300ms ease-out;
  -moz-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 100%; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

form,
.caldera-grid form {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  form .row,
  .caldera-grid form .row {
    margin: 0;
    padding: 0; }
  form .col-sm-12,
  .caldera-grid form .col-sm-12 {
    width: 100%;
    float: none; }
  form .form__section_title h4,
  form .form__subsection_title h4,
  .caldera-grid form .form__section_title h4,
  .caldera-grid form .form__subsection_title h4 {
    font-weight: inherit;
    font-size: 1em;
    line-height: inherit;
    color: inherit; }
  form .half_width,
  .caldera-grid form .half_width {
    width: 50%; }
  form .first_col,
  .caldera-grid form .first_col {
    padding-right: 30px; }
  form .last_col,
  .caldera-grid form .last_col {
    padding-left: 30px; }
  form .help_text,
  .caldera-grid form .help_text {
    font-family: "Heading Pro Treble Regular", sans-serif;
    color: #888888;
    letter-spacing: 0.25em;
    font-size: 11px;
    line-height: 1em;
    display: block;
    margin: 0 0 30px;
    text-transform: none; }
  form .paragraph.form_paragraph,
  form .form_paragraph,
  .caldera-grid form .paragraph.form_paragraph,
  .caldera-grid form .form_paragraph {
    font-family: "Heading Pro Treble Regular", sans-serif;
    font-size: 11px;
    line-height: 1.8181818182em;
    letter-spacing: -0.02em;
    color: #888888; }
    form .paragraph.form_paragraph li,
    form .form_paragraph li,
    .caldera-grid form .paragraph.form_paragraph li,
    .caldera-grid form .form_paragraph li {
      margin-bottom: 3px; }
  form input,
  form select,
  form textarea,
  form label,
  form .form-control,
  .caldera-grid form input,
  .caldera-grid form select,
  .caldera-grid form textarea,
  .caldera-grid form label,
  .caldera-grid form .form-control {
    display: block;
    font-family: "Heading Pro Treble Regular", sans-serif;
    color: #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  form input,
  form select,
  form textarea,
  form .form-control,
  .caldera-grid form input,
  .caldera-grid form select,
  .caldera-grid form textarea,
  .caldera-grid form .form-control {
    font-size: 14px;
    padding: 5px 20px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    height: 3.5714285714em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    form input:focus,
    form select:focus,
    form textarea:focus,
    form .form-control:focus,
    .caldera-grid form input:focus,
    .caldera-grid form select:focus,
    .caldera-grid form textarea:focus,
    .caldera-grid form .form-control:focus {
      border-color: #888888; }
  form select,
  form select.form-control,
  .caldera-grid form select,
  .caldera-grid form select.form-control {
    background-color: transparent; }
  form label,
  form .uppercase_label,
  .caldera-grid form label,
  .caldera-grid form .uppercase_label {
    font-size: 12px;
    line-height: 1em;
    font-family: "Heading Pro Treble Heavy", sans-serif;
    font-weight: normal;
    letter-spacing: 0.25em;
    color: #000000;
    margin-bottom: 11px; }
  form .lowercase_label,
  .caldera-grid form .lowercase_label {
    font-family: "Heading Pro Treble Regular", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4285714286em;
    letter-spacing: -0.02em; }
  form fieldset,
  .caldera-grid form fieldset {
    border: none; }
  form input[type="submit"],
  form input[type="submit"].form-control,
  .caldera-grid form input[type="submit"],
  .caldera-grid form input[type="submit"].form-control {
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    background-color: "Heading Pro Treble Heavy", sans-serif;
    letter-spacing: 0.25em;
    color: #ffffff;
    width: 180px;
    max-width: 100%;
    padding: 0;
    border: 1px solid #ff3d00;
    background-color: #ff3d00;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    margin: 0; }
    form input[type="submit"]:hover,
    form input[type="submit"].form-control:hover,
    .caldera-grid form input[type="submit"]:hover,
    .caldera-grid form input[type="submit"].form-control:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      background-color: #ffffff;
      border-color: #000000;
      color: #000000; }
  form .submit_button,
  .caldera-grid form .submit_button {
    text-align: right;
    margin-bottom: 0; }
    form .submit_button input[type="submit"],
    form .submit_button input[type="submit"].form-control,
    .caldera-grid form .submit_button input[type="submit"],
    .caldera-grid form .submit_button input[type="submit"].form-control {
      margin-top: 0; }
    form .submit_button.form-group,
    .caldera-grid form .submit_button.form-group {
      margin-bottom: 0; }
  form .checkbox,
  .caldera-grid form .checkbox {
    width: 100%; }
    form .checkbox input[type="checkbox"],
    .caldera-grid form .checkbox input[type="checkbox"] {
      width: 30px;
      height: 30px;
      position: relative;
      left: -6px;
      top: -3px;
      margin-left: 0;
      display: inline-block;
      vertical-align: middle; }
  form textarea,
  form .caldera-grid textarea.form-control,
  .caldera-grid form textarea,
  .caldera-grid form .caldera-grid textarea.form-control {
    min-height: 120px;
    padding: 25px; }
  form .field__contact_textarea label,
  .caldera-grid form .field__contact_textarea label {
    display: none; }
  form .field__contact_textarea .form-control::-webkit-input-placeholder,
  .caldera-grid form .field__contact_textarea .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #000000; }
  form .field__contact_textarea .form-control::-moz-placeholder,
  .caldera-grid form .field__contact_textarea .form-control::-moz-placeholder {
    opacity: 1;
    color: #000000; }
  form .field__contact_textarea .form-control:-ms-input-placeholder,
  .caldera-grid form .field__contact_textarea .form-control:-ms-input-placeholder {
    opacity: 1;
    color: #000000; }
  form .field__contact_textarea .form-control:-moz-placeholder,
  .caldera-grid form .field__contact_textarea .form-control:-moz-placeholder {
    opacity: 1;
    color: #000000; }
  form .field__checkbox_btn,
  .caldera-grid form .field__checkbox_btn {
    padding: 0;
    width: 100%;
    cursor: pointer; }
    form .field__checkbox_btn .checkbox,
    .caldera-grid form .field__checkbox_btn .checkbox {
      margin: 0; }
    form .field__checkbox_btn label,
    .caldera-grid form .field__checkbox_btn label {
      width: 100%;
      height: auto;
      position: relative;
      left: 0;
      background-color: #888888;
      color: #ff3d00;
      font-size: inherit;
      line-height: 25px;
      padding: 20px 0;
      padding: 20px 0;
      cursor: pointer; }
      form .field__checkbox_btn label:hover,
      .caldera-grid form .field__checkbox_btn label:hover {
        background-color: #ff3d00;
        color: #ffffff; }
    form .field__checkbox_btn input,
    .caldera-grid form .field__checkbox_btn input {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      opacity: 0;
      z-index: 2; }
  form .field__half_width,
  .caldera-grid form .field__half_width {
    display: inline-block; }
    form .field__half_width.last,
    .caldera-grid form .field__half_width.last {
      width: 21%;
      margin-left: 3%; }
    form .field__half_width.first,
    .caldera-grid form .field__half_width.first {
      width: 75%; }
  form .form-group,
  .caldera-grid form .form-group {
    margin-bottom: 38px;
    position: relative; }
  form .field__telephone .intl-tel-input,
  .caldera-grid form .field__telephone .intl-tel-input {
    width: 100%; }
  form textarea.form-control,
  form textarea,
  .caldera-grid form textarea.form-control,
  .caldera-grid form textarea {
    padding: 25px; }
  form .has-error .form-control,
  .caldera-grid form .has-error .form-control {
    background-color: #ffffff;
    border-color: #e30004; }
    form .has-error .form-control:focus,
    .caldera-grid form .has-error .form-control:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      border-color: #e30004; }
  form .has-error .control-label,
  .caldera-grid form .has-error .control-label {
    color: #000000; }
  form input.form-control.parsley-success,
  form select.form-control.parsley-success,
  form textarea.form-control.parsley-success,
  .caldera-grid form input.form-control.parsley-success,
  .caldera-grid form select.form-control.parsley-success,
  .caldera-grid form textarea.form-control.parsley-success {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000; }
  form .help-block,
  .caldera-grid form .help-block {
    font-family: "Heading Pro Treble Regular", sans-serif;
    margin-top: 9px;
    font-size: 15px; }
    form .help-block.caldera_ajax_error_block,
    .caldera-grid form .help-block.caldera_ajax_error_block {
      font-size: 10px;
      line-height: 1.2em;
      padding-top: 4px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      text-align: center;
      font-weight: normal;
      margin: 0;
      color: #e30004;
      text-align: right;
      position: absolute;
      bottom: -20px;
      right: 0; }
  form .caldera-forms-consent-field,
  .caldera-grid form .caldera-forms-consent-field {
    margin-top: 70px;
    text-align: center; }
    form .caldera-forms-consent-field a,
    .caldera-grid form .caldera-forms-consent-field a {
      font-weight: "Heading Pro Treble Extra Bold", sans-serif;
      color: #ff3d00; }
  form .field__select select,
  .caldera-grid form .field__select select {
    position: relative;
    z-index: 2; }
  form .field__select > div,
  .caldera-grid form .field__select > div {
    position: relative; }
    form .field__select > div:after,
    .caldera-grid form .field__select > div:after {
      content: "";
      position: absolute;
      z-index: 2;
      right: 25px;
      top: 0;
      bottom: 0;
      margin: auto;
      border-top: 8px solid #000000;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      width: 0;
      height: 0; }
  form span.field_required,
  .caldera-grid form span.field_required {
    color: #000000 !important; }
  form .content__gdpr a,
  form .content__gdprLegal a,
  .caldera-grid form .content__gdpr a,
  .caldera-grid form .content__gdprLegal a {
    border-bottom-color: #dddddd; }
    form .content__gdpr a:hover,
    form .content__gdprLegal a:hover,
    .caldera-grid form .content__gdpr a:hover,
    .caldera-grid form .content__gdprLegal a:hover {
      color: #000000;
      border-bottom-color: #000000; }

body .caldera-grid .alert-danger,
body .caldera-grid .alert-error,
body .caldera-grid .alert-info,
body .caldera-grid .alert-success,
body .caldera-grid .alert-warning {
  background-color: #ffffff;
  border: none;
  padding: 0 0 90px;
  font-family: "Heading Pro Treble Extra Bold", sans-serif;
  font-size: 26px;
  line-height: 1.3846153846em;
  text-align: center;
  color: #e30004;
  width: 460px;
  max-width: 100%;
  margin: -13px auto 0; }
body .caldera-grid .alert-inf,
body .caldera-grid .alert-success {
  color: #000000; }

.fiedset_title {
  font-size: 5em;
  line-height: 1.3625em;
  font-weight: "Heading Pro Treble Extra Bold", sans-serif;
  margin-bottom: 70px;
  color: #ff3d00; }

.required_fields_info {
  display: block;
  font-size: 0.25em;
  line-height: 0.7em;
  font-weight: "Heading Pro Treble Regular", sans-serif;
  color: #000000; }

.post-password-form {
  width: 600px;
  max-width: 100%;
  padding: 0 30px; }
  .post-password-form p {
    line-height: 1.3em; }
  .post-password-form input[type="password"] {
    margin-top: 10px; }
  .post-password-form input[type="submit"] {
    margin-top: 20px; }

@media screen and (max-width: 63.9375em) {
  form .first_col,
  .caldera-grid form .first_col {
    padding-right: 10px; }
  form .last_col,
  .caldera-grid form .last_col {
    padding-left: 10px; }

  body .caldera-grid .alert-danger,
  body .caldera-grid .alert-error,
  body .caldera-grid .alert-info,
  body .caldera-grid .alert-success,
  body .caldera-grid .alert-warning {
    margin-top: 0;
    padding-top: 10px; } }
@media screen and (max-width: 47.9375em) {
  form .row,
  .caldera-grid form .row {
    margin: 0; }
  form .first_col,
  .caldera-grid form .first_col {
    padding-right: 7.5px; }
  form .last_col,
  .caldera-grid form .last_col {
    padding-left: 7.5px; }
  form .paragraph.form_paragraph p,
  form .form_paragraph p,
  .caldera-grid form .paragraph.form_paragraph p,
  .caldera-grid form .form_paragraph p {
    margin-bottom: 15px; }
  form .paragraph.form_paragraph ul li, form .paragraph.form_paragraph ol li,
  form .form_paragraph ul li,
  form .form_paragraph ol li,
  .caldera-grid form .paragraph.form_paragraph ul li,
  .caldera-grid form .paragraph.form_paragraph ol li,
  .caldera-grid form .form_paragraph ul li,
  .caldera-grid form .form_paragraph ol li {
    padding-left: 0; }
  form .half_width,
  .caldera-grid form .half_width {
    width: 100%; }
  form input,
  form select,
  form textarea,
  form .form-control,
  .caldera-grid form input,
  .caldera-grid form select,
  .caldera-grid form textarea,
  .caldera-grid form .form-control {
    font-size: 18px;
    padding: 0 15px; }
  form input[type="submit"],
  form input[type="submit"].form-control,
  .caldera-grid form input[type="submit"],
  .caldera-grid form input[type="submit"].form-control {
    width: 100%;
    max-width: 100%; }
  form .submit_button,
  .caldera-grid form .submit_button {
    text-align: center; }
  form .help-block.caldera_ajax_error_block,
  .caldera-grid form .help-block.caldera_ajax_error_block {
    font-size: 10px; }

  body .caldera-grid .alert-danger,
  body .caldera-grid .alert-error,
  body .caldera-grid .alert-info,
  body .caldera-grid .alert-success,
  body .caldera-grid .alert-warning {
    font-size: 18px;
    line-height: 1.4444444444em;
    padding: 42px 0 122px; } }
/* -------------------------------------------------------------------------------------------------
    SECTION: ANIMATION
---------------------------------------------------------------------------------------------------- */
body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@-o-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -webkit-transform: translateX(10px); } }
@-moz-keyframes shake {
  0%,100% {
    -moz-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -moz-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -moz-transform: translateX(10px); } }
@-o-keyframes shake {
  0%,100% {
    -o-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -o-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -o-transform: translateX(10px); } }
@keyframes shake {
  0%,100% {
    transform: translateX(0); }
  10%,30%,50%,70%,90% {
    transform: translateX(-10px); }
  20%,40%,60%,80% {
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%,20%,50%,80%,100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%,20%,50%,80%,100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%,20%,50%,80%,100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%,20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }
@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%,20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%,20% {
    transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%,40%,60%,80%,100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }
.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%,60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%,60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: .25s; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }
@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.wiggle {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: .75s; }

.animated,
.zenFadeInUpBig {
  -o-webkit-animation-iteration-count: 1;
  -ms-webkit-animation-iteration-count: 1;
  -moz-webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/** General **/
a,
a:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #992500;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
@-webkit-keyframes zenFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes zenFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/** Smooth Animations **/
/** zenFadeIn **/
.zenFadeIn {
  -webkit-animation: zenFadeIn 0.5s;
  animation: zenFadeIn 0.5s; }

/** zenFadeInUp **/
.zenFadeInUp {
  -webkit-animation: zenFadeInUp 0.5s;
  animation: zenFadeInUp 0.5s; }

@-webkit-keyframes zenFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes zenFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/** zenFadeInLeft **/
.zenFadeInLeft {
  -webkit-animation: zenFadeInLeft 0.5s;
  animation: zenFadeInLeft 0.5s; }

@-webkit-keyframes zenFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes zenFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/** zenFadeInDown **/
.zenFadeInDown {
  -webkit-animation: zenFadeInDown 0.5s;
  animation: zenFadeInDown 0.5s; }

/** zenFadeInRight **/
.zenFadeInRight {
  -webkit-animation: zenFadeInRight 0.5s;
  animation: zenFadeInRight 0.5s; }

@-webkit-keyframes zenFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes zenFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/** zenFadeInBig **/
.zenFadeInBig {
  -webkit-animation: zenFadeIn 2s;
  animation: zenFadeIn 2s; }

/** zenFadeInUpBig **/
.zenFadeInUpBig {
  -webkit-animation: zenFadeInUpBig 2s;
  animation: zenFadeInUpBig 2s; }

@-webkit-keyframes zenFadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(250px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes zenFadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(250px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/** zenFadeInLeftBig **/
@-webkit-keyframes fadeInOne {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
@keyframes fadeInOne {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
@-webkit-keyframes fadeInTwo {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
@keyframes fadeInTwo {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
.zenFadeInLeftBig {
  -webkit-animation: zenFadeInLeftBig 2s;
  animation: zenFadeInLeftBig 2s; }

@-webkit-keyframes zenFadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-250px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@keyframes zenFadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-250px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/** zenFadeInDownBig **/
.zenFadeDownBig {
  -webkit-animation: zenFadeInDownBig 2s;
  animation: zenFadeInDownBig 2s; }

@-webkit-keyframes zenFadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-250px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes zenFadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-250px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/** zenFadeInRightBig **/
.zenFadeInRightBig {
  -webkit-animation: zenFadeInRightBig 2s;
  animation: zenFadeInRightBig 2s; }

@-webkit-keyframes zenFadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(250px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@keyframes zenFadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); } }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
/*-------------------------------------------------------------------------------------------------
  GRID SYSTEM
--------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------
    SECTION: GRID SYSTEM
---------------------------------------------------------------------------------------------------- */
.row {
  display: block;
  margin-left: -30px;
  margin-right: -30px;
  clear: both; }

.row:before,
.row:after,
.row .row:before,
.row .row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------*/
.alpha {
  padding-left: 0 !important; }

.omega {
  padding-right: 0 !important; }

.noPaddings {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.gutter {
  padding-left: 30px;
  padding-right: 30px; }

/* Clearing Styles
-----------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block; }

.clear:before,
.clear:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clear:after {
  clear: both; }

/* Containers
-----------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit; }

.wrapper,
.global_wrapper {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: initial; }

.column {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  float: left; }

.inline_column {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -2px;
  margin-right: -2px;
  float: none; }

[class*="inline_column"] + [class*="inline_column"]:last-child {
  float: none; }

[class*="push-"],
[class*="pull-"] {
  position: relative; }

[class*="push-"] {
  right: auto; }

[class*="pull-"] {
  left: auto; }

@media only screen {
  .xs-1 {
    width: 8.33333%; }

  .xs-2 {
    width: 16.66667%; }

  .xs-3 {
    width: 25%; }

  .xs-4 {
    width: 33.33333%; }

  .xs-5 {
    width: 41.66667%; }

  .xs-6 {
    width: 50%; }

  .xs-7 {
    width: 58.33333%; }

  .xs-8 {
    width: 66.66667%; }

  .xs-9 {
    width: 75%; }

  .xs-10 {
    width: 83.33333%; }

  .xs-11 {
    width: 91.66667%; }

  .xs-12 {
    width: 100%; } }
@media screen and (min-width: 40em) {
  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; } }
@media screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; } }
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; } }
@media screen and (min-width: 97.5em) {
  .xl-1 {
    width: 8.33333%; }

  .xl-2 {
    width: 16.66667%; }

  .xl-3 {
    width: 25%; }

  .xl-4 {
    width: 33.33333%; }

  .xl-5 {
    width: 41.66667%; }

  .xl-6 {
    width: 50%; }

  .xl-7 {
    width: 58.33333%; }

  .xl-8 {
    width: 66.66667%; }

  .xl-9 {
    width: 75%; }

  .xl-10 {
    width: 83.33333%; }

  .xl-11 {
    width: 91.66667%; }

  .xl-12 {
    width: 100%; }

  .global_wrapper,
  .wrapper {
    max-width: 97.5em; }

  .global_wrapper {
    max-width: 100%; } }
/* TARGET All mobile Devices
---------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------
    SECTION: Hacks & oldie styles
---------------------------------------------------------------------------------------------------- */
body.oldie {
  overflow: auto; }

.oldie .wrapper {
  width: 63.75em; }

/*-------------------------------------------------------------------------------------------------
  GLOBAL ELEMENTS
--------------------------------------------------------------------------------------------------*/
body {
  position: relative; }
  body .global_wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  body .body_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: -2;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s; }
  body.nav_is_open, body.search_is_open {
    overflow: hidden; }
  body.nav_is_open .global_wrapper {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px); }
  body.nav_is_open .body_overlay {
    opacity: 1;
    z-index: 200;
    width: calc(100% + 300px); }

html.body__nav_is_open {
  overflow: hidden; }

.is-touch-device .side_navigation_container {
  overflow-y: auto; }

@media screen and (min-width: 48em) {
  .is-touch-device.nav_is_open, .is-touch-device.search_is_open {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0; } }
.header_button,
.navigation_area a,
.navigation_area li.non_clickable a,
.menu-item__toggle-children,
.navigation_area .follow_area a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); }

.navigation_area .follow_area {
  -webkit-tap-highlight-color: transparent; }

#global_top_hc_row {
  position: relative;
  background-color: #ffffff;
  z-index: 4;
  margin-bottom: 0; }

.global_header {
  text-align: center;
  position: relative;
  background-color: #000000;
  color: #ffffff; }
  .global_header .fixed_header__fixed_element {
    background-color: #000000;
    overflow: hidden; }
    .global_header .fixed_header__fixed_element:hover, .global_header .fixed_header__fixed_element.follow_area_expanded {
      overflow: visible; }
    .global_header .fixed_header__fixed_element.is_stuck {
      z-index: 100;
      left: 0;
      right: 0; }
  .global_header > .wrapper {
    z-index: 3;
    background-color: #ffffff; }

.nav_toggle,
.search_toggle {
  cursor: pointer;
  padding: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-size: 20px auto;
  height: 60px;
  z-index: 20; }
  .nav_toggle:hover, .nav_toggle:focus, .nav_toggle.active,
  .search_toggle:hover,
  .search_toggle:focus,
  .search_toggle.active {
    background-color: transparent;
    outline: none;
    border: none; }

.nav_toggle,
.header_logo_small,
.search_toggle {
  padding: 16px 0; }

.nav_toggle,
.header_logo_small {
  float: left; }

.nav_toggle {
  width: 20px;
  background-image: url(../img/icons/icon-burger.png);
  background-image: url(../img/icons/icon-burger.svg);
  margin-right: 30px;
  padding: 0;
  line-height: 60px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  .nav_toggle:hover {
    background-image: url(../img/icons/icon-burger-orange.png);
    background-image: url(../img/icons/icon-burger-orange.svg); }

.search_toggle {
  float: right;
  line-height: 60px;
  padding: 0;
  width: 60px;
  background-image: url(../img/icons/icon-search-white.png);
  background-image: url(../img/icons/icon-search-white.svg);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  .search_toggle:hover {
    background-image: url(../img/icons/icon-search-orange.png);
    background-image: url(../img/icons/icon-search-orange.svg); }

.main_navigation {
  width: 590px;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  margin: auto; }
  .main_navigation.mob {
    display: none; }
  .main_navigation li {
    display: inline-block;
    vertical-align: top;
    padding: 0 17px;
    margin: 0 -2px; }
    .main_navigation li:first-child {
      padding-left: 0; }
    .main_navigation li:last-child {
      padding-right: 0; }
  .main_navigation a {
    display: inline-block;
    font-family: "Heading Pro Treble Extra Bold", sans-serif;
    font-size: 0.875em;
    line-height: 2em;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transition: color 0.6s;
    -moz-transition: color 0.6s;
    transition: color 0.6s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); }
  .main_navigation a:hover {
    color: #ff3d00; }

.social_profiles a,
.sharing_tools a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.navigation_area {
  width: 300px;
  top: 0;
  bottom: 0;
  position: fixed;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: left 0.4s;
  -moz-transition: left 0.4s;
  transition: left 0.4s;
  overflow: hidden; }
  .navigation_area.active {
    visibility: visible;
    background-color: #ff3d00;
    text-align: left;
    z-index: 500; }
    .navigation_area.active .wrapper {
      max-height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 0 30px;
      border-top: 60px solid #ff3d00;
      border-bottom: 30px solid #ff3d00; }
    .navigation_area.active .close_side_navigation {
      visibility: visible;
      opacity: 1; }
      .navigation_area.active .close_side_navigation:hover {
        background-image: url(../img/icons/icon-close.png);
        background-image: url(../img/icons/icon-close.svg); }
    .navigation_area.active .follow_area {
      display: block; }
  .navigation_area .follow_area {
    display: none;
    float: none;
    width: 100%;
    border: none;
    padding-top: 53px;
    text-align: center; }
    .navigation_area .follow_area .newsletter_button {
      line-height: 35px;
      letter-spacing: 0.25em; }
      .navigation_area .follow_area .newsletter_button:hover {
        border-color: #000000;
        background-color: #000000;
        color: #ffffff; }
    .navigation_area .follow_area .social_profiles .facebook a:hover {
      background-image: url(../img/icons/icon-facebook-black.png);
      background-image: url(../img/icons/icon-facebook-black.svg); }
    .navigation_area .follow_area .social_profiles .twitter a:hover {
      background-image: url(../img/icons/icon-twitter-black.png);
      background-image: url(../img/icons/icon-twitter-black.svg); }
    .navigation_area .follow_area .social_profiles .instagram a:hover {
      background-image: url(../img/icons/icon-instagram-black.png);
      background-image: url(../img/icons/icon-instagram-black.svg); }
    .navigation_area .follow_area .social_profiles .youtube a:hover {
      background-image: url(../img/icons/icon-youtube-black.png);
      background-image: url(../img/icons/icon-youtube-black.svg); }
  .navigation_area li.non_clickable:hover > a {
    color: #000000; }
  .navigation_area li.non_clickable:hover .sub-menu a {
    opacity: 1; }

.menu-item__toggle-children {
  display: none;
  position: absolute;
  top: 0;
  height: 50px;
  left: 0;
  right: 0;
  background: url(../img/icons/icon-arrow-down-white.png) no-repeat scroll right center transparent;
  background: url(../img/icons/icon-arrow-down-white.svg) no-repeat scroll right center transparent;
  background-size: auto 10px;
  opacity: 0.6; }

.menu-item-has-children > .menu-item__toggle-children {
  display: block;
  cursor: pointer; }
.menu-item-has-children.active > .menu-item__toggle-children {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: left center; }

.side_navigation_container {
  max-height: calc(100vh - 230px - 60px);
  overflow-y: hidden; }

.side_navigation a {
  color: #ffffff; }
  .side_navigation a:hover {
    opacity: 1;
    color: #000000; }
.side_navigation > ul > li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #ff6e40;
  position: relative; }
  .side_navigation > ul > li > a:hover {
    color: #000000; }
  .side_navigation > ul > li.active > a {
    color: #ffffff; }
  .side_navigation > ul > li.active .sub-menu {
    display: block;
    border-top: 1px solid #ff6e40; }
  .side_navigation > ul > li > a {
    display: block;
    font-family: "Heading Pro Treble Extra Bold", sans-serif;
    font-size: 0.875em;
    line-height: 49px;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transition: color 0.6s;
    -moz-transition: color 0.6s;
    transition: color 0.6s; }
.side_navigation .sub-menu {
  display: none;
  padding: 15px 0 19px; }
  .side_navigation .sub-menu li {
    list-style-type: none; }
  .side_navigation .sub-menu a {
    display: inline-block;
    font-family: "Heading Pro Treble Regular", sans-serif;
    font-size: 0.75em;
    line-height: 3.3333333333em;
    letter-spacing: 0.1em;
    position: relative; }
    .side_navigation .sub-menu a:after {
      height: 2px;
      width: 0;
      position: absolute;
      bottom: 7px;
      left: 0;
      background-color: #ff3d00;
      -webkit-transition: width 0.6s;
      -moz-transition: width 0.6s;
      transition: width 0.6s;
      content: ""; }
    .side_navigation .sub-menu a:hover {
      opacity: 1; }
      .side_navigation .sub-menu a:hover:after {
        width: 100%; }

.close_side_navigation,
.close_search_area {
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  top: 13px;
  right: 24px;
  background: url(../img/icons/icon-close-white.png) no-repeat scroll center center transparent;
  background: url(../img/icons/icon-close-white.svg) no-repeat scroll center center transparent;
  background-size: 16px auto;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.05s;
  -moz-transition: all 0.05s;
  transition: all 0.05s; }

.close_side_navigation {
  right: auto;
  left: 246px;
  position: fixed; }

.close_search_area {
  width: 40px;
  height: 40px;
  top: 50px;
  right: 70px;
  background-size: 20px auto; }

.search_area {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 100px 80px;
  background-color: #000000;
  color: #ffffff;
  z-index: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .search_area.active {
    z-index: 300;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
    .search_area.active .close_search_area {
      visibility: visible;
      opacity: 1; }
      .search_area.active .close_search_area:hover {
        opacity: 0.53; }

.header_search {
  position: relative; }
  .header_search .search-form {
    width: 100%; }
  .header_search .input-text {
    font-family: "Heading Pro Treble Extra Bold", sans-serif;
    font-style: normal;
    font-size: 2.625em;
    line-height: 1em;
    height: auto;
    letter-spacing: 0;
    padding: 0 0 24px;
    border: none;
    border-bottom: 1px solid #888888;
    background-color: transparent;
    color: #ffffff;
    width: 100%;
    margin-bottom: 18px; }
    .header_search .input-text::-webkit-input-placeholder {
      color: #ffffff; }
    .header_search .input-text::-moz-placeholder {
      color: #ffffff; }
    .header_search .input-text::-ms-input-placeholder {
      color: #ffffff; }
    .header_search .input-text::-moz-placeholder {
      color: #ffffff; }
    .header_search .input-text:focus {
      outline: none; }
  .header_search .help_text {
    display: block;
    font-family: "Heading Pro Treble Regular", sans-serif;
    font-size: 0.8125em;
    line-height: 1em;
    color: #888888;
    letter-spacing: 0.025em; }
  .header_search .result {
    font-family: "Heading Pro Treble Regular", sans-serif;
    font-size: 0.9375em;
    line-height: 1.4666666667em;
    letter-spacing: 0.025em;
    padding: 18px 0 20px;
    border-bottom: 1px solid #333; }
    .header_search .result:last-child {
      border-bottom: none; }
    .header_search .result a:hover {
      font-family: "Heading Pro Treble Heavy", sans-serif; }
  .header_search .search-results .button {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-family: "Heading Pro Treble Heavy", sans-serif;
    letter-spacing: 0.25em;
    padding: 0;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    margin: 40px auto 0;
    position: fixed;
    bottom: 35px;
    left: 0;
    right: 0; }
    .header_search .search-results .button:hover {
      border-color: #ff3d00;
      background-color: #ff3d00;
      color: #ffffff; }
  .header_search .search-results-wrap--outer-container {
    max-height: calc(100vh - 390px);
    overflow-y: auto;
    overflow-x: hidden; }

.follow_area {
  float: right;
  position: relative;
  line-height: 60px;
  width: 117px;
  cursor: pointer; }
  .follow_area .label {
    font-size: 11px;
    font-family: "Heading Pro Treble Regular", sans-serif;
    letter-spacing: 0.1em;
    position: relative;
    padding-right: 15px; }
    .follow_area .label:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 3px;
      width: 0;
      height: 0;
      border-top: 7px solid #ffffff;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
  .follow_area .expanded {
    position: absolute;
    z-index: 4;
    top: 96%;
    right: -1px;
    width: 265px;
    padding: 0 30px 30px;
    background-color: #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    text-align: center;
    display: none; }
  .follow_area .social_profiles {
    padding-bottom: 14px;
    margin-left: -25px;
    margin-right: -16px; }
    .follow_area .social_profiles li {
      display: inline-block;
      vertical-align: middle;
      width: 23.5%; }
    .follow_area .social_profiles a {
      display: block;
      width: 40px;
      height: 40px;
      background: url(../img/icons/icon-facebook-white.svg) no-repeat scroll center center transparent;
      background-size: auto 23px;
      padding: 0;
      margin: auto; }
    .follow_area .social_profiles .facebook a {
      background-image: url(../img/icons/icon-facebook-white.png);
      background-image: url(../img/icons/icon-facebook-white.svg); }
      .follow_area .social_profiles .facebook a:hover {
        background-image: url(../img/icons/icon-facebook-orange.png);
        background-image: url(../img/icons/icon-facebook-orange.svg); }
    .follow_area .social_profiles .twitter a {
      background-image: url(../img/icons/icon-twitter-white.png);
      background-image: url(../img/icons/icon-twitter-white.svg);
      background-size: auto 22px; }
      .follow_area .social_profiles .twitter a:hover {
        background-image: url(../img/icons/icon-twitter-orange.png);
        background-image: url(../img/icons/icon-twitter-orange.svg); }
    .follow_area .social_profiles .instagram a {
      background-image: url(../img/icons/icon-instagram-white.png);
      background-image: url(../img/icons/icon-instagram-white.svg); }
      .follow_area .social_profiles .instagram a:hover {
        background-image: url(../img/icons/icon-instagram-orange.png);
        background-image: url(../img/icons/icon-instagram-orange.svg); }
    .follow_area .social_profiles .youtube a {
      background-image: url(../img/icons/icon-youtube-white.png);
      background-image: url(../img/icons/icon-youtube-white.svg);
      background-size: auto 25px; }
      .follow_area .social_profiles .youtube a:hover {
        background-image: url(../img/icons/icon-youtube-orange.png);
        background-image: url(../img/icons/icon-youtube-orange.svg); }
  .follow_area .newsletter_button {
    font-family: "Heading Pro Treble Heavy", sans-serif;
    font-size: 0.75em;
    line-height: 35px;
    letter-spacing: 0.25em;
    padding: 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 100%;
    display: block; }
    .follow_area .newsletter_button:hover {
      background-color: #ff3d00;
      border-color: #ff3d00;
      color: #ffffff; }
  .follow_area.expanded .label, .follow_area:hover .label {
    color: #ff3d00; }
    .follow_area.expanded .label:after, .follow_area:hover .label:after {
      border-top-color: #ff3d00; }
  .follow_area.expanded .label:after {
    border-bottom: 7px solid #ff3d00;
    border-top: none; }
  .follow_area.expanded .expanded {
    display: block; }

.page-template-homepage .home_header .header_logo {
  width: 100%;
  float: none;
  padding: 40px 0;
  border-bottom: 1px solid #ffffff; }
.page-template-homepage .home_header .header_logo_small {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0.2s;
  -webkit-transition: transform 0.3s ease-in-out 0s, opacity 0s ease-in-out 0.2s;
  -ms-transition: transform 0.3s ease-in-out 0s, opacity 0s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out 0s; }
.page-template-homepage .home_header .fixed_header__fixed_element.is_stuck .header_logo_small {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
.page-template-homepage .home_header .main_navigation {
  position: static;
  line-height: 60px; }

@media screen and (min-width: 68.8125em) and (max-height: 42.5em) {
  .search_area {
    padding: 80px 80px 20px; }

  .header_search .search-results-wrap--outer-container {
    max-height: calc(100vh - 310px); } }
@media screen and (max-width: 75em) {
  .main_navigation li {
    padding: 0 12px; } }
@media screen and (max-width: 68.75em) {
  .search_area {
    padding: 60px 80px; }

  .header_search .search-results-wrap--outer-container {
    max-height: calc(100vh - 310px); }

  .main_navigation {
    display: none; }

  .header_logo_small {
    width: 200px;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 0 0 56px; }

  .page-template-homepage .home_header .header_logo {
    display: none; }
  .page-template-homepage .home_header .header_logo_small {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  .search-results-wrap--outer-container {
    height: calc(100vh - 270px);
    max-height: calc(100vh - 270px);
    border-bottom: 80px solid #000000; }

  .navigation_area .follow_area {
    padding-top: 35px; }
  .navigation_area.active .wrapper {
    border-bottom-width: 10px; } }
@media screen and (max-width: 63.9375em) {
  .global_header .inner {
    border-right: none; }
  .global_header .follow_area {
    display: none; }
  .global_header .wrapper {
    padding: 0 20px; }

  .search_toggle {
    margin-right: -20px; } }
@media screen and (max-width: 47.9375em) {
  body.nav_is_open .global_header .fixed_header__fixed_element, body.search_is_open .global_header .fixed_header__fixed_element {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100; }
  body.nav_is_open .body_overlay {
    opacity: 0;
    z-index: -1;
    display: none; }
  body.nav_is_open .global_wrapper {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  .global_header {
    border-top: 1px solid #dddddd; }
    .global_header > .wrapper {
      padding: 0 20px; }

  .header_logo_small {
    width: 200px;
    float: none;
    margin: auto;
    position: static;
    padding: 0;
    line-height: 58px; }

  .nav_toggle,
  .search_toggle {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    position: absolute;
    z-index: 600;
    top: 0;
    height: 58px; }

  .main_navigation {
    display: none; }

  .navigation_area,
  .search_area {
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    visibility: visible;
    z-index: 1;
    opacity: 1; }

  .navigation_area {
    top: 58px;
    width: 100%;
    z-index: 500;
    visibility: visible;
    background-color: #ff3d00;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
    .navigation_area.active {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      .navigation_area.active .wrapper {
        padding-top: 23px;
        border-top-width: 0;
        padding-left: 20px;
        padding-right: 20px; }
    .navigation_area .follow_area {
      padding-top: 18px; }
      .navigation_area .follow_area .social_profiles {
        padding-bottom: 22px; }

  .side_navigation .sub-menu {
    padding: 18px 0 21px; }
    .side_navigation .sub-menu li {
      padding: 7px 0; }
    .side_navigation .sub-menu a {
      display: block;
      line-height: 34px;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2); }
      .side_navigation .sub-menu a:after {
        display: none;
        bottom: 5px;
        height: 1px; }

  .side_navigation_container {
    overflow-y: auto; }

  .nav_toggle {
    left: 0;
    width: 60px; }
    .nav_toggle:hover {
      background-image: url(../img/icons/icon-burger.png);
      background-image: url(../img/icons/icon-burger.svg); }

  .nav_toggle.active,
  .search_toggle.active {
    background-color: #ff3d00;
    background-image: url(../img/icons/icon-close-white.png);
    background-image: url(../img/icons/icon-close-white.svg);
    opacity: 1; }

  .search_toggle {
    margin-right: 0;
    right: 0; }
    .search_toggle.active {
      background-color: #000000; }

  .search_area {
    visibility: visible;
    z-index: 300;
    opacity: 1;
    top: 58px;
    padding: 27px 20px 20px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
    .search_area.active {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }

  .header_search .input-text {
    font-size: 2em;
    padding-bottom: 16px;
    margin-bottom: 9px; }
  .header_search .help_text {
    font-size: 0.875em; }
  .header_search .result {
    font-size: 1em;
    line-height: 1.4375em;
    padding: 9px 0 14px; }
    .header_search .result a:hover {
      font-family: "Heading Pro Treble Regular", sans-serif; }
  .header_search .search-results {
    padding-top: 13px;
    max-height: 100%; }
    .header_search .search-results .button {
      width: calc(100% - 40px); }
  .header_search .search-results-wrap--outer-container {
    border-bottom-width: 65px;
    border-bottom-color: #000000; }

  .close_side_navigation,
  .close_search_area {
    display: none; }

  .side_navigation_container {
    max-height: calc(100vh - 230px - 70px); } }
@media screen and (max-height: 28.125em) {
  .side_navigation_container {
    max-height: none; } }
.global_footer {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 100px; }
  .global_footer .legal_nav li,
  .global_footer .footer_newsletter_area,
  .global_footer .social_profiles,
  .global_footer .social_profiles li,
  .global_footer .partners_row .owner,
  .global_footer .partners_row .partner,
  .global_footer .owner_logo,
  .global_footer .copyrights {
    display: inline-block;
    vertical-align: middle; }
  .global_footer .owner,
  .global_footer .partner {
    width: 50%;
    margin: 0 -2px; }
  .global_footer .owner {
    text-align: left; }
    .global_footer .owner.fullwidth {
      width: 100%; }
  .global_footer .partner {
    text-align: right;
    padding-right: 10px;
    color: #888888; }
  .global_footer .partner_logo a {
    display: block; }
  .global_footer .partner_logo img {
    float: right;
    margin-left: 8px; }

.nav_options_row {
  background-color: #000000;
  color: #ffffff;
  padding: 20px 0; }
  .nav_options_row a {
    display: block;
    color: inherit; }

.legal_nav {
  float: left; }
  .legal_nav li {
    margin-right: 30px; }
    .legal_nav li:last-child {
      margin-right: 0; }
    .legal_nav li.normal_weight a {
      font-family: "Heading Pro Treble Regular", sans-serif;
      font-weight: normal; }
  .legal_nav a {
    font-size: 12px;
    line-height: 3em;
    font-family: "Heading Pro Treble Regular", sans-serif;
    letter-spacing: 0.2em; }
    .legal_nav a:hover {
      color: #ff3d00; }

.footer_social_area {
  float: right; }
  .footer_social_area .social_profiles a {
    display: block;
    font-size: 20px;
    line-height: 36px; }

.partners_row {
  padding-top: 18px;
  padding-bottom: 34px; }

.partner,
.copyrights {
  font-family: "Heading Pro Treble Regular", sans-serif;
  font-size: 11px;
  line-height: 26px;
  color: #888888; }

.copyrights {
  padding-left: 10px; }

.footer_social_area .newsletter_button {
  padding: 0;
  font-family: "Heading Pro Treble Heavy", sans-serif;
  font-size: 0.75em;
  line-height: 35px;
  letter-spacing: 0.25em;
  height: 36px;
  width: 205px;
  border: 1px solid #ffffff;
  background-color: #000000;
  color: #ffffff; }
  .footer_social_area .newsletter_button:hover {
    border-color: #000000;
    background-color: #ff3d00;
    opacity: 1; }
.footer_social_area .social_profiles li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 19px; }
.footer_social_area .social_profiles a {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icons/icon-facebook-white.svg) no-repeat scroll center center transparent;
  background-size: auto 22px;
  padding: 0;
  margin: auto; }
.footer_social_area .social_profiles .facebook {
  margin-right: 9px; }
  .footer_social_area .social_profiles .facebook a {
    background-image: url(../img/icons/icon-facebook-white.png);
    background-image: url(../img/icons/icon-facebook-white.svg); }
    .footer_social_area .social_profiles .facebook a:hover {
      background-image: url(../img/icons/icon-facebook-orange.png);
      background-image: url(../img/icons/icon-facebook-orange.svg); }
.footer_social_area .social_profiles .twitter a {
  background-image: url(../img/icons/icon-twitter-white.png);
  background-image: url(../img/icons/icon-twitter-white.svg);
  background-size: auto 22px; }
  .footer_social_area .social_profiles .twitter a:hover {
    background-image: url(../img/icons/icon-twitter-orange.png);
    background-image: url(../img/icons/icon-twitter-orange.svg); }
.footer_social_area .social_profiles .instagram {
  margin-right: 17px; }
  .footer_social_area .social_profiles .instagram a {
    background-image: url(../img/icons/icon-instagram-white.png);
    background-image: url(../img/icons/icon-instagram-white.svg);
    background-size: auto 21px; }
    .footer_social_area .social_profiles .instagram a:hover {
      background-image: url(../img/icons/icon-instagram-orange.png);
      background-image: url(../img/icons/icon-instagram-orange.svg); }
.footer_social_area .social_profiles .youtube a {
  background-image: url(../img/icons/icon-youtube-white.png);
  background-image: url(../img/icons/icon-youtube-white.svg);
  background-size: auto 23px; }
  .footer_social_area .social_profiles .youtube a:hover {
    background-image: url(../img/icons/icon-youtube-orange.png);
    background-image: url(../img/icons/icon-youtube-orange.svg); }

.page-template-homepage .global_footer {
  padding-top: 1px; }

.footer_newsletter_area {
  padding-left: 19px; }

@media screen and (max-width: 68.75em) {
  .footer_social_area .social_profiles li {
    margin: 0 12px; }

  .footer_newsletter_area {
    padding-left: 24px; }

  .legal_nav a {
    letter-spacing: 0; } }
@media screen and (max-width: 63.9375em) {
  .nav_options_row {
    padding: 16px 0 30px; }

  .legal_nav,
  .footer_social_area {
    float: none;
    width: 100%;
    text-align: center; }

  .footer_social_area {
    padding-top: 16px; }
    .footer_social_area .social_profiles li {
      margin: 0 20px; }

  .footer_newsletter_area {
    padding-left: 20px; }

  .legal_nav a {
    letter-spacing: 0.2em; } }
@media screen and (max-width: 47.9375em) {
  .nav_options_row {
    padding: 27px 0 40px; }

  .partner, .copyrights {
    font-size: 9px; }

  .legal_nav li {
    margin: 0 15px 15px; }
    .legal_nav li:first-child {
      width: 100%;
      margin-left: 0; }
  .legal_nav a {
    font-size: 11px; }

  .footer_social_area {
    padding-top: 6px; }
    .footer_social_area .social_profiles a {
      width: 30px;
      height: 33px; }
    .footer_social_area .social_profiles a {
      background-size: auto 30px; }
    .footer_social_area .social_profiles .youtube a {
      background-size: auto 33px; }
    .footer_social_area .social_profiles .instagram a {
      background-size: auto 27px; }
    .footer_social_area .social_profiles .twitter a {
      background-size: auto 27px; }

  .footer_newsletter_area {
    padding-left: 0;
    padding-top: 35px; }
    .footer_newsletter_area .newsletter_button {
      margin: auto; }

  .partners_row {
    padding: 35px 20px 40px;
    text-align: center; }

  .global_footer {
    padding-top: 70px; }
    .global_footer .footer_newsletter_area {
      display: block; }
    .global_footer .owner,
    .global_footer .partner {
      width: 100%;
      margin: 0 auto;
      padding: 0; }
    .global_footer .owner_logo,
    .global_footer .partner_logo {
      display: block;
      margin: 0 auto;
      text-align: center; }
    .global_footer .copyrights {
      margin: 9px 0 0;
      padding-left: 0;
      display: block;
      width: 100%;
      text-align: center;
      line-height: 1em; }
      .global_footer .copyrights p {
        margin: 0; }
    .global_footer .partner_logo {
      padding-top: 17px; }
      .global_footer .partner_logo img, .global_footer .partner_logo span {
        float: none;
        display: block;
        margin: auto; }
      .global_footer .partner_logo span {
        line-height: 1em;
        margin-top: 7px;
        display: block; }

  .single-post .global_footer {
    margin-top: 40px;
    padding-top: 8px; }

  .page-template-homepage .global_footer {
    padding-top: 15px; } }
/*-------------------------------------------------------------------------------------------------
  COMPONENTS
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: HOMEPAGE WIDGETS - BASE STYLES
----------------------------------------------------------------------------------------------------*/
.hp_post__image {
  position: relative;
  padding-top: 66.6666%; }
  .hp_post__image a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/default_post_main_image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    background-color: #f4f4f4;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-blend-mode: multiply; }
  .hp_post__image.square {
    padding-top: 100%; }
  .hp_post__image.portrait {
    padding-top: 150%; }
  .hp_post__image:hover a {
    background-color: #ff3d00; }

.hp_section__right_sidebar_area,
.hp_section__left_sidebar_area {
  padding-right: 0;
  padding-left: 0; }

.hp_section__right_sidebar_area {
  float: right;
  width: 360px;
  padding: 0; }
  .hp_section__right_sidebar_area .post__no_thumb {
    margin-bottom: 30px; }
  .hp_section__right_sidebar_area .ads_element {
    padding: 0 30px; }

.main_post:hover .hp_post__image a,
.sidebar_post:hover .hp_post__image a {
  background-color: #ff3d00; }
.main_post:hover .post__title,
.main_post:hover .post__author,
.sidebar_post:hover .post__title,
.sidebar_post:hover .post__author {
  opacity: 0.7; }
  .main_post:hover .post__title a:hover,
  .main_post:hover .post__author a:hover,
  .sidebar_post:hover .post__title a:hover,
  .sidebar_post:hover .post__author a:hover {
    opacity: 1; }

.post__title a:hover,
.post__author a:hover {
  opacity: 0.7; }
.post__title a,
.post__author a {
  -webkit-tap-highlight-color: transparent; }

.post__title {
  font-size: 1.25em;
  line-height: 1.4em;
  font-family: "Heading Pro Treble Extra Bold", sans-serif;
  word-wrap: break-word; }
  .post__title .mob_title {
    display: none; }
  .post__title.small_size {
    font-size: 1.125em;
    line-height: 1.4444444444em; }
  .post__title.large_size {
    font-size: 2.25em;
    line-height: 1.2222222222em; }

.main_post__title {
  font-size: 2em;
  line-height: 1.25em;
  font-family: "Heading Pro Treble Extra Bold", sans-serif; }

.sidebar_post__title {
  height: 142px;
  overflow: hidden;
  border-bottom: 30px solid #ffffff; }

.post__author {
  font-family: "Heading Pro Treble Regular", sans-serif;
  font-size: 0.625em;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #888888;
  margin-top: 22px; }
  .post__author a, .post__author span {
    color: inherit;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
    position: relative;
    padding-left: 15px; }
    .post__author a:before, .post__author span:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      content: "";
      width: 8px;
      height: 8px;
      background-image: url(../img/icons/icon-author.png);
      background: url(../img/icons/icon-author.svg) no-repeat scroll left center transparent;
      background-size: auto 100%;
      margin: auto; }

.main_post {
  display: inline-block;
  width: calc( 100% - 360px ); }

.main_post__content,
.sidebar_post__content {
  text-align: left; }

.main_post__content {
  width: 810px;
  max-width: 75%;
  margin-top: -87px;
  position: relative;
  padding: 24px 30px 0;
  z-index: 2;
  border-left: 1px solid #dddddd;
  background-color: #ffffff; }
  .main_post__content .caption {
    margin-bottom: 5px; }

.post__no_thumb .caption,
.sidebar_post__content .caption {
  margin-bottom: 3px; }

.sidebar_post {
  position: relative; }

.sidebar_post__content {
  padding: 22px 30px 0;
  border-left: 1px solid #dddddd; }
  .sidebar_post__content .post__author {
    position: absolute;
    bottom: 0;
    left: auto; }

.post__no_thumb {
  display: block;
  background-color: #ff3d00;
  text-align: center;
  padding-top: 100%;
  position: relative; }
  .post__no_thumb:hover .post__title,
  .post__no_thumb:hover .post__author,
  .post__no_thumb:hover .caption {
    opacity: 0.7; }
  .post__no_thumb .inner {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2; }
  .post__no_thumb .content_container {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .post__no_thumb .caption,
  .post__no_thumb .post__author {
    color: #ffffff; }
  .post__no_thumb .caption a {
    color: inherit; }
  .post__no_thumb .post__author a,
  .post__no_thumb .post__author span {
    padding-left: 0; }
    .post__no_thumb .post__author a:before,
    .post__no_thumb .post__author span:before {
      display: none; }

.post__no_thumb__date {
  font-family: "Heading Pro Treble Extra Bold", sans-serif;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #888888;
  padding-top: 4px;
  padding-bottom: 6px; }

.main_post_area_mobile {
  display: none; }

@media screen and (max-width: 68.75em) {
  .post__title {
    font-size: 1.125em;
    line-height: 1.4444444444em; }
    .post__title.large_size {
      font-size: 2em;
      line-height: 1.25em; }

  .sidebar_post__title {
    height: 8em;
    border-bottom-width: 40px; }

  .sidebar_post__content {
    padding: 12px 20px 0; }

  .main_post__image {
    padding-top: 100%; }

  .main_post {
    width: 100%;
    padding-left: 0; }
    .main_post .post__author {
      margin-top: 0; }

  .main_post__content {
    padding: 14px 20px 0;
    width: 560px;
    max-width: 85%;
    margin-top: -73px; }

  .main_post__title {
    height: 6.3em;
    border-bottom: 35px solid #ffffff;
    overflow: hidden; }

  .hp_section__right_sidebar_area {
    width: 320px; }
    .hp_section__right_sidebar_area .ads_element {
      padding: 0 0 0 20px;
      text-align: center; } }
@media screen and (max-width: 53.75em) {
  .main_post {
    width: 100%; }

  .hp_section__right_sidebar_area {
    width: 318px; }
    .hp_section__right_sidebar_area .ads_element {
      padding: 0; }

  .main_post_area_mobile {
    display: block;
    padding-bottom: 40px; }

  .sidebar_post,
  .sidebar_post:first-of-type {
    border: none; }

  .sidebar_post__content {
    position: relative;
    border-right: none;
    border-left: 1px solid #dddddd; }

  .sidebar_post .post__author {
    margin-top: 0; } }
@media screen and (max-width: 47.9375em) {
  .post__title .mob_title {
    display: block; }
  .post__title .desk_title {
    display: none !important; }

  .hp_section__right_sidebar_area {
    width: 100%; }
    .hp_section__right_sidebar_area .post__no_thumb {
      margin-bottom: 0; }

  .hp_post__image.square, .hp_post__image.portrait {
    padding-top: 66.6666%; }
  .hp_post__image.main_post__image.square {
    padding-top: 100%; }

  .main_post__content,
  .sidebar_post__content {
    border: none; }
    .main_post__content .post__author,
    .sidebar_post__content .post__author {
      position: static;
      margin-top: 22px; }

  .post__no_thumb .caption,
  .sidebar_post__content .caption {
    margin-bottom: 4px; }

  .main_post__content {
    padding-right: 20px;
    padding-left: 20px;
    width: calc(100% - 20px);
    max-width: 100%;
    margin-top: -29px; }
    .main_post__content .caption {
      margin-bottom: 6px; }

  .sidebar_post__content {
    border: none;
    padding: 14px 0 0; }

  .main_post__title,
  .sidebar_post__title {
    height: auto;
    border: none; }

  .post__title.large_size,
  .main_post__title {
    font-size: 1.5em;
    line-height: 1.3333333333em;
    height: auto; }

  .main_post_area_mobile {
    padding-bottom: 25px; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: ABOVE THE FOLD
----------------------------------------------------------------------------------------------------*/
.above_the_fold .hp_section__right_sidebar_area .happy_childhood,
.above_the_fold .hp_section__right_sidebar_area .happy_childhood .dfp-wrap > div {
  margin-bottom: 0; }
.above_the_fold .three_col_grid_posts {
  padding-top: 100px; }
.above_the_fold .main_post {
  float: left; }
  .above_the_fold .main_post .main_post__title {
    min-height: 3.5em; }
  .above_the_fold .main_post.has_mobile_image .hp_post__image__mobile {
    display: none; }

@media screen and (max-width: 68.75em) {
  .above_the_fold .main_post {
    width: calc(100% - 320px); }
    .above_the_fold .main_post.has_mobile_image .hp_post__image {
      display: none; }
    .above_the_fold .main_post.has_mobile_image .hp_post__image__mobile {
      display: block; } }
@media screen and (max-width: 53.75em) {
  .above_the_fold .main_post {
    width: 100%; }
  .above_the_fold .hp_section__right_sidebar_area {
    display: none; }

  .hp_section.above_the_fold .main_post_area_mobile {
    padding-bottom: 30px; } }
@media screen and (max-width: 47.9375em) {
  .above_the_fold .section_title {
    padding: 0 20px; }
  .above_the_fold .main_post {
    width: 100%; }
  .above_the_fold .hp_section__right_sidebar_area {
    padding-right: 20px;
    padding-left: 20px; }
  .above_the_fold .three_col_grid_posts {
    padding: 24px 20px 0;
    float: none; }
    .above_the_fold .three_col_grid_posts article {
      padding: 24px 0; }
      .above_the_fold .three_col_grid_posts article:first-of-type {
        padding: 24px 0; }
        .above_the_fold .three_col_grid_posts article:first-of-type .hp_post__image {
          padding-top: 66.6%; }
        .above_the_fold .three_col_grid_posts article:first-of-type .sidebar_post__content {
          padding-left: 0;
          padding-right: 0;
          width: 100%;
          margin-top: 0; }
        .above_the_fold .three_col_grid_posts article:first-of-type .sidebar_post__title {
          font-size: 1.125em;
          line-height: 1.4444444444em; }
      .above_the_fold .three_col_grid_posts article:last-of-type {
        padding-bottom: 0; }

  .hp_section.above_the_fold .main_post_area_mobile {
    padding-bottom: 40px; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: SINGLE POST
----------------------------------------------------------------------------------------------------*/
.single_post__article__content,
.single_post__article__image {
  width: 50%;
  float: left; }

.single_post__article__content .post__no_thumb {
  padding-top: 66.6666%; }
  .single_post__article__content .post__no_thumb .caption {
    margin-bottom: 11px; }
.single_post__article__content .main_post__title {
  font-size: 2em;
  line-height: 1.25em;
  border-bottom: none;
  height: auto;
  max-height: 5em; }

.single_post__article:hover .post__no_thumb .post__title,
.single_post__article:hover .post__no_thumb .post__author,
.single_post__article:hover .post__no_thumb .caption {
  opacity: 0.7; }
.single_post__article:hover .hp_post__image a {
  background-color: #ff3d00; }

@media screen and (max-width: 68.75em) {
  .single_post__article__image .hp_post__image,
  .single_post__article__content .post__no_thumb {
    padding-top: 100%; } }
@media screen and (max-width: 63.9375em) {
  .single_post__article__content .main_post__title {
    font-size: 1.125em;
    line-height: 1.4444444444em;
    max-height: 10em; } }
@media screen and (max-width: 47.9375em) {
  .single_post__article__content,
  .single_post__article__image {
    width: 100%;
    float: none; }

  .single_post__article__image .hp_post__image,
  .single_post__article__content .post__no_thumb {
    padding-top: 66.666%; }

  .single_post__article__content .main_post__title {
    max-height: 6em; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: (three_cols_with_main_post) ENTERTAINMENT - ORIGINALS - HOT RIGHT NOW
----------------------------------------------------------------------------------------------------*/
.hp_section__left_sidebar_area {
  float: left;
  width: 33.3%; }

.three_cols_with_main_post .left_column {
  width: calc(100% - 360px);
  float: left;
  position: relative; }
.three_cols_with_main_post .main_post {
  width: calc(100% - 33.3%);
  position: relative;
  z-index: 2; }
.three_cols_with_main_post .main_post__content {
  width: 600px;
  max-width: 85%;
  margin-top: -87px; }
.three_cols_with_main_post .sidebar_post {
  position: relative;
  z-index: 2; }
  .three_cols_with_main_post .sidebar_post:first-of-type {
    margin-bottom: 30px; }
.three_cols_with_main_post .main_post__title {
  font-size: 2em;
  line-height: 1.25em;
  height: 171px;
  overflow: hidden; }

@media screen and (max-width: 90.625em) {
  .three_cols_with_main_post .main_post__title {
    height: 198px; } }
@media screen and (max-width: 85em) {
  .three_cols_with_main_post .main_post__title {
    height: 215px; } }
@media screen and (max-width: 80em) {
  .three_cols_with_main_post .main_post__title {
    height: 235px; } }
@media screen and (max-width: 68.75em) {
  .three_cols_with_main_post .left_column {
    width: calc(100% - 320px); }
    .three_cols_with_main_post .left_column:before, .three_cols_with_main_post .left_column:after {
      display: none; }
  .three_cols_with_main_post .main_post {
    width: 100%; }
  .three_cols_with_main_post .main_post__title {
    height: 6.3em;
    border-bottom: 35px solid #ffffff; }
  .three_cols_with_main_post .main_post__content {
    margin-top: -73px;
    width: 560px;
    max-width: 85%; }
  .three_cols_with_main_post .sidebar_post__content {
    border-left: 1px solid #dddddd; }

  .hp_section__left_sidebar_area {
    width: 100%;
    padding-top: 30px; }
    .hp_section__left_sidebar_area .sidebar_post {
      width: 50%;
      margin: 0 -2px;
      display: inline-block;
      vertical-align: top; } }
@media screen and (max-width: 53.75em) {
  .three_cols_with_main_post .left_column {
    width: 50%; }
    .three_cols_with_main_post .left_column .main_post {
      display: none; }
  .three_cols_with_main_post .hp_section__right_sidebar_area {
    padding-left: 20px;
    width: 50%; }
  .three_cols_with_main_post .sidebar_post:first-of-type {
    border-bottom: none; }

  .hp_section__left_sidebar_area {
    margin: 0;
    padding-top: 0; }
    .hp_section__left_sidebar_area .sidebar_post {
      width: 100%;
      margin: 0;
      padding: 0 0 40px; }
      .hp_section__left_sidebar_area .sidebar_post:last-of-type {
        padding-bottom: 0; }
      .hp_section__left_sidebar_area .sidebar_post:first-of-type {
        margin-bottom: 0; } }
@media screen and (max-width: 47.9375em) {
  .three_cols_with_main_post .left_column {
    width: 100%;
    padding: 24px 20px 0; }
    .three_cols_with_main_post .left_column .main_post {
      display: none; }
  .three_cols_with_main_post .main_post__content {
    width: calc(100% - 20px);
    max-width: 100%;
    margin-top: -29px; }
  .three_cols_with_main_post .main_post__title {
    height: auto;
    border-bottom: none;
    font-size: 1.5em;
    line-height: 1.3333333333em; }
  .three_cols_with_main_post .sidebar_post__content {
    border: none; }
  .three_cols_with_main_post .hp_section__right_sidebar_area {
    width: 100%;
    padding: 0; }
  .three_cols_with_main_post.entertainment .group_sponsor, .three_cols_with_main_post.originals .group_sponsor {
    display: none; }
  .three_cols_with_main_post.entertainment.has_sponsor .section_title, .three_cols_with_main_post.originals.has_sponsor .section_title {
    text-align: center; }
    .three_cols_with_main_post.entertainment.has_sponsor .section_title .title, .three_cols_with_main_post.originals.has_sponsor .section_title .title {
      width: auto;
      max-width: 100%; }
  .three_cols_with_main_post.originals .hp_section__right_sidebar_area {
    padding-top: 50px; }
  .three_cols_with_main_post.originals .post__no_thumb .post__title.small_size {
    font-size: 1.25em; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: 3 column posts grid (Συνεντεύξεις)
----------------------------------------------------------------------------------------------------*/
.three_col_grid_posts {
  overflow: hidden; }
  .three_col_grid_posts article {
    width: 33.333%;
    float: left; }

@media screen and (max-width: 90.625em) {
  .three_col_grid_posts {
    margin: 0 0 -4px; } }
@media screen and (max-width: 53.75em) {
  .three_col_grid_posts {
    margin: -20px 0;
    float: left;
    clear: both; }
    .three_col_grid_posts article {
      width: 50%;
      padding: 20px 0; }
      .three_col_grid_posts article:nth-child(2n+1) {
        clear: left; }

  .sinentefxis .ads_element {
    padding: 20px 20px 0;
    width: 50%;
    float: right; } }
@media screen and (max-width: 47.9375em) {
  .hp_section.three_col_grid_posts {
    padding-right: 20px;
    padding-left: 20px; }

  .three_col_grid_posts {
    margin: 0; }
    .three_col_grid_posts article {
      width: 100%;
      padding: 24px 20px; }
      .three_col_grid_posts article:first-of-type {
        padding: 0 0 25px; }
        .three_col_grid_posts article:first-of-type .hp_post__image {
          padding-top: 100%; }
        .three_col_grid_posts article:first-of-type .sidebar_post__content {
          padding-left: 20px;
          padding-right: 20px;
          width: calc(100% - 20px);
          max-width: 100%;
          margin-top: -29px;
          background-color: #ffffff;
          position: relative;
          z-index: 2; }
        .three_col_grid_posts article:first-of-type .sidebar_post__title {
          font-size: 1.5em;
          line-height: 1.3333333333em; }

  .sinentefxis .group_sponsor {
    display: none; }
  .sinentefxis.hp_section.has_sponsor .section_title {
    text-align: center; }
    .sinentefxis.hp_section.has_sponsor .section_title .title {
      width: auto;
      max-width: 100%; }
  .sinentefxis .ads_element {
    width: 100%;
    padding: 0;
    width: 100%; }
  .sinentefxis article:nth-of-type(4) {
    display: none; }
  .sinentefxis article:nth-of-type(3) {
    padding-bottom: 0; }

  .above_interviews.ads_element.ad_section {
    background-color: transparent;
    margin-bottom: 50px; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: 3 Columns - 6 posts with sidebar (Life & Style)
----------------------------------------------------------------------------------------------------*/
.hp_section__main_area {
  width: calc(100% - 360px);
  float: left;
  position: relative; }

.lifestyle_posts {
  width: 100%;
  margin: -30px 0 0;
  float: left; }
  .lifestyle_posts article {
    width: 33.3%;
    float: left;
    padding: 30px 0 0;
    position: relative; }
    .lifestyle_posts article:nth-child(3n+1) {
      clear: left; }
      .lifestyle_posts article:nth-child(3n+1) .sidebar_post__content {
        border-left: 1px solid #dddddd; }
  .lifestyle_posts .sidebar_post:first-of-type {
    border: none; }

@media screen and (max-width: 68.75em) {
  .lifestyle_posts article {
    width: 50%; }
    .lifestyle_posts article:nth-child(3n+1) {
      clear: none; }
    .lifestyle_posts article:nth-child(2n+1) {
      clear: left; }
  .lifestyle_posts .sidebar_post__content,
  .lifestyle_posts article:nth-child(2n+1) .sidebar_post__content,
  .lifestyle_posts article:nth-child(3n+1) .sidebar_post__content {
    border-left: 1px solid #dddddd;
    border-right: none; } }
@media screen and (max-width: 53.75em) {
  .hp_section.lifestyle .hp_section__main_area {
    padding-right: 0;
    width: 100%; }
    .hp_section.lifestyle .hp_section__main_area:after {
      display: none; }
  .hp_section.lifestyle .hp_section__right_sidebar_area {
    display: block;
    width: calc(100% + 64px);
    margin: 0 -32px; }
    .hp_section.lifestyle .hp_section__right_sidebar_area .sticky_ads_element {
      padding: 0; }
      .hp_section.lifestyle .hp_section__right_sidebar_area .sticky_ads_element .dfp-wrap > div {
        background-color: #eeeeee;
        padding: 50px 0;
        text-align: center;
        margin-top: 100px; } }
@media screen and (max-width: 47.9375em) {
  .hp_section.lifestyle .wrapper {
    padding: 0; }
  .hp_section.lifestyle .hp_section__right_sidebar_area {
    padding-top: 0;
    margin: 0;
    width: 100%; }
    .hp_section.lifestyle .hp_section__right_sidebar_area .sticky_ads_element .dfp-wrap > div {
      background-color: transparent;
      padding: 30px 0;
      text-align: center;
      margin-top: 50px; }

  .lifestyle_posts {
    margin: 0; }
    .lifestyle_posts article {
      width: 100%;
      padding: 24px 20px; }
      .lifestyle_posts article:first-of-type {
        padding: 0 0 25px; }
        .lifestyle_posts article:first-of-type .hp_post__image {
          padding-top: 100%; }
        .lifestyle_posts article:first-of-type .sidebar_post__content {
          padding-left: 20px;
          padding-right: 20px;
          width: calc(100% - 20px);
          max-width: 100%;
          margin-top: -29px;
          background-color: #ffffff;
          position: relative;
          z-index: 2; }
        .lifestyle_posts article:first-of-type .post__title.small_size {
          font-size: 1.5em;
          line-height: 1.3333333333em; }
      .lifestyle_posts article:last-of-type {
        padding-bottom: 0; }
    .lifestyle_posts .sidebar_post__content,
    .lifestyle_posts article:nth-child(2n+1) .sidebar_post__content,
    .lifestyle_posts article:nth-child(3n+1) .sidebar_post__content {
      border: none; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: 2 column posts grid (2 πλό αφιέρωμα)
----------------------------------------------------------------------------------------------------*/
.two_col_grid_posts {
  overflow: hidden; }
  .two_col_grid_posts article {
    width: 50%;
    float: left; }

@media screen and (max-width: 90.625em) {
  .two_col_grid_posts {
    margin: 0 0 -4px; } }
@media screen and (max-width: 53.75em) {
  .two_col_grid_posts {
    margin: -20px 0;
    float: left;
    clear: both; }
    .two_col_grid_posts article {
      padding: 20px 0; } }
@media screen and (max-width: 47.9375em) {
  .hp_section.two_col_grid_posts {
    padding-right: 20px;
    padding-left: 20px; }

  .two_col_grid_posts {
    margin: 0; }
    .two_col_grid_posts article {
      width: 100%;
      padding: 24px 20px; }
      .two_col_grid_posts article:first-of-type {
        padding: 0 0 25px; }
        .two_col_grid_posts article:first-of-type .hp_post__image {
          padding-top: 100%; }
        .two_col_grid_posts article:first-of-type .sidebar_post__content {
          padding-left: 20px;
          padding-right: 20px;
          width: calc(100% - 20px);
          max-width: 100%;
          margin-top: -29px;
          background-color: #ffffff;
          position: relative;
          z-index: 2; }
        .two_col_grid_posts article:first-of-type .sidebar_post__title {
          font-size: 1.5em;
          line-height: 1.3333333333em; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: Opinion Posts
----------------------------------------------------------------------------------------------------*/
.hp_section.opinion {
  background-color: #ff3d00;
  padding: 80px 0 60px;
  position: relative; }
  .hp_section.opinion .section_title {
    text-align: center;
    margin-bottom: 11px;
    color: #ffffff; }
  .hp_section.opinion .slick-slider {
    position: static; }

.opinion_posts {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 6px; }
  .opinion_posts:hover .slick-arrow {
    opacity: 1; }
  .opinion_posts .slick-list:before, .opinion_posts .slick-list:after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    background: linear-gradient(90deg, #ff3d00 0%, rgba(255, 61, 0, 0.7469187504) 26%, rgba(255, 61, 0, 0) 53%);
    z-index: 20; }
  .opinion_posts .slick-list:after {
    left: auto;
    right: 0;
    background: linear-gradient(270deg, #ff3d00 0%, rgba(255, 61, 0, 0.7469187504) 26%, rgba(255, 61, 0, 0) 53%); }
  .opinion_posts .slick-track {
    padding-bottom: 4px; }
  .opinion_posts .slick-arrow {
    padding: 0;
    width: 30px;
    height: 50px;
    background-size: auto 100%;
    top: calc(50% - 33px);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 0; }
    .opinion_posts .slick-arrow:hover {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
  .opinion_posts .slick-prev {
    left: 160px; }
  .opinion_posts .slick-next {
    right: 160px; }

.opinion_post {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0 100px; }

.opinion_post__title {
  font-family: "Heading Pro Treble Extra Bold", sans-serif;
  font-style: normal;
  font-size: 2.25em;
  line-height: 1.2777777778em;
  margin-left: auto;
  margin-right: auto; }

.opinion_post__author {
  font-family: "Heading Pro Treble Regular", sans-serif;
  font-size: 0.9375em;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #ffffff;
  margin-top: 31px; }
  .opinion_post__author a {
    border-bottom-color: transparent;
    display: inline-block;
    padding-bottom: 4px;
    padding-left: 0; }
    .opinion_post__author a:hover {
      opacity: 0.8;
      color: inherit;
      border-bottom-color: #ffffff; }
    .opinion_post__author a:before {
      display: none; }

@media screen and (max-width: 90.625em) {
  .opinion_posts {
    width: 95%; }
    .opinion_posts .slick-prev {
      left: 60px; }
    .opinion_posts .slick-next {
      right: 60px; } }
@media screen and (max-width: 68.75em) {
  .opinion_posts .slick-prev {
    left: 40px; }
  .opinion_posts .slick-next {
    right: 40px; }

  .opinion_post__title {
    font-size: 2em;
    line-height: 1.25em; } }
@media screen and (max-width: 53.75em) {
  .hp_section.opinion {
    padding: 67px 0 64px; }

  .opinion_posts {
    width: 90%; }
    .opinion_posts .slick-list:before {
      width: 100px; }
    .opinion_posts .slick-list:after {
      width: 100px; }

  .opinion_post__author {
    margin-top: 35px; }

  .opinion_post {
    padding: 0 60px; } }
@media screen and (max-width: 47.9375em) {
  .hp_section.opinion {
    padding: 50px 20px 25px;
    position: relative;
    margin-top: 0; }
    .hp_section.opinion .wrapper {
      padding-bottom: 4px; }
    .hp_section.opinion .section_title {
      margin-bottom: 14px; }

  .opinion_post__content {
    min-height: calc(100vw - 160px);
    position: relative; }
    .opinion_post__content .inner {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

  .opinion_post__title {
    font-size: 1.5em;
    line-height: 1.3333333333em;
    position: static;
    max-height: calc(100vw - 205px);
    overflow: hidden; }
    .opinion_post__title a {
      display: block;
      width: 100%;
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .opinion_post__title em {
      font-style: normal; }

  .opinion_posts {
    width: 100%;
    padding-top: 0; }
    .opinion_posts .slick-arrow {
      width: 16px;
      height: 33px;
      top: calc(50% - 15px); }
    .opinion_posts .slick-prev {
      left: 0; }
    .opinion_posts .slick-next {
      right: 0; }
    .opinion_posts .slick-list:before, .opinion_posts .slick-list:after {
      width: 70px; }

  .opinion_post {
    vertical-align: top;
    padding: 0 20px; }

  .opinion_post__author {
    margin-top: 17px;
    font-size: 10px; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: Style Posts
----------------------------------------------------------------------------------------------------*/
.fooddrink_posts {
  overflow: hidden; }
  .fooddrink_posts article:first-of-type {
    border: none; }
    .fooddrink_posts article:first-of-type .sidebar_post__content {
      border-left: 1px solid #dddddd; }
  .fooddrink_posts .sidebar_post__content {
    padding-bottom: 300px;
    margin-bottom: -300px; }

.fooddrink_posts article {
  width: 25%; }
.fooddrink_posts .post_d {
  float: right; }
.fooddrink_posts .sidebar_post__image.has_mobile_image .mob_image {
  display: none; }

@media screen and (max-width: 53.75em) {
  .fooddrink_posts .sidebar_post__content {
    border-right: none;
    padding-bottom: 0;
    margin-bottom: 0; } }
@media screen and (max-width: 47.9375em) {
  .fooddrink_posts .sidebar_post__image.has_mobile_image .desk_image {
    display: none; }
  .fooddrink_posts .sidebar_post__image.has_mobile_image .mob_image {
    display: block; } }
@media screen and (max-width: 53.75em) {
  .fooddrink_posts article {
    width: 50%;
    padding: 20px 0; }
    .fooddrink_posts article:nth-child(2n+1) {
      clear: left; }
  .fooddrink_posts .hp_post__image {
    margin-top: 0; }
  .fooddrink_posts .sidebar_post {
    float: left; }
    .fooddrink_posts .sidebar_post:nth-child(2n+1) {
      clear: none; }
  .fooddrink_posts .post_b,
  .fooddrink_posts .post_c {
    float: right; } }
@media screen and (max-width: 47.9375em) {
  .fooddrink_posts {
    margin: -20px 0; }
    .fooddrink_posts article {
      width: 100%;
      padding: 24px 20px; }
      .fooddrink_posts article.post_a {
        padding: 20px 0 25px; }
        .fooddrink_posts article.post_a .hp_post__image.portrait {
          padding-top: 100%; }
        .fooddrink_posts article.post_a .sidebar_post__content {
          border: none;
          width: calc(100% - 20px);
          max-width: 100%;
          margin-top: -29px;
          background-color: #ffffff;
          position: relative;
          padding: 14px 20px 0; }
        .fooddrink_posts article.post_a .sidebar_post__title {
          font-size: 1.5em;
          line-height: 1.3333333333em; }
      .fooddrink_posts article:nth-of-type(5) {
        display: none; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: ΖΩΔΙΑ
----------------------------------------------------------------------------------------------------*/
.three_cols_with_main_post.hotrightnow .sidebar_post .hp_post__image.portrait.has_mobile_image .mob_image {
  display: none; }

@media screen and (max-width: 68.75em) {
  .three_cols_with_main_post.hotrightnow .left_column,
  .three_cols_with_main_post.hotrightnow .sidebar_post {
    width: 100%; }
  .three_cols_with_main_post.hotrightnow .left_column {
    border-color: transparent; }
  .three_cols_with_main_post.hotrightnow .main_post {
    width: calc(100% - 320px); }
  .three_cols_with_main_post.hotrightnow .hp_section__left_sidebar_area {
    width: 320px;
    float: right;
    padding-top: 0; }
  .three_cols_with_main_post.hotrightnow .sidebar_post .hp_post__image.portrait {
    padding-top: 66.6%; } }
@media screen and (max-width: 53.75em) {
  .three_cols_with_main_post.hotrightnow .main_post,
  .three_cols_with_main_post.hotrightnow .hp_section__left_sidebar_area {
    width: 100%;
    float: none; }
  .three_cols_with_main_post.hotrightnow .sidebar_post,
  .three_cols_with_main_post.hotrightnow .dfp-wrap {
    width: 50%;
    float: left; }
  .three_cols_with_main_post.hotrightnow .dfp-wrap {
    float: right; }
  .three_cols_with_main_post.hotrightnow .sidebar_post .hp_post__image.portrait {
    padding-top: 150%; } }
@media screen and (max-width: 47.9375em) {
  .three_cols_with_main_post.hotrightnow .sidebar_post,
  .three_cols_with_main_post.hotrightnow .dfp-wrap {
    width: 100%; }
  .three_cols_with_main_post.hotrightnow .sidebar_post .hp_post__image.portrait {
    padding-top: 66.66%; }
    .three_cols_with_main_post.hotrightnow .sidebar_post .hp_post__image.portrait.has_mobile_image .desk_image {
      display: none; }
    .three_cols_with_main_post.hotrightnow .sidebar_post .hp_post__image.portrait.has_mobile_image .mob_image {
      display: block; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: CONTRA WIDGET
----------------------------------------------------------------------------------------------------*/
.contra_widget {
  background-color: #002040;
  color: #ffffff;
  padding: 60px 0; }
  .contra_widget .hp_post__image a:hover {
    background-color: #5cb8e5; }
  .contra_widget .section_title .title {
    background-image: linear-gradient(to right, #5cb8e5 75%, #5cb8e5 75%); }
  .contra_widget .main_post:hover .hp_post__image a,
  .contra_widget .sidebar_post:hover .hp_post__image a {
    background-color: #5cb8e5; }
  .contra_widget .caption a {
    color: #5cb8e5; }
  .contra_widget .post__title {
    color: inherit; }
    .contra_widget .post__title a {
      display: block; }
  .contra_widget .post__author {
    color: #888888; }
    .contra_widget .post__author a, .contra_widget .post__author span {
      color: #888888; }
      .contra_widget .post__author a:before, .contra_widget .post__author span:before {
        background-image: url(../img/icons/icon-author-blue.png);
        background-image: url(../img/icons/icon-author-blue.svg); }
  .contra_widget .main_post__content,
  .contra_widget .sidebar_post__content {
    border-color: #667686; }
    .contra_widget .main_post__content:hover .caption a,
    .contra_widget .main_post__content:hover .post__author a,
    .contra_widget .sidebar_post__content:hover .caption a,
    .contra_widget .sidebar_post__content:hover .post__author a {
      color: #418bb4; }
    .contra_widget .main_post__content:hover .post__title,
    .contra_widget .sidebar_post__content:hover .post__title {
      opacity: 0.7; }
  .contra_widget .main_post__content {
    background-color: #002040; }
  .contra_widget .sidebar_post__title {
    border-bottom-color: #002040; }
  .contra_widget .three_col_grid_posts .main_post {
    width: 50%; }
  .contra_widget .three_col_grid_posts .sidebar_post {
    width: 25%; }
  .contra_widget .main_post__title {
    height: 178px;
    border-bottom: 30px solid #002040; }
  .contra_widget .footer_sponsor {
    display: none;
    text-align: center;
    margin-top: 22px; }
    .contra_widget .footer_sponsor .label {
      font-family: "Heading Pro Treble Regular", sans-serif;
      color: #888888;
      font-size: 7px;
      letter-spacing: 0.1em;
      display: block; }

@media screen and (max-width: 68.75em) {
  .contra_widget .three_col_grid_posts .main_post,
  .contra_widget .three_col_grid_posts .sidebar_post {
    width: 33.333%; }
  .contra_widget .hp_post__image {
    padding-top: 66.666%; }
  .contra_widget .main_post__content {
    margin-top: 0;
    padding-top: 12px;
    width: 100%; }
    .contra_widget .main_post__content .caption {
      margin-bottom: 3px; }
    .contra_widget .main_post__content .post__author {
      position: absolute;
      bottom: 0;
      left: auto; }
  .contra_widget .main_post__title {
    height: 8em; } }
@media screen and (max-width: 63.9375em) {
  .contra_widget .three_col_grid_posts .main_post,
  .contra_widget .three_col_grid_posts .sidebar_post {
    width: 50%; }
  .contra_widget.hp_section.has_sponsor .section_title .group_sponsor {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    bottom: 14px;
    top: auto; } }
@media screen and (max-width: 47.9375em) {
  .contra_widget {
    padding: 30px 0; }
    .contra_widget .three_col_grid_posts .main_post,
    .contra_widget .three_col_grid_posts .sidebar_post {
      width: 100%; }
    .contra_widget.hp_section.has_sponsor .section_title {
      padding-right: 20px;
      text-align: center; }
      .contra_widget.hp_section.has_sponsor .section_title .group_sponsor {
        display: none; }
      .contra_widget.hp_section.has_sponsor .section_title .title {
        max-width: 100%;
        width: 100%;
        text-align: center; }
    .contra_widget .main_post__content {
      width: calc(100% - 20px);
      margin-top: -29px;
      position: relative;
      padding: 14px 20px 0; }
      .contra_widget .main_post__content .caption {
        margin-bottom: 4px; }
      .contra_widget .main_post__content .post__author {
        position: static;
        margin-top: 22px; }
    .contra_widget .main_post__title {
      height: auto;
      border: none; }
    .contra_widget .footer_sponsor {
      display: block; }
      .contra_widget .footer_sponsor img {
        max-width: 100px; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: Video Posts
----------------------------------------------------------------------------------------------------*/
.hp_section.video_section {
  padding: 47px 0 100px; }
  .hp_section.video_section .section_title .title {
    background-position: left 0.9em; }

.video_posts {
  width: 100%;
  margin: -32px 0 0;
  float: left; }
  .video_posts article {
    width: 25%;
    float: left;
    padding: 25px 0 0;
    position: relative; }
    .video_posts article:nth-child(4n+1) {
      clear: left; }
  .video_posts .caption {
    padding-top: 5px;
    padding-bottom: 2px; }
    .video_posts .caption a:hover, .video_posts .caption span:hover {
      opacity: 1;
      color: #ff3d00; }
  .video_posts .hp_post__image {
    padding-top: 56.25%; }
    .video_posts .hp_post__image a:after, .video_posts .hp_post__image a:before {
      content: "";
      position: absolute; }
    .video_posts .hp_post__image a:after {
      width: 40px;
      height: 40px;
      background-color: #ff3d00;
      bottom: 0;
      left: 0;
      z-index: 2; }
    .video_posts .hp_post__image a:before {
      border-left: 10px solid #ffffff;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      width: 0;
      height: 0;
      left: 16px;
      bottom: 13px;
      z-index: 3; }
  .video_posts .sidebar_post:first-of-type {
    border: none; }
  .video_posts .sidebar_post__title {
    height: 135px; }

@media screen and (max-width: 68.75em) {
  .hp_section.video_section {
    padding: 49px 0 100px; }
    .hp_section.video_section .section_title .title {
      background-position: left 0.94em; }

  .video_posts {
    margin-top: -34px; }
    .video_posts article {
      width: 33.3%; }
      .video_posts article:last-child {
        display: none; }
    .video_posts .sidebar_post__title {
      height: 137px;
      border-bottom-width: 33px; } }
@media screen and (max-width: 63.9375em) {
  .hp_section.video_section {
    padding: 51px 0 100px; }

  .video_posts {
    margin-top: -27px; }
    .video_posts article {
      width: 50%; }
      .video_posts article:nth-child(3n+1) {
        clear: none; }
      .video_posts article:nth-child(2n+1) {
        clear: left; }
      .video_posts article:last-child {
        display: block; }
    .video_posts .sidebar_post__content {
      border-left: 1px solid #dddddd;
      border-right: none; } }
@media screen and (max-width: 47.9375em) {
  .hp_section.video_section {
    padding: 23px 0 40px; }
    .hp_section.video_section .wrapper {
      padding: 0; }
    .hp_section.video_section .section_title .title {
      background-position: left 0.8888888889em; }

  .video_posts {
    margin: 0; }
    .video_posts article {
      width: 100%;
      padding: 24px 20px 20px; }
      .video_posts article:first-of-type {
        padding: 0 0 20px; }
        .video_posts article:first-of-type .sidebar_post__content {
          padding-left: 20px;
          padding-right: 20px; }
        .video_posts article:first-of-type .post__title.small_size {
          font-size: 1.5em;
          line-height: 1.3333333333em; }
      .video_posts article:last-of-type {
        padding-bottom: 0; }
    .video_posts .sidebar_post__content {
      border: none; }
    .video_posts .sidebar_post__title {
      height: auto;
      border-bottom-width: 0; } }
/*--------------------------------------------------------------------------------------------------
  COMPONENT: TRIBUTE
----------------------------------------------------------------------------------------------------*/
.hp_section.tribute {
  padding: 60px 0 100px; }
  .hp_section.tribute.has_sponsor .section_title {
    padding-right: 0; }
  .hp_section.tribute .section_title {
    text-align: center; }
  .hp_section.tribute .tribute_sponsor {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -10px; }
    .hp_section.tribute .tribute_sponsor .label {
      display: block;
      left: auto; }
    .hp_section.tribute .tribute_sponsor img {
      max-width: 200px;
      margin-top: 9px; }
  .hp_section.tribute.has_bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .hp_section.tribute.triple .main_post__content {
    background-color: transparent;
    border-left-color: rgba(255, 255, 255, 0.2); }
  .hp_section.tribute.triple .main_post__title {
    height: 166px;
    border-bottom: 30px solid transparent;
    color: #ffffff; }
  .hp_section.tribute.double_bg .has_mobile_image .hp_post__image__mobile {
    display: none; }

.tribute_post .post__no_thumb {
  background-color: #ffffff; }
  .tribute_post .post__no_thumb .caption {
    color: #ff3d00; }
  .tribute_post .post__no_thumb .post__author {
    color: #888888; }

.tribute_posts.three_col_grid_posts .sidebar_post__title,
.tribute_posts.two_col_grid_posts .sidebar_post__title {
  border-bottom-color: transparent;
  color: #ffffff; }
.tribute_posts.three_col_grid_posts .sidebar_post__content,
.tribute_posts.two_col_grid_posts .sidebar_post__content {
  border-left-color: rgba(255, 255, 255, 0.2); }

@media screen and (min-width: 68.8125em) {
  .tribute.has_bg.single .section_title, .tribute.double_bg .section_title {
    line-height: 1em; }
  .tribute.has_bg.single .intro_container,
  .tribute.has_bg.single .tribute_posts, .tribute.double_bg .intro_container,
  .tribute.double_bg .tribute_posts {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px; }
  .tribute.has_bg.single .single_post__article__content,
  .tribute.has_bg.single .single_post__article__image, .tribute.double_bg .single_post__article__content,
  .tribute.double_bg .single_post__article__image {
    float: none;
    width: 100%; }
  .tribute.has_bg.single .intro_container, .tribute.double_bg .intro_container {
    padding: 0 5%; }
  .tribute.has_bg.single {
    padding-top: 100px; }
    .tribute.has_bg.single .post__no_thumb {
      padding: 0;
      background-color: transparent; }
      .tribute.has_bg.single .post__no_thumb .content_container,
      .tribute.has_bg.single .post__no_thumb .inner {
        position: static; }
      .tribute.has_bg.single .post__no_thumb .content_container {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        text-align: left;
        padding: 24px 30px 0;
        border-left: 1px solid rgba(255, 255, 255, 0.4); }
      .tribute.has_bg.single .post__no_thumb .post__title {
        color: #ffffff; }
  .tribute.triple .three_col_grid_posts .main_post {
    width: 50%; }
  .tribute.triple .three_col_grid_posts .main_post__content {
    margin-top: -85px;
    width: 600px;
    max-width: 85%; }
  .tribute.triple .three_col_grid_posts .sidebar_post {
    width: 25%; }
  .tribute.triple .sidebar_post__image {
    padding-top: 100%; }
  .tribute.triple.has_bg {
    padding-top: 120px; }
    .tribute.triple.has_bg .sidebar_post__image {
      padding-top: 66.666%; }
    .tribute.triple.has_bg .sidebar_post {
      width: 33.33%; }
  .tribute.double .three_col_grid_posts .main_post, .tribute.double .three_col_grid_posts .sidebar_post {
    width: 50%; }
  .tribute.double .sidebar_post__image {
    padding-top: 66.666%; }
  .tribute.double.has_bg .sidebar_post__image {
    padding-top: 150%; }
  .tribute.double.has_bg .sidebar_post {
    width: 50%; }
  .tribute.double_bg {
    padding-top: 100px; }
    .tribute.double_bg .sidebar_post__image {
      padding-top: 150%; } }
@media screen and (max-width: 68.75em) {
  .hp_section.tribute.triple .three_col_grid_posts .main_post,
  .hp_section.tribute.triple .three_col_grid_posts .sidebar_post {
    width: 33.333%; }
  .hp_section.tribute.triple .main_post__content {
    margin-top: 0;
    padding-top: 12px;
    width: 100%;
    max-width: 100%; }
    .hp_section.tribute.triple .main_post__content .caption {
      margin-bottom: 3px; }
    .hp_section.tribute.triple .main_post__content .post__author {
      position: absolute;
      bottom: 0;
      left: auto; }
  .hp_section.tribute.triple .main_post__title {
    height: 8em; }
  .hp_section.tribute.triple .main_post__image {
    padding-top: 66.6666%; }
  .hp_section.tribute.double_bg .has_mobile_image .hp_post__image {
    display: none; }
  .hp_section.tribute.double_bg .has_mobile_image .hp_post__image__mobile {
    display: block; } }
@media screen and (max-width: 53.75em) {
  .hp_section.tribute.triple .three_col_grid_posts .main_post,
  .hp_section.tribute.triple .three_col_grid_posts .sidebar_post:first-of-type, .hp_section.tribute.triple.has_bg .three_col_grid_posts .main_post,
  .hp_section.tribute.triple.has_bg .three_col_grid_posts .sidebar_post:first-of-type {
    width: 100%;
    clear: both; }
  .hp_section.tribute.triple .three_col_grid_posts .sidebar_post, .hp_section.tribute.triple.has_bg .three_col_grid_posts .sidebar_post {
    width: 50%;
    clear: none; } }
@media screen and (max-width: 53.75em) and (min-width: 48em) {
  .hp_section.tribute.triple .three_col_grid_posts article:first-of-type .post__title, .hp_section.tribute.triple.has_bg .three_col_grid_posts article:first-of-type .post__title {
    font-size: 2em;
    line-height: 1.25em;
    height: 7em;
    border-bottom-width: 35px; } }
@media screen and (max-width: 47.9375em) {
  .hp_section.tribute {
    padding: 30px 0 50px; }
    .hp_section.tribute .tribute_sponsor {
      margin-bottom: 19px;
      margin-top: 0; }
      .hp_section.tribute .tribute_sponsor .label {
        opacity: 0.7; }
      .hp_section.tribute .tribute_sponsor img {
        max-width: 130px; }
    .hp_section.tribute.has_sponsor .section_title {
      margin-bottom: 6px;
      line-height: 1em;
      padding-right: 20px;
      text-align: center; }
      .hp_section.tribute.has_sponsor .section_title .title {
        width: 100%;
        max-width: 100%;
        text-align: center;
        text-decoration: underline;
        text-decoration-color: #ff3d00;
        border-bottom: none; }
    .hp_section.tribute.has_bg {
      background-size: 0; }
    .hp_section.tribute.double_bg .two_col_grid_posts article:first-of-type .sidebar_post__content {
      background-color: #2b2b2b; }
    .hp_section.tribute.triple .three_col_grid_posts .main_post,
    .hp_section.tribute.triple .three_col_grid_posts .sidebar_post, .hp_section.tribute.triple.has_bg .three_col_grid_posts .main_post,
    .hp_section.tribute.triple.has_bg .three_col_grid_posts .sidebar_post {
      width: 100%;
      clear: both; }
    .hp_section.tribute.triple .three_col_grid_posts .main_post__content {
      position: relative;
      padding: 14px 20px 0; }
      .hp_section.tribute.triple .three_col_grid_posts .main_post__content .caption {
        margin-bottom: 4px; }
      .hp_section.tribute.triple .three_col_grid_posts .main_post__content .post__author {
        position: static;
        margin-top: 22px; }
    .hp_section.tribute.triple .three_col_grid_posts .main_post__title {
      height: auto;
      border: none; }
    .hp_section.tribute.triple .three_col_grid_posts article {
      width: 100%;
      clear: both; }
      .hp_section.tribute.triple .three_col_grid_posts article:first-of-type .sidebar_post__content,
      .hp_section.tribute.triple .three_col_grid_posts article:first-of-type .main_post__content {
        margin-top: -29px;
        width: calc(100% - 20px);
        background-color: #2b2b2b; } }
.sharing_tools {
  text-align: left;
  padding: 0;
  display: block;
  margin: 0 0 0 -15px; }
  .sharing_tools.mobile {
    display: none; }
  .sharing_tools li {
    width: 35px;
    margin: 0 18px 0 0;
    float: left;
    list-style-type: none; }
    .sharing_tools li a {
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 25px auto; }
    .sharing_tools li:last-child {
      margin-right: 0; }
    .sharing_tools li.facebook {
      margin-right: 13px; }
      .sharing_tools li.facebook a {
        background-image: url(../img/icons/icon-shareon-facebook.png);
        background-image: url(../img/icons/icon-shareon-facebook.svg); }
        .sharing_tools li.facebook a:hover {
          background-image: url(../img/icons/icon-shareon-facebook-orange.png);
          background-image: url(../img/icons/icon-shareon-facebook-orange.svg); }
    .sharing_tools li.twitter a {
      background-image: url(../img/icons/icon-shareon-twitter.png);
      background-image: url(../img/icons/icon-shareon-twitter.svg);
      background-size: 23px auto; }
      .sharing_tools li.twitter a:hover {
        background-image: url(../img/icons/icon-shareon-twitter-orange.png);
        background-image: url(../img/icons/icon-shareon-twitter-orange.svg); }
    .sharing_tools li.email a {
      background-image: url(../img/icons/icon-shareon-email.png);
      background-image: url(../img/icons/icon-shareon-email.svg);
      background-size: 27px auto; }
      .sharing_tools li.email a:hover {
        background-image: url(../img/icons/icon-shareon-email-orange.png);
        background-image: url(../img/icons/icon-shareon-email-orange.svg); }
    .sharing_tools li.whatsapp a {
      background-image: url(../img/icons/icon-shareon-whatsapp.png);
      background-image: url(../img/icons/icon-shareon-whatsapp.svg); }
      .sharing_tools li.whatsapp a:hover {
        background-image: url(../img/icons/icon-shareon-whatsapp-orange.png);
        background-image: url(../img/icons/icon-shareon-whatsapp-orange.svg); }
    .sharing_tools li.messenger a {
      background-image: url(../img/icons/icon-shareon-messenger.png);
      background-image: url(../img/icons/icon-shareon-messenger.svg);
      background-size: 23px auto; }
      .sharing_tools li.messenger a:hover {
        background-image: url(../img/icons/icon-shareon-messenger-orange.png);
        background-image: url(../img/icons/icon-shareon-messenger-orange.svg); }
    .sharing_tools li.messenger .messenger__mobile {
      display: none; }
  .sharing_tools .label {
    font-family: "Extenda", serif;
    font-size: 15px;
    line-height: 1em;
    font-style: italic;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
    display: block; }
  .sharing_tools a {
    width: 100%;
    height: 35px;
    display: block;
    color: #000000;
    line-height: 35px; }

.video_sharing_tools,
.sharing_tools.video_sharing_tools {
  padding-top: 33px; }
  .video_sharing_tools li,
  .sharing_tools.video_sharing_tools li {
    margin-right: 22px; }
    .video_sharing_tools li.facebook,
    .sharing_tools.video_sharing_tools li.facebook {
      margin-right: 17px; }
      .video_sharing_tools li.facebook a,
      .sharing_tools.video_sharing_tools li.facebook a {
        background-image: url(../img/icons/icon-shareon-facebook-white.png);
        background-image: url(../img/icons/icon-shareon-facebook-white.svg); }
        .video_sharing_tools li.facebook a:hover,
        .sharing_tools.video_sharing_tools li.facebook a:hover {
          background-image: url(../img/icons/icon-shareon-facebook-orange.png);
          background-image: url(../img/icons/icon-shareon-facebook-orange.svg); }
    .video_sharing_tools li.twitter a,
    .sharing_tools.video_sharing_tools li.twitter a {
      background-image: url(../img/icons/icon-shareon-twitter-white.png);
      background-image: url(../img/icons/icon-shareon-twitter-white.svg); }
      .video_sharing_tools li.twitter a:hover,
      .sharing_tools.video_sharing_tools li.twitter a:hover {
        background-image: url(../img/icons/icon-shareon-twitter-orange.png);
        background-image: url(../img/icons/icon-shareon-twitter-orange.svg); }
    .video_sharing_tools li.email a,
    .sharing_tools.video_sharing_tools li.email a {
      background-image: url(../img/icons/icon-shareon-email-white.png);
      background-image: url(../img/icons/icon-shareon-email-white.svg); }
      .video_sharing_tools li.email a:hover,
      .sharing_tools.video_sharing_tools li.email a:hover {
        background-image: url(../img/icons/icon-shareon-email-orange.png);
        background-image: url(../img/icons/icon-shareon-email-orange.svg); }
    .video_sharing_tools li.whatsapp,
    .sharing_tools.video_sharing_tools li.whatsapp {
      display: none; }
      .video_sharing_tools li.whatsapp a,
      .sharing_tools.video_sharing_tools li.whatsapp a {
        background-image: url(../img/icons/icon-shareon-whatsapp-white.png);
        background-image: url(../img/icons/icon-shareon-whatsapp-white.svg); }
        .video_sharing_tools li.whatsapp a:hover,
        .sharing_tools.video_sharing_tools li.whatsapp a:hover {
          background-image: url(../img/icons/icon-shareon-whatsapp-orange.png);
          background-image: url(../img/icons/icon-shareon-whatsapp-orange.svg); }
    .video_sharing_tools li.messenger a,
    .sharing_tools.video_sharing_tools li.messenger a {
      background-image: url(../img/icons/icon-shareon-messenger-white.png);
      background-image: url(../img/icons/icon-shareon-messenger-white.svg); }
      .video_sharing_tools li.messenger a:hover,
      .sharing_tools.video_sharing_tools li.messenger a:hover {
        background-image: url(../img/icons/icon-shareon-messenger-orange.png);
        background-image: url(../img/icons/icon-shareon-messenger-orange.svg); }

@media screen and (max-width: 84.375em) {
  .sharing_tools {
    margin-left: -11px; }
    .sharing_tools li {
      margin-right: 9px; }
      .sharing_tools li.facebook {
        margin-right: 3px; } }
@media screen and (max-width: 68.75em) {
  .sharing_tools {
    display: none; }
    .sharing_tools li.messenger .messenger__mobile {
      display: block; }
    .sharing_tools li.messenger .messenger__desktop {
      display: none; }
    .sharing_tools li.whatsapp {
      display: none; }
    .sharing_tools.mobile {
      display: block;
      text-align: left;
      padding: 32px 0 0; }
      .sharing_tools.mobile li {
        display: inline-block;
        text-align: center;
        margin: 0 6px 0 0; }
        .sharing_tools.mobile li.facebook {
          margin-right: 1px; }
        .sharing_tools.mobile li.whatsapp {
          display: none; }

  .video_sharing_tools,
  .sharing_tools.video_sharing_tools {
    display: block;
    padding-top: 30px; } }
@media screen and (max-width: 47.9375em) {
  .sharing_tools li a, .sharing_tools li.messenger a, .sharing_tools li.twitter a {
    background-size: 50% auto; }
  .sharing_tools li.email a {
    background-size: 56% auto; }
  .sharing_tools li.facebook a {
    background-size: 53% auto; }
  .sharing_tools li.whatsapp {
    display: inline-block; }
  .sharing_tools.mobile {
    padding-top: 27px; }
    .sharing_tools.mobile li {
      margin-right: 8px; }
      .sharing_tools.mobile li.facebook {
        margin-right: 2px; }
      .sharing_tools.mobile li.whatsapp {
        display: inline-block; }

  .video_sharing_tools li,
  .sharing_tools.video_sharing_tools li {
    margin-right: 13px; }
    .video_sharing_tools li.whatsapp,
    .sharing_tools.video_sharing_tools li.whatsapp {
      display: inline-block; }
    .video_sharing_tools li.facebook,
    .sharing_tools.video_sharing_tools li.facebook {
      margin-right: 14px; } }
.read_also__container {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  margin: 51px 0 49px; }

.paragraph .read_also__container + h3 {
  padding-top: 0; }
.paragraph .read_also__container + ul {
  margin-top: -4px; }

.read_also__title {
  font-family: "Heading Pro Treble Regular", sans-serif;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0;
  background-color: #ffffff;
  z-index: 2;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 122px;
  text-align: center;
  margin: auto;
  color: #888888; }

.read_also_item {
  margin-bottom: 20px; }
  .read_also_item:last-child {
    margin-bottom: 0; }
  .read_also_item .attachment-container.wp-caption {
    padding: 0; }
  .read_also_item .image_credits {
    display: none; }

.read_also_item__thumbnail,
.read_also_item__content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px; }

.read_also_item__thumbnail {
  width: 170px; }
  .read_also_item__thumbnail .attachment-container.landscape {
    width: 100% !important;
    max-width: 100%;
    margin-left: auto;
    text-align: center; }

.read_also_item__content {
  width: calc(100% - 180px);
  padding-left: 30px; }
  .read_also_item__content .read_also_item__title {
    font-family: "Heading Pro Treble Extra Bold", sans-serif;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    padding-top: 6px;
    margin: 0; }
    .read_also_item__content .read_also_item__title a, .read_also_item__content .read_also_item__title a:hover {
      color: inherit;
      border: none; }
  .read_also_item__content .read_also_item__caption a {
    padding: 0 0 5px;
    border: none; }

.read_also_item__title a,
.read_also_item__thumbnail a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  .read_also_item__title a:hover,
  .read_also_item__thumbnail a:hover {
    opacity: 0.8; }

@media screen and (max-width: 47.9375em) {
  .read_also__container {
    margin: 40px -20px;
    padding: 20px 20px 45px; }

  .read_also_item__thumbnail,
  .read_also_item__content {
    display: block;
    margin: 0; }

  .read_also_item__thumbnail {
    width: 100%;
    padding-bottom: 15px; }

  .read_also_item__content {
    width: 100%;
    padding-left: 0; }
    .read_also_item__content .read_also_item__title {
      font-size: 1.125em;
      line-height: 1.2777777778em;
      padding-top: 5px; }

  .read_also_item__caption {
    font-size: 0.6875em;
    line-height: 1.0909090909em; } }
.product__container {
  padding: 20px 0 60px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 47px; }

.product_item__thumbnail {
  width: 100%;
  margin-bottom: 28px;
  text-align: center; }
  .product_item__thumbnail .attachment-container.wp-caption {
    padding: 0; }
  .product_item__thumbnail img {
    width: 100%;
    border: 1px solid #dddddd; }
  .product_item__thumbnail .attachment-container.landscape {
    width: 100% !important;
    max-width: 100%;
    margin-left: auto;
    text-align: center; }

.product_item {
  font-size: 16px;
  line-height: 1em; }
  .product_item a, .product_item a:hover {
    color: initial;
    border: none; }
  .product_item .product_item__shop_name {
    font-family: "Heading Pro Treble Heavy", sans-serif;
    font-weight: normal;
    font-size: 0.6875em;
    line-height: 1em;
    letter-spacing: 0.25em;
    color: #ff3d00;
    margin-bottom: 8px; }
  .product_item .product_item__title {
    font-family: "Heading Pro Treble Heavy", sans-serif;
    font-weight: 300;
    font-size: 1.375em;
    line-height: 1.3636363636em;
    padding: 0;
    margin: 0; }
  .product_item .product_item__desc {
    font-family: "Heading Pro Treble Regular", sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.625em;
    color: #888888;
    margin: 13px 0 4px; }
  .product_item .product_item__price {
    font-family: "Heading Pro Treble Heavy", sans-serif;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.4em;
    letter-spacing: 0;
    margin-top: 14px; }
    .product_item .product_item__price.on_sale .regular_price {
      color: #888888;
      margin-right: 18px;
      position: relative; }
      .product_item .product_item__price.on_sale .regular_price:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -2px;
        right: -2px;
        height: 2px;
        background-color: #888888;
        margin: auto;
        z-index: 2; }
  .product_item .sale_price,
  .product_item .regular_price {
    display: inline-block;
    vertical-align: middle; }
  .product_item .product_item__buy_button {
    display: inline-block;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    font-family: "Heading Pro Treble Heavy", sans-serif;
    font-weight: normal;
    font-size: 0.75em;
    line-height: 0.95em;
    letter-spacing: 0.25em;
    text-align: center;
    margin-top: 22px;
    padding: 18px 25px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
    .product_item .product_item__buy_button:hover {
      background-color: #ffffff;
      color: #000000;
      border: 1px solid #000000; }

@media screen and (max-width: 47.9375em) {
  .product__container {
    padding: 20px 20px 50px;
    margin: 0 -20px 40px; }

  .product_item__thumbnail {
    margin-bottom: 29px; }

  .product_item .product_item__title {
    font-size: 1.3125em;
    line-height: 1.3333333333em; }
  .product_item .product_item__desc {
    font-size: 1em;
    line-height: 1.625em;
    margin-top: 14px; }
  .product_item .product_item__price {
    font-size: 1.25em;
    line-height: 1.4em;
    margin-top: 15px; }
    .product_item .product_item__price.on_sale .regular_price {
      margin-right: 14px; }
  .product_item .product_item__buy_button {
    padding: 13px 29px;
    margin-top: 12px;
    font-size: 0.6875em; } }
.tags_layout {
  padding: 20px 0; }
  .tags_layout ul {
    margin-top: -10px; }
  .tags_layout li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: 10px;
    text-align: center; }
  .tags_layout a, .tags_layout li span {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #dddddd; }

.article__source {
  padding-bottom: 10px; }
  .article__source a {
    padding: 0;
    color: inherit;
    border: none;
    border-bottom: 2px solid #ff3d00;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s; }
    .article__source a:hover {
      color: #ff3d00; }

@media screen and (max-width: 47.9375em) {
  .article__tags_container {
    width: 100%; }
    .article__tags_container ul {
      display: block;
      width: 100%;
      text-align: left; }

  .tags_layout {
    padding-top: 10px; }
    .tags_layout li {
      margin-left: 0;
      margin-right: 10px; }

  .article__source {
    padding-top: 25px; } }
.row_component {
  margin-bottom: 60px; }
  .row_component .section_title {
    font-size: 4.385em;
    margin-bottom: 20px; }
  .row_component.engageya {
    padding-top: 0;
    padding-bottom: 40px; }
    .row_component.engageya .mob_widget {
      display: none; }

.component__latest_form_category .post__author {
  margin-top: 5px; }

@media screen and (max-width: 68.75em) {
  .row_component .section_title {
    font-size: 4.375em; }

  .component__latest_form_category .whats_hot_posts {
    margin: -30px -20px;
    float: left; }
    .component__latest_form_category .whats_hot_posts article {
      width: 50%;
      padding: 30px 20px; }
      .component__latest_form_category .whats_hot_posts article:nth-child(2n+1) {
        clear: left; } }
@media screen and (max-width: 63.9375em) {
  .component__latest_form_category .whats_hot_posts {
    margin: -20px; }
    .component__latest_form_category .whats_hot_posts article {
      padding: 20px; } }
@media screen and (max-width: 47.9375em) {
  .row_component {
    margin-bottom: 40px; }
    .row_component .wrapper {
      padding-left: 20px;
      padding-right: 20px; }
    .row_component .section_title {
      font-size: 2.8125em;
      line-height: 1em;
      margin-bottom: 6px;
      text-align: center; }
      .row_component .section_title .title {
        border: none;
        background-position: left 0.9333333333em; }
    .row_component.engageya {
      padding-top: 20px;
      padding-bottom: 0; }
      .row_component.engageya .mob_widget {
        display: block; }
      .row_component.engageya .desk_widget {
        display: none; }

  .component__latest_form_category .whats_hot_posts {
    margin: -20px 0; }
    .component__latest_form_category .whats_hot_posts article {
      padding: 20px 0;
      width: 100%; } }
.component__bon_incoming.row_component {
  margin-bottom: 0; }

.bon_incoming_posts {
  overflow: hidden; }
  .bon_incoming_posts article {
    width: 16.66%;
    float: left; }
  .bon_incoming_posts .sidebar_post__image {
    margin-bottom: 0; }
  .bon_incoming_posts .post__title {
    font-size: 0.875em;
    line-height: 1.4285714286em;
    font-family: "Heading Pro Treble Extra Bold", sans-serif;
    font-weight: normal;
    height: 8.0714285714em;
    overflow-y: hidden; }
  .bon_incoming_posts .sidebar_post__content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 300px;
    margin-bottom: -300px; }
  .bon_incoming_posts .sidebar_post__title {
    border-bottom-width: 22px; }

@media screen and (max-width: 84.375em) {
  .bon_incoming_posts .sidebar_post__content {
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 68.75em) {
  .bon_incoming_posts {
    margin-top: -17px;
    margin-bottom: -15px; }
    .bon_incoming_posts article {
      width: 33.33%;
      padding-top: 15px;
      padding-bottom: 15px; }
      .bon_incoming_posts article:nth-of-type(2n+1) {
        clear: none; }
      .bon_incoming_posts article:nth-of-type(3n+1) {
        clear: left; }
    .bon_incoming_posts .post__title {
      font-size: 1.125em;
      line-height: 1.4444444444em; }
    .bon_incoming_posts .sidebar_post__content {
      padding-bottom: 0;
      margin-bottom: 0; }
    .bon_incoming_posts .post__author {
      bottom: 15px; } }
@media screen and (max-width: 53.75em) {
  .bon_incoming_posts article {
    width: 50%; }
    .bon_incoming_posts article:nth-of-type(2n+1) {
      clear: left; }
    .bon_incoming_posts article:nth-of-type(3n+1) {
      clear: none; }
  .bon_incoming_posts .post__author {
    bottom: 0; } }
@media screen and (max-width: 47.9375em) {
  .bon_incoming_posts {
    margin-top: 0; }
    .bon_incoming_posts article {
      width: 100%;
      padding: 20px 0;
      clear: both; }
      .bon_incoming_posts article:nth-of-type(2n+1), .bon_incoming_posts article:nth-of-type(3n+1) {
        clear: both; }
      .bon_incoming_posts article:first-of-type .sidebar_post__content {
        border: none; }
    .bon_incoming_posts .sidebar_post__content {
      border: none;
      padding-right: 0;
      padding-left: 0; }
    .bon_incoming_posts .post__title {
      font-size: 1.125em;
      line-height: 1.4444444444em;
      height: auto; }
    .bon_incoming_posts .post__author {
      margin-top: 22px; } }
.has-featured-video,
.featured_video .main_post__image a {
  cursor: pointer; }
  .has-featured-video:before,
  .featured_video .main_post__image a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 4;
    background-image: url(../img/icons/icon-play.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.9;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
  .has-featured-video:hover:before,
  .featured_video .main_post__image a:hover:before {
    opacity: 1;
    background-color: transparent; }

.has-featured-video {
  position: relative; }
  .has-featured-video .video_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%; }

.close_featured_video {
  position: fixed;
  top: 0;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icons/icon-close-white.png);
  background-image: url(../img/icons/icon-close-white.svg);
  background-size: 20px auto;
  padding: 0;
  z-index: 10; }

.featured_video_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.92);
  z-index: 20000;
  opacity: 0.2;
  width: 0;
  height: 0;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.2s cubic-bezier(0.33, 0.01, 0.16, 1) 0.2s;
  -moz-transition: all 0.2s cubic-bezier(0.33, 0.01, 0.16, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.33, 0.01, 0.16, 1) 0.2s; }
  .featured_video_overlay .vimeo-player,
  .featured_video_overlay > iframe {
    -webkit-transition: all 0.2s cubic-bezier(0.33, 0.01, 0.16, 1) 0.4s;
    -moz-transition: all 0.2s cubic-bezier(0.33, 0.01, 0.16, 1) 0.4s;
    transition: all 0.2s cubic-bezier(0.33, 0.01, 0.16, 1) 0.4s;
    width: 100%;
    height: 100%;
    border-style: none;
    padding: 80px 60px;
    opacity: 0.4; }
  .featured_video_overlay .vimeo-player > iframe {
    width: 100%;
    height: 100%;
    border-style: none; }
  .featured_video_overlay.opened {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    z-index: 999; }
    .featured_video_overlay.opened > iframe,
    .featured_video_overlay.opened .vimeo-player {
      opacity: 1; }
  .featured_video_overlay .glomex-iframe-player-wrapper {
    padding-bottom: 100vh !important; }

@media screen and (max-width: 47.9375em) {
  .featured_video_overlay > iframe,
  .featured_video_overlay .vimeo-player {
    padding: 60px 10px; }

  .close_featured_video {
    right: 0; }

  .has-featured-video:before,
  .featured_video .main_post__image a:before {
    width: 50px;
    height: 50px; } }
.embed_code__container,
.inline-embed-container {
  padding-bottom: 60px;
  padding-top: 60px; }

.inline-embed-container {
  padding-bottom: 47px; }

.inline-attachment-container {
  padding-top: 60px;
  padding-bottom: 46px; }
  .inline-attachment-container .attachment-container.wp-caption {
    display: inline-block;
    padding-bottom: 0; }

.paragraph .embed_code__container + h3,
.paragraph .embed_code__container + h2,
.paragraph .inline-embed-container + h2,
.paragraph .inline-embed-container + h3,
.paragraph .inline-attachment-container + h3 {
  padding-top: 0;
  margin-top: -10px; }
.paragraph .embed_code__container + .embed_code__container,
.paragraph .inline-embed-container + .inline-embed-container,
.paragraph .inline-attachment-container + .inline-attachment-container {
  padding-top: 0; }
.paragraph .embed_code__container blockquote {
  padding: 0; }
  .paragraph .embed_code__container blockquote:before {
    display: none; }
.paragraph p + .embed_code__container,
.paragraph p + .inline-embed-container,
.paragraph p + .inline-attachment-container {
  padding-top: 20px; }
.paragraph h2 + .embed_code__container,
.paragraph h3 + .embed_code__container,
.paragraph h2 + .inline-embed-container,
.paragraph h3 + .inline-embed-container,
.paragraph h2 + .inline-attachment-container,
.paragraph h3 + .inline-attachment-container {
  padding-top: 40px; }
.paragraph .inline-embed-container {
  width: 100%; }
  .paragraph .inline-embed-container iframe {
    width: 100% !important;
    max-width: 100% !important; }

.embed_code_item__content > p {
  display: none; }

.provider_dailymotion .embed_code_item__content,
.provider_youtube .embed_code_item__content,
.provider_vimeo .embed_code_item__content,
.provider_ew .embed_code_item__content {
  padding-top: 56.25%;
  position: relative; }
  .provider_dailymotion .embed_code_item__content > iframe,
  .provider_youtube .embed_code_item__content > iframe,
  .provider_vimeo .embed_code_item__content > iframe,
  .provider_ew .embed_code_item__content > iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto; }

.provider_vimeo .embed_code_item__content {
  padding-top: 53%; }

.provider_mls-soccer .fluid-width-video-wrapper {
  padding-top: 56.25%;
  position: relative; }
  .provider_mls-soccer .fluid-width-video-wrapper > iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto; }

.provider_instagram .embed_code_item__content > iframe,
.provider_tumblr .embed_code_item__content > iframe {
  max-width: 100% !important; }

.provider_tumblr .embed_code_item__content > iframe {
  width: 100% !important; }

.provider_facebook .embed_code_item__content > iframe,
.provider_giphy .embed_code_item__content > iframe {
  width: 100%; }

.provider_google-maps .embed_code_item__content .gmap_canvas > iframe {
  width: 100% !important; }

.provider_twitter {
  text-align: center; }
  .provider_twitter .twitter-tweet-rendered {
    width: 100% !important; }
    .provider_twitter .twitter-tweet-rendered .SandboxRoot .EmbeddedTweet,
    .provider_twitter .twitter-tweet-rendered .EmbeddedTweet {
      max-width: 100% !important; }
    .provider_twitter .twitter-tweet-rendered .EmbeddedTweet {
      width: 100% !important;
      margin: auto; }

.provider_getty-images .embed_code_item__content .getty.embed.image {
  width: 100%;
  max-width: 100% !important; }
  .provider_getty-images .embed_code_item__content .getty.embed.image #body-wrapper {
    max-width: 100% !important; }

.provider_pinterest .embed_code_item__content > span {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 200px !important; }

.provider_reddit .embed_code_item__content .embedly-card .embedly-card-hug {
  width: 100% !important;
  max-width: 100% !important; }
  .provider_reddit .embed_code_item__content .embedly-card .embedly-card-hug iframe {
    width: 100%; }

@media screen and (max-width: 63.9375em) {
  .embed_code__container,
  .inline-embed-container {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media screen and (max-width: 47.9375em) {
  .embed_code__container,
  .inline-embed-container {
    padding-top: 36px;
    padding-bottom: 36px; } }
@media screen and (max-width: 21.25em) {
  .provider_instagram .embed_code_item__content > iframe {
    min-width: 200px !important; }

  .inline-attachment-container {
    padding-bottom: 36px; }

  .paragraph h2 + .embed_code__container,
  .paragraph h3 + .embed_code__container,
  .paragraph h2 + .inline-embed-container,
  .paragraph h3 + .inline-embed-container,
  .paragraph h2 + .inline-attachment-container,
  .paragraph h3 + .inline-attachment-container {
    padding-top: 33px; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: SINGLE LONGFORM - Portrait Header
----------------------------------------------------------------------------------------------------*/
.longform__header.portrait_header {
  padding-left: 50%;
  position: relative; }
  .longform__header.portrait_header .article__sponsored_badge_mob_container {
    display: none; }
  .longform__header.portrait_header .longform__main_image .lmi_container {
    position: relative;
    height: calc(100vh - 62px); }
  .longform__header.portrait_header .longform__main_image .image__credits {
    text-align: right; }
  .longform__header.portrait_header .longform__header_content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 50%;
    padding: 20px 6% 20px 60px;
    text-align: left;
    margin: 0; }
    .longform__header.portrait_header .longform__header_content .article__caption,
    .longform__header.portrait_header .longform__header_content .article__byline_container,
    .longform__header.portrait_header .longform__header_content .article__sponsored_badge {
      display: inline-block;
      vertical-align: middle; }
    .longform__header.portrait_header .longform__header_content .article__caption {
      margin-bottom: 0;
      margin-right: 15px; }
    .longform__header.portrait_header .longform__header_content .article__byline_container {
      margin-bottom: 8px;
      margin-right: 10px; }
    .longform__header.portrait_header .longform__header_content .article__production_info {
      margin-top: 23px; }
    .longform__header.portrait_header .longform__header_content .article__title {
      font-size: 5em;
      font-size: 7vh;
      width: 100%;
      margin-bottom: 15px; }
    .longform__header.portrait_header .longform__header_content .sharing_tools {
      margin-left: -15px; }

.longform_portrait__desktop_area {
  display: none; }

@media screen and (min-width: 68.8125em) and (min-height: 43.75em) {
  .longform__header.portrait_header .longform__header_content .article__title {
    font-size: 48px; } }
@media screen and (min-width: 160em) {
  .single_longform__wrapper.portrait_layout {
    max-width: 160em;
    margin: 0 auto; }

  .longform__header.portrait_header .longform__main_image .lmi_container {
    max-height: 1200px; }
  .longform__header.portrait_header .longform__header_content .article__title {
    font-size: 5em; } }
@media screen and (min-width: 64em) {
  .longform__header.portrait_header:after {
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    background-color: #dddddd; }
  .longform__header.portrait_header .article__lead {
    display: none; }
  .longform__header.portrait_header .hide_for_desktop,
  .longform__header.portrait_header .longform__header_content .article__sponsored_badge.hide_for_desktop {
    display: none; }

  .longform_portrait__desktop_area {
    display: block;
    text-align: center;
    padding-bottom: 80px;
    margin-top: -44px; }
    .longform_portrait__desktop_area .article__lead {
      padding-top: 30px;
      text-align: inherit; }
    .longform_portrait__desktop_area--sharing_tools {
      padding-top: 0;
      display: inline-block; }
    .longform_portrait__desktop_area--sponsorship .article__sponsored_badge {
      display: block;
      font-size: 10px;
      font-family: "Heading Pro Treble Bold", sans-serif;
      margin: 0; }
    .longform_portrait__desktop_area--sponsorship .sponsor_logo {
      padding-top: 9px; } }
@media screen and (max-width: 90.625em) {
  .longform__header.portrait_header .longform__header_content {
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%); } }
@media screen and (max-width: 68.75em) {
  .longform__header.portrait_header .longform__header_content {
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    padding: 20px 20px 20px 46px; }
  .longform__header.portrait_header .article__info__mob,
  .longform__header.portrait_header .sharing_tools.mobile {
    text-align: left; }
  .longform__header.portrait_header .article__info__mob {
    display: block; } }
@media screen and (max-width: 68.75em) and (min-height: 700px) {
  .longform__header.portrait_header .longform__header_content .article__title {
    font-size: 3em; } }
@media screen and (max-width: 68.75em) and (min-height: 1300px) {
  .longform__header.portrait_header .longform__header_content .article__title {
    font-size: 3em; } }
@media screen and (max-width: 63.9375em) {
  .longform__header.portrait_header {
    padding: 0; }
    .longform__header.portrait_header .article__lead {
      display: block; }
    .longform__header.portrait_header .longform__main_image .lmi_container {
      height: auto;
      padding-top: 80%; }
    .longform__header.portrait_header .longform__main_image .image__credits {
      text-align: left; }
    .longform__header.portrait_header .longform__header_content {
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      text-align: center;
      width: 100%;
      padding: 40px 46px 0; }
      .longform__header.portrait_header .longform__header_content .article__title {
        font-size: 3.125em;
        padding-top: 8px;
        margin-bottom: 27px; }
      .longform__header.portrait_header .longform__header_content .article__caption,
      .longform__header.portrait_header .longform__header_content .article__byline_container,
      .longform__header.portrait_header .longform__header_content .article__sponsored_badge {
        display: block; }
      .longform__header.portrait_header .longform__header_content .article__caption,
      .longform__header.portrait_header .longform__header_content .article__byline_container {
        margin-bottom: 18px; }
      .longform__header.portrait_header .longform__header_content .article__caption {
        margin-right: 0; }
      .longform__header.portrait_header .longform__header_content .article__info__mob,
      .longform__header.portrait_header .longform__header_content .sharing_tools.mobile {
        text-align: center; }
      .longform__header.portrait_header .longform__header_content .article__byline_container {
        display: none; }
      .longform__header.portrait_header .longform__header_content .sharing_tools {
        margin-left: 0; }
      .longform__header.portrait_header .longform__header_content .article__production_info {
        margin-top: 45px; } }
@media screen and (max-width: 47.9375em) {
  .longform__header.portrait_header {
    padding: 0; }
    .longform__header.portrait_header .longform__header_content {
      padding: 13px 0 0;
      margin: -30px auto 0;
      width: calc(100% - 40px);
      position: relative;
      z-index: 4; }
      .longform__header.portrait_header .longform__header_content .article__title {
        font-size: 2em; }
      .longform__header.portrait_header .longform__header_content .article__production_info {
        margin-top: 45px; }
    .longform__header.portrait_header .article__sponsored_badge.desk {
      display: none; }
    .longform__header.portrait_header .article__sponsored_badge_mob_container {
      display: block; }
    .longform__header.portrait_header .longform__main_image .lmi_container {
      padding-top: 100%; } }
.latest_videos .video_item {
  list-style-type: none; }

@media screen and (min-width: 64em) {
  .latest_videos__container {
    max-height: calc(100vh - 180px); }
    .latest_videos__container .mCSB_inside > .mCSB_container {
      margin-right: 18px; }
    .latest_videos__container .mCSB_scrollTools {
      opacity: 1;
      width: 3px; }
      .latest_videos__container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 2px; }
      .latest_videos__container .mCSB_scrollTools .mCSB_draggerRail {
        background-color: #333333; }
    .latest_videos__container .section_title {
      display: none; }

  .latest_videos .video_item {
    padding-bottom: 20px; }
    .latest_videos .video_item a {
      display: block; }
      .latest_videos .video_item a:hover .video_item__image .inner {
        background-color: #ff3d00; }
      .latest_videos .video_item a:hover .video_item__title {
        opacity: 0.9; }
    .latest_videos .video_item .caption {
      display: none; }
  .latest_videos .video_item__image,
  .latest_videos .video_item__title {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px; }
  .latest_videos .video_item__image {
    width: 130px; }
  .latest_videos .video_item__title {
    width: calc(100% - 130px);
    margin-top: -3px;
    padding: 0;
    border: none; }
  .latest_videos .video_item__image {
    padding-right: 10px; }
    .latest_videos .video_item__image .hp_post__image {
      padding-top: 56.25%; }
    .latest_videos .video_item__image .inner {
      display: block; }
  .latest_videos .sidebar_post__title {
    border: none;
    font-size: 0.75em;
    line-height: 1.5em;
    font-family: "Heading Pro Treble Extra Bold", sans-serif;
    height: 57px; }
  .latest_videos .date,
  .latest_videos .post__author.date {
    font-family: "Heading Pro Treble Regular", sans-serif;
    font-size: 10px;
    color: #888888;
    margin: 4px 0 0;
    position: static; } }
@media screen and (min-width: 64em) and (max-width: 68.75em) and (min-height: 39.375em) {
  .latest_videos__container {
    max-height: 435px; } }
@media screen and (max-width: 63.9375em) {
  .latest_videos__container {
    margin-bottom: 0; }
    .latest_videos__container .video_item {
      width: 50%;
      float: left;
      padding: 30px 0 0; }

  .latest_videos {
    margin-top: -34px; }

  .single_video__aside {
    padding-top: 100px; }
    .single_video__aside .ads_element.inarticle_component.mob_sticky_element__parent__article_first .dfp-wrap > div {
      margin-top: 15px;
      margin-bottom: 92px; }

  .video_item .sidebar_post__title {
    border-bottom-color: #000000; }
  .video_item .sidebar_post__content {
    border-color: #333333; }
  .video_item .video_item__image .hp_post__image {
    padding-top: 56.25%; } }
@media screen and (max-width: 47.9375em) {
  .latest_videos__container {
    margin-bottom: 0; }
    .latest_videos__container .video_item {
      width: 100%;
      float: none;
      padding-top: 45px; }
      .latest_videos__container .video_item:first-child {
        padding-top: 20px; }

  .latest_videos {
    margin-top: 0;
    padding: 0 20px; }

  .single_video__aside {
    padding-top: 100px; }
    .single_video__aside .ads_element.inarticle_component.mob_sticky_element__parent__article_first .dfp-wrap > div {
      margin-top: -8px;
      margin-bottom: 43px; } }
.featured_video {
  padding-top: 30px;
  padding-bottom: 70px; }
  .featured_video .main_post,
  .featured_video .main_post__content {
    width: 100%;
    max-width: 100%; }
  .featured_video .main_post__content {
    margin-top: 0;
    background-color: transparent;
    border-left-color: #333333; }
  .featured_video .main_post__image {
    padding-top: 56.6%; }
    .featured_video .main_post__image a:before {
      width: 100px;
      height: 100px; }
  .featured_video .main_post__title {
    height: auto;
    border: none;
    padding-top: 3px; }
  .featured_video .post__lead {
    font-size: 1em;
    line-height: 1.625em;
    font-family: "Heading Pro Treble Bold", sans-serif;
    color: #888888;
    padding: 24px 0 20px; }
  .featured_video .caption a:hover, .featured_video .caption span:hover {
    opacity: 1;
    color: #ff3d00; }

.featured_video_ad .dfp-wrap > div {
  padding: 24px 0 16px; }

@media screen and (max-width: 68.75em) {
  .featured_video .post__lead {
    padding-bottom: 43px; }
  .featured_video .main_post__title {
    padding-top: 0; } }
@media screen and (max-width: 47.9375em) {
  .featured_video {
    padding-bottom: 20px; }
    .featured_video .post__lead {
      padding-bottom: 20px; }
    .featured_video .main_post__content .caption {
      margin-bottom: 3px; }
    .featured_video .main_post__image a:before {
      width: 50px;
      height: 50px; } }
/*-------------------------------------------------------------------------------------------------
   TEMPLATES
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: PAGE
----------------------------------------------------------------------------------------------------*/
.default_page__main_content {
  width: 690px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 27px; }

.page__wrapper {
  overflow: hidden; }

.page__default .category__title {
  margin-top: 0; }

@media screen and (max-width: 47.9375em) {
  .default_page__main .wrapper {
    padding: 0 20px; }

  .default_page__main_content {
    padding-top: 6px; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: SINGLE POST
----------------------------------------------------------------------------------------------------*/
.single_article__wrapper {
  padding-top: 60px; }

.article__main_image {
  margin: 0; }
  .article__main_image figure {
    background-color: #eeeeee;
    width: 100%;
    text-align: center; }
    .article__main_image figure.small_image {
      position: relative;
      padding-top: 66.666%; }
      .article__main_image figure.small_image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-height: 100%; }
  .article__main_image .ami_container {
    max-height: 720px;
    overflow: hidden;
    position: relative; }
  .article__main_image .mobile_image {
    display: none; }
  .article__main_image .image__credits {
    font-size: 10px;
    line-height: 16px; }

.article__header_content {
  width: 930px;
  max-width: 86%;
  background-color: #ffffff;
  padding: 22px 30px 62px;
  border-left: 1px solid #dddddd;
  margin-top: -96px;
  position: relative;
  z-index: 2; }

.single_article__main {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 14% 32px 0;
  position: relative; }

.single_article__left_sidebar,
.single_article__main_content {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px; }

.single_article__left_sidebar {
  width: 240px; }
  .single_article__left_sidebar .inner {
    top: -30px;
    position: relative;
    z-index: 2;
    padding: 0 30px;
    text-align: center; }

.single_article__main_content {
  width: calc(100% - 240px);
  padding-left: 30px;
  padding-top: 82px;
  position: relative;
  z-index: 3; }

.article__info {
  display: block;
  width: 100%; }
  .article__info .post__author__name,
  .article__info .post__date {
    font-family: "Heading Pro Treble Regular", sans-serif;
    letter-spacing: 0.1em; }
  .article__info .post__author {
    margin-top: 0; }
    .article__info .post__author a {
      padding-left: 0; }
      .article__info .post__author a:before {
        display: none; }
  .article__info li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 13px;
    margin-right: 11px;
    position: relative;
    font-family: "Heading Pro Treble Regular", sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.1em;
    color: #888888; }
    .article__info li:after {
      content: "";
      width: 1px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      background-color: #ff3d00; }
    .article__info li:last-child {
      margin-right: 0;
      padding-right: 0; }
      .article__info li:last-child:after {
        display: none; }

.article__byline_container .post__date {
  margin: 0; }

.article__prologue {
  margin-bottom: 41px; }

.single_article__footer {
  padding: 0 14% 0 270px; }

.article__title .mob_title {
  display: none; }

.single_article__complementary_wrapper {
  padding-top: 73px; }
  .single_article__complementary_wrapper .main_column,
  .single_article__complementary_wrapper .sidebar_column {
    padding-top: 100px; }

.single_article__aside {
  float: right; }

.am_debug_on #global_top_hc_row,
.am_debug_on .main_navigation,
.am_debug_on .single_article__aside,
.am_debug_on .fonts_test,
.am_debug_on .single_article__complementary_wrapper {
  display: none; }
.am_debug_on .wrapper {
  padding-left: 30px;
  padding-right: 30px; }
.am_debug_on .main_column {
  padding-right: 0;
  width: 100%; }
.am_debug_on .article__tags {
  background-color: #ffffff; }
.am_debug_on #theAttachment {
  min-height: 100vh;
  text-align: center;
  padding-top: 30px; }
  .am_debug_on #theAttachment .wrapper {
    padding: 0; }
.am_debug_on .global_wrapper {
  z-index: 3; }

@media screen and (min-width: 68.8125em) {
  .article__main_image {
    position: relative; }
    .article__main_image .image__credits {
      position: absolute;
      top: 100%;
      right: -25px; }
      .article__main_image .image__credits .inner {
        margin: 0 8px -15px 0;
        -webkit-transform: rotate(270deg) translateX(100%);
        -moz-transform: rotate(270deg) translateX(100%);
        -ms-transform: rotate(270deg) translateX(100%);
        -o-transform: rotate(270deg) translateX(100%);
        transform: rotate(270deg) translateX(100%);
        transform-origin: bottom right;
        margin-top: -25px; } }
@media screen and (max-width: 84.375em) {
  .single_article__main {
    padding-right: 0; }

  .single_article__main_content {
    width: calc(100% - 180px); }

  .single_article__left_sidebar {
    width: 180px; }
    .single_article__left_sidebar .inner {
      padding: 0 0 0 30px; }

  .single_article__footer {
    padding-left: 210px; } }
@media screen and (max-width: 68.75em) {
  .single_article__wrapper {
    padding-top: 30px; }

  .single_article__main_column.header_column {
    width: 100%;
    padding: 0 0 66px; }

  .article__header_content {
    padding: 13px 20px 27px;
    width: calc(100% - 270px); }

  .single_article__main_content {
    width: 100%;
    padding: 0; }

  .article__header {
    margin-bottom: 20px; }

  .article__main_image .image__credits {
    float: right;
    width: 260px;
    text-align: right;
    font-size: 10px; }

  .single_article__main {
    padding: 0 20px 32px; }

  .article__byline_container {
    display: none; }

  .article__caption,
  .article__sponsored_badge,
  .article__byline_container {
    margin-bottom: 0; }

  .single_article__left_sidebar {
    display: none; }

  .single_article__footer {
    padding: 0 20px;
    width: 100%; } }
@media screen and (max-width: 63.9375em) {
  .article__header_content {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    padding: 32px 20px 27px;
    position: static; } }
@media screen and (max-width: 47.9375em) {
  .single_article__wrapper {
    padding-top: 0; }

  .article__caption,
  .article__sponsored_badge,
  .article__byline_container {
    margin-bottom: 2px; }

  .article__header {
    padding: 0;
    margin-bottom: 0; }

  .article__main_image {
    margin: 0;
    position: relative; }
    .article__main_image .image__credits {
      display: none; }
    .article__main_image .ami_container {
      padding-top: 100%; }
      .article__main_image .ami_container.small_image {
        padding-top: 100%; }
      .article__main_image .ami_container img {
        position: absolute;
        top: 0;
        height: 100%;
        left: -20%;
        right: -20%;
        margin: auto;
        max-width: none;
        z-index: 2; }

  .article__header_content {
    padding: 12px 20px 27px;
    position: relative;
    width: calc(100% - 20px);
    margin-top: -28px; }

  .single_article__main {
    padding: 32px 20px 12px; }

  .single_article__main_column.header_column {
    padding-bottom: 35px; }

  .single_article__footer {
    padding: 10px 0 0;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    min-height: 0; }

  .article__prologue {
    margin-bottom: 30px; }

  .single_article__complementary_wrapper {
    padding-top: 0; }

  .single-post .hp_section.tribute {
    margin-top: 50px; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: SINGLE LONG FORM
----------------------------------------------------------------------------------------------------*/
.single_longform__wrapper {
  padding-top: 0;
  padding-bottom: 5px; }

.longform__header .article__info__mob {
  text-align: center; }
  .longform__header .article__info__mob li {
    display: block;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 10px; }
    .longform__header .article__info__mob li:last-child {
      margin-bottom: 0; }
    .longform__header .article__info__mob li:after {
      display: none; }
.longform__header .sharing_tools .whatsapp {
  display: none; }
.longform__header .article__sponsored_badge {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.06em;
  font-family: "Heading Pro Treble Regular", sans-serif; }
.longform__header .sponsor_logo {
  margin-top: 10px; }

.longform__main_image .image__credits {
  float: right;
  padding: 0 20px;
  position: absolute;
  right: 0;
  bottom: auto;
  font-size: 10px;
  margin: 0; }

.lmi_container {
  width: 100%;
  height: calc(100vh - 62px);
  overflow: hidden;
  background: url(../img/default_longform_main_image.png) no-repeat scroll center center #eeeeee;
  background-size: cover;
  text-align: center; }

.longform__header_content {
  text-align: center;
  background-color: #ffffff;
  padding: 23px 20px 0;
  width: 1200px;
  max-width: 85%;
  margin: -107px auto 0; }
  .longform__header_content .article__title {
    font-family: "Heading Pro Treble Extra Bold", sans-serif;
    font-size: 4.125em;
    line-height: 1.1515151515em;
    margin: 0 auto 19px;
    width: 85%; }
  .longform__header_content .article__caption,
  .longform__header_content .article__byline_container,
  .longform__header_content .article__sponsored_badge {
    display: block;
    text-align: center;
    margin: 0; }
  .longform__header_content .article__caption,
  .longform__header_content .article__byline_container {
    margin-bottom: 5px; }
  .longform__header_content .article__sponsored_badge {
    margin-bottom: 0; }
  .longform__header_content .article__lead {
    font-size: 1em;
    line-height: 1.625em;
    font-family: "Heading Pro Treble Bold", sans-serif;
    padding-top: 13px; }
  .longform__header_content .sharing_tools {
    display: inline-block;
    margin: 28px 0 0; }

.article__production_info {
  font-family: "Heading Pro Treble Regular", sans-serif;
  font-size: 0.625em;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  color: #888888;
  margin-top: 45px; }
  .article__production_info p {
    margin: 0; }
  .article__production_info > div {
    margin-bottom: 2px; }
    .article__production_info > div:last-of-type {
      margin-bottom: 0; }

.longform__main {
  padding-right: 0; }
  .longform__main .single_article__left_sidebar {
    position: absolute;
    top: auto;
    left: 85px;
    z-index: 2; }

.longform__main_content .inner_wrapper,
.longform__footer .inner_wrapper,
.longform__header_content .article__lead {
  width: 720px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.longform__intro_content .paragraph h2, .longform__intro_content .paragraph h3,
.longform__main_content .paragraph h2,
.longform__main_content .paragraph h3 {
  text-align: center; }

.longform__main_content {
  padding-top: 82px; }
  .longform__main_content > .wrapper {
    position: static; }
  .longform__main_content .paragraph h3 {
    font-size: 28px;
    line-height: 1.4285714286em;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 21px;
    position: relative; }
  .longform__main_content .paragraph h2 {
    font-family: "Heading Pro Treble Heavy", sans-serif;
    color: #ff3d00;
    font-size: 11px;
    line-height: 1.0909090909em;
    letter-spacing: 0.25em;
    padding: 40px 0 18px;
    margin-bottom: 0; }
  .longform__main_content .paragraph h2 + h3 {
    padding-top: 0; }
  .longform__main_content .paragraph > .wp-caption.landscape,
  .longform__main_content .paragraph > .wp-caption > .wp-caption.landscape,
  .longform__main_content .paragraph .attachment-container.landscape {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0;
    text-align: center; }
  .longform__main_content .paragraph img.alignright,
  .longform__main_content .paragraph img.alignleft,
  .longform__main_content .paragraph .alignleft.wp-caption,
  .longform__main_content .paragraph .alignright.wp-caption {
    width: 420px !important;
    min-width: 0;
    max-width: 80%;
    padding-bottom: 20px;
    padding-top: 9px; }
  .longform__main_content .paragraph img.alignleft,
  .longform__main_content .paragraph .alignleft.wp-caption {
    margin-left: -150px;
    padding-right: 60px;
    float: left; }
  .longform__main_content .paragraph img.alignright,
  .longform__main_content .paragraph .alignright.wp-caption {
    margin-right: -150px;
    padding-left: 60px;
    float: right; }
  .longform__main_content .paragraph blockquote {
    text-align: center; }
    .longform__main_content .paragraph blockquote.quote_left {
      text-align: left; }
    .longform__main_content .paragraph blockquote.quote_right {
      text-align: left; }
  .longform__main_content .paragraph .embed_code__container.provider_youtube {
    width: calc(100% + 300px);
    margin-left: -150px; }

.longform_layout {
  position: relative;
  z-index: 1; }

.layout__image_gallery,
.layout__image {
  text-align: center;
  margin: 90px auto;
  z-index: 3; }
  .layout__image_gallery .paragraph .image__credits,
  .layout__image .paragraph .image__credits {
    font-size: 12px;
    line-height: 1.5em; }

.layout__image_gallery .gallery_image {
  display: inline-block;
  margin: 0 -2px;
  padding: 1px; }
  .layout__image_gallery .gallery_image a {
    height: 100%;
    display: block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .layout__image_gallery .gallery_image a:hover {
      opacity: 1; }
  .layout__image_gallery .gallery_image a, .layout__image_gallery .gallery_image img {
    width: 100%; }

.layout__image__double_horizontal .gallery_image,
.layout__image__double_vertical .gallery_image {
  width: 50%; }

.layout__image__triple_horizontal .gallery_image {
  width: 33.333%; }

.layout__image__quintuple_horizontal .gallery_image {
  width: 33.333%; }
  .layout__image__quintuple_horizontal .gallery_image:nth-child(4), .layout__image__quintuple_horizontal .gallery_image:nth-child(5) {
    width: 50%; }

.longform__footer .wrapper {
  position: relative; }

@media screen and (min-width: 68.8125em) {
  .longform__main_content .paragraph {
    font-size: 1.25em;
    line-height: 1.7em; } }
@media screen and (max-width: 120em) {
  .longform__header_content .article__title {
    font-size: 5em;
    font-size: 4vw; } }
@media screen and (max-width: 90.625em) {
  .longform__header_content {
    width: 860px;
    padding: 23px 70px 0; } }
@media screen and (max-width: 68.75em) {
  .longform__header_content .article__title {
    font-size: 4.375em;
    font-size: 4vw;
    width: 100%; }

  .longform__header {
    margin-bottom: 15px; }
    .longform__header .article__byline_container {
      display: none; }
    .longform__header .sharing_tools {
      text-align: center;
      padding-top: 42px; }
      .longform__header .sharing_tools .whatsapp {
        display: none; }

  .article__production_info {
    margin-bottom: 20px; }

  .longform__header_content {
    padding-top: 40px; }

  .longform__footer .sharing_tools.mobile {
    padding-bottom: 20px; }

  .lmi_container {
    max-height: 700px; }

  .single_article__main.longform__main,
  .longform__main {
    padding-left: 0; }

  .longform__main_content .paragraph img.alignright,
  .longform__main_content .paragraph img.alignleft,
  .longform__main_content .paragraph .alignleft.wp-caption,
  .longform__main_content .paragraph .alignright.wp-caption {
    width: 420px !important;
    padding-bottom: 20px;
    padding-top: 9px; }
  .longform__main_content .paragraph img.alignleft,
  .longform__main_content .paragraph .alignleft.wp-caption {
    margin-left: -110px;
    padding-right: 40px; }
  .longform__main_content .paragraph img.alignright,
  .longform__main_content .paragraph .alignright.wp-caption {
    margin-right: -110px;
    padding-left: 40px; }
  .longform__main_content .paragraph .embed_code__container.provider_youtube {
    width: calc(100% + 220px);
    margin-left: -110px; } }
@media screen and (max-width: 63.9375em) {
  .lmi_container {
    height: auto;
    padding-top: 56.25%; }

  .longform__main_image .image__credits {
    z-index: 2;
    margin-top: 10px; }

  .longform__header_content {
    padding: 32px 30px 0;
    margin-top: 0;
    max-width: 100%; }
    .longform__header_content .article__title {
      font-size: 3.125em;
      padding-top: 8px;
      margin-bottom: 27px; }
    .longform__header_content .sharing_tools {
      padding-top: 0;
      margin-top: 18px; }
    .longform__header_content .article__production_info {
      margin-bottom: 10px; }
    .longform__header_content .article__lead {
      padding-top: 15px;
      padding-bottom: 12px; }
    .longform__header_content .article__info {
      padding-top: 30px; }

  .single_article__main.longform__main,
  .longform__main {
    padding-left: 0; }

  .longform__main_content {
    padding-top: 40px; }
    .longform__main_content .paragraph h3 {
      padding-top: 26px;
      padding-bottom: 15px; }
    .longform__main_content .paragraph blockquote {
      margin-top: 15px; }
    .longform__main_content .paragraph img.alignleft,
    .longform__main_content .paragraph img.alignright,
    .longform__main_content .paragraph .alignleft.wp-caption,
    .longform__main_content .paragraph .alignright.wp-caption {
      width: 320px !important; }
    .longform__main_content .paragraph img.alignleft,
    .longform__main_content .paragraph .alignleft.wp-caption {
      padding-right: 30px;
      margin-left: 0; }
    .longform__main_content .paragraph img.alignright,
    .longform__main_content .paragraph .alignright.wp-caption {
      padding-left: 30px;
      margin-right: 0; }
    .longform__main_content .paragraph .embed_code__container.provider_youtube {
      width: 100%;
      margin-left: 0; }

  .layout__image_gallery,
  .layout__image {
    margin: 40px auto; }

  .longform__footer .inner_wrapper {
    position: relative; } }
@media screen and (max-width: 47.9375em) {
  .longform__header_content {
    padding: 13px 0 0;
    margin-top: -30px;
    max-width: 100%;
    width: calc(100% - 40px); }
    .longform__header_content .article__title {
      font-size: 1.5em;
      line-height: 1.3333333333em;
      margin-top: 1px;
      margin-bottom: 13px; }
    .longform__header_content .article__sponsored_badge {
      font-family: "Heading Pro Treble Regular", sans-serif;
      font-size: 7px;
      letter-spacing: 0.1em; }
    .longform__header_content .article__caption,
    .longform__header_content .article__byline_container {
      margin-bottom: 0;
      padding-right: 10px;
      padding-left: 10px; }
    .longform__header_content .article__lead {
      padding-bottom: 22px;
      padding-top: 10px; }
    .longform__header_content .sharing_tools {
      padding-top: 18px;
      margin-top: 0; }
    .longform__header_content .sponsor_logo {
      margin-bottom: 5px; }
    .longform__header_content .article__info {
      padding-top: 13px; }

  .longform__header .sharing_tools .whatsapp {
    display: inline-block; }

  .single_article__main.longform__main, .longform__main {
    padding-left: 20px; }

  .longform__main {
    padding-right: 20px; }

  .longform__main_image .image__credits {
    display: none; }

  .lmi_container {
    padding-top: 100%; }

  .layout__image,
  .layout__image_gallery {
    margin: 34px auto 28px; }

  .layout__image__triple_horizontal .gallery_image {
    width: 50%; }
    .layout__image__triple_horizontal .gallery_image:first-child {
      width: 100%; }

  .layout__image__quintuple_horizontal .gallery_image {
    width: 50%; }
    .layout__image__quintuple_horizontal .gallery_image:last-child {
      width: 100%; }

  .longform__main_content {
    padding-top: 5px; }
    .longform__main_content .paragraph img.alignleft,
    .longform__main_content .paragraph img.alignright,
    .longform__main_content .paragraph .alignleft.wp-caption,
    .longform__main_content .paragraph .alignright.wp-caption {
      width: 100% !important;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; }
    .longform__main_content .paragraph h2 {
      padding-top: 50px; }
    .longform__main_content .paragraph h3 {
      font-size: 21px;
      line-height: 1.3333333333em;
      padding-bottom: 32px; }
    .longform__main_content .paragraph p + h3 {
      padding-top: 45px; }
    .longform__main_content .paragraph blockquote {
      margin-top: 40px; }
      .longform__main_content .paragraph blockquote.quote_left, .longform__main_content .paragraph blockquote.quote_right {
        text-align: center; }

  .longform__footer {
    padding: 20px 20px 0; }
    .longform__footer .inner_wrapper {
      min-height: 0; }
    .longform__footer .wrapper:after {
      left: 0;
      right: 0; }
    .longform__footer .tags_layout {
      padding-top: 0; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: SINGLE POST // HEADER FOOTER & SIDEBAR TEMPLATE
----------------------------------------------------------------------------------------------------*/
.single__header_footer_sidebar .single_article__main_content {
  width: 100%;
  padding: 0; }

/*--------------------------------------------------------------------------------------------------
  TEMPLATE: SINGLE VIDEO
----------------------------------------------------------------------------------------------------*/
.single_video__wrapper {
  padding-top: 60px;
  position: relative;
  z-index: 2; }
  .single_video__wrapper .videos__featured_filters {
    padding-bottom: 30px; }

.video__main_image .featured_video_overlay {
  position: absolute;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.33, 0.01, 0.16, 1) 0.2s;
  -moz-transition: opacity 0.2s cubic-bezier(0.33, 0.01, 0.16, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.33, 0.01, 0.16, 1) 0.2s; }
  .video__main_image .featured_video_overlay.opened {
    opacity: 1; }
  .video__main_image .featured_video_overlay > iframe {
    padding: 0; }
  .video__main_image .featured_video_overlay .close_featured_video {
    display: none; }
  .video__main_image .featured_video_overlay .glomex-iframe-player-wrapper {
    padding-bottom: 56.25% !important; }
  .video__main_image .featured_video_overlay .vimeo-player,
  .video__main_image .featured_video_overlay > iframe {
    padding: 0; }
.video__main_image .ami_container {
  max-height: 610px; }

.video__thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ff3d00;
  background-position: center;
  padding-top: 56.25%; }

.video__content {
  background-color: transparent;
  margin-top: 0;
  padding: 22px 30px 0;
  border-left: 1px solid #333333; }
  .video__content .caption {
    color: #ff3d00;
    padding-top: 3px; }
    .video__content .caption span:hover,
    .video__content .caption a:hover {
      opacity: 1;
      color: #ff3d00; }

.video__tags {
  padding-top: 13px; }
  .video__tags .tags_layout {
    padding-bottom: 0; }
    .video__tags .tags_layout span:hover {
      opacity: 1;
      color: #ff3d00; }

.video__main_content {
  font-family: "Heading Pro Treble Bold", sans-serif; }

.single_video__aside {
  padding-left: 0;
  padding-right: 30px; }

@media screen and (max-width: 68.75em) {
  .single_video__wrapper {
    padding-top: 30px; }

  .single_video__aside {
    padding-left: 0; }

  .video__content {
    padding: 12px 20px 0; }
    .video__content .caption {
      padding-top: 2px; }

  .video__tags {
    padding-top: 17px; }

  .single_video__aside {
    padding-right: 0; } }
@media screen and (max-width: 63.9375em) {
  .single_video__aside {
    display: block;
    padding-top: 85px; } }
@media screen and (max-width: 47.9375em) {
  .video__main_image .ami_container {
    padding-top: 56.25%; }

  .video__thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0; }

  .video__content .caption {
    padding-top: 0; }

  .single_video__wrapper {
    padding-top: 0; }

  .single_video__aside {
    padding-top: 50px; }

  .single-video .fixed_header__fixed_element {
    border-bottom: none; }

  .video__tags {
    padding-top: 22px; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: CATEGORY
----------------------------------------------------------------------------------------------------*/
.category__title {
  font-family: "Extenda", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5.45em;
  line-height: 0.9431818182em;
  text-align: center;
  padding: 74px 20px 37px;
  margin-bottom: 0; }
  .category__title span {
    position: relative;
    display: inline;
    line-height: 1em;
    background-image: linear-gradient(to right, #ff3d00 75%, #ff3d00 75%);
    background-position: left 0.8888888889em;
    background-repeat: repeat-x;
    background-size: 10px 5px; }

.tag_page__title {
  text-transform: capitalize; }

.post_in_grid {
  padding: 30px 0 30px 2px;
  border-bottom: 1px solid #dddddd; }
  .post_in_grid:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .post_in_grid:hover .post__image a {
    background-color: #ff3d00; }
  .post_in_grid:hover .post__title a,
  .post_in_grid:hover .post__author a {
    opacity: 0.7; }
  .post_in_grid .post__title {
    font-family: "Heading Pro Treble Extra Bold", sans-serif;
    font-weight: 300;
    font-size: 1.625em;
    line-height: 1.3846153846em; }
  .post_in_grid .post__image,
  .post_in_grid .post__content {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px; }
  .post_in_grid .post__image {
    padding-right: 30px; }
    .post_in_grid .post__image .inner {
      padding-top: 66.66%;
      position: relative;
      overflow: hidden; }
    .post_in_grid .post__image a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../img/default_post_main_image.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: scroll;
      background-size: cover;
      background-color: #f4f4f4;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      transition: all 0.4s ease;
      background-blend-mode: multiply; }
      .post_in_grid .post__image a:hover {
        opacity: 1;
        background-color: #ff3d00; }
  .post_in_grid .post__content {
    padding-left: 0; }
  .post_in_grid .article__lead {
    font-size: 0.875em;
    line-height: 1.8571428571em;
    margin-top: 6px;
    padding-bottom: 17px; }
  .post_in_grid .caption {
    margin-bottom: 4px; }

.category_post .post__info,
.post_in_grid .post__info {
  padding-top: 4px; }
  .category_post .post__info ul,
  .post_in_grid .post__info ul {
    width: 100%; }
  .category_post .post__info li,
  .post_in_grid .post__info li {
    font-family: "Heading Pro Treble Regular", sans-serif;
    font-size: 0.6875em;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #888888;
    padding-right: 13px;
    margin-right: 7px;
    position: relative; }
    .category_post .post__info li:after,
    .post_in_grid .post__info li:after {
      content: "";
      background-color: #ff3d00;
      top: 0;
      bottom: 0;
      right: 0;
      width: 1px;
      position: absolute; }
    .category_post .post__info li:last-child,
    .post_in_grid .post__info li:last-child {
      padding-right: 0;
      margin-right: 0; }
      .category_post .post__info li:last-child:after,
      .post_in_grid .post__info li:last-child:after {
        display: none; }
  .category_post .post__info a,
  .post_in_grid .post__info a {
    display: block;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
    position: relative; }
    .category_post .post__info a:hover,
    .post_in_grid .post__info a:hover {
      color: #ff3d00;
      opacity: 1; }
.category_post .post__title + .post__info,
.post_in_grid .post__title + .post__info {
  padding-top: 24px; }
.category_post .post__author,
.post_in_grid .post__author {
  margin-top: 0; }
  .category_post .post__author a,
  .post_in_grid .post__author a {
    padding-left: 0; }
    .category_post .post__author a:before, .category_post .post__author a:after,
    .post_in_grid .post__author a:before,
    .post_in_grid .post__author a:after {
      display: none; }

.category__footer {
  display: none; }

.category__aside {
  padding-top: 30px; }

.infinite-loading-more {
  padding-top: 30px;
  display: none; }
  .infinite-loading-more span {
    width: 80px;
    height: 80px;
    background: url(../img/loading-more-content.gif) no-repeat scroll center center transparent;
    background-size: auto 100%;
    display: block !important;
    margin: 0 auto;
    display: block; }

@media screen and (max-width: 90.625em) {
  .post_in_grid .post__image {
    padding-right: 20px; }
  .post_in_grid .post__content {
    padding-left: 10px; } }
@media screen and (max-width: 68.75em) {
  .post_in_grid .article__lead {
    display: none; }
  .post_in_grid .post__title {
    font-size: 1.125em;
    line-height: 1.4444444444em; }

  .category_post .post__info,
  .category_post .post__title + .post__info,
  .post_in_grid .post__info,
  .post_in_grid .post__title + .post__info {
    padding-top: 15px; } }
@media screen and (max-width: 63.9375em) {
  .category__title {
    font-size: 4.375em;
    line-height: 1em; } }
@media screen and (max-width: 47.9375em) {
  .category__header {
    padding: 0 20px 30px; }

  .category__title {
    font-size: 2.8125em;
    line-height: 1em;
    padding: 27px 0 0; }
    .category__title span {
      background-position: left 0.8888888889em;
      background-size: 10px 3px; }

  .post_in_grid {
    padding: 0 20px 43px;
    border-bottom: none; }
    .post_in_grid .post__image,
    .post_in_grid .post__content {
      width: 100%;
      margin: 0;
      padding: 0;
      display: block; }
    .post_in_grid .post__image {
      margin-bottom: 15px; }
    .post_in_grid .caption {
      margin-bottom: 4px; }
    .post_in_grid .article__lead {
      display: none; }

  .category_post .post__info,
  .post_in_grid .post__info {
    font-size: 10px;
    padding-top: 16px; }
    .category_post .post__info li,
    .post_in_grid .post__info li {
      font-size: 10px; }
  .category_post .post__title + .post__info,
  .post_in_grid .post__title + .post__info {
    padding-top: 16px; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: CATEGORY - LONGREADS
----------------------------------------------------------------------------------------------------*/
.category__sponsor {
  text-align: center;
  margin: -30px auto 15px; }
  .category__sponsor .label {
    font-family: "Heading Pro Treble Regular", sans-serif;
    color: #888888;
    letter-spacing: 0.1em;
    font-size: 10px;
    line-height: 12px;
    display: block;
    margin-top: 8px; }

.category_longreads_main_column {
  width: 100%; }

.columns_container[data-columns]:before {
  content: '3 .category_longreads_col.size-1of3'; }

.columns_container .category_longreads_col:first-of-type, .columns_container .category_longreads_col:nth-of-type(2) {
  margin-top: -3.7%; }

.category_longreads_posts {
  margin: 0 -15px; }

.category_longreads_featured_posts {
  width: 100%; }
  .category_longreads_featured_posts article {
    float: left;
    width: 33.3333333%;
    padding-left: 15px; }
    .category_longreads_featured_posts article:first-of-type {
      float: left;
      width: 66.6666666%;
      padding-right: 15px; }

.category_longreads_col {
  float: left;
  width: 100%;
  position: relative; }
  .category_longreads_col.size-1of2 {
    width: 50%; }
  .category_longreads_col.size-1of3 {
    width: 33.33333333%; }
  .category_longreads_col article.second_post {
    display: none; }

.category_longreads_post {
  position: relative;
  padding: 15px; }
  .category_longreads_post:hover .post__content .inner {
    background-color: transparent; }
  .category_longreads_post:hover .post__image a {
    background-color: #ff3d00;
    filter: brightness(80%); }
  .category_longreads_post:hover .post__title a,
  .category_longreads_post:hover .post__author a,
  .category_longreads_post:hover .date {
    opacity: 1; }
  .category_longreads_post .post__image {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0; }
    .category_longreads_post .post__image a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../img/default_post_main_image.jpg) no-repeat scroll center center #f4f4f4;
      background-size: cover;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      transition: all 0.4s ease;
      background-blend-mode: multiply; }
      .category_longreads_post .post__image a:hover {
        background-color: #ff3d00;
        filter: brightness(80%); }
  .category_longreads_post .inner {
    position: relative; }
  .category_longreads_post .featured_image,
  .category_longreads_post .landcape_image {
    padding-top: 66.6666%; }
  .category_longreads_post .square_image {
    padding-top: 100%; }
  .category_longreads_post .portrait_image {
    padding-top: 150%; }
  .category_longreads_post .post__content {
    position: relative; }
    .category_longreads_post .post__content .inner {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      padding: 20px 30px 27px;
      background-color: rgba(0, 0, 0, 0.6);
      color: #ffffff;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .category_longreads_post.init_request_post .post__image.mobile_image {
    display: none; }
  .category_longreads_post.init_request_post .post__image.desktop_image {
    display: block; }
  .category_longreads_post .post__title {
    font-size: 1.5em;
    line-height: 1.3333333333em;
    max-height: 5.4em;
    overflow-y: hidden; }
  .category_longreads_post .post__info {
    padding-top: 15px; }
    .category_longreads_post .post__info li {
      font-size: 10px;
      color: #ffffff; }
  .category_longreads_post .post__author a:hover,
  .category_longreads_post .post__title a:hover {
    opacity: 1; }

@media screen and (max-width: 68.75em) {
  .category_longreads_posts {
    margin: 0 -10px; }

  .category_longreads_featured_posts article {
    padding-left: 10px; }
    .category_longreads_featured_posts article:first-of-type {
      padding-right: 10px; }

  .category_longreads_post {
    padding: 10px; }
    .category_longreads_post .post__title {
      font-size: 1.125em;
      line-height: 1.4444444444em;
      max-height: 6em; }
    .category_longreads_post .post__content .inner {
      padding: 10px 20px 17px; }
    .category_longreads_post .post__info {
      padding-top: 5px; } }
@media screen and (max-width: 63.9375em) {
  .columns_container[data-columns]:before {
    content: '2 .category_longreads_col.size-1of2'; }

  .columns_container .category_longreads_col:first-of-type, .columns_container .category_longreads_col:nth-of-type(2) {
    margin-top: 0; }

  .category_longreads_featured_posts article:first-of-type {
    width: 100%; }

  .category_longreads_col article.second_post {
    display: block; } }
@media screen and (max-width: 47.9375em) {
  .category__sponsor {
    margin: 15px auto 0; }
    .category__sponsor .label {
      font-size: 7px;
      line-height: 6px; }
    .category__sponsor img {
      max-width: 100px;
      max-height: 100px; }

  .columns_container[data-columns]:before {
    content: '1 .category_longreads_col'; }

  .category_longreads_posts {
    margin: 0;
    padding: 0 10px; }

  .category_longreads_featured_posts article {
    width: 100%;
    padding-left: 10px; }
    .category_longreads_featured_posts article:first-of-type {
      padding: 0 10px 10px; }

  .category_longreads_post.init_request_post .post__image.mobile_image {
    display: block; }
  .category_longreads_post.init_request_post .post__image.desktop_image {
    display: none; }
  .category_longreads_post .featured_image,
  .category_longreads_post .landcape_image,
  .category_longreads_post .square_image,
  .category_longreads_post .portrait_image {
    padding-top: 100%; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: AUTHOR
----------------------------------------------------------------------------------------------------*/
.author__wrapper {
  padding-top: 60px; }

.author__header {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 52px; }

.author__avatar,
.author__info {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px; }

.author__avatar {
  width: 130px; }

.author_job_description {
  font-family: "Heading Pro Treble Regular", sans-serif;
  font-size: 0.625em;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #888888;
  padding-top: 7px; }

.author__info {
  width: calc(100% - 130px);
  padding-left: 60px; }

.author__title {
  font-family: "Heading Pro Treble Extra Bold", sans-serif;
  font-weight: normal;
  font-size: 1.625em;
  line-height: 1.2307692308em;
  margin-bottom: 0;
  padding-top: 7px; }

.author__bio {
  font-family: "Heading Pro Treble Bold", sans-serif;
  margin-top: 18px; }

@media screen and (max-width: 63.9375em) {
  .author__info {
    padding-left: 50px; } }
@media screen and (max-width: 47.9375em) {
  .author__wrapper {
    padding-top: 30px; }

  .author__header {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 33px;
    margin-bottom: 40px;
    border: none;
    position: relative; }
    .author__header:after {
      height: 1px;
      background-color: #dddddd;
      left: 20px;
      right: 20px;
      bottom: 0;
      content: "";
      position: absolute; }

  .author__avatar,
  .author__info {
    display: block;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 0; }

  .author__avatar {
    width: 100px;
    margin: 0 auto 16px; }

  .author__title {
    font-size: 1.3125em;
    line-height: 1.2380952381em;
    letter-spacing: 0;
    padding-top: 0; }
    .author__title span {
      display: block; }

  .author_job_description {
    font-family: "Heading Pro Treble Regular", sans-serif;
    font-size: 0.75em;
    line-height: 1.1666666667em;
    margin-top: 3px; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: VIDEOS ARCHIEVE
----------------------------------------------------------------------------------------------------*/
.single-video .fixed_header__fixed_element,
.page-template-videos .fixed_header__fixed_element {
  border-bottom: 1px solid #333333; }
.single-video .global_footer,
.page-template-videos .global_footer {
  background-color: #000000; }
  .single-video .global_footer .nav_options_row,
  .page-template-videos .global_footer .nav_options_row {
    border-top: 1px solid #333333; }
  .single-video .global_footer .partners_row,
  .page-template-videos .global_footer .partners_row {
    background-color: #ffffff; }

.page-template-videos .category__title span {
  background-position: left 0.92em; }

.dark_mode__wrapper {
  background-color: #000000;
  color: #ffffff; }
  .dark_mode__wrapper .sidebar_post__title {
    border-bottom-color: #000000; }
  .dark_mode__wrapper .sidebar_post__content {
    border-left-color: #333333; }
  .dark_mode__wrapper .ads_element.inarticle_component .dfp-wrap > div {
    border-top-color: #333333;
    border-bottom-color: #333333; }

.videos_archive__posts {
  margin: 0; }
  .videos_archive__posts .sidebar_post {
    padding-top: 30px; }
  .videos_archive__posts .sidebar_post__content .caption {
    margin-top: 3px; }
    .videos_archive__posts .sidebar_post__content .caption a:hover, .videos_archive__posts .sidebar_post__content .caption span:hover {
      opacity: 1;
      color: #ff3d00; }
  .videos_archive__posts .hp_post__image {
    padding-top: 56.25%; }

.videos__featured_filters {
  text-align: center;
  padding-top: 27px; }
  .videos__featured_filters .mob_toggle {
    display: none; }
  .videos__featured_filters .filter_item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: 10px;
    text-align: center; }
  .videos__featured_filters a,
  .videos__featured_filters li span {
    display: block;
    padding: 8px 12px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #dddddd; }
  .videos__featured_filters .filter_item.active-filter a,
  .videos__featured_filters a:hover {
    color: #ffffff; }

@media screen and (max-width: 68.75em) {
  .videos_archive__posts .sidebar_post {
    width: 50%; }
    .videos_archive__posts .sidebar_post:nth-child(2n+1) {
      clear: none; }

  .videos_archive__wrapper .category__title {
    padding: 51px 20px 17px;
    margin: 0 auto; }

  .videos__featured_filters {
    padding-top: 37px;
    position: relative;
    z-index: 20; }
    .videos__featured_filters .filter_item {
      position: relative;
      display: block;
      width: auto;
      margin: -1px 0 0;
      text-align: left; }
      .videos__featured_filters .filter_item a, .videos__featured_filters .filter_item span {
        padding: 9px 45px 9px 15px;
        line-height: 12px;
        color: #ffffff; }
        .videos__featured_filters .filter_item a:hover, .videos__featured_filters .filter_item span:hover {
          color: #ff3d00;
          opacity: 1; }
      .videos__featured_filters .filter_item a {
        background-color: #000000; }
      .videos__featured_filters .filter_item:first-child {
        margin-top: 0; }
        .videos__featured_filters .filter_item:first-child .mob_toggle {
          border: none;
          padding: 0;
          display: block;
          position: absolute;
          z-index: 2;
          top: 0;
          bottom: 0;
          right: 0;
          width: 30px; }
          .videos__featured_filters .filter_item:first-child .mob_toggle:before {
            border-top: 6px solid #ffffff;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            width: 0;
            height: 0;
            margin: auto;
            content: ""; }
    .videos__featured_filters ul {
      height: 32px;
      overflow: hidden;
      max-width: 89%; }
      .videos__featured_filters ul.open {
        overflow: visible; }
        .videos__featured_filters ul.open .filter_item:first-child .mob_toggle:before {
          border-top: none;
          border-bottom: 8px solid #ffffff; }

  .videos_archive__wrapper .sidebar_column {
    padding-left: 0; } }
@media screen and (min-width: 64em) and (max-width: 68.75em) {
  .page-template-videos .category__title {
    font-size: 4.375em;
    line-height: 1em; }
    .page-template-videos .category__title span {
      background-position: left 0.94em; }

  .videos_archive__wrapper .category__title {
    padding: 56px 20px 22px; } }
@media screen and (max-width: 63.9375em) {
  .videos_archive__posts .sidebar_post {
    padding-bottom: 0; }

  .page-template-videos .category__title span {
    background-position: left 0.94em; } }
@media screen and (max-width: 47.9375em) {
  .page-template-videos .category__title span {
    background-position: left 0.8888888889em; }

  .videos__featured_filters {
    padding-top: 27px; }

  .videos_archive__posts .sidebar_post {
    width: 100%;
    padding-bottom: 15px; }
    .videos_archive__posts .sidebar_post:first-of-type {
      padding: 30px 20px 15px; }
      .videos_archive__posts .sidebar_post:first-of-type .sidebar_post__content {
        width: 100%;
        background-color: transparent;
        margin: 0;
        padding-left: 0;
        padding-right: 0; }
      .videos_archive__posts .sidebar_post:first-of-type .sidebar_post__title {
        font-size: 1.125em;
        line-height: 1.4444444444em; }
      .videos_archive__posts .sidebar_post:first-of-type .hp_post__image {
        padding-top: 66.6666%; }
  .videos_archive__posts .sidebar_post__content .caption {
    margin-top: 0; }

  .videos_archive__wrapper .category__title {
    padding: 26px 20px 0; }
  .videos_archive__wrapper .category__header {
    padding-bottom: 0; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: HOMEPAGE
----------------------------------------------------------------------------------------------------*/
.hp_section {
  text-align: center;
  margin-bottom: 100px; }

.home__main_content {
  padding-top: 60px; }

.ads_element.ad_section + .hp_section.opinion {
  margin-top: -80px; }

.ads_element.ad_section[style="display: none;"] + .hp_section.opinion {
  margin-top: 0; }

.hp_section.has_sponsor .section_title {
  position: relative; }
  .hp_section.has_sponsor .section_title .group_sponsor {
    width: 37%;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.group_sponsor {
  font-family: "Heading Pro Treble Regular", sans-serif;
  font-size: 10px;
  line-height: 12px;
  font-style: normal;
  color: #888888;
  letter-spacing: 0.06em;
  text-align: right; }
  .group_sponsor span, .group_sponsor img {
    display: inline-block;
    vertical-align: middle; }
  .group_sponsor span {
    left: -11px; }
  .group_sponsor img {
    max-height: 70px; }

@media screen and (max-width: 68.75em) {
  .home__main_content {
    padding-top: 40px; } }
@media screen and (max-width: 63.9375em) {
  .hp_section.has_sponsor .section_title .title {
    max-width: 73%; }
  .hp_section.has_sponsor .section_title .group_sponsor {
    width: 24%; }

  .group_sponsor span {
    display: block;
    padding-bottom: 4px;
    left: auto; }
  .group_sponsor img {
    max-width: 88px; } }
@media screen and (max-width: 53.75em) {
  .home__main_content {
    padding-bottom: 0;
    padding-top: 0; }

  .home__wrapper {
    padding-top: 40px; } }
@media screen and (max-width: 47.9375em) {
  .home__wrapper {
    padding-top: 0; }

  .hp_section {
    margin-bottom: 50px; }

  .ads_element.ad_section + .hp_section.opinion {
    margin-top: -50px; }

  .ads_element.ad_section[style="display: none;"] + .hp_section.opinion {
    margin-top: 0; }

  .hp_section.has_sponsor .section_title {
    text-align: left; }
    .hp_section.has_sponsor .section_title .title,
    .hp_section.has_sponsor .section_title .group_sponsor {
      width: 49%;
      vertical-align: bottom; }
    .hp_section.has_sponsor .section_title .group_sponsor {
      right: 20px;
      padding-bottom: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      top: auto;
      bottom: 0; }

  .group_sponsor {
    font-size: 7px;
    padding-bottom: 5px; }
    .group_sponsor img {
      max-width: 60px; }
    .group_sponsor span {
      padding-bottom: 0; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: 404
----------------------------------------------------------------------------------------------------*/
.error_page_wrapper {
  padding: 54px 0 20px; }

.error__main {
  text-align: center;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 0; }
  .error__main .title {
    font-family: "Extenda", serif;
    font-size: 0.75em;
    line-height: 1em;
    color: #ff3d00; }
  .error__main .subtitle {
    font-family: "Extenda", serif;
    line-height: 1.1em;
    font-size: 12.5em;
    margin: 20px auto -38px; }
  .error__main .paragraph {
    margin-top: -33px; }
    .error__main .paragraph p {
      font-family: "Heading Pro Treble Regular", sans-serif;
      font-size: 1.25em;
      line-height: 1.3em;
      color: #888888;
      text-align: center;
      margin: 0 auto; }
    .error__main .paragraph a {
      display: block;
      padding: 0;
      margin: 84px auto 0;
      width: 300px;
      height: 50px;
      line-height: 50px;
      letter-spacing: 0.25em;
      font-family: "Heading Pro Treble Heavy", sans-serif;
      font-size: 12px;
      color: #ffffff;
      background-color: #000000;
      border: 1px solid #000000; }
      .error__main .paragraph a:hover {
        background-color: #ffffff;
        color: #000000; }

.engageya_in_error_page.row_component {
  background-color: transparent;
  border-top: 1px solid #dddddd;
  padding-bottom: 0;
  padding-top: 100px;
  margin-bottom: 0; }

@media screen and (min-width: 68.8125em) {
  .error__main .paragraph {
    font-size: 20px; } }
@media screen and (max-width: 47.9375em) {
  .error_page_wrapper {
    padding: 43px 0 20px; }

  .error__main {
    padding: 0 20px 50px; }
    .error__main .subtitle {
      font-size: 7.5em;
      margin: 20px auto -11px; }
    .error__main .paragraph {
      margin-top: -5px; }
      .error__main .paragraph p {
        font-size: 1em; }
    .error__main a {
      margin: 53px auto 0;
      width: 255px;
      height: 40px;
      line-height: 40px; }

  .engageya_in_error_page.row_component {
    padding-top: 40px; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: SEARCH RESULTS
----------------------------------------------------------------------------------------------------*/
.search_results__title .result,
.category__title.search_results__title .result {
  padding-top: 10px;
  font-family: "Heading Pro Treble Regular", sans-serif;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.25em;
  display: block;
  color: #ff3d00; }
  .search_results__title .result span,
  .category__title.search_results__title .result span {
    font-family: "Heading Pro Treble Heavy", sans-serif;
    background: none; }
    .search_results__title .result span:after,
    .category__title.search_results__title .result span:after {
      display: none; }

.search-results .post_in_grid .post__title {
  font-size: 1.125em;
  line-height: 1.4444444444em; }
.search-results .post_in_grid .post__info {
  padding-top: 15px; }

@media screen and (min-width: 68.8125em) {
  .search-results .post_in_grid .post__image {
    width: 390px; }
  .search-results .post_in_grid .post__content {
    width: calc(100% - 390px); } }
@media screen and (max-width: 47.9375em) {
  .search_results__title .result span,
  .category__title.search_results__title .result span {
    display: block;
    padding-top: 5px; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: NEWSLETTER SUBSCRIPTIONS
----------------------------------------------------------------------------------------------------*/
.subscription_form__area {
  padding-top: 60px; }
  .subscription_form__area #mc_embed_signup div.mce_inline_error {
    background-color: transparent;
    color: #e30004;
    font-size: 11px;
    line-height: 1.2em;
    font-family: "Heading Pro Treble Regular", sans-serif;
    font-weight: normal;
    text-align: left;
    padding: 4px 0 0;
    text-transform: uppercase;
    letter-spacing: 0.25em; }
  .subscription_form__area #mc_embed_signup input.mce_inline_error {
    border-color: #e30004; }
  .subscription_form__area #mce-responses .response {
    background-color: transparent;
    padding: 15px;
    border: 1px solid #000000;
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 50px; }
  .subscription_form__area .content__gdpr > label {
    margin-bottom: 20px; }

.mc-field-group {
  padding-bottom: 31px; }

.newsletter_subscription_page__main_content {
  padding-top: 20px; }

@media screen and (max-width: 68.75em) {
  .newsletter_subscription_page__main_content {
    padding-top: 0; } }
@media screen and (max-width: 47.9375em) {
  .page-template-newsletter_subscriptions .category__header {
    padding-bottom: 15px; } }
/*--------------------------------------------------------------------------------------------------
  TEMPLATE: CONTACT
----------------------------------------------------------------------------------------------------*/
.page__contact .category__title {
  padding-bottom: 46px; }
.page__contact form .submit_button input[type="submit"] {
  float: right; }

@media screen and (max-width: 63.9375em) {
  .page__contact .category__title {
    margin-top: 0;
    padding-top: 57px;
    padding-bottom: 25px; } }
@media screen and (max-width: 47.9375em) {
  .page__contact .category__title {
    padding-top: 27px;
    padding-bottom: 0; }
  .page__contact .category__header {
    padding-bottom: 19px; }
  .page__contact form .submit_button input[type="submit"] {
    float: none; } }
/*-------------------------------------------------------------------------------------------------
   MODULES
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------
  MODULE: ADVERTISMENTS
----------------------------------------------------------------------------------------------------*/
.ads_element {
  text-align: center; }
  .ads_element > .dfp-wrap > div > div {
    margin-left: auto;
    margin-right: auto; }
  .ads_element.ad_section {
    background-color: #eeeeee;
    padding: 60px 0;
    margin-bottom: 80px; }
    .ads_element.ad_section > .dfp-wrap > div {
      background-color: blue; }
  .ads_element.global_ads__top_billboard > .dfp-wrap > div {
    background-color: #eeeeee; }
  .ads_element.bottom_stick > div {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40; }
  .ads_element.bottom_stick div[data-slot-size-width]:not(div[data-slot-size-width=""]),
  .ads_element.bottom_stick div[data-slot-size-width="360"],
  .ads_element.bottom_stick div[data-slot-size-width="320"],
  .ads_element.bottom_stick div[data-slot-size-width="300"],
  .ads_element.bottom_stick div[data-slot-size-width="375"],
  .ads_element.bottom_stick div[data-slot-size-width="414"] {
    background-color: #eeeeee; }
  .ads_element.bottom_stick #minimize_button {
    display: none;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/icons/icon-arrow-up-black.png) no-repeat scroll center 10px #ff3d00;
    background: url(../img/icons/icon-arrow-up-black.svg) no-repeat scroll center 10px #ff3d00;
    background-size: auto 38%;
    color: white;
    width: 55px;
    height: 26px;
    right: 0;
    z-index: 2;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
    .ads_element.bottom_stick #minimize_button:hover {
      opacity: 1; }
  .ads_element.bottom_stick.banner-displayed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
    background-color: #dddddd; }
  .ads_element.inarticle_component .dfp-wrap > div {
    margin-top: 51px;
    margin-bottom: 49px;
    padding: 40px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }
  .ads_element.inarticle_component.mob_sticky_element__parent__article_first .dfp-wrap > div {
    margin-top: 11px; }
  .ads_element.sticky_ads_element_mob {
    background-color: #ffffff;
    min-height: 600px; }
    .ads_element.sticky_ads_element_mob.disable-stick {
      height: auto !important;
      position: relative !important;
      background-color: transparent;
      min-height: 0; }
    .ads_element.sticky_ads_element_mob.mob_sticky_element__parent__hp_first {
      min-height: 460px; }
      .ads_element.sticky_ads_element_mob.mob_sticky_element__parent__hp_first.disable-stick {
        height: auto !important;
        position: relative !important;
        background-color: transparent;
        min-height: 0; }
  .ads_element.in_category_component .dfp-wrap > div {
    margin-top: 72px;
    padding-bottom: 72px;
    border-bottom: 1px solid #dddddd; }

.disable-stick .is_stuck {
  position: static !important; }
.disable-stick .fixed_header__fixed_element.is_stuck {
  position: fixed !important; }

#global_ads__top_billboard {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  background-color: #eeeeee; }

.single_article__main_content .ads_element.sticky_ads_element_mob,
.longform__main_content .ads_element.sticky_ads_element_mob {
  min-height: 0; }

.imp_url {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute; }

.hide_all_hc .ads_element {
  display: none; }

.videos_archive__wrapper .ads_element.in_category_component {
  width: 100%;
  float: left;
  clear: both; }
  .videos_archive__wrapper .ads_element.in_category_component .dfp-wrap > div {
    border: none;
    margin: 0 auto;
    padding: 60px 0; }

.dark_mode__wrapper .ads_element.sticky_ads_element_mob {
  background-color: #000000; }

@media screen and (max-width: 63.9375em) {
  .single_article__main_content .ads_element,
  .longform__main_content .ads_element {
    margin: 0; }
    .single_article__main_content .ads_element.sticky_ads_element_mob.inarticle_component,
    .longform__main_content .ads_element.sticky_ads_element_mob.inarticle_component {
      min-height: 600px;
      margin: 40px 0;
      padding: 40px 0;
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd; }
      .single_article__main_content .ads_element.sticky_ads_element_mob.inarticle_component .dfp-wrap > div,
      .longform__main_content .ads_element.sticky_ads_element_mob.inarticle_component .dfp-wrap > div {
        margin: 0;
        padding: 0;
        border: none; }
      .single_article__main_content .ads_element.sticky_ads_element_mob.inarticle_component.disable-stick,
      .longform__main_content .ads_element.sticky_ads_element_mob.inarticle_component.disable-stick {
        margin: 0;
        padding: 0;
        border: none;
        min-height: 0; }
        .single_article__main_content .ads_element.sticky_ads_element_mob.inarticle_component.disable-stick .dfp-wrap > div,
        .longform__main_content .ads_element.sticky_ads_element_mob.inarticle_component.disable-stick .dfp-wrap > div {
          margin: 40px 0;
          padding: 40px 0;
          border-top: 1px solid #dddddd;
          border-bottom: 1px solid #dddddd; }
        .single_article__main_content .ads_element.sticky_ads_element_mob.inarticle_component.disable-stick.mob_sticky_element__parent__article_first .dfp-wrap > div,
        .longform__main_content .ads_element.sticky_ads_element_mob.inarticle_component.disable-stick.mob_sticky_element__parent__article_first .dfp-wrap > div {
          margin-top: 11px; } }
.category_longreads_posts .ads_element.sticky_ads_element_mob {
  display: none; }

@media screen and (max-width: 53.75em) {
  .ads_element.ad_section {
    margin-top: -20px; } }
@media screen and (max-width: 63.9375em) {
  .ads_element.in_category_component .dfp-wrap > div {
    margin-top: 30px;
    padding-bottom: 30px; } }
@media screen and (max-width: 63.9375em) and (min-width: 48em) {
  .interview .ads_element .dfp-wrap > div {
    background-color: #eeeeee;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px; } }
@media screen and (max-width: 47.9375em) {
  .ads_element.ad_section {
    margin: 50px 0 0;
    padding: 30px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }
    .ads_element.ad_section > div {
      margin-left: auto;
      margin-right: auto; }
  .ads_element.inarticle_component > .dfp-wrap > div {
    margin-top: 34px;
    margin-bottom: 29px; }
  .ads_element.sticky_ads_element_mob.mob_sticky_element__parent__hp_first {
    min-height: 500px; }
    .ads_element.sticky_ads_element_mob.mob_sticky_element__parent__hp_first > .dfp-wrap > div {
      height: auto; }
  .ads_element.sticky_ads_element_mob .sticky_element__article_first {
    height: auto; }
  .ads_element.in_category_component {
    padding: 0 10px; }
    .ads_element.in_category_component .dfp-wrap > div {
      border-top: 1px solid #dddddd;
      margin-top: 0;
      margin-bottom: 50px;
      padding-top: 30px;
      padding-bottom: 30px; }

  #hp_ads__billboard {
    padding: 0 20px; }
    #hp_ads__billboard.ads_element.ad_section > .dfp-wrap > div {
      background-color: transparent;
      margin-bottom: 40px; }

  .hp_section__right_sidebar_area .ads_element {
    margin: 0; }
    .hp_section__right_sidebar_area .ads_element .dfp-wrap > div {
      margin: 50px 0 0;
      padding: 30px 0;
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd; }
    .hp_section__right_sidebar_area .ads_element.sticky_ads_element_mob {
      margin: 50px 0 0;
      padding: 30px 0;
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd; }
      .hp_section__right_sidebar_area .ads_element.sticky_ads_element_mob .dfp-wrap > div {
        margin: 0;
        padding: 0;
        border: none; }
      .hp_section__right_sidebar_area .ads_element.sticky_ads_element_mob.disable-stick {
        margin: 0;
        padding: 0;
        border: none; }
        .hp_section__right_sidebar_area .ads_element.sticky_ads_element_mob.disable-stick .dfp-wrap > div {
          margin: 50px 0 0;
          padding: 30px 0;
          border-top: 1px solid #dddddd;
          border-bottom: 1px solid #dddddd; }

  .sticky_element__parent__hp_first_mob {
    min-height: 800px; }
    .sticky_element__parent__hp_first_mob.disable-stick {
      min-height: 0; }
      .sticky_element__parent__hp_first_mob.disable-stick .is_stuck {
        position: relative !important; }

  .category_longreads_posts .ads_element.sticky_ads_element_mob {
    display: block; }
  .category_longreads_posts .ads_element.in_category_component .dfp-wrap > div {
    margin: 30px auto 10px; }
  .category_longreads_posts .ads_element.inarticle_component .dfp-wrap > div {
    margin: 0 auto;
    padding: 30px 0 10px;
    border: none; }

  .videos_archive__wrapper .ads_element.in_category_component .dfp-wrap > div {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin: 40px auto 20px;
    padding: 30px 0; } }
@media screen and (max-width: 21.875em) {
  .hp_section__right_sidebar_area .ads_element,
  .hp_section__right_sidebar_area .ads_element.sticky_ads_element_mob,
  .single_article__main_content .ads_element.sticky_ads_element_mob.inarticle_component,
  .longform__main_content .ads_element.sticky_ads_element_mob.inarticle_component {
    margin-left: -20px;
    margin-right: -20px; }

  .ads_element.in_category_component {
    padding: 0; } }
/*--------------------------------------------------------------------------------------------------
  MODULE: PAGINATION
----------------------------------------------------------------------------------------------------*/
.pagination_section {
  margin-top: 50px;
  text-align: center; }

.page-numbers {
  font-family: "Heading Pro Treble Extra Bold", sans-serif;
  font-size: 0.8125em;
  line-height: 1.2307692308em;
  color: #888888;
  padding: 4px 10px;
  display: inline-block;
  margin: 0 6px; }
  .page-numbers.current {
    background-color: #ff3d00;
    color: #888888; }
  .page-numbers:hover {
    background-color: #ff3d00;
    color: #888888; }

.navigation.pagination {
  padding: 15px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

/*--------------------------------------------------------------------------------------------------
  TEMPLATE: MODAL
----------------------------------------------------------------------------------------------------*/
.modal {
  visibility: hidden;
  position: fixed;
  z-index: -10;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation-name: fadeInOne;
  animation-name: fadeInOne;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-transition: width .5s,margin .5s,-webkit-transform .5s;
  transition: width .5s,margin .5s,-webkit-transform .5s;
  transition: transform .5s,width .5s,margin .5s;
  transition: transform .5s,width .5s,margin .5s,-webkit-transform .5s; }
  .modal.active {
    z-index: 1000;
    visibility: visible; }

.inner_modal_container {
  width: 820px;
  max-width: 80%;
  height: auto;
  max-height: 80%;
  overflow: hidden;
  background-color: #eeeeee;
  color: #000000;
  border-style: solid;
  border-color: #eeeeee;
  border-width: 30px 50px;
  padding: 0 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.modal__content {
  border-top: 50px solid #eeeeee;
  padding-right: 20px;
  max-height: 100%;
  overflow: auto; }

.modal__title {
  font-family: "Extenda", serif;
  font-size: 1.5625em;
  line-height: 0.76em;
  font-weight: "Heading Pro Treble Heavy", sans-serif;
  position: absolute;
  top: 7px;
  left: 20px; }

.close_modal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  background: url(../img/icons/icon-close-white.png) no-repeat scroll center center #1D1D1D;
  background-size: auto 15px;
  border: none; }

.open_modal {
  padding: 0 0 5px;
  background-color: transparent;
  color: #ffffff;
  margin-top: 18px;
  border: none;
  border-bottom: 1px solid #ffffff;
  font-weight: "Heading Pro Treble Extra Bold", sans-serif;
  letter-spacing: 1px; }
  .open_modal:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff; }

@media screen and (max-width: 767px) {
  .inner_modal_container {
    padding: 42px 12px 20px;
    border-width: 20px 6px 0;
    max-width: 90%;
    max-height: 95%; }

  .modal__content {
    font-size: 0.9375em;
    line-height: 1.6em;
    border-top: 40px; }

  .modal__content p {
    margin-bottom: 10px; }

  .modal__title {
    font-size: 21px;
    left: 10px; }

  .open_modal {
    font-size: 11px;
    padding-bottom: 3px;
    text-align: center; }

  .close_modal {
    right: 12px; } }
/*-------------------------------------------------------------------------------------------------
   FUNCTIONS
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------
  MODULE: SLICK SLIDER 
----------------------------------------------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  cursor: pointer;
  position: absolute;
  font-size: 3.125em;
  font-weight: "Heading Pro Treble Extra Bold", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  padding: 10px;
  border: none;
  background-color: transparent;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  width: 20px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-indent: -99999px;
  font-size: 0 !important;
  color: transparent;
  z-index: 1; }
  .slick-arrow:hover {
    background-color: transparent;
    border: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .slick-arrow.slick-prev {
    background-image: url(../img/icons/icon-arrow-left.png);
    background-image: url(../img/icons/icon-arrow-left.svg); }
  .slick-arrow.slick-next {
    background-image: url(../img/icons/icon-arrow-right.png);
    background-image: url(../img/icons/icon-arrow-right.svg); }
  .slick-arrow.slick-disabled {
    opacity: 0.4;
    cursor: not-allowed; }

.slick-prev {
  left: 2%; }

.slick-next {
  right: 2%; }

.slick-track {
  padding-bottom: 60px; }

/*--------------------------------------------------------------------------------------------------
  MODULE: SLICK SLIDER WITH DOTS
----------------------------------------------------------------------------------------------------*/
.slick-dots {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 35px; }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 0;
    color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #b22b00;
    margin: 0 5px; }
    .slick-dots li button {
      padding: 0;
      border: none; }
  .slick-dots .slick-active {
    background-color: #000000; }

@media screen and (max-width: 63.9375em) {
  .slick-dots {
    margin-top: 15px; }
    .slick-dots li {
      width: 6px;
      height: 6px;
      line-height: 6px;
      margin: 0 2px; } }
@media screen and (max-width: 47.9375em) {
  .slick-dots {
    margin-top: 10px; }
    .slick-dots li {
      width: 10px;
      height: 10px;
      line-height: 10px;
      margin: 0 5px; } }
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: rgba(0, 0, 0, 0.95); }
  .slick-lightbox.slick-hide {
    opacity: 0; }
  .slick-lightbox.slick-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0; }
  .slick-lightbox.slick-lightbox-ie.slick-hide, .slick-lightbox.slick-lightbox-ie.slick-hide-init {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .slick-lightbox .slick-list {
    border-left: 300px solid transparent;
    border-right: 300px solid transparent; }
  .slick-lightbox .slick-lightbox-inner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2560px;
    max-width: 100%;
    margin: auto;
    height: 98%; }
    .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item {
      text-align: center;
      overflow: hidden; }
      .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; }
      .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%; }
        .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
          margin: 0 auto;
          display: block;
          max-width: 100%; }
    .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      text-align: center;
      width: 100%;
      margin-bottom: 20px; }
    .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-caption {
      display: block;
      text-align: center; }
  .slick-lightbox .slick-loading .slick-list {
    background-color: transparent; }
  .slick-lightbox .slick-arrow,
  .slick-lightbox .slick-lightbox-close {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 0;
    bottom: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    border: none;
    padding: 0;
    width: 80px;
    height: 80px;
    margin: auto;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    cursor: pointer; }
  .slick-lightbox .slick-arrow {
    background: url(../img/icons/icon-arrow-slider-right-white.png) no-repeat scroll center center transparent;
    background: url(../img/icons/icon-arrow-slider-right-white.svg) no-repeat scroll center center transparent;
    background-size: 16px auto; }
  .slick-lightbox .slick-prev {
    left: 150px;
    background-image: url(../img/icons/icon-arrow-slider-left-white.png);
    background-image: url(../img/icons/icon-arrow-slider-left-white.svg); }
  .slick-lightbox .slick-next {
    right: 150px; }
  .slick-lightbox .slick-lightbox-close {
    background-image: url(../img/icons/icon-close-white.png);
    background-image: url(../img/icons/icon-close-white.svg);
    background-size: 20px auto;
    top: 50px;
    bottom: auto;
    right: 150px; }

.slick-active,
.slick-slide:active,
.slick-slide:focus {
  outline: none; }

.slick-lightbox .slick-lightbox-slick-caption {
  font-family: "Heading Pro Treble Regular", sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #888888;
  padding: 10px 0;
  margin: 0; }

.enable-slick-lightbox {
  cursor: pointer; }

@media screen and (max-width: 119.9375em) {
  .slick-lightbox .slick-list {
    border-left-width: 100px;
    border-right-width: 100px; }
  .slick-lightbox .slick-arrow,
  .slick-lightbox .slick-lightbox-close {
    width: 50px;
    height: 60px; }
    .slick-lightbox .slick-arrow:before,
    .slick-lightbox .slick-lightbox-close:before {
      font-size: 26px; }
  .slick-lightbox .slick-prev {
    left: 50px; }
  .slick-lightbox .slick-next {
    right: 50px; }
  .slick-lightbox .slick-lightbox-close {
    top: 30px;
    right: 50px; } }
@media screen and (max-width: 105em) {
  .slick-lightbox .slick-list {
    border-left-width: 70px;
    border-right-width: 70px; }
  .slick-lightbox .slick-arrow,
  .slick-lightbox .slick-lightbox-close {
    width: 40px;
    height: 50px; }
  .slick-lightbox .slick-prev {
    left: 15px; }
  .slick-lightbox .slick-next {
    right: 15px; }
  .slick-lightbox .slick-lightbox-close {
    top: 15px;
    right: 15px; } }
@media screen and (max-width: 47.9375em) {
  .slick-lightbox {
    z-index: 10000; }
    .slick-lightbox .slick-lightbox-inner {
      top: 55px;
      bottom: 20px;
      height: auto; }
    .slick-lightbox .slick-list {
      border-left-width: 10px;
      border-right-width: 10px; }
    .slick-lightbox .slick-next,
    .slick-lightbox .slick-prev {
      opacity: 0;
      visibility: hidden; }
    .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner {
      max-width: 100%; }
      .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
        max-width: 100%; }
    .slick-lightbox .slick-lightbox-close {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      top: -43px;
      right: 13px;
      width: 40px;
      height: 40px;
      background-size: auto 52%;
      background-color: rgba(0, 0, 0, 0.5); } }
/*--------------------------------------------------------------------------------------------------
  MODULE: COOKIES CONCENT POP UP
----------------------------------------------------------------------------------------------------*/
#qc-cmp-purpose-button {
  bottom: 10px; }
